#bonusmain-top {
    background-color: #3b86c4;
}
#bonusmain-top h1 {
    padding-left: 15px;
    padding-right: 15px;
}
/*.bonus-breadcrumb {
    font-size: 11px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.breadcrumb-item {
    color: #a3c3f0;
    display: inline-block;
    font-family: "Open sans Semibold";
    margin-bottom: 15px;
}
.breadcrumb-item:after {
    color: #a3c3f0;
    content: "/";
    margin-left: 4px;
}
.breadcrumb-item a {
    color: #a3c3f0;
    text-decoration: underline;
}*/

.bonus-banner {
    background: url("../../images/wh-banner.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 410px;
    margin: 0 0 10px 170px;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.bonus-banner-content {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 5px 15px 15px;
    text-align: center;
    max-width: 450px;
    margin-right: 75px;
}
.bonus-banner-content h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 24px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    margin: 0 10px 0 0;
    padding: 12px 0;
    color: #fff;
}
.bonus-banner-content .banner-info {
    font-size: 14px;
    text-align: left !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    color: #ffffff;
    line-height: 20px;
    font-family: "Open Sans Italic";
    padding: 10px 0 13px 0;
    display: block;
}
.bonus-countdown {
    margin: 10px 0 20px;
}
.countdown-section {
    display: inline-block;
    width: auto;
    margin: 0 2.5%;
}
.bonus-banner-text, .countdown-period {
    color: #ffffff;
    font-family: "Open Sans Italic";
    font-size: 14px;
}
.countdown-amount {
    color: #fff;
    font-size: 42px;
    padding: 0;
}
.bonus-banner .bonus-redirect-btn,
.bonus-banner .bonus-info-btn {
    padding: 13.5px 40px;
}
.bonus-info-btn {
    position: relative;
}
.bonus-info-btn:hover {
    color: #fff;
    text-decoration: none;
}
.bonus-info-btn:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
}
.bonus-redirect-btn:hover {
    color: #fff;
    text-decoration: none;
}
.bonus-content {
    width: 100%;
    display: inline-block;
}
.bonus-banner-content .bonus-block-link {
    display: block;
    margin: 10px auto;
    font-size: 0;
}
.bonus-banner-content .bonus-block-link .bonus-info-btn {
    margin-right: 4%;
}
.bonus-top-container {
    background-color: #ffffff;
    color: #484848;
    line-height: 22px;
    padding: 10px 15px;
}
#bonus-list.view-grid {
    margin: 0 -5px;
    display: table;
    width: 100%;
}
.view-grid .bonus-block-link .btn {
    display: inline-block;
    width: 49%;
    padding: 15px;
}
.view-grid .bonus-block-link .bonus-redirect-btn {
    margin-left: 2%;
}
.bonus-redirect-btn {
    color: #ffffff;

    font-size: 16px;
    text-align: center;
}
.view-list .bonus-redirect-btn {
    display: inline-block;
}

.bonus-inner {
    padding: 0 5px;
}
.bonus-info-btn {
    color: #fff;

    font-size: 16px;
    margin-right: 4%;
    text-align: center;
}
.bonus-redirect-btn,
.bonus-info-btn {
    padding: 15px 5px !important;
    text-align: center;
    width: 48%;
    display: inline-block;
    box-sizing: border-box;
}
.bonus-info-btn.wide-info {
    width: 100%;
    margin-right: 0;
}
.view-list .bonus-info-btn {
    display: inline-block;
}
.view-grid .bonus-info-btn {
    display: block;
    margin-right: 0;
}
.bonus-block {
    display: table;
}
.view-grid .bonus-block {
    float: left;
    width: 50%;
}
.bonus-image {
    position: relative;
    width: 32.4%;
    display: table-cell;
    overflow: hidden;
    height: 225px;
}
.view-grid .bonus-image {
    display: block;
    width: 100%;
    height: 240px;
}
.bonus-image .bk-bonus-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bk-bonus-img div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.bonus-logo {
    position: relative;
    width: 140px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
}
.bonus-logo a img{
    width: 100%;
}
.bonus-block-content {
    display: table-cell;
    position: relative;
    background-color: #ffffff;
    vertical-align: top;
}
.view-grid .bonus-block-content {
    display: block;
}

.bonus-title {
    display: table;
    width: 100%;
    height: 64px;
}

.bonus-title h2 {
    border-bottom: 1px solid #d4d4d4;
    color: #2d2d2d;
    line-height: 21px;
    padding: 10px 12px;
    margin: 0;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.view-grid .bonus-title h3 {
    border-bottom: none;
}
.bonus-text {
    color: #000;
    font-family: "Open Sans";
    line-height: 20px;
    padding: 8px 12px;
    box-sizing: border-box;
    height: 96px;
    max-width: 510px;
    overflow: hidden;
}
.bonus-block .bonus-countdown-container {
    background-color: rgba(0 ,0 ,0, 0.75);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    text-align: center;
    white-space: nowrap;
}
.bonus-banner-text,
.countdown-period {
    color: #ffffff;
    font-family: "Open Sans Italic";
    font-size: 14px;
}
.bonus-block  .bonus-countdown {
    margin: 5px 0;
    white-space: nowrap;
}
.view-grid .bonus-block .bonus-countdown {
    margin: 5px auto;
    width: 80%;
    white-space: nowrap;
}
.bonus-block .countdown-section {
    display: inline-block;
    text-transform: lowercase;
}
.bonus-block  .countdown-amount {
    color: #fff;
    font-family: "Gotham";
    font-size: 24px;
    line-height: 1;
}
.bonus-block .bonus-block-link {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    font-size: 0;
}
.view-grid .bonus-block-link {
    position: relative;
    text-align: center;
}
.has-right-sidebar .content-middle.bonus-banner {
    margin: 0;
}
.top-banner{
    margin: 0 0 10px 170px;
}

.fotorama {
    line-height: 1;
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
    .bonus-banner-content {
        max-width: 350px;
        bottom: 15px;
        right: 50px;
    }
    .bonus-banner-content .bonus-block-link .bonus-info-btn {
        margin-right: 10px;
    }
    .bonus-banner .bonus-redirect-btn,
    .bonus-banner .bonus-info-btn {
        padding: 10px 24px;
    }

    #bonusmain-sort {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        display: table;
        float: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
    #bonusmain-view {
        float: none;
    }
    .view-list .bonus-image {
        width: 49%;
    }
    .view-list .bonus-text {
        display: none;
    }
    .view-list .bonus-block-link .btn {
        width: 100%;
    }
    .view-list .bonus-info-btn {
        margin-bottom: 10px;
    }
    .view-grid .bonus-block-link .btn {
        width: 100%;
        padding: 15px 0;
        margin: 5px 0;
    }
    .view-list .bonus-block {
        width: 100%;
    }
    .view-list .bonus-inner {
        width: 100%;
        display: table;
    }
}

@media all and (max-width: 1024px) {
    .top-banner {
        margin: 0 0 10px 21%;
    }
}

@media all and (min-width: 641px) and (max-width: 1023px) {
    #bonusmain-view {
        display: none;
    }
    .content-middle {
        margin: 0 0 0 150px;
    }
    .content .sidebar-right-widgets {
        overflow: hidden;
        width: 180px;
    }
    .content .sidebar-left-menu {
        width: 144px;
    }
    .bonus-image {
        height: 270px;
        display: block;
        width: 100%;
    }
    .bonus-block-content {
        display: block;
    }
    .bonus-block .cntd-block {
        display: inline-block;
        width: 13%;
    }
    .bonus-block .bonus-block-link {
        position: relative;
        text-align: center;
    }
    .view-list .bonus-redirect-btn,
    .view-list .bonus-info-btn {
        padding: 15px 30px;
        width: 48%;
        margin: 5px 1%;
    }
    .view-grid .bonus-block-link .btn {
        width: 100%;
        margin: 0;
    }
    .view-grid .bonus-block-link .bonus-info-btn {
        margin-bottom: 10px;
    }
    .top-banner {
        margin: 0 0 10px 195px;
    }
}

@media all and (max-width: 950px) {
    .top-banner {
        margin-left: 30%;
    }
    .bonus-banner {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    .bonus-banner::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
    }
    .bonus-banner-content {
        margin: 0;
        z-index: 1;
        background: none;
    }
    .top-banner .fotorama__arr {
        display: none !important;
    }
    .top-banner .fotorama__nav-wrap {
        width: 100%;
    }
    .top-banner .fotorama__nav {
        text-align: center !important;
    }
}

@media all and (min-width: 320px) and (max-width: 640px) {
    #bonusmain-view {
        display: none;
    }
    .content .sidebar-left-menu {
        width: 144px;
    }
    .bonus-image {
        height: 250px;
        display: block;
        width: 100%;
    }
    .bonus-block-content {
        display: block;
    }
    .bonus-block .cntd-block {
        display: inline-block;
        width: 20%;
    }
    .bonus-block .bonus-block-link {
        position: relative;
        text-align: center;
    }
    .view-grid .bonus-block-link .btn {
        width: 100%;
        padding: 15px 0;
        margin: 5px 0;
    }
    .view-list .bonus-redirect-btn,
    .view-list .bonus-info-btn {
        padding: 15px 10px;
    }
    .has-infinite-scroll .load_more-comments-text {
        padding: 15px 0;
    }
    #bonusmain-show ul li,
    #bonusmain-sort > .sort-label,
    #bonusmain-view > .sort-label {
        margin-right: 7px;
    }
}
@media all and (max-width: 500px) {
    .top-banner {
        margin-left: 0;
    }
    .posts-manage-menu {
        height: auto;
    }
}
@media all and (max-width: 480px) {
    .fotorama__nav-wrap {
        display: none;
    }
}
@media all and (max-width: 400px) {
    .view-grid .bonus-block {
        width: 100%;
    }
}