.cityam-breadcrumbs b {
  font-weight: bold
}

.cityam-breadcrumbs {
    text-align: left;
    font-size: 14px;
    padding: 0px !important;
    margin: 0px !important;
    color: #404041 !important
}

.cityam-breadcrumbs li {
    display: inline-flex;
    background-image: url('/assets/images/bread-arrow.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) calc(50% + 1px);
    padding: 2px 20px 0 0;
    margin: 0;
}
.cityam-breadcrumbs li:last-child {
    background: none;
    font-weight: bold;
}

.cityam-breadcrumbs a {
  color: #404041 !important
}
.cityam-laravel-space {
    margin-top: 1px
}

.row {
    width: 100%;
}

.row:after {
    clear: both;
}

.col-lg-6 {
    width: 50%;
}

.col-md-12,
.col-sm-12,
.col-xs-12,
.col-sm-6,
.col-lg-6 {
    float: left;
}

.cityam-display-bread-flex {
    display: flex;
}

@media screen and (max-width: 767px) {
    .col-xs-12 {
        width: 100% !important;
    }

    .hidden-xs {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-12 {
        width: 100% !important;
    }

    .col-sm-6 {
        width: 50% !important;
    }

    .hidden-sm {
        display: none;
    }
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100% !important;
    }

    .hidden-md {
        display: none;
    }
}

.bread-container {
    margin: 5px 20px;
}

.ftse-container {
    margin: 5px 6px;
}

#ftse100widget {
     border-bottom: none !important;
     padding: 0px !important;
}

.cityam-border-bottom {
    border-bottom: 1px solid #e6e6e7;
}
