@charset "utf-8";


.confirmation-field { display: none; }
#contact-form{
    width:550px;
    float:left;
    padding:0 60px 0 0;
    border-right:2px solid #eee;
}
.contact-short{
    width:130px;
    float:left;
    margin:0 -10px 0 45px;
    padding:0;    
}
.contact-short p{
    color:#888 !important;
    line-height:1em !important;
    text-align:center;
}

.xing a{
    background:url(../img/xing_logo.png) center top no-repeat;
    height:20px;
    width:130px;
    display:block;
    padding-top:110px;
    margin:0;
    -moz-transition-duration: 0s !important;
    -moz-transition-property: all !important;
}
.xing a:hover,
.xing a:focus{
    background-position:center -199px;
}

#contact-form label{
    font-weight:bold;
    text-shadow: 1px 1px 1px #fff;
    color:#555;
    display:inline-block;
    width:14%;
}

#contact-form input{
    padding:10px;
    margin:10px 0;
    border:1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 6px rgba(0,0,0,.25); 
    -moz-box-shadow: inset 0 1px 6px rgba(0,0,0,.25);
    box-shadow: inset 0 1px 6px rgba(0,0,0,.25); 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:77%;
}
#contact-form textarea{
    padding:10px;
    margin:0;
    border:1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 6px rgba(0,0,0,.25); 
    -moz-box-shadow: inset 0 1px 6px rgba(0,0,0,.25);
    box-shadow: inset 0 1px 6px rgba(0,0,0,.25); 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:91%;
}
#contact-form .input-e{
    border:1px solid #e37171;
    background-color:#fff4f4;
    -webkit-box-shadow: inset 0 1px 6px rgba(250,0,0,.25); 
    -moz-box-shadow: inset 0 1px 6px rgba(250,0,0,.25);
    box-shadow: inset 0 1px 6px rgba(250,0,0,.25);
    background:#fefefe url('../img/cross.png') no-repeat 98% 50%;
}
#contact-form .input-s{
    border:1px solid #e37171;
    background-color:#fff4f4;
    -webkit-box-shadow: inset 0 1px 6px rgba(250,0,0,.25); 
    -moz-box-shadow: inset 0 1px 6px rgba(250,0,0,.25);
    box-shadow: inset 0 1px 6px rgba(250,0,0,.25); 
    border:1px solid #36eb47;
}

#contact-form input:valid, 
#contact-form textarea:valid {
	background:url('../img/tick.png') no-repeat 98% 50%;	
	border:1px solid #36eb47;
}		

#contact-form input:focus:invalid, 
#contact-form textarea:focus:invalid {
    border:1px solid #ffae0e;
    -webkit-box-shadow: inset 0 1px 6px rgba(230,220,100,.25); 
    -moz-box-shadow: inset 0 1px 6px rgba(230,220,100,.25);
    box-shadow: inset 0 1px 6px rgba(230,220,100,.25); 
    background:#fefefe url('../img/input-load.gif') no-repeat 98% 50%;							
}
#contact-form textarea{
	background-position:98% 5% ! important;
}

.sent-message{
    min-height:400px;
}
.sent-message .thx{
    margin:80px !important;
    color:#000 !important;
    padding:20px;
    border:1px solid #ccc;
    background-color:#fff;
    text-align:center;
    font-size:1.2em !important;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.2); 
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
    box-shadow: 1px 1px 10px rgba(0,0,0,.2);   
    text-shadow: 0 1px 1px #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#contact-form .submit{
    width:30%;
    float:right;
    font-weight:bold;
    margin: 20px 6% 0 0;
    padding:15px;
    background-color:#7b0404 !important;
    color:#fff;
    cursor:pointer;
    border:1px solid #efefef !important;
    background-image:none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#contact-form .submit:hover,
#contact-form .submit:focus{
    background-image:none !important;
    background-color:#15d35c !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.5); 
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);   
    text-shadow: 0 1px 1px #000;

}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #contact-form{
	    width:100%;
	    padding:0 0 0 0;
	    border-right:2px solid #eee;
	    border:none;
	}
    .contact-short{
        display:none;
	}
    #contact-form .submit{
        width:40%;
    }
}
@media only screen and (max-width: 479px) {
	#contact-form{
	    width:100%;
	    padding:0 0 0 0;
	    border-right:2px solid #eee;
	    border:none;
	}
	.contact-short{
        display:none;
	}
    #contact-form .submit{
        width:40%;
    }
}
