ul.inline > li,
ol.inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

#ttr_content ul.tags {
    padding: 0px;
    text-indent: 0px;
}

.label-info[href],
.badge-info[href] {
    border-radius: 3px;
}

#ttr_content .label.label-info,
#ttr_content .label.label-info:hover {
    color: #fff;
    display: inline-block;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}

.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
    content: '\e008';
}

.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
    content: '\e006';
}

img {
    vertical-align: bottom;
}

.ttr_verticalmenu_header img,
.ttr_block img {
    vertical-align: middle;
}

* {
    margin: 0;
    padding: 0;
}

#ttr_page.container {
    min-height: 350px;
}

#ttr_menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

hr {
    margin: inherit !important;
}

#ttr_content_and_sidebar_container {
    width: auto !important;
    margin: 10px auto;
    padding: 10px;
}

.ttr_block .ttr_radio {
    float: left;
    margin-right: 4px;
}

fieldset {
    border: 0px;
    padding-bottom: 5px;
}

.boxcolor,
.form-text {
    width: 100%;
}

.login_head h1 {
    text-align: center;
}

.ttr_comment_reply_edit {
    float: right;
}

.ttr_comment_reply_edit span {
    padding-right: 5px;
}

.ttr_post .ttr_post_content_inner {
    overflow: hidden;
}

.ttr_comment form p input,
.ttr_ comment form p textarea {
    overflow: hidden;
}

#ttr_content .ttr_comment p {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    line-height: 20px;
    background: none;
}

#ttr_content .ttr_comment .form-submit {}

.ttr_article dl {
    margin: 2px;
}

#ttr_content .pagination {}

.back-to-top {
    position: fixed;
    bottom: 0;
    right: 2em;
    text-decoration: none;
    padding: 0.5em;
    display: none;
    z-index: 99;
}

.form-item label {
    text-align: left;
}

#user-login-form ul li {
    background: none !important;
    text-align: left;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-top: 5px !important;
}

/*----------- */
.menu-toggle {
    display: none;
}

p {
    margin: 0;
    padding: 0;
}

.btn:hover {
    clear: none;
    margin: 3px;
    height: auto;
}

.postedon img {
    vertical-align: middle;
    margin: 0 2px;
}

#ttr_sidebar_left table {
    width: 100%;
}

#ttr_sidebar_right table {
    width: 100%;
}

@media only screen and (min-width : 150px) and (max-width : 1024px) {

    footer,
    header#ttr_header {
        width: 100%;
    }
}

@media (min-width : 992px) {
    .container {
        max-width: 100%;
    }
}

label {
    font-weight: normal;
    float: left;
}

body {
    background-color: #f5f7f2;
    background: url(../images/bg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-clip: padding-box;
    margin: 0;
}

#ttr_page {
    max-width: 2000px;
    min-width: 800px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    box-sizing: border-box;
}

.navbar {
    height: 60px;
}

.ttr_footer_bottom_footer_inner {
    height: 40px;
}

.ttr_footer_bottom_footer_inner,
#ttr_footer_top_for_widgets {
    position: relative;
    margin: 0 auto;
}

#ttr_header_inner {
    height: 0px;
    position: relative;
    margin: 0 auto;
}

#ttr_menu.navbar {
    border-radius: 0px 0px 0px 0px;
    border: solid #7bc27c;
    border: solid rgb(123, 194, 124);
    border-width: 0px 0px 3px 0px;
}

#ttr_menu_inner_in {
    height: auto;
    text-align: right;
    position: relative;
    margin: 0 auto;
}

input[type=checkbox] {
    visibility: hidden;
}

.ttr_checkbox {
    position: relative;
    width: 13px;
    height: 13px;
    display: inline;
    margin-top: 5px;
    margin-right: 5px;
}

.ttr_checkbox label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0)0%, rgba(0, 0, 0, 0.14)50%, rgba(255, 255, 255, 0)100%);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #808080;
    border: solid rgba(128, 128, 128, 1);
    border-width: 1px 1px 1px 1px;
    box-shadow: none;
}

.ttr_checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    top: 0px;
    left: 1px;
    border: 2px solid rgba(0, 0, 0, 1);
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.ttr_checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.ttr_checkbox label {
    width: 13px;
    padding-left: 0;
}

input[type=radio] {
    visibility: hidden;
}

.ttr_radio {
    position: relative;
    width: 13px;
    height: 13px;
    margin-right: 15px;
    float: left;
}

.ttr_radio label {
    cursor: pointer;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    border-radius: 0px 0px 0px 0px;
    border: solid #cbcbcb;
    border-width: 1px 1px 1px 1px;
    box-shadow: none;
    border-radius: 50%;
    background-color: #999;
    background-clip: padding-box;
    box-sizing: content-box;
}

.ttr_radio label:after {
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
}

.ttr_radio input[type=radio]:checked + label:after {
    opacity: 1;
}

.ttr_radio label {
    width: 13px;
    padding-left: 0;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    float: none !important;
    margin-left: 0px !important;
    position: static;
}

.ttr_title_position {
    top: 0px;
    position: absolute;
    left: 0%;
    right: auto;
    display: block;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.ttr_title_position {
    display: none;
}

header .ttr_title_style,
header .ttr_title_style a,
header .ttr_title_style a:link,
header .ttr_title_style a:visited,
header .ttr_title_style a:hover {
    font-size: 28px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #3498DB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    margin: 0;
    line-height: normal;
    padding: 0;
    background: none;
}

.ttr_slogan_position {
    top: 0px;
    position: absolute;
    left: 0%;
    right: auto;
    position: absolute;
    display: block;
    overflow: hidden;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.ttr_slogan_position {
    display: none;
}

.ttr_slogan_style {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #1C1D21;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    margin: 0;
    line-height: normal;
    padding: 0;
    background: none;
}

.ttr_menu_logo {
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top: 11px;
    bottom: auto;
    left: 0%;
    margin: 0;
    height: 38px;
    width: 129px;
    display: block;
    position: absolute;
    border: 0 none;
    z-index: 500;
}

.navbar-right .dropdown-menu {
    right: auto !important;
}

.ttr_menu_items .dropdown-menu {
    padding: 0px;
}

.ttr_menu_items.nav .open .sub-menu > li > a {
    border-radius: 0px 0px 0px 0px;
    border: dashed #CBCBCB;
    border: dashed rgba(203, 203, 203, 1);
    border-width: 0px 0px 1px 0px;
    box-shadow: none;
    min-width: 160px;
    line-height: 40px;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #4E4E4E;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.navbar-nav {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
    z-index: 499;
    border: 0px !important;
    margin: 0;
    padding-top: 0px !important;
    padding-right: 0;
    text-align: right;
    zoom: 1;
}

.navbar-default {
    background-color: #808080;
    background: rgba(0, 0, 0, 0.6);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #E7E7E7;
    border: solid rgba(231, 231, 231, 1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.59);
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: 0px;
}

ul.navbar-nav .dropdown-menu,
ul.navbar-nav .sub-menu,
ul.navbar-nav .collapse li a {
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #4E4E4E;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    font-family: "Microsoft JhengHei", "Times New Roman";
    background-color: #55555500;
    background-clip: padding-box;
    box-shadow: none;
    border: none;
    margin-top: -5px;
    padding: 0;
    list-style: none;
}

.navbar-nav .dropdown-menu > li > a,
.navbar-nav .dropdown-menu li .separate {
    min-width: 160px;
    line-height: 50px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.dropdown-menu {
    min-width: 160px;
}

.navbar-nav ul.dropdown-menu > li {
    position: relative;
}

.ttr_menu_items.navbar-nav ul.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0px;
    margin-top: -1px;
}

@media only screen and (min-width : 1025px) {
    .ttr_menu_items .dropdown-menu li:hover > .dropdown-menu {
        display: block;
    }

    .navbar-nav .dropdown-menu > li:hover > a {
        background-color: transparent;
        background: rgba(255, 255, 255, 0);
        background-clip: padding-box;
    }

    .nav.ttr_menu_items li:hover ul.child {
        left: 2px;
        top: 60px;
    }

    .ttr_menu_items.navbar-nav ul.dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }

    ul.ttr_menu_items.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    .ttr_menu_items .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .ttr_menu_items li:hover ul.child li a,
    .ttr_menu_items li:hover ul.child li span.separate {
        display: block;
        font-size: 14px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #4E4E4E;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
        text-transform: none;
        min-width: 160px;
        border-radius: 0px 0px 0px 0px;
        box-shadow: none;
        line-height: 40px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 0px;
        background-color: transparent;
        background: rgba(255, 255, 255, 0);
        background-clip: padding-box;
    }

    .ttr_menu_items.nav li:hover li:hover > a.subchild {
        background-color: #C7DDF5;
        background: rgba(199, 221, 245, 0.7);
        background-clip: padding-box;
        border-radius: 0px 0px 0px 0px;
        border: solid transparent;
        border: solid rgba(0, 0, 0, 0);
        border-width: 0px 0px 0px 0px;
        box-shadow: none;
        color: rgba(78, 78, 78, 1);
    }

    .ttr_menu_items.nav li:hover ul.child li .separate:hover,
    .ttr_menu_items.nav li:hover ul.child li a:hover {
        font-size: 14px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #4E4E4E;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
        text-transform: none;
        background-color: #C7DDF5;
        background: rgba(199, 221, 245, 0.7);
        background-clip: padding-box;
        border-radius: 0px 0px 0px 0px;
        border: solid transparent;
        border: solid rgba(0, 0, 0, 0);
        border-width: 0px 0px 0px 0px;
        box-shadow: none;
    }

    .ttr_menu_items li:hover ul.child li a.subchild:hover {
        font-size: 14px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #4E4E4E;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
        text-transform: none;
        background-color: #C7DDF5;
        background: rgba(199, 221, 245, 0.7);
        background-clip: padding-box;
        border-radius: 0px 0px 0px 0px;
        border: solid transparent;
        border: solid rgba(0, 0, 0, 0);
        border-width: 0px 0px 0px 0px;
        box-shadow: none;
    }
}

@media only screen and (min-width : 1025px) {
    .ttr_menu_items li:hover ul.child {}
}

@media only screen and (min-width : 768px) {
    .container {
        overflow: visible !important;
    }

}

.nav-pills {
    padding: 0;
    list-style: none;
    text-align: left;
    zoom: 1;
}

.ttr_menu_items li a.ttr_menu_items_parent_link span.menuchildicon,
.ttr_menu_items li a.ttr_menu_items_parent_link_arrow span.menuchildicon,
.ttr_menu_items li a.ttr_menu_items_parent_link_active_arrow span.menuchildicon {}

.ttr_menu_items li a.ttr_menu_items_parent_link_active span.menuchildicon {}

.ttr_menu_items li:hover a.ttr_menu_items_parent_link span.menuchildicon,
.ttr_menu_items li:hover a.ttr_menu_items_parent_link_arrow span.menuchildicon,
.ttr_menu_items li:hover a.ttr_menu_items_parent_link_active span.menuchildicon,
.ttr_menu_items li:hover a.ttr_menu_items_parent_link_active_arrow span.menuchildicon {}

.nav.ttr_menu_items li a.ttr_menu_items_parent_link,
.nav.ttr_menu_items li span.separator {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    line-height: 56px;
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-shadow: none;
    text-align: left;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    cursor: pointer;
    height: 56px;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav.ttr_menu_items li a.ttr_menu_items_parent_link_arrow,
.nav.ttr_menu_items li span.separator.ttr_menu_items_parent_link_arrow {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 56px;
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: dotted #CBCBCB;
    border: dotted rgba(203, 203, 203, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    box-sizing: border-box;
    cursor: pointer;
    height: 56px;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ttr_menu_items li:hover a.ttr_menu_items_parent_link,
.nav.ttr_menu_items li:hover span.separator {
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #9bfb5e;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.nav.ttr_menu_items li:hover a.ttr_menu_items_parent_link_arrow,
.nav.ttr_menu_items li:hover span.separator.ttr_menu_items_parent_link_arrow {
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: dotted #CBCBCB;
    border: dotted rgba(203, 203, 203, 1);
    border-width: 0px 0px 1px 0px;
    box-shadow: none;
}

.ttr_menu_items li ul.child li span.separate,
.ttr_menu_items li ul.child li a {}

.navbar-default .nav.ttr_menu_items li ul.child li a {
    display: block;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #fafafa;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    min-width: 160px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: none;
    line-height: 40px;
    background: #84c79a;
    background-clip: padding-box;
}

.ttr_menu_items.nav li ul.child li a.subchild {
    text-align: left;
    line-height: 40px;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #4E4E4E;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: dashed #CBCBCB;
    border: dashed rgba(203, 203, 203, 1);
    border-width: 0px 0px 1px 0px;
    box-shadow: none;
}

.nav.ttr_menu_items li a.ttr_menu_items_parent_link_active_arrow {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    ;
    color: #94e894;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    line-height: 56px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    height: 56px;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav.ttr_menu_items li a.ttr_menu_items_parent_link_active {
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #94e894;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    height: 56px;
    line-height: 56px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav.ttr_menu_items li.active:hover a.ttr_menu_items_parent_link_active {
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #9bfb5e;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.nav.ttr_menu_items li.active:hover a.ttr_menu_items_parent_link_active_arrow {
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #9bfb5e;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_menu_items ul {}

.ttr_menu_items li:hover ul ul,
.ttr_menu_items li:hover li:hover ul ul {
    top: -9999px;
    background-color: #F3F3F3;
    background: rgba(243, 243, 243, 0.7);
    background-clip: padding-box;
}

.nav.ttr_menu_items li:hover li:hover li:hover a.subchild {}

.nav.ttr_menu_items li:hover li:hover li a.subchild {}

.nav.ttr_menu_items li ul.child li .separator {
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: transparent;
    height: auto;
    margin: 0 0px 0 0px;
    display: none;
}

.nav.ttr_menu_items li:last-child .horiz_separator {
    display: none;
}

.nav.ttr_menu_items li:hover ul.child ul li:last-child .separator,
.nav.ttr_menu_items li:hover li:hover ul li:last-child .separator,
.nav.ttr_menu_items li:hover li:hover li:hover ul li:last-child .separator,
.nav.ttr_menu_items li:hover ul.child li:last-child .separator {
    display: none;
}

.nav.ttr_menu_items li ul.child ul li .separator,
.nav.ttr_menu_items li li:hover ul li .separator,
.nav.ttr_menu_items li li:hover li:hover ul li .separator {
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: transparent;
    height: auto;
    margin: 0 0px 0 0px;
    display: none;
}

.ttr_menu_items .horiz_separator {
    float: right;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #FFFFFF;
    height: 60px;
    margin: 0;
    display: none;
}

header#ttr_header {
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #E7E7E7;
    border: solid rgba(231, 231, 231, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    height: 0px;
    width: auto;
    box-sizing: content-box;

}

header#ttr_header {
    display: block;
}

nav#ttr_menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

#ttr_sidebar_left {
    float: left;
    clear: none;
    width: 25%;
}

#ttr_sidebar_left_margin {
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #CCCCCC;
    border: solid rgba(204, 204, 204, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.ttr_block a:hover:not(.btn),
.ttr_block a:hover:not(.btn) {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #037fbb;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.ttr_block a:visited:not(.btn),
.ttr_block a:visited:not(.btn) {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.ttr_block a:not(.btn),
.ttr_block a:not(.btn) {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.ttr_block_content ul {
    list-style: none;
}

.ttr_block ul li,
.ttr_block li,
.ttr_block li {
    line-height: 14px;
}

#ttr_sidebar_right {
    float: right;
    clear: none;
    width: 14.76%;
}

#ttr_sidebar_right_margin {
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid #CCCCCC;
    border: solid rgba(204, 204, 204, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.ttr_verticalmenu {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    text-align: center;
}

.ttr_verticalmenu_header {
    border-radius: 5px 5px 0px 0px;
    border: solid #35B5EB;
    border: solid rgba(53, 181, 235, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    background: url(../images/menu.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: Center Center;
    background-clip: padding-box;
    margin: 0px;
    padding: 0px;
    box-sizing: content-box;
}

#ttr_page .ttr_verticalmenu_content {
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width : 1025px) {
    .ttr_vmenu_items.nav li:hover li:hover > a.subchild {
        background-color: #FFFFFF;
        background: rgba(255, 255, 255, 1);
        background-clip: padding-box;
        border-radius: 0px 0px 0px 0px;
        border: solid transparent;
        border: solid rgba(0, 0, 0, 0);
        border-width: 1px 1px 1px 1px;
        box-shadow: none;
        color: rgba(105, 105, 105, 1);
    }

    .ttr_vmenu_items.nav li:hover ul.child li .separate:hover,
    .ttr_vmenu_items.nav li:hover ul.child li a:hover {
        background-color: #FFFFFF;
        background: rgba(255, 255, 255, 1);
        background-clip: padding-box;
        border-radius: 0px 0px 0px 0px;
        border: solid transparent;
        border: solid rgba(0, 0, 0, 0);
        border-width: 1px 1px 1px 1px;
        box-shadow: none;
        font-size: 14px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #696969;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
        text-transform: none;
    }

    .ttr_vmenu_items li:hover ul.child li a.subchild:hover {
        font-size: 14px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #696969;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
        text-transform: none;
        background-color: #FFFFFF;
        background: rgba(255, 255, 255, 1);
        background-clip: padding-box;
        border-radius: 0px 0px 0px 0px;
        border: solid transparent;
        border: solid rgba(0, 0, 0, 0);
        border-width: 1px 1px 1px 1px;
        box-shadow: none;
    }
}

@media only screen and (min-width : 1025px) {
    .sub-menu {
        position: absolute;
        visibility: hidden;
    }

    ul.ttr_vmenu_items.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        top: 50px;
        margin-top: -50px;
        left: 100%;
        list-style: none;
    }

    .nav-pills li:hover {
        font-size: 16px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #037FBB;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
        font-family: "Microsoft JhengHei", "Times New Roman";
    }

    .ttr_vmenu_items .dropdown-menu > li:hover > a {
        background-color: #FFFFFF;
        background: rgba(255, 255, 255, 1);
        background-clip: padding-box;
    }

    .ttr_vmenu_items .collapse > li:hover > a {
        border-radius: 0px 0px 0px 0px;
        border: solid transparent;
        border: solid rgba(0, 0, 0, 0);
        border-width: 1px 1px 1px 1px;
        box-shadow: none;
        background-color: #FFFFFF;
        background: rgba(255, 255, 255, 1);
        background-clip: padding-box;
    }

    ul.ttr_vmenu_items.nav li.dropdown:hover ul.collapse li {
        list-style: none;
    }

    #ttr_sidebar_left .nav-pills li.dropdown:hover {
        display: block;
    }

    .ttr_vmenu_items.nav #dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .ttr_vmenu_items li:hover ul.child {
        left: 100%;
        top: 50px;
        margin-top: -50px;
        height: auto;
        border-radius: 0px 0px 0px 0px;
        border: solid #C8CCCC;
        border: solid rgba(200, 204, 204, 1);
        border-width: 1px 1px 1px 1px;
        box-shadow: none;
    }
}

@media only screen and (min-width : 768px) {
    ul.ttr_vmenu_items.nav li.dropdown ul.dropdown-menu {
        top: 50px;
        margin-top: -50px;
        left: 100%;
        list-style: none;
    }

    ul.ttr_vmenu_items.nav ul li.dropdown-submenu.open > ul {
        display: block;
        visibility: visible;
        list-style: none;
    }

    ul.ttr_vmenu_items.nav ul {
        top: 50px;
        margin-top: -50px;
        left: 100%;
        list-style: none;
    }

    .dropdown-submenu.open > ul {
        display: block;
        visibility: visible;
    }

}

.dropdown-backdrop {
    position: relative;
}

ul.ttr_vmenu_items.nav-pills .dropdown-menu,
ul.navbar-nav .collapse li a {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    font-family: "Microsoft JhengHei", "Times New Roman";
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, .5);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #C8CCCC;
    border: solid rgba(200, 204, 204, 1);
    border-width: 0px 0px 0px 0px;
}

.ttr_vmenu_items.nav .dropdown-menu > li > a {
    min-width: 160px;
}

ul.ttr_vmenu_items.nav-pills .dropdown-menu > li:hover > a {
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    background-clip: padding-box;
}

ul.ttr_vmenu_items.nav .sub-menu > li > a {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(0, 0, 0, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    min-width: 160px;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.ttr_vmenu_items .dropdown-menu {
    padding: 0px;
}

.container {
    overflow: visible !important;
}

.nav-pills li {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    font-family: "Microsoft JhengHei", "Times New Roman";
}

.ttr_vmenu_items .collapse > li > a {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(0, 0, 0, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    min-width: 160px;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#ttr_sidebar_left .dropdown-menu > li {
    display: inline-block;
    font-weight: normal;
    position: relative;
    vertical-align: top;
}

.nav-pills {
    padding: 0;
    list-style: none;
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
    background: none;
    z-index: 500;
    zoom: 1;
}

.ttr_vmenu_items li a.ttr_vmenu_items_parent_link span.menuchildicon,
.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_arrow span.menuchildicon,
.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_active_arrow span.menuchildicon {
    background: url("../images/vmenuicon0.png") center left no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 4px;
}

.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_active span.menuchildicon {
    background: url("../images/vmenuactiveicon0.png") center left no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 4px;
}

.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link span.menuchildicon,
.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link_arrow span.menuchildicon,
.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link_active span.menuchildicon,
.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link_active_arrow span.menuchildicon {
    background: url("../images/vmenuhovericon0.png") center left no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 4px;
}

.nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link,
.nav.ttr_vmenu_items li span.separator {
    display: block;
    text-align: left;
    padding-left: 15px;
    padding-right: 10px;
    background-color: #eeeeee;
    background-clip: padding-box;
    line-height: 50px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1px 0px;
    box-shadow: none;
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_arrow,
.nav.ttr_vmenu_items li span.separator.ttr_vmenu_items_parent_link_arrow {
    display: block;
    text-align: left;
    padding-left: 15px;
    padding-right: 20px;
    line-height: 50px;
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #eaeff1;
    background: rgb(234, 239, 241);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #36B1C0;
    border: solid rgba(54, 177, 192, 0.7);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link,
.nav.ttr_vmenu_items li:hover span.separator {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #555555;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #cbcbcb;
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    line-height: 50px;
}

.nav.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link_arrow,
.nav.ttr_vmenu_items li:hover span.separator.ttr_vmenu_items_parent_link_arrow {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #555555;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #cbcbcb;
    background: rgba(53, 181, 235, 0.4);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    line-height: 50px;
}

.ttr_vmenu_items li ul.child li span.separate {
    display: block;

}

.ttr_vmenu_items li ul.child li span.separate,
.ttr_vmenu_items li ul.child li a {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(0, 0, 0, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    line-height: 20px;
    text-indent: 5px;
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    min-width: 160px;
}

.navbar-default .nav.ttr_vmenu_items li ul.child li a {}

.ttr_vmenu_items.nav li ul.child li a.subchild {
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(0, 0, 0, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    min-width: 160px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.nav.ttr_vmenu_items ul.child {}

.nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_active_arrow {
    text-align: left;
    padding-left: 15px;
    padding-right: 20px;
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    display: block;
    line-height: 50px;
    background-color: #36B1C0;
    background: rgba(54, 177, 192, 1);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_active {
    display: block;
    cursor: pointer;
    text-align: left;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    line-height: 50px;
    background-color: #777777;
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav.ttr_vmenu_items li.active:hover a.ttr_vmenu_items_parent_link_active {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #555555;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #cbcbcb;
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.nav.ttr_vmenu_items li.active:hover a.ttr_vmenu_items_parent_link_active_arrow {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #777777c9;
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_vmenu_items ul {
    position: absolute;
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #C8CCCC;
    border: solid rgba(200, 204, 204, 1);
    border-width: 1px 1px 1px 1px;
    box-shadow: none;
}

.ttr_vmenu_items li:hover ul ul,
.ttr_vmenu_items li:hover li:hover ul ul {
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    background-clip: padding-box;
}

.nav.ttr_vmenu_items li:hover li:hover li:hover a.subchild {}

.nav.ttr_vmenu_items li:hover li:hover li a.subchild {}

.nav.ttr_vmenu_items li ul.child li .separator {
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: transparent;
    height: auto;
    margin: 0 5px 0 5px;
    display: none;
}

.nav.ttr_vmenu_items li:last-child .horiz_separator {
    display: none;
}

.nav.ttr_vmenu_items li:hover ul.child ul li:last-child .separator,
.nav.ttr_vmenu_items li:hover li:hover ul li:last-child .separator,
.nav.ttr_vmenu_items li:hover li:hover li:hover ul li:last-child .separator,
.nav.ttr_vmenu_items li:hover ul.child li:last-child .separator {
    display: none;
}

.nav.ttr_vmenu_items li ul.child ul li .separator,
.nav.ttr_vmenu_items li li:hover ul li .separator,
.nav.ttr_vmenu_items li li:hover li:hover ul li .separator {
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: transparent;
    height: auto;
    margin: 0 5px 0 5px;
    display: none;
}

.ttr_vmenu_items .horiz_separator {
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: transparent;
    height: auto;
    margin: 0;
    display: none;
}

footer {
    position: relative;
    background-color: #6fa77f;
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #DCDCDC;
    border: solid rgba(220, 220, 220, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    padding: 0px;
}

.ttr_footer_bottom_footer {
    height: 40px;
}

footer h1,
footer h1 a,
footer h1 a:hover,
footer h1 a:visited {
    font-size: 36px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

footer h2,
footer h2 a,
footer h2 a:hover,
footer h2 a:visited {
    font-size: 30px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

footer h3,
footer h3 a,
footer h3 a:hover,
footer h3 a:visited {
    font-size: 24px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

footer h4,
footer h4 a,
footer h4 a:hover,
footer h4 a:visited {
    font-size: 18px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

footer h5,
footer h5 a,
footer h5 a:hover,
footer h5 a:visited {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

footer h6,
footer h6 a,
footer h6 a:hover,
footer h6 a:visited {
    font-size: 12px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

footer ol li {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-position: inside;
    list-style-type: decimal;
}

footer ol li {
    list-style-position: outside !important;
    text-indent: 0px;
}

footer ul {
    list-style: none;
    margin-left: 15px;
}

footer ul li {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

footer ul li {
    list-style-position: outside !important;
    text-indent: 0px;
}

footer a:not(.btn) {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

footer a:hover:not(.btn) {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

footer a:visited:not(.btn) {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#ttr_copyright,
#ttr_copyright a,
#ttr_copyright span {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#ttr_copyright a,
#ttr_copyright span {
    display: none;
}

#ttr_footer_designed_by_links {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    top: 12px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    overflow: auto;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

#ttr_footer_designed_by_links {
    display: inline-block;
}

#ttr_footer_designed_by_links a,
#ttr_footer_designed_by_links a:link,
#ttr_footer_designed_by_links a:visited,
#ttr_footer_designed_by_links a:hover {
    display: inline-block;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #F3F300;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.ttr_block {
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    border: solid #D3D3D3;
    border: solid rgba(211, 211, 211, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
}

.ttr_block_header {
    border-radius: 0px 0px 0px 0px;
    border: solid #D3D3D3;
    border: solid rgba(211, 211, 211, 1);
    border-width: 0px 0px 1px 0px;
    box-shadow: none;
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    min-height: 30px;
    box-sizing: content-box;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.ttr_block_content,
.ttr_block_content p {
    padding: 0px;
    margin: 5px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #D3D3D3;
    border: solid rgba(211, 211, 211, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.ttr_block_content h1,
.ttr_block_content h1 a,
.ttr_block_content h1 a:hover,
.ttr_block_content h1 a:visited {
    font-size: 36px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #333333;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.ttr_block_content h2,
.ttr_block_content h2 a,
.ttr_block_content h2 a:hover,
.ttr_block_content h2 a:visited {
    font-size: 30px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #333333;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ttr_block_content h3,
.ttr_block_content h3 a,
.ttr_block_content h3 a:hover,
.ttr_block_content h3 a:visited {
    font-size: 24px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #333333;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ttr_block_content h4,
.ttr_block_content h4 a,
.ttr_block_content h4 a:hover,
.ttr_block_content h4 a:visited {
    font-size: 18px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #333333;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ttr_block_content h5,
.ttr_block_content h5 a,
.ttr_block_content h5 a:hover,
.ttr_block_content h5 a:visited {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #333333;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ttr_block_content h6,
.ttr_block_content h6 a,
.ttr_block_content h6 a:hover,
.ttr_block_content h6 a:visited {
    font-size: 12px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #333333;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.ttr_block ol li {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-position: inside;
    list-style-type: decimal;
}

.ttr_block ol li {
    list-style-position: outside !important;
    margin-left: 5px !important;
    text-indent: 0px;
}

.ttr_block ul li {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ttr_block ul li {
    text-indent: 0px;
    margin-left: 5px;
}

.html_content p,
.html_content span {
    font-family: Microsoft JhengHei;
    font-size: 1em;
    line-height: normal;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    margin: 0;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
select {
    border-radius: 5px 5px 5px 5px;
    border: solid #E7E7E8;
    border: solid rgba(231, 231, 232, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #eaf4f8;
    background: rgb(234, 244, 248);
    background-clip: padding-box;
    padding: 6px;
    width: 100%;
    height: 34px !important;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
    border-radius: 4px 4px 4px 4px;
    border: solid #66AFE9;
    border: solid rgba(102, 175, 233, 1);
    border-width: 0px 0px 1px 0px;
    box-shadow: 1px 0px 10px rgba(191, 222, 246, 1);
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #F3F3F3;
    background: rgba(243, 243, 243, 1);
    background-clip: padding-box;
}

textarea,
textarea.form-control {
    border-radius: 4px;
    border: solid #95d0ea6e;
    border-width: 1px;
    box-shadow: none;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #eaf4f8;
    background-clip: padding-box;
    padding: 6px;
    width: 100%;
}

textarea:focus,
textarea.form-control:focus {
    border-radius: 4px 4px 4px 4px;
    border: solid #66AFE9;
    border: solid rgba(102, 175, 233, 1);
    border-width: 0px 0px 1px 0px;
    box-shadow: 1px 0px 10px rgba(191, 222, 246, 1);
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #F3F3F3;
    background: rgba(243, 243, 243, 1);
    background-clip: padding-box;
}

.ttr_banner_header_inner_above0 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: url(../images/banner.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: Center bottom;
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.headerabovecolumn1 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    max-height: 200px;
    overflow: hidden;
}

.ttr_banner_header_inner_below0 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding: 0px;
}

.headerbelowcolumn1 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_banner_header_inner_below1 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

.headerbelowcolumn2 {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #696969;
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_banner_header_inner_below2 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

.headerbelowcolumn3 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_banner_header_inner_below3 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

.headerbelowcolumn4 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.headerbelowcolumn5 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_banner_menu_inner_above0 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #7bc27c;
    background: rgb(123, 194, 124);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 0px;
}

.menuabovecolumn1 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.menuabovecolumn2 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.menuabovecolumn3 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_banner_menu_inner_below0 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin: 0px;
    background-clip: padding-box;
    padding: 0px;
}

.menubelowcolumn1 {
    margin: 0px;
    background-clip: padding-box;
    background: url(../images/header.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top Center;
    padding: 20px 0 250px 0;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_banner_slideshow_inner_above0 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.slideshowabovecolumn1 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.slideshowabovecolumn2 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.slideshowabovecolumn3 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.slideshowabovecolumn4 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_banner_slideshow_inner_below0 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.slideshowbelowcolumn1 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.slideshowbelowcolumn2 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.slideshowbelowcolumn3 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.slideshowbelowcolumn4 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.contenttopcolumn0 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.topcolumn1 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.contenttopcolumn1 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.topcolumn2 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.contenttopcolumn2 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.topcolumn3 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.contentbottomcolumn0 {
    border-radius: 6px;
    border: solid #c2c8cb;
    border-width: 1px;
    box-shadow: none;
    max-width: 500px;
    margin: 0px auto;
    background-color: #cbddea;
    background-clip: padding-box;
    padding: 5px 10px;
}

.contentbottomcolumn0 .btn {
    float: right;
}

.contentbottomcolumn0 ul {
    display: none;
}

.bottomcolumn1 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.contentbottomcolumn1 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.bottomcolumn2 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.bottomcolumn3 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.contentbottomcolumn2 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.bottomcolumn4 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_banner_header {
    margin: 0 auto;
}

.ttr_banner_menu {
    margin: 0 auto;
    width: 100%;
}

.ttr_banner_slideshow {}

.html_content a:hover,
.html_content a:focus {
    text-decoration: none;
}

a {
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #35b5eb;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

a:visited:not(.btn, .ttr_menu_items a, .ttr_vmenu_items a) {
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #3498DB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

a:hover,
a:focus {
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #236D9E;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

a:hover.separator,
.login_link a {
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #3498DB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.login_link a:visited {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #3498DB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.login_link a:hover {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #236D9E;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.footer-widget-area_fixed {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.footer-widget-area {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin: 0 auto;
}

.ttr_footer-widget-area_inner_above0 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #EEEEEE;
    background: rgba(238, 238, 238, 1);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 0px;
}

.footerabovecolumn1 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_footer-widget-area_inner_above1 {
    border-radius: 0px 0px 0px 0px;
    border: solid #7bc27c;
    border-width: 0px 0px 5px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #555;
    background-clip: padding-box;
    padding-top: 5px;
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: 5px;
}

.footerabovecolumn2 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_footer-widget-area_inner_above2 {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #7bc27c;
    background: rgb(123, 194, 124);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: 0px;
}

.footerabovecolumn3 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_footer-widget-area_inner_above3 {
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #33373a;
    ;
    background-clip: padding-box;
    padding-top: 20px;
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: 20px;
}

.footerabovecolumn4 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.footerabovecolumn5 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

#ttr_content_margin {
    padding: 0px;
    border-radius: 10px 10px 10px 10px;
    border: solid #29c2e1;
    border: solid rgb(41, 194, 225);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin: 10px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    box-sizing: border-box;
}

#ttr_content {
    float: left;
    width: 75%;
    clear: none;
}

.ttr_comments {
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    position: relative;
    display: table;
}

.ttr_comment_author {
    margin-right: 12px;
    display: table-cell;
    float: left;
    vertical-align: middle;
}

.ttr_comment_author img {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.ttr_comment_text {
    overflow: hidden;
}

.ttr_comment_author_right {
    display: none;
}

#ttr_content .ttr_comment_text p {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    line-height: normal;
    margin-left: 5px;
}

#ttr_content .ttr_comments .ttr_author_name,
#ttr_content .ttr_comments .ttr_author_name:hover,
#ttr_content .ttr_comments .url {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #1C1D21;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#ttr_content .ttr_comments .ttr_comment_date,
#ttr_content .ttr_comments .ttr_comment_date:hover {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: oblique;
    color: #3498DB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#ttr_content .ttr_comment_reply_edit a,
#ttr_content .ttr_comment_reply_edit a:hover {
    font-size: 18px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #3498DB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.ttr_post_inner_box {
    border-radius: 7px 7px 7px 7px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.ttr_post {
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.ttr_post_title {
    font-size: 24px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #35B5EB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    background-repeat: repeat;
    margin: 0;
}

h1,
h1 a,
h1 a:hover,
h1 a:visited {
    font-size: 36px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #3498DB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
}

h2,
h2 a,
h2 a:hover,
h2 a:visited {
    font-size: 26px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #1C1D21;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3,
h3 a,
h3 a:hover,
h3 a:visited,
h3 a:focus {
    font-size: 18px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 500;
    font-style: normal;
    color: #00acff;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 12px;
    margin-bottom: 12px;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
    font-size: 18px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #077F4C;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 16px;
    margin-bottom: 16px;
}

h5,
h5 a,
h5 a:hover,
h5 a:visited {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #F0AD4E;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

h6,
h6 a,
h6 a:hover,
h6 a:visited {
    font-size: 12px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #D9534F;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 28px;
    margin-bottom: 28px;
}

p,
.producttag {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#ttr_content {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#ttr_content ol li {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-position: inside;
    list-style-type: decimal;
}

#ttr_content ol li {
    list-style-position: outside !important;
    margin-left: 20px !important;
    text-indent: 15px;
}

#ttr_content .breadcrumb li {
    list-style-position: inside !important;
    margin-left: 0px !important;
    text-indent: 0px !important;
}

#ttr_content ul {
    padding-left: 0px;
}

#ttr_content ul {
    list-style-type: none;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#ttr_content ul li {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#ttr_content ul {
    text-indent: 0px;
    margin-left: 0px;
}

#ttr_content .pagination {
    text-indent: 0px !important;
    padding: 10px 0;
}

.pginline {
    float: left;
}

#ttr_content blockquote p {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

#ttr_content .postedon a {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#ttr_content .postedon a:hover {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.ttr_post_title a {
    font-size: 24px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #35B5EB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    background-color: transparent;
}

.ttr_post_title a:visited {
    font-size: 24px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #35B5EB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    background-color: transparent;
}

.ttr_post_title a:hover {
    background-color: transparent;
    font-size: 24px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #35B5EB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.ttr_article {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #077F4C;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.postcontent,
.postcontent p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    line-height: 25px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
}

#ttr_content .postcontent {
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}

table {
    background: transparent none repeat scroll 0 0;
    border-spacing: 2px;
    border: 0px solid #E1E1E1;
    border-collapse: collapse;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    border: 1px solid #9ccbeb;
    border-collapse: collapse;
}

td {
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 0.8);
}

tr,
td {
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    padding: 8px;
}

th {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #35B5EB;
    background: rgba(53, 181, 235, 0.7);
    background-clip: padding-box;
}

#ttr_content .activelink a,
#ttr_content .activelink a:visited,
#ttr_content .activelink a:hover {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #3498DB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#ttr_content .hoverlink a,
#ttr_content .hoverlink a:visited,
#ttr_content .hoverlink a:hover {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #236D9E;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#ttr_content .visitedlink a,
#ttr_content .visitedlink a:visited,
#ttr_content .visitedlink a:hover {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #3498DB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.badge {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    background-color: #3498DB;
    background: rgba(52, 152, 219, 1);
    background-clip: padding-box;
}

.badge:hover {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

hr {
    border-width: 1px 0px 0px 0px;
    border-color: #a8aaae;
    border-style: Solid;
    padding-bottom: 5px;
}

.label {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.label:hover {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.label-default {
    background-color: #1C1D21;
    background: rgba(28, 29, 33, 1);
    background-clip: padding-box;
}

.label-primary {
    background-color: #3498DB;
    background: rgba(52, 152, 219, 1);
    background-clip: padding-box;
}

.label-success {
    background-color: #29C2E1;
    background: rgba(41, 194, 225, 1);
    background-clip: padding-box;
}

.label-info {
    background-color: #077F4C;
    background: rgba(7, 127, 76, 1);
    background-clip: padding-box;
}

.label-warning {
    background-color: #F0AD4E;
    background: rgba(240, 173, 78, 1);
    background-clip: padding-box;
}

.label-danger {
    background-color: #D9534F;
    background: rgba(217, 83, 79, 1);
    background-clip: padding-box;
}

.label-default:hover {
    background-color: #1C1D21;
    background: rgba(28, 29, 33, 1);
    background-clip: padding-box;
}

.label-primary:hover {
    background-color: #3498DB;
    background: rgba(52, 152, 219, 1);
    background-clip: padding-box;
}

.label-success:hover {
    background-color: #29C2E1;
    background: rgba(41, 194, 225, 1);
    background-clip: padding-box;
}

.label-info:hover {
    background-color: #077F4C;
    background: rgba(7, 127, 76, 1);
    background-clip: padding-box;
}

.label-warning:hover {
    background-color: #F0AD4E;
    background: rgba(240, 173, 78, 1);
    background-clip: padding-box;
}

.label-danger:hover {
    background-color: #D9534F;
    background: rgba(217, 83, 79, 1);
    background-clip: padding-box;
}

.alert {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: #c8e9ff;
    border-radius: 5px 5px 5px 5px;
}

.alert-success {
    border-radius: 5px 5px 5px 5px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    font-size: 16px;
    padding: 5px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #29C2E1;
    background: rgba(41, 194, 225, 1);
    background-clip: padding-box;
}

.alert-info {
    border-radius: 5px 5px 5px 5px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    font-size: 16px;
    padding: 5px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #077F4C;
    background: rgba(7, 127, 76, 1);
    background-clip: padding-box;
}

.alert-warning {
    border-radius: 5px 5px 5px 5px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    font-size: 16px;
    padding: 5px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #F0AD4E;
    background: rgba(240, 173, 78, 1);
    background-clip: padding-box;
}

.alert-danger {
    border-radius: 5px 5px 5px 5px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    font-size: 16px;
    padding: 5px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #D9534F;
    background: rgba(217, 83, 79, 1);
    background-clip: padding-box;
}

#ttr_content .pagination li > a,
#ttr_content .pagination li > span {
    border-radius: 0px 0px 0px 0px;
    border: solid #3498DB;
    border: solid rgba(52, 152, 219, 1);
    border-width: 1px 1px 1px 1px;
    box-shadow: none;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #037FBB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    display: inline-block;
}

#ttr_content .pagination .active a,
#ttr_content .pagination .active > span {
    border-radius: 0px 0px 0px 0px;
    border: solid #3498DB;
    border: solid rgba(52, 152, 219, 1);
    border-width: 1px 1px 1px 1px;
    box-shadow: none;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    background-color: #3498DB;
    background: rgba(52, 152, 219, 1);
    background-clip: padding-box;
    display: inline-block;
}

#ttr_content .pagination a:hover,
#ttr_content .pagination > span:hover {
    background-color: #3498DB;
    background: rgba(52, 152, 219, 1);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #3498DB;
    border: solid rgba(52, 152, 219, 1);
    border-width: 1px 1px 1px 1px;
    box-shadow: none;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.breadcrumb {
    background-color: #eaedeea6;
    background-clip: padding-box;
    border-radius: 12px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 3px;
    display: inline-block;
    color: #3498DB;
    float: right;
}

.breadcrumb > li + li:before {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Arial";
    font-weight: 400;
    font-style: normal;
    color: #3498DB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#ttr_content .breadcrumb a,
.breadcrumb a {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Arial";
    font-weight: 400;
    font-style: normal;
    color: #69d2ff;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#ttr_content .breadcrumb a:hover,
.breadcrumb a:hover {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #3498DB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#ttr_content .breadcrumb span,
.breadcrumb span {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #3498DB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

#nav {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top: 459.83px;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 0;
}

#prev span {
    background-image: url(../images/Leftbutton00.png);
    display: block;
    height: 30px;
    width: 30px;
    text-indent: -999px;
    font-size: 0px;
}

#next span {
    background-image: url(../images/Rightbutton00.png);
    display: block;
    height: 30px;
    width: 30px;
    text-indent: -999px;
    font-size: 0px;
}

.left-button {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    box-shadow: none;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    display: block;
    top: 192.83px;
    left: 0%;
    margin: 0;
    width: 30px;
}

.right-button {
    box-shadow: none;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    display: block;
    top: 192.83px;
    left: 77.49%;
    margin: 0;
    width: 30px;
}

.postcontent img,
img.alignleft,
img.alignright {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

img.aligncenter {
    border-radius: 0px 0px 0px 0px;
    border: solid transparent;
    border: solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
}

.intro_img_caption {
    text-align: center;
}

.btn-toolbar .btn-group.pull-left .btn .icon-search {
    background: url('../images/search.png') no-repeat center;
    display: block;
    height: 16px;
    width: 16px;
}

#ttr_content .modal {
    display: block;
    overflow: visible;
    position: inherit;
}

#ttr_content .form-horizontal .control-label {
    text-align: right;
    padding-right: 20px;
}

.pager li > a,
.pager li > span {
    border-radius: 0px 0px 0px 0px;
    border: solid #3498DB;
    border: solid rgba(52, 152, 219, 1);
    border-width: 1px 1px 1px 1px;
    box-shadow: none;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}

.btn-toolbar {
    margin-top: 5px;
}

.btn-toolbar > div:first-child {
    float: left;
    margin-right: 5px;
}

.btn-toolbar .btn-group.pull-left .btn {
    margin-top: 0;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
    display: block;
    float: left;
    cursor: pointer;
    background-color: #1C1D21;
    background: rgba(28, 29, 33, 1);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #CCCCCC;
    border: solid rgba(204, 204, 204, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    box-sizing: inherit;
    clear: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    height: auto;
    margin-top: 5px;
    overflow: visible;
    margin-right: 5px;
}

.chzn-container {
    vertical-align: middle;
}

#system-message {
    margin: 0 !important;
}

.tooltip {
    position: absolute !important;
}

.tip {
    background: black;
    text-align: left;
    padding: 3px;
    max-width: 400px;
    color: white;
}

.tip-title {
    font-weight: bold;
}

ul.categories-module li h4,
ul.category-module li h4,
.item-title {
    display: inline;
}

#ttr_content .pagination ul li {
    background: none;
    display: inline;
    text-align: left;
}

#ttr_content .cat-children ul li {
    background: none;
    display: inline-block;
}

#ttr_content ul.pagenav li {
    background: none;
    display: inline;
    text-align: left;
}

* {
    margin: 0;
    padding: 0;
}

.image-left {
    padding: 2px;
    float: left;
    margin: 0 15px 5px 0;
}

table tr th {
    background: #d0ebf6;
}

.article-info-term,
.category-name,
.published,
.createdby,
.hits,
.categories-list dl dt,
.categories-list dl dd {
    display: inline;
}

.article-info {
    display: inline;
    vertical-align: middle;
}

.formelm {
    margin-top: 5px;
    margin-bottom: 5px;

}

select,
.formelm input {
    margin-bottom: 9px;
    padding: 4px;

}

button#jform_publish_down_img,
button#jform_publish_up_img {
    background: url(../images/calendar.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: auto;
    margin-left: 3px;
    vertical-align: middle;
    width: 5%;
    margin-top: 0;
    padding: 7px 5px;
    border-radius: 0px;
    border: 0px;

}

button#jform_publish_down_img:hover,
button#jform_publish_up_img:hover {
    border: 0px;
    border-radius: 0px;

}

.btn.jmodedit {
    background: none !important;
    border-radius: 0px !important;
    border: none !important;
    width: 14px !important;
}

.btn.jmodedit:hover {
    background: none !important;
    border: 0px !important;
}

#ttr_page .label {
    display: inline-block;
}

.accordion {
    margin-bottom: 18px;
}

.accordion-group {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 4px;
    margin-bottom: 2px;
}

.accordion-heading {
    border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    border-top: 1px solid hsl(0, 0%, 90%);
    padding: 15px 19px;
}

img#jform_publish_down_img,
img#jform_publish_up_img {
    margin-left: 3px;

}

#adminForm fieldset {
    border: 1px solid grey;
    border-radius: 5px;
    margin: 10px 0;
    padding: 20px;

}

.input-append {
    display: inline;
}

fieldset legend {
    font-weight: bold;
    padding: 5px 10px;
}

.mce-container,
.mce-container-body {
    margin-top: 5px !important;
}

#ttr_content #jform_articletext_toolbar1 {
    width: auto;
    border-spacing: 0px;
    border: 0 none;
}

#ttr_content #jform_articletext_toolbar2 {
    width: auto;
    border-spacing: 0px;
    border: 0 none;
}

#ttr_content #jform_articletext_toolbar3 {
    width: auto;
    border-spacing: 0px;
    border: 0 none;
}

#ttr_content #jform_articletext_tbl {
    margin-top: 5px;
    width: auto;
    border: 0 none;
    border-spacing: 0px;
}

#ttr_content #jform_articletext_styleselect,
#ttr_content #jform_articletext_formatselect {
    border: 0 none;
    border-spacing: 0px;
}

#ttr_content #jform_articletext_tbl tr,
#ttr_content #jform_articletext_tbl td,
#ttr_content #jform_articletext_tbl th {
    border: 0 none;
}

.formelm label,
.formelm-area label {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 150px;

}

@font-face {
    font-family: 'IcoMoon';
    src: url('../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: 'visIcon', 'IcoMoon';
    content: attr(data-icon);
    speak: none;

}

[class^="icon-"],
[class*="icon-"] {
    display: inline-block;
    *margin-right: .3em;
    margin: 0 auto;

}

[class^="icon-"]:before,
[class*="icon-"]:before {
    font-family: 'visIcon', 'IcoMoon';
    font-style: normal;
    speak: none;
}

.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
    content: '\2b';

}

.icon-picture:before,
.icon-image:before {
    content: '\2f';

}

.icon-pictures:before,
.icon-images:before {
    content: '\30';

}

.icon-file-add:before,
.icon-file-plus:before {
    content: '\29';

}

.icon-save-copy:before,
.icon-copy:before {
    content: '\e018';

}

.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
    content: '\e007';

}

.icon-eye-open:before,
.icon-eye:before {
    content: '\3c';

}

.icon-new::before,
.icon-plus::before {
    content: '*';

}

.categories-list .item-title.page-header {
    border-bottom: medium none;
    display: block;
}

.nav-menu-default {
    height: auto !important;
    border: 0;
    background-color: transparent;
    margin: 0;
}

.btn {
    margin: 2px;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    border: solid #CCCCCC;
    border: solid rgba(204, 204, 204, 1);
    border-width: 0px 0px 0px 0px;
    background-color: #35b5eb;
}

.btn:hover {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    border: solid #ADADAD;
    border: solid rgba(173, 173, 173, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}

.btn-default {
    background-color: #35B5EB;
    background: rgba(53, 181, 235, 1);
    background-clip: padding-box;
    border-radius: 4px 4px 4px 4px;
    border: solid #CCCCCC;
    border: solid rgba(204, 204, 204, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    box-sizing: inherit;
    clear: none;
    width: auto;
    height: auto;
    overflow: visible;
}

.btn-primary {
    background-color: #3498DB;
    background: rgba(52, 152, 219, 1);
    background-clip: padding-box;
    color: #FFFFFF;
    border-color: #258CD1;
}

.btn-success {
    background-color: #29C2E1;
    background: rgba(41, 194, 225, 1);
    background-clip: padding-box;
    color: #FFFFFF;
    border-color: #1EB4D3;
}

.btn-info {
    background-color: #077F4C;
    background: rgba(7, 127, 76, 1);
    background-clip: padding-box;
    color: #FFFFFF;
    border-color: #06673E;
}

.btn-warning {
    background-color: #F0AD4E;
    background: rgba(240, 173, 78, 1);
    background-clip: padding-box;
    color: #FFFFFF;
    border-color: #EEA236;
}

.btn-danger {
    background-color: #D9534F;
    background: rgba(217, 83, 79, 1);
    background-clip: padding-box;
    color: #FFFFFF;
    border-color: #D43F3A;
}

.btn-primary:hover {
    background-color: #2D87C3;
    background: rgba(45, 135, 195, 1);
    background-clip: padding-box;
    color: #FFFFFF;
    border-color: #ADADAD;
}

.btn-success:hover {
    background-color: #36B1C0;
    background: rgba(54, 177, 192, 1);
    background-clip: padding-box;
    color: #FFFFFF;
    border-color: #ADADAD;
}

.btn-info:hover {
    background-color: #64A864;
    background: rgba(100, 168, 100, 1);
    background-clip: padding-box;
    color: #FFFFFF;
    border-color: #ADADAD;
}

.btn-warning:hover {
    background-color: #CE9834;
    background: rgba(206, 152, 52, 1);
    background-clip: padding-box;
    color: #FFFFFF;
    border-color: #ADADAD;
}

.btn-danger:hover {
    background-color: #950000;
    background: rgba(149, 0, 0, 1);
    background-clip: padding-box;
    color: #FFFFFF;
    border-color: #ADADAD;
}

.btn-lg,
.btn-group-lg > .btn,
.btn-lg:hover,
.btn-group-lg > .btn:hover {
    border-radius: 0px 0px 0px 0px;
    padding-top: 13px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 13px;
    font-size: 20px;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-sm:hover,
.btn-group-sm > .btn:hover {
    border-radius: 0px 0px 0px 0px;
    padding-top: 8px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 8px;
    font-size: 14px;
}

.btn-xs,
.btn-group-xs > .btn,
.btn-xs:hover,
.btn-group-xs > .btn:hover {
    border-radius: 0px 0px 0px 0px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-size: 14px;
}

.btn-default:hover,
a.btn-default:hover {
    border-radius: 4px 4px 4px 4px;
    border: solid #ADADAD;
    border: solid rgba(173, 173, 173, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    background-color: #202020;
    background: rgba(32, 32, 32, 1);
    background-clip: padding-box;
    box-sizing: inherit;
    clear: none;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    height: auto;
    overflow: visible;
}

.inputbutton {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    left: -15px;
}

h1.ttr_verticalmenu_heading,
h2.ttr_verticalmenu_heading,
h3.ttr_verticalmenu_heading,
h4.ttr_verticalmenu_heading,
h5.ttr_verticalmenu_heading,
h6.ttr_verticalmenu_heading,
p.ttr_verticalmenu_heading,
span.ttr_verticalmenu_heading {
    font-size: 22px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: 2.12px 2.12px 4px rgba(0, 0, 0, 0.59);
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    background: none;
    margin: 0;
}

h1.ttr_block_heading,
h2.ttr_block_heading,
h3.ttr_block_heading,
h4.ttr_block_heading,
h5.ttr_block_heading,
h6.ttr_block_heading,
p.ttr_block_heading,
span.ttr_block_heading {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #333333;
    text-shadow: none;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    line-height: 30px;
    background: none;
    margin: 0;
}

#ttr_block,
#ttr_block,
#ttr_block .boxcolor,
#ttr_block .boxcolor {
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #696969;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

/*
{
TemplateToaster Version:6.0.0.12421
}
*/
@media only screen and (max-width : 640px) {

    object,
    video {
        width: 100% !important;
        height: auto !important;
    }
}

@media only screen and (max-width : 767px) {
    #ttr_menu.navbar {
        border-radius: 0px 0px 0px 0px;
        border: solid #7bc27c;
        border: solid rgb(123, 194, 124);
        border-width: 0px 0px 4px 0px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.59);
    }
}

@media only screen and (max-width : 767px) {
    menu_inner_in {
        min-height: 60px;
        height: auto;
        text-align: right;
        position: relative;
        margin: 0 auto;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 150px) and (max-width : 767px) {
    #ttr_header_inner {
        width: auto !important;
        text-align: center !important;
    }

    #ttr_menu_inner_in .ttr_menu_items {
        display: inline-block;
    }

    #ttr_menu_inner_in {
        width: auto !important;
        height: auto !important;
        text-align: left !important;
    }

    .ttr_slideshow_last {
        width: auto;

    }

    #navigationmenu .navbar-header {
        position: relative;

    }

    .ttr_menu_items .horiz_separator {
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-color: #FFFFFF;
        width: auto !important;
        height: auto !important;
        float: none !important;
        margin: 0;
        display: none;
    }

    .logo {
        display: block;
        text-align: center;
    }

    #ttr_sidebar_left {
        float: none !important;
        width: auto !important;
        margin: 0;
        border-radius: 0;
        padding-left: 10px;
        padding-right: 10px;
        ;
    }

    #ttr_sidebar_left_margin {
        height: auto !important;
        margin-right: 0px;
        padding-right: 0px;
    }

    #ttr_sidebar_right_margin {
        height: auto !important;
    }

    #ttr_sidebar_right {
        float: none !important;
        width: auto !important;
        margin: 0;
        border: 0;
        border-radius: 0;
        padding: 0;
    }

    #ttr_content {
        float: none !important;
        width: auto !important;
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    #ttr_content_single_sidebar_left,
    #ttr_content_single_sidebar_right,
    #ttr_content_zero_sidebar,
    #ttr_content_both_sidebar {
        float: none !important;
        width: auto !important;
    }

    #ttr_page {
        max-width: none !important;
        min-width: 0 !important;
        padding-top: 0;
    }

    .ttr_slogan_style {
        text-align: center;
    }

    #ttr_page .ttr_footer_bottom_footer_inner {
        width: auto !important;
        text-align: center;
    }

    .footer-widget-area {
        width: auto !important;
        border: 0;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }

    #ttr_page .ttr_slideshow_inner {
        height: 100% !important;
    }

    ul.ttr_menu_items li {
        margin: 0;
    }

    ul.ttr_menu_items li.ttr_menu_items_parent a,
    ul.ttr_menu_items li.ttr_menu_items_parent span.separator {
        float: none !important;
    }

    #ttr_menu .ttr_menu_items {
        display: block;
    }

    .ttr_vmenu_items ul.child li a {
        cursor: pointer;
        font-size: 14px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #696969;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
        text-transform: none;
        background-color: #FFFFFF;
        background: rgba(255, 255, 255, 1);
        background-clip: padding-box;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        display: block;
    }

    .nav.ttr_vmenu_items ul.child li a:hover {
        cursor: pointer;
        font-size: 14px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #696969;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
        text-transform: none;
        background-color: #FFFFFF;
        background: rgba(255, 255, 255, 1);
        background-clip: padding-box;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        display: block;
    }

    .nav-stacked > li + li {
        margin-top: 0;
    }

    .nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_arrow {
        background-color: #FFFFFF;
        background: rgba(255, 255, 255, 1);
        background-clip: padding-box;
        display: block;
        text-align: left;
        padding-left: 15px;
        padding-right: 10px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #696969;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
    }

    .nav.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link_arrow,
    ttr_ .nav.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link_active_arrow {
        background-color: #35B5EB;
        background: rgba(53, 181, 235, 0.4);
        background-clip: padding-box;
        display: block;
        text-align: left;
        padding-left: 15px;
        padding-right: 10px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #037FBB;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
    }

    .nav.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link,
    ttr_ .nav.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link_active {
        background-color: #FFFFFF;
        background: rgba(255, 255, 255, 1);
        background-clip: padding-box;
        display: block;
        text-align: left;
        padding-left: 4px;
        padding-right: 4px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-size: 15px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #333333;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
    }

    .menu-center {
        width: 100%;
        z-index: 99999;
    }

    .article_column {
        width: 100% !important;
        float: none !important;
        padding-right: 0 !important;
    }
}

.ttr_menu_items li a.ttr_menu_items_parent_link {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #037FBB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ttr_menu_items li a.ttr_menu_items_parent_link_arrow {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #037FBB;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: dotted #CBCBCB;
    border: dotted rgba(203, 203, 203, 1);
    border-width: 0px 0px 1px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    box-sizing: border-box;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ttr_menu_items li ul.child li a.subchild {
    text-align: left;
    line-height: 40px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    font-size: 14px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #4E4E4E;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    border-radius: 0px 0px 0px 0px;
    border: dashed #CBCBCB;
    border: dashed rgba(203, 203, 203, 1);
    border-width: 0px 0px 1px 0px;
    box-shadow: none;
}

.ttr_menu_items li a.ttr_menu_items_parent_link_active_arrow {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #94e894;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    line-height: 56px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav.ttr_menu_items li a.ttr_menu_items_parent_link_active {
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-family: "Microsoft JhengHei", "Times New Roman";
    font-weight: 400;
    font-style: normal;
    color: #94e894;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 0px 0px 0px 0px;
    border: solid #000000;
    border: solid rgba(0, 0, 0, 1);
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav.ttr_menu_items li:last-child .horiz_separator {
    display: none;
}

#ttr_page .ttr_menu_items li.toggled-on ul.child ul li:last-child .separator,
#ttr_page .ttr_menu_items li.toggled-on li.toggled-on ul li:last-child .separator,
#ttr_page .ttr_menu_items li.toggled-on li.toggled-on li.toggled-on ul li:last-child .separator,
#ttr_page .ttr_menu_items li.toggled-on ul.child li:last-child .separator {
    display: none;
}

/* Small Tabs (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    #ttr_header_inner {
        width: 100% !important;
    }

    #ttr_menu_inner_in {
        width: auto !important;
        text-align: center;
    }

    .ttr_vmenu_items li a.ttr_vmenu_items_parent_link_active {
        background-color: #36B1C0;
        background: rgba(54, 177, 192, 1);
        background-clip: padding-box;
        display: block;
        text-align: left;
        padding-left: 15px;
        padding-right: 10px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #FFFFFF;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
    }

    .nav.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link,
    ttr_ .nav.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link_active {
        background-color: #FFFFFF;
        background: rgba(255, 255, 255, 1);
        background-clip: padding-box;
        display: block;
        text-align: left;
        padding-left: 4px;
        padding-right: 4px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-size: 15px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #333333;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
    }

    body {
        margin: 0;
    }

    .logo {
        display: block;
        text-align: center;
    }

    #ttr_page {
        max-width: none !important;
        min-width: 0 !important;
        padding-top: 0;
    }

    .article_column {
        width: 100% !important;
        float: none !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width : 150px) and (max-width : 1024px) {
    .ttr_footer_bottom_footer_inner {
        width: 100% !important;
        text-align: center;
    }

    img {
        max-width: 100% !important;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .ttr_header_logo {
        background-size: 100% 100%;
    }

    #ttr_header_inner {
        width: 100% !important;
    }

    .ttr_slideshow_last {
        width: auto;

    }

    #ttr_page .ttr_footer_bottom_footer_inner {
        width: auto !important;
    }

    #ttr_page {
        max-width: none !important;
        min-width: 0 !important;
    }

    .ttr_banner_header {
        width: auto !important;
    }

    .ttr_banner_slideshow {
        width: auto !important;
    }

    .ttr_banner_menu {
        width: auto !important;
    }

    .footer-widget-area {
        width: auto !important;
    }
}

.one_column_left {
    width: 75% !important;
}

.zero_column {
    width: 100% !important;
}

.one_column_right {
    width: 85.24% !important;
}

.both_columns {
    width: 60.24% !important;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    label {
        font-weight: normal;
    }

    .totopshow {
        display: block;
    }

    #ttr_page {
        margin-top: 0px;
        margin-bottom: 0px;
        box-sizing: border-box;
    }

    .container {
        width: 100%;

    }

    .ttr_footer_bottom_footer_inner {
        height: 50px;
    }

    .ttr_footer_bottom_footer_inner,
    #ttr_footer_top_for_widgets {
        position: relative;
        margin: 0 auto;
    }

    #ttr_menu.navbar {
        height: 67px;
    }

    #ttr_menu_inner_in {
        min-height: 60px;
        height: auto;
        position: relative;
        margin: 0 auto;
    }

    .ttr_title_position {
        top: 60px;
        position: absolute;
        left: 39.71%;
        right: auto;
        display: block;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    header .ttr_title_style,
    header .ttr_title_style a,
    header .ttr_title_style a:link,
    header .ttr_title_style a:visited,
    header .ttr_title_style a:hover {
        margin: 0;
        line-height: normal;
        padding: 0;
        background: none;
    }

    .ttr_slogan_position {
        top: 90px;
        position: absolute;
        left: 42.91%;
        right: auto;
        position: absolute;
        display: block;
        overflow: hidden;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .ttr_slogan_style {
        margin: 0;
        line-height: normal;
        padding: 0;
        background: none;
    }

    .ttr_menu_logo {
        background-repeat: no-repeat;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        top: 11px;
        bottom: auto;
        left: 0%;
        margin: 0;
        height: 38px;
        width: 129px;
        display: block;
        position: absolute;
        border: 0 none;
        z-index: 500;
    }

    .navbar-default {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0px;
    }

    #ttr_page .ttr_menu_items li ul.child {
        left: 0px;
    }

    ul.TemplateToaster.Core.PreferenceModelmenu_items.nav li.dropdown:hover ul.dropdown-menu.unstyled {
        display: block;
        white-space: nowrap;
    }

    ul.ttr_menu_items.nav li.dropdown ul.dropdown-menu li.unstyled ul {
        list-style: none;
    }

    #ttr_sidebar_left ul.collapse ul#dropdown-menu {
        position: absolute !important;
    }

    #ttr_sidebar_leftul.dropdown-menu ul#dropdown-menu {}

    .nav.ttr_menu_items li a.ttr_menu_items_parent_link,
    .nav.ttr_menu_items li span.separator {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 56px;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0px;
        cursor: pointer;
        height: 60px;
        box-sizing: border-box;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_menu_items li a.ttr_menu_items_parent_link_arrow,
    .nav.ttr_menu_items li span.separator.ttr_menu_items_parent_link_arrow {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        background-image: none;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        box-sizing: border-box;
        cursor: pointer;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_menu_items li a.ttr_menu_items_parent_link_active_arrow {
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        line-height: 56px;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0px;
        height: 56px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_menu_items li a.ttr_menu_items_parent_link_active {
        display: block;
        cursor: pointer;
        box-sizing: border-box;
        height: 56px;
        line-height: 56px;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_menu_items li:last-child .horiz_separator {
        display: none;
    }

    nav#ttr_menu {
        max-width: 100%;

    }

    header#ttr_header {
        box-sizing: content-box;

    }

    .ttr_verticalmenu {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .dropdown-backdrop {
        position: relative;
    }

    .container {
        overflow: visible !important;
    }

    .nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link,
    .nav.ttr_vmenu_items li span.separator {
        display: block;
        cursor: pointer;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_arrow,
    .nav.ttr_vmenu_items li span.separator.ttr_vmenu_items_parent_link_arrow {
        display: block;
        background-image: none;
        cursor: pointer;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_active_arrow {
        cursor: pointer;
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_active {
        display: block;
        cursor: pointer;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_vmenu_items li:last-child .horiz_separator {
        display: none;
    }

    .ttr_footer_bottom_footer {
        height: 50px;
    }

    #ttr_copyright a,
    #ttr_copyright span {
        display: none;
    }

    #ttr_footer_designed_by_links {
        top: 17px;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
        overflow: auto;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    #ttr_footer_designed_by_links #ttr_footer_designed_by {
        display: inline-block;
    }

    #ttr_footer_designed_by_links a,
    #ttr_footer_designed_by_links a:link,
    #ttr_footer_designed_by_links a:visited,
    #ttr_footer_designed_by_links a:hover {
        display: inline-block;
    }

    .ttr_banner_header_inner_below0 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }

    .ttr_banner_header_inner_below1 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .ttr_banner_header_inner_below2 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .ttr_banner_header_inner_below3 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .ttr_banner_menu_inner_above0 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .ttr_footer-widget-area_inner_above0 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .ttr_footer-widget-area_inner_above1 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .ttr_footer-widget-area_inner_above2 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .ttr_footer-widget-area_inner_above3 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    #ttr_content_margin {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
        box-sizing: border-box;
    }

    #ttr_content {
        float: left;
        width: 63.4%;
        clear: none;
    }

    #nav {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        top: 346.22px;
        position: absolute;
        right: 0;
        left: 0;
        text-align: center;
    }

    .left-button {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        position: absolute;
        display: block;
        top: 52.83px;
        left: 0%;
        margin: 0;
    }

    .right-button {
        position: absolute;
        display: block;
        top: 52.83px;
        left: 95.45%;
        margin: 0;
    }

    .left-button {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        position: absolute;
        display: block;
        top: 192.83px;
        left: 0%;
        margin: 0;
    }

    .right-button {
        position: absolute;
        display: block;
        top: 192.83px;
        left: 140.37%;
        margin: 0;
    }

    #prev span {
        background-image: url(../images/Leftbutton.png);
        display: block;
        height: 30px;
        width: 30px;
        text-indent: -999px;
        font-size: 0px;
    }

    #next span {
        background-image: url(../images/Rightbutton.png);
        display: block;
        height: 30px;
        width: 30px;
        text-indent: -999px;
        font-size: 0px;
    }

    img.aligncenter {
        margin-left: auto;
        margin-right: auto;
    }

    .intro_img_caption {
        text-align: center;
    }

    .postedon {
        display: none;
    }

    .ttr_menu_items li a.ttr_menu_items_parent_link {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        cursor: pointer;
        box-sizing: border-box;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ttr_menu_items li a.ttr_menu_items_parent_link_arrow {
        display: block;
        padding-left: 10px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        box-sizing: border-box;
        cursor: pointer;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ttr_menu_items li a.ttr_menu_items_parent_link_active_arrow {
        float: left;
        padding-left: 5px;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        line-height: 56px;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_menu_items li a.ttr_menu_items_parent_link_active {
        display: block;
        cursor: pointer;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_menu_items li:last-child .horiz_separator {
        display: none;
    }

    #ttr_sidebar_left {
        width: 36.6% !important;
    }

    .one_column_left {
        width: 63.4% !important;
    }

    .zero_column {
        width: 100% !important;
    }

    .one_column_right {
        width: 100% !important;
    }

    .both_columns {
        width: 63.4% !important;
    }

    #ttr_content {
        width: 95.11%;
    }

    #ttr_sidebar_right {
        width: 0% !important;
    }
}

@media only screen and (max-width : 767px) {
    label {
        font-weight: normal;
    }

    .totopshow {
        display: block;
    }

    #ttr_page {
        margin-top: 0px;
        margin-bottom: 0px;
        box-sizing: border-box;
    }

    .container {
        width: 100%;

    }

    .ttr_footer_bottom_footer_inner,
    #ttr_footer_top_for_widgets {
        position: relative;
        margin: 0 auto;
    }

    #ttr_header_inner {
        height: 0px;
        position: relative;
        margin: 0 auto;
    }

    #navigationmenu {
        width: auto;
        margin: 0 auto;
    }

    #ttr_menu.navbar {
        min-height: 55px;
    }

    #ttr_menu_inner_in {
        min-height: 50px;
        height: auto;
        position: relative;
        margin: 0 auto;
    }

    .ttr_title_position {
        top: 0px;
        position: absolute;
        left: 0%;
        right: auto;
        display: block;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    header .ttr_title_style,
    header .ttr_title_style a,
    header .ttr_title_style a:link,
    header .ttr_title_style a:visited,
    header .ttr_title_style a:hover {
        margin: 0;
        line-height: normal;
        padding: 0;
        background: none;
    }

    .ttr_slogan_position {
        top: 0px;
        position: absolute;
        left: 0%;
        right: auto;
        position: absolute;
        display: block;
        overflow: hidden;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .ttr_slogan_style {
        margin: 0;
        line-height: normal;
        padding: 0;
        background: none;
    }

    .ttr_menu_logo {
        background-repeat: no-repeat;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 38px;
        width: 129px;
        display: block;
        position: absolute;
        border: 0 none;
        z-index: 500;
    }

    .navbar-nav {
        padding: 0;
        list-style: none;
        position: relative;
        margin: 0;
        z-index: 499;
        border: 0px !important;
        margin: 0;
        padding-top: 15px !important;
        text-align: left;
        zoom: 1;
    }

    .navbar-default {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    #ttr_page .ttr_menu_items li ul.child {
        left: 0px;
        top: 30px;
    }

    ul.ttr_menu_items.nav .dropdown-submenu.open > ul {
        display: block;
        visibility: visible;
    }

    .ttr_menu_items .child.dropdown-menu .sub-menu {
        display: none;
        left: 0;
        list-style: none outside none;
        position: absolute;
        top: 100%;
    }

    .ttr_menu_items .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .nav.ttr_menu_items li a.ttr_menu_items_parent_link,
    .nav.ttr_menu_items li span.separator {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        cursor: pointer;
        height: 50px;
        box-sizing: border-box;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_menu_items li a.ttr_menu_items_parent_link_arrow,
    .nav.ttr_menu_items li span.separator.ttr_menu_items_parent_link_arrow {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
        background-image: none;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        box-sizing: border-box;
        cursor: pointer;
        height: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ttr_menu_items li:hover a.ttr_menu_items_parent_link,
    .nav.ttr_menu_items li:hover span.separator {
        border-radius: 0px 0px 0px 0px;
        border: solid #000000;
        border: solid rgba(0, 0, 0, 0);
        border-width: 0px 0px 0px 0px;
        box-shadow: none;
    }

    .nav.ttr_menu_items li:hover a.ttr_menu_items_parent_link_arrow,
    .nav.ttr_menu_items li:hover span.separator.ttr_menu_items_parent_link_arrow {
        background-image: none;
        border-radius: 0px 0px 0px 0px;
        border: dotted #CBCBCB;
        border: dotted rgba(203, 203, 203, 1);
        border-width: 0px 0px 1px 0px;
        box-shadow: none;
    }

    .nav.ttr_menu_items li a.ttr_menu_items_parent_link_active_arrow {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        line-height: 50px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        height: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_menu_items li a.ttr_menu_items_parent_link_active {
        display: block;
        cursor: pointer;
        box-sizing: border-box;
        height: 50px;
        line-height: 50px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_menu_items li.active:hover a.ttr_menu_items_parent_link_active {
        border-radius: 0px 0px 0px 0px;
        border: solid #000000;
        border: solid rgba(0, 0, 0, 1);
        border-width: 0px 0px 0px 0px;
        box-shadow: none;
    }

    .nav.ttr_menu_items li.active:hover a.ttr_menu_items_parent_link_active_arrow {
        border-radius: 0px 0px 0px 0px;
        border: solid #000000;
        border: solid rgba(0, 0, 0, 0);
        border-width: 0px 0px 0px 0px;
        box-shadow: none;
    }

    .nav.ttr_menu_items li:last-child .horiz_separator {
        display: none;
    }

    .ttr_menu_items .horiz_separator {
        float: right;
        height: 30px;
    }

    nav#ttr_menu {
        max-width: 100%;

    }

    header#ttr_header {
        height: 0px;
        box-sizing: content-box;

    }

    .ttr_verticalmenu {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .dropdown-backdrop {
        position: relative;
    }

    .container {
        overflow: visible !important;
    }

    .nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link,
    .nav.ttr_vmenu_items li span.separator {
        display: block;
        line-height: 40px;
        cursor: pointer;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_arrow,
    .nav.ttr_vmenu_items li span.separator.ttr_vmenu_items_parent_link_arrow {
        display: block;
        line-height: 40px;
        background-image: none;
        cursor: pointer;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link,
    .nav.ttr_vmenu_items li:hover span.separator {
        line-height: 40px;
    }

    .nav.ttr_vmenu_items li:hover a.ttr_vmenu_items_parent_link_arrow,
    .nav.ttr_vmenu_items li:hover span.separator.ttr_vmenu_items_parent_link_arrow {
        background-image: none;
        line-height: 40px;
    }

    .nav.ttr_vmenu_items ul.child {}

    .nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_active_arrow {
        cursor: pointer;
        display: block;
        line-height: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_vmenu_items li a.ttr_vmenu_items_parent_link_active {
        display: block;
        cursor: pointer;
        line-height: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_vmenu_items li.active:hover a.ttr_vmenu_items_parent_link_active {}

    .nav.ttr_vmenu_items li.active:hover a.ttr_vmenu_items_parent_link_active_arrow {}

    .nav.ttr_vmenu_items li:last-child .horiz_separator {
        display: none;
    }

    .ttr_vmenu_items .horiz_separator {}

    #ttr_copyright,
    #ttr_copyright a,
    #ttr_copyright span {
        font-size: 12px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #FFFFFF;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
    }

    #ttr_copyright a,
    #ttr_copyright span {
        display: none;
    }

    #ttr_footer_designed_by_links {
        font-size: 12px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #FFFFFF;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
        top: 13px;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
        overflow: auto;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    #ttr_footer_designed_by_links {
        display: inline-block;
    }

    #ttr_footer_designed_by_links a,
    #ttr_footer_designed_by_links a:link,
    #ttr_footer_designed_by_links a:visited,
    #ttr_footer_designed_by_links a:hover {
        display: inline-block;
        font-size: 12px;
        font-family: "Microsoft JhengHei", "Times New Roman";
        font-weight: 400;
        font-style: normal;
        color: #FFFF00;
        text-shadow: none;
        text-align: left;
        text-decoration: none;
    }

    .ttr_banner_header_inner_below0 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }

    .ttr_banner_header_inner_below1 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
    }

    .ttr_banner_header_inner_below2 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
    }

    .ttr_banner_header_inner_below3 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
    }

    .ttr_banner_menu_inner_above0 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .ttr_banner_menu_inner_above0 .cell3 {
        display: none;
    }

    .contenttopcolumn0 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .contenttopcolumn1 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
    }

    .contenttopcolumn2 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
    }

    .ttr_footer-widget-area_inner_above0,
    .ttr_footer-widget-area_inner_above1,
    .ttr_footer-widget-area_inner_above2,
    .ttr_footer-widget-area_inner_above3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #ttr_content_margin {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        box-sizing: border-box;
    }

    #ttr_content {
        float: left;
        width: NaN%;
        clear: none;
    }

    #nav {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        top: 265px;
        position: absolute;
        right: 0;
        left: 0;
        text-align: center;
    }

    .left-button {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        position: absolute;
        display: block;
        top: 0px;
        left: 0%;
        margin: 0;
    }

    .right-button {
        position: absolute;
        display: block;
        top: 0px;
        left: 0%;
        margin: 0;
    }

    img.aligncenter {
        margin-left: auto;
        margin-right: auto;
    }

    .intro_img_caption {
        text-align: center;
    }

    h1.ttr_verticalmenu_heading,
    h2.ttr_verticalmenu_heading,
    h3.ttr_verticalmenu_heading,
    h4.ttr_verticalmenu_heading,
    h5.ttr_verticalmenu_heading,
    h6.ttr_verticalmenu_heading,
    p.ttr_verticalmenu_heading,
    span.ttr_verticalmenu_heading {
        line-height: 60px;
        background: none;
        margin: 0;
    }

    .postedon {
        display: none;
    }

    .open > .child {
        display: block;

    }

    .nav.navbar-nav li.ttr_menu_items_parent a {
        margin-bottom: 0px;

    }

    ul.ttr_menu_items {
        padding-top: 0 !important;

    }

    .ttr_vmenu_items .dropdown-submenu.open > ul {
        display: block !important;
        visibility: visible !important;
        position: static !important;
        float: none;
        list-style: none outside none;
    }

    .ttr_vmenu_items .dropdown-menu > li,
    .ttr_vmenu_items li ul.child li a {
        display: block !important;
    }

    ul.child ul {
        display: none;
    }

    .navbar-nav ul.dropdown-menu .sub-menu {
        left: 0px !important;
        position: static !important;
        top: 0px !important;
        float: none !important;
    }

    .ttr_vmenu_items .open .child {
        float: none;
        position: static;
        list-style: none outside none;

    }

    #ttr_menu .navbar-toggle {}

    #ttr_menu .navbar-toggle {
        border-radius: 0;
        padding: 7px 7px;
        float: left;
        margin-left: 10px;

    }

    #ttr_menu .navbar-toggle:hover,
    #ttr_menu .navbar-toggle:focus {
        float: left;
        margin-left: 10px;

    }

    #ttr_menu .navbar-toggle,
    #ttr_menu .navbar-toggle:hover,
    #ttr_menu .navbar-toggle:focus {}

    #ttr_menu .navbar-toggle {
        border-radius: 0px 0px 0px 0px;
        border: solid #7ce57e;
        border-width: 1px 1px 1px 1px;
        box-shadow: none;

    }

    nav#ttr_menu .icon-bar {
        background: #79d6ae;
        background-clip: padding-box;
    }

    #ttr_menu .navbar-toggle:hover,
    #ttr_menu .navbar-toggle:focus {
        border-radius: 0px 0px 0px 0px;
        border: solid #DCDCDC;
        border: solid rgba(220, 220, 220, 1);
        border-width: 0px 0px 0px 0px;
        box-shadow: none;
    }

    #ttr_menu.navbar {}

    #ttr_menu .navbar-nav {
        margin: 0;
        background-color: #555555c2;
    }

    .ttr_menu_items li a.ttr_menu_items_parent_link {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        background-color: transparent;
        background: rgba(255, 255, 255, 0);
        background-clip: padding-box;
        border-radius: 0px 0px 0px 0px;
        border: dotted #CBCBCB;
        border: dotted rgba(203, 203, 203, 1);
        border-width: 0px 0px 1px 0px;
        box-shadow: none;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        cursor: pointer;
        box-sizing: border-box;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ttr_menu_items li a.ttr_menu_items_parent_link_arrow {
        display: block;
        padding-left: 15px;
        background-color: transparent;
        background: rgba(255, 255, 255, 0);
        background-clip: padding-box;
        border-radius: 0px 0px 0px 0px;
        border: dotted #CBCBCB;
        border: dotted rgba(203, 203, 203, 1);
        border-width: 0px 0px 1px 0px;
        box-shadow: none;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        box-sizing: border-box;
        cursor: pointer;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ttr_menu_items li a.ttr_menu_items_parent_link_active_arrow {
        float: left;
        padding-left: 10px;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        line-height: 30px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_menu_items li a.ttr_menu_items_parent_link_active {
        display: block;
        cursor: pointer;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav.ttr_menu_items li:last-child .horiz_separator {
        display: none;
    }
}

div,
span,
img,
a,
.btn {
    transition: all 0.5s ease-in-out;
}

.ttr_image:after {
    display: none;
    content: none;
    display: inline;
    height: 0;
    visibility: hidden;
}

#ttr_footer .post_column.col-lg-3.col-md-6.col-sm-6.col-xs-12 {
    padding: 25px 60px 25px 40px;
}

.ttr_footer_bottom_footer {
    background-color: #84c79a;
}

.ttr_about-us_html_row3.row .ttr_image:after {
    display: none;
}

.ttr_home_html_row1.row .post_column.col-lg-3.col-md-6.col-sm-6.col-xs-12 img.ttr_uniform,
.ttr_about-us_html_row4.row .post_column.col-lg-4.col-md-4.col-sm-4.col-xs-12 img.ttr_uniform,
.ttr_Services_html_row2.row .post_column.col-lg-3.col-md-6.col-sm-6.col-xs-12 img.ttr_uniform,
.ttr_Services_html_row5.row .post_column.col-lg-4.col-md-4.col-sm-4.col-xs-12 img.ttr_uniform {
    background-color: #1897D7;
    border-radius: 50%;
}

.ttr_home_html_row1.row .post_column.col-lg-3.col-md-6.col-sm-6.col-xs-12 :hover img.ttr_uniform,
.ttr_about-us_html_row4.row .post_column.col-lg-4.col-md-4.col-sm-4.col-xs-12:hover img.ttr_uniform,
.ttr_Services_html_row2.row .post_column.col-lg-3.col-md-6.col-sm-6.col-xs-12:hover img.ttr_uniform,
.ttr_Services_html_row5.row .post_column.col-lg-4.col-md-4.col-sm-4.col-xs-12:hover img.ttr_uniform {
    background-color: #1C1D21;
}

.ttr_home_html_row2.row .post_column.col-lg-4.col-md-6.col-sm-6.col-xs-12 img.ttr_uniform:hover,
.ttr_about-us_html_row3.row .post_column.col-lg-3.col-md-6.col-sm-6.col-xs-12:hover img.ttr_uniform,
.ttr_Projects_html_row1.row .post_column.col-lg-4.col-md-6.col-sm-6.col-xs-12:hover img.ttr_uniform {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
    transform: scale(1.1);
}

.ttr_home_html_row3.row .post_column.col-lg-6.col-md-12.col-sm-12.col-xs-12 img {
    border-radius: 50%;
}

.ttr_home_html_row3.row,
.ttr_about-us_html_row2.row {
    background-attachment: fixed;
}

#ttr_footer .tt_link > span {
    color: #1897D7 !important;
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
select {
    box-shadow: none;
    margin-bottom: 5px;
}

form.form-horizontal {
    width: 90%;
    margin: 10px auto;
    background-color: #dbe0e3;
    border: 1px solid #c0d3e0;
    padding: 30px;
    border-radius: 8px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 150px) and (max-width : 767px) {
    #ttr_footer .post_column.col-lg-3.col-md-6.col-sm-6.col-xs-12 {
        padding: 25px 20px;
    }
}

.clear {
    clear: both;
}

.login {}

#modRandomArticle111 .column {
    border-bottom: 1px solid #999;
}

.visdatatable {
    background-color: #a9bcce;
}