header {
	padding: 1rem 0;
	overflow: hidden;
	border-bottom: .1rem solid #f1f1f1;
	background: url(../img/bg-header.jpg) no-repeat;
	background-size: cover;
}

#logo {
	width: 40%;
	padding: .5rem;
	float: left;
}

#Contact-Area {
	width: 100%;
	height: 100%;
	padding: 0rem .5rem;
	overflow: hidden;
}

#Contact-Area h3 {
	text-align: center;
	padding: .2rem .5rem;
	background: #2d63ac;
	color: #fff;
	font-weight: normal;
}

#CotnactTel {
	width: 20%;
	margin: 0;
	padding: 0 0 0 2rem;
	background: url(../img/icon/icon-tel.png) no-repeat 0% 50%;
	background-size: 20px;
	font-size: 1.2rem;
	font-weight: bold;
	float: left;
}

#CotnactTel a{
	height: 100%;
	display: block;
	color: #2C76B4;
	text-decoration: none;
}

#CotnactFax {
	width: 20%;
	margin: 0;
	padding: 0 0 0 2rem;
	background: url(../img/icon/icon-fax.png) no-repeat 0% 50%;
	background-size: 20px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #5D5A5A;
	float: left;
}

#SalesTime {
	width: 20%;
	padding: .3rem 0 .3rem 2rem;
	background: url(../img/icon/icon-time.png) no-repeat 0% 50%;
	background-size: 20px;
	font-size: 1rem;
	font-weight: normal;
	color: #333;
	float: left;
}

#HBtn-Area {
	width: 30%;
	height: 100%;
	padding: .5rem 1rem;
	float: right;
	overflow: hidden;
}

.ContactBtn {
	height: 100%;
	margin: .8rem 0;
	padding: .5rem 1rem;
	font: 1.2rem bold;
	text-align: center;
	display: block;
	cursor: pointer;
	border-radius: .4rem;
	border: .2rem solid #fff;
	box-shadow: 0 0 .3rem #aaa;
	letter-spacing: .2rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
	background: #feccb1; /* Old browsers */
	background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
	opacity: 1;
	transition: opacity .2s linear;
}

.ContactBtn:hover {
	opacity: .7;
}

.ContactBtn a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
}

.ContactBtnB {
	height: 100%;
	margin: .8rem 0;
	padding: .5rem 1rem;
	font: 1.2rem bold;
	text-align: center;
	display: block;
	cursor: pointer;
	border-radius: .4rem;
	border: .2rem solid #fff;
	box-shadow: 0 0 .3rem #aaa;
	letter-spacing: .2rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	opacity: 1;
	transition: opacity .2s linear;
}

.ContactBtnB:hover {
	opacity: .7;
}

.ContactBtnB a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
}
