#activity_main {
	z-index:1;
	/*display:block;*/
	position:relative;
	text-align:center;
	/*margin-right:10%;
	margin-left:10%;*/
}


#survey_top {
	position:relative;
	/*top:-25px;*/
	/*padding-top: 1%;*/
}


.iphone #survey_top, .galaxySII #survey_top {
	/*top:-25px;*/
	/*top:5px;*/
	top:25px;
}


@media screen and (max-width:600px){
	
	.iphone #survey_top, .galaxySII #survey_top{
		top: 26px;
	}
}
#survey_block {
	position:absolute;
	/*background-color:rgba(255,255,255,.5);*/
	z-index:999;
}

#survey_pop_up {
	position:absolute;
	background-image:url('https://rcs.mako.co.il/images/election2015quiz/survey/bg_popup.png');
	background-repeat:no-repeat;
	background-position: center;

}

#survey_pop_up_title {
	position: relative;
	margin-top: 19%;
	text-align: center;
	font-size: 40px;
	color: #1F5FAA;
}

#survey_pop_up_sub_title {
	font-family: 'ReformaNarrowRegular';
	text-align: center;
	font-size: 40px;
	line-height: 35px;
}

#survey_pop_up_sub_title.min_font {
	font-size:26px;
	line-height:normal;
}

#survey_pop_up_btn {
	width:101px;
	height:39px;
	margin: 0 auto;
	background-image:url('https://rcs.mako.co.il/images/election2015quiz/survey/btn_close.png');
	background-repeat:no-repeat;
	background-position: center;
	cursor:pointer;
}

#activity_content {
	z-index: 1;
	display: block;
}

#subjects_and_markers {
	font-size: 22px;
	height:48px;
}

#subject_bg {
	text-align: center;
	width: 114px;
	height:29px;
	line-height: 35px;
	background-image:url('https://rcs.mako.co.il/images/electionQuiz/survey/subjects.png?d=334');
	float:right;
	position: relative;
    top: 19px;
}

#blue_markers {
	height:16px;
	top: 50%;
	position: relative;
	float: right;
	margin-right: 10px;
}

#blue_marker_bg {
	width:16px;
	height:16px;
	background-image:url('https://rcs.mako.co.il/images/electionQuiz/survey/blue_markers.png?s=23');
	position: relative;
	float:right;
	margin-right:15px;
}

#blue_marker_bg.selected {
	background-position:0px 0px;
	
}

#blue_marker_bg.unselected{
	background-position:16px 0px;
}

#subject_bg.unselected {
	line-height:35px;
	background-position:114px 0px;	
	color: white;
}

#subject_bg.selected {

	background-position:0px 0px;
	color: #004080;
}
/*
setting minimum font
*/
.subject_bg.min_font {
	font-size: 17px;
	line-height:normal;
}

.bullet #bullet_text.min_font {
	font-size: 15px;
	line-height:normal;
}

#activity_bg {
	z-index:0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}

#question {
	/*padding-top: 16px;*/
	clear: both;

}

#question_bg {
	clear: both;
	width: auto;
	height: auto;
	position:absolute;
	top:20px;
}

#question_bg.web {
	
}

#question_text {
	font-size: 27px;
	position:absolute;
	margin:5px;
	width: 90%;
}

#question_text.min_font {
	font-size: 20px;
}

#question_text.browser_crap {
	font-size: 25px;
	position:absolute;
	margin:5px;
	width: 90%;
	font-family: ReformaNarrowRegular;
	font-size:24px;
	padding: 5px 0;
}

#question_and_bullets {
	background-image:url('https://rcs.mako.co.il/images/electionQuiz/survey/bg_question_and_bullets.png?s=343434');
	background-repeat:no-repeat;
	/*background-position:center;*/
}

#question_and_bullets.web {
	width: 100%;
	height: 145px;
}

#question_and_info {
	position: relative;
	width: 100%;
	height: 50%;
	z-index: 1;
	clear: both;
	
}

#question_info_btn {
	cursor:pointer;
	float:left;
	position:relative;
	background-image:url('https://rcs.mako.co.il/images/election2015quiz/survey/question_info_btn.png');
	margin-left: 1%;
	margin-top: 1.5%;
}

#question_info_btn.web {
	width:41px;
	height:41px;
}

#question_info_btn.info {
	background-position:0px 0px;
}

#question_info_btn.close {
	background-position:41px 0px;
}

#question_info_btt:hover{
	opacity:.9;
}

#question_content {
	width: 88%;
	margin:0 auto;
}

#question_next_button_container {
	clear:both;
	width:100%;
	text-align: center;
	z-index:999;
}

#question_next_button_container .btn {
	top: -6px;
	position: relative;
}

#question_info {
	position: relative;
	clear: both;
	width: 100%;
	top: -135px;
	background-image: url('https://rcs.mako.co.il/images/election2015quiz/survey/bg_explain.png');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: opacity 0.2s linear , height 0.2s linear;
	-moz-transition: opacity 0.2s linear , height 0.2s linear;
	-o-transition: opacity 0.2s linear , height 0.2s linear;
	-ms-transition: opacity 0.2s linear , height 0.2s linear;
	transition: opacity 0.2s linear , height 0.2s linear;
	overflow:hidden;
}

#question_info.animation_off {
	opacity:0;
	height: 0px; 
}

#question_info.animation_on {
	opacity:1;
	height: 148px; 
}

#question_info_text {
	float: left;
	font-size: 23px;
	position: relative;
	width: 84%;
	top: 10px;
	font-family: 'ReformaNarrowRegular';
	color: #636363;
	left: 1%;
}

#question_info_text.min_font {
	font-size: 18px;
}


/*#question_info_text.animation_off {
	visibility:hidden;
}

#question_info_text.animation_on {
	visibility:visible;
}*/

@media screen and (max-height: 700px) {
	/*#survey {
		padding-top:33px;
	}*/
	
	.ipad #survey {
		padding-top:0px;
		top:-20px;
		position: relative;
	}
}
