#activity_drag {
	/*width:100%;
	height:100%;*/
}

#priority_title_div {
	background-image: url("https://rcs.mako.co.il/images/electionQuiz/priorities/bg_final_q.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 82px;
    margin: 0 auto;
    position: relative;
    top: 55px;
    width: 100%
}

@media screen and (max-height: 700px) {
	.iphone #priority_title_div {
		top: 40px;
	}
}

#priority_title_text {
	position:relative;
	line-height: 25px;
	text-align: center;
	font-size: 27px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width:600px){
	
	#priority_title_text{
		font-size:24px;
	}
}


#priority_title_text.min_font {
	position:relative;
	line-height: 25px;
	text-align: center;
	font-size: 18px;
	top:20px;
}

.drag_card {
	position:absolute;
	cursor:pointer;
	visibility:visible;
}

.drag_card.selected {
	opacity:.5;
}

.hide_card {
	visibility:hidden;
}

.slot {
	/*display: table;
	text-align:center;*/
	cursor:pointer;
	width:174px;
	height:221px;
	position:absolute;
	top: 270px;
}
.card_1 {
	width:122px;
	height:126px;
	background-image:url('https://rcs.mako.co.il/images/election2015quiz/priorities/note1.png');
		/*left: 33%;*/
	left: 267px;
	top: 160px;
}

.card_2 {
	width:106px;
	height:110px;
	background-image:url('https://rcs.mako.co.il/images/election2015quiz/priorities/note2.png');
	/*	left: 44%;*/
	left: 355px;
	top: 150px;
}

.card_3 {
	width:110px;
	height:118px;
	background-image:url('https://rcs.mako.co.il/images/election2015quiz/priorities/note3.png');
	/*left: 55%;*/
	left: 440px;
	top: 160px;
	position: absolute;
}

.slot_1 {
	background-image:url('https://rcs.mako.co.il/images/election2015quiz/priorities/kalfi1.png');
	/*left: 20%;*/
	left:152px;
}

.slot_2 {
	background-image:url('https://rcs.mako.co.il/images/election2015quiz/priorities/kalfi2.png');
	/*left: 42%;*/
	left: 330px;
}

.slot_3 {
	background-image:url('https://rcs.mako.co.il/images/election2015quiz/priorities/kalfi3.png');
	/*left: 64%;*/
	left: 509px;
}

.arrow {
	background-position: 173px;
}

.priority_title {
	text-align: center;
	font-size: 30px;
	color: white;
	top: 75px;
	position: relative;
}

.priority_title.min_font {
	font-size: 23px;
}


#priority_next_button_container
{
	z-index: 5;
	position: absolute;
	top: 150px;
	width: 800px;
	text-align: center;
}

.iphone #priority_next_button_container {
	top: 130px;
}

#priority_slots_container 
{
	width: 800px;
	/*height: 480px;*/
	display: block;
	position: absolute;
	top: -10px;
}

@media screen and (max-height: 700px) {
	.iphone #priority_slots_container {
		top: -20px;
	}
}

#priority_cards_container {
	width: 800px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0px;
}

@media screen and (max-height: 700px) {
	.iphone #priority_cards_container {
		top: -10px;
	}
}
