@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700|Playfair+Display');
body,html {height:100%;background-color: #fff;font-family: 'Lato', sans-serif;font-weight:450;padding: 0;margin: 0;
}
 .loader {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background: rgb(10,10,10) url('../img/circles.svg') 50% 50% no-repeat ;
background-size: 50px auto;
}
h1, h2, h3, h4, h5 {font-family: 'Playfair Display', serif;}
.content-block ul {margin: 0 1em 0 1em;padding:0;list-style-type: none;}
.content-block li {padding: 1rem 1.2em 1em 0;border-bottom: 1px solid rgba(202, 208, 222, 1);font-style: italic;color: #333;font-weight:500;}

.fh {height:90vh;}
.home-bg {
height: 100vh;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;

}
.darker {background-color:#333;padding:3em;}
.darker-two {background-color:#333;padding:2em 3em 6em 3em;}
.dark {background-color:#333;padding:3em;}
.light {background-color: #eee;}
.split-bg {background:linear-gradient(60deg, #f0f0f0, #f0f0f0 50%, #fff 50%, #fff);}
.split-bg-alt {background:linear-gradient(75deg, #fff, #fff 30%, #f0f0f0 30%, #f0f0f0);}
.white {background-color:#fff;padding:3em;}
.logo img {width: 200px;position: absolute;top:1.5vh;left:5%;}
.margin-bottom-2 {margin-bottom:2rem;}
header {height:11vh;position: relative;}
.button_container {
position: absolute;
top: 5.5vh;
right: 5%;
height: 27px;
width: 37px;
cursor: pointer;
z-index: 100;
-webkit-transition: opacity .25s ease;
transition: opacity .25s ease;
}
.button_container:hover {
opacity: .7;
}
.button_container.active .top {
-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
transform: translateY(8px) translateX(0) rotate(45deg);
background: #eee;
}
.button_container.active .middle {
opacity: 0;
background: #ccc;
}
.button_container.active .bottom {
-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
transform: translateY(-8px) translateX(0) rotate(-45deg);
background: #eee;
}
.button_container span {
background: #fafafa;
border: none;
height: 2px;
width: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all .35s ease;
transition: all .35s ease;
cursor: pointer;
}
.button_container span:nth-of-type(2) {
top: 8px;
}
.button_container span:nth-of-type(3) {
top: 16px;
}

.overlay {
position: fixed;
background: rgba(0,0,0,0.96);
top: 0;
left: 0;
width: 100%;
height: 0%;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .35s, visibility .35s, height .35s;
transition: opacity .35s, visibility .35s, height .35s;
overflow: hidden;
z-index: 1;
}
.overlay.open {
opacity: .94;
visibility: visible;
height: 100%;
}
.overlay.open li {
-webkit-animation: fadeInRight .5s ease forwards;
animation: fadeInRight .5s ease forwards;
-webkit-animation-delay: .35s;
animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
-webkit-animation-delay: .10s;
animation-delay: .10s;
}
.overlay.open li:nth-of-type(3) {
-webkit-animation-delay: .20s;
animation-delay: .20s;
}
.overlay.open li:nth-of-type(4) {
-webkit-animation-delay: .30s;
animation-delay: .30s;
}
.overlay.open li:nth-of-type(5) {
-webkit-animation-delay: .40s;
animation-delay: .40s;
}
.overlay.open li:nth-of-type(6) {
-webkit-animation-delay: .50s;
animation-delay: .50s;
}
.overlay.open li:nth-of-type(7) {
-webkit-animation-delay: .60s;
animation-delay: .60s;
}
.overlay.open li:nth-of-type(8) {
-webkit-animation-delay: .80s;
animation-delay: .80s;
}
.overlay nav {
position: relative;
height: 70%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 1rem;
font-weight: 400;
text-align: center;
text-transform:uppercase;
letter-spacing:0.325rem;
}
.overlay ul {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
position: relative;
height: 100%;
}
.overlay ul li {
display: block;
height: 12%;
min-height: 30px;
position: relative;
opacity: 0;
}
.overlay ul li a {
display: block;
position: relative;
color: #FFF;
text-decoration: none;
overflow: hidden;
padding-bottom:0.7rem;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
width: 40%;
}
.overlay ul li a:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
height: 1px;
background: #666;
-webkit-transition: .35s;
transition: .35s;
}

@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
left: 20%;
}
100% {
opacity: 1;
left: 0;
}
}

@keyframes fadeInRight {
0% {
opacity: 0;
left: 20%;
}
100% {
opacity: 1;
left: 0;
}
}
.fh h1 {font-weight: 400;margin-left: 20px;line-height: 1.3;}
p.small {font-size: 1rem;color: #fff;font-style: italic;margin-left: 1.25em;}
.black-heading {color: #444;}
.white-heading {color: #fafafa;}
.ani-line {
content: '';
display: block;
height: 1px;
width: 0;
background: transparent;
transition: width 1s ease, background-color 1s ease;
}

.line-active {
width: 100%;
}
.lw {background-color: #fff;}
.lb {background-color: #555;}
.vl {
content: '';
position: absolute;
background-color: transparent;
height: 0px;
transition: height 1s ease, background-color 1s ease;
width: 1px;
}
.vl-active {
background-color: #fff;
height: 17vh;
width: 1px;
}
.white {background-color: #fff;}
.margin-minus {margin-top: -100px;}
.margin-minus-inner {margin-top: -100px;}
.margin-top-2 {margin-top: 6em;}
.margin-right-1 {margin-right: 1em;}
.padding-l {padding: 4em;}
.padding-lg {padding: 4em 3em 4em 3em;}
.padding-exlg {padding: 6em 2em 6em 2em;}
.padding-tb {padding: 6em 0 6em 0;}
.darker h3 {color: #fafafa;width: 80%;text-align: right;margin: 0 auto 2em auto;}
.padding-lg p {font-size: 1.125rem;}
.dark p,.darker p {color: #eee;}
.box-s-l { -webkit-box-shadow: 0px -7px 19px -12px rgba(0,0,0,0.1);
-moz-box-shadow: 0px -7px 19px -12px rgba(0,0,0,0.1);
box-shadow: 0px -7px 19px -12px rgba(0,0,0,0.1);}
.service-box {
min-height: 400px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
display:block;}

.service-box:before {
    content: '';
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
    background-color: rgba(0,0,0,0.5);}
.service-box:hover {opacity: 0.9;}
.more {font-size: 0.8rem;text-transform: uppercase;letter-spacing: 0.175rem;font-style: normal !important;font-weight: 600;}
.more i {font-size: 1.3rem;vertical-align: middle;position: relative;}
.more a {color: #ccc;position: absolute;bottom:50px;right:50px;}
.more a:hover {color: #fff;}

.image-frame {
    padding: 1em;
    border: 1px solid #333;
    box-shadow: 0 0 0 7px #444,
                0 0 0 8px #555;
  }
.inner-right {
  width:100%;
  height:100%;
  position:absolute;
  border:2px solid rgba(0,0,0,0.1);
  bottom:-20px;
  right:-20px;

  background: rgba(0,0,0,0.1);
z-index: 1;
  }
.inner-left {
  width:100%;
  height:100%;
  position:absolute;
  border:2px solid rgba(0,0,0,0.1);
  top:-20px;
left:-20px;

  background: rgba(0,0,0,0.1);
z-index: 1;
  }
.relative {position: relative;}
.text-box {padding: 2em;z-index: 3;position: relative;width: 80%;height:30vh;}
.text-box h3 {color: #fff;}
.text-box p {font-style: italic;color:#fff;}
.pt-5 {padding-top: 5em;}
.margin-right-2 {margin-right:2em;}

footer {padding: 3em;color: #eee;
background-size: 300px auto;
  background-color: #333;
}
footer h4 {font-size: 1.1rem;text-transform: uppercase;}
.legals {list-style: none;margin: 0;}
.legals li {font-size: 0.8rem;color:#bbb;}
.legals li a {font-size: 0.8rem;color:#bbb;}
.footer-links {list-style: none;margin: 0;}
.footer-links li {font-size: 0.9rem;color:#eee;}
.footer-links li a {font-size: 0.9rem;color:#eee;}

@media (min-device-width : 1366px) and (max-device-width : 1366px) and (min-device-height : 1024px) and (max-device-height : 1024px) and (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape)
{
.darker h3 {font-size: 1.4rem;}
.fh h1 {font-weight: 400;margin-left: 1rem;line-height: 1.3;font-size: 2.5rem;}
p.small {font-size: 1rem;color: #fff;font-style: italic;margin-left: 1rem;}
}

@media (min-device-width : 768px) and (max-device-width : 1024px)  {
.darker h3 {font-size: 1.4rem;}
footer {padding: 4em;}
.padding-lg p {font-size: 0.885rem;}
.fh h1 {font-weight: 400;margin-left: 1rem;line-height: 1.3;font-size: 1.5rem;}
p.small {font-size: 0.9rem;color: #fff;font-style: italic;margin-left: 1rem;}
}

@media (max-width:767px) {
footer {padding: 3em 1.5em 1.5em 1.5em;background-size: 160px auto;background-position:100% 100%;}
.logo img {width: 150px;}
.fh {height:90vh;}
.darker {padding:3em 1em 0 1em;border-top: none;margin-top: -10px}
.darker-two {padding:1em 1em 4em 1em;}
.dark {padding:3em 1em 0 1em;}
.white {padding:0em;}
.fh h1 {margin-left:20px;}
.fh p {margin-left:20px;}
.darker h3 {width:100%;text-align: left;margin: 0 0 2em 0;font-size:1.4rem;}
.padding-lg p {font-size: 1rem;}
.inner-left {display:none;}
.inner-right {display:none;}
.margin-minus {margin-top: 0px;}
.margin-minus-inner {margin-top: 0px;}
.more a {color: #eee;position: absolute;bottom:5%;left:25px;}
.margin-top-2 {margin-top: 0em;}
.margin-right-1 {margin-right: 1em;}
.padding-l {padding: 1em;}
.padding-lg {padding: 0em 1em 1em 1em;}
.padding-exlg {padding: 2em 1em 2em 1em;}
.padding-tb {padding: 0;}
.text-box {width:100%;}
.margin-right-2 {margin-right:0;}
.service-box {background-size:cover;background-position:left top;min-height:auto;padding-bottom:20vh;}
.margin-top-small {margin-top: 2em;}

}

.container {
  margin: 0 auto;
background-color: #444;
border-top: 10px solid #333;
}

.item {

  margin: 0;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  transition: all 120ms ease;
}
.item h3 {
  color: #000;
}
.item p {
  color: #5b5b5b;
}
.item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition: all 100ms ease;
}
.item:hover {
  opacity: 0.75;
}
.item:hover::before {
  transform: scale(1);
  opacity: 1;
}
.item img {
  width: 100%;
  height: auto;
  display: block;
}

.grid-sizer, .item {
	width: 33.333%;
	  float: left;
}

@media screen and (max-width: 750px) {
  .grid-sizer, .item {
  	width: 100%;
  	  float: left;
  }
}
@media screen and (max-width: 500px) {
  grid-sizer, .item {
    width: 100%;
  }
}
#contact-details h4 {color: #eee;}
#contact-details a {color: #fff;}
#monkey {display: none;}
form label {color: white;}
input {margin-right:1em !important;}
.btn {padding: 1em;line-height: 1.1;background-color: #000;color:#eee;min-width: 120px;cursor: pointer;text-transform: uppercase;letter-spacing: 0.125rem;font-size: 0.8rem;font-weight: 600;}
.btn:hover {background-color: #222;}
#thanks {display: none;}
.map-bg {background-color: #444;padding:2em 0 0em 0;margin-bottom: -10px;}
.border-right {padding-right: 2em;border-right:1px solid #333;}
.padding-form {padding-left:2em;}
#contact-form input {background-color: #555;color:#ccc;border: none;}
#contact-form textarea {background-color: #555;color:#ccc;border: none;}
@media screen and (max-width: 767px) {
.border-right {border-right:0;padding: 0;}
.padding-form {padding-left:0;padding-bottom:2em;}
  }
.pics-pad {
  padding: .3em;
  background-color: #222222;
}
.call {
  font-size: medium;
  text-shadow: #0a0a0a;
}
icons {
    max-width: 24%;
}
.kwd {
    font-size: 0.8rem;
}
.thank-you-text {color: #fafafa;
    text-align: center;
    padding: 4rem;
    background: transparent;
    transition: width 1s ease, background-color 1s ease;
}
.grid-x input {background-color: #555;color:#ccc;border: none;}
.grid-x textarea {background-color: #555;color:#ccc;border: none;}

/* Loader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e20202;
    z-index: 1001;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #c10101;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #a30303;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
}

@-webkit-keyframes spin {
    0%	{
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0%	{
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }

}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6 */
    transition: all 0.3s  0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+ */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6 */
    transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+ */
}

.loaded #loader {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6 */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+ */

}

.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6 */
    transition: all 0.3s 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+ */
}
