#contact #gmap iframe{
	width:100%;
	height:350px;
}
.contact-detail{
	overflow:hidden;
	margin-top:50px;
	color:#6967b5;
	font-size:18px;
}
.contact-detail .contact-form{
	float:left;
	width:60%;
	margin-right:5%;
}
.contact-detail .contact-form article{
	margin-bottom:20px;
}
.contact-detail aside{
	float:right;
	width:30%;
}
form,
fieldset{
	margin:0;
	border:0;
	padding:0;
	overflow:hidden;
}
.contact-box label span{
	display:inline-block;
	width:9px;
	height:9px;
	border-radius:50%;
	border:2px solid #5eb2b1;
	margin-right: 10px;
}
.contact-box{
	width:45%;
	float:left;
	overflow:hidden;
	position:relative;
	margin-bottom: 15px;
}
.contact-box:nth-child(2n){
	float:right;
}
.contact-box p{
	border:1px solid #5eb2b1;
	margin-top: 10px;
}
.contact-box >p input[type="text"],
.contact-box textarea{
	width:90%;
	padding:5px 5%;
	font-size:18px;
	outline:none;
	transition:all ease-in-out 0.1s;
	color:#6967b5;
}
.contact-box >p input:hover,
.contact-box textarea:hover {
	background:#5eb2b1;
	color:#fff;
}
.contact-box .special{
	position:absolute;
	right:0;
	top:0;
}
.contact-box .special p{
	display: inline-block;
    border: none;
	margin-top: 0;
}
.contact-box.large{
	width:100%;
}
.contact-box.large:last-child >p{
	display:inline-block;
	border: none;
	margin-left: 10px;
	overflow: hidden;
	width: 180px;
}
.contact-box.large:last-child >p input{
	width:100px;
	border: 1px solid #5eb2b1;
	margin-right: 10px;
}
.contact-box.large p{
	
}
.contact-box.large p textarea{
	width:95%;
	padding:5px 2.5%;
}
.contact-box.large p.send input{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57afb7+0,9ccb7c+100 */
	background: rgb(87,175,183); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(87,175,183,1) 0%, rgba(156,203,124,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(87,175,183,1) 0%,rgba(156,203,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(87,175,183,1) 0%,rgba(156,203,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57afb7', endColorstr='#9ccb7c',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-size: 18px;
    text-align: center;
    border-radius: 5px;
    border: none;
    padding: 5px 0;
}
aside li{
	overflow:hidden;
	border-bottom:1px dashed #c6c6c6;
	padding:20px 15px;
}
aside li .img{
	float:left;
	margin-right: 15px;
}
aside li .txt{
	font-size:16px;
	float:left;
}
aside li .txt h3{
	color:#434343;
	font-weight:normal;
	font-size:16px;
}
aside li .txt p{
	margin-top: 5px;
}
#order .orderWrap{
	margin-bottom: 15px;
}
#order .orderWrap .orderList{
	overflow: hidden;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px #8e8e8e dashed;
}
#order .orderWrap .orderList p{
	width: 15%;
	float: left;
}
#order .orderWrap .orderList p:first-child{
	width: 40%;
}
#order .orderWrap .orderList p label{
	padding-bottom: 5px;
	border-bottom: 2px #7dbe97 solid;
	text-align: center;
	display: none;
}
#order .orderWrap .orderList:first-child p label{
	display: block;
}
#order .orderWrap .orderList p b{
	margin: 5px 20px;
	display: block;
	line-height: 100px;
	text-align: center;
}
#order .orderWrap .orderList p:first-child b{
	text-align: left;
}
#order .orderWrap .orderList p b img{
	margin-right: 15px;
	height: 100px !important;
}
#order .orderWrap .orderList p input[type="text"]{
	padding: 5px 10px;
	width: 30px;
	border: 1px #5eb2b1 solid;
	font-size: 16px;
}
#order .orderWrap .orderList p input[type="text"]:hover{
	background: #5eb2b1;
	color: #fff;
}
#order .orderWrap .orderList p input[type="button"]{
	margin-left: 0;
	padding: 5px 10px;
	background: #ec3939;
	border-color: #901c1c;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
#order .orderWrap .orderList p input[type="button"]:hover{
	background: #901c1c;
}
#order #orderTotal p{
	margin: 10px 0;
	text-align: right;
}
#order .button{
	margin: 15px 0 30px;
	text-align: center;
}
#order .button p.link{
	text-align: right;
}
#order .button p{
	width: 49%;
	display: inline-block;
}
#order .button p a{
	padding: 10px 20px;
	background: #8c7d68;
	display: inline-block;
	font-weight: normal;
	color: #fff;
}
#order .button p.link a{
	background: #e17b60;
}
#order .button p a i{
	vertical-align: initial;
}
#order .button p a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 1280px) {
	.contact-detail aside{
		width:35%;
	}
}
@media screen and (max-width: 980px) {
	.contact-detail aside,
	.contact-detail .contact-form{
		width:100%;
	}
	#order .orderWrap .orderList p,
	#order .orderWrap .orderList p:first-child{
		float: none;
		width: 100%;
		border-bottom: 1px #8e8e8e dashed;
	}
	#order .orderWrap .orderList p label,
	#order .orderWrap .orderList:first-child p label,
	#order .orderWrap .orderList p b{
		margin: 0;
		padding: 10px 0;
		width: 49%;
		display: inline-block;
		line-height: 33px;
		border-bottom: 0;
	}
	#order .orderWrap .orderList p:first-child label,
	#order .orderWrap .orderList p:first-child b{
		width: 100%;
		text-align: center;
	}
	#order .orderWrap .orderList p:first-child label{
		border-bottom: 2px #d2b287 solid;
	}
	#order .orderWrap .orderList p b img{
		margin: 0 auto 10px;
		max-width: 100%;
		height: auto;
		display: block;
	}
}
@media screen and (max-width: 640px) {
	#contact #gmap iframe{
		height:250px;
	}
	.contact-detail{
		font-size: 16px;	
	}
	.contact-detail aside{
		margin-top:30px;
	}
	.contact-box.large p.send{
		display: block;
		width: auto;
		margin-top: 20px;
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	.contact-box{
		width: 100%;
	}
	.contact-box.large p.send{
		text-align:center;
	}
}