#commentform {
	padding: 0px;
	background: #fff;
}
.form_head {
	padding: 40px 0;
	width: 80%;
	margin: auto;
}
.form_head > h2 {
	font-size: 40px!important;
}
.form_head > p {
	font-size: 18px!important;
	padding: 0 30px;
	color: #838383;
}
#commentform form {
	width: 100%;
}
#commentform .form_row label {
	color: #333;
    font-size: 18px;
	letter-spacing: 0;
}
#commentform .form_row p {
	margin: 0 0 20px 0;
	line-height: 22px;
	font-size: 16px!important;
	color: #989898;
}
#commentform .form_row h2 {
	margin-bottom: 0;
	padding: 20px 0px 5px 0;
	font-size: 22px!important;
	font-weight: 500;
}
.mynew_form{
	border-top: 0!important;
}
.attachment-div {
	position: relative;
	padding: 50px 20px;
	background-color: whitesmoke;
	border: dashed 2px #000;
	border-radius: 0;
	text-align: center;
	margin: 45px 0!important;
}
.attachment-div #attachment_btn {
	width: 45px!important;
	line-height: 40px;
	font-size: 40px;
	background-color: #5C5A5A;
	color: #fff;
	border: none;
	margin: 0 15px;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	text-decoration: none;
}
.attachment-div span {
	font-size: 20px;
	color: #000;
	line-height: 42px;
	display: inline-block;
	vertical-align: top;
}
.attachment-div #rpf_attachment {
	display: none;
}
.proposal_form form .form_row input[type='text'] {
	margin-top:8px;
}
.proposal_form form  textarea {
	margin-top:8px;
	padding: 15px 10px 15px 10px;
	min-height:auto;
}
/*.proposal_form form .form_row input[type='text'] {
	background: none;
	border: none;
	border-bottom: solid 1px #000;
	font-size: 20px;
	font-weight: lighter;
	color: #000;
	outline: 0;
}*/
.proposal_form form .form_row {
	position: relative;
}
.proposal_form form .form_row .require {
	position: absolute;
	right: 0px;
	color: #d35353;
	top: 0;
}
.budget_row .noUiSlider {
	position: relative;
	z-index: 2;
}
.budget_row .noUi-target {
	box-shadow: none;
	background: #3b3e40;
	border: 1px solid #3b3e40;
	padding: 0 16px;
	border-radius: 30px;
}
.budget_row .noUi-background {
	background: #3b3e40;
	box-shadow: none;
	margin-left: 1px;
}
.budget_row .noUi-horizontal {
	height: 32px;
}
.budget_row .noUi-horizontal.noUi-extended {
	border-radius: 15px;
}
.budget_row .noUi-horizontal.noUi-extended .noUi-origin {
	right: 0;
}
.budget_row .noUi-horizontal .noUi-handle {
	top: 1px;
}
.budget_row .noUi-horizontal .noUi-handle:hover {
	cursor: ew-resize;
}
.budget_row .noUi-horizontal .noUi-handle-lower {
	left: -8px;
	top: 4px;
	box-shadow: 0 0 0 4px #f16162;
}
.budget_row .noUi-horizontal .noUi-handle-upper {
	box-shadow: 0 0 0 4px #f16162;
	top: 6px;
	margin-left: 8px;
}
.budget_row .noUi-active {
	box-shadow: none;
}
.budget_row .noUi-horizontal .noUi-handle {
	border: 0;
	border-radius: 50%;
	background: #FFF;
	width: 18px;
	height: 18px;
	cursor: default;
}
.budget_row .noUi-handle:before, .budget_row .noUi-handle:after {
	display: none;
}
.budget_row .noUi-connect {
	background-color: whitesmoke;
	box-shadow: none;
	height: 26px;
	top: 2px;
}
.budget_row {
	padding: 7px 60px;
	position: relative;
}
.budget_row h1 {
	text-align: center;
}
.lb {
	position: absolute;
	left: 0;
	top: 8px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.ub {
	position: absolute;
	right: 0;
	top: 8px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.budget_row .pipes {
	height: 46px;
	position: absolute;
	width: calc( 100% - 152px);
	top: 0;
	left: 76px;
	z-index: 1;
}
#budget_container {
	z-index: 2;
}
.pipes span {
	width: 1px;
	height: 46px;
	display: inline-block;
	position: absolute;
	background-color: #c4c4c4;
}
.pipe0 {
 left:calc(100% / 14 * 0 );
}
.pipe1 {
 left:calc(100% / 14 * 1 );
}
.pipe2 {
 left:calc(100% / 14 * 2 );
}
.pipe3 {
 left:calc(100% / 14 * 3 );
}
.pipe4 {
 left:calc(100% / 14 * 4 );
}
.pipe5 {
 left:calc(100% / 14 * 5 );
}
.pipe6 {
 left:calc(100% / 14 * 6 );
}
.pipe7 {
 left:calc(100% / 14 * 7 );
}
.pipe8 {
 left:calc(100% / 14 * 8 );
}
.pipe9 {
 left:calc(100% / 14 * 9 );
}
.pipe10 {
 left:calc(100% / 14 * 10 );
}
.pipe11 {
 left:calc(100% / 14 * 11 );
}
.pipe12 {
 left:calc(100% / 14 * 12 );
}
.pipe13 {
 left:calc(100% / 14 * 13 );
}
.pipe14 {
 left:calc(100% / 14 * 14 );
}
#rpf_message {
	background-color: transparent;
	background-image: -webkit-linear-gradient(transparent, transparent 47px, #000 47px, #000 48px, transparent 48px);
	background-image: -moz-linear-gradient(transparent, transparent 47px, #000 47px, #000 48px, transparent 48px);
	background-image: -ms-linear-gradient(transparent, transparent 47px, #000 47px, #000 48px, transparent 48px);
	background-image: -o-linear-gradient(transparent, transparent 47px, #000 47px, #000 48px, transparent 48px);
	/* background-image: linear-gradient(transparent, transparent 47px, #8dc994 47px, #8dc994 48px, transparent 48px); */
	background-size: 100% 48px;
	line-height: 48px;
	font-size: 18px;
	outline: 0;
	border: 0;
	resize: none;
}
#rpf_message:focus, #rpf_message:hover {
	outline: none;
}
#commentform .perspective {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	margin-top: 50px;
}
#commentform .form_row .btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	height: auto;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#commentform .form_row .btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#commentform .form_row .btn-8 {
	display: block;
	background: #5cbcf6;
	outline: 1px solid transparent; /* FF jagged edges fix */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#commentform .form_row .btn:before {
	/*font-family: 'icomoon';*/
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
#commentform .form_row .btn-8g {
	background: #4c4c4c;
	color: #fff;
}
#commentform .form_row .btn-8g:active {
	background: #fff;
}
#commentform .form_row .btn-8g:after, #commentform .form_row .btn-8g:before {
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	line-height: 70px;
}
#commentform .form_row .btn-8g:after {
	top: -98%; /* should be -100% but there's a gap in Chrome Version 34.0.1847.131 */
	background: #5cbcf6;
	color: #fff;
	content: 'Submitting Form..';
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	-ms-transform-origin: 0% 100%;
	-ms-transform: rotateX(90deg);
	transform-origin: 0% 100%;
	transform: rotateX(90deg);
}
#commentform .form_row .btn-8g:before {
	top: 100%;
	background: #e96a6a;
	color: #fff;
	content: 'Error!';
	font-weight: 700;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
}
#commentform .form_row .btn-8g.btn-success3d {
	background: #aaa;
	-webkit-transform-origin: 50% 100%;
	-webkit-transform: rotateX(-90deg) translateY(100%);
	-moz-transform-origin: 50% 100%;
	-moz-transform: rotateX(-90deg) translateY(100%);
	-ms-transform-origin: 50% 100%;
	-ms-transform: rotateX(-90deg) translateY(100%);
	transform-origin: 50% 100%;
	transform: rotateX(-90deg) translateY(100%);
}
#commentform .form_row .btn-8g.btn-error3d {
	background: #aaa;
	-webkit-transform-origin: 50% 0%;
	-webkit-transform: rotateX(90deg) translateY(-100%);
	-moz-transform-origin: 50% 0%;
	-moz-transform: rotateX(90deg) translateY(-100%);
	-ms-transform-origin: 50% 0%;
	-ms-transform: rotateX(90deg) translateY(-100%);
	transform-origin: 50% 0%;
	transform: rotateX(90deg) translateY(-100%);
}
.ac-curr ul {
	text-align: center;
}
.ac-curr ul li {
	width: 115px;
	text-align: left;
}
@media only screen and (max-width: 768px) {
#commentform form {
	width: 100%;
}
}
@media only screen and (max-width: 620px) {
.form_head {
	padding: 0px 0;
	width: 100%;
}
.form_head > h2 {
	font-size: 32px!important;
}
.form_head > p {
	padding: 0 10px!important;
}
.lb, .ub {
	display: none;
}
.budget_row {
	padding: 7px 0;
}
.budget_row .pipes {
	width: calc( 100% - 32px )!important;
	left: 16px!important;
}
.budget_row h1 {
	padding: 20px 0 0 0!important;
	font-size: 22px!important;
}
.attachment-div {
	padding: 60px 10px 10px 10px;
}
.attachment-div #attachment_btn {
	top: 15px;
	left: calc( 50% - 32.5px);
	position: absolute;
}
.attachment-div span {
	line-height: 30px;
	display: block;
}
.ac-custom li {
	width: 100%!important;
}
.ac-custom label {
	font-size: 16px!important;
}
}
