
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 #d59f3f;
}
.hpanel.hbgblue .panel-body {
    background: #3498db;
}

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

.header {
    background: #365f64;
    color: #fff;
}
.menu-wrapper {
    border-top: none;
    background: #365f64;
}
.menu li + li {
    border-left: none;
}
.menu li a {/*    padding: 20px 20px;*/color: #fff;/* font-weight: bold; */transition: all 0.1s;}
.menu li a:hover {
    color: #d49f41;
}
.menu li.active a {
    border-bottom: 3px solid #d49f41;
}
#mobile-menu > ul > li > a {
    color: #365f64;
    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: #b1baba;
}

.header-fixed .lottery-header-order-button {
    margin-top: 0px;
}
.countdown-wrapper .countdown {
    color: #fff;
}
.splash-inner-details {
    padding: 0px 30px !important;
}
.splash-screen:before {
    background: #829697 !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: #ececec !important;
}
.page-title-bar h1, .page-title-bar h1 small {
    color: #365f64;
}
.page-title-bar h1 {
    font-weight: bolder;
    color: #d59f3f;
}
.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;
}

.menu li a > i {
    color: #fff !important;
}
.btn-success,
.btn-primary {
    background-color: #d49f41;
    border-color: #d49f41;
}
.btn-success:hover, .btn-success:active, .btn-success:focus,
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #f5b138;
    border-color: #d49f41;
}

.prize-listing-list .prize-image-wrapper {
    min-height: 180px;
}