@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif
}

.st_thumbs div,
.st_wrapper {
	height: 150px;
	position: relative
}

body {
	position: relative;
	background: #fff
}

.st_wrapper {
	width: 992px;
	overflow: hidden;
	background: #000;
	margin: auto
}

.st_thumbs {
	margin: 0;
	float: left;
	position: relative
}

.st_thumbs div {
	float: left;
	width: 130px
}

.st_thumbs img {
	border: none;
	opacity: .4;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40);
	transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s
}

.st_thumbs img:hover {
	border: none;
	opacity: 1;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100)
}

.header {
	position: relative;
	height: auto;
	overflow: auto;
	background: #fff
}

.header h1 {
	width: 992px;
	margin: 10px auto;
	display: block;
	font-weight: 900;
	padding: 0 10px
}

.header h2 {
	width: 100%;
	height: auto;
	padding: 10px 0;
	font-size: 26px;
	background: #000;
	z-index: 2;
	color: #fff;
	margin: 0;
	font-weight: 300
}

.main,
.main_img {
	height: 460px;
	position: relative
}

.header h2 div,
.main {
	width: 992px;
	margin: auto
}

.header h2 div {
	display: block;
	padding: 10px 0
}

.header h2 div span {
	padding: 10px;
	font-style: italic
}

.main {
	overflow: hidden;
	padding-bottom: 153px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff
}

.main_img {
	left: 0;
	width: 55%;
	background: url("../img/main.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	float: left;
	display: block
}

.button,
.button:hover {
	background-color: #c00
}

.rules {
	padding: 20px 20px 0;
	height: auto;
	position: relative;
	color: #000
}

.button,
.profile div {
	height: auto;
	color: #fff
}

.rules ol {
	font-weight: 700;
	font-size: 12px;
	margin: 0 0 0 20px;
	padding: 0
}

.rules li {
	margin: 10px 0
}

.button {
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: -1px;
	padding: 10px 0;
	font-size: 24px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	vertical-align: middle;
	cursor: pointer
}

.profile {
	position: absolute;
	bottom: 2px;
	left: 0;
	z-index: 2
}

.profile div {
	padding: 4px 6px;
	width: auto;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	font-size: 18px;
	margin: 2px 0;
	text-shadow: 0 1px 0 #000
}

.profile div:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.form {
	height: 292px;
	position: relative
}

.form>div {
	height: 100%
}

.buttons {
	position: absolute;
	bottom: 0;
	width: 100%
}

.form .question {
	color: #a20;
	font-weight: 700
}

.b2,
.b2:hover {
	background: #777
}

.form ul {
	list-style: none;
	text-align: left;
	font-size: 18px;
	color: #333;
	margin-top: 0;
	padding: 0
}

.form h3 {
	font-size: 12px;
	color: rgba(100, 100, 100, .7)
}

.form p {
	font-size: 18px
}

.steps {
	width: 45%;
	height: 460px;
	float: left;
	padding: 10px 0;
	position: relative;
	box-sizing: border-box
}

.steps_content {
	padding: 20px 45px;
	position: relative;
	margin: auto
}

@media (min-width: 320px) and (max-width: 479px) {
	.main {
		overflow: visible
	}
	.header h1 {
		width: 100%;
		margin: 0;
		padding: 20px
	}
	.header h2 div,
	.main {
		width: 100%
	}
	.header h2 div {
		padding: 0
	}
	.header h2 div span {
		padding: 10px 20px;
		font-size: 18px;
		line-height: 100%;
		display: inline-block
	}
	.main {
		height: auto;
		padding-bottom: 0
	}
	.main_img {
		left: 0;
		width: 100%;
		background-position: center;
		float: none
	}
	.steps {
		display: block;
		width: 100%;
		height: auto;
		float: none;
		padding: 10px 0;
		position: relative;
		box-sizing: border-box
	}
	.steps_content {
		padding: 20px 25px;
		position: relative;
		margin: auto
	}
	.form {
		height: 350px
	}
	.buttons {
		position: relative
	}
	.st_wrapper {
		width: 100%;
		display: none
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.main {
		overflow: visible
	}
	.header h1 {
		width: 100%;
		margin: 0;
		padding: 20px
	}
	.header h2 div,
	.main {
		width: 100%
	}
	.header h2 div {
		padding: 0
	}
	.header h2 div span {
		padding: 10px 20px;
		font-size: 18px;
		line-height: 100%;
		display: inline-block
	}
	.main {
		height: auto;
		padding-bottom: 0
	}
	.main_img {
		left: 0;
		width: 100%;
		background-position: center;
		float: none
	}
	.steps {
		display: block;
		width: 100%;
		height: auto;
		float: none;
		padding: 10px 0;
		position: relative;
		box-sizing: border-box
	}
	.steps_content {
		padding: 20px 25px;
		position: relative;
		margin: auto
	}
	.form {
		height: 350px
	}
	.buttons {
		position: relative
	}
	.st_wrapper {
		width: 100%;
		display: none
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main {
		overflow: visible
	}
	.header h1 {
		width: 100%;
		margin: 0;
		padding: 20px
	}
	.header h2 div,
	.main {
		width: 100%
	}
	.header h2 div {
		padding: 0
	}
	.header h2 div span {
		padding: 10px 20px;
		font-size: 18px;
		line-height: 100%;
		display: inline-block
	}
	.main {
		height: auto;
		padding-bottom: 0
	}
	.main_img {
		left: 0;
		width: 100%;
		background-position: center;
		float: none
	}
	.steps {
		display: block;
		width: 100%;
		height: auto;
		float: none;
		padding: 10px 0;
		position: relative;
		box-sizing: border-box
	}
	.steps_content {
		padding: 20px 25px;
		position: relative;
		margin: auto
	}
	.form {
		height: 350px
	}
	.buttons {
		position: relative
	}
	.st_wrapper {
		width: 100%
	}
}

.thumbs {
	margin-bottom: 40px;
}
    .unsub {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      text-align: right;
      padding: 10px 15px;
      box-sizing: border-box;
      z-index: 9999;
      background-color: transparent;
    }

    .unsub>a {
      font-family: Helvetica, Arial, sans-serif;
      text-transform: lowercase;
      font-weight: normal;
      text-decoration: none;
      font-size: 14px;
      color: #000;
      opacity: .6;
    }