@charset "utf-8";
/*
--------------------
Fonts
--------------------
*/
/*
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=d5984009-f8f2-4b40-aaa9-9c17c599ef79");
@font-face{
font-family:"Avenir LT W01 35 Light";
src:url("/assets/fonts/Avenir_LT_W01_35_Light/Avenir_LT_W01_35_Light.eot?#iefix");
src:url("/assets/fonts/Avenir_LT_W01_35_Light/Avenir_LT_W01_35_Light.eot?#iefix") format("eot"),
	url("/assets/fonts/Avenir_LT_W01_35_Light/Avenir_LT_W01_35_Light.woff2") format("woff2"),
	url("/assets/fonts/Avenir_LT_W01_35_Light/Avenir_LT_W01_35_Light.woff") format("woff"),
	url("/assets/fonts/Avenir_LT_W01_35_Light/Avenir_LT_W01_35_Light.ttf") format("truetype"),
	url("/assets/fonts/Avenir_LT_W01_35_Light/Avenir_LT_W01_35_Light.svg#Avenir_LT_W01_35_Light") format("svg");
}
@font-face{
font-family:"Avenir LT W01 45 Book";
src:url("/assets/fonts/Avenir_LT_W01_45_Book/Avenir_LT_W01_45_Book.eot?#iefix");
src:url("/assets/fonts/Avenir_LT_W01_45_Book/Avenir_LT_W01_45_Book.eot?#iefix") format("eot"),
	url("/assets/fonts/Avenir_LT_W01_45_Book/Avenir_LT_W01_45_Book.woff2") format("woff2"),
	url("/assets/fonts/Avenir_LT_W01_45_Book/Avenir_LT_W01_45_Book.woff") format("woff"),
	url("/assets/fonts/Avenir_LT_W01_45_Book/Avenir_LT_W01_45_Book.ttf") format("truetype"),
	url("/assets/fonts/Avenir_LT_W01_45_Book/Avenir_LT_W01_45_Book.svg#Avenir_LT_W01_45_Book") format("svg");
}
@font-face{
font-family:"Avenir LT W01 85 Heavy";
src:url("/assets/fonts/Avenir_LT_W01_85_Heavy/Avenir_LT_W01_85_Heavy.eot?#iefix");
src:url("/assets/fonts/Avenir_LT_W01_85_Heavy/Avenir_LT_W01_85_Heavy.eot?#iefix") format("eot"),
	url("/assets/fonts/Avenir_LT_W01_85_Heavy/Avenir_LT_W01_85_Heavy.woff2") format("woff2"),
	url("/assets/fonts/Avenir_LT_W01_85_Heavy/Avenir_LT_W01_85_Heavy.woff") format("woff"),
	url("/assets/fonts/Avenir_LT_W01_85_Heavy/Avenir_LT_W01_85_Heavy.ttf") format("truetype"),
	url("/assets/fonts/Avenir_LT_W01_85_Heavy/Avenir_LT_W01_85_Heavy.svg#Avenir_LT_W01_85_Book") format("svg");
}
*/
/*
--------------------
Reset CSS
--------------------
*/


/*---Reset Stylesheet---*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
a, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}


/*---HTML5 Definitions---*/

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display:block;
	}

/*
--------------------
Cols
--------------------
*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-half {
  float: left;
  margin-right: 20px; }

.colp-1, .colp-2, .colp-3, .colp-4, .colp-5, .colp-6, .colp-7, .colp-8, .colp-9, .colp-10, .colp-11, .colp-12 {
  float: left;
  margin-right: 20px;
  padding: px px px px; }

.contp-1, .contp-2, .contp-3, .contp-4, .contp-5, .contp-6, .contp-7, .contp-8, .contp-9, .contp-10, .contp-11, .contp-12 {
  float: left;
  padding: px px px px; }

.cont-1, .cont-2, .cont-3, .cont-4, .cont-5, .cont-6, .cont-7, .cont-8, .cont-9, .cont-10, .cont-11, .cont-12,
.cont-half {
  float: left; }

.col-1 {
  width: calc(8.3333333333333% - 18.333333333333px); }

.col-0-5 {
  width: calc(4.1666666666667% - 18.333333333333px); }

.col-2 {
  width: calc(16.666666666667% - 16.666666666667px); }

.col-1-5 {
  width: calc(8.3333333333333% - 16.666666666667px); }

.col-3 {
  width: calc(25% - 15px); }

.col-2-5 {
  width: calc(12.5% - 15px); }

.col-4 {
  width: calc(33.333333333333% - 13.333333333333px); }

.col-3-5 {
  width: calc(16.666666666667% - 13.333333333333px); }

.col-5 {
  width: calc(41.666666666667% - 11.666666666667px); }

.col-4-5 {
  width: calc(20.833333333333% - 11.666666666667px); }

.col-6 {
  width: calc(50% - 10px); }

.col-5-5 {
  width: calc(25% - 10px); }

.col-7 {
  width: calc(58.333333333333% - 8.3333333333333px); }

.col-6-5 {
  width: calc(29.166666666667% - 8.3333333333333px); }

.col-8 {
  width: calc(66.666666666667% - 6.6666666666667px); }

.col-7-5 {
  width: calc(33.333333333333% - 6.6666666666667px); }

.col-9 {
  width: calc(75% - 5px); }

.col-8-5 {
  width: calc(37.5% - 5px); }

.col-10 {
  width: calc(83.333333333333% - 3.3333333333333px); }

.col-9-5 {
  width: calc(41.666666666667% - 3.3333333333333px); }

.col-11 {
  width: calc(91.666666666667% - 1.6666666666667px); }

.col-10-5 {
  width: calc(45.833333333333% - 1.6666666666667px); }

.col-12 {
  width: calc(100% - 0px); }

.col-11-5 {
  width: calc(50% - 0px); }

.colp-1 {
  width: calc(8.3333333333333% - 18.333333333333px - 0px); }

.colp-2 {
  width: calc(16.666666666667% - 16.666666666667px - 0px); }

.colp-3 {
  width: calc(25% - 15px - 0px); }

.colp-4 {
  width: calc(33.333333333333% - 13.333333333333px - 0px); }

.colp-5 {
  width: calc(41.666666666667% - 11.666666666667px - 0px); }

.colp-6 {
  width: calc(50% - 10px - 0px); }

.colp-7 {
  width: calc(58.333333333333% - 8.3333333333333px - 0px); }

.colp-8 {
  width: calc(66.666666666667% - 6.6666666666667px - 0px); }

.colp-9 {
  width: calc(75% - 5px - 0px); }

.colp-10 {
  width: calc(83.333333333333% - 3.3333333333333px - 0px); }

.colp-11 {
  width: calc(91.666666666667% - 1.6666666666667px - 0px); }

.colp-12 {
  width: calc(100% - 0px - 0px); }

.cont-1 {
  width: 8.3333333333333%; }

.cont-0-5 {
  width: 4.1666666666667%; }

.cont-2 {
  width: 16.666666666667%; }

.cont-1-5 {
  width: 8.3333333333333%; }

.cont-3 {
  width: 25%; }

.cont-2-5 {
  width: 12.5%; }

.cont-4 {
  width: 33.333333333333%; }

.cont-3-5 {
  width: 16.666666666667%; }

.cont-5 {
  width: 41.666666666667%; }

.cont-4-5 {
  width: 20.833333333333%; }

.cont-6 {
  width: 50%; }

.cont-5-5 {
  width: 25%; }

.cont-7 {
  width: 58.333333333333%; }

.cont-6-5 {
  width: 29.166666666667%; }

.cont-8 {
  width: 66.666666666667%; }

.cont-7-5 {
  width: 33.333333333333%; }

.cont-9 {
  width: 75%; }

.cont-8-5 {
  width: 37.5%; }

.cont-10 {
  width: 83.333333333333%; }

.cont-9-5 {
  width: 41.666666666667%; }

.cont-11 {
  width: 91.666666666667%; }

.cont-10-5 {
  width: 45.833333333333%; }

.cont-12 {
  width: 100%; }

.cont-11-5 {
  width: 50%; }

.left-1 {
  margin-left: 8.3333333333333%; }

.left-2 {
  margin-left: 16.666666666667%; }

.left-3 {
  margin-left: 25%; }

.left-4 {
  margin-left: 33.333333333333%; }

.left-5 {
  margin-left: 41.666666666667%; }

.left-6 {
  margin-left: 50%; }

.left-7 {
  margin-left: 58.333333333333%; }

.left-8 {
  margin-left: 66.666666666667%; }

.left-9 {
  margin-left: 75%; }

.left-10 {
  margin-left: 83.333333333333%; }

.left-11 {
  margin-left: 91.666666666667%; }

.left-12 {
  margin-left: 100%; }

.last, .col-12, .colp-12 {
  margin-right: 0; }

@media screen and (max-width: px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
  .col-half {
    margin-right: 20px; }

  .colp-1, .colp-2, .colp-3, .colp-4, .colp-5, .colp-6, .colp-7, .colp-8, .colp-9, .colp-10, .colp-11, .colp-12 {
    margin-right: 20px;
    padding: px px px px; }

  .colp-1, .colp-2, .colp-3, .colp-4, .colp-5, .colp-6, .colp-7, .colp-8, .colp-9, .colp-10, .colp-11, .colp-12 {
    padding: px px px px; }

  .colp-1 {
    width: calc(8.3333333333333% - 18.333333333333px - 0px); }

  .colp-2 {
    width: calc(16.666666666667% - 16.666666666667px - 0px); }

  .colp-3 {
    width: calc(25% - 15px - 0px); }

  .colp-4 {
    width: calc(33.333333333333% - 13.333333333333px - 0px); }

  .colp-5 {
    width: calc(41.666666666667% - 11.666666666667px - 0px); }

  .colp-6 {
    width: calc(50% - 10px - 0px); }

  .colp-7 {
    width: calc(58.333333333333% - 8.3333333333333px - 0px); }

  .colp-8 {
    width: calc(66.666666666667% - 6.6666666666667px - 0px); }

  .colp-9 {
    width: calc(75% - 5px - 0px); }

  .colp-10 {
    width: calc(83.333333333333% - 3.3333333333333px - 0px); }

  .colp-11 {
    width: calc(91.666666666667% - 1.6666666666667px - 0px); }

  .colp-12 {
    width: calc(100% - 0px - 0px); } }
/*
--------------------
DEFINED COLUMNS
--------------------
*/
/*--- Column fixed gutters ---*/
.cont {
  padding-left: 20px; }

.col {
  margin-right: 20px; }

.gutters {
  margin-left: 20px;
  margin-right: 20px; }

/* Media Query */
@media (max-width: px) {
  .cont {
    padding-left: 20px; }

  .col {
    margin-right: 20px; }

  .gutters {
    margin-left: 20px;
    margin-right: 20px; } }
/*--- Column percent gutters ---*/
.cont-pct {
  padding-left: 5%; }

.pcol-pct {
  padding-right: 5%; }

/* Media Query */
@media (max-width: px) {
  .cont {
    padding-left: 20px; }

  .col {
    margin-right: 20px; }

  .cont-pct {
    padding-left: 5%; }

  .pcol-pct {
    padding-right: 5%; } }
/*--- Middle column ---*/
.middle {
  box-sizing: border-box;
  /* Align */
  margin: 0 auto;
  /* Dimensions */
  width: calc(100% - px - px);
  max-width: px;
  /* Temporary bounding box */
  /*border:1px solid red;*/
  /* Reduce sides, increase width. */
  /* Increase to full width. */
  /* Content */ }
  @media (max-width: px) {
    .middle {
      width: calc(100% - px - px); } }
  @media (max-width: px) {
    .middle {
      width: 100%; } }
  .middle .col-middle {
    margin: 0 auto;
    max-width: px; }

/*# sourceMappingURL=css-includes-cols.css.map */

/*
--------------------
Helpers
--------------------
*/
.v-align {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%); }

.h-align {
  left: 50%;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0); }

/*---Vertical Alignment---*/
.valign_outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: visible;
  left: 0; }

.ie6 .valign_outer,
.ie7 .valign_outer {
  display: inline-block;
  top: 0; }

.valign_inner {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 auto; }

.ie6 .valign_inner,
.ie7 .valign_inner {
  display: inline-block;
  top: 50%;
  position: relative;
  overflow: visible; }

.valign_content {
  margin: 0 auto;
  overflow: visible;
  padding: 0px 30px;
  text-align: center; }

@media screen and (max-width: 480px) {
  .valign_content {
    padding-top: 100px; } }
.ie6 .valign_content,
.ie7 .valign_content {
  display: inline-block;
  top: -50%;
  position: relative; }

/*# sourceMappingURL=css-includes-helpers.css.map */

/*
--------------------
MIXINS
--------------------
*/

/*# sourceMappingURL=css-includes-mixins-common.css.map */

/* CSS Document */
html.page_100p, .page_100p body {
  height: 100%; }

img {
  max-width: 100%; }

p {
  line-height: 18px; }

p span {
  color: #AAAAAA;
  font-style: italic; }

a {
  color: #B7B7B7;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: black; }

img a {
  border: none; }

a.selected, a.hover {
  color: black; }

.grey {
  color: #DDD; }

.scroll {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  cursor: -webkit-grab; }

.dragging .scroll {
  cursor: -webkit-grabbing; }

.js .scroll {
  display: none; }

.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 0 20px;
  background: #fff;
  z-index: 10; }

.bar {
  background: #FFF;
  height: 51px;
  /*width:1000px;*/ }

.bar_left {
  margin: 26px 0 0 0;
  height: 25px;
  width: 149px;
  float: left; }

.bar_left a {
  display: block;
  position: relative;
  left: -2px;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #808080;
  text-indent: -9000px;
  overflow: hidden;
  height: 25px;
  width: 149px;
  background: url(/assets/images/logos/selwyn_leamy_logo.gif) no-repeat; }

.bar_right {
  float: right;
  color: #FFFFFF; }

.bar_right ul {
  float: left;
  margin: 0px; }

.bar_right li {
  float: left;
  list-style: none;
  margin: 17px 30px 0px 0px; }

.bar_right a {
  color: #FFFFFF; }

.bar_right a.selected {
  text-decoration: underline; }

.page_100p .bar {
  width: 80%; }

/*--- Under bar ---*/
.under_bar {
  float: left;
  width: 100%; }
  .under_bar ul.menu {
    display: inline;
    float: left;
    padding: 0; }
  .under_bar .work_holder {
    display: none;
    position: absolute;
    left: -20px; }
  .under_bar ul.work {
    padding: 12px 0 12px 20px;
    background-color: #ffffff; }
  .under_bar li {
    float: left;
    list-style: none;
    margin: 28px 15px 0 0; }
  .under_bar ul.menu li {
    height: 30px; }
  .under_bar ul.menu li:hover {
    cursor: pointer;
    color: #000; }
  .under_bar ul.menu li:hover a.topmenuitem {
    color: #000; }
  .under_bar ul.work li {
    float: none;
    list-style: none;
    height: auto; }
  .under_bar li a.selected {
    text-decoration: none; }
  .under_bar .sub_menu {
    float: left;
    clear: left; }
    .under_bar .sub_menu:after {
      content: '';
      display: block;
      clear: both; }
    .under_bar .sub_menu li {
      margin: 3px 23px 0 0; }

/*--- Mobile button ---*/
.mobile-button {
  display: none; }
  .mobile-button a {
    display: block;
    padding: 0 12px 0 0;
    background: url(/assets/images/icons/arrow-right.svg) no-repeat right 4px; }

/*--- Dropdown menu ---*/
.dropdown-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  transition: height .3s ease-in-out;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out; }
  .dropdown-menu:before {
    content: "";
    display: block;
    position: relative;
    padding: 70px 0 0; }
  .dropdown-menu .sub_menu {
    float: none;
    text-align: center; }
    .dropdown-menu .sub_menu li {
      float: none;
      margin: 0; }
      .dropdown-menu .sub_menu li a {
        display: block;
        margin: 0;
        padding: 8px 0; }
  .dropdown-menu .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    padding: 20px;
    text-indent: -100%;
    overflow: hidden;
    background: url(/assets/images/icons/cross-16x16.png) no-repeat center center; }

@media all and (max-width: 840px) {
  .mobile-button {
    display: block; }

  .mobile-button ~ li {
    display: none; }

  .menu-on .dropdown-menu {
    height: 100%; } }
.page_100p .under_bar {
  background: #fff;
  width: 90%; }

.painting {
  float: left;
  width: 900px;
  max-width: 100%;
  height: calc(100% - 113px - 40px);
  text-align: center;
  padding-top: 113px;
  padding-bottom: 40px; }

.painting-inner {
  position: relative;
  height: 100%;
  padding-bottom: 102px;
  box-sizing: border-box; }

.painting-footer {
  position: absolute;
  bottom: 0;
  width: 100%; }

.painting a {
  color: #AAA; }

.painting a:hover {
  color: black; }

.painting img {
  position: relative;
  display: block;
  max-width: 90%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  border: none;
  margin: 0 auto; }

.painting .statement {
  margin: 0 auto;
  width: 350px;
  height: 400px;
  text-align: left; }

.painting .statement h1 {
  margin-top: 0px;
  padding-top: 0px; }

/*html>body .painting{
margin-top:115px;
}*/
.content {
  padding: 0 30px 0;
  min-height: 600px; }

html > body .content {
  padding-top: 70px; }

.close_up {
  position: fixed;
  top: 113px;
  left: 0px; }

.close_up a img {
  /*max-width:100%;*/ }

.index {
  margin: 0px auto 0px auto;
  padding-top: 120px;
  width: 460px;
  max-width: 100%; }

.blog {
  padding-top: 70px;
  padding-left: 180px;
  width: 820px; }

.blog iframe {
  border: none;
  width: 840px;
  overflow-x: hidden; }

iframe.blog_full {
  width: 100%;
  height: 99%;
  overflow: hidden; }

.blog_auto_height {
  height: 80%; }

.press p {
  margin-bottom: 24px; }

/*----- THICKBOX ORRIBLE CSS ---------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333; }

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666666; }

#TB_window a:link {
  color: #666666; }

#TB_window a:visited {
  color: #666666; }

#TB_window a:hover {
  color: #000; }

#TB_window a:active {
  color: #666666; }

#TB_window a:focus {
  color: #666666; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.TB_overlayMacFFBGHack {
  background: url(macFFBgHack.png) repeat; }

.TB_overlayBG {
  background-color: #ffffff;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90; }

* html #TB_overlay {
  /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color: #000000;
  display: none;
  border: 0px solid #525252;
  text-align: left;
  top: 50%;
  left: 50%; }

* html #TB_window {
  /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }

#TB_window img#TB_Image {
  display: block;
  margin: 50px 0 0 50px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666; }

#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left; }

#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0px;
  margin: 0;
  text-align: center; }

#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right; }

#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px; }

#TB_title {
  background-color: #e8e8e8;
  height: 27px; }

#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em; }

#TB_ajaxContent.TB_modal {
  padding: 15px; }

#TB_ajaxContent p {
  padding: 5px 0px 5px 0px; }

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 13px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -2px;
  /* -height/2 0 0 -width/2 */ }

* html #TB_load {
  /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%; }

* html #TB_HideSelect {
  /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px; }

.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #B7B7B7;
  position: fixed;
  bottom: 20px;
  right: 25px; }

.page_100p .footer {
  right: 35px; }

/*--- SLIDESHOW ---*/
.slideshow img {
  max-width: 100%;
  height: auto; }

.scroller {
  /*position:absolute;
  top:0;*/
  height: 100%; }

/*# sourceMappingURL=css-includes-layout.css.map */

/*
--------------------
GENERAL
--------------------
*/
p {
  margin-bottom: 20px; }

h1, h2, h3, h4 {
  font-weight: normal;
  margin-bottom: 20px; }

/*# sourceMappingURL=css-includes-general.css.map */

/*
--------------------
LAYOUT (NEW)
--------------------
*/
html, body {
  height: 100%; }

html {
  overflow-y: scroll; }

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #A6A6A6; }

/*--- Page ---*/
.page {
  min-height: 600px;
  padding: 160px 20px 40px;
  box-sizing: border-box; }
  .page:after {
    content: '';
    display: block;
    clear: both; }
  @media all and (max-width: 600px) {
    .page {
      padding: 160px 20px 40px; } }
  .page .main-image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 320px);
    margin: 0 0 70px 0; }
    @media all and (max-width: 600px) {
      .page .main-image {
        margin: 0 0 20px 0; } }
  .page .image-fit {
    display: block;
    max-width: 100%; }
    @media all and (max-width: 600px) {
      .page .image-fit {
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
        max-width: none;
        max-height: none; } }

/*--- Content ---*/
.page-main {
  width: 960px;
  margin: 0 auto; }
  .page-main p, .page-main h2, .page-main h3, .page-main h4 {
    max-width: 640px; }
  .page-main:after {
    content: '';
    display: block;
    clear: both; }
  .page-main h2 ~ h2,
  .page-main h3 ~ h3,
  .page-main h4 ~ h4 {
    padding: 20px 0 0 0; }
  @media all and (max-width: 1024px) {
    .page-main {
      width: 100%; } }
  @media all and (max-width: 740px) {
    .page-main {
      display: table;
      width: 100%; } }

/*--- Main ---*/
.page-content {
  padding: 0 0 20px 0;
  overflow: hidden; }
  @media all and (max-width: 740px) {
    .page-content {
      overflow: visible; } }

/*--- Right hand-side ---*/
.page-rhs {
  float: right;
  width: 200px;
  padding: 0 0 0 120px; }
  @media all and (max-width: 1024px) {
    .page-rhs {
      padding: 0 0 0 20px; } }
  @media all and (max-width: 900px) {
    .page-rhs {
      width: 150px; } }
  @media all and (max-width: 740px) {
    .page-rhs {
      float: none;
      width: auto;
      padding: 0;
      display: table-footer-group; } }

/*--- Max Widths ---*/
.max-width-1 {
  max-width: 460px; }

/*# sourceMappingURL=css-includes-layout-new.css.map */

/*
--------------
HOME
---------------
*/
.slideshow-holder {
  overflow: hidden;
  height: calc(100vh - 100px); }
  .slideshow-holder .slideshow-wrapper {
    margin-top: 150px;
    position: relative;
    width: 100%; }
    .slideshow-holder .slideshow-wrapper .home-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; }
      .slideshow-holder .slideshow-wrapper .home-item img {
        height: calc(100vh - 100px);
        max-width: inherit; }

/*# sourceMappingURL=css-sections-home.css.map */

/*
--------------
WORK
---------------
*/
.work-outer {
  width: 100%;
  overflow-x: hidden;
  cursor: hand; }
  .work-outer .work-wrapper .work-item {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle; }
    @media all and (max-width: 800px) {
      .work-outer .work-wrapper .work-item {
        overflow: visible; } }
    .work-outer .work-wrapper .work-item .image {
      vertical-align: top;
      display: inline-block;
      margin-right: 3vw; }
      @media all and (max-width: 800px) {
        .work-outer .work-wrapper .work-item .image {
          margin-right: 0; } }
    .work-outer .work-wrapper .work-item .details {
      vertical-align: top;
      display: inline-block;
      width: 170px;
      max-width: 20vw; }
      @media all and (max-width: 800px) {
        .work-outer .work-wrapper .work-item .details {
          display: block;
          margin-top: 20px;
          max-width: inherit; } }
    .work-outer .work-wrapper .work-item h3 {
      margin: 0 0 3px;
      color: #A6A6A6;
      font-size: 11px; }
    .work-outer .work-wrapper .work-item p a {
      text-decoration: underline;
      color: #A6A6A6; }

/*# sourceMappingURL=css-sections-work.css.map */

/*
--------------
NEWS
---------------
*/
.news {
  position: relative; }

.news-article .article-header {
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  box-sizing: border-box; }
  .news-article .article-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 1px;
    background: #A5A5A5; }
  .news-article .article-header h1 {
    margin: 0 0 2px 0; }
  .news-article .article-header .article-date {
    font-style: italic; }

/*--- News: RHS Articles ---*/
.articles-list-item {
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0; }
  .articles-list-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 1px;
    background: #A5A5A5; }
  .articles-list-item h3 {
    margin: 0 0 2px 0; }
  .articles-list-item .article-date {
    font-style: italic; }

/*# sourceMappingURL=css-sections-news.css.map */

/*
--------------
ABOUT
---------------
*/

/*# sourceMappingURL=css-sections-about.css.map */

/*
--------------
CONTACT
---------------
*/
.contact img.main-image {
  max-height: 300px; }

/*# sourceMappingURL=css-sections-contact.css.map */

