
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CInconsolata:400,700%7CRajdhani:300,regular,500,600,700');


html {
    height: auto;
    /* background: linear-gradient(180deg,#2b2577,#4a61bd 48%,#4355ab 60%,#1c184c); */
    /* background-color: #1c184c; */
    background-repeat: no-repeat;
}

body {
    font-family: Pulse,sans-serif;
    margin-top: 40px;
    background: transparent;
    transition: all 0.1s;
    font-family: Montserrat,sans-serif;
    font-family: Montserrat,sans-serif;
    font-size: 1.5rem;
    color: #000;
}
.header-fixed {
    margin-top: 40px;
}
img.lottery-logo {
    margin: 20px auto;
    display: block;
    max-width: 300px;
    width: 100%;
}
.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: #091f42;
    background: #ffd91b;
    padding-left: 20px;
    font-weight: 900;
    font-size: 1.8em;
    font-family: Pulse,sans-serif;
    text-transform: uppercase;
}

.hpanel.hblue .panel-body {
    border: none;
    border-top: none;
}
.hpanel.hbgblue .panel-body {
    background: #159eee;
}

.lottery-header-title {
    font-size: 33px;
}
.title, .title small {
    font-weight: 900;
    color: #091f42;
    /* background-image: linear-gradient(345deg,#00f2ff,#dfffd4 52%,#f7a200 74%,#f1771d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3em;*/
}
.title small {
    color: #fff;
    font-size: 0.4em;
    -webkit-text-fill-color: #fff;
    text-transform: uppercase;
}

.menu li a {
/*    padding: 20px 20px;*/
    color: #159eee;
    /*font-weight: 900;*/
    transition: all 0.1s;
}
.menu li a:hover {
    color: #3675a0;
}
.menu li.active a {
    border-bottom: 3px solid #159eee;
}
#mobile-menu > ul > li > a {
    color: #159eee;
    transition: all 0.1s;
}
#mobile-menu > ul > li > a:hover {
    color: #3675a0;
}
#menu-toggle span, #menu-toggle span:after, #menu-toggle span:before {
    background-color: #159eee;
}

.countdown-wrapper {
    overflow: initial;
    height: auto;
    width: 100%;
    background: #d22027;
    padding: 10px;
    display: none;
}
.countdown-wrapper .countdown-info {
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.countdown-wrapper .countdown {
    color: #ffffff;
    text-align: center;
    font-size: 1.8em;
}
.row.title-line {
    margin-bottom: 40px;
}

.splash-screen:before {
    background: rgb(249,249,249);
    background: linear-gradient(145deg, rgb(74, 92, 154) 0%, rgba(21,158,238,1) 100%);
}

.splash-cause {
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}
.splash-inner-slider .splash-inner-caption {
    /*background: rgba(0, 0, 0, 0.4);*/
}
.splash-inner-slider .splash-inner-caption small {
    font-weight: normal;
}
.splash-inner-slide-cause {
    background-image: url(/themes/lottery/demo2018/rafflenexus.com-slide1.jpg);
}


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

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

.page-title-bar {
    background: rgb(249,249,249);
    background: linear-gradient(145deg, rgb(74, 92, 154) 0%, rgba(21,158,238,1) 100%) !important;
}

.menu-wrapper {
    border-top: none;
}
.menu li + li {
    border-left: none;
}
.menu li a > i {
    color: #222;
}
.lottery-header-order-button {
    box-shadow: 0px 3px 4px rgba(0,0,0,0.4);
    margin-top: 7px;
}
@media (max-width: 990px){
    .lottery-header-order-button {
         margin-top: 0px;
    }
}
.header {
    background: #f9f9f9;
}
.menu-wrapper {
    background: transparent;
}

.splash-inner {
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.5);
}
.splash-inner-slider .splash-inner-slide {
    border-radius: 6px 0px 0px 6px;
}

@media (max-width: 1200px){
    .splash-inner-slider .splash-inner-slide {
        border-radius: 6px 0px 0px 0px;
    }
}
@media (max-width: 768px){
    .splash-inner-slider .splash-inner-slide {
        border-radius: 8px 8px 0px 0px;
    }
}

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

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

.jackpot-value,
.jackpot-payout {
    color: #f69906;
}
.jackpot-info {
    margin-bottom: 5px;
}

.btn-primary {
    transition: all 0.1s;
    background-color: #ffd91b;
    border-color: #ffd91b;
    color: #091f42;
    font-weight: 700;
    border-radius: 30px;
    text-transform: uppercase;
    box-shadow: 2px 3px 0px #f1bf06;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    /* background-color: #74d348; */
    border-color: #f69906;
    color: #FFFFFF;
    background-color: #f69906;
}

body > div.footer-container {
    background: #ffd91b;
    /* background-image: linear-gradient(90deg,#07101f,#091f42); */
    width: 100%;
    border-top: 10px solid #000;
    padding: 25px 0px 50px;
    margin-top: 70px;
}
.page-winners form > label {
    color: #fff;
}
.page-winners .nav-tabs a {
    /* color: #675858; */
    color: #337ab7;
}
.gaming-bar-sask td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #262764;
}

#nexus-raffle-logo-wrapper.nexus-logo-dark > div > a {
    /* background-image: url(/images/raffle-logo-light-350x85.png); */
}

.page-maintenance p {
    color: #fff;
}

.apartment-number-form-group {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.table > tbody > tr > td {
    padding-top: 20px;
    border-top: 2px solid #091f42;
}

#nexus-raffle-logo-wrapper p {
    color: #000;
}

.btn-default {
    background-color: #0079C1;
    border-color: #0079C1;
    color: #ffffff;
    border-radius: 30px;
    box-shadow: 3px 3px 0px #025586;
}

.btn-info {
    background-color: #0079C1;
    border-color: transparent;
    color: #FFFFFF;
    box-shadow: 1px 1px 1px #858585;
    border-radius: 25px;
    margin: 0px 3px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #FFD91B;
    border-color: #FFD91B;
    color: #000000;
}
.jackpot-info.m-b-md {
    display: none;
}
.jackpot-value + .jackpot-info {
    margin-bottom: 30px;
}

#ticket-packs .col-md-6 .form-horizontal .form-group:nth-child(5) {
    display: none;
}
#ticket-packs .col-md-12 .form-horizontal .form-group:nth-child(5) {
    background-color: #0079C1;
    color: #fff;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}
#ticket-packs .col-md-12 .form-horizontal .form-group:nth-child(5):before {
    content: "Best Deal";
    display: block;
    position: absolute;
    background-color: #ffd91b;
    color: #000;
    padding: 10px 70px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 10px;
    left: -65px;
    width: 100%;
    text-align: center;
    line-height: 0.9em;
    font-weight: bold;
    font-size: 200%;
    max-width: 229px;
}
#ticket-packs label.control-label {
    font-weight: bold;
}


.supercharge {
    font-size: 1.5em;
    display: block;
    margin: 0px auto;
    color: #fff;
    padding: 15px 15px 5px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    line-height: 1.1em;
}
.supercharge-head {
    font-size: 1.25em;
    margin-bottom: 10px;
    display: block;
    line-height: 1.0em;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-left: 105px;
}
@media (max-width: 560px){
  .supercharge-head {
    padding-top: 50px;
    padding-left: 20px;
    font-size: 100%;
  }
  #ticket-packs .col-md-12 .form-horizontal .form-group:nth-child(5):before {
    top: 5px;
    left: -80px;
    width: 100%;
    font-weight: bold;
    font-size: 150%;
    max-width: 229px;
  }
}

#ticket-packs .col-md-12 .form-horizontal .form-group:nth-child(5).supercharge-inactive {
    background-color: #cccccc;
}
#ticket-packs .col-md-12 .form-horizontal .form-group:nth-child(5).supercharge-inactive:before {
    background-color: #ffffff;
    color: #cccccc;
}