/***********/
/* Contact */

#contact {
	max-width: 750px;
	margin: 60px auto 80px auto;
}

#contact.mask {
	max-width: 1200px;
}

#contact label {
	font-family: 'museo_sans100', Arial, serif;
	font-size: 25px;
	color: #000;
	text-align: left;
}

#contact sup {
	top: -.3em;
}

#contact sup,
.mandatory,
.info {
	font-family: 'museo_sans300', Arial, serif;
	font-size: 14px;
	color: #626262;
}

.mandatory {
	margin: 50px auto 30px;
	font-style: italic;
}

.info {
	margin-bottom: 50px;
	text-align: justify;
}

label.required:after {
	font-size: 15px;
	vertical-align: super;
    content: "*";
}

.field-not-required label:after {
    content: "";
}

#contact .form-control {
	display: block;
	height: 58px;
	background-color: #f1f1f1;
	border-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
	font-family: 'museo_sans300', Arial, serif;
	font-size: 18px;
	color: #604272;
}

#contact .col-transparent {
	margin-bottom: 20px;
}

#contact .col-transparent .form-control {
	background-color: transparent;
}

#contact .col-transparent .form-control input {
	display: block;
	float: left;
	margin: 8px 10px 0 0;
}

#contact .col-transparent .form-control label {
	display: block;
}

#contact .form-control:HOVER {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#contact .col-transparent .form-control:HOVER {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#contact input.form-control,
#contact textarea.form-control,
#contact button {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
}

#contact textarea.form-control {
	height: 250px;
	padding: 15px;
}

#contact button {
	font-family: 'museo_sans500', Arial, serif;
	font-size: 20px;
	color: #fff;
	background-color: #34a4f8;
	text-transform: uppercase;
	padding: 6px 12px 3px;
}

#contact button:HOVER {
	color: #fff;
	background-color: rgb(42, 161, 251);
	background-color: rgba(42, 161, 251, 0.8);
}

#contact .alert {
	font-family: 'museo_sans300', Arial, serif;
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
}

#contact .alert-success {
	color: #fff;
	background-color: #1e6e93;
	text-align: center;
	margin-bottom: 50px;
}

#contact ul {
	font-family: 'museo_sans300', Arial, serif;
	font-size: 20px;
	color: #a94442;
}

#contact .label-reference {
	padding-top: 0;
}

/***************/
/* selectboxit */

.selectboxit-container {
	width: 100%;
}

.selectboxit-container * {
    font-size: 16px;
	font-family: 'museo_sans300', Arial, serif;
    color: #000;
    letter-spacing: .05em;
}
.selectboxit-container .selectboxit {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
	height: auto !important;
}
.selectboxit-btn {
    border: 0;
    background-image: none;
    background-color: #fff;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
    background-color: #fff;
    color: #fff;
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
    height: 44px;
    line-height: 44px;
}
.selectboxit .selectboxit-option-icon-container {
    margin-left: 10px;
}
.selectboxit .selectboxit-arrow-container {
    width: 50px;
}
.selectboxit .icon-select-arrow-down {
    background: url(../img/select-arrow-black-down.png) 0 0 no-repeat;
    width: 15px;
    height: 16px;
}
.dropup .icon-select-arrow-down {
    background: url(../img/select-arrow-black-up.png) 0 0 no-repeat;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    top: 35%;
}
.selectboxit-list {
    background-color: #fff;
    color: #000;
}
.selectboxit-list .selectboxit-option-anchor {
    color: #000;
}
.selectboxit-container .selectboxit-options {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
}
.selectboxit-option-first {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background-image: none;
    background-color: #34a4f8;
    color: #fff;
}

/**************/
/* Responsive */

@media (max-width: 991px) {
	#contact .form-control {
		width: 100%;
		margin-bottom: 20px;
	}
	#contact ul,
	#contact label,
	#contact .form-control,
	#contact button {
		font-size: 16px;
	}
	#contact label {
		background: none;
		padding-bottom: 0;
	}
	#contact textarea.form-control {
		height: 150px;
	}
	#contact .alert {
		text-align: left;
		font-size: 18px;
	}
	.mandatory,
	.info {
		font-size: 12px;
	}
	.mandatory {
		margin-top: 60px;
	}
	.info {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 30px;
	}
}

@media (max-width: 991px) {
	#contact {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}

@media (max-width: 575px) {
	#rc-imageselect,
	.g-recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}
