/* FONTS */
/* COLORS */
/* OTHER */
/* Layout */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "\0020";
}
/* Presentation */
/* CSS3 Transitions/Transforms etc. */
/* Helpers */
/* Fonts */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
a,
a:active,
video {
  outline: none;
}
a {
  text-decoration: none;
}
sup {
	font-size:0.6em;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  /*
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	*/

}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  /*
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	*/

}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */

  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* BODY */

body {
  min-width: 1000px;
  /*background: #e66f51;*/  
  color: #ffffff;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #ffffff;
}
strong {
  font-weight: bold;
}
#header,
#main-content {
  width: 960px;
  margin: 0 auto;
}
/* UTILITIES */
.padded {
  padding: 25px 50px;
}
.centered {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
  background: rgba(228, 110, 80, 0.5);

}
.centered ul {
text-align: left;
width: 380px;
margin: 0 auto;
}
.col-pri {
  color: #ae182c;
}
.col-sec {
  color: #c6301f;
}
.col-ter {
  color: #2286a3;
}
/* FORMATTED STYLES */
.h1,
.formatted h1 {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
}
.h2,
.formatted h2 {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
}
.h3,
.formatted h3 {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
}
.h4,
.formatted h4 {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.h5,
.formatted h5 {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.h6,
.formatted h6 {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.formatted p,
.formatted ul,
.formatted ol,
.formatted h1,
.formatted h2,
.formatted h3,
.formatted h4,
.formatted h5,
.formatted h6,
.formatted blockquote {
  padding-bottom: 20px;
}
.formatted ul {
  list-style-type: disc;
}
.formatted ol {
  list-style-type: upper-alpha;
}
.formatted .impact {
  margin: 0 auto;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.def-form {
  zoom: 1;
}
.def-form:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "\0020";
}
.def-form input[type="text"],
.def-form .select,
.def-form textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px 0;
  border: 1px solid #9bc2d2;
  border-bottom-color: #d5e8ef;
  border-right-color: #d5e8ef;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  color: #2286a3;
}
.def-form input[type="text"],
.def-form textarea {
  padding: 6px 10px;
  background: #ffffff;
}
.def-form input[type="text"]::-webkit-input-placeholder,
.def-form textarea::-webkit-input-placeholder {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  color: #3a434e;
}
.def-form input[type="text"]:-moz-placeholder,
.def-form textarea:-moz-placeholder {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  color: #3a434e;
}
.def-form input[type="text"]::-moz-placeholder,
.def-form textarea::-moz-placeholder {
  /* Firefox 19+ */

  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  color: #3a434e;
}
.def-form input[type="text"]:-ms-input-placeholder,
.def-form textarea:-ms-input-placeholder {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  color: #3a434e;
}
.def-form input[type="text"] {
  height: 30px;
}
.def-form textarea {
  height: 105px;
  resize: none;
}
.def-form .select {
  position: relative;
  overflow: hidden;
  height: 30px;
}
.def-form .select:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: -1px;
  right: -1px;
  height: 30px;
  width: 30px;
  background-repeat:no-repeat;
  background-position:-180px 0;
  /*
  content:'\2C5';
  color:#ffffff;
  font-size: 24px;
  line-height: 32px;
  background-repeat:no-repeat;
  text-align: center;
  */
}
.def-form .select select {
  width: 110%;
}
.def-form select {
  position: relative;
  z-index: 1;
  background: transparent no-repeat 0 0;
  height: 30px;
  width: 100%;
  padding: 0 10px;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  /*color: #2286a3;*/
  border: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  outline: none;
}
.def-form input[type="submit"] {
  float: right;
  width: 135px;
  height: 33px;
  background: #007395;
  border: 1px solid #afd3de;
  color: #ffffff;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-appearance: none;
  cursor:pointer;
  outline:none;
}
.def-form fieldset.half {
  width: 300px;
  float: left;
}
.def-form fieldset.half.first {
  padding-right: 20px;
}
.def-form.primary-form input[type="text"],
.def-form.primary-form .select,
.def-form.primary-form textarea {
  border: 1px solid #e66f51;
  /*color: #c2c7dd;*/
}
.def-form.primary-form input[type="text"],
.def-form.primary-form textarea {
  padding: 6px 10px;
  background: #ffffff;
}
.def-form.primary-form input[type="text"]::-webkit-input-placeholder,
.def-form.primary-form textarea::-webkit-input-placeholder {
  color: #3a434e;
}
.def-form.primary-form input[type="text"]:-moz-placeholder,
.def-form.primary-form textarea:-moz-placeholder {
  color: #3a434e;
}
.def-form.primary-form input[type="text"]::-moz-placeholder,
.def-form.primary-form textarea::-moz-placeholder {
  color: #3a434e;
}
.def-form.primary-form input[type="text"]:-ms-input-placeholder,
.def-form.primary-form textarea:-ms-input-placeholder {
  color: #3a434e;
}
.def-form.primary-form .select {
  background-color: #ffffff;
}
.def-form.primary-form .select:after {
  content:'\2C5';
  color:#ffffff;
  font-size: 24px;
  line-height: 32px;
  background-repeat:no-repeat;
  /*background-position:-210px 0;*/
}
.def-form.primary-form select {
  /*color: #c2c7dd;*/
}
.def-form.primary-form input[type="submit"] {
  background: #c6301f;
  border: 1px solid #e66f51;
  cursor:pointer;
}
.def-form.primary-form fieldset.half {
  width: 360px;
}


/* SLIDERS */
.full-slider {
  position: relative;
  height:407px;
  overflow:hidden;
}
.full-slider .slides li {
  position: relative;
  display:none;
}
.full-slider .slides .caption {
  position: absolute;
  z-index: 5;
  left: 10px;
  bottom: 10px;
}
.full-slider .slides img {
  width: 100%;
}
.full-slider .flex-direction-nav a {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -30px;
  height: 60px;
  width: 30px;
   background-repeat:no-repeat;
  background-position:-0 0;
  text-indent: -9999px;
  overflow: hidden;
  text-transform: capitalize;
}
.full-slider .flex-direction-nav a.flex-next {
  right: 10px;
  background-position: -30px 0;
}
.full-slider .flex-direction-nav a.flex-prev {
  left: 10px;
}
.full-slider .flex-control-nav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
}
.full-slider .flex-control-nav li {
  display: inline-block;
  margin: 0;
  zoom: 1;
  *display: inline;
  padding: 0 3px;
}
.full-slider .flex-control-nav li a {
  display: block;
  text-align: left;
  width: 10px;
  height: 10px;
   background-repeat:no-repeat;
  background-position:-60px 0;
  text-indent: -9999px;
  overflow: hidden;
  text-transform: capitalize;
  cursor: pointer;
}
.full-slider .flex-control-nav li a.flex-active,
.full-slider .flex-control-nav li a:hover,
.full-slider .flex-control-nav li a:focus {
  background-position: -77px 0;
}
/* TILES */
.tiles {
  zoom: 1;
}
.tiles:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "\0020";
}
.tiles li {
  float: left;
  width: 300px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.tiles li:nth-child(3n+3) {
  padding-right: 0;
}
.tiles img {
  width: 100%;
}
.tiles h6 {
  padding-bottom: 10px;
}
/* COLUMNS */
.inner-content {
  zoom: 1;
}
.inner-content:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "\0020";
}
.col {
  width: 300px;
  padding-right: 20px;
  float: left;
}
.col-2 {
  width: 620px;
  padding-left: 20px;
  float: left;
}
/* ICONS */
.icons {
  zoom: 1;
  padding: 0 30px;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
}
.icons:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "\0020";
}
.icons ul {
  width: 270px;
  float: left;
  padding-right: 30px;
}
.icons li {
  position: relative;
  padding-left: 60px;
  padding: 0 0 20px 50px;
  line-height:20px;
  font-size:12px;
}
.icons li img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40px;
}
#header {
  position: relative;
  height: 90px;
  padding: 15px;
  text-align: right;
/*	background: rgba(228, 110, 80, 0.5);*/
}
#header h1 {
  position: absolute;
  top: 40px;
  left: 30px;
  width: 240px;
  height: 52px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
#header nav {
  position: absolute;
  right: 30px;
  bottom: 0px;
}
#header nav > ul > li {
  position: relative;
  display: inline-block;
  margin: 0;
  zoom: 1;
  *display: inline;
  padding: 15px 8px;
    font-weight:bold;

}
#header nav > ul > li a {
  color: #ffffff;
}
#header nav > ul > li a:hover,
#header nav > ul > li a:focus,
#header nav > ul > li a.current {
  color: #c6301f;
}
#header nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 6;
  left: 0;
  top: 50px;
  background: #c6301f;
}
#header nav .sub-menu li:first-child a {
  border-bottom: 1px solid #ffffff;
  line-height: 55px;
}
#header nav .sub-menu a {
  display: block;
  width: 140px;
  height: 50px;
  line-height: 45px;
  text-align: left;
  padding: 0 10px;
  margin-left: 10px;
  color: #ffffff;
  text-transform: none;
}
#header nav .sub-menu a.current,
#header nav .sub-menu a:hover,
#header nav .sub-menu a:focus {
  color: #ae182c;
}
#header nav li:hover .sub-menu,
#header nav li:focus .sub-menu {
  display: block;
}
#main-content {
  padding-bottom: 60px;
  min-height: 760px;
}
#footer {
  zoom: 1;
  /*min-height: 400px;*/
  background: #ffffff;
  color: #2286a3;
  padding: 20px 0 50px;
}
#footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "\0020";
}
#footer .inner-content {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#footer .hanger {
  position: absolute;
  top: -60px;
  right: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  text-align: center;
  background: #ffffff;
}
#footer .social {
  padding: 20px 0;
}
#footer .social li {
  display: inline-block;
  margin: 0;
  zoom: 1;
  *display: inline;
  padding-right: 8px;
}
#footer .social a {
  display: block;
  width: 30px;
  height: 30px;
   background-repeat:no-repeat;
  background-position:-90px 0;
  text-indent: -9999px;
  overflow: hidden;
  text-transform: capitalize;
}
#footer .social a.twitter {
  background-position: -120px 0;
}
#footer .social a.facebook {
  background-position: -150px 0;
}
#footer a {
	color:#2286a3;

}
#footer .copy {
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 10px;
}
body.enquire .social {
  position: absolute;
  top: 0px;
  right: 0px;
}
.gallery-cats {
  padding: 30px 0;
  text-align: center;
}
.gallery-cats a {
  display: inline-block;
  margin: 0;
  zoom: 1;
  *display: inline;
  margin: 0 5px;
  width: 145px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #c6301f;
  background:#e66f51;
}
.gallery-cats a:hover,
.gallery-cats a:focus,
.gallery-cats a.current {
  background: #ffffff;
  color: #000000;
}
.gallery-detail {
  display: none;
}
.gallery-detail.current {
  display: block;
}
.disclaimer {
	font-size:10px;
}
.agents {
  zoom: 1;
  padding: 20px 0;
  margin-left: 150px;
}
.agents:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "\0020";
}
.agents ul {
  width: 220px;
  float: left;
  text-align: left;
}
.agents li {
  padding: 10px 0;
}
.agents img {
  height: 30px;
  margin-bottom: 10px;
}
.agents h4 {
  text-transform: none;
}
#map {
  width: 100%;
  height: 530px;
}
.map-points {
	text-align:center;
}
.map-points a {
  position: relative;
  display: inline-block;
  margin: 0;
  zoom: 1;
  *display: inline;
  width: 130px;
  padding: 40px 0px 10px 0px;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  color: #FFF;
  vertical-align: top;
}
.map-points a:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 50%;
  margin-left: -15px;
  background-repeat:no-repeat;
  background-position:-270px 0;
}
.map-points a.current {
  color: #c6301f;
}
.map-points a.current:before {
  background-position: -240px 0;
}
.infoBox {
  display: block;
  height: 190px !important;
  width: 180px !important;
  padding: 10px 10px 40px 210px !important;
  padding-left: 129px;
    color: #b7ada4;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
.infoBox h3 {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top:20px;
  color:#e09575;
}
.infoBox img {
  position: absolute;
  left: 15px;
  top: 15px;
  max-width: 180px;
}

#mailing-list a {
	/*display: none;*/
	float: right;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #117c9c;
	border: 1px solid #ffffff;
	border-bottom: none;
	padding: 10px;
	margin-top:-62px;
	background:#ffffff;
}

#mailing-list a:hover {

}