
.img-responsive {
	max-width: 100%;
	height: auto;
}

.blue_top_row {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #337ab7;
}

.banner {
	padding-top: 100px;
	padding-bottom: 34px;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

.title {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}

.linkedin_autofill {
	padding: 6px 10px;
	border: none;
	background: rgba(121,173,203,1);
	background: -moz-linear-gradient(top, rgba(121,173,203,1) 0%, rgba(37,116,173,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(121,173,203,1)), color-stop(100%, rgba(37,116,173,1)));
	background: -webkit-linear-gradient(top, rgba(121,173,203,1) 0%, rgba(37,116,173,1) 100%);
	background: -o-linear-gradient(top, rgba(121,173,203,1) 0%, rgba(37,116,173,1) 100%);
	background: -ms-linear-gradient(top, rgba(121,173,203,1) 0%, rgba(37,116,173,1) 100%);
	background: linear-gradient(to bottom, rgba(121,173,203,1) 0%, rgba(37,116,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79adcb', endColorstr='#2574ad', GradientType=0 );
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 25px;
}

.linkedin_autofill:hover {
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.72);
}

.fullname_label, .email_label, .phone_label, .company_univ_label, .purpose_label, .message_label {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    color: #282828;
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 0;
	transition: all 0.5s;   
}

.expand, .expand_1 {
	display: block;
	position: relative;
	margin-bottom: 25px;
}

.expand input[type='text'], .expand_1 input[type='text'] {
	background: #fff;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #e5e8ea;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #282828;
	font-weight: 400;
	width: 100%;
}

	.expand input[type='email'], .expand_1 input[type='email'], .expand input[type='tel'], .expand_1 input[type='tel'] {
		background: #fff;
		margin: 0;
		padding: 0;
		border: none;
		border-bottom: 1px solid #e5e8ea;
		outline: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #282828;
		font-weight: 400;
		width: 100%;
	}

.expand select {
	width: 100%;
	padding: 4px 0;
	border: none;
	border: 1px solid #e5e8ea;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #282828;
	font-weight: 400;
	margin-top: 5px;
}

.expand textarea, .expand_1 textarea {
	background: #fff;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #e5e8ea;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #282828;
	font-weight: 400;
	width: 100%;
	height: 100px;
}

.border {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	top: 100%;
	background: #566170;
	transform: scaleX(0);
	transition: transform 0.5s;
	transform-origin: 50% 0%;
}

.expand input:focus + .border, .expand_1 input:focus + .border {
	transform: scaleX(1);
}

.expand textarea:focus + .border, .expand_1 textarea:focus + .border {
	transform: scaleX(1);
	margin-top: -5px;
}

.expand .fa-check, .expand_1 .fa-check {
	position: absolute;
	top: -2px;
	right: 6px;
	color: #88ca41;
	font-size: 15px;
	display: none;
}

.expand .fa-times, .expand_1 .fa-times {
	position: absolute;
	top: -2px;
	right: 6px;
	color: #ef6145;
	font-size: 15px;
	display: none;
}

/*.submit {	
	margin-right: 4px;
	margin-bottom: 25px;
}

.submit input[type='submit'] {
	padding: 10px 24px;
	margin: 0;
	background-color: #ff9b12;
	border: none;
	border-radius: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.submit input[type='submit']:hover {
	background-color: #f38c00;
	cursor: pointer;
}*/

.idnumber {
	display: block;
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #00b0f0;
	font-weight: 600;	
}

.success_message {
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #88ca41;
	font-weight: 600;
	text-align: left;
	display: none;
	margin-top:10px;
}

.error_message {
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #ef6145;
	font-weight: 600;
	text-align: center;
	display: none;
}

.address_block {
	margin-bottom: 25px;
}

.address_block strong {
	margin-bottom: 7px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #032949;
	font-weight: 700;
	display: block;
}

.fa-map-marker, .fa-phone, .fa-envelope-open-o {
	color: #032949;
	margin-right: 8px;
}

.address_block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.address_block ul li {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #282828;
	font-weight: 400;
}

.footer {
	background-color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #555555;
}

.footer a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #555555;
	text-decoration: none;
}

.f_right {
	text-align: right;
}