@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
/*____COLOURS____*/
/*____BACKGROUND VARIABLES____*/
/*____TEXT COLOUR VARIABLES____*/
/*____ HEADER_HEIGHTS ____*/
/*Set header height*/
/*set $stickyheight to 0 to fix header height*/
/*Set tablet header height*/
/*Set mobile header height*/
/*set height for menu bar*/
/*set height for shop bar*/
/*Set the margins between chunks on Desktops and laptops*/
/*Set the margins between columns on Desktops and laptops*/
/*__________ CALCULATED SIZES - DO NOT TOUCH__________*/
/*___________ OPTIONS ___________*/
/* Menu Type

0 = Header Menu - The menu takes up the full height of the menu, page names are centered vertically.
1 = Menu Bar - The menu has it's own bar below the header, this allows you to add contact details to the header.
2 = Menu bar in header - This is similar to the 'Header Menu' except the menu sits at the bottom of the header, using the $menuheight variable.
3 = Naked Menu Bar - Same as Menu Bar, but matches the background colour of the header.
4 = Side Menu - Side menu with Logo, removes header from the top of the website.

*/
/* Logo Position

0 = Left Aligned - Default position - Logo to left of header.
1 = Center Aligned - Only supported by Menu Bar and Naked Menu Bar.
2 = Center Aligned Override - This option doesn't care what choices you have made and should only be used if you know what you are doing.

*/
/* Blog Post Types

$blogSlider

0 = No Slider at the top of the blog page
1 = Show the slider at the top of the blog pages

$blogSlants

0 = Turns off the slants for blog post summaries and shows a rectangular box instead
1 = Turns on the slanted boxes for blog post summaries - Oblique style.

*/
/* Ecommerce

0 = Ecommerce is turned off, the _Ecommerce.scss file is not pulled in, and styling is as default
1 = Ecommerce is turned on, adding 'Shop' features and styling.
2 = Ecommerce is catalogue only, does not show shopbar or cart buttons.
*/
/* Service Box

Please see https://www.designtecdemo.co.uk/?p=service.boxes for examples
*/
/* Icon Box

Please see https://dev.designtecdemo.co.uk/?p=icon.boxes for examples
*/
/* Slider Box
*/
/* Contact Box
*/
/* Reviewlist Styles

0 = Default style - all reviews are within a single box with a border around it, when horizontal, each review is seperated by a border.
1 = Naked review list - Each review has it's own 'Naked' box, typically a light shade of gray with no borders for a cleaner look.

*/
/* Footer Type

0 = Default style - 3 columns footer menu appears above the 'footeroverlay'
1 = 2 columns with menu - footeroverlay hides a column (default Social media column) and moves the footer menu to form it's own column.

*/
/* Website Inner Width

Set the max-width for the main elements that hold the website within the middle of the page (Default 1200px) this covers;
.navigation, .menutopstddiv, #headerinner, #shoppinginner, .chunk, .footeroverlay, .ecommerce, #media-site-shadow, .sliderwrapper, .bannertitleinner
*/
/*_________MIXINS___________*/
/*--------------------------------------------*/
/*                                            */
/*               BONGO MIXINS                 */
/*             USE @INCLUDE IN                */
/*               WEBSITE.SCSS                 */
/*                  TO USE                    */
/*                                            */
/*--------------------------------------------*/
/*_________PREFIXES TO HELP SUPPORT ALL BROWERS__________*/
/* Example, change footer column width - Will need overriding for mobile
.footeraddressdiv {
	@include flexbasis(20% !important);
}

.footercontactdiv {
	@include flexbasis(30% !important);
}

*/
/*______________________BUTTONS____________________________*/
/*______________________BOXES_________________________*/
/*________________________MISC_______________________*/
/*  Block Start  */
/*   Block End   */
/*  Block Start  */
/*   Block End   */
/*  Block Start  */
/*   Block End   */
/*  Block Start  */
/*   Block End   */
/*  Block Start  */
/*   Block End   */
/*  Block Start  */
/*   Block End   */
/*  Block Start  */
/*   Block End   */
/*  Block Start  */
/*   Block End   */
/*_________ IMPORTS ___________*/
/*_________________ ADMIN BAR _________________*/
#logged-in > p {
  max-width: 1400px;
  white-space: nowrap;
  text-align: center;
}

/* _________________ SET SITE WIDTH _________________*/
.navigation,
.menutopstddiv,
#headerinner,
#shoppinginner,
#inner .chunk:not(.chunk-fullwidth),
#footer .chunk:not(.chunk-fullwidth),
.footeroverlay,
.ecommerce,
#media-site-shadow,
.slidewrapper,
.bannertitleinner {
  max-width: 1400px;
}

/* _________________ GALLERY HOVER COLOUR _________________*/
.gallerygrid-image-wrapper > a::after {
  background-color: rgba(0, 135, 197, 0.8);
}

/* _________________ FULLSCREEN SLIDERS _________________*/
#inner .chunk.chunk-number-1 .standardslider.fullscreenslider {
  margin-top: -90px;
}

.fullscreenslider ul > li > div {
  padding-top: 90px;
}

/*___________________________________________________________ HEADER_MENU_STYLING*/
.topstdmenuul {
  height: auto !important;
}

.topstdmenuul > li > a {
  color: #fff;
  line-height: 90px;
}

.topstdmenuul > li:hover > a {
  color: #FFF;
  background: #939598;
}

.navigation {
  margin-top: -90px !important;
  height: 90px;
}

.topstdsubmenuul {
  top: 90px;
}

#header.sticky .navigation {
  margin-top: -70px !important;
  height: 70px;
}

#header.sticky .topstdmenuul {
  height: 70px;
}

#header.sticky .topstdmenuul > li > a {
  line-height: 70px;
}

#header.sticky .topstdsubmenuul {
  top: 70px;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .navigation, #header.sticky .navigation {
    margin-top: 0px !important;
    padding: 0px 10px !important;
    height: 100% !important;
    background-color: #333;
  }
  .topstdmenuul {
    max-height: 100vh !important;
  }
  .topstdmenuul > li > a {
    color: #FFF;
  }
  #header.sticky .navigation {
    margin-top: 0 !important;
    height: 100%;
  }
  #header.sticky .topstdmenuul > li > a {
    line-height: 40px;
  }
  #header.sticky .topstdsubmenuul {
    top: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .responsivemenu .navigation, .responsivemenu #header.sticky .navigation {
    margin-top: 0px !important;
    padding: 0px 10px !important;
    height: 100% !important;
    background-color: #333;
  }
  .responsivemenu .topstdmenuul {
    max-height: 100vh !important;
  }
  .responsivemenu .topstdmenuul > li > a {
    color: #FFF;
  }
  .responsivemenu #header.sticky .navigation {
    margin-top: 0 !important;
    height: 100%;
  }
  .responsivemenu #header.sticky .topstdmenuul {
    height: auto;
    max-height: 100vh;
  }
  .responsivemenu #header.sticky .topstdmenuul > li > a {
    line-height: 40px;
  }
  .responsivemenu #header.sticky .topstdsubmenuul {
    top: auto;
  }
}

/*___________________________________________________________ MENU BAR STYLING */
/*___________________________________________________________ MENU 'BAR' IN HEADER STYLING */
/*___________________________________________________________ NAKED MENU BAR STYLING */
/*___________________________________________________________ SIDE MENU STYLING */
/*___________________________________________________________ MENU BAR OVERLAP STYLING */
/*___________________________________________________________ MENU BAR FOLDED BACK STYLING */
/*_________________ BLOG COLOURS _________________*/
.page-bongo-blog {
  background-color: #fbfbfb;
}

.blogpostfooter::before {
  background-color: #fbfbfb;
}

.blogpostfootermore > a::after {
  background-color: #0087c5;
}

.blogpostouterwrapper .blogpostfixedview {
  background-color: #fff !important;
}

/*_________ Turns_off_Slider _________*/
.blogheaderimagediv.noblogheaderimage {
  display: none;
}

.noblogheaderimage ~ .chunk {
  margin-top: 50px !important;
}

/*______ Turns_off_Slanted_Boxes ______*/
.blogpostfooter::before {
  /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
  -webkit-transform: none;
  transform: none;
  background-color: transparent !important;
}

.blogpostfootermore > a::after {
  /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
  -webkit-transform: none;
  transform: none;
  top: 0;
  height: 100%;
}

.blogpostouterwrapper .blogpostfixedview {
  height: auto;
  padding-bottom: 20px;
}

.blogpostouterwrapper .blogpostheader {
  top: 0 !important;
}

.blogpostouterwrapper .blogpostheader .blogheaderimagemissing {
  /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
  -webkit-transform: none;
  transform: none;
  height: 200px;
  margin-top: 0;
}

.blogheaderimagelink {
  /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
  -webkit-transform: none;
  transform: none;
  height: 200px;
  margin-top: 0;
}

#inner .blogpostouterwrapper .blogpostheader img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  top: 0 !important;
  /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
  -webkit-transform: none;
  transform: none;
  width: 100% !important;
}

.blogheaderimagelink::before {
  height: 200px;
  line-height: 200px;
}

.blogpostouterwrapper .blogpostbodyfull {
  max-height: 7.5em;
}

.blogspace3columns .blogpostouterwrapper {
  padding: 0px !important;
  margin-bottom: 30px !important;
  min-height: 0;
}

.blogpostfootermore {
  height: auto;
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .blogpostouterwrapper .blogpostheader .blogheaderimagemissing, .blogpostouterwrapper .blogpostheader .blogheaderimagelink {
    height: 200px !important;
    max-height: 200px !important;
  }
  .blogheaderimagelink::before {
    height: 200px;
    line-height: 200px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .blogspace .blogpostouterwrapper:nth-child(2n-1) {
    padding-top: 0px !important;
  }
  .blogpostouterwrapper:nth-child(2n) {
    padding-bottom: 0px !important;
  }
  .blogspace3columns .blogpostouterwrapper {
    margin-bottom: 20px !important;
  }
  .blogpostouterwrapper .blogpostheader .blogheaderimagemissing, .blogpostouterwrapper .blogpostheader .blogheaderimagelink {
    height: 200px !important;
    max-height: 200px !important;
  }
  .blogheaderimagelink::before {
    height: 200px;
    line-height: 200px;
  }
}

#inner #blog___blogwrapper {
  margin-top: 50px !important;
}

/*___________________________________________________________ SVG Slider BOX*/
@media only screen and (min-width: 1025px) {
  .standardslider .slidewrapper.svgbackground {
    height: 100%;
  }
  .standardslider .slidewrapper.svgbackground .sliderinfowrapsvg {
    background-color: transparent;
    height: calc(100% - 50px);
    max-width: 430px;
    position: relative;
    margin-left: 50px;
  }
  .standardslider .slidewrapper.svgbackground .sliderinfowrapsvg > .sliderbg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
  }
  .standardslider .slidewrapper.svgbackground .sliderinfowrapsvg::after {
    display: none;
  }
  .standardslider .slidewrapper.svgbackground .sliderinfosvg {
    max-width: none;
    margin: 0;
    background-color: transparent;
    top: 50%;
    /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 150%;
    line-height: 1.2em;
    position: absolute;
    padding: 20px 35px;
  }
}

@media only screen and (max-width: 1025px) {
  #inner .standardslider div.slidewrapper.svgbackground {
    top: auto;
    left: 0;
    /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
    -webkit-transform: none;
    transform: none;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  .sliderbg {
    display: none;
  }
  .sliderinfosvg {
    width: 100%;
    background-color: rgba(0, 135, 197, 0.8);
    padding: 20px 15px 50px;
    /*Sets Display to Flex accross browsers*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sliderinfosvg h2 {
    margin-bottom: 0px !important;
  }
  .sliderbtndiv::after {
    content: " ";
    display: block;
    clear: both;
  }
  .sliderinfosvg > *:not(h2):not(.sliderbtndiv) {
    display: none;
  }
}

/*___________________________________________________________ Default Slider BOX*/
/*___________________________________________________________ Slider BOX 1*/
/*___________________________________________________________ Slider BOX 2*/
#inner .standardslider .sliderinfo {
  background-color: rgba(0, 135, 197, 0.8);
  padding-bottom: 45px;
}

#inner .standardslider .sliderbtndiv {
  height: 45px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  overflow: hidden;
}

#inner .standardslider .sliderbutton {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0px 20px;
  background-color: transparent;
  color: #FFF !important;
  z-index: 5;
  line-height: 35px;
  display: block;
  width: 100%;
  text-align: right;
  border-bottom: 5px solid #0087c5;
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#inner .standardslider .sliderbutton::before {
  content: " ";
  display: block;
  width: 150px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -1px;
  background-color: #0087c5;
  z-index: -1;
  /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

#inner .standardslider .sliderbutton:hover {
  border-bottom-width: 10px;
}

/*___________________________________________________________ Slider BOX 3*/
/*___________________________________________________________ SERVICE BOX 1*/
/*___________________________________________________________ SERVICE BOX 2*/
/*___________________________________________________________ SERVICE BOX 3*/
/*___________________________________________________________ SERVICE BOX 4*/
/*___________________________________________________________ SERVICE BOX 5*/
.servicebox {
  background-color: #FFF;
  margin: 10px !important;
  -webkit-box-shadow: 0 0 6px -1px rgba(51, 51, 51, 0.8);
          box-shadow: 0 0 6px -1px rgba(51, 51, 51, 0.8);
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
  position: relative;
}

.servicepic > a {
  display: block;
  min-width: 1px;
  min-height: 1px;
}

.servicepicinner > img {
  padding: 0 !important;
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.servicepicinner {
  border-bottom: 5px solid #0087c5;
  overflow: hidden;
}

.servicebody, .servicelink {
  display: none;
}

.servicetitle a {
  color: inherit !important;
  display: inline-block;
  padding: 15px;
  position: relative;
  text-decoration: none !important;
}

.servicetitle a::after {
  background-color: #0087c5;
  bottom: 10px;
  content: " ";
  height: 3px;
  left: 15px;
  position: absolute;
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 100%;
}

.servicetitle > h2 {
  margin-bottom: 0 !important;
}

.servicetitle a:hover::after {
  right: 15px;
}

.servicepic:hover img {
  /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  /*Adds 'bounce' animation to hover - to use, add '@include bounce' to the :hover*/
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 2.12, 0.41, -0.42);
  transition-timing-function: cubic-bezier(0.42, 2.12, 0.41, -0.42);
}

/*___________________________________________________________ SERVICE BOX 6*/
/*___________________________________________________________ SERVICE BOX 7*/
/*___________________________________________________________ SERVICE BOX 8*/
/*___________________________________________________________ SERVICE BOX 9*/
/*___________________________________________________________ SERVICE BOX 10*/
/*___________________________________________________________ SERVICE BOX 11*/
/*___________________________________________________________ SERVICE BOX 12*/
/*___________________________________________________________ SERVICE BOX 13*/
/*___________________________________________________________ ICON BOX 1*/
#inner .iconbox {
  text-align: center;
}

#inner .icondiv > a {
  display: block;
  max-width: 130px;
  margin: 0px auto !important;
  position: relative;
}

#inner .icondivinner {
  position: relative;
  width: 100%;
  padding-top: 105%;
  height: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), color-stop(50%, #0087c5));
  background-image: linear-gradient(to bottom, transparent 49%, #0087c5 50%);
  color: #FFF;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  font-size: 40px;
  z-index: 5;
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#inner .icondivinner > .bongo-icons {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 5;
  left: 0;
  width: 100%;
  /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#inner .icondivinner::before, #inner .icondivinner::after {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  content: " ";
  position: absolute;
  display: block;
}

#inner .icondivinner::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #FFF;
  z-index: 0;
  top: 5px;
  left: 5px;
}

#inner .icondivinner::after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #0087c5;
}

#inner .icondiv > a::after {
  position: absolute;
  content: " ";
  left: 50%;
  top: 75%;
  /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
  -webkit-transform: translateY(-75%) translateX(-50%);
  transform: translateY(-75%) translateX(-50%);
  width: 18px;
  height: 18px;
  background-color: #0087c5;
  z-index: 5;
  opacity: 0;
  border-radius: 50%;
  border: 3px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 3px #0087c5;
          box-shadow: 0 0 0 3px #0087c5;
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#inner .icondiv > a:hover::after {
  top: 100%;
  opacity: 1;
}

#inner .icondiv > a:hover .icondivinner {
  font-size: 50px;
}

#inner .icondiv > a:hover .icondivinner::after {
  -webkit-box-shadow: 0 0 30px rgba(54, 54, 54, 0.2) inset;
          box-shadow: 0 0 30px rgba(54, 54, 54, 0.2) inset;
}

#inner .icontext {
  margin-top: 15px !important;
}

#inner .icontitle {
  color: #0087c5;
}

#inner .icontitle > * {
  color: inherit !important;
}

#inner .iconlink {
  display: none;
}

/*___________________________________________________________ ICON BOX 1.2*/
/*___________________________________________________________ ICON BOX 2*/
/*___________________________________________________________ ICON BOX 3*/
/*___________________________________________________________ ICON BOX 4*/
/*___________________________________________________________ ICON BOX 5*/
/*___________________________________________________________ ICON BOX 6*/
/*___________________________________________________________ ICON BOX 7*/
/*___________________________________________________________ ICON BOX 8*/
/*___________________________________________________________ ICON BOX 9*/
/*___________________________________________________________ ICON BOX 10*/
/*_________________DSTYLES_______________*/
.dscol-padded-primary-box {
  background-color: #fbfbfb !important;
  border: 1px solid #0087c5;
  color: #666 !important;
}

.dscol-padded-secondary-box {
  background-color: #fff !important;
  border-left: 4px solid #0087c5;
  -webkit-box-shadow: 5px 5px 6px rgba(0, 135, 197, 0.12);
          box-shadow: 5px 5px 6px rgba(0, 135, 197, 0.12);
}

.dscol-padded-secondary-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 30px;
  border-radius: 100% 0% 0% 0%;
  background-color: #0087c5;
}

.chunkouter.primarybg {
  background-color: #0087c5 !important;
  color: #FFF;
  margin-bottom: 0px !important;
}

.chunkouter.primarybg h3 {
  font-size: 170% !important;
}

#inner .chunkouter.primarybg div:not(.carouselslider):not(.standardslider) > ul > li {
  left: 40px;
}

#inner .chunkouter.primarybg div:not(.carouselslider):not(.standardslider) > ul > li::before {
  color: #ebebeb;
}

.chunkouter.secondarybg {
  background-color: #d2d2d2 !important;
  color: #666;
  margin-bottom: 0px !important;
}

.chunkouter.tertiarybg {
  background-image: url("/bongo/assets/png/backgrounds/Repeating-BG-White_001.png");
  background-repeat: repeat;
  background-size: 100px auto;
  background-color: #e8e8e8;
  color: #333;
}

.chunkouter.centralise-vertically > .chunk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.chunkouter.primarybg + .chunkouter.primarybg, .chunkouter.secondarybg + .chunkouter.secondarybg {
  padding-top: 0px;
}

.chunkouter.dstyle-bg {
  padding: 50px 0;
}

.chunkouter.threetonebg {
  background-color: #0087c5 !important;
  color: #ebebeb !important;
  margin-bottom: 0px;
  margin-top: 0px !important;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0098df), color-stop(50%, #0076ac));
  background-image: linear-gradient(to right, #0098df 50%, #0076ac 50%);
}

.chunkouter.threetonebg .col {
  padding: 30px 0px;
  color: #ebebeb;
}

.chunkouter.threetonebg .col h4 {
  color: #ebebeb !important;
}

.chunkouter.threetonebg .col-2 {
  background-color: #0087c5;
}

#inner .threetonebg .chunk a[href^="tel:"]::after, #inner .threetonebg .chunk a[href^="mailto:"]::after, #inner .threetonebg .chunk a[href^="#footermenu"]::after {
  background-color: #FFF !important;
}

#inner .primarybg .chunk a[href^="tel:"]::after, #inner .primarybg .chunk a[href^="mailto:"]::after, #inner .primarybg .chunk a[href^="#footermenu"]::after {
  background-color: #FFF !important;
}

@media only screen and (min-width: 1025px) {
  .columns-1 .dscol-center {
    font-size: 120%;
    line-height: 1.5em;
  }
}

.marginless-chunk.dstyle-bg, .marginless-fullwidth-chunk.dstyle-bg {
  padding: 0px !important;
}

#inner .columns-1 .dscol-center > * {
  max-width: none;
}

#inner .columns-1 .dscol-center h1, #inner .columns-1 .dscol-center h2, #inner .columns-1 .dscol-center h3, #inner .columns-1 .dscol-center h4, #inner .columns-1 .dscol-center h5, #inner .columns-1 .dscol-center h6, #inner .columns-1 .dscol-center p, #inner .columns-1 .dscol-center address {
  max-width: 70ch;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
}

#inner .columns-1 .dscol-center h1 + *, #inner .columns-1 .dscol-center h2 + *, #inner .columns-1 .dscol-center h3 + *, #inner .columns-1 .dscol-center h4 + *, #inner .columns-1 .dscol-center h5 + *, #inner .columns-1 .dscol-center h6 + *, #inner .columns-1 .dscol-center p + *, #inner .columns-1 .dscol-center address + * {
  margin-top: 0.75em !important;
}

.chunkouter.marginless-fullwidth-chunk .chunk {
  max-width: none !important;
  padding: 0px !important;
  margin: 0px !important;
  /*Sets Display to Flex accross browsers*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.chunkouter.marginless-fullwidth-chunk .chunk .col > div {
  margin: 0px auto !important;
}

.chunkouter.marginless-fullwidth-chunk .columns-3-rows-2 > div.col-3 ~ div.col {
  margin-top: 0px !important;
}

.chunkouter.marginless-chunk .chunk {
  padding: 0px !important;
  /*Sets Display to Flex accross browsers*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.chunkouter.marginless-chunk .chunk .col > div {
  margin: 0px auto !important;
}

.chunkouter.marginless-chunk .columns-3-rows-2 > div.col-3 ~ div.col {
  margin-top: 0px !important;
}

.chunkouter.multi-tone-bg.dstyle-bg .col {
  padding: 50px 25px;
  position: relative;
}

.chunkouter.multi-tone-bg.dstyle-bg.marginless-fullwidth-chunk .col {
  padding: 30px 35px;
}

.chunkouter.multi-tone-bg.dstyle-bg > .chunk {
  position: relative;
  /*Sets Display to Flex accross browsers*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}

.chunkouter.multi-tone-bg.dstyle-bg > .chunk::before {
  content: " ";
  position: absolute;
  right: 60%;
  height: 100%;
  top: 0;
  width: 50vw;
  background-color: #00aaf8;
  display: block;
  z-index: -1;
}

.chunkouter.multi-tone-bg.dstyle-bg > .chunk::after {
  content: " ";
  position: absolute;
  left: 60%;
  height: 100%;
  top: 0;
  width: 50vw;
  background-color: #006492 !important;
  display: block;
  z-index: -1;
}

.chunkouter.multi-tone-bg.dstyle-bg > .chunk.columns-3 .col {
  padding: 30px 0px !important;
}

.chunkouter.multi-tone-bg.dstyle-bg > .chunk.columns-3 .col-1 {
  background-color: #00aaf8;
  color: #FFF;
}

.chunkouter.multi-tone-bg.dstyle-bg > .chunk.columns-3 .col-2 {
  background-color: #0087c5;
  color: #FFF;
}

.chunkouter.multi-tone-bg.dstyle-bg > .chunk.columns-3 .col-3 {
  background-color: #006492;
  color: #FFF;
}

.chunkouter.multi-tone-bg.dstyle-bg > .chunk.columns-3::after {
  background-color: #0087c5;
}

.chunkouter.multi-tone-bg.dstyle-bg .columns-2 .col-1 {
  background-color: #00aaf8;
  color: #FFF;
  padding-right: 50px;
}

.chunkouter.multi-tone-bg.dstyle-bg .columns-2 .col-2 {
  background-color: #0087c5;
  color: #FFF;
  padding-left: 50px;
  position: relative;
  z-index: 5;
}

#inner .chunkouter.multi-tone-bg.dstyle-bg .col h1, #inner .chunkouter.multi-tone-bg.dstyle-bg .col h2 {
  color: inherit !important;
  font-size: 180%;
}

@media only screen and (min-width: 1025px) {
  #inner .chunkouter.multi-tone-bg.dstyle-bg .col h1, #inner .chunkouter.multi-tone-bg.dstyle-bg .col h2 {
    font-size: 220%;
  }
}

#inner .chunkouter.multi-tone-bg.dstyle-bg .col h3, #inner .chunkouter.multi-tone-bg.dstyle-bg .col h4, #inner .chunkouter.multi-tone-bg.dstyle-bg .col h5 {
  color: inherit !important;
}

#inner .chunkouterfullwidth.chunk-number-1 + .chunkouter.multi-tone-bg.dstyle-bg .col {
  padding-top: 20px;
  padding-bottom: 20px;
}

.reviewsummarytabheader, .reviewtemplateposttabheader {
  background-color: #0087c5;
}

.reviewspace .reviewposttab {
  border-color: #0087c5;
}

.reviewpostdetails {
  border-bottom-color: #0087c5;
}

/*_________________ REVIEW STYLING _________________*/
#wrap1 #inner .reviewlistwrapper.reviewlistscrollwrapper .reviewlistcaptiontd h3, #wrap1 #footer .reviewlistwrapper.reviewlistscrollwrapper .reviewlistcaptiontd h3 {
  font-size: 160%;
  line-height: 1.2em;
  color: #0087c5;
}

.reviewlistwrapper.reviewlistscrollwrapper {
  /*Sets Display to Flex accross browsers*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistsummarywrapper {
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistsummary {
  background-color: transparent !important;
  color: #333;
  font-size: 120%;
  line-height: 1.5em;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistsummary .reviewlistsummaryratingstars {
  padding-top: 0px !important;
  vertical-align: middle;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistsummaryratingvalue {
  vertical-align: middle;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistpostwrapper {
  border: 0px none;
  background-color: transparent;
  text-align: center;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 0;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistspace.reviewlistcaptiontd {
  border-bottom: 0px !important;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistsummarycaption {
  display: block;
  font-size: 120%;
  line-height: 1.5em;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistdate {
  display: none;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewliststars {
  width: auto !important;
  float: none !important;
  display: inline-block;
  font-size: 140%;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewposttabinner {
  max-width: 65ch;
  margin: 0px auto !important;
  font-size: 130%;
  line-height: 1.5em;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewposttab.reviewpostscrollingtab {
  width: 100% !important;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistspace .sliderul > li {
  width: 100% !important;
  display: block;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistspace {
  padding: 20px 0;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistposts {
  padding-top: 0 !important;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistspace ul.sliderul {
  width: 100%;
}

.reviewlistwrapper.reviewlistscrollwrapper div.star-rating {
  width: 0.5em !important;
  height: 1em;
}

.reviewlistwrapper.reviewlistscrollwrapper div.star-rating:first-child ~ div.star-rating:nth-child(2n) {
  width: 0.75em !important;
  padding-right: 0.25em;
}

.reviewlistwrapper.reviewlistscrollwrapper .reviewlistpostreviewelipsis, .reviewlistwrapper.reviewlistscrollwrapper .reviewlistreadmore {
  display: none;
}

/*___________________________________________________________ DEFAULT REVIEWLIST
							Bordered box containing all reviews, horizontal layout has a border between each post
*/
/*___________________________________________________________ NAKED REVIEWLIST
							Borderless, each review has it's own padded box, typically slightly ligher/darker than the body
*/
.reviewlistsummarywrapper > .reviewlistsummary {
  background-color: #f0f0f0;
  color: #666;
  padding: 5px 8px;
  height: auto;
  width: 100%;
  text-align: center;
}

.reviewlistpostwrapper {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.reviewlistsummaryreviewcount {
  position: absolute;
  top: 100%;
}

.reviewlistsummaryratingvalue {
  float: none !important;
  display: inline-block;
}

.reviewposttabinner {
  padding: 15px 25px;
  background-color: #f0f0f0;
  color: #666 !important;
}

.reviewposttabinner a {
  color: inherit !important;
  text-decoration: none;
}

.reviewposttabinner > * {
  line-height: 1.5em;
}

.reviewposttabinner span.reviewlistpostcontactspan {
  display: block;
}

.reviewposttabinner span.reviewlistreadmore a {
  font-weight: normal;
  white-space: nowrap;
}

.reviewlistwrapper {
  /*Sets Display to Flex accross browsers*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#wrap1 #inner .reviewlistcaptiontd h3, #wrap1 #footer .reviewlistcaptiontd h3 {
  font-size: 150% !important;
  margin-bottom: 0.5em;
  line-height: 1;
  font-weight: normal;
  color: #666 !important;
}

#wrap1 #inner .reviewliststaticwrapper .reviewlistcaptiontd, #wrap1 #footer .reviewliststaticwrapper .reviewlistcaptiontd {
  margin: 0px 15px !important;
}

.columns-1 .reviewposttab {
  padding: 0px 15px;
  /*Sets Display to Flex accross browsers*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns-1 .reviewposttab:not(:last-child)::after {
  display: none !important;
}

.columns-1 .reviewlistpostcontactspan {
  display: block;
  margin: 10px 0 0 0;
}

.columns-1 .reviewlistpostopinionspan {
  font-weight: bolder;
  line-height: 1.2em;
}

.columns-1 .reviewlistsummarywrapper {
  margin: 15px !important;
}

.columns-1 .reviewlistsummarywrapper > .reviewlistsummary > .reviewlistsummary {
  display: inline-block;
  vertical-align: middle;
}

.columns-1 .reviewlistsummaryratingstars {
  padding-top: 5px !important;
  padding-right: 8px !important;
}

.columns-1 .reviewlistsummarycaption {
  float: left;
  margin-right: 10px !important;
  display: block;
}

.columns-1 .reviewlistsummaryratingtd {
  height: auto !important;
}

.columns-1 .reviewlistsummarycaption, .columns-1 .reviewlistsummaryratingstars, .columns-1 .reviewlistsummaryratingvalue {
  float: none !important;
  display: inline-block;
}

.reviewlist[data-rl_autoscroll] .reviewlistpostwrapper {
  padding: 15px 0 0 0;
}

.reviewlist[data-rl_autoscroll] .reviewposttab {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  background-clip: padding-box;
}

.columns-1 .reviews-4 .reviewposttopdiv > div {
  width: 100% !important;
  float: none !important;
  margin-bottom: 10px !important;
  text-align: left !important;
}

@media only screen and (max-width: 340px) {
  .reviewposttopdiv > div {
    width: 100% !important;
    float: none !important;
    margin-bottom: 10px !important;
    text-align: left !important;
  }
  .columns-1 .reviewlistposts > .reviewposttab {
    padding: 10px 0;
  }
  #wrap1 #inner .reviewliststaticwrapper .reviewlistcaptiontd, #wrap1 #footer .reviewliststaticwrapper .reviewlistcaptiontd {
    margin: 0px !important;
    padding: 4px 15px !important;
  }
  .columns-1 .reviewlistsummarywrapper {
    margin: 15px 0 !important;
  }
}

.contactdiv + * {
  margin-top: 30px !important;
}

/*___________________________________________________________ Default CONTACT BOX (1)*/
/*___________________________________________________________ CONTACT BOX 2*/
/*___________________________________________________________ CONTACT BOX 3*/
/*___________________________________________________________ CONTACT BOX 4*/
/*______________START BODY SCSS_____________________*/
html {
  background-color: black;
  font-family: Roboto, sans-serif;
  font-size: 110%;
  color: #666;
}

body {
  background-color: #FFF;
  font-family: inherit;
}

.dxheHtmlViewArea, .dxheDesignViewArea, .dxhePreviewArea {
  font-family: Roboto, sans-serif;
  font-size: 110%;
  color: #666 !important;
  line-height: 1.5;
}

/*_________________WRAPPERS_______________ */
/*#wrap1 {
}
*/
/*#wrap2 {
}
*/
/*#wrap3 {
}
*/
/*#wrap4 {
}
*/
.admin .bannerhead.bannerbox .bannertitle {
  pointer-events: none;
}

.admin .bannerhead.bannerbox .bannertitlebox {
  pointer-events: all;
}

/*_________________MOBILE BUTTON_________*/
#mobilemenubuttoncont {
  top: 25px;
  background-color: transparent;
}

#mobilemenubuttoncont:not(.show) > span, #mobilemenubuttoncont > span::before, #mobilemenubuttoncont > span::after {
  background-color: #333;
}

#innercontent {
  position: relative;
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.activemenu #innercontent {
  /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
}

#footermenu {
  overflow: hidden;
}

#footermenu > * {
  position: relative;
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.activemenu #footermenu > * {
  /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
}

/*_________________HEADER_______________ */
#header {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ebebeb), color-stop(50%, #0087c5));
  background-image: linear-gradient(to right, #ebebeb 50%, #0087c5 50%);
}

#header:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0px;
  height: 2px;
  background-color: rgba(54, 54, 54, 0.15);
  width: 100%;
  left: 0px;
  pointer-events: none;
}

#headerinner {
  height: 90px;
}

#logo-overlay-1 {
  height: 90px;
  line-height: 90px;
}

#logo-overlay-1 > .logo, #logo-overlay-1 > img {
  padding: 10px 0;
  width: auto !important;
  height: 90px !important;
  max-height: 100%;
  pointer-events: none;
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
}

.contactoverlay {
  display: none;
}

#header.sticky #headerinner {
  height: 70px;
}

#header.sticky #logo-overlay-1 {
  height: 70px;
  line-height: 70px;
}

#inner .chunk.crsl_main, #inner .chunk.columns-fullwidth .bannerhead {
  margin-top: -20px !important;
}

#mobilemenubuttoncont {
  top: 15px;
}

/*_________________NAV_______________ */
.topstdmenuul > li {
  background-color: #0087c5;
}

#mobilemenubuttoncont:not(.show) > span, #mobilemenubuttoncont > span::before, #mobilemenubuttoncont > span::after {
  background-color: #fff;
}

/*_________________INNER CONTENT_______________ */
#inner {
  padding-top: 90px;
  background-color: #fafafa;
}

h1, h2, h3, h4, h5 {
  font-family: Roboto, sans-serif;
}

h1, h2 {
  color: #0087c5;
}

h3 {
  color: #333333;
}

h4 {
  color: #4d4d4d;
}

/*_____________Custom COntact Chunk ________*/
.customcontact .col-1 {
  width: 66.6% !important;
}

.customcontact .col-2 {
  width: 33.3% !important;
}

.customcontact .col-2 .enq-column:nth-child(7) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.customcontact .col-2 .enq-column:nth-child(7) input {
  height: 100% !important;
}

.customcontact .col-2 input::-webkit-input-placeholder {
  font-size: 80% !important;
}

.customcontact .col-2 input:-ms-input-placeholder {
  font-size: 80% !important;
}

.customcontact .col-2 input::-ms-input-placeholder {
  font-size: 80% !important;
}

.customcontact .col-2 input::placeholder {
  font-size: 80% !important;
}

.customcontact .col-2 .captchainputtd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.customcontact .col-2 .enq-submit > input {
  background: #0087c5;
}

.customcontact #fm-msg {
  height: 65px;
}

@media only screen and (max-width: 751px) {
  .customcontact .col {
    width: 100% !important;
  }
}

/*_________________ GENERAL CHUNK STYLES ________________*/
.fa-mobile::before {
  font-size: 120%;
}

a[href^="tel:"] {
  white-space: nowrap;
}

#inner .readmore {
  padding: 0.5em 1em;
  background-color: #0087c5;
  border-radius: 0;
  color: #FFF !important;
  position: relative;
  z-index: 5;
  display: inline-block;
}

#inner .readmore::after {
  content: " ";
  background-color: #939598;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#inner .readmore:hover {
  color: #FFF !important;
}

#inner .readmore:hover::after {
  width: 100%;
}

#inner .chunk a[href^="tel:"], #inner .chunk a[href^="mailto:"], #inner .chunk a[href^="#footermenu"] {
  display: inline-block;
  position: relative;
}

#inner .chunk a[href^="tel:"]::after, #inner .chunk a[href^="mailto:"]::after, #inner .chunk a[href^="#footermenu"]::after {
  background-color: #0087c5;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 100%;
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
}

#inner .chunk a[href^="tel:"]:hover, #inner .chunk a[href^="mailto:"]:hover, #inner .chunk a[href^="#footermenu"]:hover {
  color: inherit !important;
  text-decoration: none !important;
}

#inner .chunk a[href^="tel:"]:hover::after, #inner .chunk a[href^="mailto:"]:hover::after, #inner .chunk a[href^="#footermenu"]:hover::after {
  left: 0;
  width: 100%;
  /*Adds 'bounce' animation to hover - to use, add '@include bounce' to the :hover*/
  /*Makes Transiton work across all browsers - To use, add @include transition(your Transition Here);*/
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 2.12, 0.41, -0.42);
  transition-timing-function: cubic-bezier(0.42, 2.12, 0.41, -0.42);
}

@media (min-width: 1025px) {
  #inner .chunkouter + .chunkouter {
    margin-top: 50px;
  }
  #inner .chunkouter.chunkouterfullwidth + .dstyle-bg, #inner .chunkouter.chunkouterfullwidth + .chunkouterfullwidth, #inner .chunkouter.chunkouterfullwidth + .marginless-chunk, #inner .chunkouter.chunkouterfullwidth + .marginless-fullwidth-chunk, #inner .chunkouter.dstyle-bg + .dstyle-bg, #inner .chunkouter.dstyle-bg + .chunkouterfullwidth, #inner .chunkouter.dstyle-bg + .marginless-chunk, #inner .chunkouter.dstyle-bg + .marginless-fullwidth-chunk {
    margin-top: 0px;
  }
  #inner .chunkouter:not(.chunkouterfullwidth):not(.marginless-fullwidth-chunk):not(.marginless-chunk) .chunk {
    padding-left: 25px;
    padding-right: 25px;
  }
  #inner .chunkouter:not(.chunkouterfullwidth):not(.marginless-fullwidth-chunk):not(.marginless-chunk) div.col:not(.col-nomargin) > div {
    margin-left: 24px;
    margin-right: 25px;
  }
}

/*______________Custom Chunk 1_____________*/
.chunkouter.fullheightchunkouter {
  margin-bottom: 0px !important;
}

.chunkc1 {
  margin-bottom: 45px;
}

.chunkc1 .fullheightcol2 {
  padding: 0px 45px !important;
}

#inner .chunk.fullheightcol2 {
  max-width: none;
  padding: 0px;
  /*Sets Display to Flex accross browsers*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#inner .chunk.fullheightcol2 > .col > div {
  margin: 0px;
}

#inner .chunk.fullheightcol2 > .col.notpicture > div {
  max-width: 100%;
  padding-left: 30px;
}

#inner .chunk.fullheightcol2 > .col.notpicture > div h1, #inner .chunk.fullheightcol2 > .col.notpicture > div h2, #inner .chunk.fullheightcol2 > .col.notpicture > div h3, #inner .chunk.fullheightcol2 > .col.notpicture > div h4, #inner .chunk.fullheightcol2 > .col.notpicture > div h5, #inner .chunk.fullheightcol2 > .col.notpicture > div a {
  color: inherit !important;
}

#inner .chunk.fullheightcol2 > .col:not(.notpicture) {
  position: relative;
}

#inner .chunk.fullheightcol2 > .col:not(.notpicture) img:not(.printchunkcol) {
  display: block;
  position: absolute;
  padding: 0px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chunkouter.fullheightchunkouter.primarybg, .chunkouter.fullheightchunkouter.secondarybg {
  padding: 0px;
  border: 0px;
}

#inner .chunkouter .chunk.fullheightcol2 {
  margin: 0px auto !important;
  max-width: 1400px !important;
}

.fullheightcol2 .col-2 {
  padding: 20px 0px;
  width: 66% !important;
  color: #666;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  background-color: transparent;
}

.fullheightcol2 .col-1 {
  width: 34% !important;
}

.notpicture:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.notpicture {
  position: relative !important;
}

.notpictureinner {
  z-index: 10;
  color: #ebebeb;
}

.notpicture {
  z-index: 10;
}

/*end */
/*______________Custom Chunk 2_____________*/
.chunkc2 .notpicture {
  padding: 45px 15px !important;
}

.chunkc2 #inner .chunk.fullheightcol2 {
  max-width: none;
  padding: 0px;
  /*Sets Display to Flex accross browsers*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.chunkc2 #inner .chunk.fullheightcol2 > .col > div {
  margin: 0px;
}

.chunkc2 #inner .chunk.fullheightcol2 > .col.notpicture > div {
  max-width: 100%;
  padding-left: 30px;
}

.chunkc2 #inner .chunk.fullheightcol2 > .col.notpicture > div h1, .chunkc2 #inner .chunk.fullheightcol2 > .col.notpicture > div h2, .chunkc2 #inner .chunk.fullheightcol2 > .col.notpicture > div h3, .chunkc2 #inner .chunk.fullheightcol2 > .col.notpicture > div h4, .chunkc2 #inner .chunk.fullheightcol2 > .col.notpicture > div h5, .chunkc2 #inner .chunk.fullheightcol2 > .col.notpicture > div a {
  color: inherit !important;
}

.chunkc2 #inner .chunk.fullheightcol2 > .col:not(.notpicture) {
  position: relative;
}

.chunkc2 #inner .chunk.fullheightcol2 > .col:not(.notpicture) img:not(.printchunkcol) {
  display: block;
  position: absolute;
  padding: 0px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chunkc2 .chunkouter.fullheightchunkouter.primarybg, .chunkc2 .chunkouter.fullheightchunkouter.secondarybg {
  padding: 0px;
  border: 0px;
}

.chunkc2 #inner .chunkouter .chunk.fullheightcol2 {
  margin: 0px auto !important;
  max-width: 1400px !important;
  padding: 0px !important;
}

.chunkc2 .fullheightcol2 .col-1 {
  padding: 20px 0px;
  width: 65.8% !important;
  color: #666;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  background-color: transparent;
}

.chunkc2 .fullheightcol2 .col-2 {
  width: 33% !important;
}

.chunkc2 .notpicture:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.chunkc2 .notpicture {
  position: relative !important;
}

.chunkc2 .notpictureinner {
  z-index: 10;
  color: #666;
}

.chunkc2 .notpicture {
  z-index: 10;
}

/*end */
/*_______Process Section______*/
.chunk-id-180 {
  counter-reset: services;
}

.process h4 {
  margin-top: 10px;
  color: #0087c5 !important;
  font-size: 140% !important;
  position: relative;
  margin-left: 5px;
  display: inline-block;
}

.processnum {
  margin-right: 5px;
  font-weight: 400;
  color: #006492;
}

.process i {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 150px;
  border-radius: 50%;
  background: #0087c5;
  font-size: 30px;
  color: #fff;
  position: relative;
}

.process i:before {
  position: absolute;
  top: 50%;
  /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.process i:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 100;
}

.process:hover i:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*____Bullet Points______*/
#inner .chunk div:not(.carouselslider):not(.standardslider) > ul > li::before {
  position: absolute !important;
  right: 100%;
  font-weight: 700;
}

#inner .chunk div:not(.carouselslider):not(.standardslider) > ul > li {
  position: relative !important;
  left: 20px;
  max-width: calc(100% - 20px);
}

.socialnetworks li {
  list-style: none;
}

#inner .chunk div:not(.carouselslider):not(.standardslider):not(.reviewlistposts) > ul {
  list-style: outside none none;
  margin-left: 30px;
  margin-left: 0px;
}

#inner .chunk div:not(.carouselslider):not(.standardslider):not(.reviewlistposts) > ul > li {
  margin-left: 0 !important;
}

#inner .chunk div:not(.carouselslider):not(.standardslider):not(.reviewlistposts) > ul > li::before {
  content: "";
  color: #0087c5;
  font-family: fontawesome;
  margin-right: 10px;
}

.linkpanel a {
  padding-left: 22px;
}

/*_________________ SLIDING BANNERS _______________ */
.sliderinfo {
  color: #fff;
  padding-bottom: 0px !important;
  background-color: transparent !important;
}

.sliderinfo h3 {
  margin-bottom: 0px !important;
}

#inner .chunk .carouselslider > ul > li {
  visibility: visible !important;
}

@media only screen and (min-width: 751px) {
  .sliderinfowrap {
    border-radius: 100%;
    background-color: rgba(0, 135, 197, 0.8);
    height: 350px;
    width: 350px;
    border: solid #006492 3px;
    margin-left: 33px;
  }
  .sliderinfo {
    margin-left: 0px;
    background-color: transparent;
    text-align: center;
    top: 50%;
    /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sliderinfo h3 {
    color: inherit !important;
    font-size: 210% !important;
  }
  .sliderbtndiv {
    display: none;
  }
}

@media only screen and (min-width: 752px) {
  /*_________________BANNER________________*/
  .cbanner h4 {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    margin-bottom: 0px !important;
  }
  .cbanner i {
    font-size: 200%;
    position: relative;
    margin-bottom: 0px !important;
    color: #ebebeb;
    display: inline-block;
    vertical-align: middle;
  }
  .cbanner h4:hover {
    color: #939598;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bannerhead {
    overflow: hidden;
  }
  .bannertitle {
    max-width: 1400px;
    top: 50%;
    position: relative;
    left: 50%;
    /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: transparent;
    position: absolute;
    height: 0px;
  }
  .bannertitleinner {
    border-radius: 50%;
    height: 350px;
    width: 350px !important;
    top: 50%;
    /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 135, 197, 0.5);
    border: solid #006492 3px;
    display: none;
    color: #ebebeb;
    margin: 0px !important;
    position: relative;
    left: 33px;
    z-index: -1;
  }
  .bannertitleinner .bannertitlebox {
    background-color: transparent !important;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff !important;
  }
  .bannertitleinner .bannertitlebox h2, .bannertitleinner .bannertitlebox h1 {
    font-size: 200%;
    color: #fff !important;
    position: relative;
    margin-bottom: 0px !important;
  }
  .bannerpic {
    max-height: none;
  }
  .page-about-us .bannertitleinner, .page-faqs .bannertitleinner, .page-why-choose-us .bannertitleinner {
    display: block !important;
    text-align: center;
    top: 50%;
    /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*_________________ STATIC BANNERS _______________ */
.col-1.col-nomargin.col {
  min-height: 0;
}

.bannertitle {
  left: 0px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

/*____________ SERVICE_BOXES ____________*/
/*____________ GALLERIES ____________*/
/*____________ CAROUSELS ____________*/
/*____________ CONTACT_FORM ____________*/
.enq-submit > input:hover {
  background-color: #0087c5;
}

/*_________________ BLOG _______________ */
/*_________________ REVIEW_COLOURS _______________ */
.chunk-id-173 {
  padding: 0px !important;
}

.chunk-id-173 .carousel-light li {
  padding: 0px !important;
}

.chunk-id-173 .col-2 {
  padding: 35px !important;
}

.readmore {
  background-color: #0087c5;
  border-radius: 15px;
  font-size: 125%;
}

.chunk-id-182 {
  /*Sets Display to Flex accross browsers*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-about-us .reviewlist[data-rl_autoscroll] .reviewlistpostwrapper, .page-conservatory-cleaning .reviewlist[data-rl_autoscroll] .reviewlistpostwrapper {
  padding: 0px 0 0 0;
}

.page-about-us .reviewlist[data-rl_autoscroll] .reviewlistpostwrapper .reviewlistspace, .page-conservatory-cleaning .reviewlist[data-rl_autoscroll] .reviewlistpostwrapper .reviewlistspace {
  padding: 0px 0;
}

.page-about-us .reviewlist[data-rl_autoscroll] .reviewlistpostwrapper .reviewlistspace .reviewposttab, .page-conservatory-cleaning .reviewlist[data-rl_autoscroll] .reviewlistpostwrapper .reviewlistspace .reviewposttab {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.page-home .reviewlistspace.reviewlistcaptiontd {
  display: none;
}

/*_________________FOOTER_______________ */
.fsh {
  height: auto;
}

.npc {
  height: 100px !important;
  margin-top: 20px !important;
}

.menubottomstddiv {
  height: auto;
}

.bottomstdmenuul > li {
  padding-top: 0px !important;
  display: inline-block;
}

#footer {
  padding: 30px 0px;
}

.page-about-us #footer, .page-conservatory-cleaning #footer {
  display: none;
}

div#captchafootdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#captchafootdiv input {
  height: 100%;
}

.footeraddressdiv {
  color: #ebebeb;
}

.footercontactdiv {
  color: #ebebeb;
}

.footercontactdiv a {
  color: #ebebeb;
}

.footerfollowus {
  color: #ebebeb !important;
}

.footerenquiry > form {
  margin: 0px !important;
}

#footermenu {
  background-color: #333;
  color: #ebebeb;
}

#followusinner li > a {
  color: #ebebeb !important;
  text-decoration: none !important;
}

#followusinner li > a > i {
  background-color: #ebebeb !important;
  color: #333 !important;
}

.footercontactdiv i {
  background-color: #ebebeb !important;
  color: #333 !important;
}

#designtecstraplinediv {
  background: black;
}

#designtecstraplinediv a, #designtecstraplinediv {
  color: #FFF !important;
}

.bottomlinkheading {
  color: #ebebeb;
}

@media only screen and (min-width: 1025px) {
  .topstdmenuul > li:first-child {
    padding-left: 25px;
  }
  .servicelist li {
    display: inline-block;
    width: 33.3%;
  }
  .reviewposttabinner {
    min-width: 100%;
  }
}

@media only screen and (min-width: 751px) and (max-width: 1025px) {
  #headerinner {
    height: 80px;
  }
  #mobilemenubuttoncont {
    top: 20px;
  }
  #logo-overlay-1 {
    height: 80px;
    line-height: 80px;
  }
  #logo-overlay-3, #logo-overlay-3b, #logo-overlay-4 {
    display: none;
  }
  #inner {
    padding-top: 80px;
  }
  h1, h2 {
    font-size: 140%;
  }
  h3 {
    font-size: 120%;
  }
  h4 {
    font-size: 110%;
  }
  .contactmain .fa {
    display: none;
  }
  #inner .chunkouter.multi-tone-bg.dstyle-bg > .chunk {
    padding: 0px !important;
  }
  .chunkouter.multi-tone-bg.dstyle-bg .col {
    margin: 0px !important;
  }
  .chunkouter.dstyle-bg {
    padding: 30px 0;
  }
  .sliderinfowrap {
    height: 300px;
    width: 300px;
  }
  .bannerhead.bannertitlehead .bannertitle {
    min-height: 350px;
  }
  .chunkouter.multi-tone-bg.dstyle-bg > .chunk.columns-3 .col {
    padding: 10px 0px !important;
  }
  .dscol-fade-from-right, .dscol-fade-from-bottom {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .columns-3-rows-2 .col:nth-child(2n) .dscol-fade-from-left, .columns-3-rows-2 .col:nth-child(2n) .dscol-fade-from-bottom, .columns-3-rows-2 .col:nth-child(2n) .dscol-fade-from-right {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  div#captchafootdiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerenquiry input {
    height: 2.5em;
  }
}

@media only screen and (min-width: 751px) and (max-width: 1025px) and (orientation: portrait) {
  .customcontact .col {
    width: 100% !important;
  }
  .customcontact .col-2 {
    margin-top: 20px !important;
  }
  .customcontact .col-2 .enq-50-L {
    padding-right: 0.5em;
  }
  .customcontact .col-2 .enq-50 {
    width: 50% !important;
    float: left;
  }
  .chunk-number-2.multi-tone-bg.dstyle-bg .columns-3 .col {
    width: 50% !important;
  }
  .chunk-number-2.multi-tone-bg.dstyle-bg .columns-3 .col-3 {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 750px) {
  html {
    font-size: 100%;
  }
  #headerinner {
    height: 70px;
  }
  #mobilemenubuttoncont {
    top: 15px;
  }
  #logo-overlay-1 {
    height: 70px;
    line-height: 70px;
    left: 20px;
    /*Makes Transform work across all browsers - To use, add @include transform(your Transform Here);*/
    -webkit-transform: none;
    transform: none;
  }
  #logo-overlay-1 > .logo, #logo-overlay-1 > img {
    padding: 10px 0;
  }
  #logo-overlay-3, #logo-overlay-3b, #logo-overlay-4 {
    display: none;
  }
  #inner {
    padding-top: 70px;
  }
  #header.sticky #headerinner {
    height: 70px;
  }
  #header.sticky #mobilemenubuttoncont {
    top: 15px;
  }
  #header.sticky #logo-overlay-1 {
    height: 70px;
    line-height: 70px;
  }
  #inner .chunk .standardslider.fullscreenslider {
    margin-top: 0;
  }
  #inner .chunk .standardslider.fullscreenslider ul > li {
    height: 50vh;
  }
  .bannertitlebox {
    padding: 10px 35px !important;
    background-color: rgba(0, 135, 197, 0.73) !important;
    font-size: 140%;
    color: #fff !important;
  }
  .bannertitleinner {
    background-color: rgba(0, 135, 197, 0.73) !important;
  }
  .bannertitleinner .bannertitlediv {
    font-size: 100% !important;
    padding: 10px 15px !important;
    color: #fff !important;
  }
  .bannertitleinner .bannertitlediv h1 {
    color: #fff !important;
  }
  .contactmain a {
    font-size: 100%;
  }
  #wrap1 #inner .chunkouter {
    margin-bottom: 0px;
  }
  h1, h2 {
    font-size: 140%;
  }
  h3 {
    font-size: 120%;
  }
  h4 {
    font-size: 110%;
  }
  #inner .standardslider .sliderinfo {
    font-size: 100%;
    display: none;
  }
  .sliderinfo h2, .sliderinfo h1 {
    font-size: 120%;
  }
  #inner .standardslider {
    background-position: left top;
  }
  #inner .standardslider .sliderinfo .sliderbtndiv {
    display: block;
    text-align: left;
  }
  #inner .standardslider .sliderinfo .sliderbutton {
    float: none;
  }
  .standardslider li {
    height: 30vh;
  }
  .chunkouter.multi-tone-bg.dstyle-bg > .chunk.columns-3 .col {
    padding: 10px 0px !important;
  }
  #inner .chunkouter.marginless-chunk .chunk, #inner .chunkouter.marginless-fullwidth-chunk .chunk, #footer .chunkouter.marginless-chunk .chunk, #footer .chunkouter.marginless-fullwidth-chunk .chunk {
    margin: 0px !important;
  }
  #inner .chunkouter.marginless-chunk .col, #inner .chunkouter.marginless-fullwidth-chunk .col, #footer .chunkouter.marginless-chunk .col, #footer .chunkouter.marginless-fullwidth-chunk .col {
    margin: 0px;
  }
  .chunkouter.dstyle-bg:not(.multi-tone-bg):not(.marginless-fullwidth-chunk):not(.marginless-chunk) {
    padding: 20px 0;
  }
  #inner .chunkouter.multi-tone-bg.dstyle-bg > .chunk {
    margin: 0px !important;
    padding: 0px;
  }
  .chunkouter.multi-tone-bg.dstyle-bg .col {
    margin: 0px !important;
    padding: 20px 15px !important;
  }
  #inner .chunkouter.multi-tone-bg.dstyle-bg .col h1, #inner .chunkouter.multi-tone-bg.dstyle-bg .col h2 {
    font-size: 150%;
  }
  .reviewlistwrapper.reviewlistscrollwrapper .reviewlistspace .sliderul {
    margin-left: 0px !important;
  }
  .reviewlistwrapper.reviewlistscrollwrapper .reviewlistspace .sliderul > li {
    max-width: 100% !important;
    left: 0px !important;
  }
  #inner .chunk div:not(.carouselslider):not(.standardslider) > ul > li {
    left: 0px !important;
  }
  #footer {
    padding: 25px 0px;
  }
  #wrap1 #inner .reviewlistwrapper.reviewlistscrollwrapper .reviewlistcaptiontd h3, #wrap1 #footer .reviewlistwrapper.reviewlistscrollwrapper .reviewlistcaptiontd h3 {
    font-size: 125%;
  }
  .reviewlistwrapper.reviewlistscrollwrapper .reviewposttabinner, .reviewlistwrapper.reviewlistscrollwrapper .reviewlistsummary {
    font-size: 100% !important;
  }
  .captchainputtd {
    display: inline-block;
  }
}
/*# sourceMappingURL=website.css.map */