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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 1em 0; }

/* Total reset for form items. But remember to deal with border, this one is left so we can see then more clearly yet */
input, textarea, select {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 1px solid #ccc; }

/* @end */
/* reset list styles */
ul,
li,
ul.menu li,
ul.inline li,
.item-list ul,
.item-list ul li,
li.expanded,
li.collapsed,
li.leaf,
.item-list .pager li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none; }

/* universal box sizing */
*, *:before, *:after {
  box-sizing: border-box; }

/******************************************************************************/
/*	END HTML RESET  */
/******************************************************************************/
/*******************************************************************/
/*	!FUNCTIONS   */
/*******************************************************************/
/*******************************************************************/
/*	!MIXINS   */
/*******************************************************************/
/*******************************************************************/
/*	!COLOURS   */
/*******************************************************************/
/*******************************************************************/
/* FONT WEIGHTS FOR OPEN SANS: 300, 400, 700, 800 */
/*******************************************************************/
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* End: Recommended Isotope styles */
/*******************************************************************/
/*	!GLOBALS   */
/*******************************************************************/
body {
  font-family: "Libre Caslon Text", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000; }
  @media only screen and (max-width: 759px) {
    body {
      font-size: 14px; } }

img {
  height: auto; }

strong {
  font-weight: 700; }

h1, h2, h3 {
  line-height: 1.2; }

h1 {
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 40px; }
  @media only screen and (max-width: 759px) {
    h1 {
      font-size: 24px;
      margin-bottom: 20px; } }

h1.page-title {
  text-align: center; }

h2 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 800; }
  @media only screen and (max-width: 759px) {
    h2 {
      font-size: 20px;
      margin-bottom: 20px; } }

h2.block-title {
  font-size: 44px;
  font-weight: 300;
  margin: 30px 0 40px 0; }
  @media only screen and (max-width: 759px) {
    h2.block-title {
      font-size: 24px;
      margin: 20px 0; } }

p {
  margin-bottom: 20px;
  line-height: 1.8; }
  @media only screen and (max-width: 759px) {
    p {
      margin-bottom: 16px; } }

a {
  /*color: $oc-orange;*/
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #666;
    text-decoration: underline; }

.condensed {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
  text-transform: uppercase;
  font-weight: 400 !important; }
  .condensed h2, .condensed h3, .condensed h4 {
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important; }
  .condensed p {
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important; }
  .condensed li {
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important; }

p.subheading {
  font-size: 24px; }
  @media only screen and (max-width: 759px) {
    p.subheading {
      font-size: 20px; } }

p.narrow {
  width: 80%;
  margin: 0 auto; }
  @media only screen and (max-width: 759px) {
    p.narrow {
      width: 90%; } }
  p.narrow.page-intro {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px; }
    @media only screen and (max-width: 759px) {
      p.narrow.page-intro {
        font-size: 18px;
        margin-bottom: 20px; } }

p.big {
  font-size: 21px; }
  @media only screen and (max-width: 759px) {
    p.big {
      font-size: 18px; } }

.contact-row iframe {
  width: 90% !important;
  margin-right: 8%;
  height: calc(40vw/1.777777778) !important; }
  @media only screen and (max-width: 759px) {
    .contact-row iframe {
      height: calc(100vw/1.777777778) !important;
      width: 100% !important;
      margin-right: 0; } }

.grecaptcha-badge {
  display: none; }

/*******************************************************************/
/*	!LAYOUT   */
/*******************************************************************/
#pagewrap {
  width: 100%;
  min-height: 100vh;
  background-color: #fff; }

#main-content {
  padding-top: 180px;
  min-height: calc(100vh-180px); }
  @media only screen and (max-width: 759px) {
    #main-content {
      min-height: calc(100vh-116px);
      padding-top: 116px; } }

.page-template-page_narrow #main-content {
  width: 80%;
  max-width: 1080px;
  margin: 200px auto 100px auto; }
  @media only screen and (max-width: 759px) {
    .page-template-page_narrow #main-content {
      width: 90%;
      margin: 200px auto 80px auto; } }

.page-template-page_with-title #main-content {
  width: 80%;
  max-width: 1080px;
  margin: 200px auto 100px auto; }
  @media only screen and (max-width: 759px) {
    .page-template-page_with-title #main-content {
      width: 90%;
      margin: 200px auto 80px auto; } }

.wp-block-image {
  margin: 0 !important; }
  .wp-block-image img {
    width: 100%; }

.black-bg {
  background-color: #000;
  color: #FFF; }
  .black-bg h2, .black-bg h3, .black-bg h4, .black-bg a, .black-bg li {
    color: #FFF; }

.cta-row {
  background-color: #000;
  color: #FFF; }
  .cta-row .ugb-container__wrapper, .cta-row .ugb-container__content-wrapper {
    padding: 5px 5% !important; }
  .cta-row h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; }
    @media only screen and (max-width: 759px) {
      .cta-row h3 {
        font-size: 16px; } }
  .cta-row a {
    color: #FFF; }

.ab-block-button a {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  border: solid 1px #000 !important;
  background-color: #FFF !important;
  border-radius: 0;
  font-size: 28px !important;
  padding: 8px 20px !important;
  line-height: 1.5 !important;
  align-items: center !important;
  font-weight: 400 !important;
  margin: 0 auto !important;
  color: #000 !important; }
  .ab-block-button a:hover {
    background-color: #999 !important;
    text-decoration: none; }

.black-bg .ab-block-button a {
  border: solid 1px #FFF !important;
  background-color: #000 !important;
  color: #FFF !important; }
  .black-bg .ab-block-button a:hover {
    background-color: #666 !important;
    text-decoration: none; }

.cta-panel .ugb-container__content-wrapper {
  padding: 4% 0 0 0 !important; }
.cta-panel .ugb-container__wrapper {
  padding: 0 !important; }

ul.wp-block-list {
  width: 100% !important; }
  ul.wp-block-list li {
    margin-left: 20px !important; }

/*******************************************************************/
/*	!HEADER  */
/*******************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  /*background-color: #080000;*/ }
  header .header-inner {
    position: relative;
    width: 100%;
    transition: 0.6s;
    height: 180px;
    background-color: #000;
    /*height: 90vh;*/
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-font-smoothing: antialiased; }
    @media only screen and (max-width: 759px) {
      header .header-inner {
        height: 116px; } }
    header .header-inner .logo {
      max-width: 400px;
      width: 60%;
      transition: 0.6s;
      margin: 0 2.5%;
      /*position: absolute;*/
      /*text-align: left;
      width: 80px;
      left:60px;
      top:5px;*/ }
      @media only screen and (max-width: 759px) {
        header .header-inner .logo {
          position: absolute;
          left: 2.5%;
          margin: 0; } }
      header .header-inner .logo img {
        width: 100%;
        height: auto; }
    header .header-inner aside {
      position: absolute;
      /*top: 40px;*/
      right: 3%;
      text-align: center; }
      header .header-inner aside .header-button {
        padding: 6px 16px;
        min-width: 80px;
        border: solid 1px #FFF;
        margin-bottom: 5px;
        font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; }
        header .header-inner aside .header-button a {
          color: #FFF;
          font-weight: 600; }
        @media only screen and (max-width: 759px) {
          header .header-inner aside .header-button {
            min-width: 76px;
            padding: 3px 12px;
            font-size: 90%; } }
        header .header-inner aside .header-button:hover {
          background-color: #666666;
          /*border:solid 1px #FF0000;*/ }
          header .header-inner aside .header-button:hover a {
            /*color: #FFF;*/
            text-decoration: none; }
      @media only screen and (max-width: 759px) {
        header .header-inner aside {
          right: 10px; } }
      header .header-inner aside p.phone {
        font-size: 15px;
        font-weight: 400;
        margin: 0; }
        header .header-inner aside p.phone .telephone {
          padding-left: 20px;
          color: #FFF; }
          @media only screen and (max-width: 759px) {
            header .header-inner aside p.phone .telephone {
              display: block;
              clear: right;
              line-height: 24px; } }
          header .header-inner aside p.phone .telephone a {
            color: #FFF; }
            header .header-inner aside p.phone .telephone a:hover {
              color: #CECECE; }
  header nav {
    text-align: left;
    display: inline-block;
    position: relative;
    z-index: 200;
    /*width: 50%;*/ }
    header nav .menu-icon {
      margin: 15px 0 0 20px;
      width: 26px;
      cursor: pointer;
      align-items: center;
      z-index: 200;
      /*@include responsive(tablet) {
      	display: flex;
      	justify-content: space-around;
      	height: 50px;
      }
      @include responsive(mobile) {
      	width: 40px;
      	justify-content: flex-end;
      }*/ }
      header nav .menu-icon .bars {
        width: 26px; }
      header nav .menu-icon .bar {
        transition-duration: 0.5s;
        display: block;
        margin-bottom: 9px;
        height: 2px;
        background-color: #000; }
        header nav .menu-icon .bar:last-of-type {
          margin-bottom: 0; }
    header nav .open .bar {
      background-color: #999; }
    header nav .open .bar:nth-child(1) {
      transition-duration: 0.5s;
      transform: rotate(45deg);
      transform-origin: 6px -4px;
      width: 30px; }
    header nav .open .bar:nth-child(2) {
      transition-duration: 0.5s;
      display: none; }
    header nav .open .bar:nth-child(3) {
      transition-duration: 0.5s;
      transform: rotate(-45deg);
      transform-origin: 4px 6px;
      width: 30px; }

.admin-bar header {
  top: 32px; }

body.scrolled {
  	/*.header-inner {
  		transition: 0.6s;
  		height: 180px;
  		background-color:#000;
  	
  		.logo {
  			transition: 0.6s;
  			width: 500px;
  		}
  		
  		aside {
  			transition: 0.6s;
  			top: 30px;
  			.strap {
  				display:none;
  			}
  		}
  	
  	
  	}
  	
  	nav {
  		transition: 0.3s;
  		height: 30px;
  	}
  
  	
  	*/ }

.booking-row::before, .contact-row::before, .button-row::before {
  display: block;
  content: " ";
  margin-top: -200px;
  height: 200px;
  visibility: hidden; }

.booking-row {
  width: 80% !important;
  margin: 0 auto !important;
  /*	max-width:900px!important;*/ }
  @media only screen and (max-width: 759px) {
    .booking-row {
      width: 90% !important; } }

a.book-button {
  text-align: center;
  border: solid 1px #FF0000;
  /*display:inline-block;*/
  padding: 8px 26px;
  font-size: 26px;
  color: #FF0000;
  text-transform: uppercase; }
  a.book-button:hover {
    text-decoration: none;
    background-color: #FF0000;
    color: #FFF; }
  @media only screen and (max-width: 759px) {
    a.book-button {
      font-size: 20px; } }

/*******************************************************************/
/*	!MENU GLOBALS */
/*******************************************************************/
ul.menu li {
  display: inline-block; }
  ul.menu li a {
    display: block;
    padding: 0 14px;
    color: #414042; }

/*******************************************************************/
/*	!PRIMARY MENU */
/*******************************************************************/
div.primary-menu, body.scrolled div.primary-menu {
  position: absolute;
  left: -300px;
  margin-top: 0;
  top: 0;
  z-index: -1;
  /*z-index: 20;*/
  width: 300px;
  height: 100vh;
  background-color: #414042;
  text-align: center; }
  div.primary-menu.onscreen, body.scrolled div.primary-menu.onscreen {
    transition: 0.3s;
    left: 0; }
  div.primary-menu.offscreen, body.scrolled div.primary-menu.offscreen {
    transition: 0.3s;
    left: -300px; }
  div.primary-menu ul.menu, body.scrolled div.primary-menu ul.menu {
    display: block;
    padding: 10px;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }
    div.primary-menu ul.menu li, body.scrolled div.primary-menu ul.menu li {
      display: block;
      width: 100%;
      height: auto;
      border-right: none;
      align-items: inherit;
      margin-bottom: 8vh;
      padding-bottom: 0; }
      div.primary-menu ul.menu li a, body.scrolled div.primary-menu ul.menu li a {
        color: #BEB8B8;
        /*font-weight: 600;*/
        text-decoration: none;
        font-size: 17px;
        padding: 0;
        padding-left: 10px;
        line-height: inherit;
        text-transform: uppercase; }
        div.primary-menu ul.menu li a:hover, body.scrolled div.primary-menu ul.menu li a:hover {
          color: #FFF; }
      div.primary-menu ul.menu li.current-menu-ancestor > a, div.primary-menu ul.menu li.current_page_item > a, body.scrolled div.primary-menu ul.menu li.current-menu-ancestor > a, body.scrolled div.primary-menu ul.menu li.current_page_item > a {
        color: #FFF; }
    div.primary-menu ul.menu ul.sub-menu, body.scrolled div.primary-menu ul.menu ul.sub-menu {
      position: relative;
      background: none;
      margin-top: 0;
      top: 0 !important;
      display: none;
      padding: 10px 0 0px 30px; }
      div.primary-menu ul.menu ul.sub-menu li, body.scrolled div.primary-menu ul.menu ul.sub-menu li {
        margin-bottom: 10px; }
        div.primary-menu ul.menu ul.sub-menu li a, body.scrolled div.primary-menu ul.menu ul.sub-menu li a {
          font-weight: 400;
          color: inherit; }

#main-content {
  transition: 0.3s;
  /*@include responsive(mobile) {
  			margin-top: 60px;
  			}*/ }

/*body.scrolled #main-content {
	transition: 0.3s;
	margin-top: 85px; // same as header height
}*/
/*******************************************************************/
/*	!GLOBAL CONTENT TYPOGRAPHY */
/*******************************************************************/
h2.section-heading {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5 !important;
  text-align: center;
  margin: 80px 10% 60px 10%; }

h2.section-title,
.standard-page h2.section-title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 3px solid #D80011;
  padding-left: 5%;
  margin: 40px 0; }
  h2.section-title.text-only,
  .standard-page h2.section-title.text-only {
    border-bottom: none;
    margin-bottom: 0; }

hr.is-style-wide {
  border-top: 1px solid #29282a;
  margin: 20px 0; }

.ugb-container__content-wrapper p {
  width: 86% !important; }
  @media only screen and (max-width: 759px) {
    .ugb-container__content-wrapper p {
      width: 100% !important; } }

.room-accordian {
  /*.slick-prev, .slick-next {
  	color: #FFF!important;
  	background-color: #FF0000!important;
  }
  .slick-prev {
  	left:0px;
  }
  .slick-next {
  	right:0px;
  }
  ul.slick-dots {
  	width:100%!important;
  	max-width:100%!important;
  }
  .slick-dots li button:before {
  	color: #FF0000!important;
  	opacity: .65;
  }
  .slick-dots li.slick-active button:before {
  	color: #FF0000!important;
  	opacity: 1;
  }
  	.wp-block-column:nth-of-type(2n) {
  		ul {
  			width:100%!important;
  			text-align: left;
  		}
  		li {
  			margin-left: 20px!important;
  		}
  		
  	}*/ }

/*******************************************************************/
/*	!SLIDING DETAIL PANEL LINKS  -  OVERLAY STYLE*/
/*******************************************************************/
/*.styles-wrapper {
	display: block;
	width:100vw;
	height: calc(100vh - 60px);
	overflow: hidden;
	position: relative;
	.styles-initial-wrapper {
		height: calc(100vh - 60px);
	}
	.styles-links-wrapper {
		width:100%;
		
	}
	.wp-block-advgb-container{
		height: auto;
		width:100%;
		.styles-detail-wrapper {
			position: absolute;
			left: 100vw;
			top: 0;
			min-height: calc(100vh - 60px);
			z-index: 2;
			width:100%;
			.styles-detail-panel {
				width: 100%;
				top: 0;
				min-height: calc(100vh - 60px);
				justify-content: right;
				.wp-block-cover__inner-container {
					background-color: #D52B7E;
					height: calc(100vh - 60px);
					overflow: auto;
					width: 30%;
					float: right;
					max-width: 300px;
					min-width: 200px;
				}
			}
		}
		.onscreen {
			transition: 0.5s;
			left: 0vw;
			
		}
		.offscreen {
			transition: 0.5s;
			left: 100vw;
			
		}
	}
}
*/
/*******************************************************************/
/*	!SLIDING DETAIL PANEL LINKS  - PUSH SLIDE STYLE*/
/*******************************************************************/
.styles-wrapper {
  display: block;
  width: 100vw;
  height: calc(100vh - 60px);
  overflow: hidden;
  position: relative; }
  .styles-wrapper .styles-initial-wrapper {
    min-height: calc(100vh - 60px) !important;
    width: 100vw !important;
    float: left;
    text-align: center; }
    .styles-wrapper .styles-initial-wrapper .wp-block-image {
      background-color: #29282a; }
      .styles-wrapper .styles-initial-wrapper .wp-block-image:hover {
        background-color: #726F6F;
        cursor: pointer; }
      .styles-wrapper .styles-initial-wrapper .wp-block-image figcaption {
        color: #FFF;
        font-size: 18px;
        padding-bottom: 10px; }
    .styles-wrapper .styles-initial-wrapper h2 {
      font-size: 48px;
      text-align: center;
      font-weight: 300;
      margin: 12vh; }
    .styles-wrapper .styles-initial-wrapper p {
      font-size: 24px;
      font-weight: 300;
      width: 80%;
      max-width: 1200px;
      text-align: center;
      margin: 0 auto; }
  .styles-wrapper .second-panel {
    width: 100vw !important;
    float: right;
    height: calc(100vh - 60px); }
  .styles-wrapper .styles-links-wrapper {
    width: 100%;
    margin-bottom: 8vh; }
  .styles-wrapper .wp-block-advgb-container {
    height: auto;
    width: 200%; }
    .styles-wrapper .wp-block-advgb-container .styles-detail-wrapper {
      position: relative;
      left: auto;
      top: auto;
      min-height: calc(100vh - 60px);
      z-index: 2;
      width: 100vw; }
      .styles-wrapper .wp-block-advgb-container .styles-detail-wrapper .close-panel {
        position: absolute;
        bottom: 10px;
        right: 20px;
        font-weight: 600;
        color: #FFF;
        cursor: pointer; }
        .styles-wrapper .wp-block-advgb-container .styles-detail-wrapper .close-panel:hover {
          color: #000;
          cursor: pointer; }
      .styles-wrapper .wp-block-advgb-container .styles-detail-wrapper .styles-detail-panel {
        width: 100%;
        top: 0;
        min-height: calc(100vh - 60px);
        justify-content: flex-end; }
        .styles-wrapper .wp-block-advgb-container .styles-detail-wrapper .styles-detail-panel .wp-block-cover__inner-container {
          background-color: rgba(41, 40, 42, 0.5);
          height: calc(100vh - 60px);
          overflow: auto;
          width: 30%;
          padding: 30px 2%;
          float: right;
          max-width: 300px;
          min-width: 200px;
          display: flex;
          flex-direction: column; }
          @media only screen and (max-width: 759px) {
            .styles-wrapper .wp-block-advgb-container .styles-detail-wrapper .styles-detail-panel .wp-block-cover__inner-container {
              display: block;
              height: auto;
              width: 100%;
              padding: 10%;
              float: none;
              max-width: none;
              min-width: none; } }
          .styles-wrapper .wp-block-advgb-container .styles-detail-wrapper .styles-detail-panel .wp-block-cover__inner-container h2, .styles-wrapper .wp-block-advgb-container .styles-detail-wrapper .styles-detail-panel .wp-block-cover__inner-container p {
            padding: 0;
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 300;
            line-height: 20px;
            background: none; }
          .styles-wrapper .wp-block-advgb-container .styles-detail-wrapper .styles-detail-panel .wp-block-cover__inner-container h2 {
            font-weight: 600;
            font-size: 18px;
            margin-top: auto; }
    .styles-wrapper .wp-block-advgb-container .onscreen {
      transition: 0.5s;
      margin-left: -100vw; }
    .styles-wrapper .wp-block-advgb-container .offscreen {
      transition: 0.5s;
      margin-left: 0px; }

/*******************************************************************/
/*	!HOME PAGE */
/*******************************************************************/
.video-container {
  height: 56.25vw !important;
  margin-bottom: 60px; }

.scroll-button-down {
  position: fixed;
  bottom: 5vh;
  left: 2%;
  background-color: rgba(250, 183, 2, 0.7);
  color: #000;
  z-index: 100;
  /*padding: 2px 8px;*/
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  font-size: 36px;
  padding-left: 13px; }
  .scroll-button-down:hover {
    background-color: #FFCF00;
    cursor: pointer; }

.scroll-button-up {
  position: fixed;
  bottom: 5vh;
  right: 2%;
  background-color: rgba(250, 183, 2, 0.7);
  color: #000;
  z-index: 100;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  font-size: 36px;
  padding-left: 13px; }
  .scroll-button-up:hover {
    background-color: #FFCF00;
    cursor: pointer; }

.full-screen-container {
  width: 100%;
  height: calc(100vh - 40px);
  position: relative; }
  .full-screen-container .animated.delay-2s {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important; }
  .full-screen-container .ugb-inner-block {
    max-width: 100% !important; }
    .full-screen-container .ugb-inner-block .sub-text-slide {
      position: absolute;
      bottom: 30vh;
      width: 100%; }
      .full-screen-container .ugb-inner-block .sub-text-slide p {
        float: right;
        font-size: 32px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.6);
        display: inline-block;
        width: auto;
        margin-right: 10%; }
    .full-screen-container .ugb-inner-block img {
      max-width: none;
      width: 100%;
      height: auto; }
    .full-screen-container .ugb-inner-block .full-logo img {
      max-width: none;
      width: 100vw;
      height: auto; }

/**************
SLIDER
***************/
.full-screen-slider {
  	/*.nextend-arrow {
  		top: calc(100vh - 215px) !important;
  	}
  
  	.n2-ss-slider .n2-ss-layer-content[data-verticalalign=center] {
  		justify-content:flex-end !important;
  		padding: 0 !important;
  	}
  
  	.n2-ss-slider .n2-ss-layer[data-pm=absolute] {
  		left: 0!important;
     		bottom: 0!important;
  		padding: 15px 5% 20px 5% !important;
  		width: 100vw!important;
  		text-align: center!important;
  	}*/ }
  .full-screen-slider .n2-ss-slide, .full-screen-slider .n2-ss-slide-backgrounds, .full-screen-slider .n2-ss-layers-container, .full-screen-slider .n2-ss-slider-3, .full-screen-slider .n2-ss-slider-2, .full-screen-slider .n2-ss-slider-1 {
    height: calc(100vh - 180px) !important; }
  .full-screen-slider .n2-ss-item-content {
    font-family: "Source Sans Pro", sans-serif !important; }
    .full-screen-slider .n2-ss-item-content a {
      font-family: "Source Sans Pro", sans-serif !important; }
  .full-screen-slider .n2-ss-layer {
    width: 100%;
    margin: 0;
    padding: 0; }
    .full-screen-slider .n2-ss-layer .n2-ow {
      font-size: 32px !important;
      line-height: 36px !important;
      font-weight: 300 !important; }
  .full-screen-slider .n2-ss-slider .n2-ow {
    box-sizing: inherit; }

h2.slider-heading {
  font-family: "Source Sans Pro", sans-serif !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px !important;
  font-weight: 300 !important;
  /*color: rgba(255, 255, 255, 0.6);*/
  color: #FFF;
  display: inline-block;
  width: auto; }

/*****************
ACORDIAN BLOCKS
******************/
.room-accordian a, .room-accordian a:active, .room-accordian a:focus, .room-accordian button, .room-accordian button:active, .room-accordian button:focus {
  outline: none !important; }
.room-accordian .ugb-container__wrapper {
  padding: 0 !important;
  max-width: 100% !important; }
.room-accordian .ugb-container__content-wrapper {
  padding: 10px 0 !important;
  max-width: 100% !important; }
.room-accordian .ugb-main-block {
  margin: 10px 0 !important; }
.room-accordian .ugb-accordion__content-inner {
  padding: 40px 0 !important; }
.room-accordian .ugb-accordion__heading {
  width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
  text-align: center;
  outline: none !important;
  border: none !important; }
.room-accordian .ugb-accordion__heading:active, .room-accordian .ugb-accordion__heading:focus {
  outline: none !important; }
.room-accordian h2.ugb-accordion__title {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  width: 360px !important;
  display: inline-block !important;
  flex: 0 !important;
  border: solid 1px #FFF !important;
  /*min-width: 360px!important;*/
  font-size: 26px !important;
  padding: 8px 26px !important;
  line-height: 1.5 !important;
  align-items: center !important;
  font-weight: 400 !important;
  margin: 0 auto !important;
  color: #FFF !important; }
  .room-accordian h2.ugb-accordion__title:hover {
    cursor: pointer;
    color: #FFF !important;
    background-color: #666 !important; }
  @media only screen and (max-width: 759px) {
    .room-accordian h2.ugb-accordion__title {
      font-size: 20px !important;
      width: 280px !important; } }
.room-accordian h3 {
  text-align: left !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  margin-bottom: 30px !important; }
.room-accordian .slick-prev, .room-accordian .slick-next {
  color: #FFF !important;
  background-color: #FF0000 !important; }
.room-accordian .slick-prev {
  left: 0px; }
.room-accordian .slick-next {
  right: 0px; }
.room-accordian ul.slick-dots {
  width: 100% !important;
  max-width: 100% !important; }
.room-accordian .slick-dots li button:before {
  color: #FF0000 !important;
  opacity: .65; }
.room-accordian .slick-dots li.slick-active button:before {
  color: #FF0000 !important;
  opacity: 1; }
.room-accordian .wp-block-column:nth-of-type(2n) ul {
  width: 100% !important;
  text-align: left; }
.room-accordian .wp-block-column:nth-of-type(2n) li {
  margin-left: 20px !important; }

.accordion-wrapper .ugb-container__wrapper {
  padding: 0 !important; }
.accordion-wrapper .ugb-container__content-wrapper {
  padding: 10px 0 !important; }
.accordion-wrapper h3.accordion-heading {
  width: 360px !important;
  display: inline-block !important;
  border: solid 1px #FFF;
  /*min-width: 360px!important;*/
  font-size: 26px !important;
  padding: 8px 26px !important;
  line-height: 1.5 !important;
  align-items: center !important;
  font-weight: 400 !important;
  margin: 0 auto !important;
  color: #FFFFFF; }
  .accordion-wrapper h3.accordion-heading:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #666666; }
  @media only screen and (max-width: 759px) {
    .accordion-wrapper h3.accordion-heading {
      font-size: 20px !important;
      width: 280px !important; } }
.accordion-wrapper .accordion-content {
  /*display: none;*/
  padding: 30px 0; }
  .accordion-wrapper .accordion-content h2, .accordion-wrapper .accordion-content h3 {
    text-align: left !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 30px !important; }
  .accordion-wrapper .accordion-content p {
    text-align: left !important; }
.accordion-wrapper .slick-list {
  height: calc(100%/1.5) !important; }

/*******************
PROCESS BLOCK
********************/
.process-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100% !important;
  /*	border-bottom:solid 1px #FFF;*/
  /*
  	.ugb-column__content-wrapper p {
  				animation: fadeIn ease 3s;
  	  -webkit-animation: fadeIn ease 3s;
  	  -moz-animation: fadeIn ease 3s;
  	  -o-animation: fadeIn ease 3s;
  	  -ms-animation: fadeIn ease 3s;
  		background-color: rgba(250,183,2,0.7);
  		list-style:none!important;
  		text-align: center;
  		width: 150px!important;
  		height:150px;
  		border-radius: 75px;
  		margin:0!important;
  		position: relative;
  		border: solid 1px rgba(250,183,2,1.0);
  		&:hover {
  				background-color: #000;
  				a {
  				color:#FFF;
  				}
  			}
  
  		a {
  			position: absolute;
  			top: 50%;
  			left: 50%;
  			transform: translate(-50%, -50%);
  			color: #000;
  			&:hover {
  				text-decoration: none;
  				
  			}
  		}
  	}*/ }
  .process-list .ugb-inner-block {
    border-bottom: solid 1px rgba(255, 255, 255, 0.6); }
    .process-list .ugb-inner-block .ugb-inner-block {
      border: none; }
  .process-list .ugb-column__content-wrapper {
    text-align: center;
    margin: 0 auto; }
  .process-list .ugb-column__content-wrapper p.selected {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
    background-color: #000;
    border: solid 1px #FFF;
    margin-bottom: 4px !important; }
    .process-list .ugb-column__content-wrapper p.selected a {
      text-decoration: none;
      color: #FFF; }
  .process-list figure.wp-block-image {
    margin: 0 !important;
    display: none; }
  .process-list figure {
    display: none; }
  .process-list figure.selected {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
    display: block; }

.process-text-wrapper h3 {
  width: 90%;
  margin: 0 auto 20px auto !important;
  font-size: 21px;
  line-height: 30px; }
.process-text-wrapper .wp-block-ugb-text {
  display: none;
  margin-top: 0 !important;
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s; }
  .process-text-wrapper .wp-block-ugb-text p {
    width: 90% !important;
    font-size: 18px !important;
    line-height: 28px !important; }
.process-text-wrapper .ugb-container__wrapper, .process-text-wrapper .ugb-container__content-wrapper {
  padding: 0 !important; }
.process-text-wrapper .wp-block-ugb-text.selected {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
  display: block; }

/***********************
CONTACT BLOCK
*********************/
.contact-block {
  width: 100%;
  position: relative; }
  .contact-block .ugb-inner-block {
    width: 86% !important;
    max-width: 1200px !important;
    margin: 0 auto; }
  .contact-block .contact-col-1 {
    width: 50% !important;
    margin-right: 14% !important; }
    .contact-block .contact-col-1 img {
      height: auto; }
    .contact-block .contact-col-1 p {
      width: 100% !important;
      font-size: 17px !important;
      color: #FFF; }
  .contact-block .contact-col-2 {
    margin: 0 auto;
    width: 35% !important;
    position: relative; }
    .contact-block .contact-col-2 h2 {
      font-size: 28px !important;
      margin-bottom: 20px !important;
      line-height: 38px;
      color: #FFF;
      text-align: left !important;
      width: 100% !important; }
    .contact-block .contact-col-2 p {
      width: 100% !important;
      font-size: 17px !important;
      color: #FFF; }

/**************
SERVICES TYPE BLOCKS
***************/
.wp-block-ga-block-animation-block {
  vertical-align: top;
  margin: 0;
  padding: 0; }

.wp-block-ugb-image-box {
  margin: 0 !important;
  grid-gap: 0 !important;
  margin-bottom: 0 !important; }
  .wp-block-ugb-image-box .ugb-block-content {
    grid-gap: 0 !important; }
  .wp-block-ugb-image-box .ugb-image-box__item {
    box-padding-vert: 0;
    box-padding-hori: 0;
    margin: 0 !important;
    background-color: #000 !important;
    /*p.ugb-image-box__description {
    	display: none;
    }*/ }
    .wp-block-ugb-image-box .ugb-image-box__item .ugb-image-box__title {
      font-size: 32px;
      font-weight: 300; }
      @media only screen and (max-width: 759px) {
        .wp-block-ugb-image-box .ugb-image-box__item .ugb-image-box__title {
          font-size: 28px; } }

/********************
HOME TEXT PANELS
*******************/
h2.full-screen-heading {
  padding: 18% 10%;
  font-size: 48px;
  font-weight: 300;
  color: #29282a;
  text-align: center;
  line-height: 66px; }
  @media only screen and (max-width: 759px) {
    h2.full-screen-heading {
      padding: 10%;
      font-size: 32px;
      line-height: 40px; } }

.home .ugb-container {
  margin: 0; }
.home .wp-block-cover {
  margin: 0;
  min-height: 600px; }
  @media only screen and (max-width: 759px) {
    .home .wp-block-cover {
      min-height: 430px; } }
.home .accreditations {
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0; }

/*h1.front-h1 {
	font-weight: 800;
	font-size: 48px;
	width: 75%;
	max-width: 1200px;
	margin: 60px auto;
	@include responsive(mobile) {
		font-size: 24px;
		margin: 30px auto;
	}
}

h2.front-h2 {
	font-weight: 800;
	font-size: 48px;
	width: 75%;
	max-width: 1200px;
	margin: 60px auto 30px auto;
	@include responsive(mobile) {
		font-size: 24px;
		margin: 50px auto 30px auto;
	}
}
*/
.home .ugb-image-box.icon-links {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto; }
  .home .ugb-image-box.icon-links .ugb-image-box__item {
    transition: 0.5s;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center bottom;
    justify-content: flex-start !important;
    padding-top: 0; }
    @media only screen and (max-width: 759px) {
      .home .ugb-image-box.icon-links .ugb-image-box__item {
        background-size: 60%;
        height: 200px !important;
        padding-bottom: 0 !important; } }
    .home .ugb-image-box.icon-links .ugb-image-box__item .ugb-image-box__content {
      margin-top: 0; }
      .home .ugb-image-box.icon-links .ugb-image-box__item .ugb-image-box__content .ugb-image-box__title {
        transition: 0.3s;
        font-weight: 300;
        font-size: 30px; }
        @media only screen and (max-width: 759px) {
          .home .ugb-image-box.icon-links .ugb-image-box__item .ugb-image-box__content .ugb-image-box__title {
            font-size: 24px; } }
      .home .ugb-image-box.icon-links .ugb-image-box__item .ugb-image-box__content .ugb-image-box__description {
        display: none; }
  .home .ugb-image-box.icon-links .ugb-image-box__item:hover {
    background-size: 80%; }
    .home .ugb-image-box.icon-links .ugb-image-box__item:hover .ugb-image-box__overlay {
      opacity: 0; }
    @media only screen and (max-width: 759px) {
      .home .ugb-image-box.icon-links .ugb-image-box__item:hover {
        background-size: 60%; } }
    .home .ugb-image-box.icon-links .ugb-image-box__item:hover .ugb-image-box__content .ugb-image-box__title {
      padding-top: 5px; }

#services_slider .sa_hover_container {
  display: flex;
  align-items: center;
  justify-content: center; }
  #services_slider .sa_hover_container p {
    text-align: center;
    margin-bottom: 0;
    color: #FFF;
    font-weight: 800;
    z-index: 3;
    pointer-events: none; }
  #services_slider .sa_hover_container .sa_hover_buttons {
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    width: 100%;
    height: 100%;
    transition: 0.3s; }
    #services_slider .sa_hover_container .sa_hover_buttons:hover {
      opacity: 0; }
    #services_slider .sa_hover_container .sa_hover_buttons .sa_slide_link_icon {
      opacity: 0;
      width: 100%;
      height: 100%; }

.full-screen-row {
  min-height: 100vh; }
  .full-screen-row p.heading-para {
    font-size: 24px !important;
    line-height: 40px !important; }
    @media only screen and (max-width: 759px) {
      .full-screen-row p.heading-para {
        font-size: 19px !important;
        line-height: 37px !important;
        text-align: center; } }

.full-screen-row:first-of-type {
  /*margin-top: 100vh!important;*/ }

.gallery-wrapper {
  width: 100% !important; }
  .gallery-wrapper ul {
    width: 100% !important;
    min-width: 100% !important;
    margin: 0 auto !important; }
    .gallery-wrapper ul li {
      list-style: none !important;
      margin: 0 !important;
      margin-left: 0 !important;
      padding: 0 !important; }

.button-row .ugb-button-container {
  text-align: center; }
  .button-row .ugb-button-container a {
    border: solid 1px #FFF;
    min-width: 360px;
    font-size: 26px; }
    .button-row .ugb-button-container a:hover {
      color: #fcb900;
      border: solid 1px #fcb900; }

.wp-block-ugb-container .ugb-container__content-wrapper {
  padding: 4% 0;
  /*p.large-paragraph {
  	font-size: 21px;
  	margin-bottom: 30px!important;
  }*/ }
  .wp-block-ugb-container .ugb-container__content-wrapper h1, .wp-block-ugb-container .ugb-container__content-wrapper h2, .wp-block-ugb-container .ugb-container__content-wrapper p, .wp-block-ugb-container .ugb-container__content-wrapper ul {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .wp-block-ugb-container .ugb-container__content-wrapper h1, .wp-block-ugb-container .ugb-container__content-wrapper h2 {
    margin-bottom: 60px !important;
    font-size: 38px;
    font-weight: 300;
    /*text-align: center;*/ }
    @media only screen and (max-width: 759px) {
      .wp-block-ugb-container .ugb-container__content-wrapper h1, .wp-block-ugb-container .ugb-container__content-wrapper h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px !important; } }
  .wp-block-ugb-container .ugb-container__content-wrapper p {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 30px !important;
    font-weight: 300; }
  .wp-block-ugb-container .ugb-container__content-wrapper ul {
    padding-bottom: 20px; }
  .wp-block-ugb-container .ugb-container__content-wrapper li {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 18px;
    list-style: outside;
    margin-left: 40px; }

.wp-block-cover-text {
  font-weight: 300; }

.home #testimonial_slider .sa_hover_container em, .home #testimonial_slider .sa_hover_container blockquote {
  color: #FFFFFF;
  font-weight: 300;
  text-transform: none; }
.home #testimonial_slider .sa_hover_container p {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase; }

#testimonial_slider .sa_hover_container {
  display: flex;
  padding-left: 15% !important;
  padding-right: 15% !important;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  @media only screen and (max-width: 759px) {
    #testimonial_slider .sa_hover_container {
      padding-left: 5% !important;
      padding-right: 5% !important; } }
  #testimonial_slider .sa_hover_container em, #testimonial_slider .sa_hover_container blockquote {
    font-style: italic;
    font-size: 28px;
    margin-bottom: 50px;
    line-height: 44px;
    font-weight: 300;
    text-transform: none;
    color: #29282a; }
    @media only screen and (max-width: 759px) {
      #testimonial_slider .sa_hover_container em, #testimonial_slider .sa_hover_container blockquote {
        font-size: 22px;
        line-height: 34px; } }
  #testimonial_slider .sa_hover_container p {
    text-align: center;
    font-weight: 400;
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (max-width: 759px) {
      #testimonial_slider .sa_hover_container p {
        margin-bottom: 20px; } }
#testimonial_slider.sa_owl_theme .owl-dots {
  text-align: right !important;
  bottom: 20px !important;
  padding-right: 30px !important; }
  #testimonial_slider.sa_owl_theme .owl-dots .owl-dot span {
    border-radius: 0 !important;
    border: 1px solid #FFF !important;
    background-color: transparent !important; }
    #testimonial_slider.sa_owl_theme .owl-dots .owl-dot span:hover {
      background-color: #FFF !important; }
  #testimonial_slider.sa_owl_theme .owl-dots .owl-dot.active span {
    background-color: #FFF !important; }

.ugb-countup {
  width: 90%;
  margin: 0 auto 60px auto; }
  @media only screen and (max-width: 759px) {
    .ugb-countup .ugb-content-wrapper {
      flex-direction: column; } }
  .ugb-countup .ugb-countup__item .ugb-countup__counter {
    font-size: 90px !important;
    font-weight: 700 !important; }
    @media only screen and (max-width: 759px) {
      .ugb-countup .ugb-countup__item .ugb-countup__counter {
        font-size: 60px !important; } }

.accreditations {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px; }
  .accreditations .ugb-image-box__item {
    margin: 0 10%;
    background-size: contain;
    background-repeat: no-repeat; }
  .accreditations .ugb-image-box__overlay {
    background-color: transparent !important; }
  .accreditations .ugb-image-box__content {
    display: none; }

div.ugb-cta.cta-enquiry {
  padding: 80px 10%;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 759px) {
    div.ugb-cta.cta-enquiry {
      padding: 40px 10px; } }
  div.ugb-cta.cta-enquiry h3.ugb-cta__title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.5 !important;
    margin-bottom: 40px !important; }
    @media only screen and (max-width: 759px) {
      div.ugb-cta.cta-enquiry h3.ugb-cta__title {
        font-size: 24px;
        margin-bottom: 20px !important; } }
  div.ugb-cta.cta-enquiry p {
    font-size: 24px;
    margin-bottom: 50px; }
    div.ugb-cta.cta-enquiry p strong {
      font-size: 30px;
      display: inline-block;
      margin-bottom: 12px; }
      @media only screen and (max-width: 759px) {
        div.ugb-cta.cta-enquiry p strong {
          font-size: 16px; } }
    @media only screen and (max-width: 759px) {
      div.ugb-cta.cta-enquiry p {
        font-size: 16px;
        margin-bottom: 20px; } }
  div.ugb-cta.cta-enquiry .ugb-button {
    padding: 8px 40px !important; }

.range-logos-wrapper {
  width: 80%;
  margin: 0 auto !important;
  max-width: 1280px; }
  .range-logos-wrapper .ugb-image-box.ugb-image-box--v3 {
    grid-gap: 10%; }
  .range-logos-wrapper .range-logos .ugb-image-box__item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

/*******************************************************************/
/*	!STANDARD PAGE */
/*******************************************************************/
.wp-block-cover {
  min-height: calc(100vw/1.8); }
  .wp-block-cover .wp-block-cover__inner-container {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4); }
    .wp-block-cover .wp-block-cover__inner-container p, .wp-block-cover .wp-block-cover__inner-container h2, .wp-block-cover .wp-block-cover__inner-container h3, .wp-block-cover .wp-block-cover__inner-container h4 {
      font-weight: 300;
      margin-bottom: 0;
      padding: 10px 15%; }
      @media only screen and (max-width: 759px) {
        .wp-block-cover .wp-block-cover__inner-container p, .wp-block-cover .wp-block-cover__inner-container h2, .wp-block-cover .wp-block-cover__inner-container h3, .wp-block-cover .wp-block-cover__inner-container h4 {
          padding: 10px 5%; } }
    .wp-block-cover .wp-block-cover__inner-container h2, .wp-block-cover .wp-block-cover__inner-container h3, .wp-block-cover .wp-block-cover__inner-container h4, .wp-block-cover .wp-block-cover__inner-container .has-large-font-size {
      font-size: 36px; }
      @media only screen and (max-width: 759px) {
        .wp-block-cover .wp-block-cover__inner-container h2, .wp-block-cover .wp-block-cover__inner-container h3, .wp-block-cover .wp-block-cover__inner-container h4, .wp-block-cover .wp-block-cover__inner-container .has-large-font-size {
          font-size: 22px; } }

body.scrolled .standard-page ul.menu {
  position: fixed;
  z-index: 10;
  top: 90px;
  left: 0;
  padding: 4px;
  box-shadow: 0 3px 5px 0 #000;
  -webkit-box-shadow: 0 3px 5px 0 #000;
  -moz-box-shadow: 0 3px 5px 0 #000;
  -ms-box-shadow: 0 3px 5px 0 #000;
  -o-box-shadow: 0 3px 5px 0 #000; }
  @media only screen and (max-width: 759px) {
    body.scrolled .standard-page ul.menu {
      display: none; } }

.first-text-block {
  padding: 14%;
  font-weight: 300;
  color: #29282a;
  text-align: center;
  line-height: 60px; }
  @media only screen and (max-width: 759px) {
    .first-text-block {
      padding: 10%;
      line-height: 40px; } }

.single-heading {
  padding-bottom: 0 !important; }

.dealer-wrapper .wp-block-ugb-container {
  padding-top: 0 !important; }

.statement-block h2, .statement-block h3, .statement-block h4, .statement-block p {
  font-weight: 300;
  text-align: center !important;
  width: 70% !important;
  margin: 0 auto !important;
  font-size: 40px !important;
  line-height: 60px !important; }
  @media only screen and (max-width: 759px) {
    .statement-block h2, .statement-block h3, .statement-block h4, .statement-block p {
      font-size: 20px !important;
      line-height: 30px !important;
      width: 90%; } }

.accreditations {
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0; }

figure.full-width {
  margin: 0; }
  figure.full-width img {
    width: 100%;
    height: auto; }

.background-text-box .wp-block-column:not(:first-child) {
  margin-left: 60px; }
@media only screen and (max-width: 759px) {
  .background-text-box .wp-block-column:not(:first-child) {
    margin-left: 0px; } }
.background-text-box .wp-block-column ul {
  width: 100%;
  margin: 0; }
  .background-text-box .wp-block-column ul li {
    margin-left: 20px;
    padding-left: 0px; }

blockquote {
  text-align: center; }
  blockquote p {
    font-style: italic;
    font-size: 32px !important;
    font-weight: 300;
    line-height: 46px !important;
    color: #FA8D26; }
    @media only screen and (max-width: 759px) {
      blockquote p {
        font-size: 24px !important;
        font-weight: 300;
        line-height: 36px !important; } }
  blockquote cite {
    font-style: normal;
    font-size: 15px;
    font-weight: 700; }
    @media only screen and (max-width: 759px) {
      blockquote cite {
        font-size: 13px; } }

.quote-panel blockquote {
  text-align: center; }
  .quote-panel blockquote p {
    font-style: italic;
    font-size: 32px !important;
    font-weight: 300;
    line-height: 46px !important; }
    @media only screen and (max-width: 759px) {
      .quote-panel blockquote p {
        font-size: 24px !important;
        font-weight: 300;
        line-height: 36px !important; } }
  .quote-panel blockquote cite {
    font-style: normal;
    font-size: 15px;
    font-weight: 700; }
    @media only screen and (max-width: 759px) {
      .quote-panel blockquote cite {
        font-size: 13px; } }

ul.wp-block-gallery {
  margin: 20px 20px 0px 20px !important; }

.eco-image {
  width: 100%; }
  .eco-image img {
    width: 100%;
    min-width: 50vw;
    height: auto; }

.full-width-image {
  margin-bottom: 0; }
  .full-width-image img {
    width: 100%;
    height: auto; }

figure.full-width-image {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }

.standard-page .wp-block-cover {
  margin: 0 !important; }
.standard-page .wp-block-columns {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px; }
  @media only screen and (max-width: 759px) {
    .standard-page .wp-block-columns .wp-block-column:nth-child(2n) {
      margin-left: 0 !important; } }
  .standard-page .wp-block-columns h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px; }
  .standard-page .wp-block-columns p {
    margin-left: 0;
    margin-right: 0; }
.standard-page .ugb-container {
  margin-top: 0;
  margin-bottom: 0 !important; }
.standard-page ul.menu {
  width: 100%;
  background-color: #FFF;
  text-align: center;
  transition: 0.3s;
  padding: 40px; }
  @media only screen and (max-width: 759px) {
    .standard-page ul.menu {
      padding: 20px; } }
  .standard-page ul.menu li {
    border-right: 1px solid #D80011; }
    .standard-page ul.menu li:last-of-type {
      border: none; }
    @media only screen and (max-width: 759px) {
      .standard-page ul.menu li {
        display: block;
        margin-bottom: 20px;
        border: none; } }
    .standard-page ul.menu li a {
      text-transform: uppercase;
      font-weight: 600; }
      .standard-page ul.menu li a:hover {
        color: #D80011; }
      .standard-page ul.menu li a.mPS2id-clicked {
        color: #D80011; }
.standard-page .wp-block-ugb-header {
  margin-top: 0; }
  .standard-page .wp-block-ugb-header .ugb-content-wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px; }
    .standard-page .wp-block-ugb-header .ugb-content-wrapper .ugb-header__title {
      font-size: 48px;
      font-weight: 800; }
      @media only screen and (max-width: 759px) {
        .standard-page .wp-block-ugb-header .ugb-content-wrapper .ugb-header__title {
          font-size: 24px; } }
.standard-page .ab-container-content h2 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 800; }
  @media only screen and (max-width: 759px) {
    .standard-page .ab-container-content h2 {
      font-size: 20px;
      margin-bottom: 20px; } }
.standard-page .ab-container-content h3 {
  font-size: 24px;
  font-weight: 800; }
  @media only screen and (max-width: 759px) {
    .standard-page .ab-container-content h3 {
      font-size: 18px; } }
.standard-page .ab-container-content p {
  font-size: 20px; }
  @media only screen and (max-width: 759px) {
    .standard-page .ab-container-content p {
      font-size: 14px; } }
.standard-page .ab-container-content .wp-block-image {
  margin-bottom: 40px; }

/*******************************************************************/
/*	!EX-DISPLAY LISTING PAGE */
/*******************************************************************/
.ex-listing-item {
  border-bottom: 1px #999 solid; }
  .ex-listing-item .ugb-content-wrapper {
    /*width: 80%;*/
    margin: 0 auto; }
  .ex-listing-item .ugb-feature__content .ugb-feature__title {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 38px !important; }
  .ex-listing-item .ugb-feature__content .ugb-button {
    margin-top: 30px; }
  .ex-listing-item .ugb-feature__image-side {
    justify-content: left !important;
    /*align-items: flex-start;*/ }

p.sub-heading {
  font-size: 22px;
  font-weight: 300; }

/*******************************************************************/
/*	!SEO PAGE */
/*******************************************************************/
.full-width-heading {
  padding: 60px 10%;
  font-size: 48px;
  font-weight: 300;
  color: #29282a;
  text-align: center;
  line-height: 60px;
  margin: 0 auto; }
  @media only screen and (max-width: 759px) {
    .full-width-heading {
      padding: 30px 10%;
      font-size: 32px;
      line-height: 40px; } }

.seo-page .top-cover-block {
  margin-bottom: 6% !important; }
.seo-page .logo-overlay {
  position: absolute;
  top: 160px;
  left: 0;
  width: 165px;
  z-index: 10; }
  @media only screen and (max-width: 759px) {
    .seo-page .logo-overlay {
      top: 100px;
      width: 125px; } }
  .seo-page .logo-overlay img {
    width: 100%;
    height: auto; }
.seo-page .dark-background p, .seo-page .dark-background h1, .seo-page .dark-background h2, .seo-page .dark-background h4 {
  color: #FFF !important; }
.seo-page .wp-block-embed {
  margin-bottom: -4px;
  line-height: 0; }
.seo-page .ugb-container {
  padding: 6% 0; }
.seo-page .seo-stages-block .ugb--has-background, .seo-page .seo-stages-block .ugb--has-background {
  padding: 0 !important; }
.seo-page .seo-stages-block .wp-block-ugb-container .ugb-container__content-wrapper {
  padding: 0; }
.seo-page .seo-stages-block h2 {
  padding-bottom: 60px; }
.seo-page .wp-block-cover__inner-container {
  /*background-color: $dark-grey-50;*/
  text-align: center; }
  .seo-page .wp-block-cover__inner-container p {
    /*background: none;*/ }
.seo-page .wp-block-ugb-container .ugb-container__content-wrapper {
  padding: 0; }
.seo-page .ugb-container__content-wrapper h4 {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px !important;
  font-size: 28px;
  font-weight: 300;
  text-align: left; }
  @media only screen and (max-width: 759px) {
    .seo-page .ugb-container__content-wrapper h4 {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 20px !important; } }
.seo-page .ugb-container__content-wrapper h4.ugb-image-box__title {
  width: 100%;
  font-size: 36px;
  margin: 0 !important;
  text-align: center; }
  @media only screen and (max-width: 759px) {
    .seo-page .ugb-container__content-wrapper h4.ugb-image-box__title {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 0 !important; } }

.dark-row, .light-row {
  color: #FFF; }
  .dark-row .wp-block-ugb-container, .light-row .wp-block-ugb-container {
    padding: 0; }
  .dark-row h2, .dark-row h3, .light-row h2, .light-row h3 {
    padding: 0 10% 40px 10%;
    font-size: 48px;
    font-weight: 300;
    line-height: 60px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 759px) {
      .dark-row h2, .dark-row h3, .light-row h2, .light-row h3 {
        font-size: 32px;
        line-height: 40px;
        padding: 0 10% 30px 10%; } }

.seo-page #testimonial_slider .sa_hover_container em, .seo-page #testimonial_slider .sa_hover_container blockquote {
  color: #FFFFFF; }
.seo-page #testimonial_slider .sa_hover_container p {
  color: #FFFFFF; }

.seo-page .seo-container .ugb-container__content-wrapper {
  padding: 0;
  text-align: center; }

/*******************************************************************/
/*	!PAGE WITH TITLE */
/*******************************************************************/
.page-template-page_with-title #main-content {
  font-size: 20px; }
  @media only screen and (max-width: 759px) {
    .page-template-page_with-title #main-content {
      font-size: 14px; } }
  .page-template-page_with-title #main-content h1.page-title {
    padding-top: 40px; }
  .page-template-page_with-title #main-content h2 {
    font-size: 30px; }

/*******************************************************************/
/*	!CONTACT FORM */
/*******************************************************************/
.contact-row {
  width: 90%;
  margin: 0 auto !important; }
  @media only screen and (max-width: 759px) {
    .contact-row {
      width: 94% !important; } }

.contact-details {
  max-width: 1200px; }
  .contact-details .wp-block-column {
    margin-top: 60px;
    position: relative; }
    .contact-details .wp-block-column h3 {
      font-size: 28px;
      font-weight: 400;
      margin-bottom: 40px; }
    .contact-details .wp-block-column p {
      width: 100%; }
  .contact-details .wp-block-column:nth-child(2n) {
    background-color: none;
    text-align: left;
    margin-left: 5%; }
    @media only screen and (max-width: 759px) {
      .contact-details .wp-block-column:nth-child(2n) {
        margin-left: 0 !important; } }

form.wpcf7-form input[type="submit"] {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  border: solid 1px #000 !important;
  background-color: #FFF !important;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 28px !important;
  padding: 8px 30px !important;
  line-height: 1.5 !important;
  align-items: center !important;
  font-weight: 400 !important;
  margin: 0 auto !important;
  color: #000 !important;
  width: auto !important; }
  form.wpcf7-form input[type="submit"]:hover {
    background-color: #999 !important;
    text-decoration: none; }
form.wpcf7-form input, form.wpcf7-form textarea {
  max-width: 100%;
  width: 100%; }
  @media only screen and (max-width: 759px) {
    form.wpcf7-form input, form.wpcf7-form textarea {
      max-width: 100%;
      width: 100%; } }
form.wpcf7-form input[type="checkbox"] {
  width: auto; }
form.wpcf7-form .wpcf7-list-item {
  margin-left: 0; }

/*******************************************************************/
/*	!PROJECTS LIST PAGE */
/*******************************************************************/
.grid-parent-gosign .gallery-image:before {
  background: rgba(0, 0, 0, 0.1); }

.testimonial-panel {
  padding: 0 !important;
  margin-top: 50px; }
  .testimonial-panel p, .testimonial-panel em, .testimonial-panel blockquote {
    color: #FFF !important; }
  .testimonial-panel .ugb-container__content-wrapper {
    padding-bottom: 0 !important; }

.archive h1 {
  font-weight: 300;
  font-size: 48px;
  text-align: center;
  padding: 60px 0 40px 0; }
  @media only screen and (max-width: 759px) {
    .archive h1 {
      font-size: 32px;
      padding: 30px 0 30px 0; } }
.archive a {
  color: #414042; }
  .archive a:hover {
    color: #FA8D26;
    text-decoration: none; }

.filter-wrapper {
  background-color: #FFF;
  position: fixed;
  z-index: 1;
  width: 100%; }

ul#filters {
  padding: 5px 0 5px 40px;
  text-align: left;
  background-color: #F9F8FA;
  text-transform: uppercase;
  margin: 40px 0 20px 0;
  width: 100%; }
  @media only screen and (max-width: 759px) {
    ul#filters {
      padding-left: 25px; } }
  ul#filters h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 50px; }
    @media only screen and (max-width: 759px) {
      ul#filters h3 {
        font-size: 15px;
        line-height: 18px;
        display: block;
        clear: both;
        margin-bottom: 5px;
        font-weight: 600; } }
  ul#filters li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 40px; }
    @media only screen and (max-width: 759px) {
      ul#filters li {
        font-size: 14px;
        margin-right: 30px;
        line-height: 16px; } }

.project-listing, #isotope-list {
  overflow: hidden;
  clear: both;
  /*width:98.5%;*/
  width: calc(100vw - 60px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 120px; }
  @media only screen and (max-width: 759px) {
    .project-listing, #isotope-list {
      width: calc(100vw - 40px); } }
  .project-listing .project, #isotope-list .project {
    position: relative;
    width: calc(50vw - 60px);
    /*width:48.5%;*/
    /*margin: 0 0.75%;*/
    margin: 0 15px; }
    @media only screen and (max-width: 759px) {
      .project-listing .project, #isotope-list .project {
        width: calc(50vw - 40px);
        margin: 0 10px; } }
    .project-listing .project img, #isotope-list .project img {
      width: 100%;
      height: auto; }
      .project-listing .project img:hover, #isotope-list .project img:hover {
        opacity: 0.8; }
  .project-listing .project:nth-child(odd), #isotope-list .project:nth-child(odd) {
    /*  clear: left;
    margin-right: 1%;
    	text-align: left;*/ }
  .project-listing .project:nth-child(even), #isotope-list .project:nth-child(even) {
  /*clear: right;
	margin-left: 1%;
	text-align: right;*/ }
  .project-listing .full-width-listing-image, #isotope-list .full-width-listing-image {
    height: calc(50vw/1.5) !important;
    max-height: 500px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000; }
    @media only screen and (max-width: 759px) {
      .project-listing .full-width-listing-image, #isotope-list .full-width-listing-image {
        height: 340px; } }
    .project-listing .full-width-listing-image:hover, #isotope-list .full-width-listing-image:hover {
      opacity: 0.8; }
  .project-listing h2, #isotope-list h2 {
    width: 90%;
    /*height: 50px;*/
    margin: 0 auto 12px auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }

/*******************************************************************/
/*	!PROJECTS DETAIL PAGE */
/*******************************************************************/
.project h1 {
  text-align: center; }
.project h4.advgb-accordion-header-title {
  font-weight: 300;
  font-size: 16px;
  margin-left: 40px; }
.project .advgb-accordion-header-icon {
  font-size: 16px;
  /*	float: left;
  	margin: 2px 5px 0 40px;*/ }

h2.standard-heading {
  width: 80%;
  margin: 10px auto 40px auto;
  text-align: left;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400; }

.project ul.full-width-gallery {
  width: 100% !important;
  max-width: 1500px;
  margin: 0 auto !important; }
  .project ul.full-width-gallery li {
    margin: 0 0 80px 0 !important; }
.project p, .project ul {
  		/*width:80%;
  		max-width: 1200px;
  		font-size: 19px;
      	line-height: 30px;
  		margin: 0 auto 20px auto;*/ }
.project ul {
  /*margin-bottom: 50px;*/ }
.project li {
  /*	font-size: 19px;
  	line-height: 26px;
  	margin-bottom: 18px;
  	list-style: outside;
  	margin-left: 40px;*/ }
.project .advgb-accordion-block {
  background-color: #EEEEEE;
  margin-bottom: 50px !important; }
.project .advgb-accordion-header {
  background-color: #EEEEEE; }
.project .advgb-accordion-body {
  width: 90%;
  margin: 20px auto;
  max-width: 1500px; }
.project .project-heading {
  position: absolute;
  z-index: -1;
  width: 70%;
  margin: 34px 15% 0 15%;
  text-align: center; }
  @media only screen and (max-width: 759px) {
    .project .project-heading {
      width: 80%;
      margin: 74px 10% 0 10%; } }
  .project .project-heading h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center; }
    @media only screen and (max-width: 759px) {
      .project .project-heading h1 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 40px !important; } }
.project .nextend-arrow {
  position: absolute;
  bottom: -60px !important;
  width: 18px !important;
  height: 18px !important; }
  @media only screen and (max-width: 759px) {
    .project .nextend-arrow {
      /*position: absolute;
      bottom: -68px!important;
      width: 26px !important;
      height:26px!important;*/ } }
.project .nextend-arrow-next {
  right: 47px !important; }
  @media only screen and (max-width: 759px) {
    .project .nextend-arrow-next {
      /*right:57px!important;*/ } }
.project .nextend-arrow-previous {
  right: 73px !important; }
  @media only screen and (max-width: 759px) {
    .project .nextend-arrow-previous {
      /*right:93px!important;	*/ } }
.project .project-info-panel {
  height: 100px;
  margin-bottom: 50px;
  text-align: center;
  /*position: relative;*/
  		/*-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    		-moz-box-shadow:    0px 1px 5px 0px rgba(0,0,0,0.2);  
    		box-shadow:         0px 1px 5px 0px rgba(0,0,0,0.2);*/ }
  @media only screen and (max-width: 759px) {
    .project .project-info-panel {
      margin-bottom: 70px; } }
.project .project-back-button {
  text-align: center;
  width: 120px;
  padding-top: 40px;
  background-position: top center;
  background-size: 32px;
  background-repeat: no-repeat;
  background-image: url(images/project_back.png);
  cursor: pointer;
  font-size: 14px;
  color: #666;
  margin: 0 auto; }
  .project .project-back-button:hover {
    background-image: url(images/project_back_over.png);
    color: #333; }
.project .info-button {
  height: 24px;
  width: 24px;
  border: 1px solid #81898D;
  font-weight: 700;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  float: right;
  margin: 36px 20px 0 0;
  color: #81898D;
  cursor: pointer; }
  .project .info-button:hover {
    background-color: #FA8D26; }
  @media only screen and (max-width: 759px) {
    .project .info-button {
      /*width: 32px !important;
      height:32px!important;
      line-height: 32px;
      font-size: 18px;*/ } }
.project .n2-style-0dfcc93d26ded644e92fb1d300cbbfe1-simple {
  background: rgba(255, 255, 255, 0.6) !important;
  padding-left: 10% !important;
  padding-right: 10% !important;
  display: none; }
.project .n2-font-5694dc379f9df4552c5ac191154451f0-simple, .project .n2-font-160f3fbf4fe58b5a701ceff068b6fb4d-simple {
  font-family: "Open Sans", sans-serif !important;
  font-style: normal !important;
  color: #414042 !important; }

.single-project #menu-social-menu {
  border-top: 1px solid #FA8D26;
  margin-top: 40px;
  padding-top: 40px; }

/*******************************************************************/
/*	!FOOTER MENU GLOBALS */
/*******************************************************************/
footer ul.menu li {
  display: block; }
  footer ul.menu li a {
    color: #FFF; }

/*******************************************************************/
/*	!FOOTER TOP */
/*******************************************************************/
/*****
SOCIAL MEDIA
******/
#menu-social-menu {
  text-align: center;
  margin: 40px auto 50px auto; }
  #menu-social-menu li {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    margin: 2%;
    display: inline-block;
    text-indent: -9999px; }
    @media only screen and (max-width: 759px) {
      #menu-social-menu li {
        width: 32px;
        height: 32px; } }
    #menu-social-menu li a {
      height: 100%; }
  #menu-social-menu .twitter {
    background-image: url(images/twitter.svg);
    fill: #ff0000; }
  #menu-social-menu .facebook {
    background-image: url(images/facebook.svg); }
  #menu-social-menu .instagram {
    background-image: url(images/instagram.svg); }
  #menu-social-menu .pintrest {
    background-image: url(images/pintrest.svg); }
  #menu-social-menu .linkedin {
    background-image: url(images/linkedin.svg); }

/*******************************************************************/
/*	!FOOTER MIDDLE*/
/*******************************************************************/
/*#footer-middle {
	background-color: #000;
	position: relative;
	.menu-1 {
		width:33%;
		display: inline-block;
		vertical-align: top;
	}
	.menu-2 {
		width:33%;
		display: inline-block;
		vertical-align: top;
	}
	.menu-3 {
		width:33%;
		display: inline-block;
		vertical-align: top;
	}
}
*/
footer #footer-middle {
  text-transform: uppercase;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  padding: 50px 20px;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 759px) {
    footer #footer-middle {
      display: block;
      padding: 20px; } }
  footer #footer-middle div.menu-1,
  footer #footer-middle div.menu-2 {
    width: 290px; }
    @media only screen and (max-width: 759px) {
      footer #footer-middle div.menu-1,
      footer #footer-middle div.menu-2 {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #605252; } }
  footer #footer-middle div.menu-3 {
    padding: 0; }
    @media only screen and (max-width: 759px) {
      footer #footer-middle div.menu-3 {
        padding: 20px 0; } }
  @media only screen and (max-width: 759px) {
    footer #footer-middle .footer-menu-1,
    footer #footer-middle .footer-menu-2,
    footer #footer-middle .footer-menu-3,
    footer #footer-middle .footer-menu-4 {
      display: none;
      padding-top: 20px; } }
  @media only screen and (max-width: 759px) {
    footer #footer-middle ul.menu {
      font-size: 12px; } }
  @media only screen and (max-width: 759px) {
    footer #footer-middle ul.menu li {
      margin-bottom: 14px; } }
  footer #footer-middle h3 {
    font-weight: 700;
    font-size: 17px;
    color: #FFF;
    margin-bottom: 25px; }
    @media only screen and (max-width: 759px) {
      footer #footer-middle h3 {
        font-size: 12px;
        padding: 6px 0;
        margin-bottom: 0;
        background: url(images/menu_arrow.png) no-repeat top right;
        cursor: pointer; } }
  footer #footer-middle ul.menu li a {
    padding: 0; }

/*******************************************************************/
/*	!FOOTER BOTTOM*/
/*******************************************************************/
footer #footer-bottom {
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  display: flex;
  justify-content: center;
  padding: 20px; }
  footer #footer-bottom div.copyright {
    margin-right: 30px; }
  @media only screen and (max-width: 759px) {
    footer #footer-bottom {
      display: block;
      font-size: 11px;
      padding: 10px 20px 40px 20px;
      text-align: center; }
      footer #footer-bottom div.copyright {
        margin-bottom: 10px;
        margin-right: 0; } }
  footer #footer-bottom ul.menu li {
    display: inline; }
    footer #footer-bottom ul.menu li:after {
      content: "|"; }
    footer #footer-bottom ul.menu li a {
      color: #FFF;
      display: inline;
      padding: 0 10px; }
      footer #footer-bottom ul.menu li a:first-of-type {
        padding-left: 0; }
    footer #footer-bottom ul.menu li:last-of-type:after {
      content: ""; }
