#reg-form {
	background: url("../images/contacts/triangular.png") no-repeat scroll top center / auto;
}
#reg-form h2 {
	margin: 50px 0 10px;
	text-transform: uppercase;
	color: #fff;
}
	#reg-form span.tagline {
		display: block;
		text-align: center;
		margin-bottom: 90px;
		color: #fff;
	}
#reg-form h4 {
	background: url("../images/curriculum/gray-bg.png") repeat scroll center center / cover;
	font-size: 16px;
	padding: 15px 25px;
	float: left;
	width: 100%;
}
#reg-form form {
	margin-top: 45px;
	float: left;
	width: 100%;
}
.small-container {
	margin: 0 auto;
	max-width: 855px;
	width: 100%;
}
#reg-form label {
	width: 280px;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	float: left;
	line-height: 42px;
	margin: 0;
}
	#reg-form input, #reg-form select {
		padding: 8px 15px;
		width: calc(100% - 280px);
		float: left;
		font-size: 16px;
		line-height: 24px;
		border: 1px solid #ccc;
		outline: none !important;
		box-shadow: none !important;
		border-radius: none !important;
		-webkit-appearance: none;
	   -moz-appearance:    none;
	   appearance:         none;
	   height: 42px;
	}
	.columned-input {
		width: calc(100% - 250px);
		float: left;
		margin: 0 -15px;
	}
		.columned-input .selectbox::after {
			right: 22px !important; 
		}
		.columned-input  select {
			width: 100% !important;
		}
		#reg-form .selectbox {
			position: relative;
		}
			#reg-form .selectbox::after {
				content: "\f107";
				font-family: FontAwesome;
				position: absolute;
				right: 10px;
				bottom: 0;
				line-height: 42px;
				font-size: 24px;
				color: #666;
			}
		#reg-form input#age {
			max-width: 105px;
		}
		#reg-form select option {
			padding: 5px 15px;
		}
	#reg-form input:focus {
		border-color: #0b7ab2;
		box-shadow: 0 0 3px rgba(0, 102, 153, 0.53);
	}
	.form-group {
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	.small-container .form-group:first-child {
		margin-top: 20px;
	}
	.small-container .form-group:last-child {
		margin-bottom: 20px;
	}
	.checkbox-container {
		max-width: 950px;
		margin-left: 155px;
		float: left;
		margin-bottom: 40px;
	}
	#reg-form .checkboxes {
		margin-top: 20px;
	}
	#reg-form input.checkbox {
		display: none;
	}
	#reg-form input.checkbox + label {
		padding-left: 65px;
		position: relative;
		line-height: 40px;
	}
	#reg-form input.checkbox + label::before {
		content: "";
		display: inline-block;
		height: 40px;
		width: 40px;
		border: 1px solid #ccc;
		left: 0;
		top: 0;
		position: absolute;
	}
	#reg-form input.checkbox + label:hover::before, #reg-form input.checkbox + label:focus::before {
		border-color: #0b7ab2;
		box-shadow: 0 0 3px rgba(0, 102, 153, 0.53);
	}
	#reg-form input.checkbox:checked + label::before {
		content: "✓";
		text-align: center;
		font-weight: bold;
	}
	#reg-form input[type=submit] {
		color: #fff;
		background: url('../images/contacts/blue-bg.png') center / cover;
		padding: 15px 50px;
		width: 240px;
		border: none;
		float: none;
		margin: 0 auto 80px;
		height: auto;
		display: block;
		font-size: 18px;
	}
	#reg-form input[type=submit]:hover, #reg-form input[type=submit]:focus {
		background: url('../images/contacts/orange-bg.png') center / cover;
	}
.parsley-errors-list {
	color: #ff0000;
    list-style: outside none none;
    margin: 0;
    padding-left: 280px;
    float: left;
    width: 100%;
}
	.columned-input .parsley-errors-list {
		padding-left: 0;
		position: absolute;
		bottom: -15px;
	}
	.parsley-errors-list li {
		font-size: 12px;
	}
section#bottom-part {

}
	section#bottom-part #map-frame {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		float: left;
	}
	section#bottom-part h3, section#bottom-part p {
		margin-bottom: 32px;
		color: #fff;
	}
	section#bottom-part img {
		margin-bottom: 5px;
	}
	section#bottom-part p {
		line-height: 24px;
	}
	section#bottom-part a {
		display: block;
		color: #fff;
	}
	section#bottom-part a:hover, section#bottom-part a:focus {
		color: #ff9900;
	}	
	section#bottom-part .row > div {
		position: relative;
	}
	section#bottom-part .row > div:last-child {
		background-color: #333366;
		color: #fff;
		padding: 80px 0;
		text-align: center;
	}
@media (max-width: 1199px) {
	.checkbox-container {
		margin-left: 40px;
	}
}
@media (max-width: 991px) {
	.checkbox-container {
		margin-left: 0;
	}
	section#bottom-part .row > div:last-child {
		float: left;
		width: 100%;
	}
	section#bottom-part #map-frame {
		position: relative;
		height: 300px;
	}
}
@media (max-width: 679px) {
	.parsley-errors-list {
		padding-left: 0;
	}
	#reg-form label, #reg-form input, #reg-form select {
		width: 100%;
	}
	.columned-input {
		width: calc(100% + 30px);
	}
}
@media (max-width: 479px) {
	.checkbox-container > div {
		width: 100%;
	}
	#reg-form h2 {
		font-size: 20px;
	}
	#reg-form span.tagline {
		padding: 0 35px;
	}
}
@media (max-width: 376px) {
	.columned-input .selectbox {
		width: 100% !important;
		margin-bottom: 10px;
	}
	.columned-input .selectbox:last-child {
		margin-bottom: 0;
	}
}