@import url('https://fonts.googleapis.com/css?family=Heebo:100,400,700,900');

body{
    background-image: url("../images/background01.jpg");
    font-family: "Heebo";
    font-size: 16px;
	color:#fff;
}

header h1{
	width: 100%;
	height: 57px;
    background-image: url("../images/kpmlogo.png");
}

#welcome_screen h2{
	margin-top: 13px;
	font-size: 18px;
	text-align: center;
	font-weight: 900;
}

#welcome_screen .event_logo{
    background-image: url("../images/nightrun.png");
	background-size: contain;
	background-position: center center;
	width: 260px;
	height: 91px;
}

#welcome_screen .instructions{
	list-style-type: decimal;
}

#welcome_screen .instructions li{
	margin: 9.1px 0;
}

footer ul#credits li.city_sponsorship{
    background-image: url("../images/footerTelAvivLogo.png");
	width: 78px;
	height: 42px;
	top: 8px;
}

footer ul#credits li.production_company{
    background-image: url("../images/footerKapaimLogo.png");
	width: 74px;
	height: 29px;
}

#searchme form input {
	background: #fff;
	color: #000;
}	

.big_button {
    font-family: "Heebo";
	font-size: 21px;
	font-weight: bold;
	border: none;
	border-radius: 8px;
	background: #00acca;
	color: #fff;
}

.small_button {
    font-family: "Heebo";
    font-size: 12px;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    background: #00acca;
    color: #fff;
}

.jconfirm-closeIcon{
    position: static !important;
    margin: 30px auto !important;
    text-align: center !important;
    width: 100% !important;
    font-size: 63px !important;
    font-weight: bolder !important;	
	transform: scale(2);
}

#pages_container #HDS_page .introduction{
	text-align: center;
	font-weight: bold;
	font-size: 21px;
}

#pages_container #HDS_page .part_a{
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}

#pages_container #HDS_page .yes_no_notification{
	text-align: center;
	font-weight: 100;
	font-size: 12px;
}

#pages_container #HDS_page .question_description{
	text-align: center;
	font-weight: 100;
	font-size: 14px;
}

#pages_container #HDS_page .sub_question_title{
	text-align: right;
	font-weight: normal;
	font-size: 18px;
	margin: 9px auto 9px auto;
}

#pages_container #HDS_page .question_title{
	text-align: right;
	font-weight: 700;
	font-size: 22px;
	margin: 9px auto 0 auto;
}

#pages_container #HDS_page .answers{
	margin: 0 auto 21px auto;
}

#pages_container #HDS_page .answers label{
	margin-left: 10px;
}

#pages_container #HDS_page .answers input[type='radio']{
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 5px;
    margin-top: 12px;
}

#pages_container #HDS_page .answers input[type='radio']:before{
	position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: block;
    content: "";
    background: #fff;
    border: 3px solid #000;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
	color: #00acca;
}
#pages_container #HDS_page .answers input[type='radio']:checked:before{
    content: "X";
}

#pages_container #HDS_page .part_c li{
	margin: 12px auto;
}

#siganture_page h2{
	text-align: center;
}

#siganture_page h2{
	font-size: 14px;
	font-weight: bold;
}

.nano-content{
	right: 5px !important;
}

#wait_to_the_package{
	text-align: center;
}


#you_are_not_in_the_right_place{
	text-align: center;
}

#you_are_not_in_the_right_place button{
	font-size: 16px;
}

#you_are_not_in_the_right_place strong{
	color: red;
	font-weight: bold;
}

#we_are_closed{
	text-align: center;
}

.popupname{
	display: block;
    margin: 10px auto;
    padding: 10px;
    font-size: 18px;
    border: 0;
    border-radius: 6px;
    font-family: "Heebo";
	text-align: center;
}

.marathon_link{
	color: #FFF;
}