
body {
    margin-top: 145px;
    background: #fafafa;
    transition: all 0.1s;
}

.hpanel {
    border: none;
    box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.05);
    margin-bottom: 25px;
    border-radius: 5px;
}

.hpanel > .panel-heading {
    color: #ad1f51;
    background: #fff;
    padding-left: 20px;
}

.hpanel.hblue .panel-body {
    border: none;
    border-top: 2px solid #ad1f51;
}
.hpanel.hbgblue .panel-body {
    background: #3498db;
}

.lottery-header-title {
    font-size: 33px;
}

.header {
    background: #ad1f51;
    color: #fff;
}
.menu-wrapper {
    border-top: none;
    background: #ad1f51;
}
.menu li + li {
    border-left: none;
}
.menu li a {
/*    padding: 20px 20px;*/
    color: #fff;
    /*font-weight: 900;*/
    transition: all 0.1s;
}
.menu li a:hover {
    color: #d2adc4;
}
.menu li.active a {
    border-bottom: 3px solid #d2adc4;
}
#mobile-menu > ul > li > a {
    color: #ad1f51;
    transition: all 0.1s;
}
#mobile-menu > ul > li > a:hover {
    color: #d2adc4;
}
#menu-toggle span, #menu-toggle span:after, #menu-toggle span:before {
    background-color: #d2adc4;
}

.countdown-wrapper .countdown {
    color: #fff;
}
.splash-inner-details {
    padding: 0px 30px !important;
}
.splash-screen:before {
    background: #d2adc4 !important;
}
.splash-cause {
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.splash-inner-slider .splash-inner-caption {
    /*background: rgba(0, 0, 0, 0.4);*/
    display: none;
}
.splash-inner-slider .splash-inner-caption small {
    font-weight: normal;
}
.splash-inner-slide-cause {
    background-image: url(/themes/raffle/backgrounds/evan-kirby-101570.jpg);
}

.prize-image-wrapper:hover {
    background-size: 100%;
}

.logic-or, .logic-and {
    background: #3498db;
}

.terms-of-use-acceptance-form-group .checkbox a {
    color: inherit;
    text-decoration: underline;
}

.page-title-bar {
    text-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    background: #d2adc4 !important;
}
.lottery-header-order-button {
    box-shadow: 0px 5px 4px rgba(110, 5, 42, 0.25);
    margin-top: 5px;
}
.splash-inner-details-prices br {
    display: none;
}

@media (max-width: 768px) {
    .splash-inner-details-prices br {
        display: block;
    }
}

.splash-inner-details-side-description, .splash-inner-details-dates {
    margin-top: 5px;
}