/** GENERAL **/
html {
    height: 100%;
    background: #63666A;
}

body {
    width: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #63666A;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #a4343a;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
}

a:hover {
    color: #63666A;
}

img {
    border: none;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h1,
h2 {
    font-size: 2em;
    line-height: 1.2em;
    color: #a4343a;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
}

h3,
h4 {
    font-size: 1.6em;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.btn {
    text-transform: uppercase;
    cursor: pointer;
}

.btn-outline {
    font-size: 1.3em;
    padding: 10px 20px;
    cursor: pointer;
}

.listing-user-button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
}

.mm-page-wrapper {
    background: #FFFFFF;
    padding: 1px 0px;
}

a.btn,
.listing-user-button,
.btn {
    background-color: #a4343a;
    color: #FFFFFF;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
}

a.btn:hover,
.listing-user-button:hover,
.btn:hover {
    background-color: #63666a;
    color: #FFFFFF;
}

.btn-outline {
    background: #a4343a;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2em;
}

.btn-outline:hover {
    background: #63666a;
    color: #FFFFFF;
}



/** COLOURS **/
.red {
    color: #a4343a;
}

.grey {
    color: #63666a;
}



/** CONTENT **/
.content-margins {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
}

.content-padding {
    padding: 0px 10px;
}



/** ERROR PAGE **/
.errpg.errpg-500 {
    padding: 150px 0px 30px 0px;
    margin: 50px 0;
    text-align: center;
}



/** FORM ERRORS **/
.form-error-summary {
    padding: 20px 20px 20px 20px !important;
}

.form-error-summary {
    background: #a4343a;
    color: #FFFFFF !important;
    border: none !important;
}

.property-page-rent .form-error-summary {
    background: #0077BE;
    color: #FFFFFF !important;
    border: none !important;
}



/** MOBILE LIGHTBOX FIX **/
.mobile-lightbox-fix a.btn {
    margin: 10px;
}

.mobile-lightbox-fix .l-article {
    margin: 0px 0px 20px 0px;
}

.mobile-lightbox-fix h1 {
    padding: 20px;
    margin: 0px 0px 5px 0px;
    font-size: 1.5em;
    letter-spacing: inherit;
    background: #FFFFFF;
}

.l-divided .l-body {
    margin-top: 0px;
    padding-top: 2em;
}