/* form------------------------------ */

.box {

	padding-top: 15px;

	background-image: none;

}

.box .wrapper {

	width: 484px;

	margin: 0 auto;

	background-color: #fff;

}



.header {

	background-color: #000;

	width: 100%;

	color: #fff;

	float:left;

}

.header img {

	float: left;

}

.header img.logo-small {

	margin: 0;

}

.box .header h2 {

	font-size: 26px;

	line-height: 30px;

	padding: 45px 0 0 0;

	font-family: 'sabonitalic';

	font-weight: normal;

	color: #7ba6bb;

	letter-spacing: 1px;

	float: left;

}

.box .header h3 {

	text-align: right;

	font-size: 29px;

	line-height: 35px;

	font-family: 'GothamBook';

	font-weight: normal;

	letter-spacing: 2px;

	padding:0 5px;

	float: right;

}



.box .header h3 sub {

	font-size: 21px;

	font-weight: bold;

}



footer {

	font-size: 13px;

	color: #aaa49f;

	text-indent: 45px;

	padding: 20px 0;

	margin-top: 50px;

}

.box footer {

	background-color: #b6a594;

	margin: 0;

	padding: 4px 0;

	text-indent: 0;

	clear: both;

}



.box footer  p {

	font-family: 'SabonRoman';

	font-weight: normal;

	font-size: 23px;	

	line-height: 26px;

	color: #fff;

	text-align: center;

}



.form-box {

	width: 410px;

	margin: 0 auto;

	padding: 0 36px;

	background-color: #f7f6f3;

}

.form-box p {

	font-family: 'GothamBook';

	font-weight: normal;

	font-size: 11px;

	line-height: 16px;

	padding: 5px 0 15px;

	color: #98908a;

	float: left;

}

.form-box .wrapper-input {

	margin-bottom: 5px;

	width: 410px;

	float: left;

}

.form-box .wrapper-input-top {

	margin-bottom: 7px;

}

.form-box .wrapper-input-contact {

	margin-top: 19px;

}

.form-box .wrapper-input-about {

	margin-top: 6px;

	margin-bottom: 8px;

}

.form-box label, 

.form-box select , 

.form-box input{

	font-family: 'Myriad Pro';

	font-weight: normal;

	font-size: 13px;

	line-height: 18px;

	color: #98908a;

}

.form-box label {

	width: 162px;

	float: left;

}

.form-box .wrapper-input-big label {

	width: 224px;

}

.form-box input {

	width: 211px;

	height: 14px;

	line-height: 14px;

	padding: 2px 5px;

	float: left;

	border: 1px solid #e1e1e1;

	border-top: 1px solid #848484;

}

.form-box .wrapper-input .select1, 

.form-box .wrapper-input .select2, 

.form-box .wrapper-input .select3, 

.form-box .wrapper-input .select4 {

	width: 53px;

	height: 16px;

	float: left;

	display: inline;

}

.form-box .wrapper-input .select2 {

	width: 165px;

}

.form-box .wrapper-input .select3 {

	width: 100px;

}

.form-box .wrapper-input .select4 {

	width: 72px;

	margin-left: 10px;

}

.form-box .wrapper-input-bottom {

	text-align: center;

	padding-left: 161px;

	width: 249px;

	margin-top: 9px;

	margin-bottom: 8px;

}

.form-box .wrapper-input-bottom input {

	text-indent: -9999px;

	height: 21px;

	border: 0;

	cursor: pointer;

}

.form-box .wrapper-input-bottom input.submit{

	background-image: url('../images/submit.jpg');

	

	width: 58px;	

}

.form-box .wrapper-input-bottom input.reset{

	background-image: url('../images/reset.jpg');

	width: 49px;

	margin-left: 10px;	

	display: inline;

	background-color: transparent;

}

.form-box label.errors {

	width: 410px;

	margin: 0 auto;

	padding: 10px 0;

}

.form-box label.error {

	color: #ff0000;

	width: 100%;

	text-indent:165px;

}

/* =Responsivei 

	Platform : iPhone/Mobile

-------------------------------------------------------------- */

@media screen and (max-width:480px) {

	.box .wrapper {

		width: 100%;

	}

	.form-box {

		width: 94%;

		padding: 0 3%;

	}

	.box .header h2 {

		font-size: 23px;

	}

	.box .header h3 {

		font-size: 23px;

	}

	.form-box p {

		font-size: 18px;

		line-height: 20px;

	}

	.form-box .wrapper-input {

		width: 99%;

	}

	.form-box .wrapper-input .select1 {

		width: 56px;

		height: 26px;

		clear: left;

	}

	.form-box .wrapper-input .select1 select{

		width: 56px;

		height: 26px;

		font-size: 18px;

		line-height: 26px;

	}

	.form-box label {

		width: 95%;

		font-size: 18px;

		line-height: 26px;

	}

	.form-box input {

		width: 96%;

		padding: 2px 2%;

		height: 25px;

		line-height: 25px;

		font-size: 18px;

	}

	.form-box .wrapper-input-big label {

		width: 100%;

	}

	.form-box .wrapper-input .select3,

.form-box .wrapper-input .select3 select 	{

		width: 133px;

		clear: left;

		height: 26px;

		font-size: 18px;

		line-height: 26px;

	}

	.form-box .wrapper-input .select4,

	.form-box .wrapper-input .select4 select 	{

		width: 75px;

		height:26px;

		margin-left: 10px;

		font-size: 18px;

		line-height: 26px;

	}

	.form-box .wrapper-input .select2,

	.form-box .wrapper-input .select2 select {

		width: 165px;

		height: 26px;

		font-size: 18px;

		line-height: 26px;

	}

	.form-box .wrapper-input-bottom {

		padding: 0;

		width: 207px!important;

		margin:0 auto;

		display: block;

		float: none;

	}

	.form-box .wrapper-input-bottom input {

		height: 36px;

		background-size: 100% 100%;

		margin-top:10px;

		margin-bottom:10px;

	}

	.form-box .wrapper-input-bottom input.submit {

		width: 105px;

	}

	.form-box .wrapper-input-bottom input.reset {

		width: 90px;

	}

	.form-box label.error {

		text-indent:5px;

	}

}