#top-svg {
    width: 100%;
    height: 100px;
    background: url("https://medialoot.com/assets/img/join-bg-themehero.jpg") center top repeat-y;
    background-position: center 0px;
    background-color: #050b10;
    position: fixed;
    top: -100px;
    left: 0px;
    min-width: 1140px;
    z-index: 1020;
	animation: bg-anim 80s linear infinite;
  transition: all .3s ease;
}

.banner-open #top-svg{
  top:0px;
}

.banner-open #header{
  top:100px;
  transition: all .3s ease;
}

.banner-open{
  padding-top:100px;
  transition: all .3s ease;
}

@keyframes bg-anim{
	from{ background-position:center 0px;}
	to{ background-position:center -1000px;}
}

#top-svg #banner-close, .close-btn{
  top: 32px;
  right: 25px;
  color: white;
  opacity: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 2000;
	background: url("https://s3.medialoot.com/images/top-close.png") center center no-repeat;
}
#timer {
    position: absolute;
    color: white;
    font-size: 22px;
    top: 16px;
    height: 22px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 1140px;
    text-align: right;
}
#timer span {
    display: inline-block;
    width: 48.5px;
    text-align: center;
}
#timer span:last-of-type { margin-right: 193px }
#top-svg a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1500;
	background: url("https://medialoot.com/assets/img/top-join-themehero.png") center center no-repeat;
}

.modal div.banner-link a.teal-btn {
    margin-bottom: 50px;
}

.modal-bg{
  visibility: hidden;
  position:fixed;
  height:0;
  width:0;
}
.modal-open .modal-bg, .modal-bg.modal-open{
  visibility:visible;
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background-color: rgba(255,255,255,.5);
  z-index:2100;
  text-align:center;
}

.modal-open.modal-bg.dark-bg{
  background-color: rgba(0,0,0,.5);
}

.modal{
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%) scale(.1);
  max-width: 1000px;
  padding: 130px 50px 50px;
  min-height: 540px;
  background: #1e1e1e url(/assets/img/site/homepage-banner.jpg) repeat center;
  box-sizing: border-box;
  box-shadow: 1px 1px 30px 0px rgba(0,0,0,.3);
  text-align: center;
  transition: transform .3s ease;
}

.modal.narrow{
  max-width:500px;
}

.modal.no-image{
  background-image:none;
  background-color:#fff;
}

.modal-bg.dark-bg h2{
  color:#777;
  /* padding-top: 20px; */
  font-size: 38px;
}
.modal-open .modal{
  transform:translateY(-50%) scale(1);
}

.teal-btn.off-color{
  background-color:#529fd0;
  margin-left:20px;
}

.teal-btn.low-priority{
background-color:rgba(255, 255, 255, 0.29);
text-transform:none;
font-weight:normal;
box-shadow:none;
font-size:16px;
border:1px solid rgba(255, 255, 255, 0.1);
padding:12px 17px;
color:rgba(255,255,255,.8)
}

.modal .banner-link{
	margin-top:50px;
}

.modal p{
	font-size:20px;
	line-height:26px;
	padding:10px 20px;
	color:#ccc
}

.dark-bg .modal p{
	color:#999;
}

.basic-green-check li{
	list-style-type:none;
	background: url('https://medialoot.com/assets/img/site/teal-checkmark.svg') left center no-repeat;
	padding:3px 0px 3px 17px;
}

.buy-holder .basic-green-check{
    background-color: white;
    padding: 10px 0px 10px 40px;
    margin: -15px 10px 15px;
}

/*
*
* STATUS BAR CSS
*/

.narrow .status-bar{
	margin-left:0%
}
.narrow .status-bar li{
	width:30%;
}


.status-bar {
    counter-reset: step;
    margin-left:17%;
    height: 40px;
    position: relative;
    z-index: 3;
}
.status-bar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.status-bar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.status-bar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.status-bar li:first-child:after {
    content: none;
}
.status-bar li.active {
    color: green;
}
.status-bar li.active:before {
    border-color: #55b776;
}
.status-bar li.active + li:after {
    background-color: #55b776;
}

.status-container{
	border-bottom: 1px solid #e6e6e6;
	margin-top: -25px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-color: #f9f9f9;
	padding-top: 5px;
	box-sizing: border-box;
	margin: -50px -50px 20px;
	/* z-index: -2; */
	position: relative;
}
  
.freebie-modal .modal{
  padding-top: 50px;
}

.freebie-modal .modal{
  padding-top: 50px;
  min-height: 560px;
  position: relative;
}

.modal form input{
  padding:10px;
  border-radius: 5px;
  border:1px solid #ccc;
  box-shadow: none;
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
  box-sizing: border-box;
}

.modal form.register{
	width: 95%;
	padding: 0 5% 0 10%;
	box-sizing:border-box;
	/* margin-right: 2%; */
	/* margin-left:5%; */
	margin-top: 15px;
	/* float:left; */
	margin-bottom: 5px;
}

.errors li{
	list-style-type:none;
	margin-left: 0;
}

.errors{
	padding:0;
	text-align:left;
	margin-top:-5px;
	margin-bottom:10px;
	color:#940505;
	opacity:.7;
	font-size:12px;
}

.modal form input.big-register{
	background-color:#3f9fe8;
	color:white;
	padding:15px;
	border:none;
  cursor:pointer;
}

.modal .or{
	border-bottom:1px solid #ddd;
	width:80%;
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	line-height:20px;
	height:20px;
}

.modal .or span{
	height:40px;
	background:#ffffff;
	width:50px;
	display:inline-block;
	margin-bottom:-20px;
	line-height:40px;
}

a.btn{
  display:inline-block;
  padding:15px 20px;
  font-size: 18px;
  color:#fff;
  background-color: rgba(0, 0, 0, 0.5);
  cursor:pointer;
  border-radius: 3px;
  margin-bottom: 20px;
}

a.btn:hover{
  background-color:rgba(0,0,0,.65);
}

a.big.btn{
  padding:25px 30px;
  font-size:22px;
}

a.blue.btn{
  background-color: #31b5eb;
}

a.blue.btn:hover{
  background-color:rgb(5, 145, 206);
}

.modal .basic-green-check{
	font-size:16px;
	margin-bottom: 20px;
	color:#666;
	margin-top: 10px;
	text-align:left;
	margin-left: auto;
	display: inline-block;
	padding-left: 0;
}

.freebie-share-popup{
  width:100%;
}

.modal .social-box{
	float:left;
	width: 49%;
	margin-bottom: 2%;
	text-align: left;
}

.modal .social-box h2{
	font-size:26px;
	color:white;
}

.modal .social-box a{
	width:90%;

}

.modal .ml-social-twitter, .modal .ml-social-stumbleupon{
	margin-right:2%;
}

.share-modal h2{
	padding-bottom:0;
}

.share-modal p{
	padding-top:0;
	padding-bottom:35px;
}

form.register .errors p{
	font-size:16px;
	color:#840000;
	padding: 0 0 10px;
}

input[type=checkbox].css-checkbox {
  position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 26px;
  height:20px;
  display:inline-block;
  line-height:20px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size: 18px;
  vertical-align:middle;
  cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px;
}
label.css-label {
  background-image:url(https://medialoot.com/assets/img/site/checkbox-sprite.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.newsletter-confirm{
	text-align:left;
	display:block;
	width:100%;
	padding:1px 0 20px;
}

a.or-login{
	margin: -10px 0 27px;
	display: block;
	color:#7d7d7d;
	text-decoration:underline;
	padding:0px 0px;
	font-size: 15px;
}

.or-login:hover{
	text-decoration:none;
}