

#contact-us {
	width: 100%;
    overflow: hidden;
    min-height: calc(100% - 150px);
	background: #333 url("../image/contact-bg.jpg");
}

#contact-us .container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
    padding-bottom: 100px;
}

#contact-us .container .title {
    text-align: center;
    font-size: 42px;
    padding: 0;
    margin: 0;
    display: block;
    margin-top: 180px;
    color: #235dad;
}

#contact-us .container .subtitle {
    text-transform: uppercase;
    text-align: center;
    color: #235dad;
    padding-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
}

#contact-us .container .support {
	width: 1090px;
	margin: 0 auto;
    padding: 20px 0 0 0;
    width: 1090px;
    margin-bottom: 120px;
}

#contact-us .container .support .support-img {
    width: 350px;
    float: left;
}

#contact-us .container .support .support-img img {
    max-width: 100%;
}

#contact-us .container .support .contact-text {
    width: 700px;
    float: right;
    padding: 0;
}

#contact-us .container .support .contact-text h2 {
    color: #333;
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 26px;
    font-weight: normal;
}

#contact-us .container .support .contact-text p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

@media only screen and (max-width: 1250px) {
    #contact-us .container {
        width: 80%;
    }

    #contact-us .container .support {
        width: 80%;
    }

    #contact-us .container .support .contact-text {
        width: 315px;
    }
}

@media only screen and (max-width: 1100px) {
    #contact-us .container .support .support-img {
        display: none;
    }

    #contact-us .container .support .contact-text {
        float: none;
        width: 100%;
    }
}