#main-wrapper{
    width: 1px;
    min-width: 100%;
    *width: 100%;
}

.contact-form{
	margin-bottom: 90px;
}

button.submit-btn{
    margin-top: 60px;
}

.address-box{
	background-color: #f6f3f2;	
	font-size: 0;
}
.address-box .text-box{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 70px 60px;
	font-size: 0;
}
.address-box .text-box .name{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 40px;
}

.address-box .text-box .select{
	position: relative;
}
.address-box .text-box .select .header{
	margin: 0;
	padding: 0;
	cursor: pointer;

    padding-bottom: 10px;
    padding-right: 45px;
    border: 1px solid #d5c7c3;
    border-radius: 10px;
}
.address-box .text-box .select .header > span{
	vertical-align: middle;
}
.address-box .text-box .select .header > .select-btn{
	font-size: 25px;
	color: #918e8b;
	vertical-align: middle;

	position: absolute;
	right: 10px;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.select .content {
	display: none;
	font-weight: normal;
	position: absolute;
	cursor: pointer;
	background-color: #fff;
	left: -5%;
	width: 110%;
	padding: 0 5%;
	max-height: 500%;
	overflow: auto;

	font-size: 24px;
}
.select.active .content {
	display: block;
}
.select .content > div{
	padding: 5px;
}
.select .content > div:hover{
	background-color: #002c5f;
	color: white;
}


.address-box .text-box .field-full, .address-box .text-box .field-half{
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
	padding-right: 15px;
}
.address-box .text-box .field-full{
	width: 100%;
}
.address-box .text-box .field-half{
	width: 50%;
}
.address-box .text-box .field-name{
	font-size: 14px;
	color: #a5805e;
	line-height: 1.8;
}
.address-box .text-box .field-content{
	font-size: 17px;
	color: #403f41;
	line-height: 1.4;
}
.address-box .text-box .field-content a{
	color: inherit;
	text-decoration: none;
}
.address-box .text-box .field-content a:hover{
	opacity: 0.7;
}

#map-btn{
	margin-top: 40px;
}
#map-btn > .btn {
	font-size: 16px;
	width: 200px;
	text-align: center;
}
.map-frame{
    width: 50%;
    display: inline-block;
    position: relative;
    height: 560px;
    vertical-align: top;
}
#map{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;	
}

/*@media (max-width: 991px) {*/
@media (max-width: 1024px) {	
	.address-box .text-box{
		width: 100%;
	}
	.map-frame{
	    width: 100%;
	    display: block;
	    height: 0px;
	    padding-top: 100%;
	    vertical-align: top;
	}
}
@media (max-width: 767px) {
	.address-box .text-box{
		padding: 35px 30px;
	}
	.address-box .text-box .field-half{
		width: 100%;
	}	
	.address-box .text-box .name{
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 40px;
	}
}