body {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-size: 16px !important;
}

.txt-bold {
    font-weight: 600;
}

.txt-bolder {
    font-weight: 900;
}

.txt-large {
    font-size: 16pt !important;
    font-weight: 300
}

.navbar {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7) !important;
}

li.nav-item.active a {
    color: #069287 !important
}

.navbar li.nav-item a.nav-link {
    text-transform: uppercase;
    padding: 0 20px !important;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
}

.btn-primary {
    background-color: #0999a1;
    border-color: #0999a1;
}

.btn-lg {
    font-size: 14pt;
}

.btn-primary:hover {
    background-color: #067278;
    border-color: #067278
}

.color-white {
    background-color: rgba(255, 255, 255, 0.9);
}

.cclass {}

.cclass {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
}

.event-list > li {
    background-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 60px;
}

.event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(100, 125, 102);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.event-list > li:nth-child(even) > time {
    background-color: rgb(0, 139, 139);
}

.event-list > li > time > span {
    display: none;
}

.event-list > li > time > .day {
    display: block;
    font-size: 56pt;
    font-weight: 100;
    line-height: 1;
}

.event-list > li time > .month {
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1;
}

.event-list > li > img {
    width: 100%;
}

.event-list > li > .info {
    padding-top: 15px;
    text-align: center;
}

.event-list > li > .info > .title {
    font-size: 1.5em;
    font-weight: 300;
    padding-top: 2px;
    margin: 0px;
}

.event-list > li > .info > .desc {
    font-size: 1em;
    font-weight: 100;
    margin-top: 10px;
    padding-top: 35px;
}

.event-list > li > .info > ul,
.event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.event-list > li > .social > ul {
    margin: 0px;
}

.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}

.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
}

.event-list > li > .social > ul > li {
    padding: 0px;
}

.event-list > li > .social > ul > li > a {
    padding: 3px 0px;
}

.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
}

.facebook a,
.twitter a,
.google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
}

.twitter a {
    color: rgb(79, 213, 248) !important;
}

.google-plus a {
    color: rgb(221, 75, 57) !important;
}

.facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
}

.twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
}

.google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
}

.banner {
    min-height: 400px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    background-imassge: url(../img/banner.jpg);
}

.gallery .thumbnail img {
    height: auto;
    width: 150%;
}

.gallery .nopadding .thumbnail {
    overflow: hidden;
    height: 180px;
    background-size: cover;
    background-color: #f0f0f0;
    background-position: top;
    margin: 2px !important;
    border: 2px solid white;
}

.event .thumb {
    min-height: 120px;
    width: 100%;
    /*    margin: auto;*/
    padding: 20px;
    background-image: url(../img/logo-transparent.png);
    background-color: #ffae00;
    background-repeat: no-repeat;
    background-size: contain;
}

.thumb .title {
    margin-right: 10px;
}

.blue {
    background-color: #64B5F6 !important;
}

.blue_1 {
    background-color: #1E88E5 !important;
}

.bule_2 {
    background-color: #0D47A1 !important;
}

.green {
    background-color: #66C488 !important;
}

.skyblue {
    background-color: skyblue !important;
}

.green {
    background-color: #81C784 !important;
}

.green_1 {
    background-color: #43A047 !important;
}

.green_2 {
    background-color: #1B5E20 !important;
}

.event .title,
h4.title {
    padding-top: -.5em !important;
    font-family: "Khand";
    font-weight: 400
}

.event {
    background: #fff;
}

.h400 {
    height: 500px;
    padding: 30px;
    display: table-cell;
    background: rgba(0, 0, 0, 0.3);
    vertical-align: bottom;
}

.grad {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 4px;
}

.no-padding {
    padding: 0 !important;
}

.list-group {
    line-height: 13pt;
}

.list-group button {
    background: none !important;
    color: #fff !important;
    font-size: 12pt;
    font-weight: lighter;
    opacity: 1;
}

.ribbon .content {
    padding: 40px;
    font-size: 20pt;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
}

.dropdown-menu {
    /*    top: 42px !important;*/
}

.khand {
    font-family: "khand" !important;
}

.ribbon h1 {
    font-family: "khand";
    color: #fff;
    margin-top: 75px;
}

.ribbon img {
    margin: 12px;
}

.ribbon h2 {
    font-family: "khand";
    color: #fff;
    margin-top: 50px;
    margin-bottom: 35px;
}

.ribbon h3 {
    font-family: "khand";
    color: #fff;
    margin-top: 10px;
}

.ribbon p {
    opacity: 0.99;
    line-height: 23pt;
}

p.dat {
    text-align: right;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 18pt;
    padding: 10px;
}

.dat .month {
    opacity: 0.9;
}

.dat .day {
    font-size: 2em;
}

.event .caption {
    padding: 30px 20px;
}

.program .event.panel {
    min-height: 340px !important;
}

#map {
    width: 100%;
    height: 600px;
}

@media (min-width: 768px) {
    .event-list > li {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        padding: 0px;
    }

    .event-list > li > time,
    .event-list > li > img {
        display: inline-block;
    }

    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        float: left;
    }

    .event-list > li > .info {
        background-color: rgb(245, 245, 245);
        overflow: hidden;
    }

    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        height: 120px;
        padding: 0px;
        margin: 0px;
    }

    .event-list > li > .info {
        position: relative;
        height: 120px;
        text-align: left;
        padding-right: 40px;
    }

    .event-list > li > .info > .title,
    .event-list > li > .info > .desc {
        padding: 0px 10px;
    }

    .event-list > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .event-list > li > .social {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 40px;
    }

    .event-list > li > .social > ul {
        border-left: 1px solid rgb(230, 230, 230);
    }

    .event-list > li > .social > ul > li {
        display: block;
        padding: 0px;
    }

    .event-list > li > .social > ul > li > a {
        display: block;
        width: 40px;
        padding: 10px 0px 9px;
    }
}

.navbar-default {
    border-color: transparent !important;
}

@font-face {
    font-family: "Crillee";
    src: url(../crillee.ttf) format("truetype");
}

@font-face {
    font-family: "Mine";
    src: url(../mine.ttf) format("truetype");
}

.carousel-caption .customfont {
    /*    font-family: "Mine", Verdana, Tahoma;*/
    color: rgba(255, 255, 255, 1) !important;
}

.customheadfont {
    /*    font-family: "Mine", Verdana, Tahoma;*/
    color: rgba(255, 255, 255, 1) !important;
}

.activatefont {
    font-family: "Crillee", Verdana, Tahoma;
}

.p-header {
    min-height: 380px;
    padding-top: 200px;

}

.p-header h1,
.p-header h2 {
    color: #fff;
    font-size: 40pt !important;
    font-weight: 900 !important;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
}

.btn {
    border-radius: 5px;
}

.btn-lg {
    border-radius: 4px;
}

.btn-default {
    background-color: none !important;
    border-color: #333 !important;
    color: #333;
}

.btn-default:hover {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
}

.counter {
    border-bottom: 1px solid #aaa;
}

.p-count-down {
    margin: 10px 0;
}

.p-count-down .item {
    display: inline-block;
    width: 18%;
    text-align: center;
}

.p-count-down .item span:last-child {
    font-size: 16pt;
    color: #066f92;
    font-weight: 300;
}

.hidden {
    display: none !important;
}

.p-count-down .item span:first-child {
    font-weight: bold;
    height: 80px;
    width: 80px;
    line-height: 80px;
    display: block;
    border-radius: 60px;
    text-align: center;
    background-color: #066f92;
    margin: auto;
    font-size: 20pt;
    letter-spacing: 4px;
    /*    border: 1px solid #0fa6c1;*/
    color: #fff;
    /*    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);*/
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.0);
    font-family: "Orbitron";
}

.p-count-down {
    animation-duration: 1s;
}

.video-caption .desc {
    font-size: 25pt !important;
    line-height: normal;
    font-weight: 300;
}


@media screen and (max-width:810px) {
    .h-mobile {
        display: none !important;
    }

    .text-justify {
        text-align: left !important
    }

    .p-count-down .item span:first-child {
        font-weight: bold;
        height: 45px !important;
        width: 45px !important;
        line-height: 45px !important;
        display: block;
        border-radius: 45px;
        text-align: center;
        background-color: #066f92;
        margin: auto;
        font-size: 16pt !important;
        letter-spacing: 2px;
        /*    border: 1px solid #0fa6c1;*/
        color: #fff;

    }

    .p-count-down .item span:last-child {
        font-size: 12px !important;
        color: #066f92;
        font-weight: 300;
    }

    .count-down-container {
        height: auto !important;
    }

    .count-down-container .p-4 {
        padding: 16px 0 !important;
    }

    .video-caption .desc {
        font-size: 16pt !important;
    }

    .carousel-item img {
        height: 100%;
        width: auto !important;
        transform: translateX(-50%);
    }

    .carousel-caption h1 {
        font-size: 18pt !important;
    }

    .carousel-caption .social-link.text-left {
        text-align: center !important;
        margin: 16px 0 !important;
    }

    .carousel-caption .btn.pull-right {
        float: none;
        margin: 8px auto;
    }

    .carousel {
        height: 360px !important;
    }

    .table-holder {
        overflow-x: auto;
    }



}


.gray-bg {
    background: #fff;
}

.text-white {
    color: #fff;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 40px;
    padding: 0 !important;
    text-align: center;
    background: #000;
    font-size: 14pt !important;
}

.social-links li:hover a {
    background: #0987dc
}

footer hr {
    border-color: #666
}

footer .txt-bold {
    color: #6fbff5 !important
}

footer p {
    line-height: 20px;
}
