@import url(animate.css);

.breadcrumbs a, .btns {
    text-decoration: none;
}

.AccordionPanelTab, .TabbedPanelsTab {
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
}

/ clearing floats / .clearfix:after {
    content: "&nbsp;";
    font-size: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}

* {
    outline: 0;
}

body {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}

.btns {
    display: inline-block;
    padding: 10px 25px;
}

.publish_date {
    float: right;
}

.Popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: +999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}

#logo_phontab, .Popupbox #Popuphide {
    z-index: +999;
    background-color: #FFF;
}

.Popup.hide {
    display: none;
}

.Popup.show {
    display: block;
}

.Popupbox {
    position: relative;
    top: 25%;
    margin: 0 auto;
    width: 90%;
    max-width: 550px;
    min-height: 5px;
    padding: 0;
    background-color: #fff;
    border: 3px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}



    .Popupbox h3 {
        margin: 0;
        padding: 10px;
        font-weight: 400;
    }

    .Popupbox #Popuphide {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        overflow: hidden;
        cursor: pointer;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

        .Popupbox #Popuphide i {
            margin: 3px 0 0 5px;
            font-size: 13px;
            font-weight: 400;
        }

#CntctUsForm {
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
}

.AccordionPanel {
    margin: 0;
    padding: 0;
}

.AccordionPanelTab {
    margin-top: 1px;
}

.AccordionPanelContent {
    height: auto;
    overflow: auto;
    margin: 0;
    padding: 0;
}

.AccordionPanelOpen .AccordionPanelTab {
    margin-top: 1px;
}

@media print {
    .Accordion, .AccordionPanelContent {
        overflow: visible !important;
    }

    .AccordionPanelContent {
        display: block !important;
        height: auto !important;
    }
}

#logo, #logo_top {
    display: table-cell;
    width: 305px;
    height: 111px;
    background-color: #FFF;
    vertical-align: middle;
    text-align: center;
}

    #logo a img, #logo_top a img {
        display: block;
        margin: 0 auto;
        max-width: 305px;
        max-height: 111px;
    }

#logo_phontab {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

    #logo_phontab #logo_top {
        width: 175px;
        height: 65px;
        margin: 5px 0;
    }

        #logo_phontab #logo_top a img {
            max-width: 160px;
            max-height: 50px;
        }

    #logo_phontab #tab_phone_button {
        position: absolute;
        top: 0;
        right: 0;
        padding: 22px 16px;
        cursor: pointer;
    }

        #logo_phontab #tab_phone_button i {
            font-size: 20px;
        }

#leftnavi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: +99999;
    width: 305px;
    height: 100%;
    -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
    -o-transition: left .5s ease;
    transition: left .5s ease;
}

#leftnavi_bgdiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: +99999;
    width: 100%;
    height: 100%;
}

#left_category {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #FFF;
}

    #left_category h3 {
        margin: 0;
        padding: 15px 0 0 15px;
    }

#leftnavi_scroll {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

    #leftnavi_scroll ul {
        margin: 0;
        padding: 0;
        width: 305px;
    }

        #leftnavi_scroll ul li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #leftnavi_scroll ul li a, .AccordionPanelTab {
                display: block;
                padding: 13px 50px 13px 13px;
                text-decoration: none;
            }

            #leftnavi_scroll ul li ul li, .AccordionPanelContent ul li a, .AccordionPanelOpen .AccordionPanelTab {
                margin: 0;
                border-top: 1px solid;
            }

                #leftnavi_scroll ul li ul li a, .AccordionPanelContent ul li a {
                    padding-left: 36px !important;
                }

.jspTrack {
    background: #30a3ad;
}

.jspDrag {
    background: #532f64;
}

.jspArrow {
    background: #50506d;
}

    .jspArrow.jspDisabled {
        background: #80808d;
    }

.jspCorner {
    background: #eeeef4;
}

#main {
    width: 100%;
}

.container {
    position: relative;
    margin: 0 auto;
    width: 90%;
}

.breadcrumbs {
    margin: 20px 0;
    padding: 13px;
}

    .breadcrumbs a {
        font-size: 18px;
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

#category_list .categorylist .categorylist_heading h3 a, #subject_content table td h3 a, .TabbedPanelsTab a, .form .control-label {
    text-decoration: none;
}

.breadcrumbs small {
    float: left;
    display: block;
    margin-top: -2px;
    font-size: 23px;
}

.breadcrumbs h1, .breadcrumbs h2, .breadcrumbs h3 {
    display: inline-block;
    margin: 0;
}

#category_list {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}

    #category_list .categorylist {
        float: left;
        width: 31.95%;
        height: 205px;
        overflow: hidden;
        margin: 10px 2% 30px 0;
    }

        #category_list .categorylist:nth-child(3n+0) {
            margin-right: 0;
        }

        #category_list .categorylist .categorylist_img {
            position: relative;
            display: block;
            height: 120px;
            overflow: hidden;
            border: 5px solid rgba(255,255,255,.5);
        }

            #category_list .categorylist .categorylist_img .category_publishdate {
                position: absolute;
                top: 0;
                left: 0;
                padding: 3px 6px;
                font-size: 11px;
                background-color: rgba(255,255,255,.5);
            }

        #category_list .categorylist:hover .category_publishdate {
            background-color: rgba(255,255,255,.9);
        }

        #category_list .categorylist .categorylist_img img {
            width: 100%;
            border-bottom: 30px solid #FFF;
        }

        #category_list .categorylist .categorylist_heading {
            display: table-cell;
            width: 650px;
            height: 75px;
            background-color: rgba(255,255,255,.75);
            vertical-align: middle;
            text-align: center;
        }

.banner_top, .banner_top img {
    display: block;
    width: 100%;
}

#category_list .categorylist .categorylist_heading h3 {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
}

#subject_content {
    position: relative;
    max-height: 300px;
    overflow: auto;
}

    #subject_content table td {
        padding: 10px 6px;
        border-bottom: 1px solid #efefef;
    }

        #subject_content table td img {
            max-width: 110px;
            border: 2px solid;
        }

        #subject_content table td h3 {
            margin: 0;
            padding: 0;
        }

.banner_box {
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid;
    background-color: rgba(255,255,255,.5);
}

.banner_top {
    height: 250px;
    max-height: 300px;
    overflow: hidden;
    background-color: #FFF;
    background-position: center;
    background-size: cover;
}

.detail_content {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    background-color: rgba(255,255,255,.5);
}

    .detail_content table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .detail_content table td, .detail_content table thead th {
            padding: 5px;
            border: 1px solid;
            text-align: left;
            vertical-align: top;
        }

#RelatedContent {
    position: relative;
    padding: 20px 0 20px 20px;
    margin-bottom: 50px;
}

    #RelatedContent h3 {
        display: inline-block;
        margin: 0 0 0 -40px;
        padding: 10px 50px 10px 10px;
    }

    #RelatedContent #category_list {
        padding: 10px 0 0;
    }

    #RelatedContent .categorylist {
        width: 23%;
        height: 160px;
        margin: 10px 2% 0 0;
    }

        #RelatedContent .categorylist:nth-child(3n+0) {
            margin-right: 2%;
        }

        #RelatedContent .categorylist .categorylist_img {
            height: 75px;
        }

        #RelatedContent .categorylist .categorylist_heading h3, #RelatedContent .categorylist .categorylist_heading h3 a {
            font-size: 16px;
        }

.detail_content_bottom {
    margin-bottom: 35px;
}

.TabbedPanels, .TabbedPanelsTabGroup {
    margin: 0;
    padding: 0;
}

.TabbedPanels {
    overflow: hidden;
    clear: none;
    width: 100%;
}

.TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    padding: 6px 15px;
    margin: 2px 3px 0 0;
    list-style: none;
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.TabbedPanelsTabHover {
    opacity: 8;
    filter: alpha(opacity=80);
}

.TabbedPanelsTabSelected {
    opacity: 10;
    filter: alpha(opacity=100);
}

.TabbedPanelsContentGroup {
    clear: both;
    border-top: 3px solid;
}

.TabbedPanelsContent {
    overflow: hidden;
    padding: 4px;
}

.VTabbedPanels {
    overflow: hidden;
    zoom: 1;
}

    .VTabbedPanels .TabbedPanelsTabGroup {
        position: relative;
        float: left;
        width: 10em;
        height: 20em;
    }

    .VTabbedPanels .TabbedPanelsTab {
        float: none;
        margin: 0;
        border-top: none;
        border-left: none;
        border-right: none;
    }

.colw30, .colw40, .colw50, .colw60, .colw70, .group-form {
    float: left;
}

.VTabbedPanels .TabbedPanelsContentGroup {
    clear: none;
    float: left;
    padding: 0;
    width: 30em;
    height: 20em;
}

@media print {
    .TabbedPanels, .TabbedPanelsContentGroup {
        overflow: visible !important;
    }

    .TabbedPanelsContentGroup {
        display: block !important;
        height: auto !important;
    }

    .TabbedPanelsContent, .TabbedPanelsTab {
        overflow: visible !important;
        display: block !important;
        clear: both !important;
    }
}

.form {
    display: inline-block;
    padding: 30px 50px;
}

.group-form {
    width: 100%;
    margin-bottom: 20px;
}

.colw50 {
    width: 50%;
}

.colw30 {
    width: 30%;
}

.colw40 {
    width: 40%;
}

.colw60 {
    width: 60%;
}

.colw70 {
    width: 70%;
}

.form .form-control, .form .textarea-control {
    width: 95%;
    font-size: 12px;
    background: #F9F9F9;
    padding: 6px 5px;
}

.form .control-label {
    display: block;
    margin-right: 10px;
    font-size: 12px;
    color: #303030;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
}

.form .form-control {
    line-height: 18px;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
}

.form .textarea-control {
    height: 100px;
    line-height: 18px;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
}

.popup_right_contact {
    margin-left: 20px;
}

@media (min-width:1200px) {
    #category_list .categorylist {
        height: 255px;
    }

        #category_list .categorylist .categorylist_img {
            height: 170px;
        }

    #RelatedContent .categorylist {
        height: 185px;
    }

        #RelatedContent .categorylist .categorylist_img {
            height: 100px;
        }
}

@media (min-width:768px) and (max-width:979px) {
    #logo_phontab {
        display: block;
    }

    .tab_phone {
        width: 0;
    }

    #main {
        padding-top: 75px;
    }

    #leftnavi, #logo, #logo_top {
        background-color: #FFF;
    }

        #leftnavi.hide {
            left: -305px;
        }

        #leftnavi.show {
            left: 0;
        }

    #leftnavi_bgdiv.hide {
        display: none;
    }

    #leftnavi_bgdiv.show {
        display: block;
    }
}

@media (max-width:767px) {
    .Popupbox {
        top: 1% !important;
        max-width: 100% !important;
    }

    #CntctUsForm {
        display: inline-block;
        padding: 10px 9px;
    }


    .colw30 {
        width: 40%;
    }

    .colw70 {
        width: 60%;
    }

    .colw40,
    .colw60 {
        width: 100%;
    }

    .popup_right_contact {
        margin-left: 0;
    }

    #subject_content {
        max-height: 250px;
    }

    #logo_phontab {
        display: block;
    }

    .tab_phone {
        width: 0;
    }

    #leftnavi, #logo, #logo_top {
        width: 250px;
        background-color: #FFF;
    }

        #logo a img, #logo_top a img {
            max-width: 250px;
        }

    #leftnavi_scroll ul {
        max-width: 236px;
    }

    #leftnavi.hide {
        left: -305px;
    }

    #leftnavi.show {
        left: 0;
    }

    #leftnavi_bgdiv.hide {
        display: none;
    }

    #leftnavi_bgdiv.show {
        display: block;
    }

    #main {
        padding-top: 75px;
    }

    #category_list .categorylist {
        width: 100%;
        height: 245px;
    }

        #category_list .categorylist:nth-child(2n+0), #category_list .categorylist:nth-child(3n+0) {
            margin-right: 0;
        }

        #category_list .categorylist .categorylist_img {
            height: 160px;
        }

    #RelatedContent {
        padding: 20px 0;
    }

        #RelatedContent h3 {
            margin: 0 0 0 -15px;
        }

        #RelatedContent .categorylist {
            width: 90%;
            height: 230px;
            margin-left: 5%;
        }

            #RelatedContent .categorylist:nth-child(3n+0) {
                margin-right: 0;
            }

            #RelatedContent .categorylist .categorylist_img {
                height: 145px;
            }
}

#client-contact-info {
    padding: 10px;
    margin-bottom: 1px;
    text-align: center;
    font-size: 12px !important;
    line-height: 18px;
}

    #client-contact-info .email, #client-contact-info .phone {
        color: #fff;
        font-size: 12px;
        display: block;
    }

        #client-contact-info .email a {
            color: #fff;
            font-size: 12px;
            text-decoration: none;
        }

    #client-contact-info .fa {
        color: #aaa;
    }

.detail_content h2 {
    padding: 10px;
    margin-left: -20px;
    margin-right: -20px;
}

.detail_content .publish_date {
    display: inline-block;
    color: #fff;
    position: relative;
    bottom: -10px;
    right: 10px;
}
