/*Intro Header*/
.view, .hero-small {
    background: #2cabc5;
}

.read-more{
    background-color: #fff;
    border: #3b5c6d solid 2px;
    position: absolute;
    right: 23px;
    bottom: 23px;
}

.read-more i{
    color: #3b5c6d;
}

.description .card-title{
    color: #3b5c6d;
}

/*
 * Validation errors/success
 */
.md-form > span{
    display: block;
    margin-left: 3rem;
    margin-top: -1rem;
    color: #F44336;
    opacity: 1;
    font-size: 1rem;
}

.form-group > div >span{
    display: block;
    color: #F44336;
    opacity: 1;
    font-size: 1rem;
}

/**
  * Locations
  */

.leftbordered{
    border-left: solid 5px !important;
}

.success-border{
    border-color: #3b5c6d !important;
}

.success-text{
    color: #3b5c6d !important;
}

.danger-border{
    border-color: #2cabc5 !important;
}

.danger-text{
    color: #2cabc5 !important;
}


.warning-border{
    border-color: #d2bf78 !important;
}

.warning-text{
    color: #d2bf78 !important;
}

/*
 * SKIN OVERRIDES
 */
.primary-color, .bg-primary, .danger-color{
    background-color: #3b5c6d !important;
}

.primary-color-dark, .count, .nav-tabs.red, .btn.btn-danger{
    background-color: #2cabc5 !important;
}

.btn.btn-primary, .btn-primary.active{
    background-color: #000000 !important;
}

.footer-copyright{
    background-color: #c8c6c7 !important;
}

.form-header.blue-gradient{
    background: #3b5c6d !important;
}

.hm-blue-strong .mask {
    background-color: rgba(44,171,197,.7) !important;
}

.hm-blue-strong .mask {
    background-color: rgba(44,171,197,.7) !important;
}