.contact-top {
	background-color: #374C5F;
	background-image: url("../jpg/contact_banner.jpg");
	background-size: cover;
	background-position: 50% 50%;
}
.nav-top {
	background-color: transparent;
}
.contact-banner {
    text-align: center;
    height: 340px;
    padding: 0px 15px 15px 15px;
    color: #fff;
}
.contact-banner-icon {
    width: 64px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../png/contact_icon.png);
    background-repeat: no-repeat;
}
.contact-banner-title {
	margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 36px;
    padding-top: 11px;
}
.contact-banner-desc {
	color: #e9ecec;
    font-size: 18px;
    line-height: 24px;
    padding-top: 4px;
}
.contact-panel {

}
.contact-max-width {
	padding: 0 15px;
}
.contact-license {
    background-color: #fff;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 110px;
}
.contact-license-header {
	margin: 0;
    font-weight: normal;
    color: #333;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 13px;
}
.contact-license-desc {
    color: #666;
    line-height: 23px;
    max-width: 425px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.contact-license-desc > p {
	font-size: 12px;
}
.contact-license-link {
	line-height: 20px;
}
.contact-license-link > a {
	color: #3E87BE;
	font-size: 13px;
}
.contact-license-link > a:hover {
	text-decoration: underline;
}
.contact-license-support {
    margin: 0;
    font-weight: normal;
    color: #333;
    font-size: 22px;
    line-height: 30px;
    padding: 24px 0 8px 0;
}
.contact-license-btns {
	font-size: 0;
	padding-top: 20px;
}
.contact-license-btns > a {
	display: inline-block;
    background: #23a7f1;
    width: 100%;
    max-width: 150px;
    font-size: 13px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #23a7f1;
    margin: 4px 0;
}
.contact-license-btns > a:hover {
	background-color: #fff;
	color: #23a7f1;
}
.contact-license-btns > span {
	font-size: 13px;
    color: #666;
    padding: 0 7px;
}

.contact-map {
    position: relative;
    height: 420px;
    background-image: url(../jpg/map.jpg);
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}

.contact-map-text {
	position: absolute;
    left: 50%;
    top: 0;
    padding-left: 33px;
    color: #cfcfcf;
    width: auto;
    text-align: left;
    bottom: 0;
}
.contact-map-address {
    text-align: left;
    line-height: 18px;
    font-size: 12px;
    padding-bottom: 20px;
}
.contact-map-address > .text-1 {
	font-size: 15px;
    padding-bottom: 15px;
    color: #fff;
}
.contact-map-email {
    text-align: left;
    line-height: 18px;
}
.contact-map-email > p {
	font-size: 12px;
}
.contact-map-email a {
	color: inherit;
}
.contact-map-email a:hover {
	text-decoration: underline;
}
@media(max-width: 373px) {
	.contact-license-btns > span {
		display: block;
	}
}