﻿/*Common*/
.pageTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
}
    .pageTitle h1 {
        line-height: 40px;
        font-weight: bolder;
        font-size: 40px;
        text-transform: uppercase;
    }
    .pageTitle h3 {
        line-height: 25px;
        font-size: 15px;
        font-weight: 300;
        color:#999;
        font-family: 'Cabin';
    }

    .pageTitle s {
        display: inline-block;
        width: 50px;
        height: 3px;
        background-color: #024db4;
        margin-bottom: 30px;
        margin-top: 10px;
    }

.pageContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}

    .pageContent img {
        max-width: 100%;
        margin: 5px 0;
    }

/*About Us*/
.pageAboutWord{
    width:52%;float: left;
    margin-right: 3%;
}
.pageAboutPic{
    width:45%;float: left;
}
.pageAboutPic img{
    max-width: 100%;
}

.pageContact img{
    width:30px;
    vertical-align: middle;
    margin:5px 5px;
}



@media(max-width:720px) {
 

    /*About Us*/
    .pageAboutWord{
        width:100%;
        margin-right:0;
    }
    .pageAboutPic{
        width:100%;
    }

}