@import "responsive.css";

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;

    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    background: url("/assets/theme/images/index.jpg") fixed;
    background-size: cover;
}
html {
    overflow-y: scroll;
}

a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: underline;
}

input::-moz-focus-inner {
    border: 0;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', serif;
}

h1, .h1 {
    font-size: 2.4em;
}

.small-text {
    font-size: 12px;
}

.widget-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.widget-main, .blog-post-container {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.widget-main-title {
    border-bottom: 1px solid;
}

.welcome-text {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 20px 0;
}

.page-title {
    display: block;
    padding: 18px 20px;
}

.page-title ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-title ul li {
    float: left;
    display: block;
}

.page-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    margin: 0;
}

.page-title h6:not(:first-child):before {
    content: "/";
    padding: 0 10px;
}

.grid-or-list {
    float: right;
}

.grid-or-list ul {
    padding: 0;
    margin: 0;
}

.grid-or-list ul li {
    font-size: 14px;
    line-height: 14px;
    margin: 0 7px;
}

.grid-or-list ul li:last-child {
    margin-right: 0 !important;
}

blockquote {
    border-left: 4px solid;
}

blockquote h5 {
    font-weight: 700;
    text-transform: uppercase;
}

.shortcode-typo p {
    margin-bottom: 20px;
}

.shortcode-typo h4 {
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	BOOTSTRAP OVERRIDING
/*-----------------------------------------------------------------------------------*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}

.nav-tabs > li {
    margin: 0;
    padding: 0;
}

.nav-tabs {
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.nav-tabs > li > a:hover {
    border: none;
}

.nav-tabs > li > a {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}

.tab-content > .tab-pane {
    padding: 20px;
    border-top: 2px solid;
}

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

.panel-group .panel-heading + .panel-collapse .panel-body {
    border: 0;
}

.panel-collapse {
    padding: 0 10px;
}

.alert {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
}

.progress {
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
.site-header {
    font-size: 12px;
    background: #9d173d;
    background-size: cover;
    border-bottom: 1px solid #fff;
    position: relative;
}

.site-header ul {
    text-align: right;
    margin: 10px 0;
}

.site-header a,
.site-header a:hover,
.site-header a:focus,
.site-header i,
.site-header i:hover,
.site-header i:focus{
    color: #fff;
}

.site-header a {
    text-decoration: none;
}

.header-left {
    margin-top: 70px;
}

.header-left p i {
    margin-right: 7px;
}

.logo {
    margin: 10px auto;
    font-size: 2em;
}

.logo img {
    max-height: 80px;
    width: auto;
}

.header-right {
    margin: 52px auto;
    text-align: right;
}

.header-title {
    color: #333;
    font-weight: 600;
    font-size: 2.2em;
    margin-top: .1em;
}

.header-subtitle {
    color: #999;
}

.header-links {
    text-align: right;
    position: relative;
}

.header-links > ul {
    padding: 0;
    margin: 0;
}

.header-links > ul > li {
    list-style: none;
}

.header-links > ul > li:last-of-type {
    padding-top: 2px;
}

.header-links > ul > li > a {
    padding-left: 1.5em;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.5;
    white-space: nowrap;

}

.search-form form input {
    min-width: 240px;
    box-shadow: none;
    border: 1px solid;
    height: 34px;
    padding: 10px;
}

.main-navigation {
    border-top: 1px solid;
    font-size: 14px;
}

.main-menu {
    padding: 0;
    margin: 0;
}

.main-menu li {
    list-style: none;
    display: inline-block;
    float: left;
    margin: 0;
    position: relative;
}

.main-menu ul.sub-menu {
    position: absolute;
    width: 300px;
    z-index: 9999;
    top: 100%;
    left: 0;
    padding: 0;
    border-top: 1px solid;
    display: none;
    font-size: 90%;
}

.main-menu li ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid;
    padding: 0;
}

.main-menu ul.sub-menu li a {
    display: block;
    padding: 6px 20px;
}

.main-menu li ul li ul {
    left: 100%;
    top: 0;
}

.main-menu a {
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 1.3em;
}

.main-menu a.home,
.main-menu a.home .fa::before{
    font-size: 29px;
    line-height: 19px;
}

.navbar-nav li:hover > ul.sub-menu {
    display: block;
    -moz-animation: fadeInDown 0.3s;
    -webkit-animation: fadeInDown 0.3s;
    animation: fadeInDown 0.3s;
}

.menu-toggle-btn {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 40px;
}

.responsive_menu {
    position: relative;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
}

.site-header .main_menu {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #fff;
    padding-left: 0;
}

.main_menu li {
    border-top: 1px solid #fff;
    padding: 12px 0;
}

.main_menu li ul {
    list-style: none !important;
    margin-left: -10px;
    margin-top: 10px;
}

.responsive_menu .main_menu li ul li {
    list-style: none !important;
    padding: 10px 0;
}

.main_menu a {
    font-size: 16px;
    color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	SETTINGS
/*-----------------------------------------------------------------------------------*/
.grid-event-item,
.load-more-btn,
.event-container,
.event-contact,
.gallery-item,
.blog-grid-item,
.blog-post-container,
.prev-next-post,
#blog-author,
.blog-post-comments,
.contact-page-content,
.contact-form,
.contact-map,
.course-post,
#disqus_thread,
.site-footer,
.widget-item,
.widget-sidebar,
.main-slideshow,
.widget-main,
.list-event-item,
.page-title {
    margin-top: 30px;
}

.event-container,
#blog-author,
.blog-comments-content,
.contact-page-content,
.course-details,
#disqus_thread,
.widget-item,
.widget-main-title,
.widget-inner,
.box-content-inner,
.slider-caption {
    padding: 20px;
}

.blog-post-inner {
    padding: 30px;
}

.topics-menu.level_0 {
    padding-left: 0px;
}

.topics-menu.level_0 {
    list-style-type: none;
}

.input-select select {
    background-image: url("../images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    padding: 3px 8px;
    border: 1px solid;
}

.full-row {
    margin-bottom: 10px;
}

.blog-list-post,
.event-small-list,
.prof-list-item {
    display: block;
    padding-top: 15px;
}

.blog-list-post:first-child,
.event-small-list:first-child,
.prof-list-item:first-child {
    padding-top: 0 !important;
}

.blog-list-post:last-child,
.event-small-list:last-child,
.prof-list-item:last-child {
    margin-bottom: 0 !important;
}

.blog-list-post:not(:last-child),
.event-small-list:not(:last-child),
.prof-list-item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px dashed;
}

.blog-list-thumb {

}

.blog-list-thumb img {
    width: 100%;
    height: 100%;
}

.blog-list-title,
.blog-grid-title,
.event-small-title,
.event-title,
.gallery-title {
    margin: 2px 0 0 0;
}

.blog-list-title a,
.blog-grid-title a,
.event-small-title a,
.event-title a,
.gallery-title a {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 22px;
    font-weight: 700;
    font-size: 14px;
}

.blog-list-meta,
.event-small-meta,
.blog-grid-meta {
    margin: 0;
}

.load-more-btn {
    text-align: center;
    border-bottom: 2px solid;
}

.load-more-btn a {
    padding: 12px 20px;
    font-weight: 700;
    display: block;
}

.load-more-btn:active {
    border-bottom: 0;
}

.list-event-thumb {
    float: left;
    margin-right: 20px;
    display: block;
    width: 170px;
    height: 150px;
    overflow: hidden;
}

.list-event-thumb img {
    width: 100%;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.list-event-thumb img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

.list-event-item .list-event-header {
    line-height: 12px;
}

.list-event-item .list-event-header span i {
    margin-right: 10px;
}

.list-event-item .list-event-header .event-place {
    margin-right: 20px;
}

.list-event-item .list-event-header .view-details {
    float: right;
}

.lightBtn {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    line-height: 32px;
}

.event-container .event-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.event-container .event-time {
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin: 20px 0;
}

.left-event-content {
    float: left;
    position: relative;
}

.right-event-content {
    float: right;
    width: 65%;
}

.right-event-content p {
    margin-bottom: 20px;
}

.event-contact h4 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.event-contact ul {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
}

.event-contact ul li {
    line-height: 24px;
}

.blog-list-details,
.event-small-details {
    overflow: hidden;
}

.blog-grid-item .blog-grid-title {
    line-height: 22px;
    margin-bottom: 10px;
}

.blog-grid-thumb {
    overflow: hidden;
    height: 220px;
    position: relative;
}

.blog-grid-thumb .cat-blog {
    height: 26px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
    line-height: 26px;
}

.blog-grid-thumb img {
    width: 100%;
    height: 100%;
}

.blog-categories {
    padding: 0 20px;
}

.blog-categories ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: square;
}

.blog-categories ul li {
    line-height: 24px;
}

.blog-post-image {
    overflow: hidden;
    position: relative;
}

.blog-post-image .blog-post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-post-image .blog-post-meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-post-image .blog-post-meta ul li {
    padding: 7px 10px;
    margin-top: 1px;
}

.blog-post-image .blog-post-meta ul li i {
    margin-right: 10px;
}

.blog-post-image img {
    width: 100%;
}

.blog-post-inner p {
    margin-bottom: 20px;
}

.blog-post-inner .blog-post-title {
    margin: 10px 0 10px 0;
}

.tag-items {
    line-height: 25px;
}

.tag-items a {
    line-height: 25px;
    height: 25px;
    display: inline-block;
    padding: 0 8px;
}

.prev-next-post .whiteBtn {
    border-bottom: 2px solid;
    display: inline-block;
    margin-right: 8px;
}

.prev-next-post .whiteBtn:active {
    border: 0;
}

.prev-next-post a {
    display: block;
    padding: 10px 20px;
    float: left;
    font-weight: 700;
}

.prev-next-post .prev i {
    margin-right: 10px;
}

.prev-next-post .next i {
    margin-left: 10px;
}

.blog-author-img {
    float: left;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.site-footer {
    padding-top: 20px;
    border-top: 4px solid;
}

.footer-widget-title {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-size: 13px;
}

.footer-widget .list-links {
    padding: 0 0 0 15px;
    margin: 0;
}

.footer-widget .list-links li {
    list-style-type: square;
    line-height: 24px;
}

.footer-media-icons {
    padding: 0;
    margin: 0;
}

.footer-media-icons li {
    list-style: none;
    float: left;
    display: block;
}

.footer-media-icons li a {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin-left: 1px;
    margin-bottom: 1px;
}

.bottom-footer {
    margin-bottom: 10px;
    display: block;
}

.footer-nav {
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-nav li {
    display: inline;
    font-size: 12px;
}

.footer-nav li:not(:first-child):before {
    padding: 0 10px;
    content: '|';
}

.topline {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    background: #125187;
    color: #fff;
    border-bottom: 1px solid #0e284b;

    padding: .5em 0;

}

.topline a {
    color: #fff;
}

.topline a:hover {
    color: #fecd0b;
}

.index-link {
    margin-bottom: 1em;
}

.index-link-name {

}

.news-date {
    margin-bottom: .5em;
}

.imagezoom {
    display: inline-block;
    margin-bottom: 2em;
}

.imagezoom .caption {
    display: inline-block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .lightbox img, .imagezoom img {
    z-index: 100;
    border: 1px solid #666;
    margin: 2px;
    padding: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-height: 120px;
    display: block;
}

.topics-menu a {
    text-decoration: none;
    line-height: 1.6;
}

.topics-menu li.selected > a {
    font-weight: 800;
}

.topics-menu > li > ul {
    margin-bottom: 1em;
}


.index-alert {
    margin-bottom: 1em;
}

/**** Background Colors ****/

.lightBtn {
    background-color: #efefef;
}

.main-slideshow,
.widget-item,
.widget-main,
.box-content-inner,
.page-title,
.grid-event-header,
.load-more-btn,
.event-container,
.gallery-content,
.blog-post-inner,
.prev-next-post a,
#blog-author,
.widget-main-title,
.blog-comments-content,
.contact-page-content,
.contact-map,
.course-details,
#disqus_thread {
    background-color: white;
}

.menu-toggle-btn {
    background-color: #9d173d;
    border-top: 1px solid #fff;
}

.search-form form input {
    background-color: #004074;
}

.responsive_menu {
    background-color: #9d173d;
}

.responsive_menu li{
    text-align: center;
}

.slider-caption,
.cat-blog,
.blog-post-meta ul li {
    background-color: rgba(0, 0, 0, 0.6);
}

.mainBtn,
.request-information .submit_field .mainBtn,
.tag-items a,
.main-menu li ul,
.social_icons li a,
.footer-media-icons li a,
.flex-direction-nav a {
    background-color: #0082bc;
}

.main-navigation {
    background-color: #fff;
    box-shadow: 0 0 5px #a7a7a7;
}

.site-footer {
    background-color: #888;
}

blockquote,
.course-list > dt:nth-child(odd),
.tab-content > .tab-pane {
    background-color: #f3f3f3;
}

.s-month,
#slider-testimonials .prev,
#slider-testimonials .next,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #4782b2;
}

/**** Text Colors ****/
.main-menu li.active a,
.social-icons li a:hover,
.site-footer a:hover,
.event-container .event-time {
    font-weight: bold;
}

.main-menu li a:hover {
    background: #eee;
}

.social-icons li a,
.social_icons li a,
.slider-caption h2 a,
.flex-direction-nav a,
.footer-widget-title,
.footer-media-icons li a,
.mainBtn,
.request-information .submit_field .mainBtn,
.s-month,
#slider-testimonials .prev,
#slider-testimonials .next,
.blog-grid-thumb .cat-blog,
.blog-post-meta ul li,
.blog-post-meta ul li a,
.tag-items a,
.comment-form .mainBtn,
.course-search-form .mainBtn,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a {
    color: white;
}

body,
.blog-list-meta a,
.event-small-meta,
.blog-grid-meta a,
.lightBtn,
.lightBtn:hover,
.blog-categories ul li a,
.comment-form label,
.course-search-form label {
    color: #333;
}

.menu-toggle-btn {
    color: #fff !important;
}

.flex-direction-nav a:hover {
    color: #4185b9;
}

.site-footer {
    color: #6b90ad;
}

.site-footer a {
    color: #8ab5d6;
}

.footer-nav li:not(:first-child):before {
    color: #4e718d;
}

.bottom-footer p.small-text {
    color: #ccc;
}
a {
    color: #333;
}
a:hover, a:focus {
    color: #000;
}

h1, h2, h3, h4, h5, h6,
.dark-text,
.page-title a,
.s-date,
.load-more-btn a,
.mixitup-controls .active,
.prev-next-post a {
    color: #282a2c;
}

.small-text,
.page-active,
.request-information input,
.input-select select,
.event-contact ul li,
.comment-form input,
.comment-form textarea
.contact-form input,
.contact-form textarea,
.course-search-form input,
.course-search-form select {
    color: #999999;
}

.page-title h6:not(:first-child):before {
    color: #cccccc;
}

/**** Border Colors ****/
.widget-main-title,
blockquote,
.request-information input,
.input-select select,
.blog-list-post,
.event-small-list,
.prof-list-item,
.grid-event-header,
.load-more-btn,
.search-form-widget input,
.prev-next-post .whiteBtn,
.blog-comments-content .media,
.comment-form input,
.comment-form textarea,
.contact-form input,
.contact-form textarea,
.course-search-form input,
.course-search-form select {
    border-color: #d5dbe0 !important;
}

.search-form form input,
.main-navigation,
.main-menu li {
    border-color: #9d173d;
}

.main-menu li ul li {
    border-color: #006aa2;
}

body,
.main-menu li ul,
.tab-content > .tab-pane {
    border-color: #fecd0b;
}

.site-header,
.site-footer {
    border-color: #d5d5d5;
}

.bottom-footer {
    border-color: #003a6a;
}

.documents_dom {
    margin-bottom: 1em;
}

.documents_dom_title {
    margin: 5px 0;
}
.documents_dir_title {
    padding-left: 1em;
}

.documents_dir_block {
    margin: 1em;
}

.documents_dir_block > ul {
    list-style: none;
}
.documents_dom .collapse.in {
    border-bottom: 1px solid #ccc;
}

.articles_navigation {
    margin-bottom: 2em;
    padding-left: 20px;
}

.articles_navigation a {

    font-size: 16px;

}

.articles_navigation > ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.articles_navigation > ul > li {
    list-style: none;
    margin-bottom: 5px;
}

.articles_navigation > ul > li.selected {

}

.articles_navigation > ul > li > a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    background: #999;
}

.articles_navigation a:hover {
    text-decoration: none;
    background: #eee;
    color: #000;
}

.articles_navigation > ul > li.selected > a, .articles_navigation > ul > li.selected > a:hover {
    border: none;
    text-decoration: none !important;
    font-weight: 600;
    background: #7b7d8c;
}

.articles_navigation ul ul {
    margin: 0.5em;
    padding: 0 .5em;
    list-style: inside circle;
    min-width: 260px;
}

.articles_navigation ul ul a {
    text-decoration: underline;
}

.articles_navigation ul ul a:hover {
    text-decoration: none;
}

.articles_navigation ul ul > li.selected > a {
    font-weight: 600;
}
.tl-timegroup .tl-timegroup-message {
    margin-left: 49px !important;
    margin-top: 10px;
}

.fotorama__arr--prev {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: white;
    border-left: 0;
    background-image: none;
    left: 12px;
    transform: unset !important;
    opacity: 1 !important;
}

.fotorama__arr--next {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: white;
    border-right: 0;
    background-image: none;
    right: 12px;
    transform: unset !important;
    opacity: 1 !important;
}
.fotorama__arr--prev[disabled='disabled'] {
    opacity: 0.5 !important;
}

.fotorama__arr--next[disabled='disabled'] {
    opacity: 0.5 !important;
}
