@import url(https://fonts.googleapis.com/css?family=Tinos:400,700);

#wtb-ew-v1, .wtb-ew-v1 {
    background-color: #2984c0 !important;
}

.wtb-ew-locations {
    width: 265px !important;
}

.city b {
    font-size: 16px !important;
}

iframe .container {
    left: 30px !important;
}

.level_up_a:hover {
    text-decoration: none;
}

.level_up_a {
    padding-left: 10px;
}

.level_up_a span {
    padding: 0 7px;
    text-shadow: 1px 1px 1px rgb(5, 5, 5);
    border: 1px solid #5b9569;

}

.level_upgrade_div {
    padding-top: 7px;
    font-weight: bold;
    color: rgb(92, 0, 0);
    text-shadow: 1px 1px 1px #ccc;
    text-transform: uppercase;
}

.level_upgrade_div .image_tip {
    background-image: url(../../../images/home/newquestionblue.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0;
    background-size: 20px;
    float: right;
    margin-right: 10px;
}

.level_up_a span:hover {
    background-color: #8b110c;
    border: 1px solid #8b110c;
}

.browserIE .acx_button_small_green, .acx_button_small_green a {
    font-size: 9px;;
}

.badges {
    text-align: center;
    text-align: center;

    margin-top: -20px;
    position: relative;
    z-index: 10;
    margin-left:170px !important;
}

.badges div {
    width: 118px;
    float: left;
    padding-top: 5px;
}

.badges div img {
    width: 125px;
}

.badges div:nth-child(even) {
    padding-left: 7px;
}

.badges div:nth-child(odd) {
    /*clear: both;*/
}

.overlayer {
    opacity: .2;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.buy-gift-card .gift_card_ribbon {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}

.gc_receved_amount {
    font-family: 'Tinos', serif;
    position: absolute;
    font-size: 75px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
    width: 100px;
    text-align: center;
    line-height: 1em;
}

.gift_card_recived {
    position: absolute;
}