/* RESPONSIBLE
------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------*/
/* IPad && IPhone */
/*--------------------------------------------------------------------------------------------*/
@media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
	.wrapper, .header_content {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.wrapper_content, .header_content {
		width: inherit;
	}
	.aff_logo, .lang, .card_light {
		display: none;
	}


	/* HEADER
	-------------------------------------------------------------------------*/
	.logo {
		float: none;
		margin: 50px 0 0 0;
	}
	.lang_selector {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 15px 0 0 -60px;
	}
	.lang_selector select {
		width: 120px;
    	height: 36px;
		color: #FFFFFF;
		font-size: 15px;
		text-indent: 12px;
		background: #000000 url('../images/languages_menu_arr.png') no-repeat 95px center;
		border: 1px solid #1ca00e;
		appearance: none;
    	-webkit-appearance: none;
	}


	/* OFFER
	----------------------------------------------------------------------*/
	.offer {
		float: none;
	}
	.btn {
		width: 310px;
		height: 94px;
		float: none;
		margin: 0 auto;
		background-position: -5px -109px;
	}
	.btn:hover {
		background-position: -5px -5px;
	}
	.btn img{
		margin: -5px 0 0 -5px;
	}	


	/* BONUS CODES
	--------------------------------------------------------------------*/
	.code_wrapper {
		width: 320px;
		float: none;
		margin: 20px auto 0 auto;
	}
	.bonuses div {
		font-size: 18px;
	}


	/* STEPS
	-------------------------------------------------------*/
	.steps_wrapper {
		margin: 40px 0 0 0;
	}
	.steps_wrapper li {
		width: 278px;
		height: 82px;
		float: none;
		display: block;
		margin: 0 auto 40px auto;
	}
	.steps_wrapper li:last-child {
		margin: 0 auto;
	}
    
    /* SLIDER
    --------------------------------------------------------*/
    .slider_wrapper {
	   left: -19%;
    }
}


/*--------------------------------------------------------------------------------------------*/
/* IPhone 4, 5 */
/*--------------------------------------------------------------------------------------------*/
@media screen and (max-device-width: 320px) and (orientation:portrait) {
	.offer img {
		width: 100%;
	}
}