* {
    -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;
    }
}