@charset "utf-8";


/* RESET
------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.main {
	overflow: hidden;
}


/* BODY 
----------------------------------------------------------------------------*/
a {
	color:inherit;
}

body {
	font-family: arial;
	background: #000000;
	overflow: hidden;
	overflow-y: scroll;
}

.header, .wrapper {
	width: 100%;
	position: relative;
	float: left;
}

.wrapper_content, .header_content {
	width: 1015px;
	position: relative;
	margin: 0 auto;
}


/* HEADER
-------------------------------------------------------------------------*/
.header {	
	background-color: #000000;
	border-bottom: 1px solid #2bf216;
	z-index: 2;
}
.logo {	
    position: relative;
    float: left;
    margin: 0 0 0 111px;
}
.aff_logo {
	position: absolute;
	left: 50%;
	margin-left: -70px;
}


/* LANG
----------------------------------------------------------------------------*/
.lang {
	width: 95px;
	height: 28px;
	float: right;
	margin: 14px 0 0 0;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 28px;
	background: url('../images/languages_menu_arr.png') no-repeat 75px center;
	border: 1px solid #1ca00e;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.lang:hover .languageList {
	display: block;
}
.current_lang {
	padding: 0 0 0 10px;
}
.languageList {
	display: none;
	width: 95px;
	position: relative;	
	margin-left: -1px;
	margin-top: 1px;
	border-left: 1px solid #1ca00e;
    border-right: 1px solid #1ca00e;
    border-bottom: 1px solid #1ca00e;	
}
.languageList li {
	height: 30px;
	line-height: 30px;
	background: #000000;
	border-top: 1px solid #105a08;
}
.languageList li:first-child {
	border-top: 0;
}
.languageList li:hover {
	background: #062003;
}
.languageList li a {
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
	display: block;
	white-space: nowrap;
}



/* WRAPPER
----------------------------------------------------------------------*/
.wrapper {
	z-index:1;	
}


/* OFFER
----------------------------------------------------------------------*/
.offer {
	float: left;
	clear: both;
}
.btn {
	width: 319px;
	height: 104px;	
	float: left;
	margin: 0 0 0 18px;
	background: url('../images/join_now_bg.png') no-repeat;
	background-position: 0px -104px;
	clear: both;
}
.btn:hover {
	background-position: 0px 0px;
}


/* BONUS CODES
--------------------------------------------------------------------*/
.code_wrapper {
	width: 355px;
	float: left;
	margin: 13px 0 20px 0;
	text-align: center;
	clear: both;
}
.bonuses {
	display: inline-block;
	padding: 5px 10px;
	background: url('../images/back_bonus.png');
}
.bonuses div {
	margin-top: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
}
.bonuses div:first-child {
	margin-top: 0px;
}
.code {
	font-weight: bold;
	text-decoration: underline;
}
.code_text {
	font-weight: normal;
	text-decoration: none;
}
.reg_offer,
.deposit_code,
.free_code,
.free_text {
	display: none;
}


/* SLIDER
--------------------------------------------------------------------------*/
.slider_wrapper {
	width: 100%;	
	height: 100%;
	max-width: 1015px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -940px;
	z-index: -1;
}
#slidershow {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#slider1,
#slider2,
#slider3,
#slider4 {
	position: absolute;
	z-index: 1;
}


/* STEPS
-------------------------------------------------------*/

#card1,
#card2,
#card3 {
	width: 86px;
    height: 82px;
	position: relative;
	float: left;
}
.card {
	position: absolute;
	left: 0;
	opacity: 1;
	z-index: 1;
}
.card_light {
	width: 260px;
	height: 70px;
	position: absolute;	
	background: url('../images/img_step_hover.png') no-repeat left top;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-ms-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}
.steps_wrapper {
	width: 100%;
	float: left;
	margin: 24px 0 0 0;
}
.steps_wrapper li {
	float: left;
	display: inline;
	margin: 0 90px 0 0;
}
.steps_wrapper li:last-child {
	margin: 0;
}
.step {
	position: relative;
	float: left;
	margin: 1px 0 0 0;
}
/*.steps_wrapper li:hover .card_light {	*/
#card1:hover .card_light,
#card2:hover .card_light,
#card3:hover .card_light {
	opacity: 1;
}
#card1 .card_light {
	margin: 47px 0 0 -82px;
}
#card2 .card_light,
#card3 .card_light {
	margin: 47px 0 0 -99px;
}


/* FOOTER
-------------------------------------------------------*/
.footer {
	width: 100%;
	float: left;
	text-align: center;
	margin: 44px 0 0 0;
}
.footer p {
	margin: 10px 0 30px 0;
	font-family: arial;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	color: #424247;
	padding: 0 10px;	
}