/**
 * Custom Stylesheet
 * 
 * @author Bishoy <hi@bishoy.me>
 * @link http://bishoy.me   
 */

hr.b-seperate {
  border-style: dashed;
  border-color: #ccc;
}
section.b-cat-children {
  margin-bottom: 30px;
}

.archive h1.alt {
  font-size: 1em;
  color: #000;
}

h1 span.dim {
  color: #333;
}

.coupon-send-link {
  cursor: pointer;
}

#modal-email-button {
  cursor: default;
}

.full-width {
  width: 100%;
}

.no-padd {
  padding: 0;
}

.spamfield {
  display: none;
}

.red-said {
  color: red;
}

.well-said {
  color: green;
}

.loading {
  opacity: 0.3;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.email-modal-form {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.email-status {
  margin-bottom: 20px;
  font-size: 14px;
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.b-cat-children .account .input {
  margin-right: 10px;
  margin-top: 5px;
}

.coupon-submit-btn .input {
  padding-right: 10px;
  padding-left: 10px;
  float: right;
}

/*
 * Footer taxonomy links
 */

footer a {
  font-size: 12px;
}

.pre-footer-wrap [class*="column"] { margin-bottom: 2px !important; }

@media only screen and (max-width: 768px) {
  .stripe-white .row .column, .stripe-dark .row .column {
   text-align: center;
     }
}



/**
 *  Popular Brands Slider
 */

a.wrapper-5 {
  line-height: 90px;
}

.wrapper-5 img {
  margin: auto;
   vertical-align: middle; 
   display: inline-block !important;
}

/* Homepage Newsletter signup */
@media only screen and (min-width: 768px) and (max-height: 1000px) {
  .ba-newsletter .wysija-paragraph {
    position: absolute;
    right: 190px;
    width: 321px;
  }

  .ba-newsletter .wysija-submit-field {
    float: right;
  }
}

@media only screen and (min-width: 1001px) {
  .ba-newsletter .wysija-paragraph {
      position: absolute;
      right: 360px;
      width: 321px;
    }
}

.stripe-white.ba-newsletter {
  background-color: #fff;
}

.stripe-white.ba-newsletter h3,
.stripe-white.ba-newsletter h4 {
  line-height: 1em;
  margin-bottom: 0;
}

.stripe-white.ba-newsletter h4 {
  color: #635F5F;
}

.ba-newsletter .widget_wysija {
  margin-top: 6px;
}

.search-hint {
  text-align: center;
  text-transform: none;
}

h4.footer-head a {
  font-size: 0.875em;
  font-weight: 400;
}

.toggle-data:before {
    content:"+ ";
    font-size: 16px;
}

.toggle-data.minus:before {
    content:"- ";
    font-size: 16px;
}

.toggle-wrapper {
  padding: 6px;
  cursor: pointer;
}

.stripe-white .toggle-wrapper {
  background-color: #F2F2F2;
}

.stripe-regular .toggle-wrapper {
 background-color: rgba(230, 230, 230, 1);
}

.stripe-regular .toggle-data {
  color: #525252;
}

.stripe-dark .toggle-wrapper {
  background-color: #2A2A2A;
}

.stripe-white .toggle-data {
  color: #2A2A2A;
}

.cat-toggle-data {
  cursor: pointer;
  color: #F45435;
}

.coupon-cats {
  overflow:hidden;
  margin: 15px 0 -8px 20px;
}

.coupon-cats a {
  display:block;
  float:left;
  margin:0 8px 8px 0;
  padding:0 15px 0 6px;
  border-left:1px solid #e2e2e2;
  background:url(img/bg-tag.png) right 0 no-repeat;
  color:#7f7f7f;
  text-shadow:0 1px 0 #F5F5F5;
  font-size: 14px;
  line-height:20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* footer links responsive columns */

@media only screen and (max-width: 601px) {
  .pre-footer-wrap .row .column {
    width: 50%;
  }
}

/* Scroll to top */
#message span
{
    display: block;
    display: none;
    z-index: 999; 
    opacity: .8;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0px 12px;
    line-height: 48px;
    height: 46px;
    /*background-color: #3B3B3B;*/
    font-size: 22px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

/* home blocks */

.offers-parent {
  display: none
}



  .offers-parent li.view-all-categories p {
    padding: 10px 30px
  }

  .offers-parent li.view-all-categories:after {
    right: 40px
  }

  .offers-parent li.view-all-categories {
    height: 45px;
    padding: 0;
    margin: 0;
    cursor: default
  }


@media only screen and (min-width: 767px) {
  .offers-parent {
      display: block;
      width: 65.4%
  }
}

  .offers-parent .category-list .view-all-categories:hover:after {
      display: none
  }

  .browse-by-category .inner {
        overflow: hidden
    }

  .browse-by-category .category-list {
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      padding: 0
  }

  .browse-by-category .category-list li {
      border-bottom: 1px solid #b5deef;
      border-top: 1px solid #fff;
      border-right: 1px solid #b5deef;
      padding: 10px 30px;
      -webkit-transition: .2s;
      transition: .2s;
      cursor: pointer;
      position: relative;
      background: #e6f4fa;
      height: 90px
  }

  .browse-by-category .category-list li h3 {
      margin-top: 5px;
      line-height: 18px
  }

  .browse-by-category .category-list li p {
    margin: 0;
  }

  .browse-by-category .category-list li p {
      color: #828282
  }

  .browse-by-category .category-list li.parent {
      height: 90px;
      border-right: 1px solid #DEDEDE;
      background-color: #DBDBDB
  }

  .browse-by-category .category-list li.parent.last {
      border-bottom: 0
  }

  .browse-by-category .category-list li.active {
      border-right: 1px solid #fff;
      background: #fff;
      -webkit-transition: .2s;
      transition: .2s;
      cursor: default;
      padding-left: 50px
  }

  .browse-by-category .category-list li.active:after, .browse-by-category .category-list li:hover:after {
      content: "";
      background: url('img/header-icons@1x.png') -36px -33px;
      width: 7px;
      height: 10px;
      position: absolute;
      top: 39px;
      right: 30px
  }

  .browse-by-category .category-list li.active .voucher-list {
      display: block
  }

  .browse-by-category .category-list li a, .browse-by-category .category-list li a:hover {
      color: #3a3a3a;
      text-decoration: none
  }

  .browse-by-category .category-list li h4 {
      margin-top: 10px;
      margin-bottom: 0;
      color: #333;
  }

  .browse-by-category .voucher-list {
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: right;
      display: none;
      background: #fff;
      padding-left: 5px;
  }

  .browse-by-category .voucher-list.show {
      display: block
  }

  .homepage-list h2.icon-title {
    line-height: normal;
    max-width: 400px
  }

  .homepage-list h2.icon-title.top20 {
      max-width: 270px
  }

  .homepage-list h2.icon-title.top20:before {
      margin-top: 5px
    }

  .homepage-list ul {
    list-style-type: none;
    margin: 0
  }

  .homepage-list.top20 ul {
      background: #fff
  }

  .homepage-list li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
  }

  .homepage-list .border-wrapper, .border-wrapper {
      display: block;
      overflow: hidden;
      border: 1px solid #d0d0d0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      float: left;
      margin: 0 10px 10px 0;
      min-height: 64px;
      background-color: #fff;
      height: 100%;
      vertical-align: middle
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), transparent 0 0 0
  }

  .border-wrapper img {
    max-height: 64px;
    max-width: 64px;
  }
    .wrapper-img-helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

  .homepage-list h2.icon-title {
      margin: 10px 0 10px 10px;
      overflow: hidden
  }

  .homepage-list h2.icon-title .hp-icon {
      float: left;
      display: block;
      background-repeat: no-repeat;
      background-position: -247px 0;
      width: 50px;
      height: 46px;
      margin-right: 10px
  }

  .homepage-list h2.icon-title.top20 .hp-icon {
      background-position: -296px 0;
      width: 70px;
      height: 50px;
      margin-top: 1px
  }

  .homepage-list .accordion-wrapper {
      background: white;
      overflow: hidden;
      border-top: 1px solid #d0d0d0
  }

  .homepage-list .category-list li.view-all-categories {
      border-radius: 0 0 0 3px
  }

  .homepage-list li.view-all-categories p {
      margin: 0;
      font-size: 13px
  }
  .wave-texture-yellow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM8AAAAiBAMAAAAKdZAwAAAAA3NCSVQICAjb4U/gAAAAIVBMVEX8+6D8/K7+/dT9/cb+/t7+/uz9/LP//8z8+6X9/L3+/ufCGa6GAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M0BrLToAAABJdJREFUSImFV0Fr41gMdigYcksxbMhteI4P9a1+JmyunZhAT4tx6DUQeJketwmFyak/YdsMTc/ZLgH/ypWeJPvZiae6OIkt63vSp0+Kp8C0Nj88sXUWDvC6nQ/469JzzTfGvDR+CeLTB16v7p/tAzv6as2sdIIhvnngZrRW0UJpwzffilu8DMtbjjyfeJ3WO0QP9Nxb/o/jDfaYjBezuZ5iCAes0fGRwfu774P64nmrdBFOmufi0+3Hi5CS0Y9uXuhCPqOnUk3NBR/rp7P5K53i8097KZ8Zd5BkudITI67G7LXK8vCdvyf5B52KsraO8ovIaltxvhmgvz2+VjAw3eMFmVKhrvOxvv/54qQA6vrDaxtWKgSo1Q9BRE//Otn3XMWn1zOnpgl9hrO/rUc0rxD0rqH+NRkAKpRtI8HWJTkQibxgfJwOOqP4CdOytz3Zp9JcgK0SoFio38/IAIWlWD2iNrgu5WUzfaGwvVES5Vz8IcESdEggNTlPIDseopy4yVkYUu4ZBlB1YsSoJab8Kp8xpQztAC3x0pkFtNH2aENJXZOi7iFpPtVu8l5SWFzMIO9wHy7P3owEQq/qTj8mVOvig7DmX2Dzk/LnwPEImBv23iNiA6r+hUBtHspjKC/kdAs+/0lqd8lWaUFhOAdQWEnnyvYeCkMT2D5ZKCYMp/qNCdTbj4vvFyprtIKK0+c1CRYXFwCgy7IT3jgnvys5FIsQwoPaQ44nTAWt4nK2eeck8INMVyhaGX7RfVgS+4G7Anq+7iFgA9MBAjkJEf0QbkvRGnYmJ8DUDycJCK4zA9ZGgi19WBK2myrMdaAtFywZPJQGlRVzSekV69zuX8oDSG1ntn0dcRhRx91Jsg0VzK0wtFyAJDJ4WIRZi1BMoB6ujIhHlIt8snyvP6njsffD1oB0rOJqJd5z4RowLLNJJkuAC8daYyBddBwij5/8riM8fuTZ4viV2wOAljsHwSlENnETEkRUnSFlwE+K5/OzQKFypZw54aekd0KhtQzDLltFD/YB4fahrMOgFKj/hAy+AaGIYfIy9n5MCRCFhO7qTARUj+9VeiICdA06jHw+q+0jKAarELMAfOm7r+PPuW55gI6hMNCPIt8yy2EryC9NFrYRyJorXB6n0cOtAdmQ23mMTYufdUWrt7Ihj/1tsWmfo2XQnzcsxTZEf3e6dW7/YZAPk+bIrGY5H6dSl4bhpnGnwnozag+XID7+dqGpZvmFEQYrQwLzUcjg2TlRLw3QPUsHoNeHFa0jFix2xYaKz60aUEd5WHPcSifmTPVxg2wuALV4A7mOcGo3mm80sEfoKEx11oy7adfKgLd5CF/oiet9AgxY0CCPsft0dcx27wXjr/ZHXCsaS5qftrqcVpMG1kpNuPFgGXAJZIEPLBkKkIY6LYdS/hQQ058Wm+4cQCm2oo+ZrU5vW7UELrdK2c32G8Wzc6LKdy89NsQbR0GHNECT33GTpyzfM17sPFoZ2v9x7PvG0mZXmcwWPifJiaukwFRYbys2BllzGkHrdzGVYmU8F1IS76GzOhlnx0dSOELcZ0Qs36CzZzva/81KmKScvyT4AAAAAElFTkSuQmCC");
    background-repeat: repeat;
    background-color: #fcfba0
  }

  .voucher-list li {
    border-bottom: 1px dashed #d0d0d0;
    overflow: hidden;
    margin: 0;
    padding: 20px;
    height: auto;
    position: relative
  }

  .voucher-list li a {
      text-decoration: none
  }

  .voucher-list li:hover a {
      text-decoration: underline
  }

  .voucher-list li.view-all-categories:hover a {
      text-decoration: none
  }

  .voucher-list li.view-all-categories:hover a:hover {
      text-decoration: underline
  }

  .voucher-list li h3 em {
      color: #ff6c00;
      font-style: normal
  }

  .voucher-list .details {
      line-height: 1.4em
  }

  .voucher-list li:hover {
      cursor: pointer
  }

  .voucher-list li:first-child {
      padding-top: 10px
  }

  .voucher-list li:first-child h3 {
      margin-top: 8px
  }

  .voucher-list li:first-child {
      height: 90px
  }

  .voucher-list li.view-all-categories {
      border-bottom: 0
  }

  .voucher-list li h3 {
      font-size: 13px;
      line-height: 18px;
      margin: 0
  }

  .homepage-list {
    font-size: 13px;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    background: #f3f3f3
  }

  .homepage-list .inner {
      background: #fafafa;
      overflow: hidden
  }

  .homepage-list .voucher-list {
    color: #828282
  }

  .homepage-list h2.icon-title {
        line-height: 45px
    }

    .voucher-list li {
        margin: 0 30px;
        padding: 5px 17px 5px 0;
        height: 63px;
    }

    .homepage-list.top20 ul {
        border-top: 1px solid #d0d0d0
    }

    .top20 .voucher-list li {
      width: 100;
    }

    .top20 .voucher-list li:last-child {
      border-bottom: none;
    }

    .homepage-list {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 6px;
        background: #f3f3f3;
        -webkit-transition: .3s;
        transition: .3s
    }

    .homepage-list:hover {
        background: #e5f1fa;
        -webkit-transition: .3s;
        transition: .3s
    }

    .homepage-list .inner {
        border: 1px solid #d0d0d0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

    .voucher-list li.last {
        border-bottom: 1px solid #d0d0d0
    }

    .homepage-list li.view-all-categories, .offers-parent li.view-all-categories {
        height: 45px;
        padding: 0;
        margin: 0;
        cursor: default
    }

    .voucher-list li:after {
        display: none
    }

    .voucher-list li:hover:after {
        display: block
    }

    .view-all-categories p a {
    text-decoration: none
    }

    .view-all-categories p a:hover {
        text-decoration: underline
    }

    .homepage-list a:link, .homepage-list a:visited {
      color: #07c;
      text-decoration: none;
      font-weight: normal;
      -webkit-transition: .2s color;
      transition: .2s color
    }

    .homepage-list a:hover, .homepage-list a:active {
        color: #07c;
        text-decoration: underline;
        -webkit-transition: .2s color;
        transition: .2s color
    }

    .voucher-list li:hover:after {
        display: block;
        content: '';
        width: 5px;
        height: 12px;
        background-image: url('img/header-icons@1x.png');
        background-position: -45px -33px;
        position: absolute;
        top: 40%;
        right: 10px
    }

    .category-list h4 {
      font-size: 17px;
    }

    /* top20 */

    .top-coupons {
        margin-left: 0
    }

    .top-coupons ul {
        padding: 10px 0 10px 5%;
        overflow: hidden
    }

    .top-coupons li {
        margin: 0 5% 0 0;
        float: left
    }

    .top-coupons h3 {
      text-align: left;
    }

    .top-coupons li:first-of-type .border-wrapper {
        display: block
    }

    .top-coupons li .border-wrapper {
        display: none
    }

    .top-coupons li.view-all-categories p {
        padding-left: 0
    }

    .top-coupons li:nth-child(10) {
        border-bottom: 0
    }

    .top-coupons li h3 {
        margin-top: 0
    }

    .top-coupons li.last {
        display: none
    }

    .top-coupons ul img ~ .details {
        font-size: 13px
    }

    .top-coupons li.last {
        border-bottom: 1px dashed #d0d0d0
    }
    
    .top-coupons li.view-all-categories p, .offers-parent li.view-all-categories p {
        padding: 10px 30px
    }

    h2.blocks-title {
      font-size: 1.2em;
      font-weight: 700;
    }

/* Foundation Breadcrumbs */

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  border-color: #dddddd;
  font-size: 0.6875rem;
  border-radius: 3px;
  text-indent: -9999px;
}
  .breadcrumbs > * {
    margin: 0;
    text-indent: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #2ba6cb !important; }
    .breadcrumbs span {
      color: #525252 !important;
    }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #2ba6cb !important; }
    .breadcrumbs > a:last-child {
      cursor: default;
      color: #333333 !important; }
      .breadcrumbs > *:last-child a {
        cursor: default;
        color: #333333 !important; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: " › ";
      color: #aaaaaa;
      margin: 0 0.75rem;
      position: relative;
      top: 0; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

 .b-breadc {
  margin-top: 17px;
  padding: 9px;
}

.company-box .breadcrumbs {
  border: 0;
  padding: 0;
}

.company-box .breadcrumbs > * {
  margin: 4px 0;
}

.company-box .breadcrumbs > *:not(:first-child)::before {
  margin: 0 0.5rem;
}

/* Add coupon page */
.form-p {
  margin-left: 9px !important;
}

.simu-link {
  color: #F45435;
  cursor: pointer;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.simu-link:hover {
  text-decoration: underline;
}

.simu-link.disabled-link,
.or-sep.disabled-link {
  color: #C8C8C8;
  cursor: default;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.simu-link.disabled-link:hover {
  text-decoration: none;
}

.submit-info-box h1 {
  color: #000;
  margin-top: 10px;
  font-size: 1em;
}

/*
  Accordions
 ------------------------------------------------*/
 .accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > span[data-index], .accordion dd.active > span[data-index] {
      background: #e8e8e8;
      color: #222222; }
    .accordion .accordion-navigation > span[data-index], .accordion dd > span[data-index] {
      background: #EFEFEF;
      color: #222222;
      cursor: pointer;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > span[data-index]:hover, .accordion dd > span[data-index]:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

.main-sidebar ul.accordion li::before {
  content: "";
  margin: 0;
}

.main-sidebar ul.accordion .content label {
  display: block;
  font-size: 0.8rem;
}

.main-sidebar ul.accordion .content label input {
  margin-right: 5px;
}

.main-sidebar .accordion-navigation .selected-items small {
  color: #70A3B8;
}

.main-sidebar .accordion-navigation .selected-items small:before {
  content: ", ";
}

.main-sidebar .accordion-navigation .selected-items small:first-child:before {
  content: "";
}

.coupons-wrapper #nothingToShowByFilter.wrapper-3 h3,
.coupons-wrapper #nothingToShowByFilter.wrapper-3 #filtersMessageReset {
  color: #A10;
}

.coupons-wrapper #nothingToShowByFilter.wrapper-3 {
  border: 2px #A10 dashed;
}

.coupons-wrapper #nothingToShowByFilter.wrapper-3 #filtersMessageReset:hover {
  text-decoration: underline;
}

.coupon-item-title {
  font-size: 16px;
  margin-bottom: 0.6em;
  line-height: 1em;
  font-weight: 700;
  display: block;
}

/*
  Labels
 ------------------------------------------------*/

.label.ic {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.15rem 0.5rem 0.15rem;
  font-size: 0.6875rem;
  background-color: #2ba6cb;
  color: #FFFFFF; }
  .label.ic.radius {
    border-radius: 3px; }
  .label.ic.round {
    border-radius: 1000px; }
  .label.ic.alert {
    background-color: #c60f13;
    color: #FFFFFF; }
    .label.ic.coupon-label {
    background-color: #F45435;
    color: #FFFFFF; }
    .label.ic.deal-label {
    background-color: #4DA1E9;
    color: #FFFFFF; }
  .label.ic.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.ic.success {
    background-color: #5da423;
    color: #FFFFFF; }
  .label.ic.secondary {
    background-color: #e9e9e9;
    color: #333333; }
  .label.ic.info {
    background-color: #a0d3e8;
    color: #333333; }

/*
  Blog posts
 ------------------------------------------------*/

.row.blogs-title {
  margin: 0 0 25px 0;
}

.blogs-title h1{
  color: #535252;
  font-size: 1.6em;
}

.single-blog-post h1.alt {
    color: #525252;
    font-size: 2em;
 }

.single-blog-post h2 {
    font-size: 1.8em;
 }

.single-blog-post h3 {
  font-size: 1.5em
 }

 .single-blog-post .article-main-content .text-content p,
 .single-blog-post .article-main-content .text-content ul,
 .single-blog-post .article-main-content .text-content blockquote,
 .single-blog-post .article-main-content .text-content a,
 .single-blog-post .article-main-content .text-content .expert-text {
  font-size: 17px;
  line-height: 1.777;
  color: #666A76;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-weight: 400;
 }

.single-blog-post .article-main-content .text-content a {
  color: #F96C35;
}

 .single-blog-post .article-main-content .text-content blockquote:before {
  content: "“";
  float: left;
  font-size: 3.5em;
  font-style: normal;
  margin-right: 0.5em;
  height: 50px;
  font-family: Arial, sans-serif;
}

 .single-blog-post .article-main-content .text-content blockquote {
  color: #666A76;
  margin: 0px 0px 1em;
  padding: 15px 0 15px 0;
  opacity: 0.8;
  font-style: italic;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
 }

/* EXPERTS */

.experts-index-list ul {
  /*list-style-type: circle;*/
  margin: 0;
  padding: 20px;
}

.experts-index-list a.expert-name-link:hover:before {
  text-decoration: none !important;
}

.experts-index-list a.expert-name-link:before {
  content: "•"; 
  padding-right: 7px;
  color: #666A76;
}

.experts-list .single-expert .expert-header {
  clear: both;
  background-color: #F0F0F0;
  height: 90px;
  border-radius: 50px;
  padding-right: 10px;
}

.experts-list .single-expert .expert-name {
  padding-top: 20px;
  color: #788188;
  margin-bottom: 5px;
  margin-left: 40px;
}

.experts-list .single-expert .expert-name span {
  color: #B8C1C8;
}

/*.experts-list .single-expert .expert-ws a {
  color: #3942A5;
}*/

.experts-list .single-expert h3.expert-ws {
  font-size: 1.2em;
  text-transform: none;
  margin-left: 40px;
}

.experts-list .single-expert .expert-img {
  float: left;
  margin: 0 40px 10px 0;
}

.experts-list .single-expert .expert-img img {
  border-radius: 50%;
  max-width: 90px;
  border: 1px solid #D8E1E8;
}

.experts-list .single-expert .expert-text {
  clear: both;
  margin-top: 20px;
}

.experts-list .single-expert {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.experts-list .single-expert:last-child {
  border-bottom: 0 !important;
}

h2.expert-name span {
    /*font-style: italic;*/
    font-size: 19px;
}

@media only screen and (max-width: 480px) {
  .experts-index-list ul li {
    width: 100%;
  }

  .experts-index-list {
    margin-bottom: 60px;
  }

  .experts-list .single-expert h2.expert-name {
    padding-top: 12px;
    font-size: 1.2em;
  }

  .experts-list .single-expert .expert-img {
    margin: 0px 0px 10px 0px;
  }

  h2.expert-name span {
    font-size: 15px;
  }

  .experts-list .single-expert h3.expert-ws {
    font-size: 1em;
    margin-top: 0;
  }
}

/* 
  Social Share Buttons
  by bishoy.me 
  ---------------------*/

.single-content.relative {
  position: relative;
}

.single-social-shares {
  position: absolute;
  background: #fff;
  width: 60px;
  left: 5%;
  border: 1px solid #D1D1D1;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.single-social-shares .social-item {
  height: 50px;
  /*padding-top: 24%;*/
  padding-top: 5%;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-social-shares .social-item .shares-count {
  font-size: 14px !important;
  font-weight: bold;
}

.single-social-shares .social-item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-social-shares .social-item.facebook:hover {
  background: #3B5998;
  color: #fff;
  cursor: pointer;
}

.single-social-shares .social-item.twitter:hover {
  background: #55ACEE;
  color: #fff;
  cursor: pointer;
}

.single-social-shares .social-item.gplus:hover {
  background: #DD4B39;
  color: #fff;
  cursor: pointer;
}

.single-social-shares .social-item.linkedin:hover {
  background: #1884BB;
  color: #fff;
  cursor: pointer;
}

/*.single-social-shares .social-item:first-of-type {
  padding-top: 5%;
}*/

.single-social-shares .social-item:last-child {
  border-bottom: 0px;
}

#_atssh{
  display: none;
}

.footer-share-button .share-button {
  margin-bottom: 10px;
}

.cat-discount .discount {
  width: 100%;
}

.hidden_coupon{
  width: 100% !important;
}

a.morelink {
  text-decoration:none;
  outline: none;
}
.morecontent span {
  display: none;
}
.comment {
  width: 400px;
  background-color: #f0f0f0;
  margin: 10px;
}

.header-search .menu-browse .sub {
  width: 200%;
}

.top-wrap .search-wrap.stripe-white {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

h1.tax-title {
  font-size: 0.89em;
  text-transform: uppercase;
  color: #8A8A8A;
  margin-bottom: 0.6em;
  font-weight: 700;
}

h1.tax-title span {
    color: #D1D1D1;
}

.cat-data-preview {
  max-height: 85px;
  overflow: hidden;
  margin-bottom: 0px;
  display: block;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.cat-data-preview.opened {
  max-height: none;
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links {
      border-bottom: 1px solid #C5C5C5;
    }

    .tab-links li {
        /*margin:0 5px -2px 0;*/
        margin-bottom: -1px;
        float:left;
        list-style:none;
        border-width: 3px 1px 1px 1px;
    }
 
        .tab-links span {
            padding:9px 15px;
            display:inline-block;
            background:#E5E5E5;
            font-size:16px;
            font-weight: 300;
            color:#4c4c4c;
            transition:all linear 0.15s;
            cursor: pointer;
            border-style: solid;
            border-color: transparent transparent #C5C5C5 transparent;
            border-width: 3px 1px 1px 1px;
            line-height: 1.42857;
        }
 
        .tab-links span:hover {
            /*background:#a7cce5;*/
            border-color: #F45435 transparent transparent;
            text-decoration:none;
        }
 
    .tab-links li.active span, .tab-links li.active span:hover {
        background: #F2F2F2;
        border-color: #F45435 #C5C5C5 transparent #C5C5C5;
        color: #4C4C4C;
        border-width: 3px 1px 1px 1px;
    }

    .tab-links li.active {
      border-color: #F2F2F2;
    }
 
    /*----- Content of Tabs -----*/ 
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }

.cd-home-items .items-carousel .top {
  height: 30%;
}

.cd-home-items .item-thumb .bottom {
    height: 55%;
}

.cd-home-items .wrapper-3 {
    border: 2px dashed #DDD;
}

.cd-home-items .item-thumb {
  height: 250px;
}

.cd-home-items .action-button {
  margin-top: 10px;
}

.cd-home-items .item-thumb .value.secondary {
    margin-top: 8px;
    height: 30px;
}

.cd-home-items .item-thumb .top::after {
    top: 35%;
}

.cd-home-items .expiry-status {
    font-size: 15px;
}

a.home-see-more {
  border-bottom: 1px dashed #525252;
  font-size: 14px;
}

a.home-see-more:hover {
  border-color: transparent;
}

.main-menu .sub-menu li:hover {
  background: #535353;
}

.main-menu ul .sub-menu li a {
  padding: 0;
  width: 100%;
  display: block;
}

.header-menu-columns {
  z-index: 1000;
}

.coupon-submit-btn a.input.tertiary {
  height: 3.429em;
  padding-top: 13px;
  padding-bottom: 13px;
  float: none;
  width: 100%;
}

h3.footer-note {
  margin: 0;
}

@media only screen and (max-width: 519px) {
  .tab-links {
      padding: 10px;
  }

  .tab-links li {
    width: 100%;
    float: none;
  }

  .tab-links li span {
    width: 100%;
  }

  .tab-links li.active span, 
  .tab-links li.active span:hover,
  .tab-links li span:hover {
      background: #F45435 none repeat scroll 0% 0%;
      border-color: #F45435;
      color: #fff;
  }
}

@media only screen and (min-width: 1079px) and (max-width: 1169px) {
  .single-social-shares {
    left: 1%;
  }
}

@media only screen and (min-width: 1135px) and (max-width: 1169px),
@media only screen and (min-width: 885px) and (max-width: 930px) {
  .single-social-shares {
    left: 3%;
  }
}

@media only screen and (min-width: 838px) and (max-width: 884px) {
  .single-social-shares {
    left: 5px;
  }
}

@media only screen and (max-width: 837px) {
  .single-social-shares {
    display: none;
  }
}

@media only screen and (min-width: 837px) {
  .footer-share-button {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .row .columns.search-button-column {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 519) {
  .coupon-submit-btn .input {
      padding-right: 10px;
      padding-left: 10px;
      padding-top: 10px;
      width: 100%;
      height: 2.714em;
  }
}