/* CSS reset style starts */
html,body,header,section,footer,article,aside,figure,nav,h1,h2,h3,h4,h5,h6,ul,li,p,input{
    margin:0px;
    padding:0px;
    display:block;
    text-align:left;
}
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
img, a {
    border:0px;
    outline:none;
}
a {
    text-decoration: none;
}
a:hover{text-decoration:none;}
ul,li{list-style-type:none;}
/* CSS reset style ends */

body {
    background: url(../images/bg-pattern.gif) repeat;
    font-family: 'Geologica', arial, Helvetica, Sans-Serif;
}

.container {
    width: 985px;
    margin: 0 auto;
}

.headSect {
    background-color: #ffffff;
}

.topBlack {
    background: url(../images/black-bg.gif) repeat-x;
    height: 22px;
    color: #ffffff;
}

.topBlack p {
    padding: 4px 0px 0px 20px;
    color: #ffffff;
    font-weight: normal;
    font-size: 10px;
    font-family: arial, Helvetica, Sans-Serif;
}

.logo {
    padding: 30px;
    text-align: center;
}

.logo a {
    display: inline-block;
}

.bannerSect {
    background-color: #0069f2;
}

.bannerSect .contantSec {
    padding: 70px 30px;
}

.bannerSect .contantSec h1 {
    text-align: left;
    font-size: 56px;
    line-height: 60px;
    color: #ffffff;
    font-family: 'signpainter', 'Geologica', Arial;
    margin-bottom: 24px;
    font-weight: 500;
}

.bannerSect .contantSec h2, .bannerSect .contantSec p {
    text-align: left;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
}

.bannerSect .contantSec p {
    margin-top: 20px;
}

.bannerImg img {
    width: 100%;
}

.footerWrapper {
    background-color: #333333;
    padding: 30px;
}

.footNav {
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.footNav a {
    font-size: 13px;
    color: #ffffff;
    text-align: right;
    margin-left: 15px;
}

.footNav a:hover {
    text-decoration: underline;
}

.footerWrapper .impInfo {
    font-size: 13px;
    color: #ffffff;
    padding-top: 30px;
    line-height: 20px;
}

@media screen and (max-width: 985px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .bannerSect .contantSec h1, .bannerSect .contantSec h2, .bannerSect .contantSec p, .footNav a, .footNav {
        text-align: center;
    }
    .logo, .footerWrapper {
        padding: 15px 15px;
    }
    .footerWrapper .impInfo {
        padding-top: 20px;
    }
    .footNav {
        padding-bottom: 20px;
    }
    .bannerSect .contantSec {
        padding: 30px 15px;
    }
    .bannerSect .contantSec p {
        margin-top: 15px;
    }
    .bannerSect .contantSec h1 {
        margin-bottom: 0px;
    }
}