.mt-0 {
  margin-top: 0 !important;
}

.container {
  position: relative;
}

.container.nofill {
  background: none;
  padding: 0;
  border-radius: 0;
}

h2.title {
  margin: 0;
}

h2.title span {
  position: absolute;
  top: -95px;
  right: -40px;
  text-align: right;
  display: block;
}

fieldset h2 {
  color: #F2B419;
  border-bottom: solid 2px #F2B419;
  text-transform: uppercase;
}

.alert {
  clear: both;
  position: relative;
  z-index: 5;
}

section.step.tickets {
  padding-top: 40px;
}

section.step.tickets.current {
  padding-top: 0;
}

section.step.tickets.nopad {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section.step.tickets.nopad:first-child {
  padding-left: 0;
}

section.step.tickets.nopad:last-child {
  padding-right: 0;
}

fieldset h3 {
  clear: both;
}

footer {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}

fieldset .current h3 {
  padding-top: 10px;
}

fieldset.confirmation {
  clear: both;
}

div.container {
  background: #fff;
  color: #000;
  padding: 30px;
  overflow: hidden;
}

div.container.continue {
  overflow: visible;
}

div.container.continue:before {
  content: "";
  position: relative;
  float: left;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  margin-top: -45px;
  margin-left: calc(50% - 15px);
}

div.container.nobg {
  background-color: transparent;
  padding: 0 15px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  div.container.nobg {
    padding: 0;
    margin: 0 -15px 0 15px;
  }
  div.container.nobg .row {
    width: 100%;
  }
  div.container.nobg .row section.tickets {
    padding-left: 0;
    padding-right: 0;
  }
}

div.tickets.well {
  border: none;
  background: #fff;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
  height: 100%;
}

div.tickets:before {
  content: "";
  position: relative;
  float: left;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  margin-top: -34px;
  margin-left: calc(50% - 15px);
}

div.tickets:after {
  content: "";
  position: absolute;
  bottom: -15px;
  float: left;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  xmargin-top: -34px;
  margin-left: calc(50% - 35px);
}

input,
select {
  xtext-transform: uppercase;
}

em.savings {
  color: #F2B419;
  font-size: 16px;
  padding-left: 5px;
  display: inline-block;
}

em.savings span {
  color: #000;
  font-weight: normal;
  font-size: 12px;
  display: block;
  line-height: normal;
}

em.limited {
  color: #72d26f;
}

.package,
.jodometer {
  margin: 20px 0 10px;
  color: #FFF;
}

.package.well {
  background: #f2f3f7;
  border-color: #f2f3f7;
  background: #1A3D6D;
  color: #FFF;
  border-radius: 0;
}

.jodometer {
  margin: 0;
  /*px 0 10px;*/
}

.cashcow {
  margin-top: 0px;
  margin-bottom: 10px;
}

.cashcow img {
  max-height: 280px;
  max-width: 100%;
}

label.input-lg {
  padding: 0;
}

label.qty-label {
  line-height: 2.5;
}

@media only screen and (min-width: 768px) {
  .jodometer {
    margin: 0 !important;
    /*-60px 0 10px;*/
  }
  .cashcow {
    margin-top: -50px;
    margin-bottom: -120px;
  }
  .cashcow img {
    max-height: 190px;
    margin-top: -40px;
  }
  section.step.tickets.nopad:last-child {
    margin-top: 15px;
    margin-left: -15px;
  }
}

@media only screen and (min-width: 992px) {
  .cashcow img {
    max-height: 280px;
  }
  section.step.tickets.nopad:last-child {
    margin-top: 0;
    margin-left: 0;
  }
  label.qty-label {
    line-height: 1;
  }
  /*fieldset.summary{
		margin-top: 70px;
	}*/
}

@media only screen and (min-width: 1200px) {
  label.qty-label {
    line-height: 2.5;
  }
}

.owing .input-group-addon,
.owing .form-control {
  font-weight: bold;
}

/*.package h3{
	margin-left: -15px;	
}*/
.qty .input-group-addon-btn {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  label.qty-label {
    text-align: center !important;
    display: block;
  }
}

.ordered h4 small {
  color: #000;
}

#OrderTotal {
  color: #00aa66;
}

span.pkg {
  /*white-space:nowrap;*/
}

@media only screen and (max-width: 768px) {
  .package {
    text-align: center;
  }
}

strong.price {
  color: #72d26f;
  display: inline-block;
}

strong.price.text-warning {
  color: #a94442;
}

fieldset {
  position: relative;
}

/*
fieldset, section, .back{
	display:none;	
}*/
fieldset.current,
section.current {
  display: block;
}

button.btn-primary.next {
  background-color: #00aa66;
  border-color: #00aa66;
}

.btn-group {
  display: none;
}

.btn-group .btn {
  background: #4e042b;
  color: #fff;
}

.btn-group .btn.active {
  background: #00aa66;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 5;
}

.progress,
.subprogress {
  display: none;
}

.progress button,
.subprogress button {
  cursor: default;
}

.no-lpad {
  padding-left: 0;
}

.no-rpad {
  padding-right: 0;
}

.tickets input,
.package input {
  text-align: center;
}

span.glyphicon {
  top: 2px;
}

hr {
  border-color: #999;
}

.notordered {
  cursor: pointer;
}

.bg-default {
  background-color: #f5f5f5;
}

.panel .table-responsive .table-bordered {
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}

.row.double {
  margin-left: -30px;
  margin-right: -30px;
}

.row.double .table-responsive {
  border: none;
}

.sm-hide {
  display: none;
}

.JackpotCounter {
  position: relative;
  width: 100%;
  margin: 20px auto 31px;
}

.home .JackpotCounter.alignright {
  margin-right: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

.odometer {
  font-size: 3rem;
  max-width: 500px;
}

.odometer .odometer-inside .odometer-digit:first-child, .odometer .odometer-inside .odometer-formatting-mark:nth-child(2) {
  display: none;
}

.odometer .odometer-digit {
  border-radius: 0 !important;
  margin-left: auto !important;
  padding: 0 0.25em !important;
}

.odometer .odometer-digit .odometer-value.odometer-last-value {
  width: 100%;
}

.odometer .odometer-digit:first-child {
  margin-left: 0;
}

.odometer .odometer-digit .odometer-digit-inner,
.odometer .odometer-digit .odometer-digit-spacer {
  left: 0 !important;
}

.odometer .odometer-digit .odometer-digit-inner .odometer-value,
.odometer .odometer-digit .odometer-digit-spacer .odometer-value {
  text-align: center;
}

.odometer .odometer-formatting-mark {
  margin-left: auto;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMTExMTExIi8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111111), color-stop(35%, #111111), color-stop(55%, #333333), color-stop(55%, #111111), to(#111111));
  background-image: linear-gradient(to bottom, #111111 0%, #111111 35%, #333333 55%, #111111 55%, #111111 100%);
  background-color: #222;
  padding: 0 0.25em;
  color: #fff;
  margin-right: 4px;
}

.odometer .odometer-inside {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.odometer .odometer-inside:before {
  content: "$";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMTExMTExIi8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111111), color-stop(35%, #111111), color-stop(55%, #333333), color-stop(55%, #111111), to(#111111));
  background-image: linear-gradient(to bottom, #111111 0%, #111111 35%, #333333 55%, #111111 55%, #111111 100%);
  background-color: #222;
  padding: 0 0.25em;
  color: #fff;
  margin-right: 4px;
}

.odometer .odometer-inside .odometer-digit {
  margin-right: 4px;
}

@media only screen and (min-width: 990px) {
  .odometer {
    font-size: 3.5rem;
    max-width: 450px;
  }
}

/*
.JackpotCounter > div {
  background: #00aa66;
  background: -moz-linear-gradient(top, #00aa66 0%, #007c4a 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #00aa66),
    color-stop(100%, #007c4a)
  );
  background: -webkit-linear-gradient(top, #00aa66 0%, #007c4a 100%);
  background: -o-linear-gradient(top, #00aa66 0%, #007c4a 100%);
  background: -ms-linear-gradient(top, #00aa66 0%, #007c4a 100%);
  background: linear-gradient(to bottom, #00aa66 0%, #007c4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aa66', endColorstr='#007c4a',GradientType=0 );
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 10px 0px;
}
.JackpotCounter.desc > div {
  background: url(img/jackpot-bg.png) center center;
  padding-top: 6px;
}

.JackpotCounter p {
  padding: 2px 8px;
  margin: 0;
}
.JackpotCounter strong {
  font-size: 20px;
  line-height: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;

  color: #fff;
}
.JackpotCounter .count {
  display: block;
  margin: 5px auto;
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: url(img/jackpot-counter-bg.png) no-repeat;
  color: #000;
  font-size: 30px;
  padding-left: 5px;
  text-align: right;
  padding-right: 12px;
}
.JackpotCounter .currency {
  position: absolute;
  left: 25px;
  background: url(img/jackpot-counter-bg.png) no-repeat -25px 0;
}
.JackpotCounter .odometer {
  padding-left: 8px;
  line-height: 38px;
  margin-top: -3px;
  letter-spacing: 5px;
}*/
.JackpotCounter .nowrap {
  white-space: nowrap;
}

.odometer .odometer-inside .odometer-digit:first-child,
.odometer .odometer-inside .odometer-formatting-mark:nth-child(2) {
  display: none;
}

.livecount {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-top: 5px;
  padding-right: 10px;
  display: none;
}

.livecount p {
  margin: 0;
  padding: 0;
}

.online .livecount {
  display: block;
}

.table-striped-threes > tbody > tr:nth-child(4n + 1) > td,
.table-striped-threes > tbody > tr:nth-child(4n + 1) > th {
  background-color: #f9f9f9;
}

.FFaddon {
  display: none;
}

.marqueespacer {
  height: 40px;
}

/*
.marquee {
	background:#c40000;
	height:40px;
	z-index:9999;
	width: 100%;
	margin:0;
	overflow:hidden;
	position:fixed;
}
.marquee p {
		color:#FFF;
		font-size:20px;	
		font-weight:bold;
		position:absolute;
		width:100%;
		height:100%;
		margin:0;
		line-height:40px;
		text-align:center;
		-webkit-transform:translateX(100%);
		-ms-transform:translateX(100%);
		transform:translateX(100%);
		
		-webkit-animation-name: marquee;
		-webkit-animation-duration: 20s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-name: marquee;
		-moz-animation-duration: 20s;
		-moz-animation-timing-function: linear;
		-moz-animation-iteration-count: infinite;
		-o-animation-name: marquee;
		-o-animation-duration: 20s;
		-o-animation-timing-function: linear;
		-o-animation-iteration-count: infinite;
		animation-name: marquee;
		animation-duration: 20s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	
}
@keyframes marquee {
		0%  {  
            transform:translateX(100%);  
        }  
        100% {  
            transform:translateX(-100%);  
      	}  
}

/*@keyframes left-one {  
        0%  {  
            transform:translateX(100%);  
        }  
        10% {  
            transform:translateX(0);  
        }  
        80% {  
            transform:translateX(0);  
        }  
        90% {  
            transform:translateX(-100%);  
        }  
        100%{  
            transform:translateX(-100%);  
        }  
}  
@keyframes left-two {  
        0% {  
            transform:translateX(100%);  
        }  
        50% {  
            transform:translateX(100%);  
        }  
        60% {  
            transform:translateX(0);          
        }  
        90% {  
            transform:translateX(0);          
        }  
        100%{  
            transform:translateX(-100%);  
        }  
}  
.marquee p:nth-child(1) {  
    animation: left-one 25s ease infinite;  
}  
.marquee p:nth-child(2) {  
    animation: left-two 20s ease infinite;  
} */
/* Make it a marquee */
.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: marquee 10s linear infinite;
          animation: marquee 10s linear infinite;
  color: #fff;
  background: #c40000;
  height: 40px;
  z-index: 9999;
  position: fixed;
}

marquee p {
  line-height: 40px;
  color: #fff;
  font-weight: bold;
}

@media only screen and (min-width: 450px) {
  .marquee {
    -webkit-animation: marquee 15s linear infinite;
            animation: marquee 15s linear infinite;
  }
}

@media only screen and (min-width: 640px) {
  .marquee {
    -webkit-animation: marquee 20s linear infinite;
            animation: marquee 20s linear infinite;
  }
}

@media only screen and (min-width: 1020px) {
  .marquee {
    -webkit-animation: marquee 25s linear infinite;
            animation: marquee 25s linear infinite;
  }
}

@media only screen and (min-width: 1200px) {
  .marquee {
    -webkit-animation: marquee 30s linear infinite;
            animation: marquee 30s linear infinite;
  }
}

@media only screen and (min-width: 1900px) {
  .marquee {
    -webkit-animation: marquee 40s linear infinite;
            animation: marquee 40s linear infinite;
  }
}

.marquee:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/* Make it move */
@-webkit-keyframes marquee {
  0% {
    text-indent: 100vw;
  }
  100% {
    text-indent: -100vw;
  }
}
@keyframes marquee {
  0% {
    text-indent: 100vw;
  }
  100% {
    text-indent: -100vw;
  }
}

/* ==========================================================================
   Media Queries - Responsive Styles for larger screens
   ========================================================================== */
@media only screen and (min-width: 768px) {
  h2.title {
    margin: auto;
    margin-top: 0;
    position: absolute;
    right: 0px;
    top: 125px;
    width: 360px;
    white-space: nowrap;
  }
  h2.title span {
    right: 0;
  }
  .livecount {
    position: absolute;
    top: 50px;
    right: 20px;
    text-align: right;
  }
  /*.progress, .subprogress{ display:table; }*/
  .other {
    padding-left: 30px;
  }
  .marquee {
    height: 40px;
  }
  div.container {
    margin-top: 15px;
    /*margin-bottom:5px;*/
  }
  .row.double {
    margin-left: 0;
    margin-right: 0;
  }
  .subprogress .arrow_box {
    position: relative;
  }
  .subprogress .arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #00aa66;
    border-width: 17px;
    margin-top: -17px;
    z-index: 6;
  }
  .subprogress .arrow_box:last-child:after {
    display: none;
  }
  .marquee p {
    font-size: 18px;
    line-height: 40px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .fixed .nxt {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .sm-hide {
    display: inline;
  }
  label.sm-hide {
    display: block;
  }
  .arrow_box {
    position: relative;
  }
  .arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #00aa66;
    border-width: 17px;
    margin-top: -17px;
    z-index: 6;
  }
  .arrow_box:last-child:after {
    display: none;
  }
  .marquee p {
    font-size: 20px;
  }
  body .progress {
    margin-bottom: 0;
  }
}

@media print {
  .nofill,
  .countdown,
  .marquee,
  .marqueespacer,
  #Logo .btn.so,
  .livecount,
  .btn.print {
    display: none !important;
  }
}

.btn-warning {
  background-color: #72d26f;
  border-color: #72d26f;
  border-radius: 0;
  color: #F2B419;
}

.btn-info {
  background-color: #F2B419;
  border-color: #F2B419;
  border-radius: 0;
}

.btn-danger {
  background-color: #ed553b;
  border-color: #ed553b;
  border-radius: 0;
}

.btn-primary {
  background-color: #F2B419;
  border-color: #F2B419;
  border-radius: 0;
}

#PaymentFrame {
  /*background:url(../images/load.gif) no-repeat center center;	*/
  min-height: 600px;
  background: url(img/Spinner-1s-200px.gif) no-repeat center;
  width: 100%;
}

#monerisCheckout {
  background: transparent !important;
}

#PaymentFrame iframe {
  width: 100%;
  /*min-width: 550px; */
  height: 600px;
  /*255px;*/
  border: none;
}

@media only screen and (min-width: 450px) {
  #PaymentFrame iframe {
    height: 600px;
  }
}

#monerisCheckout iframe {
  height: auto !important;
  min-height: 720px !important;
}

@media only screen and (min-width: 768px) {
  #monerisCheckout iframe {
    min-height: 600px !important;
  }
}
/*# sourceMappingURL=orderform.css.map */
