@media only screen and (max-width: 768px) {
    .page-head-left {
        display: none;
    }
}

.breadcrumb {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0 0 26px;
    font: 12px/14px "Work Sans", Arial, sans-serif;
    list-style: none;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb a {
    color: #444;
}

.currentItem {
    font-weight: bold;
    color: #0099e5;
}

.breadcrumb {
    padding: 20px 15px !important;
    background-color: transparent;
    margin-bottom: 0;
}

.area-padding {
    padding: 50px 0px !important;
}

img.right,
.img-right,
.img-circle.right,
.img-rounded.right,
.img-thumbnail.right {
    clear: both;
    float: right;
    margin-left: 20px;
}

img.left,
.img-left,
img.right,
.img-right,
.img-circle,
.img-rounded,
.img-thumbnail {
    max-width: 100%;
}

.img-rounded {
    border-radius: 0px;
}

/* 
.nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: none;
    border-bottom: 1px solid #e7e7e7;
} */

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs li {
    display: table-cell;
    float: none;
    text-align: center;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}

.full {
    width: 100% !important;
}

.tab-content {
    padding: 26px 22px 18px;
    margin: 0 0 21px;
    border: 1px solid #e7e7e7;
    border-width: 0 1px 1px;
}

.event-content li {
    color: #000;
    margin-bottom: 0px;
    font-size: 15px;
    letter-spacing: 0.5px;
}


ul.marker-list li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0099e5;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.row-pb-md {
    display: table;
}

.col {
    display: table-cell;
}

.card {
    display: inline-block;
    position: relative;

    width: 100%;
    margin: 25px 0;
    -webkit-box-shadow: 2px 4px 7px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 2px 4px 7px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    color: rgba(0, 0, 0, .87);
    background: #fff;
}

.card-header {
    height: 120px;
    width: 120px;
}

h4 {
    margin: 0px !important;
}

.card-stats .card-header {
    float: left;
    text-align: center;
}

.card [data-background-color],
.card [data-background-color] a {
    color: #fff;
}

.card [data-background-color=red] {
    background: linear-gradient(60deg, #0277bd, #01579b);
    -webkit-box-shadow: 0 12px 20px -10px rgba(0, 188, 212, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(0, 188, 212, .2);
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(0, 188, 212, .2);
}

.card .card-header {
    -webkit-box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .42), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .42), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 5px;
    background-color: #999;
}

img {
    background-color: #fff !important;
}

.card img {
    width: 100%;
    height: 100%;
}

img {
    border: 0;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .card .card-content {
        padding: 10px;
        position: relative;
    }
}

.card .card-content {
    padding: 15px 20px;
    position: relative;
}

.card-content {
    text-align: left;
}

.card-stats .card-content {
    text-align: right;
    padding-top: 10px;
}

.card .card-content {
    padding: 15px 20px;
    min-height: 100px;
}

.card .card-content .category {
    margin-bottom: 0;
}

.card .category:not([class*=text-]) {
    color: #999;
}

.card .card-footer {
    margin: 0 20px 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    text-align: right;
}

.card .card-footer .stats {
    line-height: 22px;
    color: #999;
    font-size: 12px;
}

.card .card-footer div {
    display: inline-block;
}

.card a h4 {
    color: #0099e5;
}