/* GLOBAL */ 

:root {
  --primary-color: #013EFF;
  --light-primary-color: #3B68FF;
  --secondary-color: #013EFF;
  --accent-color: #D4A900;
  --light-accent-color: #FFFEFA;
  --dark-neutral-color: #00071C;
  --light-neutral-color: #FAFAFA;
  --highlight-light-color: #ffffe9;
  --highlight-color: #d9db0f;
}
/**********************************
	GENERAL
**********************************/
body {
  margin-top: 145px;
  background: #fafafa;
  transition: all 0.1s;
  color: var(--dark-neutral-color);
  font-family: droid-sans, sans-serif;
}
h1, h2, h3, h4 {
  font-family: 'Abel', sans-serif; 
}
p, li {
  font-size: 1.5rem;
  line-height: 1.5;
}
.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: #666;
  background: #fff;
  padding-left: 20px;
}
.hpanel.hblue .panel-body {
  border: none;
  border-top: 3px solid var(--primary-color);
}
.hpanel.hbgblue .panel-body {
  background: var(--accent-color);
}
.hpanel.hblue .panel-body {
  border-radius: 10px 10px 0 0;
}
.btn {
  border-radius: 30px;
  transition: .3s ease all;
}
.btn-success, .btn-primary {
  transition: .3 all !important;
  background: var(--secondary-color);
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--light-primary-color) 100%);
  border-color: var(--secondary-color);
  color: #FFFFFF;
  border: 2px solid white;
  box-shadow: 0px 2px 3px rgba(0,0,0,.3);
}
.btn-success:hover, .btn-primary:hover {
  background-color: var(--light-primary-color);
  background: linear-gradient(0deg, var(--primary-color) 50%, var(--light-primary-color) 100%);
  border-color: var(--light-primary-color);
  border: 2px solid white;
}
.btn-success:active, .btn-primary:active {
  background-color: var(--light-primary-color);
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--light-primary-color) 100%);
  border-color: var(--light-primary-color);
  border: 2px solid white;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: var(--accent-color);
}
h1, .h1, h2, .h2, h3, .h3 {
  font-weight: bold;
}
.label-success {
  background: var(--accent-color);
}
a {
  color: var(--accent-color);
}
a:hover {
  color: var(--dark-neutral-color);
}
.splash-inner-slider .slider-navigation li {
  border: 2px solid white;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
}
@media(min-width:280px) {
  .splash-inner-margin .splash-inner-slider .slider-navigation {
    top: auto;
    bottom: 0;
  }
  .splash-inner-slider .slider-navigation li {
    padding: 3px;
  }
}
.splash-inner-slider .slider-navigation li:first-of-type {
  margin-left: 10px;
}
.splash-inner-slider .slider-navigation li.active, .splash-inner-slider .slider-navigation li:hover {
  background-color: var(--accent-color);
}
/**********************************
	HEADER
**********************************/
.header {
  background: white;
  /*background: url('header-bg.png') center center repeat-x;*/
  background-size: cover;
  /*background: #fff;*/
}
.lottery-header-title {
  line-height: 1.3;
  padding-top: 20px;
  color: var(--accent-color);
  font-weight: normal;
}
.lottery-header-title strong {
  line-height: 1;
  padding-top: 20px;
  color: var(--dark-neutral-color);
}
.header-fixed .lottery-header-title {
  height: 50px;
  padding: 3px 0px;
  font-size: 1.7rem;
  margin-top: 25px;
  color: var(--accent-color);
}
.header-fixed .lottery-header-title strong {
  height: 65px;
  padding: 3px 0px;
  font-size: 2rem;
}
strong {
  font-weight: 900;
}
@media(min-width: 280px) {
  .lottery-header-logo {
    max-width: 150px;
  }
  .header-fixed .lottery-header-logo {
    max-width: 100px;
  }
  lottery-header-title strong {
    font-size: 1.5rem !important;
  }
  .lottery-header-title {
    font-size: 1.8rem !important;
    height: auto;
    padding-bottom: 15px !important;
    margin-top: 0;
    height: 66px;
  }
  .header-fixed .lottery-header-title strong {
    font-size: 1.5rem !important;
  }
  .header-fixed .lottery-header-title {
    font-size: 2rem !important;
    height: auto;
    padding-bottom: 15px !important;
    margin-top: 0;
    height: 66px;
  }
}
@media(min-width: 393px) {
  .lottery-header-title strong {
    font-size: 1.8rem !important;
  }
  .lottery-header-title {
    font-size: 2.3rem !important;
    padding: 0;
    margin: 0;
  }
  .header-fixed .lottery-header-title strong {
    font-size: 1.8rem !important;
    margin-bottom: 0px;
  }
  .header-fixed .lottery-header-title {
    font-size: 2.3rem !important;
  }
}
@media(min-width: 439px) {
  .lottery-header-title strong {
    font-size: 1.8rem !important;
  }
  .lottery-header-title {
    font-size: 2.3rem !important;
  }
  .header-fixed .lottery-header-title strong {
    font-size: 1.8rem !important;
    margin-bottom: 0px;
  }
  .header-fixed .lottery-header-title {
    font-size: 2.3rem !important;
  }
}
@media(min-width: 769px) {
  .header-fixed .lottery-header-logo {
    max-width: 125px;
  }
  .lottery-header-title strong {
    font-size: 2.3rem !important;
  }
  .lottery-header-title {
    font-size: 2.8rem !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
	height: auto;
  }
  .header-fixed .lottery-header-title strong {
    font-size: 1.8rem !important;
    margin-bottom: 0px;
  }
  .header-fixed .lottery-header-title {
    font-size: 2.3rem !important;
    padding-top: 0;
  }
}
@media(min-width: 1201px) {
  .header-fixed .lottery-header-logo {
    max-width: 150px;
  }
  .lottery-header-title {
    font-size: 3rem;
	margin-top: 20px;
    height: auto;
  }
  .lottery-header-title strong {
    font-size: 3.5rem !important;
  }
  .header-fixed .lottery-header-title {
    font-size: 2.5rem !important;
    padding-top: 0px !important;
    margin-top: 10px;
  }
  .header-fixed .lottery-header-title strong {
    font-size: 2rem !important;
  }
}
/* Countdown */
.countdown-wrapper .countdown {
  font-weight: 600;
  font-size: 14px;
  color: var(--accent-color) !important;
}
/**********************************
	NAVBAR
**********************************/
.menu-wrapper {
  background: var(--light-neutral-color);
}
.menu li a {
  /*    padding: 20px 20px;*/
  color: var(--dark-neutral-color);
  /*font-weight: 900;*/
  transition: all 0.1s;
}
.menu li a:hover {
  color: var(--accent-color);
}
.menu li.active a {
  border-bottom: 3px solid var(--accent-color);
}
#mobile-menu > ul > li > a {
  color: var(--dark-neutral-color);
  transition: all 0.1s;
}
#mobile-menu > ul > li > a:hover {
  color: var(--accent-color);
}
#menu-toggle span, #menu-toggle span:after, #menu-toggle span:before {
  background-color: var(--dark-neutral-color);
}
.countdown-wrapper .countdown {
  color: var(--dark-neutral-color);
}
/**********************************
	HERO
**********************************/
/* Container */
.splash-screen {
  min-height: auto;
}
/* Background */
.splash-screen:before {
  background: url('bg.jpg') center center fixed no-repeat var(--dark-neutral-color);
  background-size: cover;
}
/* Headline */
.splash-cause {
  color: var(--light-neutral-color);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
  background: rgba(0,17,69,.7);
  padding: 15px;
  font-weight: 400;
  margin: 0 0 40px 0;
}
@media(min-width: 280px) {
  .splash-cause h2 {
    font-size: 2rem;
  }
}
@media(min-width: 769px) {
  .splash-cause h2 {
    font-size: 3rem;
  }
}
@media(min-width: 993px) {
  .splash-cause h2 {
    font-size: 4.5rem;
  }
}
/* Container */
.splash-inner {
  border: 15px solid white;
  margin-bottom: 15px;
  border-radius: 10px;
}
.splash-inner hr {
  display: none;
}
/* Details Wrapper */
.splash-inner-details-wrapper {
  margin-left: 0px;
}
@media(min-width: 769px) {
  /* Details Wrapper */
  .splash-inner-details-wrapper {
    margin-left: 20px;
  }
}
/* Details */
@media(min-width:280px) {
  .splash-inner-slider .splash-inner-slide {
    /*height: auto;*/
  }
}
@media(min-width: 769px) {
  .splash-inner-slider .splash-inner-slide, .splash-inner-details {
    width: 50%;
  }
}
@media(min-width: 993px) {
  .splash-inner-slider .splash-inner-slide {
    width: 60%;
  }
  .splash-inner-details {
    width: 40%;
  }
}
.splash-inner-slider .splash-inner-caption {
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
@media(min-width: 769px) {
  .splash-inner-slider .splash-inner-caption {
    background: white;
  }
}
@media(min-width: 993px) {
  .splash-inner-slider .splash-inner-caption {
    background: rgba(0, 0, 0, 0.4);
  }
  .splash-inner-margin .splash-inner-slider .slider-navigation {
    top: auto;
    bottom: 0px;
    left: 4px;
  }
}
.splash-inner-slider .slider-navigation {
  left: 0;
}
.splash-inner-slider .splash-inner-caption small {
  font-weight: normal;
}
.splash-inner-slide-cause {
  background-image: url(/lottery/worca2020/bg.jpg);
}
.logic-or, .logic-and {
  background: var(--secondary-color);
}
.prize-listing-list .prize-image-wrapper {
  min-height: 170px;
}
.more-description {
  margin-bottom: 20px;
  font-size: 2rem;
}
/* Ticket Info */
.jackpot-value {color: var(--accent-color);}
/*.splash-inner-details-prices {
	text-align: center;
	color: var(--dark-neutral-color);
	font-size: 1.8rem;
	margin-top: 15px;
	background: var(--light-neutral-color);
	padding: 20px;
	border: 1px dotted var(--accent-color);
}*/
.splash-inner-details-prices {
  text-align: center;
  color: var(--dark-neutral-color);
  font-size: 1.8rem;
  margin-top: 0px;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
  padding: 5px;
  border-top: 3px solid var(--secondary-color);
  border-radius: 5px !important;
}
.share-link {
  font-size: 11px !important;
}
.splash-inner-details-social-sharing strong {display: none;}
@media(min-width: 280px) {
  .btn .fa-ticket {
    display: none;
  }
  .btn {
    font-size: 16px;
  }
  .splash-inner-details-prices {
    font-size: 14px;
  }
  .splash-inner-details-prices strong {
    font-size: 12px !important;
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media(min-width: 769px) {
  .btn .fa-ticket {
    display: inline-block;
  }
}
@media(min-width: 769px) {
  .splash-inner-details-prices {
    font-size: 1.5rem;
    padding: 10px 0;
  }
  .m-t-md {
    text-align: center;
  }
  .splash-inner-details-side-description {
    text-align: left;
    margin-bottom: 20px;
  }
  .splash-inner-details-side-description, .splash-inner-details-dates {
    font-size: 12px;
  }
  .splash-inner-details-dates {
    padding: 5px 0 5px 10px;
    border-left: 3px solid var(--highlight-color);
    background: var(--highlight-light-color);
    text-align: left;
  }
  .splash-inner-details-prices strong {
    font-size: 1.5rem;
  }
  .splash-inner-details-social-sharing {
    background: var(--light-neutral-color);
    padding: 5px;
  }
  .splash-inner-margin {
    margin-bottom: 0;
  }
}
/**********************************
	INNER PAGE
**********************************/
.page-title-bar {
  background-image: none !important;
  /*background-size: cover;*/
  background: var(--primary-color) !important;
  min-height: 110px;
  padding-bottom: 10px;
}
@media(min-width:280px) {
  .page-title-bar {
    margin-top: 150px !important;
  }
}
@media(min-width:337px) {
  .page-title-bar {
    margin-top: 146px !important;
  }
}
@media(min-width:769px) {
  .page-title-bar {
    margin-top: 147px !important;
  }
}
@media(min-width:993px) {
  .page-title-bar {
    margin-top: 192px !important;
  }
}
@media(min-width:1201px) {
  .page-title-bar {
    margin-top: 126px !important;
  }
}
.page-title-bar h1, .page-title-bar h1 small {
  text-shadow: 0 0 5px rgba(0, 0, 0, .3);
  letter-spacing: 1px;
}
/**********************************
	Container Raffle
**********************************/
.container-raffle h1 {
  margin-bottom: 20px;
}
/**********************************
	SIDEBAR
**********************************/
.checkout-sidebar .m-b-lg {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.checkout-sidebar ul {
  margin-top: 25px;
  list-style: none;
  padding: 0;
}
.checkout-sidebar li {
  padding: 0;
  display: inline-block;
  margin-right: 8px;
}
.checkout-sidebar li:last-of-type {
  margin-right: 0px;
}
.checkout-sidebar .fa {
  font-size: 24px;
}