body {
    font-family: Verdana;
}

a {
    color: #669;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-family: Verdana;
    font-size: 40px;
    
}

p {
    font-size: 14px;
}

.heading {
    height: 100%;
    margin-left: 3%;
    color: #ffffff;
    font-size: 24px;
    padding-top: 30px;
}

.sub-heading {
    font-family: Verdana;
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
    padding: 0px;
    margin-top: 20px;
    margin-left: 15px;
}

.white-bg {
    
    height: 55px;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 9999;
    
}

.carousel .item {
    height: 500px;
    background-color: #d1ebee;
}

.clear {
    clear: both;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
/ / padding: 5 px;
    width: 960px;
    margin: 0 auto;
}

button {
    
    width: 81px;
    height: 25px;
    border-radius: 4px;
    background-color: #d1ebee;
    line-height: 11px;
    padding: 8px;
    color: #474848;
    
    border: none;
    font-family: Verdana;
    font-size: 14px;
}

#header {
    height: 86px;
    width: 100%;
    background: #ee695e;
}

#content {
    width: 960px;
    float: left;
    padding: 5px;
    height: 600px;
}

.tagline {
    height: auto;
    width: 90%;
    padding: 7px 0 7px 10px;
    margin-top: 20px;
    background: #d1ebee;
    font-size: 24px;
    font-family: Verdana;
    font-weight: lighter;
    color: #000;
    -webkit-box-shadow: 1px 3px 7px 0 #82bb01;
}

.video {
    float: right;
    width: 20%;
    margin-right: 0px;
    
}

.vd {
    width: 820px;
    height: 200px;
    float: right;
    position: relative;
    bottom: -52px;
}

#footer {
    height: 70px;
    background-color: #6acbd7;
    clear: both;
}

#ft-left {
    width: 190px;
    height: auto;
    float: left;
    margin-right: 16px;
}

#ft-mid {
    width: 300px;
    height: auto;
    float: left;
    margin-right: 16px;
}

#ft-right {
    width: 290px;
    height: auto;
    float: right;
}

.tag-liner-text {
    height: auto;
    float: left;
    width: 60.5%;
    padding: 20px 20px 20px 20px;
    font-size: 19px;
    line-height: 1.5;
    margin-top: 23px;
    font-family: Verdana;
    color: #ffffff;
    
    display: none;
}

.maping-img {
    width: 164px;
    height: 150px;
    float: right;
    right: 0px;
    position: absolute;
    max-height: 150px;
    max-width: 164px;
    max-height: 150px;
    max-width: 164px;
    z-index: 1;
}

.maping-img img {
    max-height: 150px;
    max-width: 164px;
    max-height: 150px;
    max-width: 164px;
    position: absolute;
    top: 52px;
    right: 0px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */

@media screen and (max-width: 1024px) {
    .tag-liner-text {
        height: auto;
        float: left;
        width: 82.5%;
        padding: 20px 20px 20px 20px;
        font-size: 19px;
        line-height: 1.5;
        margin-top: 23px;
        font-family: Verdana;
        color: #ffffff;
        display: none;
    }
    
    .carousel img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 500px;
    }
    
    .maping-img {
        width: 164px;
        height: 150px;
        float: right;
        right: 0px;
        position: absolute;
        max-height: 150px;
        max-width: 164px;
        max-height: 150px;
        max-width: 164px;
        z-index: 1;
    }
    
    .maping-img img {
        max-height: 150px;
        max-width: 164px;
        max-height: 150px;
        max-width: 164px;
        position: absolute;
        top: 52px;
        right: 0px;
    }
}

@media screen and (max-width: 980px) {
    
    #pagewrap {
        width: 94%;
    }
    
    #content {
        width: 98.3333333333%;
    }
    
    #ft-left {
        width: 24%;
    }
    
    #ft-mid {
        width: 38%;
    }
    
    #ft-right {
        width: 32%;
    }
    
    .sub-heading {
        font-family: Verdana;
        font-size: 17px;
        font-weight: lighter;
        color: #fff;
        padding: 0px;
        margin-top: 15px;
        margin-left: 15px;
    }
    
    .tag-liner-text {
        height: auto;
        float: left;
        width: 80.555555%;
        padding: 20px;
        font-size: 19px;
        line-height: 1.5;
        margin-top: 23px;
        font-family: Verdana;
        color: #ffffff;
        display: none;
    }
    
    .carousel img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 500px;
    }
    
    .maping-img {
        width: 164px;
        height: 150px;
        float: right;
        right: 0px;
        position: absolute;
        max-height: 150px;
        max-width: 164px;
        max-height: 150px;
        max-width: 164px;
        z-index: 1;
    }
    
    .maping-img img {
        max-height: 150px;
        max-width: 164px;
        max-height: 150px;
        max-width: 164px;
        position: absolute;
        top: 52px;
        right: 0px;
    }
    
}

/* for 700px or less */
@media screen and (max-width: 768px) {
    
    #content {
        width: auto;
        float: none;
    }
    
    #ft-left {
        width: 14%;
    }
    
    #ft-mid {
        width: 38%;
    }
    
    #ft-right {
        width: 42%;
    }
    
    .sub-heading {
        font-family: Verdana;
        font-size: 17px;
        font-weight: lighter;
        color: #fff;
        padding: 0px;
        margin: 0 0 0 15px;
    }
    
    .tag-liner-text {
        height: auto;
        float: left;
        width: 93.5555555%;
        padding: 20px;
        font-size: 19px;
        line-height: 1.5;
        margin-top: 23px;
        font-family: Verdana;
        color: #ffffff;
        display: none;
    }
    
    .carousel img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 99%;
        height: 500px;
    }
    
    .maping-img {
        width: 164px;
        height: 150px;
        float: right;
        right: 0px;
        position: absolute;
        max-height: 150px;
        max-width: 164px;
        max-height: 150px;
        max-width: 164px;
        z-index: 1;
    }
    
    .maping-img img {
        max-height: 150px;
        max-width: 164px;
        max-height: 150px;
        max-width: 164px;
        position: absolute;
        top: 52px;
        right: 0px;
    }
    
}

/* for 700px or less */
@media screen and (max-width: 640px) {
    
    #content {
        width: auto;
        float: none;
    }
    
    #ft-left {
        width: 5%;
    }
    
    #ft-mid {
        width: 34%;
    }
    
    #ft-right {
        width: 55%;
    }
    
    .sub-heading {
        font-family: Verdana;
        font-size: 17px;
        font-weight: lighter;
        color: #fff;
        padding: 0px;
        margin: 0 0 0 15px;
    }
    
    .tag-liner-text {
        height: auto;
        float: left;
        width: 93.5555555%;
        padding: 20px;
        font-size: 19px;
        line-height: 1.5;
        margin-top: 23px;
        font-family: Verdana;
        color: #ffffff;
        display: none;
    }
    
    .carousel img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 98.1%;
        height: 500px;
    }
    
    .maping-img {
        width: 164px;
        height: 150px;
        float: right;
        right: 0px;
        position: absolute;
        max-height: 150px;
        max-width: 164px;
        max-height: 150px;
        max-width: 164px;
        z-index: 1;
    }
    
    .maping-img img {
        max-height: 150px;
        max-width: 164px;
        max-height: 150px;
        max-width: 164px;
        position: absolute;
        top: 52px;
        right: 0px;
    }
    
}

/* for 480px or less */
@media screen and (max-width: 480px) {
    
    #header {
        height: auto;
    }
    
    h1 {
        font-size: 24px;
    }
    
    #ft-left {
        width: 5%;
    }
    
    #ft-mid {
        width: 34%;
    }
    
    #ft-right {
        width: 55%;
    }
    
    .sub-heading {
        font-family: Verdana;
        font-size: 16px;
        font-weight: lighter;
        color: #fff;
        padding: 0px;
        margin-top: 15px;
        margin-left: 15px;
    }
    
    .tag-liner-text {
        height: auto;
        float: left;
        width: 82%;
        padding: 20px;
        font-size: 19px;
        line-height: 1.5;
        margin-top: 23px;
        font-family: Verdana;
        color: #ffffff;
        display: none;
    }
    
    .carousel img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 99%;
        height: 500px;
    }
    
    .maping-img {
        width: 164px;
        height: 150px;
        float: right;
        right: 0px;
        position: absolute;
        max-height: 150px;
        max-width: 164px;
        max-height: 150px;
        max-width: 164px;
        z-index: 1;
    }
    
    .maping-img img {
        max-height: 150px;
        max-width: 164px;
        max-height: 150px;
        max-width: 164px;
        position: absolute;
        top: 52px;
        right: 0px;
    }
    
}

/* for 480px or less */
@media screen and (max-width: 320px) {
    
    #header {
        height: auto;
    }
    
    h1 {
        font-size: 24px;
    }
    
    #ft-left {
        width: 24%;
    }
    
    #ft-mid {
        width: 38%;
    }
    
    #ft-right {
        width: 32%;
    }
    
    .sub-heading {
        font-family: Verdana;
        font-size: 16px;
        font-weight: lighter;
        color: #fff;
        padding: 0px;
        margin-top: 15px;
        margin-left: 15px;
    }
    
    .tag-liner-text {
        height: auto;
        float: left;
        width: 82%;
        padding: 20px;
        font-size: 19px;
        line-height: 1.5;
        margin-top: 23px;
        font-family: Verdana;
        color: #ffffff;
        display: none;
    }
    
    .carousel img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 500px;
    }
    
    .maping-img {
        width: 164px;
        height: 150px;
        float: right;
        right: 0px;
        position: absolute;
        max-height: 150px;
        max-width: 164px;
        max-height: 150px;
        max-width: 164px;
        z-index: 1;
    }
    
    .maping-img img {
        max-height: 150px;
        max-width: 164px;
        max-height: 150px;
        max-width: 164px;
        position: absolute;
        top: 52px;
        right: 0px;
    }
    
}

/* border & guideline (you can ignore these) */
#content {
    background: url(img/bg.jpg) top center;
}

#header, #content, #sidebar, #ft-left, #ft-mid, #ft-right {
    margin-bottom: 5px;
}

#pagewrap, #header, #sidebar {
    border: none;
}

.videoimg {
    background: url(../images/video.jpg);
}