/**** MOBILE ONLY *****/
@media screen and (min-width: 320px) and (max-width: 639px) {
    
    /***** CONTENT *****/
    .wrap-body .wrap-fullwidth h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .wrap-body .wrap-fullwidth h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .wrap-pageheader .pageheader-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .wrap-pageheader .pageheader-content h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    /***** CONTENT STYLE *****/
    .box {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #CCC;
    }
    .wrap-box {
        margin-bottom: 0 !important;
    }
    .wrap-box h3 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .wrap-promoting {
        padding: 20px;
        padding-top: 40px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .promoting-logo {
        height: 50px;
        top: -25px;
        right: 10px;
    }
    .wrap-promoting .wrap-box {
        margin-top: 50px;
    }
    .promoting-region {
        height: 30px;
    }
    .promoting-region, .promoting-region * {
        font-size: 16px;
        line-height: 20px;
    }
    .promoting-region strong {
        display: block;
        margin-left: 50px;
    }
    .wrap-box-whiteblue .box {
        min-height: 126px;
    }
    .wrap-box-brown .box img,
    .wrap-box-whiteblue .box img {
        width: 60px;
    }
    .wrap-box-brown .box span,
    .wrap-box-whiteblue .box span {
        width: 60px;
        height: 60px;
        padding: 30px;
    }
    .wrap-implement .implement-logo img {
        height: 50px;
    }
    .wrap-box-brown .box {
        font-size: 20px;
    }
    .wrap-boxdot {
        padding: 20px;
        margin-top: 20px;
    }
    
    /***** BLOG *****/
    .wrap-blog {
        margin-bottom: 24px;
    }
    
    /***** EVENT *****/
    .event {
        background: #32C5F4;
    }
    .event.event-past {
        background: #BF8B2E;
    }
    .event .event-content {
        padding: 10px;
    }
    .event .event-content .event-image {
        margin-bottom: 10px;
    }
    .event .event-content .event-image img {
        width: 100%;
    }
    
    /***** NEWS & EVENT *****/
    .wrap-news-event .event .event-content .event-image {
        display: none;
    }
    
    /***** DETAIL *****/
    .sidebar-resource img {
        max-width: 100% !important;
        margin-top: 15px;
    }
    
}

/**** TABLET ONLY *****/
@media screen and (min-width: 640px) and (max-width: 959px) {
    
    /***** CONTENT *****/
    .wrap-body .wrap-fullwidth h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .wrap-body .wrap-fullwidth h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .wrap-pageheader .pageheader-content h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .wrap-pageheader .pageheader-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
    
    /***** CONTENT STYLE *****/
    .box {
        font-size: 12px;
        line-height: 18px;
    }
    .wrap-box h3 {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .wrap-box-brown .box img,
    .wrap-box-whiteblue .box img {
        width: 50px;
    }
    .wrap-box-brown .box span,
    .wrap-box-whiteblue .box span {
        width: 50px;
        height: 50px;
        padding: 20px;
    }
    .promoting-logo {
        height: 50px;
        top: -25px;
        right: 20px;
    }
    .wrap-promoting {
        padding: 20px;
        margin-top: 50px;
        margin-bottom: 200px;
    }
    .wrap-promoting .wrap-box {
        margin-top: 50px;
    }
    .wrap-promoting {
        height: 140px;
    }
    .wrap-implement .implement-logo img {
        float: left;
        height: 50px;
        margin-right: 20px;
    }
    .wrap-implement {
        padding-top: 50px;
    }
    .wrap-implement .implement-logo h3 {
        font-size: 24px;
        line-height: 50px;
    }
    .wrap-box-brown .box {
        font-size: 18px;
    }
    .wrap-boxdot {
        padding: 20px;
        margin-top: 20px;
    }
    
    .wrap-blog {
        float: left;
        width: 50%;
    }
    .wrap-blog-list .blog {
        height: 450px;
        overflow: hidden;
    }
    
    /***** DETAIL *****/
    .sidebar-resource img {
        max-width: 60% !important;
    }
    
}

/**** TABLET & DESKTOP *****/
@media screen and (min-width: 640px) {
    
    /***** CONTENT STYLE *****/
    .box {
        float: left;
    }
    .box2 {
        width: 50%;
    }
    .box3 {
        width: 33.33%;
    }
    .box4 {
        width: 25%;
    }
    .box5 {
        width: 20%;
    }
    .promoting-region {
        height: 50px;
    }
    .promoting-region, .promoting-region * {
        line-height: 25px;
        font-size: 20px;
    }
    
    
    /***** EVENT *****/
    .event a {
        height: 100px;
    }
    .event .event-content {
        margin: 10px 0;
        width: 100%;
        height: 80px;
    }
    .event .event-content .event-image {
        margin-left: 10px;
        margin-right: 10px;
        float: right;
        height: 60px;
    }
    .event .event-content .event-image img {
        height: 100%;
    }
    .template-event_list .event .event-content .event-image {
        height: 100px;
    }
    .event .event-content .event-content-title,
    .event .event-content .event-content-text {
        padding-left: 10px;
    }
    
    /***** DETAIL *****/
    .blog .blog-meta {
        height: 40px;
        position: absolute;
        bottom: 0;
        z-index: 3;
    }
    .blog-overlay {
        background: url('../images/blog-footer.png') left bottom repeat-x;
        height: 50px;
        width: 100%;
        position: absolute;
        bottom: 41px;
        z-index: 4;
    }
}