
/* contact form */
#formContact p{
   overflow: visible;
   font-size:25px;
}
.required{
    display: inline-block;
    max-width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f083b1;
    background: #f083b1;
    color: #fff;
    font-size: 19px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 15px 0 15px;
    position: relative;
    top: -2px;
}
.optional{
    display: inline-block;
    max-width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
	border: 1px solid #f083b1;
    color: #f083b1;
    font-size: 11px;
    padding: 0 10px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    margin: 0 5px;
    position: relative;
    top: -2px;
}

input,textarea{
	-webkit-transition: 0.12s linear;
	-moz-transition: 0.12s linear;
	-o-transition: 0.12s linear;
	transition: 0.12s linear;
	font-size: 26px;
    -webkit-appearance:none;
    border: none;
    background: none;
}
input:focus,textarea:focus{
    outline: none;
}
.input_l{
    padding: 20px 0px 20px 0px;
    max-width: 350px;
    min-width: 92%;
    width: 92%;
    min-height: 100px;
    height: 100px;
    vertical-align: middle;
    border-bottom: 1px solid #d9d9d9;
    -webkit-border-radius: 0px;
            border-radius: 0px;
}
.input_m{
    padding: 20px 0px 20px 0px;
    width: 90%;
    border-bottom: 1px solid #d9d9d9;
    -webkit-border-radius: 0px;
            border-radius: 0px;
}
.input_s{
    padding: 20px 0px 20px 0px;
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
    -webkit-border-radius: 0px;
            border-radius: 0px;
}
.input_xs{
    padding: 20px 0px 20px 0px;
    width: 42%;
    border-bottom: 1px solid #d9d9d9;
    -webkit-border-radius: 0px;
            border-radius: 0px;
}
#btnForm {
	padding: 40px 0;
}
#btnForm button{
    border: none;
    background: none;
    margin: 0 10px;
    padding: 12px 0;
    width: 250px;
    font-size: 30px;
    border: 1px solid #0054af;
    -webkit-appearance:none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
#btnForm .btn_send{
    background: #0054af;
    color: #fff;
}
#btnForm button:hover{
    opacity:0.7;filter: alpha(opacity=70);-ms-filter: "alpha( opacity=70 )";
}



.table_01 th {
	display:block;
	width:auto;
    padding: 30px 30px 0px 30px;
    font-weight: bold;
    vertical-align: middle;
    color: #ed86b3;
}

.table_01 td {
	display:block;
	width:auto;
	padding: 0px 30px 30px 30px;

}


