@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face{
	font-family: 'Passion';
	src: url('../fonts/PassionOne-Regular.otf');
}
@font-face{
	font-family: 'Carter One';
	src: url('../fonts/CarterOne.ttf');
}

/* 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 */





/* BODY 
----------------------------------------------------------------------------*/
body {
	background-color: #000000;
	font-family: 'Passion', sans-serif;
}

.main {
	overflow: hidden;
	background-color: #000000;
}



/* HEADER
----------------------------------------------------------------------------*/
.header {
	width: 100%;
	height: 95px;
	position: relative;
	float: left;
	margin: 0 auto;
	z-index: 2;
	background-color: #d82623;
}
.content-header {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
.logo {
	padding: 15px 0px;
	position: relative;
}
.logo img {
	cursor: pointer;
    margin-left: 21px;
}
.aff_logo_wrap {
	position: absolute;
    right: 80px;
    top: 30px;
}
.aff_logo_wrap img {
	cursor: pointer;
}

.lang {
    width: 43px;
    height: 25px;
    position: absolute;
    top: 35px;
    right: 0;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    cursor: pointer;
    background: url(../images/languages_menu_arr.png) no-repeat 26px center;
    border: solid 1px;
}

/*-------------------------*/
.current_lang {
	    text-indent: 0px;
	    padding-right: 15px;
}
.languageList {
	position: relative;
	width: 45px;
	text-align: center;
	display: none;
	margin-left: -1px;
}
.languageList li {
	height: 25px;
	line-height: 30px;
	background: #d82623;
	border-left: solid 1px;
	border-right: solid 1px;
}
.languageList li:last-child {
	border-bottom: solid 1px;
}
.languageList li:hover {
	color: #ffffff;
	background: #741210;
}
.languageList li a {
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.5px;
	display: block;
	white-space: nowrap;
}




/* SLIDER
----------------------------------------------------------------------------*/
.bg_wrapper{
 position: absolute;
 z-index: 1;
 margin-left: 0;
}
.clovers{
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.slider_wrapper {
	width: 100%;
	height: 545px;
	position: relative;
	float: left;
	overflow: hidden;
	z-index: 1;
    border-left: none;
    border-right: none;
    background: #d82623;
}
.bx-wrapper {
	position: relative;
	z-index: 1;
}
.bx-viewport {
	position: absolute !important;
}
.home-slider {
	position: absolute;
    left: 50%;
    margin: 0 0 0 -960px;
}
.home-slider li{
	position: absolute;
	
}
.bx-controls {
	display: none;
}



/* OFFER
----------------------------------------------------------------------------*/
.inner_slider_wrap {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}
.inner_slider {
	width: 350px;
	position: relative;
	left: 0%;
	top: 65px;
}
.offer {
	width: 100%;
    position: relative;
    background: url(../images/back.png) no-repeat;
    overflow: hidden;
    padding: 10px 0 30px;
}
.offer div {
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}

.offer_ndb,
.offer_ndb_extra,
.offer_per,
.wrapper_offer_upto,
.offer_sum,
.offer_adb,
.offer_extra {
	display: none;
}
.offer_ndb,
.offer_ndb_extra,
.offer_sum,
.offer_adb,
.offer_extra {
	position: relative;
	float: left;
	font-family: 'Roboto', cursive;
	text-shadow: 2px 0px 2px rgba(0,0,0,0.5);
	margin-left: 35px;
}

.offer_per {
	text-transform: none !important;
	float: left;
    font-family: 'Roboto', sans-serif;
	padding-top: 5px;
	    text-shadow: 2px 0px 2px rgba(0,0,0,0.5);
	        padding-bottom: 9px;
	        margin-left: 35px;
}

.offer_ndb{
   margin-left: 35px;
}

.wrapper_offer_upto {
	float: right;
    text-align: left !important;
    width: 150px;
}
.offer_upto {
    height: 60px;
    display: table-cell;	
	text-align: right !important;
	font-family: 'Roboto', cursive;
	vertical-align: bottom;
}
.offer_sum {
	/*margin: -10px 0 0 0;*/
	/*font-family: 'Chewy', cursive;*/
}
.offer_adb {
	margin: 5px 35px 5px;
}
.offer_ndb_extra {
	float: left;
	line-height: 40px;
}


/* BUTTON
----------------------------------------------------------------------------*/

.btn_wrapper {
	position: relative;
	float: left;
	    margin-left: 40px;
	width: 100%;
	padding: 15px 0 20px;
}
.ctaText {
	width: 260px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    transition: font-size 0.3s cubic-bezier(0, 0, 1, 1);
    color: #000000 !important;
    text-transform: uppercase;
    background-color: #ffe000;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    height: 70px;
    font-weight: bold;
    line-height: 26px;
    vertical-align: middle;
    display: table-cell;
}
.ctaText:hover {
	    font-size: 25px;
    transition: font-size 0.3s cubic-bezier(0, 0, 1, 1);
}

/* BONUS CODES
----------------------------------------------------------------------------*/
.bonus_wrapper {
	width: 100%;
	position: relative;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	line-height: 18px;
	clear: both;
	font-weight: bold;
}
.regBonus, .depBonus, .freeText, .freeLink {
	display: none;
}
.code {
	color: #ffe000;
	font-weight: 700;
}
.bonus_wrapper div {
	width: inherit;
	/*text-align: center;*/
}
.freeText span{
}
.freeText p{
	color: #ffffff;
}
.freeLink {
	/*margin: 10px 0 0 0;*/
}
.freeLink a {
	font-size: 18px;
	font-weight: 700;
	color: #f7941d;
	text-transform: lowercase;
	text-decoration: underline;
}


/* EXTRA BONUS CODES
----------------------------------------------------------------------------*/
.extra_text_wrapper {
	display: none;
	width: 300px;
	position: relative;	
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 18px;
	clear: both;
}
.extraFreeText, .extraFreeLink {
	display: none;
}
.extraFreeLink a {
	font-size: 18px;
	font-weight: 700;
	color: #f7941d;
	text-transform: lowercase;
	text-decoration: underline;
}

/* STEPS
----------------------------------------------------------------------------*/
.bottom_wrapper {
	width: 100%;
	position: relative;
}
.steps-conteiner {
	display: none;
	width: 100%;
	position: relative;
	float: left;
}
.steps {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
	display: table;
}
.steps li {
	width: 320px;
	position: relative;
	/*float: left;*/
	color: #fff;
	margin-right: 20px;
	cursor: pointer;
	display: table-cell;
}
.steps li:last-child {
	margin-right: 0;
}
.stepNum {
    height: 92px;
    width: 30%;
    position: relative;
    float: left;
    font-family: 'Georgia', cursive;
    font-size: 48px;
    text-align: center;
    background: url(../images/steps_bg.png) no-repeat center;
    color: #ffe000;
    line-height: 79px;
    font-weight: bold;
}
.stepText, .stepTextDesc {
	width: 360px;
}
.stepText {
    font-family: 'Roboto', sans-serif;
    font-size: 26.76px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 34px;
    box-sizing: border-box;
    }
.stepText b{
	position: absolute;
    left: 46px;
    top: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.stepTextDesc {
	display: none;
	font-family: 'Passion', cursive;
    font-size: 16px;
	padding-left: 94px;
	box-sizing: border-box;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	text-align: left;
}
/*
.steps li:first-child .stepNum {
    width: 33px; 
}
.steps li:first-child .stepText {
    width: 285px;
}
*/
.steps li *{
	vertical-align: middle;
	margin: 0;
}

/* FOOTER
----------------------------------------------------------------------------*/
.footer{
	width: 100%;
	min-height: 200px;
	text-align: center;
	margin:0 auto;
}
.footer img {
	    margin: 40px 0 49px 0px;
}
.footer p {
	font-family: 'Passion', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
	height: 30px;
    line-height: 30px;
	background: #000;
}