@charset "utf-8";
/* CSS Document */

html, body {
	height:100%; width:100%;
	margin:0; padding:0;
    font-family: 'Lato', sans-serif;	
}

body {	
	position:relative;
    background: #f3f3f3;
}

.st_wrapper{
    position: relative;
    width:1024px;
    height:150px;
    overflow: hidden;
	background:#000;
    margin: auto;
}

.st_thumbs{
    margin: 0;
    float: left;
	position:relative;
}

.st_thumbs div {
    float: left;
	position:relative;
	width:130px;
	height:150px;
}

.st_thumbs img{
    border:none;
    opacity:.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
}

.st_thumbs img:hover{
    border:none;
    opacity:1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.header {
    position: relative;
    height: auto;
    overflow: auto;
    background: white;
}

.header h1 {
    width: 1024px;
    margin: 10px auto;
    display: block;
    font-weight: 900;
    text-transform: uppercase;
}

.header h2 {
	width:100%;
	height:auto;
	padding:10px 0px;
	font-size:26px;
	background:#000;
	z-index:2;	
	color:white;
    margin: 0;
    font-weight: 300;
    
}

.header h2 div {
    width: 1024px;
    margin: auto;
    display: block;
    padding: 10px 0;
    
}

.header h2 div span {
    padding: 10px;
    font-style: italic;
}

.main {
	position:relative;
	height:460px;
	width:1024px;	
	margin:auto;
	overflow:hidden;
	padding-bottom:153px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    background: white;
}

.main_img {
	position:relative;
	left:0px;
	height:460px;
	width:60%;	
	background:url(../img/bg1.jpg) no-repeat;
	background-size:cover;
	float:left;
    display: block;
}

.rules {
	padding:20px 20px 0px 20px;
	height:auto;
	position:relative;
	color:#000;
}

.rules ol {
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
	margin-left:20px;
}	

.rules li {
	margin:10px 0px;	
}

.button {
	margin-top:20px;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:-1px;	
	padding:10px 0px;
	font-size: 24px;
	height:auto;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: middle;
	cursor: pointer;
	background-color:#c00;	
}

.button:hover {
	background-color:#c00;	
}

.profile {
	position:absolute;
	bottom:2px;
	left:0px;
	z-index:2;
}

.profile div {
	padding:4px 6px;
	height:auto;
	width:auto;
	background:#000;
	opacity:.7;
	filter: alpha(opacity=70);	
	font-size:18px;
	color:white;
	margin:2px 0px;	
	text-shadow:0px 1px 0px #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: bold;
}

.b2 {
    background: #777;
}

.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;   
}