em {
    font-style: italic;
}

.section-center {
    padding: 75px 0;
}

span.entry-day {
    line-height: 0.8 !important;
}

.carousel-caption h1 {
    color: #fff;
    text-shadow: 0px 0px 3px #000000;
    font-size: 36px;
    margin-bottom: 5px;
}

.carousel-caption p.description {
    color: #fff;
    text-shadow: 0px 0px 2px #000000;
    font-size: 20px;
}

.carousel-caption p.button {
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    text-shadow: none;
}

.carousel-caption p.button:hover {
    background-color: #fff;
    color: #174c81;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 23px;
    height: 7px;
    background-color: #fff;
    border: 0;
    margin: 1px !important;
}

.carousel-indicators li.active {
    background-color: #d49f16;
}

h1.about-content-title
{
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h5 {
    font-family: Karla, sans-serif;
    font-weight: bold;
}

#show_message_bar
{
    background-color: red;
    top: 1px;
}

#message_bar a
{
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}

#message_bar a:hover
{
    color: #eee;
}

.top
{
    transition: all ease 0.2s;
}

.count-up-number span
{
    display: block;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
}

.count-up-number label
{
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #aaa;
}

.desktop-only
{
    display: block;
}

.mobile-only
{
    display: none;
}

.search-box input
{
    color: #000;
    margin-bottom: 15px;
}

#mainnav > ul > li > a
{
    text-transform: none;
}

@media only screen and (max-width: 767px)
{
    .count-up-number {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .carousel-title
    {
        font-size: 20px !important;
        margin-top: -20px;
    }
    
    .carousel-description
    {
        font-size: 40px;
        margin-top: -40px;
    }
    
    .carousel-button
    {
        font-size: 40px;
        margin-top: -20px;
    }
    
    .desktop-only
    {
        display: none;
    }
    
    .mobile-only
    {
        display: block;
    }
    
    .submenu
    {
        background-color: #555;
    }
    
    .submenu li a:hover
    {
        background-color: #777 !important;
    }
    
    .top-navigator .menu
    {
        
    }
    
    .top-navigator .menu li
    {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
    
    .mainnav
    {
        top: 47px;
        left: 0;
        position: absolute;
    }
}


/*.slider-image {
    max-height: none;
    height: auto;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-height: none;
    height: auto;
}*/