﻿


/* Form */

	form label {
		display: block;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		display: block;
		width: 100%;
		padding: 0.90em 0.60em;
		background: none;
		border: solid 1px #ccc;
		color: inherit;
		border-radius: 0.1em;
		outline: none;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
		border-color: #999;

		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"] {
		line-height: 1.35em;
t	ext-transform:none;
	}

	form select {
		line-height: 1.35em;
	}

	form textarea {
		min-height: 8em;
	}

	form .formerize-placeholder,
	form ::-webkit-input-placeholder,
	form :-moz-placeholder,
	form ::-moz-placeholder,
	form :-ms-input-placeholder {
		color: rgba(145, 146, 147, 0.85) !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}



form .formbottom {
	text-align: center;
} 
form .btns{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 26px 18px;
	color: #F15A24;
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #F15A24;
	cursor: pointer;
	transition-duration:0.3s;
    -webkit-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    -ms-transition-duration:0.3s;
} 
form .btns:hover{
    color: #ffffff;
    background-color: #F15A24;
}


/* Contact */

	#contact {
		padding-bottom: 0;
		overflow: hidden;
	}

		#contact .box {
			-moz-transition: all 1s ease;
			-webkit-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			-moz-transform: translateZ(0);
			-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
			transform: translateZ(0);
			position: relative;
			bottom: 0;
		}

		#contact.inactive .box {
			bottom: -30em;
		}



	input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 70;
		font-size: 11pt;
		line-height: 1.5em;
		color: #39454b;
		letter-spacing: 0.5px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	}

.box {
	position:relative;
	margin: 0 auto;
	width:100%;
	height: auto;
	padding:20px;
	border:1px solid #c59f1f;
	border-style: double;
	text-align:left;
	word-wrap: break-word;
}



@media screen and (max-device-width: 480px) {
#scroll div{height:150px;
overflow:auto;
-webkit-overflow-scrolling: touch;}
}

@media screen and (max-width: 320px) {
#scroll div{height:150px;
overflow:yes;
-webkit-overflow-scrolling: touch;}
}




input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}




.names{
	width:50%;
	max-width:50%;
	
}

@media screen and (max-width:768px) {
.names{
	width:94%;
	max-width:94%;
}}



.mails{
	width:90%;
	max-width:90%;
}

@media screen and (max-width:768px) {
.mails{
	width:94%;
	max-width:94%;
}}


.phones{
	width:50%;
	max-width:50%;
}

@media screen and (max-width:768px) {
.phones{
	width:94%;
	max-width:94%;
}}


.numbers{
	width:50%;
	max-width:90%;
}

@media screen and (max-width:768px) {
.numbers{
	width:94%;
	max-width:94%;
}}


.adds{
	width:90%;
	max-width:90%;
}

@media screen and (max-width:768px) {
.adds{
	width:94%;
	max-width:94%;
}}



.sizes{
	width:30%;
	max-width:30%;
}

@media screen and (max-width:768px) {
.sizes{
	width:70%;
	max-width:70%;
}}



.zips{
	width:20%;
	max-width:20%;
}

@media screen and (max-width:768px) {
.zips{
	width:60%;
	max-width:60%;
}}

















