﻿/* RESPONSIBLE
------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------*/
/* IPad && IPhone */
/*--------------------------------------------------------------------------------------------*/
@media screen and (min-device-width: 320px) and (max-device-width: 1366px) {
	
	/* NOT VISIBLE */
	.general-menu,
	.btnDownload,
	.content_wrapper {
		display: none;
	}


	/* HEADER */
	.header {
		height: 0;
		margin: 0;
		background-color: inherit;
	}
	.content-header {
		width: 320px;
		margin: 0 auto;
	}
	.logo {
		width: 64px;
		height: 0;
		margin: 20px 0 0 20px;
	}
	#logoPartner {
		width: 150px;
		margin: 30px 20px 0 0;
	}
	


	/* SLIDERS */
	.slider_wrapper {
		border-bottom: 10px solid #FFFFFF;
	}
	.home-slider, .home-slider li {
		height: 241px;
	}
	.home-slider li {
		margin: 0 0 0 -160px;
	}


	/* OFFERS */
	.inner_slider {
		width: 100%;
		height: 490px;
	}
	.offer {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.main_offer {
		width: 280px;
		float: none;		
		margin: 251px 0 0 0;
	}
	.btn_wrapper {
		width: 250px;
		margin: 0 auto;
		float: none;
	}


	/* BONUS */
	.bonus_wrapper {
		width: 300px;
		min-height: 0;
		margin: 0 auto;
	}
	.bonus_code {
		width: 100%;
		font-size: 15px;
		margin: 0;
	}

	.btn_wrapper {
		width: 250px;
		margin: 0 auto;
		float: none;
	}


	/* STEPS */
	.steps_wrapper {
		height: auto;
		background: none;
	}
	.steps {
		width: 296px;
		margin: 30px auto 0 auto;
	}
	.steps_arrow {
		width: 100%;
		height: 54px;
		background: url('../images/resp_step_arrow.png') no-repeat center 14px;
	}


	/* BOTTOM */
	.bottom_wrapper {
		width: 100%;
	}
	.icons {
		width: 100%;
		margin: 35px auto;
	}


	/* FOOTER */
	.footer {
		width: 320px;
		margin: 0 auto 20px auto;
	}
	.footer p {
		font-size: 10px;
		line-height: 12px;
		text-align: center;
		margin: 0 10px;
	}

}