#social_buttons_screen {
	background-image: url('https://rcs.mako.co.il/images/electionQuiz/social_buttons_screen/bg_end.png?s=2323');
	margin: 0 auto;
	/*top: 50px;*/
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.facebook_btn {
    margin-left: 25px;
	cursor:pointer;
}

.tweeter_btn {
    margin-right: 25px;
	cursor:pointer;
	
}

.social_buttons_text {
	width: 100%;
	text-align: center;
	font-size: 37px;
	font-family: 'ReformaNarrowRegular';
}

.social_buttons_text.min_font {
	font-size: 30px;
}

.social_buttons_text.header {
	padding-bottom: 0px;
}

.social_buttons_text.footer {
	padding-top: 8px;
}

#social_buttons_container {
	text-align: center;
    
	top: 158px;
    position: relative;
}

	.ipad #social_buttons_container,
	.iphone #social_buttons_container{
		top: 195px;
	}
	.galaxy #social_buttons_container
	{
		        top: 158px;
	}



.exit_survey {
	position: relative;
	top: 30px;
	cursor:pointer;
	margin-left: 10px;
}

.restart_survey {
	position: relative;
	top: 30px;
	cursor:pointer;
}
	
