/*
 * BluePromoCode styles.
 */

.body {
    background: #ebedf0;
    font: 15px/1 'Cairo', sans-serif;
}

/*
 * Header
 */

.Header {
    background: #fff;
    color: #333;
    margin: 0 0 19px;
}

.Header__inner {
    margin: 0 auto;
    max-width: 1200px;
}

.Header__logo {
    display: inline-block;
    padding: 10px;
}

.Header__image {
    display: inline-block;
}

/*
 * Page container
 */

.Page {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px 20px;
}

/*
 * Main nav
 */

.Nav {
    margin: 0 auto 20px;
    max-width: 1200px;
}

.Nav__search {
    background: #25ace3;
    padding: 25px;
}

.Nav__searchInput {
    background: #fff;
    border: none;
    color: #333;
    display: block;
    font-size: 20px;
    line-height: 60px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 25px;
    width: 100%;
}

.Nav__categories {
    background: #1d89b4;
    padding: 15px;
}

.Nav__categoryList {
    font-size: 13px;
    line-height: 1em;
    height: 1.5em;
}

.Nav__categoryItem {
    color: #fff;
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 1.5em;
}

.Nav__categoryItem:hover {
    color: #0af;
}

.Nav__categoryLink--active {
    font-weight: bold;
}

/*
 * Breadcrumbs
 */

.Breadcrumbs {
    display: inline;
}

.Breadcrumbs__item {
    display: inline;
    white-space: nowrap;
}
.Breadcrumbs__item::after {
    content:'\3E';
    padding: 0 3px;
}
.Breadcrumbs__item:last-child::after {
    content: none;
}

/*
 * Pagination
 */

.Pagination {
    background: #fff;
    font-size: 15px;
    margin: 20px 0 0;
    padding: 20px;
    text-align: center;
}

.Pagination__item {
    display: inline-block;
    margin: 0 5px 10px;
    font-weight: bold;
}

.Pagination__button {
    display: inline-block;
    padding: 10px 15px;
}

.Pagination__button--disabled {
    background: #eee;
    color: #ccc;
}

.Pagination__button--active {
    background: #25ace3;
    color: #fff;
}

.Pagination__info {
    color: #777;
    line-height: 1.25em;
}

/*
 * Promo card
 */

.PromoCard {
    background: #fafafa;
    border: 1px solid #eee;
    margin: 0 0 10px;
    min-height: 140px;
}

.PromoCard__logo {
    padding: 20px 0 20px 20px;
    width: 120px;
}

.PromoCard__image {
    border: 1px solid #eee;
    display: block;
}

.PromoCard__cta {
    padding: 0 20px 15px 0;
}

.PromoCard__main {
    padding: 20px 0 20px 20px;
}

.PromoCard__details {
    padding: 0 20px 0 0;
    min-width: 200px !important;
}

.PromoCard__merchant {
    font-size: 13px;
    line-height: 1.25em;
    margin: 0 0 10px;
}

.PromoCard__title {
    font-size: 20px;
    line-height: 1.25em;
    margin: 0 0 15px;
}

.PromoCode__storename {
    display: inline-block;
    margin: 0 10px 0 0;
}

.PromoCode__staffpick {
    color: #fff;
    background: #FD8276;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 3px 8px;
    font-size: 13px;
}

.PromoCode__verified {
    color: #25ACE3;
    display: inline-block;
    margin: 0 0 0 0;
    font-size: 13px;
}

.PromoCode__singleuse {
    color: #76C000;
    display: inline-block;
    margin: 0 0 0 0;
    font-size: 13px;
}

.PromoCard__description {
    font-size: 13px;
    line-height: 1.25em;
    margin: 0 0 15px;
}

.PromoCard__spacer {
    width: 220px;
}

.PromoCard__extra {
    color: #777;
    font-size: 13px;
    line-height: 1.25em;
    margin: 0 0 10px;
}

.PromoCard__more {
    color: #999;
    font-size: 13px;
    line-height: 1.25em;
}

/*
 * Promo button
 */

.PromoButton {
    display: block;
    background: #25ace3;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 200px;
}

.PromoButton:hover {
    background: #7ccdee;
}

.PromoButton__flap::after {
    border-bottom-color: #d9d9da;
    border-left-color: #1d89b4;
    border-right-color: #d9d9da;
    border-top-color: #1d89b4;
    border-style: solid;
    border-width: 8px;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    right: 0;
    width: 0;
}

.PromoButton__flap:hover::after {
    border-bottom-color: #ececec;
    border-left-color: #25ace3;
    border-right-color: #ececec;
    border-top-color: #25ace3;
}

.PromoButton__code {
    background: #afafaf;
}

/*
    Use code
*/
.UseCode {
    background: white;
    padding: 30px;
    margin: 50px auto;
    max-width: 600px;
    display: block;
    text-align: center;
}
.UseCode__code {
    border: 0;
    background: #f5f5f5;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 10px auto 30px auto;
    display: inline-block;
    width: 200px;
    color: #1D89B4;
}

/*
* Stars
*/

/*
.star--container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
}
.star {
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    width: 50px;
    font-size:50px;
    text-align: center;
}
.star__selected {
    color: #fff207;
    position: relative;
    z-index: 1200;
}
.star__active {
    color: #FFFF00;
    position: relative;
    z-index: 1100;
}
.star__inactive {
    color: #eee;
    position: relative;
    z-index: 1000;
}
.star-text-container {
    position: relative;
    width:100%;
    margin: 0 auto;
    height:auto;
    margin-bottom: 30px;
}
.star-text-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}
.star-text-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1200;
    display: none;
}
*/
.star {
    display: inline-block;
    width: 22px;
    font-size: 20px;
}
.star__on {
    color: #FD8276;
}
.star__off {
    color: #ddd;
}


/*
* Animation
*/

.animation {
    height: 20px;
    margin: 0;
}
.animation-dot {
    animation: dot 3s infinite;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    background: #f5f5f5;
    height: 20px;
    margin: 0 3px;
    width: 20px;
}
.animation-dot:nth-child(2) {
    animation-delay: .25s;
}
.animation-dot:nth-child(3) {
    animation-delay: .5s;
}
.animation-dot:nth-child(4) {
    animation-delay: .75s;
}
.animation-dot:nth-child(5) {
    animation-delay: 1.0s;
}

@keyframes dot {
    0% {
        background-color: #f5f5f5;
    }
    50% {
        background-color: #ddd;
        /*transform: translateY(-3px);*/
    }
    100% {
        background-color: #f5f5f5;
    }
}

/*
 * Homepage
 */

.Home__title {
    font-size: 25px;
    line-height: 1.25em;
    margin: 0 0 20px;
}

/*
 * Merchant page
 */

.Merchant__header {
    background: #fff;
    position: relative;
    margin: 0 0 40px;
    padding: 30px 20px 35px 195px;
}

.Merchant__logo {
    border: 1px solid #eee;
    display: block;
    height: 150px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 150px;
}

.Merchant__logo--sidebar {
    margin: 0 0 0 0;
    width: 100px;
    border: solid 1px #eee;
}

.Merchant__image {
    display: block;
}

.Merchant__breadcrumbs {
    font-size: 13px;
    line-height: 1.25em;
    margin: 0 0 7px 0;
}

.Merchant__title {
    font-size: 30px;
    line-height: 1.25em;
    margin: 0 0 10px 0;
}

.Merchant__subtitle {
    font-size: 20px;
    line-height: 1.25em;
    margin: 25px 0;
}

.Merchant__summary {
    font-size: 13px;
    line-height: 1.25em;
}

.Merchant__sidebar {
    padding: 0 0 0 20px;
    width: 270px;
}

.Merchant__module {
    background: #fff;
    font-size: 13px;
    line-height: 1.25em;
    margin: 0 0 20px;
    padding: 20px;
}

.Merchant__rateButton {
    border: solid 1px #eee;
    background: #f5f5f5;
    padding: 5px 20px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
}

.Merchant__rateButton:hover {
    background: #eee;
}

.Merchant__noOffers {
    line-height: 1.25em;
    font-size: 17px;
}

/**
 * Category page
 */

.Category__title {
    font-size: 20px;
    line-height: 1.25em;
    margin: 0 0 20px;
}

.Category__breadcrumbs {
    margin: 0 0 20px;
}

/**
 * Basic page container
 */

.Basic {
    background: #fff;
    min-height: 300px;
    padding: 25px;
    line-height: 1.25em;
}

.Basic__title {
    font-size: 25px;
    margin: 0 0 20px;
}

.Basic__subtitle {
    font-size: 20px;
    margin: 0 0 20px;
}

.Basic__text {
    line-spacing: 1.25em;
    margin: 0 0 20px;
}

.Basic__list {
    margin: 0 0 20px;
}

.Basic__listItem {
    margin: 0 0 10px;
    line-height: 1.25em;
}

.Basic__sidebar {
    max-width: 300px;
    padding: 0 0 0 30px;
}

/*
 * Footer
 */

.Footer {
    margin: 35px 0 20px;
    text-align: center;
}

/*
 * Javascript-only
 */

.autocomplete__link {
    display: block;
    background: #fff;
    min-height: 40px;
}

.ui-state-active.autocomplete__link {
    background: #eee;
    margin: 0;
}

.autocomplete__image {
    display: inline-block;
    height: 40px;
    margin: 0 10px 0 0;
    width: 40px;
    vertical-align: middle;
}

/*
 * Utility classes
 */

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flexbox-wrap {
    flex-wrap: wrap;
    -mx-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flexbox-flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.flexbox-none {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.sidescroll {
    overflow-x: auto;
    overflow-x: -moz-scrollbars-none;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    white-space: nowrap;
}
.sidescroll::-webkit-scrollbar {
    display: none;
}

.promo--codebox {
    padding: 10px 20px;
    font-size: 30px;
    max-width: 400px;
    font-weight: bold;
    text-align: center;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.input:focus {
    border-bottom: 1px solid #a1c820;
}
.input {
    border: none;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}

.norm { font-weight: 500; }
.bold { font-weight: 700; }
.italic { font-style: italic; }
.semibold { font-weight: 500; }
.medium { font-weight: 500; }
.em { font-style: italic; }
.underline { text-decoration: underline; }
.tacenter { text-align: center; }
.taright { text-align: right; }
.taleft { text-align: left; }

.i20 i { font-size: 20px; }

.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }
.fs25 { font-size: 25px; }
.fs30 { font-size: 30px; }
.fs35 { font-size: 35px; }
.fs40 { font-size: 40px; }
.fs45 { font-size: 45px; }
.fs50 { font-size: 50px; }
.fs60 { font-size: 60px; }
.fs70 { font-size: 70px; }
.fs80 { font-size: 80px; }
.fs90 { font-size: 90px; }
.fs100 { font-size: 100px; }

.mr0 { margin-right: 0px; }
.mr1 { margin-right: 1px; }
.mr2 { margin-right: 2px; }
.mr3 { margin-right: 3px; }
.mr4 { margin-right: 4px; }
.mr5 { margin-right: 5px; }
.mr8 { margin-right: 8px; }
.mr10 { margin-right: 10px; }
.mr12 { margin-right: 12px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }
.mt0 { margin-top: 0; }
.mt1 { margin-top: 1px; }
.mt2 { margin-top: 2px; }
.mt3 { margin-top: 3px; }
.mt4 { margin-top: 4px; }
.mt5 { margin-top: 5px; }
.mt6 { margin-top: 6px; }
.mt7 { margin-top: 7px; }
.mt8 { margin-top: 8px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt17 { margin-top: 17px; }
.mt20 { margin-top: 20px; }
.mt22 { margin-top: 22px; }
.mt23 { margin-top: 23px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mb0 { margin-bottom: 0; }
.mb3 { margin-bottom: 3px; }
.mb5 { margin-bottom: 5px; }
.mb8 { margin-bottom: 8px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.ml0 { margin-left: 0px; }
.ml0 { margin-left: 1px; }
.ml3 { margin-left: 3px; }
.ml5 { margin-left: 5px; }
.ml8 { margin-left: 8px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left:40px; }
.ml50 { margin-left:50px; }
.ml100 { margin-left: 100px; }

.mauto { margin-left: auto; margin-right: auto; }
.mrauto { margin-right: auto; }
.mlauto { margin-left: auto; }

.sp1 { height: 1px; }
.sp2 { height: 2px; }
.sp3 { height: 3px; }
.sp5 { height: 5px; }
.sp7 { height: 7px; }
.sp8 { height: 8px; }
.sp10 { height: 10px; }
.sp15 { height: 15px; }
.sp20 { height: 20px; }
.sp25 { height: 25px; }
.sp30 { height: 30px; }
.sp40 { height: 40px; }
.sp50 { height: 50px; }
.sp100 { height: 100px; }
.sp200 { height: 200px; }

.darkblue {
    color: #1D89B4;
}

.blue {
    color: #25ACE3;
}

.black {
    color: #333;
}

.bluelinks a {
    color: #25ACE3;
}

.blacklinks a {
    color: #333;
}

.boldlinks a {
    font-weight: bold;
}

.pink {
    color: #FD8276;
}

.color7 {
    color: #777;
}
.color9 {
    color: #999;
}
.colora {
    color: #aaa;
}
.colorc {
    color: #ccc;
}
.colord {
    color: #ddd;
}
.colore {
    color: #eee;
}

.module {
    background-color: white;
    padding: 20px 25px;
    border-radius: 4px;
    word-wrap: break-word;
    margin-bottom: 30px;
}

/*
 * Responsive adjustments
 */

@media screen and (max-width: 900px) {
    .Page {
        padding: 0 10px 10px;
    }

    .Nav {
        margin-bottom: 15px;
    }

    .Nav__search {
        padding: 20px 15px;
    }

    .Nav__searchInput {
        font-size: 16px;
        line-height: 45px;
        padding: 0 15px;
    }

    .Header {
        margin: 0;
    }

    .Header__logo {
        padding: 17px 12px;
    }

    .Header__image {
        height: 24px;
        width: 170px;
    }

    .PromoCard__main {
        padding-left: 15px;
    }

    .PromoCard__title {
        font-size: 15px;
    }

    .PromoCard__logo {
        width: 75px;
    }

    .PromoCard__image {
        height: 55px;
        width: 55px;
    }

    .Merchant {
        display: block;
    }

    .Merchant__title {
        font-size: 20px;
    }

    .Merchant__header {
         margin: 0 0 12px;
         padding: 15px 15px 17px;
    }

    .Merchant__logo {
        display: none;
    }

    .Merchant__image {
        width: 85px;
        height: 85px;
    }

    .Merchant__sidebar {
        margin: 25px 0 0;
        padding: 0;
        width: auto;
    }

    .Basic__columns {
        display: block;
    }

    .Basic__sidebar {
        padding: 30px 0 0 0;
        width: auto;
    }
}

