@charset "utf-8";

/* CSS Document */


/*Headings*/

a:focus {
    outline: none !important;
}

a:hover,
a:focus {
    text-decoration: none;
}

.t3-sidebar hr {
    margin-top: 0;
    margin-bottom: 0;
}

.t3-sidebar .list-group {
    margin-bottom: 0;
}

.t3-sidebar .list-group-item {
    padding: 5px;
}

.about-us .section {
    margin-top: 0;
    margin-bottom: 0;
}

.about-us .show-team {
    margin-bottom: 15px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
}


/*Chrono Form*/

.chrono_credits {
    display: none;
}

.gcore-line-td input,
.gcore-line-td textarea,
.gcore-line-td select {
    padding: 2px !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
    border: 1px solid #DDD;
    height: inherit;
}

label {
    font-size: 13px;
}


/*Body*/

.about-us {
    padding-right: 40px;
    padding-left: 40px;
}

.article-content .well-sm {
    margin-top: 10px;
}

body {
    background: #DDD;
    font-size: 14px;
}

.article-header .article-title {
    font-size: 20px;
    font-weight: bold;
}

.blog .blog-item {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

.blog .blog-item .article-title {
    font-size: 22px !important;
    font-weight: bold;
    margin-bottom: 6px !important;
}

.blog .blog-item .item-image {
    margin-right: -55px !important;
    margin-top: 0 !important;
}

.blog .blog-item .readmore {
    margin-top: 8px !important;
}

.category-module .project-item.project-item-more {
    padding: 0;
    text-align: left;
}

.dropdown-submenu>a::after {
    margin-left: 10px;
}

.head-right+.t3-mainnav {
    padding-right: 40px !important;
    max-height: 106px;
}

#t3-header.wrap.t3-header {
    height: 106px
}


/*added for image captions*/

.home-position1 img {
    width: 295px;
}

.home-position1 {
    padding: 0;
}

div.imgcaption {
    background-color: #000;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.5;
    padding: 5px;
    position: absolute;
    width: 100%;
}


/*added*/

.custom .ja-ss-item img {
    cursor: pointer;
}

.ja-accordion ul.ja-accordion-containner {
    border: 1px solid #DDD;
}

.ja-accordion ul.ja-accordion-containner li div.ja-accordion-content p {
    padding: 10px !important;
}

.ja-accordion ul.ja-accordion-containner li h3.ja-accordion-title {
    background: #DDD;
    padding-left: 10px;
}

.ja-masthead {
    margin-bottom: 0;
    width: 100%;
}

.ja-masthead .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ja-masthead .container h1 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.ja-ss-desc h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

.ja-ss-desc p {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.updown .ja-ss-desc {
    right: 10% !important;
}

.list-group-item {
    display: list-item;
    background-color: transparent;
    border: none;
    list-style: circle;
}

.logo-image {
    padding-top: 5px;
}

.logo-image img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.logo-image a:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

p.member-detail {
    text-align: left;
}

.page-header {
    margin: 0 0 18px;
}

.page-title,
.page-header h1 {
    font-size: 24px;
    font-weight: bold;
}

.panel {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.panel-default {
    border-color: none;
}

.panel-group .panel {
    border-radius: 0;
}

.project-item.project-item-more .btn {
    margin-top: 85px;
}

.article-image-full {
    width: 100%;
}

.row-feature {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 20px;
}

.row-feature.row-feature-video .video-shuffle-wrap .mask {
    opacity: 0.5;
}

.row-feature.row-feature-full .btn {
    margin-top: 28px;
    padding: 10px 15px;
}

.row-feature .module-intro {
    margin: -28px auto 40px !important;
}


/*Search*/

#searchForm .phrases {
    display: none;
}

#searchForm .only {
    display: none;
}

.scrollDown .t3-header,
.scrollUp .t3-header {
    position: initial;
}

.t3-content {
    border-right: 1px solid #EEE;
}

.t3-copyright {
    font-size: 13px;
}

.t3-footer {
    font-size: 13px !important;
}

.t3-copyright small {
    color: #FFF;
}

.t3-footnav .t3-module .module-title {
    margin-bottom: 15px;
}

.t3-footnav {
    padding: 26px 0;
}


/*Header color*/

.t3-header {
    background-color: #2F4C6B !important;
}

.scrollDown .t3-header,
.scrollUp .t3-header {
    background-color: #2F4C6B !important;
}

.t3-megamenu .mega-inner {
    margin: 0 -20px;
    padding: 0;
}

.t3-megamenu .navbar-nav>li>.mega-dropdown-menu {
    margin-top: 18px;
}

.t3-off-canvas {
    width: 265px;
}

.t3-mainnav .t3-navbar {
    padding: 18px 0
}

.t3-sidebar {
    margin-top: 0;
    padding: 10px;
}

.t3-spotlight div.featured {
    margin: 0;
}

.t3-spotlight div.featured .module-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    background: #FFF;
    color: #666;
}

#topbar .top-a,
.top-b,
.top-c,
.top-d,
.top-e {
    color: #FFF;
    float: left;
    font-size: 13px;
    padding: 10px 5px;
    width: 20%;
}

#topbar .top-b {
    font-size: 13px;
}

.top-d .goog-te-gadget-simple {
    border: 0;
}

.top-e .button {
    color: #FFF;
    font-size: 12px;
    padding: 2px 4px;
}

.top-e input#mod-search-searchword.form-control {
    font-size: 13px;
    height: 30px;
}

#topbar {
    background: #254160;
}

.weather-detail .table>thead>tr>th {
    padding: 8px 0;
}

.weather-forecast {
    margin-top: -10px;
}

.weather-forecast .table>thead:first-child>tr:first-child>th {
    padding: 8px 0;
}

ul.category-module-list .ja-animation {
    padding: 0 20px;
}

ul.category-module-list .ja-animation .article-img {
    margin-bottom: 18px;
}

ul.category-module-list .ja-animation .article-img+div {
    background: #F9F9F9;
    margin-top: -15px;
    padding: 10px;
}


/*Tabs*/

.article-content .nav-pills>li>a {
    background: #000;
    color: #FFF;
}

.article-content .nav-pills>li.active>a,
.nav-pills>li.active.open>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active.open>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li.active.open>a:focus {
    background: #1BBC9B;
    color: #FFF;
}

.nav-pills>li.active>a,
.nav-pills>li.active.open>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active.open>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li.active.open>a:focus {
    text-transform: none;
}

.tab-content {
    padding: 10px 20px;
    border: 1px solid #DDD;
}


/*Facebook Fluid*/

#fb-root {
    display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


/*Responsive*/

@media (max-width: 768px) {
    .ja-slideshow .container {
        display: none !important;
    }
    .ja-ss-btns span {
        display: none !important;
    }
    .ja-ss-item {
        min-height: auto !important;
    }
    .ja-ss-thumbs-wrap {
        height: 40px !important;
    }
    ul.category-module-list .ja-animation {
        padding: 0px;
    }
    #topbar .top-a,
    .top-b,
    .top-c,
    .top-d,
    .top-e {
        width: 100%;
    }
}

.updown.active .ja-ss-desc {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

@media (min-width: 768px) {
    .module-title {
        padding: 12px;
        background: #333;
        color: #FFF;
        margin: 0 -11px;
    }
    .t3-module {
        margin-bottom: 10px;
    }
    .categories-module .project-item,
    ul.categories-module .project-item,
    .category-module .project-item,
    ul.category-module .project-item {
        width: 25%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .category-module .ja-animate {
        margin-bottom: 20px;
    }
    #topbar .top-a,
    .top-b,
    .top-c,
    .top-d,
    .top-e {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .has-slideshow .t3-header {
        background: #292929;
        position: static;
    }
    .categories-module .project-item,
    ul.categories-module .project-item,
    .category-module .project-item,
    ul.category-module .project-item {
        width: 25%;
    }
}


/**/

@media (max-width: 1024px) {
    .about-img {
        bottom: 150px;
    }
    .categories-module .project-item.project-item-more,
    ul.categories-module .project-item.project-item-more,
    .category-module .project-item.project-item-more,
    ul.category-module .project-item.project-item-more {
        padding: 5px 0;
        display: none;
    }
    .categories-module .project-item.project-item-more>h3,
    ul.categories-module .project-item.project-item-more>h3,
    .category-module .project-item.project-item-more>h3,
    ul.category-module .project-item.project-item-more>h3 {
        font-size: 18px;
        padding: 22px 0 10px;
    }
    .head-right+.t3-mainnav {
        max-height: 85px;
    }
    .row-feature.row-feature-full .btn {
        padding: 5px 10px;
        margin-top: 20px;
    }
}

@media (min-width: 1025px) {
    .categories-module .project-item,
    ul.categories-module .project-item,
    .category-module .project-item,
    ul.category-module .project-item {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    body {
        margin-right: 20px;
        margin-left: 20px;
    }
    .categories-module .project-item.project-item-more>h3,
    ul.categories-module .project-item.project-item-more>h3,
    .category-module .project-item.project-item-more>h3,
    ul.category-module .project-item.project-item-more>h3 {
        font-size: 20px;
        margin-top: 0;
    }
    .t3-content {
        padding-top: 10px;
    }
}

.dayColor {
  color: #0b96f3;
  font-weight: bold;
  background: #e4e5e5;
  padding: 3px 8px;
}

/* Fixed Departure */

.fixedDeparture {
    top: 60px;
    left: 0;
    position: fixed;
    z-index: 1000;
}
