/* GENERAL */
body {
    background: #ffffff;
    font-family: Geneva, Tahoma, Verdana, sans-serif;
    font-size: 12px;
}
a {
    color: #838383;
}
a:hover, a:focus {
    color:inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Geneva, Tahoma, Verdana, sans-serif;
}
ul {
    padding: 0;
}
td {
    padding: 10px;
}
td img {
    margin: 0 auto;
}
td, tr td {
    border: 1px solid #dddddd;
}
.no-padding {
    padding: 0 !important;
}
.no-padding .module-ct {
    padding: 0 !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: transparent;
}
.page-title, .page-header h1 {
    font-size: 15px;
    color: #bc1020;
    letter-spacing: 1px;
}
.btn-red {
    background-color: #bc1020;
    border-color: #bc1020;
    margin: 10px;
    color: #ffffff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
    color: #ffffff;
}
/* FLEX COL */
.flex-col {
    display: flex;
}
.f-col {
    flex: 1 1 0;
}
.f-col > .module > .module-inner {
    height: 100%;
}
.f-col .module > .module-inner > .module-ct {
    height: 100%;
}
.f-col .module > .module-inner > .module-ct > .custom {
    height: 100%;
}
.f-col2 {
    flex: 2 1 0;
}
.f-col2 > .module > .module-inner {
    height: 100%;
}
.f-col2 .module > .module-inner > .module-ct {
    height: 100%;
}
.f-col2 .module > .module-inner > .module-ct > .custom {
    height: 100%;
}

/* JUSTIFY CONTENT */
.justify-content {
    text-align: justify;
}
.justify-content::after {
    content: "";
    display: inline-block;
    width: 100%;
}
figure.pull-left img {
    margin-right: 10px;
}
figure.pull-right img {
    margin-left: 10px;
}
img.pull-left {
    margin-right: 10px;
}
img.pull-right {
    margin-left: 10px;
}
/* CONTAINER */
@media (min-width: 1200px) {
    .container {
        overflow: hidden;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        overflow: hidden;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        overflow: hidden;
        width: 100%;
    }
}
/* T3 WRAPPER */
.t3-wrapper {
    background-color: transparent;
}
@media (min-width: 767px) {
    .t3-wrapper {
        margin-left: 70px;
    }
}
/* T3 HEADER */
.t3-header {
    padding: 0 10px;
    background: #ffffff;
    border-bottom: 1px solid #ce2427;
    padding-bottom: 5px;
    padding-top: 5px;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(204,204,204,0.6);
    -moz-box-shadow: 0px 3px 4px 0px rgba(204,204,204,0.6);
    box-shadow: 0px 3px 4px 0px rgba(204,204,204,0.6);
}
.t3-header .row {
    margin-right: -10px;
    margin-left: -10px;
}
/* LOGO */
.logo {
    padding-bottom: 3px;
    padding-top: 3px;
}
.right-logo {
    padding-top: 1px;
    padding-bottom: 1px;
}
.slogan {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
.slogan p {
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
}
.slogan p.h3 {
    margin: 10px 0;
    color: #bc1020;
    font-size: 24px;
}
/* T3 MODULE */
.t3-module {
    margin-bottom: 0px;
}
.t3-module hr {
    border-color: #999999;
}
.module-title {
    background-color: #d8ddc3;
    border-bottom: 1px solid #ffffff;
    color: #acb292;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
}
.module-ct {
    padding: 10px;
}
.module-ct .custom > ul {
    margin-left: 0;
    padding-left: 5px;
}
/* SIDE PANEL */
.sidepanel {
    background-image: url(../images/slidebar-bg.jpg);
    background-repeat: repeat;
    color: #fff;
    left: 0;
    height: 100vh;
    padding: 10px 10px 0 10px;
    position: fixed !important;
    top: 0;
    width: 70px;
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
    border-right: 1px solid rgba(255,255,255,.08);
}
.sidepanel .btn-primary {
    background-color: transparent;
    color: #ffffff;
}
.sidepanel .fa-bars:before {
    font-size: 30px;
}
/* SOCIAL MENU */
.social-menu .module-ct {
    padding: 0;
}
.social-menu a {
    border-radius: 0;
    padding: 10px 0 !important;
    text-align: center;
}
.social-menu .nav > li > a:hover, .social-menu .nav > li > a:focus {
    background-color: transparent;
}

/* FOOTER */
.t3-footer {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: repeat;
    background-color: #111111;
    color: #ffffff;
}
.t3-footnav {
    padding: 5px 0;
}
.t3-footnav > div {
    padding: 0;
}
@media (max-width: 767px) {
    .t3-footnav > div {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .t3-spotlight.t3-footnav > div {
        width: 20%;
    }
}
.t3-footnav .t3-module {
    background: transparent;
}
.t3-footnav .t3-module .module-title {
    background: transparent none repeat scroll 0 0;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}
.t3-footnav .t3-module ul > li > a {
    font-size: 13px;
    padding: 0;
}
.t3-footnav .t3-module ul > li > a:before {
    content: "\f111";
    font-family: fontawesome;
    margin-right: 10px;
    font-size: 5px;
    line-height: 13px;
    vertical-align: middle;
}
.t3-footer .nav > li > a:hover,
.t3-footer .nav > li > a:focus {
    background: transparent;
}
.t3-footnav img {
    max-width: 200px;
}
.t3-footer iframe {
    max-width: 100%;
    margin: 0 calc(50% - 92.5px);
}
.t3-copyright {
    padding: 10px 0;
    border: none;
    color: #555555;
}
.copyright {
    margin: 0;
}
.copyright li {
    display: inline-block;
}
.copyright li > a {
    padding: 0 5px;
    border-right: 1px solid #555555;
    color: #555555;
    border-radius: 0;
    line-height: 13px;
}
.copyright li:last-child > a {
    border: none;
}
/* BANNER */
.banner {
    -webkit-box-shadow: 0px 3px 4px 0px rgba(204,204,204,0.6);
    -moz-box-shadow: 0px 3px 4px 0px rgba(204,204,204,0.6);
    background-color: #FEFCE3;
    box-shadow: 0px 3px 4px 0px rgba(204,204,204,0.6);
    max-height: 350px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner {
        height: auto;
        max-height: 100% !important;
        margin: 0 auto;
    }
}
.banner .t3-module {
    margin: 0;
}
.banner .module-ct {
    padding: 0;
}
.banner-1 {
    padding: 0 5px 0 0;
}
.banner-1 .vina-nivo-islider {
    padding-left: 2px !important;
}
.banner-2 {
    background-color: #FEFCE3;
    color: #ffffff;
    max-height: 352px;
    overflow: hidden;
    padding: 0 10px 0 0;
}
/* SLIDESHOW */
.slideshow .ja-ss-item img {
    max-height: 350px;
}
.slideshow .ja-ss-desc {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    color: #ffffff;
    top: 81%;
}
.slideshow .ja-ss-desc h3 {
    font-size: 16px;
}
/* EVENTS */
.events {
    padding: 0 ;
}
@media (min-width: 768px) and (max-width: 991px) {
    .events .t3-module {
        float: left;
        width: 50%;
        padding: 10px !important;
    }
}
.events .module-title {
    background-color: #10348c;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}
.events .module-ct {
    padding: 10px;
}

/* JEVENTS LATEST EVENT */
.events .jeventslatest {
    padding-top: 10px;
}
.events .jev_red .jevdateiconmod {
    background-color: #ffffff;
    border: 1px solid #BC1020 !important;
    margin-left: 0;
    width: 50px;
    display: inline-block;
    margin-bottom: 10px;
}
.events .jev_red .jevdateicon1 {
    background-color: #FFFFFF !important;
    color: #BC1020 !important;
    padding: 5px 0;
    display: block;
    width: 100%;
    text-align: center;
}
.events .jevdateicon2 {
    color: #ffffff !important;
    background-color: #BC1020 !important;
    padding: 5px 0;
    display: block;
    width: 100%;
    text-align: center;
}
.events .jeventslatest .jeviconnotdate {
    line-height: 18px;
    margin-bottom: 5px !important;
    display: inline-block;
    width: calc(100% - 55px);
}
.events .mod_events_latest_content > a {
    color: #ffffff;
}
.events .jeventslatest .jeviconnotdate {
    line-height: 18px;
    margin-bottom: 5px !important;
}
.events span.mod_events_latest_date {
    color: #565656;
}
.events span.mod_events_latest_content {
    color: #bc1020 !important;
}
span.mod_events_latest_content > a {
    color: #bc1020 !important;
}

/* JEVENTS CALENDAR */
table.flatcal_main_t {
    margin: 0 !important;
}
.flatcal_navbar {
    background-color: #335ec6 !important;
}
#flatcal_minical table tr, #flatcal_minical table td {
    padding: 0;
}
#flatcal_minical .flatcal_month_label {
    width: 75% !important;
    color: #ffffff !important;
    height: auto !important;
    padding: 10px 0;
    font-size: 12px !important;
}
table.flatcal_weekdays td {
    background-color: #FEFCE3 !important;
    border: 1px solid #cccccc !important;
    padding: 0px !important;
    text-align: center !important;
    font-size: 12px !important;
    height: 25px !important;
    vertical-align: middle;
}
.t3-sidebar table.flatcal_weekdays td {
    background-color: #ffffff !important;
}
tr.full_cal_link {
    display: none;
}
#flatcal_minical .flatcal_daylink, #flatcal_minical .flatcal_sundaylink, #flatcal_minical .flatcal_busylink {
    font-size: 11px !important;
}
#flatcal_minical a.flatcal_busylink, #flatcal_minical .flatcal_todaycell a.flatcal_busylink {
    display: inline-block;
    color: #555555 !important;
    background: #fff568;
    border-radius: 0px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding: 0 !important;
}
/* JEVENTS DETAIL PAGE */
div#jevents_header {
    display: none;
}
.jevbootstrap h2.contentheading {
    font-size: 15px;
    font-weight: 500;
    color: #BC1020;
    letter-spacing: 1px;
    margin-top: 0;
}
td.ev_detail.vtop {
    padding-top: 30px;
    line-height: 30px !important;
}
a.jev_back.btn {
    display: none;
}
#jevents_body .contentpaneopen table td {
    border: 1px solid #cccccc;
}
#jevents_body .contentpaneopen  table p {
    margin: 0;
}
/*#jevents_body .contentpaneopen tr:nth-child(3) td {
    border: medium none;
}*/
/* JEVENTS FROM CALENDAR */
legend.ev_fieldset {
    font-size: 15px;
    font-weight: 500;
    color: #bc1020;
    letter-spacing: 1px;
    border: none;
}
#jevents_body .cal_td_daysnames {
    background-color: transparent;
    background-image: none;
    border: 1px solid black;
}
#jevents_body td.ev_td_left {
    background-color: transparent;
    background-image: none;
    vertical-align: middle;
}
#jevents_body ul.ev_ul li.ev_td_li {
    border: none;
}
/* THUMBNAIL IMG */
.thumbnail-img {
    padding: 10px;
    text-align: center;
}

/* SPOTLIGHT 1 */
.spl-1 {
    margin: 5px 10px 10px;
    max-width: calc(100% - 20px);
}
.spl-1 .t3-module {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
/* SPOT 1 */
.spot-1 {
    padding: 0 5px 0 0;
}
.spot-1 .t3-module {
    background: rgba(214,219,191,1);
    background: -moz-linear-gradient(top, rgba(214,219,191,1) 0%, rgba(254,255,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,219,191,1)), color-stop(100%, rgba(254,255,232,1)));
    background: -webkit-linear-gradient(top, rgba(214,219,191,1) 0%, rgba(254,255,232,1) 100%);
    background: -o-linear-gradient(top, rgba(214,219,191,1) 0%, rgba(254,255,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(214,219,191,1) 0%, rgba(254,255,232,1) 100%);
    background: linear-gradient(to bottom, rgba(214,219,191,1) 0%, rgba(254,255,232,1) 100%);
    border: 1px solid #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dbbf', endColorstr='#feffe8', GradientType=0 );
}
.spot-1 img {
    margin-right: 10px;
}
/* SPOT 2 */
.spot-2 {
    padding: 0;
}
.spot-2 .t3-module {
    background: rgba(36,36,36,1);
    background: -moz-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,36,36,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(36,36,36,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#000000', GradientType=0 );
}
.spot-2 .t3-module .module-inner {
    width: 100%;
}
/* SPOTLIGHT 2 */
.spl-2 {
    margin: 5px 10px 10px;
    max-width: calc(100% - 20px);
}
.spl-2 img {
    -webkit-box-shadow: 0px 0px 4px 3px rgba(204,204,204,0.6);
    -moz-box-shadow: 0px 0px 4px 3px rgba(204,204,204,0.6);
    box-shadow: 0px 0px 4px 3px rgba(204,204,204,0.6);
}
.spot-3 {
    color: #ffffff;
    padding: 0;
}
.spot-3 .t3-module {
    background-color: #D60201;
    height: 100%;
}
.three-col {
    padding: 0;
}
.spot-4, .spot-5, .spot-6 {
    height: 100%;
}
.spot-4 .t3-module, .spot-5 .t3-module, .spot-6 .t3-module {
    height: 100%;
}
.spot-4 .t3-module {
    background-color: #f3f5dd;
    border: 1px solid #ffffff;
}
.spot-5 .t3-module {
    background-color: #f3f5dd;
    border: 1px solid #ffffff;
}
.spot-6 .t3-module {
    background-color: #f3f5dd;
    border: 1px solid #ffffff;
}

/* OFF-CANVAS SIDEBAR */
.off-canvas-toggle {
    background-color: transparent;
    color: #111111;
}
.t3-off-canvas {
    background-color: #ffffff;
}
.t3-off-canvas .t3-off-canvas-header {
    background-color: #eeeeee;
}
.t3-off-canvas .t3-off-canvas-body {
    padding: 0;
}
.t3-off-canvas-body .module-ct {
    padding-left: 0;
    padding-right: 0;
}
/* BLOCKS */
.blocks {
    margin-bottom: 10px;
}
.blocks a {
    color: #BC1020 !important;
}
.blocks .row-1 {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .blocks {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .blocks .col-1 {
        width: 30%;
    }
    .blocks .col-2 {
        width: 70%;
    }
    .blocks .row > div {
        padding-left: 10px;
        padding-right: 15px;
    }
    .blocks .row > div + div {
        padding-left: 0;
        padding-right: 10px;
    }
    .blocks .col-2 .row > div {
        padding-right: 0;
    }
    .blocks .col-2 .row > div + div {
        padding-left: 5px;
    }
    .blocks .col-2 .row > div:last-child {
        padding-right: 15px;
    }
    .blocks .col-2 .row.row-2 {
        margin-left: -5px;
        margin-right: 0;
    }
    .blocks .col-2 .row.row-2 > div:first-child {
        margin: 0;
    }
    .blocks .col-2 .row.row-2 > div {
        margin-left: 5px;
        padding: 0;
        width: calc((100% - 15px) / 4) !important;
    }
}
.blocks .t3-module + .t3-module {
    margin-top: 10px;
}
.blocks .module-title {
    color: #ffffff;
}
.blocks .module-ct .container {
    padding-left: 0;
    padding-right: 0;
}
.block-2, .block-3 {
    overflow: hidden;
}
.block-4, .block-5, .block-6 {
    overflow: hidden;
}
.block-1 .container {
    padding-bottom: 15px;
    padding-top: 15px;
}
.block-1 h5 {
    color: #ff0000;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.block-1 img.pull-right {
    margin-left: 10px;
}
.block-1 img.pull-left {
    margin-right: 10px;
}        
.block-1 .container > p {
    text-align: justify;
}
.block-1 .container > a {
    color: #ff0000;
}
.block-2 img.pull-left {
    margin-right: 5px;
}
.block-2 img.pull-right {
    margin-left: 5px;
}
.block-1 .t3-module {
    height: auto;
}
.block-2 .t3-module {
    height: 100%;
}
.block-3 img {
    padding: 8.5px 4.5px;
}
.block-3 .t3-module, .block-4 .t3-module, .block-5 .t3-module,  .block-6 .t3-module {
    height: 100%;
}
.block-4 .module-title, .block-5 .module-title, .block-6 .module-title {
    height: 26px;
}
.block-4 .module-ct, .block-5 .module-ct, .block-6 .module-ct {
    height: calc(100% - 26px);
}
.blocks .nav > li > a {
    border-radius: 0;
    padding: 7.4px 15px;
    border-bottom: 1px solid #cccccc;
    color: #111111 !important;
    text-transform: uppercase;
}
.blocks .nav > li:last-child > a {
    border: none;
}
.blocks .nav > li > a:hover, .blocks .nav > li > a:focus {
    background-color: transparent;
}
.nav > li > a > span.image-title {
    margin-left: 15px;
    text-transform: uppercase;
}
.blocks .nav > li > a > img {
    max-width: 18px;
}
.blocks .nav-pills > li.active > a, 
.blocks .nav-pills > li.active > a:hover, 
.blocks .nav-pills > li.active > a:focus {
    background-color: transparent;
}
/* MAINBODY */
.t3-mainbody {
    padding-top: 0;
}
/* CONTENT */
.page-header {
    border: medium none;
    margin-bottom: 0;
}
.page-title {
    color: #bc1020;
    font-size: 15px;
    text-transform: uppercase;
}
/* T3 SIDEBAR */
.t3-sidebar .t3-module {
    margin-bottom: 10px;
}
.t3-sidebar .nav > li > a {
    border-radius: 0;
    padding: 7.4px 15px;
    border-bottom: 1px solid #cccccc;
    color: #111111 !important;
    text-transform: uppercase;
}
.t3-sidebar .nav > li:last-child > a {
    border: none;
}
.t3-sidebar .nav > li > a:hover, .blocks .nav > li > a:focus {
    background-color: transparent;
}
t3-sidebar .nav > li > a > span.image-title {
    margin-left: 15px;
    text-transform: uppercase;
}
.t3-sidebar .nav > li > a > img {
    max-width: 18px;
}
.t3-sidebar .nav-pills > li.active > a, 
.t3-sidebar .nav-pills > li.active > a:hover, 
.t3-sidebar .nav-pills > li.active > a:focus {
    background-color: transparent;
}
/*  MODULE CLASS SUFFIX */
.white.t3-module {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.gray-blue .module-title {
    background: rgba(152,150,150,1);
    background: -moz-linear-gradient(top, rgba(152,150,150,1) 0%, rgba(168,165,165,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(152,150,150,1)), color-stop(100%, rgba(168,165,165,1)));
    background: -webkit-linear-gradient(top, rgba(152,150,150,1) 0%, rgba(168,165,165,1) 100%);
    background: -o-linear-gradient(top, rgba(152,150,150,1) 0%, rgba(168,165,165,1) 100%);
    background: -ms-linear-gradient(top, rgba(152,150,150,1) 0%, rgba(168,165,165,1) 100%);
    background: linear-gradient(to bottom, rgba(152,150,150,1) 0%, rgba(168,165,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#989696', endColorstr='#a8a5a5', GradientType=0 );
    color: #ffffff;
}
.gray-blue.t3-module {
    background: rgba(225,218,253,1);
    background: -moz-linear-gradient(top, rgba(225,218,253,1) 0%, rgba(250,247,252,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,218,253,1)), color-stop(100%, rgba(250,247,252,1)));
    background: -webkit-linear-gradient(top, rgba(225,218,253,1) 0%, rgba(250,247,252,1) 100%);
    background: -o-linear-gradient(top, rgba(225,218,253,1) 0%, rgba(250,247,252,1) 100%);
    background: -ms-linear-gradient(top, rgba(225,218,253,1) 0%, rgba(250,247,252,1) 100%);
    background: linear-gradient(to bottom, rgba(225,218,253,1) 0%, rgba(250,247,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1dafd', endColorstr='#faf7fc', GradientType=0 );
    border: 1px solid #cccccc;
}
.brown .module-title {
    background: rgba(147,129,46,1);
    background: -moz-linear-gradient(top, rgba(147,129,46,1) 0%, rgba(200,176,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,129,46,1)), color-stop(100%, rgba(200,176,39,1)));
    background: -webkit-linear-gradient(top, rgba(147,129,46,1) 0%, rgba(200,176,39,1) 100%);
    background: -o-linear-gradient(top, rgba(147,129,46,1) 0%, rgba(200,176,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(147,129,46,1) 0%, rgba(200,176,39,1) 100%);
    background: linear-gradient(to bottom, rgba(147,129,46,1) 0%, rgba(200,176,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93812e', endColorstr='#c8b027', GradientType=0 );
    color: #ffffff;
}
.brown.t3-module {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.light-brown .module-title {
    background: rgba(84,67,34,1);
    background: -moz-linear-gradient(top, rgba(84,67,34,1) 0%, rgba(199,173,144,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(84,67,34,1)), color-stop(100%, rgba(199,173,144,1)));
    background: -webkit-linear-gradient(top, rgba(84,67,34,1) 0%, rgba(199,173,144,1) 100%);
    background: -o-linear-gradient(top, rgba(84,67,34,1) 0%, rgba(199,173,144,1) 100%);
    background: -ms-linear-gradient(top, rgba(84,67,34,1) 0%, rgba(199,173,144,1) 100%);
    background: linear-gradient(to bottom, rgba(84,67,34,1) 0%, rgba(199,173,144,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#544322', endColorstr='#c7ad90', GradientType=0 );
    color: #ffffff;
}
.light-brown.t3-module {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.orange .module-title {
    background: rgba(252,106,27,1);
    background: -moz-linear-gradient(top, rgba(252,106,27,1) 0%, rgba(251,161,100,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,106,27,1)), color-stop(100%, rgba(251,161,100,1)));
    background: -webkit-linear-gradient(top, rgba(252,106,27,1) 0%, rgba(251,161,100,1) 100%);
    background: -o-linear-gradient(top, rgba(252,106,27,1) 0%, rgba(251,161,100,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,106,27,1) 0%, rgba(251,161,100,1) 100%);
    background: linear-gradient(to bottom, rgba(252,106,27,1) 0%, rgba(251,161,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6a1b', endColorstr='#fba164', GradientType=0 );
    color: #ffffff;
}
.orange.t3-module {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.red .module-title {
    background: rgba(252,27,27,1);
    background: -moz-linear-gradient(top, rgba(252,27,27,1) 0%, rgba(251,123,100,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,27,27,1)), color-stop(100%, rgba(251,123,100,1)));
    background: -webkit-linear-gradient(top, rgba(252,27,27,1) 0%, rgba(251,123,100,1) 100%);
    background: -o-linear-gradient(top, rgba(252,27,27,1) 0%, rgba(251,123,100,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,27,27,1) 0%, rgba(251,123,100,1) 100%);
    background: linear-gradient(to bottom, rgba(252,27,27,1) 0%, rgba(251,123,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1b1b', endColorstr='#fb7b64', GradientType=0 );
    color: #ffffff;
}
.red.t3-module {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.firebrick .module-title {
    background: rgba(147,46,46,1);
    background: -moz-linear-gradient(top, rgba(147,46,46,1) 0%, rgba(200,39,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,46,46,1)), color-stop(100%, rgba(200,39,39,1)));
    background: -webkit-linear-gradient(top, rgba(147,46,46,1) 0%, rgba(200,39,39,1) 100%);
    background: -o-linear-gradient(top, rgba(147,46,46,1) 0%, rgba(200,39,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(147,46,46,1) 0%, rgba(200,39,39,1) 100%);
    background: linear-gradient(to bottom, rgba(147,46,46,1) 0%, rgba(200,39,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#932e2e', endColorstr='#c82727', GradientType=0 );
    color: #ffffff;
}
.firebrick.t3-module {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.palegreen .module-title {
    background: rgba(197,253,133,1);
    background: -moz-linear-gradient(top, rgba(197,253,133,1) 0%, rgba(209,250,151,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197,253,133,1)), color-stop(100%, rgba(209,250,151,1)));
    background: -webkit-linear-gradient(top, rgba(197,253,133,1) 0%, rgba(209,250,151,1) 100%);
    background: -o-linear-gradient(top, rgba(197,253,133,1) 0%, rgba(209,250,151,1) 100%);
    background: -ms-linear-gradient(top, rgba(197,253,133,1) 0%, rgba(209,250,151,1) 100%);
    background: linear-gradient(to bottom, rgba(197,253,133,1) 0%, rgba(209,250,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5fd85', endColorstr='#d1fa97', GradientType=0 );
    color: #ffffff;
}
.palegreen.t3-module {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.chrome .module-title {
    background: rgba(217,168,100,1);
    background: -moz-linear-gradient(top, rgba(217,168,100,1) 0%, rgba(242,200,49,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,168,100,1)), color-stop(100%, rgba(242,200,49,1)));
    background: -webkit-linear-gradient(top, rgba(217,168,100,1) 0%, rgba(242,200,49,1) 100%);
    background: -o-linear-gradient(top, rgba(217,168,100,1) 0%, rgba(242,200,49,1) 100%);
    background: -ms-linear-gradient(top, rgba(217,168,100,1) 0%, rgba(242,200,49,1) 100%);
    background: linear-gradient(to bottom, rgba(217,168,100,1) 0%, rgba(242,200,49,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9a864', endColorstr='#f2c831', GradientType=0 );
    color: #ffffff;
}
.chrome.t3-module {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.lightblue-bg {
    background-image: url('/images/m-b-1.jpg');
}
.darkblue-bg {
    background-image: url('/images/m-b-2.jpg');
}
.greyblue-bg {
        background-image: url('/images/m-b-3.png');
}
.t3-module.grey-border {
    border: 1px solid #cccccc;
}
/* S5 ACCORDION MENU */
body div#s5_va_accordion {
    border: none !important;
}
body #s5_accordion_menu h3.s5_am_toggler {
    height: 30px;
}
body div.s5_accordion_menu_element li {
    padding-bottom: 5px;
    padding-top: 5px;
}
body div.s5_accordion_menu_element li a {
    font-size: 12px;
}
body ul.s5_am_innermenu ul.s5_am_innermenu {
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 5px;
}
body .s5_am_inner_li > .s5_am_innermenu > .s5_am_inner_li {
    padding-left: 10px;
}
body #s5_accordion_menu h3.s5_am_toggler {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}
body #s5_accordion_menu h3.s5_am_open {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}
body .s5_am_parent::after {
    content: "+";
    float: right;
}
body .s5_am_parent.s5_am_open::after {
    content: "-";
    float: right;
}
/* YJ VERRTICAL MENU */
.yj-vertical-menu .yj-vertical-menu-item > a {
    color: #294b9e;
}
ul.yj-vertical-menu li.yj-vertical-menu-item a,
ul.yj-vertical-menu li.yj-vertical-menu-item .separator {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #efefef !important;
    color: #294B9E;
    display: block;
    height: 45px !important;
    line-height: 45px !important;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: 15px !important;
    text-transform: uppercase;
}
ul.yj-vertical-menu li.yj-vertical-menu-item a.isactivea,
ul.yj-vertical-menu li.yj-vertical-menu-item a:hover,
ul.yj-vertical-menu li.yj-vertical-menu-item .separator:hover {
    background: #efefef !important;
}
ul.split-cols li.parent ul.yj-vertical-menu-group li.parent.yj-vertical-menu-item ul.yj-vertical-menu-group {
    width: 502px;
    max-height: 380px;
    overflow: hidden;
}
ul.split-cols li.parent ul.yj-vertical-menu-group li.parent.yj-vertical-menu-item ul.yj-vertical-menu-group li {
    width: 250px;
    float: left;
}
ul.split-cols li.parent ul.yj-vertical-menu-group li.parent.yj-vertical-menu-item ul.yj-vertical-menu-group li > a {
    float: left !important;
    width: 250px;
    clear: none !important;
    border-right: 1px solid #efefef;
}
/* S5 VERTICAL ACCORDION */
.t3-module h3.s5_va_inactive {
    background: none;
    margin-top: 0;
    height: 30px;
    border-bottom: 1px solid #cccccc;
}
.t3-module h3.s5_va_active {
    background: none;
    margin-top: 0;
    height: 30px;
    border-bottom: 1px solid #cccccc;
}
.t3-module span.s5_va_h3_inner_span {
    margin: 0;
    height: 30px !important;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 10px !important;
    background: none !important;
}
.t3-module .s5_va_element {
    border-bottom: 1px solid #cccccc;
}
/* JA TABSWRAP */
.ja-tabswrap .ja-tab-content {
    font-size: 12px;
    padding: 10px !important;
    line-height: 15px !important;
}
.ja-tabswrap div.ja-tab-subcontent {
    line-height: 1.5 !important;
    text-align: justify;
}
.lead .ja-tabs-title-top ul.ja-tabs-title li {
    border: none !important;
    background-color: #bc1020 !important;
    color: #ffffff !important;
}
.lead .ja-tabs-title-top ul li.active h3, 
.lead .ja-tabs-title-top ul li.firstactive h3, 
.lead .ja-tabs-title-top ul li.lastactive h3 {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-bottom: none !important;
}
/* LOGIN PAGE */
.login form.form-horizontal {
    margin-top: 20px;
}
.login label {
    font-weight: normal;
    font-size: 14px;
}
.login .form-group {
    width: 50%;
    display: inline-block;
}
/* CHRONOFORMS */
p.chrono_credits {
    display: none;
}
.t3-content .gbs3 h3, .t3-content .gbs3 .h3 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #bc1020;
    margin-top: 0;
}
.gbs3 div#form-row-btn_submit {
    float: left;
    padding-right: 20px;
}
.gbs3 div#form-row-btn_reset {
    float: left;
}
/* Sitemap */
.t3-content .sitemap ul {
    padding-left: 20px;
}
h2.menutitle {
    font-size: 15px;
    color: #bc1020;
    letter-spacing: 1px;
    margin-top: 0;
}
/* Sobopro */
.SobiPro .row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.SobiPro .page-header {
    font-size: 16px !important;
}
.spDetailEntry div > strong {
    display: inline-block;
    width: 40%;
}
.spDetailEntry div {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}
.spDetailEntry div.spEntryCats {
    border: none;
}
.SobiPro .spDetailEntry .spManage {
    border: none;
}
@media (max-width: 991px) {
    #sj-popup-202 .sj-popup {
        width: calc(100% - 40px) !important;
        margin: 20px !important;
        top: auto !important;
        left: auto !important;
        height: auto !important;
        background: transparent !important;
    }
    .sj_popup_wrap .relative {
        background-size: contain !important;
        background-repeat-y: no-repeat !important;
        background-position: top center !important;
    }
}
.SobiPro .navbar-default .navbar-collapse, 
.SobiPro .navbar-default .navbar-form {
    float: right;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        padding-bottom: 10px;
        width: 49%;
    }
}
.SobiPro label, 
.SobiPro input, 
.SobiPro button, 
.SobiPro select, 
.SobiPro textarea {
    height: auto;
    font-size: 12px !important;
    line-height: 30px !important;
}
.SobiPro input, 
.SobiPro button, 
.SobiPro select {
    height: 30px !important;
}
.spFieldUrl .input-prepend .btn-group {
    display: none !important;
}
.SobiPro button {
    line-height: 20px !important;
}
.SobiPro button.btn.btn-primary.btn-sigsiu.sobipro-submit {
    background: #bc1020 !important;
}
.SobiPro .spClassEditImage > div {
    width: 50% !important;
}

#login-form #form-login-remember label {
    font-weight: normal;
    line-height: 34px;
    margin-left: 10px;
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: left;
}

/* K2 */
div.itemListCategory {
    background: transparent;
    border: none;
    padding: 0;
}
div.itemListCategory h2 {
    color: #bc1020;
    font-size: 18px;
}
div.subCategory {
    background: transparent;
    border: none;
    padding: 0;
}
div.subCategory {
    background: transparent;
    border: none;
    padding: 0;
}
div.subCategory h2 > a {
    color: #bc1020;
    font-size: 16px;
}
div#itemListLinks {
    background: transparent;
    border: none;
    padding: 0;
}
div.catItemHeader h3.catItemTitle > a {
    color: #bc1020;
    font-size: 16px;
    text-transform: capitalize;
}
div.itemHeader h2.itemTitle {
    color: #bc1020;
    font-size: 18px;
}
div.itemExtraFields h3 {
    color: #bc1020;
    font-size: 16px;
}
div.itemExtraFields ul li span.itemExtraFieldsValue {
    width: calc(70% - 4px);
    float: left;
    text-align: justify;
}
div.itemExtraFields ul li > span {
    margin-bottom: 10px;
}
div#itemListLinks {
    border-top: 1px solid #cccccc;
}