html {
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #373a3d;
    background-color: #ffffff;
    /*height: 100%;*/
    /*width: 100%;*/
}

.h1{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

@media (max-width: 991px) {
    .title {
        display: none !important;
    }
}
.content-page {
    height: 100%;
    padding-bottom: 635px;
}

.ml-container {
    max-width: 1020px;
    height: 100%;
    margin: auto;
}


.ml-background {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 80px;
    background: url("/images/css/rtl-header-one.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    /* Safari */
    transition: height 100ms ease;
}

.empty-content{
    height:250px;
}

.ml-navbar {
    position: fixed;
    font-size: small;
    font-weight: 600;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
    background-color: #ffffff;
    border-bottom: 5px solid;
    border-bottom-color: #ffc313;
    height: 80px;
    box-shadow: 0px 5px 10px #888888;
}

.ml-navbar-contact-details {
    padding: 10px 5px 10px 5px;
    margin: 0;
}

.ml-navbar-logo {
    text-align: center;
    height: 100%;
    font: 0/0 a;
}

.ml-navbar-logo-img {
    max-height: 100%;
    max-width: 100%;
    cursor: pointer;
}

.offence-tile {
    width: 100%;
    height: 170px;
    background-color: white;
    color: #373a3d;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
    box-shadow: 0 0 10px #cfcfcf;
    transition: 200ms ease;
    -webkit-transition: 200ms ease;
    cursor: pointer;
}

.offence-tile .icon-holder {
    padding: 5px;
    padding-top: 10px;
    vertical-align: middle;
}

.offence-tile .icon-holder i {
    color: #ffc313;
    transition: 200ms ease;
    -webkit-transition: 200ms ease;
}

.offence-tile .tile-description {
    padding: 1px;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
}

.offence-tile .tile-description .tile-offence-name {
    padding-bottom: 5px;
    font-size: medium;
    font-weight: bold;
}

.offence-tile .tile-description .tile-offence-name h3 {
    margin-top: 11px;
}

#offence-tiles a {
    text-decoration: none;
}

.offence-tile:hover {
    background-color: #ffc313;
    color: white;
}

.offence-tile:hover i {
    color: white;
}

.main-text{
    font-size: large;
}

.section-heading-home {
    margin-bottom: 40px;
}

.ml-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/images/dumfries_landscape.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    /* Safari */
    transition: height 100ms ease;
}

.transitive-container {
    /* Safari */
    transition: max-height 300ms ease, width 300ms ease !important;
    max-height: 550px !important;
}

.hero-attribution {
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    text-align: right;
    font-size: 10px;
    line-height: 1.35;
    color: #fff;
    background: transparent;
    border-radius: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
}

.hero-attribution a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

@media (max-width: 767px) {
    .hero-attribution {
        margin: 8px 0 12px;
        text-align: center;
        font-size: 9px;
    }
}

/* About us */

.personal-card {
    border: 1px solid darkgray;
    border-radius: 5px;
    margin-top: 7px;
    margin-bottom: 10px;
    transition: 200ms ease;
    -webkit-transition: 200ms ease;
    overflow: hidden;
}

.personal-card:hover {
    box-shadow: 0px 5px 10px #848484;
    margin: 0;
}

.personal-card img {
    max-width: 100%;
    margin: auto;
    border-radius: 5px 5px 0px 0px;
}

.personal-card .images-container {
    position: relative;
}

.personal-card .card-description {
    padding: 5px 8px;
    max-height: 100px;
    overflow: hidden;
    background-color: white;
    font-weight: 400;
    box-shadow: inset 0 -15px 30px -10px #000000;
}

.personal-card .card-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: large;
    font-weight: bold;
    padding: 8px;
    background-color: whitesmoke;
    opacity: 0.8;
    z-index: 3;
}

.personal-card a,
.personal-card a:hover {
    text-decoration: none;
}

.personal-card .card-btn {
    color: #373a3d;
    font-weight: bold;
    font-size: medium;
    text-align: center;
    padding: 8px;
    text-decoration: none;
}


/* BUTTONS */


.btn-primary {
    color: #fff;
    background-color: #ffc313;
    border-color: #f9b900;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #dfa600;
    border-color: #795a00;
}

.btn-primary:hover {
    color: #fff;
    background-color: #dfa600;
    border-color: #bb8c00;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #dfa600;
    border-color: #bb8c00;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #bb8c00;
    border-color: #795a00;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #ffc313;
    border-color: #f9b900;
}

.btn-primary .badge {
    color: #ffc313;
    background-color: #fff;
}

.reviews-logo{
     height: 100px;
}

.reviews-image{
    max-height: 100%;
}

#reviews{
    padding-top: 0;
}

#contact-details-bar{
    background-color: rgba(255, 255, 255, 0.58);
    padding-bottom: 0;
}

.help-block {
    color: #af0000;
}

#track-record {
    padding-bottom: 150px;
}
