
#contact_form { border-top: 1px solid #eee; }

#contact_form .form-group { margin: 0; }

#contact_form label {
	display: block;
	font-size: 17px;
	font-weight: normal;
	position: relative;
	line-height: 25px;
}

#contact_form label.error {
	background: #c8555b;
	color: #fff;
	padding: 5px;
}

#contact_form label.error:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #c8555b transparent;
}

#contact_form label.valid { display: none !important; }

#contact_form .form-control {
	text-align: center;
	border-bottom: 1px solid #eee;
	line-height: 25px;
	width: 100%;
}

textarea.form-control { resize: vertical; }

#modalContact .modal-content { padding: 40px 0px; }

#modalContact .modal-title { margin: 0 0 40px 0; }

button#contact_submit {
	background: none;
	margin-top: 35px;
	font-size: 22px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	padding: 0;
	border: 2px solid #eee;
	border-radius: 50%;
	color: #444;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	margin-bottom: 20px;
}

button#contact_submit:hover { border: 2px solid #00aeff; }




.modal-dialog .clear_form
{
    position: absolute;
    bottom: 5px;
    border-top: 1px dotted #eee;
    text-align: center;
    width: 100%;
    margin: auto;
}


.modal-dialog .clear_form a
{
    cursor: pointer;
}


.form-group input, .input-group input, .form-group textarea, button 
{
    border-radius: 0;
    box-shadow: none;
    color: #222;
}

.form-control 
{
    font-size: inherit;
    height: auto;
    padding: 20px 25px;
}



.modal {
	overflow-y: auto;
	text-align: center;
}

.modal-content {
	padding: 60px 20px;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 20px;
	border: 0;
}

.modal-title { margin: 0; }

.modal-title .icon {
	font-size: 48px;
	line-height: 48px;
	display: block;
	margin: 0 0 40px 0;
	color: #00aeff;
}

.modal-title .icon.icon-ban { color: #ce0b0b; }

.modal-open { overflow: auto; }

.modal-content .close {
	position: absolute;
	top: 10px;
	right: 15px;
}

.close {
	font-family: inherit;
	font-size: 32px;
	font-weight: 100;
	text-shadow: none;
}

.close:focus { outline: 0px auto -webkit-focus-ring-color; }


.input-group input:focus, 
.form-group input:focus,
.form-group textarea:focus, 
.input-group button:focus 
{
    box-shadow: none;
    outline: 0 none;
    transition: none 0s ease 0s ;
}



.form-group input, 
.input-group input, 
.form-group textarea, 
button 
{
    background-color: white;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #222;
}

.input-group input:focus, 
.form-group input:focus, 
.form-group textarea:focus,
.input-group button:focus 
{
    border: 0 none;
    box-shadow: none;
    outline: 0 none;
    transition: none 0s ease 0s ;
}
