@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-width: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    min-width: 320px;
}
p,
ul li,
ol li {
	color: inherit;
	font-size: inherit;
	line-height: 26px;
	line-height: 2.6rem;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 25px;
	word-wrap: break-word;
}
a {
	color: inherit;
	border: none;
	outline: none;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	text-transform: none;
	font-family: "proxima-nova", Arial, sans-serif;
	color: inherit;
	word-wrap: break-word;
}
a:hover {
	text-decoration: underline;
}
a:active,
a:focus {
	color: #00aad2;
}
ol,
ul {
	list-style: none;
}
ul {
	margin: 0 0 19px;
}
ul li {
	list-style-type: none;
	word-wrap: break-word;
}
input:focus,
textarea {
	outline: none;
}
button,
input,
select,
textarea {
	font-size: 100%;
	word-wrap: break-word;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

/*Remove button padding in FF*/

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type=text],
input[type=password] {
	display: inline-block;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	resize: none;
	overflow: auto;
}
img {
	max-width: 100%;
	height: auto;
}

/* Clearfix */

.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display: block;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.no-margin {
	margin: 0 !important;
}
a:focus {
    color: unset;
}
.hidden-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.container {
    max-width: 1180px;
    width: 100%;
    margin: auto;
}
p { 
    font-family: "proxima-nova";
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
.intro-title h2 {
	font-family: "balboa";
	font-size: 31.5px;
	text-transform: uppercase;
	line-height: 35px;
}
.intro p {
    font-size: 27px;
    font-family: "proxima-nova";
}
.blue .intro-title h2 {
	color: #4bb1b5;
}
.blue .intro p {
	color: #4bb1b5;
}
.orange .intro-title h2 {
	color: #f8b188;
}
.orange .intro p {
	color: #f47d39;
}
#header-background {
	background: url("banner-1.jpg") top center no-repeat transparent;
	height: 700px;
	background-size: cover;
}
#header-background .container {
	position: relative;
	height: 100%;
}
#header-background .container h1 {
    position: absolute;
    bottom: 20px;
    left: 0px;
    color: #4ba8ac;
    font-family: balboa;
    font-size: 97px;
    text-transform: uppercase;
    line-height: 84px;
    letter-spacing: 3px;  
    font-weight: 300;    
}
.orange #header-background .container h1 {
    color: #fcd8c4;
}
.blue .light-text {
    color: #a5d8da;
}
.orange .light-text {
    color: #f8b188;
}

#table .enquire {
    opacity: 0.8;
}
#table .enquire:hover {
    opacity: 1;
}
#table .enquire.active {
    opacity: 1;
}
.grey .two-columns {
    border-left: 1px solid #7d99a4;
    -webkit-column-rule: 1px outset #7d99a4;
    -moz-column-rule: 1px outset #7d99a4;
    column-rule: 1px outset #7d99a4;
}
.grey #header-background .container h1 {
    color: #7d99a4;
}
.grey .light-text {
    color: #b1c2c8;
}
.grey .intro-title h2 {
	color: #7d99a4;
}
.grey .intro p {
	color: #7d99a4;
}
.grey .enquire {
    background: #b1c2c8;
}
.grey .table-category h2 {
    color: #7d99a4;
}
.grey .table-blocks .table-block:nth-child(odd) {
    background: #b1c2c8;
}
.grey .table-category {
    border-left: 1px solid #7d99a4;
}
.rose .two-columns {
    border-left: 1px solid #b8463f;
    -webkit-column-rule: 1px outset #b8463f;
    -moz-column-rule: 1px outset #b8463f;
    column-rule: 1px outset #b8463f;
}
.rose #header-background .container h1 {
    color: #b8463f;
}
.rose .light-text {
    color: #d4908c;
}
.rose .intro-title h2 {
	color: #b8463f;
}
.rose .intro p {
	color: #b8463f;
}
.rose .enquire {
    background: #d4908c;
}
.rose .table-category h2 {
    color: #b8463f;
}
.rose .table-blocks .table-block:nth-child(odd) {
    background: #d4908c;
}
.rose .table-category {
    border-left: 1px solid #b8463f;
}
.green .two-columns {
    border-left: 1px solid #46775c;
    -webkit-column-rule: 1px outset #46775c;
    -moz-column-rule: 1px outset #46775c;
    column-rule: 1px outset #46775c;
}
.green #header-background .container h1 {
    color: #46775c;
}
.green .light-text {
    color: #8a9f8e;
}
.green .intro-title h2 {
	color: #46775c;
}
.green .intro p {
	color: #46775c;
}
.green .enquire {
    background: #8a9f8e;
}
.green .table-category h2 {
    color: #46775c;
}
.green .table-blocks .table-block:nth-child(odd) {
    background: #8a9f8e;
}
.green .table-category {
    border-left: 1px solid #46775c;
}

.lime .two-columns {
    border-left: 1px solid #76a04a;
    -webkit-column-rule: 1px outset #76a04a;
    -moz-column-rule: 1px outset #76a04a;
    column-rule: 1px outset #76a04a;
}
.lime #header-background .container h1 {
    color: #76a04a;
}
.lime .light-text {
    color: #adc692;
}
.lime .intro-title h2 {
	color: #76a04a;
}
.lime .intro p {
	color: #76a04a;
}
.lime .enquire {
    background: #adc692;
}
.lime .table-category h2 {
    color: #76a04a;
}
.lime .table-blocks .table-block:nth-child(odd) {
    background: #adc692;
}
.lime .table-category {
    border-left: 1px solid #76a04a;
}


.brown .two-columns {
    border-left: 1px solid #ac7b2b;
    -webkit-column-rule: 1px outset #ac7b2b;
    -moz-column-rule: 1px outset #ac7b2b;
    column-rule: 1px outset #ac7b2b;
}
.brown #header-background .container h1 {
    color: #ac7b2b;
}
.brown .light-text {
    color: #cfb284;
}
.brown .intro-title h2 {
	color: #ac7b2b;
}
.brown .intro p {
	color: #ac7b2b;
}
.brown .enquire {
    background: #cfb284;
}
.brown .table-category h2 {
    color: #ac7b2b;
}
.brown .table-blocks .table-block:nth-child(odd) {
    background: #cfb284;
}
.brown .table-category {
    border-left: 1px solid #ac7b2b;
}
#sidebar {
	position: fixed;
	right: 0px;
	top: 0px;
	background: #002a5c;
	width: 191px;
	height: 100%;
}
.menu {
    margin: 20px;
    border-top: 1px solid #fcb813;
    padding-top: 20px;
}
.menu ul li a:hover {
    text-decoration: none;
    color: #FFF;
}
#sidebar .enquire:hover, #sidebar .enquire-gold:hover {
    text-decoration: none;
    color: #FFF;
}
.menu ul li a {
    font-family: "balboa";
    font-size: 22px;
    text-transform: uppercase;
    line-height: 21px;
}
.menu ul li ul li a {
    font-size: 17px;
    line-height: 16px;
}
.relative {
	position: relative;
}
#sidebar img {
	width: auto;
}
#sidebar li {
	text-transform: uppercase;
}
#sidebar ul li {
    color: #fcb813;
    margin-bottom: 0px;
    margin-top: 10px;
}
#sidebar ul li ul li{
	color: #99aabe;
	padding-left: 20px;
	font-size: 12px;
	line-height: 12px;
}
#sidebar ul li ul {
    display: none;
}
#sidebar ul li ul.section {
    display: block;
}
.main {
	padding-right: 20%;
	margin-top: 75px;
}
.enquire-gold {
    background: #fcb813;
    padding: 7px 20px;
    color: #002a5c;
    font-family: balboa;
    text-transform: uppercase;
    font-size: 22px;
}
.content ul {
    
}
.content ul li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 2px;
    font-family: "proxima-nova";
    font-size: 18px;
    color: #000;
    font-weight: 300;    
}
#MemberLoginForm_LoginForm_action_dologin {
    padding: 20px;
    margin: 20px 0px;
}
.two-columns {
    column-count: 2;
    margin-top: 20px;
    font-weight: 300;
    border-left: 1px solid #4bb1b5;
    padding-left: 20px;
    -webkit-column-rule: 1px outset #4bb1b5; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #4bb1b5; /* Firefox */
    column-rule: 1px outset #4bb1b5;	
    column-gap: 40px;
    -webkit-column-gap: 40px;
}
.two-columns p a {
    text-decoration: underline;
}
.orange .two-columns {
    border-left: 1px solid #f47d39;
    -webkit-column-rule: 1px outset #f47d39; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #f47d39; /* Firefox */
    column-rule: 1px outset #f47d39;	    
}
#footer {
    margin-top: 100px;
    padding-top: 20px;
}
.enquire {
    background: #4bb1b5;
    padding: 20px 30px;
    font-size: 40px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "balboa";
    display: inline-block;
}
.orange .enquire {
    background: #f47d39;
}
.push-up {
    margin-top: 20px;
}
.half-width {
    width: 50%;
}
#mobile-header {
    position: fixed;
    top: 0px;
    height: 60px;
    background: #002a5c;
    width: 100%;
    display: none;
    z-index: 9999;
}
#mobile-header img {
    
}
#menu-button {
    width: 32px;
    height: 23px;
    position: relative;
    margin-top: 19px;
    margin-right: 16px;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9999;
}
#menu-button span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menu-button span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menu-button span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menu-button span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#sidebar {
    display: block;
}
#banner-left {
    width: 65%;
    height: 700px;
    background: url('banner-1.jpg') center center no-repeat transparent;
    float: left;
    background-size: cover;
}
#banner-right, #banner-bottom {
    width: 35%;
    height: 350px;
    background: url('banner-1.jpg') center center no-repeat transparent;
    float: right;
    background-size: cover;
}
.content.table {
    width: 100%;
}
.table-category h2 {
    color: #f47d39;
    text-transform: uppercase;
    font-family: "balboa";
    font-size: 31px;
}
.blue .table-category h2 {
    color: #4bb1b5;
}
.table-block {
    padding: 7px;
}
.table-block p {
        margin: 0px;
}
.block-1 {
    display: inline-block;
    width: 23%;
    text-align: right;
}
.block-2 {
    display: inline-block;
    width: 57%;
    text-align: left;
    padding: 0% 3%;
}
.block-3 {
    display: inline-block;
    width: 17%;
    text-align: left;
}
.block-1 p, .block-3 p {
    font-weight: bold;
}
.table-blocks .table-block:nth-child(odd) {
    background: #fde5d7;
}
.table-category {
    margin: 10px 0px;
    border-left: 1px solid #f47d39;
    padding-left: 15px;
}
.blue .table-blocks .table-block:nth-child(odd) {
    background: #bfeef0;
}
.blue .table-category {
    border-left: 1px solid #4bb1b5;
}
.table-category h2 {
    margin-bottom: 15px;
    margin-top: 45px;
    font-weight: 300;
}
.table-category {
    margin: 10px 0px;
}
.table-block div {
    vertical-align: top;
}
.right-align {
    text-align: right;
}
.orange .enquire.year.active {
    background: #f47d39;
}
.orange .enquire.year {
    background: #f8b188;
    margin-right: 12px;
}
#table {
    margin: 40px 0px;
}
#main-content-image {
    margin: 20px 0px 10px 0px;
}
.hidden {
    display: none;
}
.enquire.year:focus {
    color: #FFF;
}
.footer-1 {
    width: 148px;
    display: inline-block;
    border-bottom: 1px solid #fdca4e;
    vertical-align: top;
}
.footer-2 {
    display: inline-block;
    width: 475px;
    padding: 15px 0px;
    border-top: 1px solid #002a5c;
    margin-left: 1%;
    vertical-align: top;
	margin-right: 50px;
}
#footer hr {
	border-bottom: 1px solid #002a5c;
	margin-top: 15px;
	margin-bottom: 15px;
}
.footer-2 .left, .footer-2 .right { width: 49%; display: inline-block; vertical-align: top; }
.footer-2 iframe { max-width: 100%; min-height: 200px; }
#footer p {
    font-size: 14px;
    margin: 0px;
    color: #002a5c;
}
.footer-3 {
    width: 210px;
    text-align: left;
    display: inline-block;
    padding: 15px 0px;
    border-top: 1px solid #002a5c;
    margin-left: 1%;
    vertical-align: top;
}
.footer-3 p { font-weight: bold; }
.footer-3 img {
    display: inline-block;
    margin: 0px;
}
.footer-1 { border-bottom: 0px; }
.footer-1 img { max-width: 120px; }
.footer-last{
    margin-top: 20px;
    text-align: right;
    max-width: 970px;
	padding-right: 60px;
}
.white { padding: 10px; background: #fff; }
.title { font-weight: bold; }
iframe {
    max-width: 100% !important;
}
.gallery {
}
.gallery img {
    margin: 5px;
}

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.enquire2 {
	margin-left: 40px;
}
.push {
	margin-top: 20px;
	display: inline-block;
}

#footer p, #footer a { color: #002a5c; }