
/* defaults */

html {
    background: none;
}

body {
    background: #fff;
    font: 300 14px 'Open Sans', 'Arial', Helvetica, sans-serif;
    color: #656c72;

}

a {
    color: #ac0636;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    margin: 20px 0;
    border-top: 1px dotted #888;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

p, li {
    line-height: 165%;
}

ul {
    padding-left: 20px;
}


/* headings */

h1 {
    font: 700 30px 'Open Sans', 'Arial', Helvetica, sans-serif;
    color: #6f7072;
}

h2 {
    font: 700 24px 'Open Sans', 'Arial', Helvetica, sans-serif;
    color: #6f7072;
}

h3 {
    font: 300 20px 'Open Sans', 'Arial', Helvetica, sans-serif;
    color: #656c72;
}

h4 {
    font: 600 18px 'Open Sans', 'Arial', Helvetica, sans-serif;
    color: #656c72;
}

/*******************************************************
 * The micro clearfix for magical self clearing floats
 * *****************************************************/

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.group {
    zoom:1;
}


/* structure */

.wrap {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

section#header {
    border-top: 20px solid #222;
    background: #ededef;
}

section#content {
    padding-bottom: 25px;
}

section#footer {
    background: #222;
}

footer {
    margin: 10px 0px;
    padding: 20px;
    clear: both;
}


/* header */

header {
    position: relative;
}

header h1 {
    margin: 10px 0;
}

header h1 a,
header h1 a img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 435px;
}


/* main navigation */

nav {
    float: right;
    width: 56.5%;
}

nav.admin {
    width: auto;
    float: none;
}

nav a#mobile-nav-expand {
    margin: 5px auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
    display: none;
}

nav a#mobile-nav-expand img {
    width: 15px;
    height: auto;
    position: relative;
    top: 1px;
}

nav a#mobile-nav-expand:hover,
nav a#mobile-nav-expand:focus {
    text-decoration: none;
}

ul#main-nav {
    padding-left: 0;
    margin: 23px 0 0 0;
    text-align: right;
}

ul#main-nav li {
    list-style: none;
    display: inline-block;
    margin: 0 2%;
}

ul#main-nav li:first-child {
    margin-left: 0;
    width: 32px;
}

ul#main-nav li:first-child a {
    display: block;
    width: 100%;
    height: auto;
    color: transparent;
    background-image: url("images/home.4149ca405506.png");
    background-repeat: no-repeat;
    background-size: cover;
}

ul#main-nav li:first-child a:hover,
ul#main-nav li:first-child a:focus {
    background-image: url("images/home-hover.5a161eea81d5.png");
}

nav#main-nav li:last-child {
    margin-right: 0;
}

ul#main-nav li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    margin-left: -50px;
    padding: 23px 0 0 0;
    background: #ededef;
}

ul#main-nav li ul li:first-child {
    width: auto;
}

ul#main-nav li ul li:first-child a {
    background-image: none;
    color: #656c72;
    width: auto;
}

ul#main-nav li ul li:first-child a:hover,
ul#main-nav li ul li:first-child a:focus {
    background-image: none;
    color: #ac0636;
}

ul#main-nav li ul li {
    float: none;
    margin: 0;
}

ul#main-nav li ul li a {
    display: block;
    padding: 10px 25px;
    text-align: center;
}

ul#main-nav a {
    text-decoration: none;
    color: #656c72;
    font-size: 17px;
    font-weight: 300;
}

ul#main-nav a:hover,
ul#main-nav a:focus,
ul#main-nav a.selected {
    color: #ac0636;
}

ul#main-nav li:hover ul,
ul#main-nav li:focus ul {
    display: block;
}

/* content */


/* intro section */

section.intro img {
    width: 100%;
    height: auto;
    display: block;
}


/* two columns */

.twocol {
    float: left;
    width: 47.95%;
    padding: 0;
}

.twocol.first {
    margin-right: 4%;
}


/* three columns */

.threecol {
    float: left;
    width: 28.75%;
    padding: 20px 2.5% 20px 1.25%;
    margin-left: 1.25%;
}

.threecol.first {
    margin-left: 0;
}


/* four columns */

.fourcol {
    float: left;
    width: 19.5%;
    padding: 20px 2.5% 20px 1.25%;
    margin-left: 2.25%;
    margin-bottom: 20px;
}

.fourcol.first {
    margin-left: 0;
}

a.fourcol {
    display: block;
    margin-bottom: 40px;
}


/* homepage */

.homepage h1 {
    margin-top: 10%;
}

.homepage .twocol img {
    width: 100%;
    height: auto;
    max-width: 565px;
}


/* cms page details */

.page-detail,
.page-edit {
    float: left;
    width: 65.4%;
    padding-top: 80px;
    padding-left: 1.25%;
    margin-right: 1.5%;
}

.page-detail.bookings {
    width: 100%;
    box-sizing: border-box;
}

.page-edit div.redactor_box div.redactor_redactor.redactor_editor {
    min-height: 0 !important;
}

.page-detail .page-content h1 {
    margin-top: -10px;
}

.page-detail h1 {
    margin-top: 0;
}

.page-detail img,
.page-detail iframe {
    max-width: 100%;
}


/* asides */

aside {
    float: left;
    width: 31.5%;
    padding-top: 80px;
}


/* services boxes, shown on both the homepage and in the aside */

.services {
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px;
    color: black;
}

.services h2 {
    margin: 0 0 25px 0;
}

.services span {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 16px;
    background: #ac0636;
    color: white;
    text-align: center;
    margin-left: 2px;
}

.services:hover,
.services:focus {
    text-decoration: none;
}


/* aside services */

aside .services {
    display: block;
    width: auto;
    padding: 20px 7.65% 20px 3.85%;
    margin-top: 0;
    color: black;
}

aside .services,
aside .services span {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

aside .services p,
aside .services h2 {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

aside .services.property {
    background: #f3f3f3;
}

aside .services.business {
    background: #e2e3e7;
}

aside .services.relationships {
    background: #cccccc;
}

aside .services.assets {
    background: #999999;
}

aside .services.property:hover,
aside .services.business:hover,
aside .services.assets:hover,
aside .services.relationships:hover {
    background: #ac0636;
    text-decoration: none;
    color: #fff;
}

aside .services:hover h2 {
    color: #fff;
}

aside .services:hover span,
aside .services:focus span {
    background: #222;
}


/* footer */

footer {
    color: #fff;
}

footer a {
    color: #fff;
}


/* footer headings */

footer h2 {
    color: #fff;
    margin: 0;
    padding: 5px 0;
}


/* news headlines */

footer .twocol.latest ul.latest-headlines {
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

footer .twocol.latest ul.latest-headlines li {
    margin: 12px 0;
}

footer .twocol.latest ul.latest-headlines li.twocol {
    margin-right: 10%;
    width: 45%;
}

footer .twocol.latest ul.latest-headlines li.twocol.last {
    margin-right: 0;
}

footer .twocol.latest ul.latest-headlines li p {
    margin: 0;
}


/* contact column */

footer .twocol.contact .twocol {
    width: 42.8%;
    margin: 0;
}


/* copyright */

p.copyright {
    margin: 25px auto 0 auto;
}

p.copyright a {
    color: #757a7e;
}

