.contact {
	position: relative;
	width: 100%;
	margin: 40px 0;
}
.contact h2 {
	position: relative;
	padding: 0;
	margin: 0 0 10px;
	width: 100%;
	color: #1f4286;
}
.contact .sbody {
	padding: 20px;
	margin: 0;
	position: relative;
	width: 100%;
	display: block;
	background-color: #eaeef1;
}

.contact .sbody table tr td {
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.contact .sbody table tr:last-child td {
	border-bottom: 0;
}

.contact .sinfo {
	padding: 0;
	margin: 0 0 20px;
	position: relative;
	width: 100%;
	display: block;
}
.contact .sinfo h3 {
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	position: relative;
	width: 100%;
	border-left: 4px solid #ebebeb;
	display: block;
}
.contact .sinfo .slist {
	padding: 10px;
	margin: 0;
	position: relative;
	width: 100%;
	display: block;
	border: 1px solid #ebebeb;
}
.contact .sinfo .slist p {
	padding: 2px 0;
	margin: 0;
	border-bottom: 1px dashed #ebebeb;
	position: relative;
	width: 100%;
	display: block;
}

.contact .sform {
	padding: 0;
	margin: 0 0 20px;
	position: relative;
	width: 100%;
	display: block;
}
.contact .sform h3 {
	padding: 0;
	margin: 0 0 10px;
	position: relative;
	width: 100%;
	display: block;
}
.contact .sform .show {
	padding: 0px;
	margin: 0;
	position: relative;
	width: 100%;
	display: block;
}
.contact .sform .show .btn-site {
	width: 100%;
	display: block;
	background-position: 43% 6px;
}
#contactButton {
	position: fixed;
	bottom: 0;
	right: 15px;
	max-height: 100%;
	width: 350px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000;
}
#contactButton .panel {
	margin-bottom: 0;
	width: 100%;
	color: #333;
	display: none
}
#contactButton .ctb {
	position: fixed;
	bottom: 0;
	right: 15px;
	z-index: 1000;
	text-align: center;
}
#contactButton .ctb, #contactButton .panel {
	border-radius: 5px 5px 0 0;
}
#contactButton .ctb em {
	margin-right: 3px;
	font-size: 1.6em;
	vertical-align: middle
}
.formcontact {
	    padding: 50px 0 40px;
	    margin: 40px 0 0 !important;
}

.formcontact h3 {
	font-size: 30px;
	line-height: 35px;
}
.form-control {
	    padding: 23px 12px;
}
.formcontact .formcontent .showform textarea {
    height: 106px !important;
}

@media (max-width: 1199px) {
	#contactButton .ctb {
		right: 70px;
	}
}
@media (max-width: 767px) {
	.formcontact {
	    padding: 50px 0 40px;
	    margin: 10px 0 0 !important;
}
}
@media (max-width: 499px) {
	#contactButton {
		right: auto;
		left: 0;
		width: 90%
	}
	
}