/*
* strip-unit - Unit stripper [10px = 10]
* param - $num : the value with a unit suffix, E.g: 10px
* return - $result : the value without any suffix, E.g: 10
* E.g. strip-unit(100px) = 100
*/
/*
* pxToEM - Convert PX value to EM value [100px = 6.25em]
* param - $target : the value in px without 'px' suffix, E.g: 100
* return - $result : the value in em with 'em' suffix, E.g: 6.25em
* E.g. pxToEM(100) = 6.25em
*/
/*
* u - PX and REM constrictor
* param - $property : css property, E.g: padding
* param - $values... : list of values for the property, note values are multiplied by $pixelBase, E.g.: 10, 20, 30, 40
* return - $result : the css property with values applied in pixels
* E.g. @include u(padding, 10, 20, 30, 40) = padding: 100px, 200px, 300px, 400px;
*/
/*! Mixins */
/*! Variables */
/*! Fonts */
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Courgette&family=Noto+Sans:ital,wght@0,700;1,400&family=Open+Sans&display=swap");
/*! Base */
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4c2a1a; }

::-moz-selection {
  background: #d39d61;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #d39d61;
  color: #fff;
  text-shadow: none; }

img {
  max-width: 100%;
  height: auto; }

/*! Links */
/* =============================================================================
   Links
   ========================================================================== */
a, a:link {
  color: #794500; }

a:visited {
  color: #794500; }

a:hover {
  color: #935f1b; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*! Typography */
h1,
h2 {
  margin: 1% 0;
  background: none; }

h3 {
  font-family: "Noto Sans", Arial, serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 23px;
  margin: 10px 0px;
  padding: 0;
  font-weight: 100;
  background: none; }

p {
  font-family: "Noto Sans";
  font-size: 13px;
  line-height: 23px; }

.home h1 {
  font-family: "Bree Serif", serif;
  font-size: 35px;
  margin: 1% 0; }

.mainTitle {
  font-family: "Courgette", cursive;
  font-size: 65px;
  text-transform: none;
  line-height: 1.1;
  text-align: center;
  margin: 3% 7%;
  position: absolute; }

.theheading {
  position: absolute;
  display: block;
  width: 540px;
  height: 190px;
  padding: 18px;
  background: url(/p/1/seperator.png) no-repeat 100% 50% #fff;
  z-index: 999; }

.mobOnly {
  display: none; }

body:not(.ketley) .mainTitle,
body:not(.ketley) .home h1 {
  color: #ce2016; }

body:not(.ketley) h1 {
  font-family: 'Bree Serif', serif;
  font-weight: 100;
  font-size: 33px;
  color: #6cbdaf;
  line-height: 1;
  text-transform: none; }

body:not(.ketley) h2 {
  font-family: 'Bree Serif', serif;
  font-weight: 100;
  font-size: 26px;
  color: #794500;
  line-height: 1;
  text-transform: none; }

body:not(.ketley) h3 {
  color: #794500; }

body:not(.ketley) p {
  color: #003745; }

body.ketley h1 {
  font-weight: 100;
  font-size: 33px;
  color: #1b1d3f;
  line-height: 1;
  text-transform: none; }

body.ketley h2 {
  font-weight: 100;
  font-size: 26px;
  color: #794500;
  line-height: 1;
  text-transform: none; }

body.ketley h3 {
  color: #794500; }

body.ketley p {
  color: #003745; }

body.ketley .home h1 {
  color: #1b1d3f; }

body.ketley .mainTitle {
  color: #8e5738; }

/*! Lists */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

.listing-menu {
  margin: 2rem 0 0 0; }
  .listing-menu ul.lev1 {
    list-style: none;
    padding: 0;
    display: flex; }
    @media (max-width: 991px) {
      .listing-menu ul.lev1 {
        flex-wrap: wrap;
        justify-content: space-between; } }
    .listing-menu ul.lev1 li.lev1 {
      width: 49%; }
      @media (min-width: 700px) {
        .listing-menu ul.lev1 li.lev1 {
          width: 30%; } }
      @media (max-width: 991px) {
        .listing-menu ul.lev1 li.lev1 {
          margin-bottom: 1rem; } }
      @media (min-width: 992px) {
        .listing-menu ul.lev1 li.lev1 {
          margin-right: 1rem;
          width: auto; } }
      .listing-menu ul.lev1 li.lev1 a {
        display: block;
        height: auto;
        color: #525252;
        padding: 0.5rem;
        background: #ebebeb; }
        .listing-menu ul.lev1 li.lev1 a:hover {
          background: #d39d61;
          text-decoration: none; }

/*! Site Structure */
#wrap {
  background: #fff; }

.header {
  height: 110px;
  background: url(/p/1/tile.png);
  width: 100%;
  position: relative;
  z-index: 999;
  position: sticky;
  top: 0;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3); }
  body.ketley .header {
    background: #1B1D3F; }

.top {
  width: 100%; }

.landing .top {
  border: 0; }

.midBottom {
  background: #ebebeb;
  border-bottom: 1px solid #ccc; }

.midTop {
  background: #fff;
  border-bottom: 1px solid #ccc; }

.footer_container {
  background: #ebebeb;
  height: 255px;
  border-top: 1px solid #ccc; }

.logo {
  font-family: 'Courgette', cursive;
  position: absolute;
  left: 20px;
  top: 10px; }

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  min-width: 300px;
  box-sizing: border-box;
  padding: 0 20px; }

.footer_logo {
  display: block;
  background: url(/p/1/footer_logo.png) no-repeat;
  height: 125px;
  width: 225px;
  position: absolute;
  right: 0; }

.footer_logo_ket {
  display: block;
  background: url("/p/1/NEW-Ketley-Logo-Vector.png") no-repeat;
  height: 125px;
  width: 225px;
  position: absolute;
  right: 0; }

.menu {
  position: absolute;
  right: 0;
  top: 75px;
  z-index: 999; }

.ContactNo a {
  font-family: 'Bree Serif', serif;
  color: #fff;
  font-size: 23px;
  letter-spacing: 1px;
  display: block;
  float: right;
  margin-top: 20px; }
  .ContactNo a:hover {
    text-decoration: none;
    color: #eee; }

.standard .main_section.clearfix {
  margin: 2.5% 0% 5% 0%;
  overflow: hidden; }

.standard .main_section > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.standard .main_section .main .mainText {
  width: 100%; }

.standard .main,
.standard .sidebar {
  width: 100%; }

@media (min-width: 996px) {
  .standard .main {
    width: 70%;
    order: 1; }
  .standard .sidebar {
    width: 28%;
    order: 0; } }

.midBottom .container, .midTop .container, .footer_container .container {
  padding: 2% 0%; }

.top .container {
  padding: 1% 20px; }

.bottom .container {
  padding-top: 2%;
  padding-bottom: 4%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5%; }

.banner.clearfix {
  position: relative;
  z-index: 1; }

/*! Menus */
.menu {
  width: 80%; }

#nav {
  width: 100%;
  display: none; }
  @media (min-width: 1110px) {
    #nav {
      display: block; } }
  #nav ul.lev1 {
    display: flex !important;
    justify-content: flex-end; }
    #nav ul.lev1 > li {
      margin-right: 1rem; }
      #nav ul.lev1 > li > a,
      #nav ul.lev1 > li > span {
        line-height: 40px;
        position: relative;
        top: -10px;
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #ebebeb;
        font-size: 19px;
        font-family: "Bree Serif", serif;
        font-weight: 100; }
        #nav ul.lev1 > li > a:hover,
        #nav ul.lev1 > li > span:hover {
          color: #d39d61;
          text-decoration: none; }
        #nav ul.lev1 > li > a.cur,
        #nav ul.lev1 > li > span.cur {
          color: white; }
      #nav ul.lev1 > li.mega ul.lev2 {
        position: fixed;
        top: 110px;
        width: 100vw;
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
        left: 0;
        padding: 2rem 10% 0 10%; }
        #nav ul.lev1 > li.mega ul.lev2 > li {
          margin-right: 3rem;
          margin-bottom: 2rem; }
          #nav ul.lev1 > li.mega ul.lev2 > li > a, #nav ul.lev1 > li.mega ul.lev2 > li > span {
            font-size: 1.05rem; }
      #nav ul.lev1 > li.mega.mega--right ul.lev2 {
        justify-content: flex-end; }
      #nav ul.lev1 > li:not(.mega) ul.lev2 {
        position: absolute;
        top: 85%;
        padding: 1rem; }
        #nav ul.lev1 > li:not(.mega) ul.lev2 ul.lev3 {
          display: none; }
      #nav ul.lev1 > li ul.lev2 {
        background: #525252;
        box-sizing: border-box; }
        #nav ul.lev1 > li ul.lev2 a, #nav ul.lev1 > li ul.lev2 span {
          color: white; }
        #nav ul.lev1 > li ul.lev2 > li {
          display: block; }
          #nav ul.lev1 > li ul.lev2 > li.lev2 {
            box-sizing: border-box; }
          #nav ul.lev1 > li ul.lev2 > li a, #nav ul.lev1 > li ul.lev2 > li span {
            display: block;
            height: auto; }
          #nav ul.lev1 > li ul.lev2 > li > ul {
            display: block;
            box-sizing: border-box; }
      #nav ul.lev1 > li:not(:hover) > ul {
        display: none !important; }
  #nav a.lev1.first {
    background: url(/p/1/home_icon.png);
    display: block;
    width: 24px;
    height: 24px;
    display: block;
    top: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    padding-right: 0px;
    background-position: 0px -24px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }
    #nav a.lev1.first:hover {
      background-position: 0px 0px; }

#nav .mobileNav {
  display: none; }

.nav .nav-btn {
  float: right;
  margin: 5px 15px;
  padding: 7px 8px;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ccc; }

#nav.closed .nav-btn {
  background: #7cce00; }

#nav .icon-bar {
  background-color: #fff;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
  margin: 3px 0; }

#nav .siteNavTitle {
  font-size: 23px;
  padding: 5px 0 5px;
  margin: 0;
  color: #ec0606;
  display: inline-block; }

#nav span.siteNavTitle {
  display: none; }

#nav ul li.back {
  border-bottom: 8px solid #cccccc;
  margin-top: 35px;
  z-index: 8;
  position: absolute;
  margin-left: 0px;
  display: none !important; }

#nav ul li a:hover, #nav ul li a:active {
  border: none; }

.nav ul li a:visited {
  border: none; }

#lhs {
  display: block;
  width: 100%;
  position: relative; }
  #lhs a,
  #lhs span {
    font-family: "Bree Serif", serif; }
  #lhs ul.lev1 {
    background: #ebebeb;
    box-sizing: border-box;
    margin-bottom: 2rem; }
    #lhs ul.lev1 li.lev1 > a,
    #lhs ul.lev1 li.lev1 > span {
      color: #525252;
      font-size: 16px;
      line-height: 20px;
      padding: 0.75rem;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #lhs ul.lev1 li.lev1 > a:hover,
      #lhs ul.lev1 li.lev1 > span:hover {
        text-decoration: none;
        color: #6cbdaf; }
      #lhs ul.lev1 li.lev1 > a.cur,
      #lhs ul.lev1 li.lev1 > span.cur {
        color: #6cbdaf; }
  #lhs ul.lev2 {
    padding: 0; }
    #lhs ul.lev2 li > a,
    #lhs ul.lev2 li > span {
      font-size: 14px;
      color: #797979;
      padding: 0 0.25rem 0 1.25rem; }
      #lhs ul.lev2 li > a.cur,
      #lhs ul.lev2 li > span.cur {
        color: #6cbdaf; }
    #lhs ul.lev2 li > a:hover {
      color: #525252;
      text-decoration: none;
      background: #6cbdaf;
      color: #fff; }
  #lhs .lev1.headpage {
    color: #794500;
    font-family: "Bree Serif", serif;
    font-size: 33px;
    border: 0;
    margin: 0;
    margin-bottom: 6%;
    display: block; }
    #lhs .lev1.headpage:hover {
      background: none;
      color: #d39d61; }

/*! Other Classes */
.responsive-gallery img {
  max-height: 75px;
  margin: 10px;
  max-width: 100px; }

.testimonial_box a {
  color: #FFF; }

.smIcons {
  position: absolute;
  right: -5px;
  top: 170px; }

.linkedin_icon {
  margin-left: 10px; }

.testimonial_box {
  position: relative;
  background: #373737;
  border-radius: 8px;
  padding: 10px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 100;
  font-style: italic;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .testimonial_box, .testimonial_box p {
    color: #ecb476 !important; }
  .testimonial_box p {
    margin: 0;
    text-align: center; }
  .testimonial_box:hover {
    background: #000; }
  .testimonial_box:after {
    content: '';
    display: block;
    height: 23px;
    width: 100%;
    position: absolute;
    right: 0;
    background: url(/p/1/testimonial_after.png) no-repeat;
    bottom: -23px; }
  .testimonial_box:hover:after {
    background: url(/p/1/testimonial_after.png) no-repeat 0px -23px; }

.caseStudy {
  display: block;
  width: 280px;
  height: 135px;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 1px solid #ccc; }
  .caseStudy.one {
    background: url(/p/1/case_study_01.jpg); }
  .caseStudy.two {
    background: url(/p/1/case_study_02.jpg); }
  .caseStudy.three {
    background: url(/p/1/case_study_03.jpg); }
  .ketley .caseStudy.one {
    background: url("/p/1/case-study-1.jpg"); }
  .ketley .caseStudy.two {
    background: url("/p/1/case-study-2.jpg"); }
  .ketley .caseStudy.three {
    background: url("/p/1/case-study-3.jpg"); }
  .ketley .caseStudy:hover {
    background: url(/p/1/diagonal_pattern.png) repeat; }

.case_img {
  display: block;
  float: left; }

.caseStudy:hover {
  background: url(/p/1/diagonal_pattern.png) repeat;
  border: 10px solid #6cbdaf;
  margin-top: 0;
  width: 262px;
  height: 117px; }
  .caseStudy:hover:after {
    background: url(/p/1/read_more.png) no-repeat 50% 50% transparent;
    display: block;
    content: '';
    width: 100%;
    height: 100%; }

.case_img hr {
  width: 93%;
  margin: 0; }

.case_img h3 {
  margin: 2% 5%; }

.case_img a:hover {
  text-decoration: none; }

.case_img:hover h3 {
  color: #6cbdaf; }

span.bigGreyText {
  font-family: 'Bree Serif', serif;
  color: #5a5b5b;
  font-size: 35px;
  line-height: 1; }

.story_container .column {
  display: block;
  float: left; }

.first.column {
  width: 23%;
  margin-right: 1%; }

.second.column {
  width: 19%;
  background: url(/p/1/seperator2.png) repeat-y 0% 0%;
  padding-left: 2%;
  min-height: 100px; }

.third.column {
  width: 14%;
  background: url(/p/1/seperator2.png) repeat-y 0% 0%;
  padding-left: 2%;
  min-height: 100px; }

.fourth.column {
  width: 17%;
  margin-right: 20%;
  margin-top: 30px; }

.third.column, .second.column {
  margin-top: 30px; }

.grey_link {
  position: absolute;
  right: 0;
  bottom: 0; }

.text_highlight {
  background: #ebebeb;
  padding: 0px 8px;
  color: #525252;
  margin: 0px 3px;
  display: inline-block; }

.footer ul {
  float: left; }

.intergage {
  position: absolute;
  left: 15px;
  top: 148px;
  font-size: 11px; }

.bannerText p {
  color: #794500; }

/*.standard .main p {clear: both;}*/
/*! Tabs */
.tabs {
  width: 100%;
  float: none;
  position: relative;
  display: block; }

.igclearfix {
  display: inline-block;
  width: 100%; }

.igtabheader {
  flex-wrap: wrap;
  display: flex !important; }
  .igtabheader .igcurtab {
    padding: 1% 2%; }
  .igtabheader .igtab {
    cursor: pointer;
    list-style: none;
    padding: 10px;
    margin: 0%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #ebebeb !important;
    font-style: italic;
    color: #003745;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    border: 0px solid #e1e1e1;
    border-bottom: 0;
    border-radius: 0; }
    .igtabheader .igtab.igcurtab {
      background: #fbf5ee !important; }
  .igtabheader .sigtabheading {
    background: url(/p/1/tab_arrows.png) no-repeat 97% -37px #e1e1e1; }
    .igtabheader .sigtabheading:hover {
      background-color: #d0d0d0; }
    .igtabheader .sigtabheading.igcurtab {
      background: url(/p/1/tab_arrows.png) no-repeat 97% 0px #d39d61; }
      .igtabheader .sigtabheading.igcurtab:hover {
        background-color: #ca9253; }

.igtabcontent {
  border: 0px solid black;
  background: #fbf5ee !important;
  box-sizing: border-box;
  padding: 20px; }

.sigtab {
  padding: 20px;
  margin-top: -1px;
  position: relative;
  font-family: "Noto Sans", Arial, serif;
  list-style: none;
  padding: 1% 2%;
  margin: 0% 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #e1e1e1;
  font-style: italic;
  color: #003745;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  border-radius: 0; }
  .sigtab p {
    padding: 5px 0;
    color: #003745; }
  .sigtab h2 {
    color: #594f05; }

.igcurtab {
  background-color: #fbf5ee; }
  .igcurtab:hover {
    background-color: #fbf5ee; }

.tab_table {
  width: 100%;
  position: relative; }
  .tab_table td {
    color: #003745;
    font-size: 13px;
    font-family: "Noto Sans";
    padding: 5px 10px;
    font-weight: 600;
    border: 4px solid #fbf5ee; }

.table_headings td {
  font-size: 17px; }

.top_links {
  margin: 0px;
  padding: 0;
  list-style-type: none;
  padding-top: 10px; }
  .top_links li {
    float: left;
    margin: 5px;
    padding-left: 25px;
    background: url(/p/1/bullet.png) no-repeat 0% 0px;
    height: 21px; }
    .top_links li a {
      font-family: "Bree Serif", serif;
      color: #525252;
      font-size: 21px;
      font-weight: 100;
      text-transform: uppercase;
      line-height: 1; }
      .top_links li a:hover {
        color: #6cbdb0;
        text-decoration: none; }
    .top_links li:hover {
      background: url(/p/1/bullet.png) no-repeat 0% -23px; }

/*! Banner */
.announcement-banner {
  margin: 0;
  position: relative;
  top: -20px; }
  .announcement-banner p {
    margin: 0; }
    .announcement-banner p a {
      color: white;
      display: block;
      background: #6cbdaf;
      padding: 1rem;
      font-size: 1.25rem;
      text-align: center; }
      body.ketley .announcement-banner p a {
        background: #1B1D3F; }
      .announcement-banner p a:hover {
        background: #333;
        text-decoration: none; }

.slider-banner {
  margin: 0; }
  .slider-banner__slide {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 60vh;
    justify-content: center; }
    .slider-banner__slide__title {
      font-size: 1rem;
      color: white;
      line-height: 1;
      font-weight: 700; }
      @media (min-width: 768px) {
        .slider-banner__slide__title {
          font-size: 3rem; } }
    .slider-banner__slide * {
      color: white !important; }
    .slider-banner__slide__image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      z-index: 5;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .slider-banner__slide__content {
      width: 100%;
      margin: 1rem 0;
      z-index: 6; }
      .slider-banner__slide__content .container p {
        color: white; }
      .slider-banner__slide__content .container > * {
        display: block;
        max-width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
        color: white !important; }
        @media (min-width: 768px) {
          .slider-banner__slide__content .container > * {
            max-width: 60%; } }
    .slider-banner__slide:after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      background: rgba(0, 0, 0, 0.25); }

.mainTitle {
  position: relative !important; }

/*! Search */
/** SEARCH **/
.searchBoxInput {
  -webkit-border-radius: 25px 0px 0px 25px;
  border-radius: 25px;
  padding: 0px 30px 0px 5px;
  color: #b0b2b3;
  height: 23px;
  font-size: 12px;
  padding-left: 10px;
  -webkit-box-shadow: inset 1px 1px 3px black;
  box-shadow: inset 1px 1px 3px black;
  width: 50px;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #595959;
  border: 1px solid #7c7c7c;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.searchBoxForm {
  float: right;
  position: relative;
  margin-top: 20px;
  margin-left: 30px; }

.searchBoxInput:hover, .searchBoxInput:focus {
  width: 200px;
  outline: none;
  background: #fff; }

.searchBoxLabel {
  display: none; }

.sbtn {
  position: absolute;
  right: 3px;
  top: 3px; }

.head_office_container, .specialist_container {
  width: 100%;
  position: relative; }

.HO_blurb {
  float: left;
  width: 35%; }

.profile {
  float: left;
  width: 25%; }

/*! Photo Gallery */
.popup-gallery-wrapper {
  position: relative; }
  .popup-gallery-wrapper .gallery-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5rem;
    display: block;
    border: 1px solid white;
    border-radius: 0.5rem;
    color: white;
    opacity: 0.6;
    pointer-events: none; }
    .popup-gallery-wrapper .gallery-message:hover {
      opacity: 1; }
  .popup-gallery-wrapper:hover {
    cursor: pointer; }
  .popup-gallery-wrapper:not(:hover) .gallery-message {
    display: none; }

.image_carousel {
  position: relative;
  height: 80px;
  width: 100%; }
  .image_carousel #photo-gallery span, .image_carousel li {
    display: block;
    float: left;
    margin: 0 5px; }
  .image_carousel a.prev, .image_carousel a.next {
    /*background: url(/p/1/slider_arrows.png);
      width: 37px;
      height: 75px;
		*/
    height: 75px;
    width: 48px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    align-items: center;
    color: #525252;
    position: absolute;
    font-family: monospace;
    font-size: 1.5rem;
    top: 0%; }
    .image_carousel a.prev:hover, .image_carousel a.next:hover {
      text-decoration: none; }
  .image_carousel a.prev, .image_carousel a.next {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .image_carousel a.prev {
    left: -43px;
    background-position: -0px -0px; }
    .image_carousel a.prev:hover {
      opacity: 1; }
  .image_carousel a.next:hover {
    opacity: 1; }
  .image_carousel a.prev.disabled {
    background-position: 0 -100px !important; }
  .image_carousel a.next {
    right: -43px;
    background-position: -36px -0px; }
    .image_carousel a.next.disabled {
      background-position: -50px -100px !important; }
  .image_carousel a.prev.disabled, .image_carousel a.next.disabled {
    cursor: default; }

#photo-gallery div {
  display: block;
  float: left;
  background: url(/p/1/view_btn2.png); }
  #photo-gallery div img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1; }
    #photo-gallery div img:hover {
      opacity: 0; }

#photo-gallery p {
  margin: 0; }

.productText {
  width: 139px;
  color: #794500;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  top: 0px;
  position: relative;
  padding-top: 80px;
  z-index: -1; }

.home #photo-gallery {
  padding-bottom: 15px; }

.fadeIn {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .fadeIn:hover {
    opacity: 1; }

/*disable mobile menu*/
#toggle-bar {
  display: none; }

/*! Swipe Box */
html.swipebox {
  overflow: hidden !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  #swipebox-overlay img {
    border: none !important; }

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none; }
  #swipebox-slider .slide {
    background: url(/p/1/loader.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 1px; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle;
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-action {
  bottom: -50px; }
  #swipebox-action.visible-bars {
    bottom: 0; }
  #swipebox-action.force-visible-bars {
    bottom: 0 !important; }

#swipebox-caption {
  top: -50px;
  text-align: center; }
  #swipebox-caption.visible-bars {
    top: 0; }
  #swipebox-caption.force-visible-bars {
    top: 0 !important; }

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next {
  background-image: url(/p/1/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-action #swipebox-close {
  background-image: url(/p/1/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  background-position: 15px 12px;
  left: 40px; }

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px; }

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px; }

#swipebox-action #swipebox-prev.disabled, #swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3; }

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s; }

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s; }

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0; }
  #swipebox-action #swipebox-prev {
    right: 60px; }
  #swipebox-action #swipebox-next {
    right: 0; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95; }

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/*! FlexSlider */
/*
 * jQuery FlexSlider v2.0
 * https://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * https://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative; }
  .flexslider .slides img {
    width: 100%;
    display: block;
    height: auto; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  display: block;
  clear: both;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1;
  padding-top: 226px; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  float: right;
  width: 238px; }
  .flex-direction-nav a {
    width: 116px;
    height: 32px;
    margin: 4px 0px;
    margin-left: 3px;
    display: block;
    background: url(/p/1/home_slide_arrows.png) no-repeat 100% 0;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all 1s ease;
    opacity: 1;
    float: left; }
  .flex-direction-nav .flex-next {
    background-position: 0% 0%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1; }
  .flex-direction-nav .flex-prev {
    background-position: 100% 0%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1; }
  .flex-direction-nav .flex-disabled {
    opacity: 0.3 !important;
    filter: alpha(opacity=30);
    cursor: default; }

.flex-control-nav a {
  display: block;
  height: 17px;
  width: 17px;
  background: #d39d61;
  cursor: pointer;
  line-height: 999;
  float: left;
  margin: 12px 0px 12px 15px;
  overflow: hidden; }
  .flex-control-nav a.flex-active {
    background: #6cbdaf; }
    .flex-control-nav a.flex-active:hover {
      background: #84d4c6; }
  .flex-control-nav a:hover {
    background: #eec79b; }

.bannerText {
  position: absolute;
  top: -200px;
  width: 50%;
  right: 0; }

.flex-direction-nav .flex-next:hover, .flex-direction-nav .flex-prev:hover {
  opacity: 0.8; }

.grey_link a {
  font-family: 'Noto Sans', Arial, serif;
  font-style: italic;
  color: #003745;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  display: block;
  float: right;
  text-align: right;
  width: 210px;
  margin: 0;
  padding: 10px 50px;
  padding-left: 0;
  background: url(/p/1/blue_next_arrow.png) no-repeat 95% 50% #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .grey_link a:hover {
    background: url(/p/1/blue_next_arrow.png) no-repeat 97% 50% #dfb88d;
    text-decoration: none; }

/*! Footer */
.ig-footer {
  background: #eee; }
  .ig-footer * {
    box-sizing: border-box; }
  .ig-footer img {
    max-width: 100%; }
  .ig-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 599px) {
      .ig-footer ul li {
        height: 48px; }
        .ig-footer ul li a {
          height: 100%;
          padding: 0 1rem;
          display: flex;
          align-items: center;
          justify-content: center; } }
  .ig-footer__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .ig-footer__row:first-child {
      padding: 3rem 0; }
  .ig-footer__column {
    width: 100%; }
    @media (max-width: 599px) {
      .ig-footer__column {
        text-align: center; } }
    @media (min-width: 768px) {
      .ig-footer__column--quarter {
        width: 24%; }
      .ig-footer__column--half {
        width: 49%; } }
  .ig-footer__logos {
    display: flex;
    flex-wrap: wrap; }
    .ig-footer__logos p {
      padding: 0 0.5rem;
      width: 100%; }
      @media (min-width: 500px) {
        .ig-footer__logos p {
          width: 49%; } }
      @media (min-width: 768px) {
        .ig-footer__logos p {
          width: 20%; } }
    .ig-footer__logos img {
      width: 100%;
      height: auto;
      max-width: 50vw; }
      @media (min-width: 600px) {
        .ig-footer__logos img {
          max-width: 25vw; } }
  .ig-footer__intergage {
    text-align: center; }
    @media (min-width: 768px) {
      .ig-footer__intergage {
        text-align: right; } }
  .ig-footer__copyright {
    text-align: center; }
    @media (min-width: 768px) {
      .ig-footer__copyright {
        text-align: left; } }

.social-links {
  display: flex;
  justify-content: space-around; }
  @media (min-width: 600px) {
    .social-links {
      justify-content: flex-start; } }
  .social-links a {
    display: block;
    margin: 0.5rem;
    text-align: center; }
    @media (max-width: 599px) {
      .social-links a {
        width: 48px;
        height: 48px; } }
    .social-links a:hover {
      opacity: 0.9; }
  .social-links img {
    margin: 0;
    width: auto;
    height: 1.5rem; }

/*.footer ul {
  list-style-type: none;
  background: url(/p/1/seperator3.png) repeat-y 100% 100%;
  width: 12%;
  min-height: 90px;
  padding: 0;
  margin-left: 25px;
  margin-top: 0;

  li a {
    color: #4c4c4c;
    font-size: 13px;
    font-family: 'Noto Sans';

    &:hover {
      color: #794500;
      text-decoration: none;
    }
  }
}

.footer_images {
  position: relative;
  display: block;
  float: left;
  left: 15px;
}

.stayinTouch {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  margin-left: 100px;
}

.border_bottom {
  border-bottom: #ccc 1px solid;
}

.sidelink {
  position: relative;
  margin: 3% 0%;
  display: block;
  float: left;
}

.useful_links {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 10%;

  ul {
    padding: 0;
    list-style-type: none;

    li a {
      font-family: 'Bree Serif', serif;
      font-size: 18px;
      color: #794500;
      //text-transform: uppercase;
      line-height: 35px;
      padding-right: 20px;
      
      display: block;
      width: 100%;
      
		background: url(/p/1/link_arrows.png) no-repeat 100% 9px;
		-webkit-transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -ms-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;

      &:hover {
        color: #df9e03;
        text-decoration: none;
        background-position: 100% -22px;
        width: 190px;
      }
    }
  }
}

.thefoot {
  float: left;

  ul {
    width: auto;
    margin: 0% 0%;
    padding: 0;
    min-height: 0;
    background: none;
    margin-left: 163px;

    li {
      float: left;
      padding: 0% 10px;
      margin: 0% 0px;
      background: url(/p/1/seperator3.png) repeat-y 100% 50%;
      height: 15px;
      line-height: 15px;

      &.last {
        background: none;
      }

      a, span {
        font-size: 12px;
        color: #4c4c4c;
        font-family: 'Noto Sans';
      }
    }
  }

  p {
    font-size: 12px;
    color: #4c4c4c;
    font-family: 'Noto Sans';
    display: block;
    float: left;
    margin: 0;
    margin-left: 173px;
    padding: 0;
    line-height: 25px;
    color: #4c4c4c;
  }
}
*/
/*! Arrow Link */
.arrow_link a,
.arrowLink a {
  font-family: 'Bree Serif', serif;
  font-size: 17px;
  display: inline-block;
  color: #794500;
  margin-left: 2px;
  background: #6cbdaf;
  color: white;
  padding: 0.5rem 1rem; }
  .arrow_link a:hover,
  .arrowLink a:hover {
    background: #525252;
    color: white;
    text-decoration: none; }
  body.ketley .arrow_link a, body.ketley
  .arrowLink a {
    background: #1B1D3F; }

/*
.arrow_link a {
  //background: url(/p/1/link_arrows.png) no-repeat 108px 3px;
  //height: 17px;
  padding-right: 25px;
  font-family: 'Bree Serif', serif;
  font-size: 16px;
  font-weight: 100;
  color: #794500;

  &:hover {
    text-decoration: none;
    color: #df9e03;
    //background-position: 108px -28px;
  }
}


.arrow_link a {
  //background: url(/p/1/link_arrows.png) no-repeat 100% 3px;

  &:hover {
    //background: url(/p/1/link_arrows.png) no-repeat 100% -28px;
  }
}

*/
/*! Inline Gallery */
.pp_thumbs_outer span a {
  overflow: hidden;
  display: block;
  float: left;
  border: solid 1px #ccc;
  margin: 2% 1%;
  width: 70px !important;
  height: 50px !important;
  padding: 0 !important;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.pp_thumbs_inner a:hover, .pp_thumbs_inner a.current {
  border-color: #6cbdaf;
  opacity: 1;
  filter: alpha(opacity=100); }

.glry_description {
  color: #003745;
  line-height: 20px; }

.glry_title {
  color: #794500;
  font-size: 18px !important;
  line-height: 20px;
  font-family: 'Bree Serif', serif; }

.pp_td {
  position: absolute;
  margin: 0; }

span.pp_nav {
  display: none; }

span.pp_td {
  position: absolute; }

span.pp_details {
  position: absolute;
  margin: 0;
  padding: 0;
  height: 50px;
  margin: 0% 3%;
  border-bottom: 1px solid #ccc;
  width: 94% !important; }

span.pp_gallery {
  position: absolute;
  bottom: 0px;
  width: 96% !important;
  margin: 0% 2%; }

.standard .glryinline {
  float: right;
  width: 60% !important; }

.standard .main_section .main .mainText {
  float: left;
  width: 39%;
  margin-right: 1%; }

.pp_gallery a.pp_gallery_next {
  right: 0; }

.pp_gallery a.pp_gallery_prev, .pp_gallery a.pp_gallery_next {
  position: absolute; }

.pp_gallery_prev, .pp_gallery_next {
  z-index: 1; }

.pp_thumbs_outer {
  left: 10px; }

.gridboxgallery {
  float: left;
  display: block;
  width: 250px;
  height: 155px;
  margin: 7px;
  position: relative;
  margin-bottom: 30px; }

.ContactNo a {
  font-family: 'Bree Serif', serif;
  color: #fff;
  font-size: 23px;
  letter-spacing: 1px;
  display: block;
  float: right;
  margin-top: 20px; }

/*! Landing */
.landing .gridText {
  height: auto; }

.landing h1 {
  color: #794500; }

.landing h2.decorative {
  position: relative;
  width: 90%;
  margin: 0% 5%;
  text-align: center;
  background: url(/p/1/line.png) repeat-x 0% 50%;
  padding: 1% 0%; }
  .landing h2.decorative:after {
    display: block;
    content: '';
    background: url(/p/1/line_end.png) no-repeat 0px 0px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 10px; }
  .landing h2.decorative:before {
    display: block;
    content: '';
    background: url(/p/1/line_end.png) no-repeat 0px 0px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 10px;
    left: 0; }

.landing h2 a {
  color: #939393;
  font-family: 'Courgette', cursive;
  text-transform: none;
  font-size: 40px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff; }
  .landing h2 a:hover {
    color: #6cbdb0;
    text-decoration: none; }

.ketley h2.decorative {
  padding: 0.5rem 0; }
  .ketley h2.decorative a {
    font-size: 32px; }

.row h2.decorative {
  padding: 0;
  width: 100%;
  margin: 0;
  margin-bottom: 0.5rem; }

/*
.bottom h2 {
  &:before, &:after {
    display: none;
  }

  font-family: 'Bree Serif', serif;
  color: #794500;
  font-size: 26px;
  font-weight: 100;
  margin: 1% 0;
  text-transform: uppercase;
  background: none;
  line-height: 1;
  text-align: left;
  padding: 0;

  &:hover {
    color: #794500;
  }
}
*/
/*! Grid Boxes */
.one-quarter img {
  max-width: 100%;
  height: auto; }

.gridbox_container {
  width: 100% !important;
  position: relative;
  margin-bottom: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .gridbox_container:before, .gridbox_container:after {
    display: none !important; }

.gridbox {
  display: block;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  margin: 0 0 2% 0; }
  @media (min-width: 600px) {
    .gridbox {
      width: 49%;
      margin: 0 1% 2% 0; } }
  @media (min-width: 995px) {
    .gridbox {
      width: 23%;
      margin: 0 2% 2% 0; } }
  .gridbox .mainImage {
    width: 100%; }
  .gridbox img {
    max-width: 100%;
    height: auto; }
  .gridbox > a > img {
    display: none;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0; }
  body:not(.cke_editable) .gridbox:hover .mainImage {
    z-index: -1; }
  body:not(.cke_editable) .gridbox:hover > a > img {
    z-index: 1;
    display: block; }

.gridText {
  display: block;
  height: 16px !important; }
  .gridText a {
    color: #373737;
    width: 275px;
    display: block;
    padding: 0px 3px;
    margin: 0px 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .gridText a:hover {
      text-decoration: none;
      color: #794500; }

.gridbox:hover .gridText a {
  color: #94590b; }

/*! Helpers */
.igtabselect {
  padding: 5px;
  border-top-right-radius: 0em;
  border-top-left-radius: 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-left: 2px;
  font-size: 16px;
  background: #794500;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Bree Serif', serif; }

.mob_home_icon, .mob_phone_icon {
  display: none; }

.banner_caption {
  position: absolute;
  background: url(/p/1/grey_bg.png) repeat;
  width: 100%;
  height: 20px;
  bottom: 30px; }
  .banner_caption span {
    float: right;
    text-align: right;
    color: #a1eadd;
    font-size: 19px;
    font-family: 'Noto Sans', Arial, serif;
    display: inline-block;
    padding: 0px 12px;
    padding-right: 40px;
    width: auto;
    background: url(/p/1/nxt_arrow2.png) #373737 98% 2px no-repeat; }

.visitPortfolio {
  background: url(/p/1/view_our_portfolio.png);
  width: 217px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 10px;
  z-index: 1; }
  .visitPortfolio a {
    display: block;
    width: 100%;
    height: 100%; }

.threeIMGS {
  width: 100%;
  position: relative; }
  .threeIMGS img {
    width: 31%;
    margin: 0% 1%;
    height: auto; }

legend {
  word-wrap: normal;
  width: 100%; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

/*! Media Queries */
@media screen and (max-width: 1300px) {
  .image_carousel {
    position: relative;
    overflow-x: hidden;
    height: auto; }
    .image_carousel a.prev {
      left: 0px;
      opacity: 1;
      border-left: 5px solid #fff; }
    .image_carousel a.next {
      right: 0px;
      opacity: 1;
      border-right: 5px solid #fff; } }

/* DESKTOP AND UP */
@media screen and (max-width: 1299px) {
  .testimonial_box:before {
    width: auto; } }

/* DESKTOP AND BELOW */
@media screen and (max-width: 1199px) {
  .smIcons {
    right: 0px; }
  .banner_caption span {
    font-size: 16px; }
  .pp_hoverContainer .pp_next {
    background: url("https://dreadnought-tilescouk.14-1.a01.co.uk/c2/resources/v1/htbgallery/sprite_next.png") center right no-repeat;
    cursor: pointer;
    display: block; }
  .pp_hoverContainer .pp_previous {
    background: url("https://dreadnought-tilescouk.14-1.a01.co.uk/c2/resources/v1/htbgallery/sprite_prev.png") center left no-repeat;
    cursor: pointer; }
  .standard .glryinline {
    width: auto !important; }
  .container {
    width: 100%; }
  .theheading {
    width: 45%;
    height: 190px; }
  .home h1 {
    font-size: 29px; }
  .mainTitle {
    font-size: 58px; }
  .stayinTouch {
    margin: 0;
    position: absolute;
    right: 25%; }
  .midTop .container {
    padding-bottom: 5%; }
  .grey_link {
    z-index: 2; }
  .testimonial_box {
    margin: 0 auto;
    display: block; }
  #lhs ul li a, #lhs ul li span {
    font-size: 17px;
    padding-left: 10px; }
  .sidelink img {
    width: 100%;
    height: auto; }
  .gridText {
    position: relative;
    z-index: 1;
    height: 155px;
    bottom: 0; }
    .gridText a {
      position: absolute;
      bottom: 0px;
      background: url(/p/1/white_opacity.png);
      margin: 0;
      width: 99%;
      padding: 0% 3%; }
  .gridbox_container {
    width: 600px;
    margin: 0 auto; }
  .width {
    width: 100%;
    float: none; }
  #lhs .greenText {
    margin: 15px 5%; }
  .useful_links ul {
    padding-left: 5%; }
  .standard .glryinline {
    float: left; }
  .standard .main_section .main .mainText {
    float: left;
    width: 99%;
    margin-right: 1%; }
  .landing .main .width30 {
    width: 100%;
    margin-bottom: 25px; } }

/* 1000px AND BELOW */
@media screen and (max-width: 1099px) {
  .gridbox a {
    display: block;
    height: 100%;
    width: 100%; }
  /* TOGGLE MENU */
  .mtoggle {
    float: right;
    height: 5px;
    width: 35px;
    margin: 12px;
    border-top: 15px double #fff;
    border-bottom: 5px solid #fff; }
  #toggle-bar {
    display: block;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: -28px;
    z-index: 99999; }
  .nav ul li {
    float: none; }
  .menu {
    width: 100%;
    top: 88px; }
  .mob_home_icon img:hover {
    margin-top: -24px; }
  .logo {
    left: 5px; } }

@media screen and (max-width: 1024px) {
  #lhs ul li a, #lhs ul li span {
    font-size: 15px;
    padding-left: 5px; }
  #timeline_container {
    width: 99% !important;
    height: auto !important; }
  #timeline .scrollbar, #timeline .viewport {
    display: none; }
  #timeline .column {
    float: none;
    width: 96%;
    height: auto;
    margin: 1% 0;
    padding: 2%;
    border: 0;
    border-top: 1px solid #ccc; }
  #timeline .milestones {
    overflow: visible;
    height: auto !important; }
    #timeline .milestones .content {
      position: relative;
      width: 100% !important;
      left: auto !important; }
  #timeline .column_first {
    float: none;
    padding: 0% 2%;
    margin-top: 2%; }
  #timeline .c300 {
    width: auto; }
  .mob_home_icon {
    position: absolute;
    height: 25px;
    overflow: hidden;
    top: 72px;
    right: 65px;
    left: auto;
    display: block; }
  .mobOnly {
    display: block; }
  img.mobOnly {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0px auto;
    margin-bottom: 15px;
    max-width: 299px; } }

@media screen and (max-width: 925px) {
  .smIcons {
    position: absolute;
    right: 30px;
    top: 200px; }
    .smIcons img {
      width: 50px;
      height: auto; }
  /*
  .nav ul li a, .nav ul li span {line-height: 28px;font-size: 15px;}
  .nav ul li {float: left; margin: 0px 10px;}
  */
  #lhs ul li a.lev2.child, #lhs ul li span.lev2.child {
    font-size: 12px;
    padding-left: 2%; }
  .banner_caption {
    height: auto;
    background: #373737;
    padding-left: 225px;
    width: auto;
    line-height: 1.2;
    bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .banner_caption span {
      font-size: 14px; }
  .visitPortfolio {
    bottom: 0; }
  .theheading {
    width: 49%;
    padding: 1%;
    height: 165px;
    margin-top: 30px;
    border-right: 3px solid #d39d61;
    background: #fff; }
  .mainTitle {
    font-size: 50px;
    line-height: 1.1;
    margin-top: 40px; }
  .bannerText {
    width: 46%; }
  .home h1 {
    font-size: 27px; }
  .bannerText p {
    font-size: 13px;
    line-height: 20px; }
  .mainTitle {
    margin-top: 0; }
  .flexslider .slides img {
    padding-top: 15px; }
  .container {
    width: 94%; }
  .midBottom .container, .midTop .container, .footer_container .container {
    padding: 2% 1%; }
  .midTop .container {
    padding-bottom: 6%; }
  span.text_highlight {
    line-height: 1.6; }
  .footer_container {
    height: 280px; }
  .footer_images {
    position: absolute;
    right: 15px;
    top: 160px; }
  .intergage {
    top: 250px;
    left: 17px; }
  .thefoot {
    float: left;
    margin-top: 25px;
    margin-left: 60px;
    position: relative;
    z-index: 999; }
  .stayinTouch {
    right: 35%; }
  .thefoot ul li {
    margin: 3px 0px; }
  #lhs .greenText {
    font-size: 25px; }
  .useful_links {
    margin: 0;
    border-bottom: 1px solid #ccc; }
    .useful_links ul li a {
      font-size: 16px;
      width: 160px; }
  #lhs ul li a, #lhs ul li span {
    font-size: 14px;
    margin: 10px 0%; }
  .sidelink {
    width: 50%; }
  .ContactNo a {
    display: none; }
  .header_extra {
    position: absolute;
    right: 0; }
  .mob_phone_icon {
    position: absolute;
    height: 24px;
    overflow: hidden;
    top: 19px;
    left: -75px;
    display: block; }
  .mob_home_icon {
    position: absolute;
    height: 24px;
    overflow: hidden;
    top: 17px;
    left: -45px;
    display: block;
    position: absolute;
    height: 24px;
    overflow: hidden;
    top: 17px;
    left: -34px;
    display: block;
    right: auto; }
  .profile {
    width: 33%; }
  .HO_blurb {
    float: none;
    margin: 0 auto;
    width: 350px; }
  .specialist_container .profile {
    width: 50%; } }

/* TABLET AND UP */
@media screen and (min-width: 768px) {
  .theNumber a {
    pointer-events: none; } }

/* TABLET AND BELOW */
@media screen and (max-width: 767px) {
  .bottom .container {
    width: 605px; }
  .home h1 {
    font-size: 23px; }
  .bannerText p {
    font-size: 13px;
    line-height: 19px; }
  .midTop .container {
    padding-bottom: 7%; }
  h2, span.text_highlight, .bottom h2 {
    font-size: 21px; }
  span.bigGreyText {
    font-size: 26px; }
  .logo {
    top: 15px; }
    .logo img {
      width: 150px;
      height: auto; }
  .footer_logo {
    background: url(/p/1/footer_logo_mobile.png);
    width: 100px;
    height: 50px;
    margin: 0% 1%; }
  .stayinTouch {
    right: 20px;
    top: 80px; }
  .footer ul {
    background: url(/p/1/seperator3.png) repeat-y 100% 100%;
    width: 20%;
    padding: 0;
    margin-left: 5%;
    margin-top: 0;
    min-height: 95px; }
  .thefoot {
    margin-top: 35px; }
    .thefoot ul {
      width: auto;
      margin: 0% 0%;
      padding: 0;
      min-height: 0;
      background: none;
      margin-left: 163px; }
  .smIcons {
    position: absolute;
    left: auto;
    top: 75px;
    right: 0; } }

@media screen and (max-width: 650px) {
  .gridbox_container {
    width: 300px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 3%; }
  .glryinline, .fullResImage, .pp_pic_holder_inline, .pp_content, .pp_hoverContainer, .pp_gallery, .pp_details {
    width: 100% !important;
    height: auto !important; }
  span.pp_gallery {
    position: relative; }
  span.pp_td {
    display: none; }
  .smIcons {
    position: absolute;
    right: auto;
    left: 7px;
    top: 370px; } }

@media screen and (max-width: 600px) {
  .home h1 {
    font-size: 21px; }
  .theheading {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border: 0;
    position: relative;
    height: 125px; }
  .mainTitle {
    width: 100%;
    margin: 0;
    margin-top: 20px; }
  .flexslider .slides {
    padding-top: 50px; }
  .bannerText {
    position: absolute;
    width: 90%;
    margin: 0% auto;
    top: -45px; }
  .flexslider .slides img {
    margin-top: 90px;
    top: 15px;
    position: relative; }
  .mainTitle {
    font-size: 35px; }
  .flexslider .slides > li {
    /*height: 200px;*/ }
  .bannerText p {
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0px; }
  .grey_link a {
    font-size: 14px;
    padding: 5px 40px;
    padding-left: 0;
    width: 180px; }
  .fourth.column, .third.column, .second.column {
    margin: 0; }
  .first.column {
    width: 100%;
    margin: 0; }
  .second.column {
    width: 100%;
    padding: 0;
    border-bottom: 3px solid #794500;
    min-height: 0;
    background: none; }
    .second.column p {
      margin-top: -10px; }
  .third.column {
    background: none;
    width: 49%;
    margin-right: 1%; }
  .midBottom .container {
    padding-bottom: 7%; }
  .third.column, .fourth.column {
    padding-top: 2%; }
  .footer_images {
    display: none; }
  .thefoot {
    width: 98%;
    margin: 1%;
    padding: 0;
    height: auto;
    line-height: 1; }
    .thefoot ul {
      margin: 0; }
  .footer ul {
    background: none;
    width: auto; }
  .thefoot ul {
    width: auto;
    margin: 0% 0%;
    padding: 0;
    min-height: 0;
    background: none; }
  .thefoot p {
    margin: 2%; }
  .case_study_container {
    position: relative;
    width: 100%; }
  .case_img {
    float: none;
    display: block;
    width: 302px;
    margin: 0 auto; }
  .testimonial_box {
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 5%; }
  .intergage {
    top: 425px; }
  .bottom .container {
    width: 96%;
    margin: 2%; }
  .bottom h2 {
    margin: 5% 0%; }
  .footer_logo {
    right: 20px;
    top: 380px; }
  .thefoot {
    margin-top: -3%; }
  .footer_container {
    height: 460px; }
  .thefoot p {
    margin-right: 125px;
    line-height: 1.6;
    margin-left: 3%;
    font-size: 11px;
    margin-top: 0px; }
  .flex-control-nav.flex-control-paging {
    width: 166px;
    margin: 0 auto; }
  .flex-direction-nav {
    float: none;
    margin: 0 auto; }
  .stayinTouch {
    position: absolute;
    left: 40px;
    top: 123px; }
  .top_links li {
    width: 90%;
    margin: 5px 5px; }
    .top_links li a {
      font-size: 18px; }
  .landing .top {
    padding-top: 5px;
    margin-bottom: 20px; }
  .banner_caption {
    width: 98%;
    padding: 1%; }
  .flexslider .slides > li {
    height: 250px; }
  .visitPortfolio {
    bottom: 110px;
    height: 20px;
    padding: 10px 0px;
    background-position: 0px 10px; } }

/* MOBILE (LANDSCAPE) */
@media screen and (min-width: 0px) and (max-width: 550px) {
  .midTop .container {
    padding-bottom: 10%; }
  .searchBoxForm {
    display: none; }
  .footer ul {
    background: none;
    width: auto;
    float: left;
    margin: 2%; }
  .fourth.column {
    width: 60%;
    margin: 0 auto;
    display: block; }
    .fourth.column img {
      position: relative;
      width: 101%;
      height: auto;
      background: none;
      padding: 0; }
  .third.column {
    width: 97%;
    min-height: 0; }
  .width img {
    width: 100%;
    height: auto; }
  .midBottom .container, .bottom .container {
    padding-bottom: 70px; } }

/* MOBILE (PORTRAIT) */
@media screen and (min-width: 300px) and (max-width: 450px) {
  .sidelink {
    width: 100%; }
  .fourth.column {
    float: none; }
  .visitPortfolio {
    bottom: 110px; }
  .mainTitle {
    font-size: 30px; }
  .flexslider .slides {
    padding-top: 70px; }
    .flexslider .slides img {
      position: relative;
      top: 15px; }
  #lhs ul li a, #lhs ul li span {
    font-size: 14px; }
  .profile, .specialist_container .profile {
    width: 100%; }
  .HO_blurb {
    width: 90%;
    margin: 0 auto; }
  .bannerText {
    position: absolute;
    width: 90%;
    margin: 0% auto;
    top: -70px; } }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }
  .ir br {
    display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/*! CTAs */
*:not(.row) > .one-quarter {
  width: 48%;
  display: inline-block;
  padding: 1rem;
  width: 50%;
  vertical-align: middle;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    *:not(.row) > .one-quarter {
      width: 25%; } }

.call-to-action {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  border-radius: 1rem;
  background: #eee;
  padding: 1rem; }
  .call-to-action, .call-to-action * {
    box-sizing: border-box; }
  @media (min-width: 600px) {
    .call-to-action {
      padding: 2rem; } }
  .call-to-action p {
    margin-bottom: 0; }
  .call-to-action__icon {
    margin: 0 auto; }
    .call-to-action__icon img {
      height: 4rem;
      width: auto; }
  .call-to-action__content {
    font-size: 1.5rem;
    margin: auto 0; }
    .call-to-action__content a:first-of-type::after {
      content: '';
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

/*! Grid Gallery */
.grid-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .grid-gallery__thumbnail {
    display: block;
    position: relative;
    background-size: cover;
    width: 20%;
    margin: 0 10px 10px 0; }
    @media (min-width: 768px) {
      .grid-gallery__thumbnail {
        width: 10%; } }
    .grid-gallery__thumbnail:after {
      width: 100%;
      padding-top: 100%;
      content: "";
      display: block; }

/*! Product BLock */
.product-block {
  position: relative;
  margin-bottom: 4rem; }
  .product-block__content {
    position: absolute; }
  .product-block__image img {
    width: 100%;
    height: auto; }
  .product-block__image:hover img {
    opacity: 0; }
  .product-block__image:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/p/1/view_hover.jpg);
    background-size: cover;
    background-repeat: no-repeat; }

.row-of-four h2 {
  margin: 10px 0; }

.row-of-four .three {
  width: 100%; }

.row-of-four .quarter {
  width: 100%; }

@media (min-width: 768px) {
  .row-of-four {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .row-of-four * {
      box-sizing: border-box; }
    .row-of-four .three {
      width: 75%; }
    .row-of-four .quarter {
      width: 25%; } }

/*! Roof Components */
@media (max-width: 599px) {
  .roofcomponents {
    float: none;
    width: 100%;
    height: 300px; }
    .roofcomponents img {
      max-width: 100%;
      height: auto; } }

/*! Case Study Block */
.case-study-block {
  position: relative;
  height: 100%; }
  @media (max-width: 992px) {
    .case-study-block {
      height: calc(100% - 3rem);
      margin-bottom: 3rem; } }
  .case-study-block__image {
    position: relative;
    height: 100%; }
    .case-study-block__image:hover {
      background: url(/p/1/diagonal_pattern.png) repeat; }
      .case-study-block__image:hover img {
        visibility: hidden; }
      .case-study-block__image:hover::before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        border: 10px solid #6cbdaf;
        background: url(/p/1/read_more.png) no-repeat 50% 50% transparent; }
    .case-study-block__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .case-study-block__image::after {
      content: "";
      display: block;
      padding-top: 54%; }
  .case-study-block__content {
    width: 100%;
    position: absolute; }
    .case-study-block__content hr {
      margin: 0;
      margin-top: 9px; }
    .case-study-block__content h3 {
      margin-left: 0.5rem; }

/*! Out Story */
#timeline_container {
  margin-left: auto;
  margin-right: auto; }