* {
    -webkit-touch-callout: text;
    /* iOS Safari */
    -webkit-user-select: text;
    /* Safari */
    -khtml-user-select: text;
    /* Konqueror HTML */
    -moz-user-select: text;
    /* Old versions of Firefox */
    -ms-user-select: text;
    /* Internet Explorer/Edge */
    user-select: text;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.header,
.header.scrolled {
    background: rgba(5, 4, 66, 0.6);
}

.footer {
    background: #1c1b86;
}

.top_bar,
.copyright {
    background: #050442;
}

.copyright_content a {
    color: #aaaaaa;
}

.tag_item,
.footer_social_item {
    border-color: #ee3e2c;
}

.tag_item a:hover,
.footer_social_item:hover {
    background-color: #ee3e2c;
}

.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a,
.footer_blog_date {
    color: #ee3e2c;
}

.search {
    height: auto;
    padding-bottom: 3em;
}

.breadcam_bg,
.breadcam_bg_2 {
    min-height: 10em;
}

.website_info {
    padding-top: 2em;
}

.bradcam_text a {
    color: #FFFFFF;
}

.breadcam_bg_2 {
    background-image: url(/resources/images/uploads/gallery/contact.jpg);
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    line-height: 28px;
}

#navbarsMainMenu li.active {
    background-color: #007bff;
}

#navbarsMainMenu li.active a {
    color: #FFFFFF;
}

.img-thumbnail {
    margin-bottom: 1em;
}

@media only screen and (min-width: 800px) {
    .breadcam_bg,
    .breadcam_bg_2 {
        min-height: 35em;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h7,
    h8 {
        color: #707070;
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.6em;
    }
    h3 {
        font-size: 1.3em;
    }
    h4 {
        font-size: 1.1em;
    }
}

/*********************************
Announcement Banner
*********************************/

.announcement_banner {
    background: #050442;
    padding: 15px 0;
    padding-bottom: 110px;
    width: 100%;
    position: relative;
    z-index: 9;
}

.announcement_banner p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.announcement_banner a {
    color: #fa9e1b;
    text-decoration: underline;
    font-weight: 700;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.announcement_banner a:hover {
    color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
    .announcement_banner {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .announcement_banner {
        padding-top: 80px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .announcement_banner {
        padding-top: 70px;
        padding-bottom: 12px;
    }
    .announcement_banner p {
        font-size: 13px;
        padding: 0 10px;
    }
}