.btn-black {
    background-color: #000;
    color: #fff;
}
  /* ------------ */
 /* HERO SECTION */
/* ------------ */
.slash-hero-spacer {
	position: relative;
	background-color: #a1c746;
	height: 80px;
}
.slash-hero {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	background-color: #eeecd7;
}
.slash-hero .emblem-container {
	overflow-x: hidden;
	margin-bottom: 20px;
	z-index: 2;
}
.slash-hero .emblem-container .emblem {
	width: 130%;
	max-width: 130%;
	margin-left: -15%;
}
.slash-hero .logo-container {
	margin-bottom: 50px;
	z-index: 2;
}
.slash-hero .logo-container img.logo {
	margin: 0 auto 40px auto;
	width: 90%;
}
.slash-hero .logo-container h2 {
	text-align: center;
	font-size: 10pt;
	letter-spacing: 4px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 75px;
}
.slash-hero .logo-container .hero-btn {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0;
}
.slash-hero .spacer-top {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #a1c746;
	padding-top: 48%;
}
.slash-hero .spacer-top img.top {
	width: 100%;
}
.slash-hero .spacer-bottom {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background-color: #a1c746;
	height: 130px;
}
.slash-hero .spacer-bottom img.cap {
	width: 100%;
}

/* sm */
@media only screen and (min-width: 550px) {
	.slash-hero .emblem-container .emblem {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.slash-hero .logo-container h2 {
		font-size: 16pt;
		padding: 0 10px;
	}
	.slash-hero .logo-container .hero-btn {
		width: 80%;
		height: auto;
		line-height: 1.42857143;
		padding: 12px 20px;
	}
	.slash-hero .spacer-bottom {
		height: 145px;
	}
}

@media only screen and (min-width: 650px) {
	.slash-hero .logo-container img.logo {
		width: 65%;
	}
}

/* xs */
@media only screen and (min-width: 767px) {
	.slash-hero .spacer-top {
		padding-top: 0;
	}
}

/* sm */
@media only screen and (min-width: 767px) and (max-width:991px) {
	.slash-hero .logo-container h2 {
		font-size: 10pt;
	}
	.slash-hero .logo-container img.logo {
		margin: 30px auto 20px auto;
		width: 90%;
	}
	.slash-hero .logo-container .hero-btn {
		width: 100%;
		padding: 12px 20px;
		font-size: 8pt;
	}
}

/* md */
@media only screen and (min-width: 992px) and (max-width:1199px) {
	.slash-hero .logo-container img.logo {
		width: 90%;
		margin: 50px auto 38px auto;
	}
	.slash-hero .spacer-bottom {
		height: 156px;
	}
	.slash-hero .logo-container h2 {
		font-size: 12pt;
	}
}

/* lg */
@media only screen and (min-width: 1200px) {
	.slash-hero .emblem-container {
		margin-top: 28px;
	}
	.slash-hero .logo-container img.logo {
		margin: 50px auto 35px auto;
		width: 80%;
	}
	.slash-hero .logo-container h2 {
		margin-bottom: 20px;
	}
	.slash-hero .logo-container {
		margin-bottom: 170px;
	}
}

/* xl */
@media only screen and (min-width: 1600px) {
	.container-hero {
	    width: 1570px;
	}
	.slash-hero .emblem-container {
		margin-top: 30px;
	}
	.slash-hero .logo-container img.logo {
		margin: 76px auto 36px auto;
		width: 90%;
	}
	.slash-hero .spacer-bottom {
		height: 200px;
	}
	.slash-hero .logo-container .hero-btn {
		width: 55%;
	}
}
  /* ------------ */
 /* HERO SECTION */
/* ------------ */

  /* -------------------- */
 /* HOW IT WORKS SECTION */
/* -------------------- */

.slash-howitworks {
	background: #a0c746; /* Old browsers */
	background: -moz-linear-gradient(top, #a0c746 0%, #d9e9b5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a0c746 0%, #d9e9b5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a0c746 0%, #d9e9b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0c746', endColorstr='#d9e9b5', GradientType=0); /* IE6-9 */
	padding-bottom: 30px;
}

.slash-howitworks h2,
.slash-howitworks h3,
.slash-howitworks h4,
.slash-howitworks h5 {
	color:#000;
	font-family: "Gotham Cond A", "Gotham Cond B", "Helvetica", "Serif";
	font-style: normal;
	font-weight: 700;
	letter-spacing:0;
	text-rendering: geometricPrecision;
}
.slash-howitworks h2 {
	color: #984a9c;
	font-size: 42pt;
	margin-bottom: 30px;
}
.slash-howitworks h3 {
	font-size: 25pt;
	margin-bottom: 5px;
}
.slash-howitworks h4 {
	font-size: 21pt;
	margin-bottom: 30px;
}
.slash-howitworks h5 {
	font-size: 13pt;
}
.slash-howitworks p {
	font-size: 11pt;
	margin-top: 15px;
	margin-bottom: 50px;
}
.slash-howitworks .container-howitworks img {
	margin: 0 auto;
}
/* md */
@media only screen and (min-width: 992px) {
	.slash-howitworks h4 {
		font-size: 28pt;
	}
}

/* lg */
@media only screen and (min-width: 1200px) {
	.slash-howitworks .container-howitworks {
		width: 100%;
	}
	.slash-howitworks .container-howitworks .col-lg-1 {
		width: 12.5%;
		padding-right: 0;
		padding-left: 0;
	}
	.slash-howitworks p {
		width: 350px;
		margin: 15px auto 50px auto;
	}
}

/* xl */
@media only screen and (min-width: 1800px) {
	.slash-howitworks .container-howitworks{
		width: 1770px;
	}
}

  /* -------------------- */
 /* HOW IT WORKS SECTION */
/* -------------------- */

  /* ------------------- */
 /* GRAND PRIZE SECTION */
/* ------------------- */

.slash-grandprize {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	background-color:#4a0000;
	background:url('/assets/images/slash/form_bg.jpg') center top;
	background-size: cover;
	min-height: 1300px;
	color: #fff;
}
.slash-grandprize h2,
.slash-grandprize h3,
.slash-grandprize h4,
.slash-grandprize h5,
.slash-grandprize .form-panel label {
	font-family: "Gotham Cond A", "Gotham Cond B", "Helvetica", "Serif";
	font-style: normal;
	font-weight: 700;
	letter-spacing:0;
	text-rendering: geometricPrecision;
}
.slash-grandprize .how-it-works-cap {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.slash-grandprize .video-cap{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.slash-grandprize .container-grandprize {
	position: absolute;
	bottom: 0;
	margin-bottom: 15px;
}
.slash-grandprize .prizes {
	background: rgba(0,0,0,0.60);
}
.slash-grandprize .prizes h2 {
	color: #FF10A4;
	font-size: 40pt;
}
.slash-grandprize .prizes h3 {
	color: #FF10A4;
	font-size: 23pt;
}
.slash-grandprize .prizes p {
	font-size: 13pt;
	font-weight: 200;
	line-height: 23px;
}
.slash-grandprize .slash-form {
	padding-right: 0;
	padding-left: 0;
}
.slash-grandprize .form-panel {
	background: rgba(0,0,0,0.60);
	padding: 15px;
	bottom: 0;
}
.slash-grandprize .form-panel h2 {
	font-size: 38pt;
}
.slash-grandprize .form-panel label {
	font-size: 16pt;
	color: #fff;
	text-transform: uppercase;
}
.slash-grandprize .form-panel .required-field{
	color: #FF10A4;
}
.slash-grandprize .store-selector {
	color: #fff;
}
.slash-grandprize .form-control-feedback {
	top: 35px !important;
}
.slash-grandprize .sub-label {
	font-size: 11pt;
}

/* sm */
@media only screen and (min-width: 550px) {

}

@media only screen and (min-width: 650px) {

}

/* xs */
@media only screen and (min-width: 767px) {
	.slash-grandprize .container-grandprize {
		left: 50%;
		margin-left: -375px;
		margin-bottom: 40px;
	}
	.slash-grandprize .form-panel {
		padding: 30px;
	}
}

/* sm */
@media only screen and (min-width: 767px) and (max-width:991px) {

}

/* md */
@media only screen and (min-width: 992px) {

	.slash-grandprize {
		min-height: 775px;
	}
	.slash-grandprize .container-grandprize {
		margin-left: -485px;
	}
	.slash-grandprize .prizes {
		background: none;
		position: absolute;
		bottom: 0;
	}
	.slash-grandprize .slash-form {
		position: absolute;
		bottom: 0;
		left: 50%;
	}
}

/* lg */
@media only screen and (min-width: 1200px) {
	.slash-grandprize .container-grandprize {
		margin-left: -585px;
	}
	.slash-grandprize .slash-form {
		left: 41.66666667%;
	}
}

/* xl */
@media only screen and (min-width: 1700px) {
	.slash-grandprize {
		min-height: 818px;
	}
	.slash-grandprize .container-grandprize {
		width: 1570px;
		margin-left: -785px;
	}
	.slash-grandprize .col-lg-6 {
		width: 41.66666667%;
	}
	.slash-grandprize .prizes {
		margin-bottom: 50px;
	}
	.slash-grandprize .slash-form {
		left: 50%;
		margin-bottom: 50px;
	}
}
@media only screen and (min-width: 1920px) {
	.slash-grandprize {
		min-height: 900px;
	}

}

  /* ------------------- */
 /* GRAND PRIZE SECTION */
/* ------------------- */


  /* ------------- */
 /* PROMO SECTION */
/* ------------- */

.slash-albumpromo {
	background-color: #181818;
	padding: 60px 0 60px 0;
	background: url("/assets/images/slash/spots-bg.jpg") center top;
}
.slash-albumpromo h2,
.slash-albumpromo h3 {
	font-family: "Gotham Cond A", "Gotham Cond B", "Helvetica", "Serif";
	font-style: normal;
	font-weight: 700;
	letter-spacing:0;
	text-rendering: geometricPrecision;
}
.slash-albumpromo h2 {
	font-size: 19pt;
	color: #984a9c;
	margin-top: 0;
}
.slash-albumpromo h3 {
	font-size: 15pt;
	color: #fff;
	margin-top: 0;
}
.slash-albumpromo .sponsors {
	margin: 25px 0;
}
.slash-albumpromo .sponsors img {
	margin: 10px auto;
}
.slash-albumpromo .slash-copy {
	color: #a3a3a3;
	font-size: 6pt;
	padding: 0 30px;
	margin-top: 10px;
}


/* xs */
@media only screen and (max-width: 767px) {

}

/* sm */
@media only screen and (min-width: 767px) {
	.slash-albumpromo h2 {
		font-size: 32pt;
	}
}

/* md */
@media only screen and (min-width: 992px) {

}

/* lg */
@media only screen and (min-width: 1200px) {

}

/* xl */
@media only screen and (min-width: 1600px) {

}
  /* ------------- */
 /* PROMO SECTION */
/* ------------- */

  /* ------------- */
 /* RULES SECTION */
/* ------------- */

.indent {
	margin-left: 15px !important;
}
/* xs */
@media only screen and (max-width: 767px) {

}

/* sm */
@media only screen and (min-width: 767px) {
	.modal-dialog {
	    width: 600px;
	}
}

/* md */
@media only screen and (min-width: 992px) {
	.modal-dialog {
	    width: 800px;
	}
}

/* lg */
@media only screen and (min-width: 1200px) {

}

/* xl */
@media only screen and (min-width: 1600px) {

}

  /* ------------- */
 /* RULES SECTION */
/* ------------- */

  /* ------------- */
 /* VIDEO SECTION */
/* ------------- */

.slash-video {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.slash-video .video-cap{
	position: absolute;
	width: 100%;
	bottom: -6px;
	left: 0;
	z-index: 1;
}
.slash-video video {
	z-index: 0;
}
.slash-video .center-button {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	border: 1px #fff solid;
	border-radius: 30px;
}
.slash-video .center-button i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -9px;
	margin-top: -14px;
	font-size: 30px;
	color: #fff;
}

/* xs */
@media only screen and (max-width: 767px) {

}

/* sm */
@media only screen and (min-width: 767px) {
	.slash-video .video-cap{
		bottom: -1px;
	}
}

/* md */
@media only screen and (min-width: 992px) {

}

/* lg */
@media only screen and (min-width: 1200px) {

}

/* xl */
@media only screen and (min-width: 1600px) {

}