#msform {
	width: 90%;
	height: 700px;
	margin: 20px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	position: absolute;
}

#msform fieldset:not(:first-of-type) {
	display: none;
}

#msform .inp {
	margin-top: 10px;
	text-align: left;
}
#msform .inp label {
	float: left;
	margin-left: 20px;
}
#msform .inp .in-city {
	float: left;
}
#msform .inp input[type=radio] {
	float: left;
}

#msform input[type=text], #msform textarea, #msform select {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
}
#msform input, #msform textarea {
	color: #2C3E50;
}

#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
#msform .uploadify-queue-item {
	max-width: 100%!important;
}


.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: #dadada;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #dadada;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}
#progressbar li:first-child:after {
	content: none;
}
#progressbar li.active:before, #progressbar li.active:after {
	background: #27AE60;
	color: white;
}

select:invalid { color: #8f8f8f; }


.jFiler-jProgressBar {
	width: 400px!important;
}

.upload-btn {
	background: #0f69ff;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
	line-height: 35px;
	cursor: pointer;
}
.upload-btn:before {
	float: left;
	margin: 2px 5px 2px 0;
	font-size: 34px;
}
.upload-btn:hover {
	background: #0352d5;
}


.fs-result {
	text-align: left;
}
.fs-result ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fs-result ul li {
	color: #e21212;
	font-size: 14px;
}


.petition-wrap {
	width: 100%;
	max-width: 670px;
	background: #252525;
}

.petition-head .title {
	float: left;
	width: 80%;
	font-size: 14px;
	font-family: mtavruli;
}
.petition-head .date {
	float: left;
	width: 20%;
	font-size: 14px;
}

.petitions-list {
	box-sizing: border-box;
	padding: 10px 20px;
	color: #fff;
}
.petitions-list .petition {
	border-bottom: 2px solid #034a92;
	box-sizing: border-box;
	height: 50px;
	padding: 15px 0;
}
.petitions-list .petition .title {
	float: left;
	width: 80%;
	font-size: 14px;
}
.petitions-list .petition .date {
	float: left;
	width: 20%;
	font-size: 14px;
}
