span.error {
    color: red;
}
input.error, textarea.error {
    border: 2px solid red;
}

.listContent ul li {
    list-style-type: disc;
    margin-left: 15px;
}


#button-wrapper {
    position: absolute;
    bottom: 0px;
    width: inherit;
    z-index: 9999;
}

.btn-theme {
    padding: 20px;
}
.btn-border > i {
    margin-right: 0px !important;
}

label[for] {
    cursor: pointer;
}

.selectize {
    z-index: 998;
}

.leaflet-top, .leaflet-bottom {
    z-index: 998 !important;
}

.bootstrap-table .search {
    width: 85% !important;
}
.bootstrap-table .columns {
     width: 10% !important;
 }
.bootstrap-table .btn-common {
    padding: 17px 38px !important;
 }

.btn-app {
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    color: #222222;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: capitalize;
    width: 45px;
    line-height: 25px;
    padding: 0;
}
.btn-app > i {
    margin-right: 0px;
}
.btn-100 {
    width: 100px;
}

.listContent {
    border-bottom: none !important;
}

.blogDetials {
    padding: 50px 0 !important;
}

@media (min-width: 768px) {
    .bg-search-white {
        bottom: 0px !important;
        position: relative !important;
    }
}

.categoryImage .label {
    left: unset !important;
    right: 0px !important;
}

.blogContent ul li {
    color: #848484;
    list-style-type: disc;
    margin-left: 10px;
    padding-left: 10px;
}
.blogContent ol li {
    color: #848484;
    list-style-type: decimal;
    margin-left: 10px;
    padding-left: 10px;
}
.blogContent ul, .blogContent ol {
    margin-bottom: 20px;
}

div.row.gallery {
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-content span.label {
    font-size: 14px !important;
}



.nav-btn {
    border: 1px solid #222222;
    color: #222222;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    /*position: absolute;*/
    right: 70px;
    top: 0;
    margin-top: 15px;
    margin-bottom: 13px;
    padding: 13px 15px;
}

.nav-btn:hover, .nav-btn:focus {
    border: 1px solid #2196f3;
    background-color: transparent;
    outline: 0;
    color: #2196f3;
    box-shadow: none;
}

.nav-btn:active:hover, .nav-btn:active:focus {
    border: 1px solid #222222;
    background-color: transparent;
    outline: 0;
    color: #222222;
    box-shadow: none;
}

@media (min-width: 768px) {
    .nav-btn {
        /*position: absolute;*/
        right: 15px;
        top: 0;
        margin-top: 28px;
        margin-bottom: 24px;
        padding: 13px 19px;
    }
}

#map-wrapper {
    position: relative;
}
#map-overlay {
    position: absolute;
    top: 1px;
    left: 10px;
    z-index: 9999;
    background-color: lightgrey;
    opacity: 0.5;
    padding: 5px 100px;
}

.leaflet-control-layers section {
    padding: 5px !important;
}

.leaflet-control-layers-overlays label {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.ug-textpanel-title {
    display: none !important;
}

.isotopeContainer figure img {
    height: 300px;
    object-fit: cover;
}


.nav-btn span {
    font-size: 12px;
}

@media (min-width: 768px) {
.nav-btn span {
    display: inline-block;
}
}


/*
VIDEO
 */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}


