/* FONTS */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {

	font-weight: normal;

	font-style: normal;

	font-family: 'codropsicons';

	src: url('../fonts/codropsicons/codropsicons.eot');

	src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),  url('../fonts/codropsicons/codropsicons.woff') format('woff'),  url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),  url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');

}





/* HOME FORM */

#home_form {

	float: left;

	position: relative;

	width: 480px;

	background-color: #bbbbbb;

}

#txt_form {

    float: left;

    font-size: 25px;

    margin: 40px;

    width: 200px;

}

#txt_form h2{

    color: #FFFFFF;

    font-size: 25px;

    font-weight: lighter;

    line-height: 30px;

    padding: 20px 0 20px 20px;

}

#tit_form {

	float: left;

	width: 240px;

	height: 240px;

	background-color: #bbb;

}

wpcf7-form{

	margin-bottom: 0 !important;

}

div.wpcf7{

	float: left !important;

	width: 240px !important;

	margin-bottom: 0 !important;

}

span.wpcf7-not-valid-tip{

	font-size: 0.9em !important;

	padding: 0.2em 1em !important;

}

div.wpcf7-validation-errors{

	border: none !important;

}

div.wpcf7-response-output{

	margin: 0 !important;

	color: #FF0000 !important;

	font-size: 0.9em !important;

}

div.wpcf7 img.ajax-loader {

	float: right !important;

}

#box_form {

	float: left;

	width: 238px;

	background:#bbb;

}

form {

    margin: 0;

	margin-bottom: 0 !important;

}

form p {

    margin: 0 !important;

}

fieldset {

    border: none;

/*    margin: 0; */

	position: absolute;

	bottom: 0;

	max-width:238px;

	width: 238px;

}

input, select{
    border: none;
    display: block;
    font-size: 1em;
	margin: 15px 0 0;
    padding: 0.5em 0.6em;
    transition: border 0.3s linear 0s;
	outline: 0 none;
	width: 221px;
	background-color:#eee;
	/*-webkit-text-fill-color: #666;*/
}

select {
	padding: 0.5em 0.6em;
	-webkit-appearance: none;
	overflow: hidden;
	background: url(../imgs/arrow.png) no-repeat right #eee;
	width: 240px !important;
}

input[type="button"], input[type="reset"], input[type="submit"]{
	cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {

    border: 0 none;

    padding: 0;

}

.home-button {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    text-align: left;
    white-space: nowrap;
}

.home-button {
    background-color: #666;
    border: 0 none rgba(0, 0, 0, 0);
    /*color: rgba(0, 0, 0, 0.8);*/
    font-size: 100%;
	font-weight:bold;
	color: #fff;
    padding: 0.5em 0.6em;
    text-decoration: none;
    transition: box-shadow 0.1s linear 0s;
	margin-top:15px;
	margin-bottom:0;
	width: 240px !important;
}

.home-button-hover, .home-button:hover, .home-button:focus {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.home-button:focus {
    outline: 0 none;
}
