@font-face {
  font-family: "ab-custom-norm";
  src: url('/themes/gavias_comely/fonts/abfont/soehne-web-buch.woff');
  src: url('/themes/gavias_comely/fonts/abfont/soehne-web-buch.woff2');
}

@font-face {
  font-family: "ab-custom-strong";
  src: url('/themes/gavias_comely/fonts/abfont/soehne-web-kraftig.woff');
  src: url('/themes/gavias_comely/fonts/abfont/soehne-web-kraftig.woff2');
}

@font-face {
  font-family: "ab-custom-fat";
  src: url('/themes/gavias_comely/fonts/abfont/soehne-web-halbfett.woff');
  src: url('/themes/gavias_comely/fonts/abfont/soehne-web-halbfett.woff2');
}

@font-face {
  font-family: "ab-custom-light";
  src: url('/themes/gavias_comely/fonts/abfont/soehne-web-leicht.woff');
  src: url('/themes/gavias_comely/fonts/abfont/soehne-web-leicht.woff2');
}

body {
    font-family: "ab-custom-light", sans-serif;
    font-size: 1.7rem;
    line-height: 125%;
    font-weight: 200;
    letter-spacing: -0.005rem;
    color: #333;
    background-color: #fff;
    font-weight: 500 !important;
    overflow: hidden;
      text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
} 

#menu-bar .hidden-md {
	display: block !important;
}

a.glow {
 font-size: 16px;
 display: inline-block;
 text-align: center;
 font-weight: bold;
 padding: 0.7em 2em;
 border: 2px solid #1d2e47;
 border-radius: 2px;
 position: relative;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
 color: #1d2e47 !important;
 text-decoration: none !important;
 transition: 0.3s ease all;
 z-index: 1;
width: 98%;
}

.button {
 font-size: 18px;
 letter-spacing: 2px;
 text-transform: uppercase;
 display: inline-block;
 text-align: center;
 font-weight: bold;
 padding: 0.7em 2em;
 position: relative;
 color: #fff;
 text-decoration: none;
 transition: 0.3s ease all;
 z-index: 1;
border: 0px;
width: 50%;
background: #024638;
}

.button:before {
 transition: 0.5s all ease;
 position: absolute;
 top: 0;
 left: 50%;
 right: 50%;
 bottom: 0;
 opacity: 0;
 content: '';
 background-color: #024638;
 z-index: -1;
}

.button:hover, .button:focus {
 color: white;
background-color: #024638;
}

.button:hover:before, .button:focus:before {
 transition: 0.5s all ease;
 left: 0;
 right: 0;
 opacity: 1;
}

.button:active {
 transform: scale(0.9);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ab-custom-norm", sans-serif !important;
  font-weight: 600;
  line-height: 1.2;
  color: #586163;
  letter-spacing: -0.005rem;
}

h1 {
	color: #0c1543;
	font-size: 5rem;
	font-family: "ab-custom-fat", sans-serif !important;
	font-weight: 800;

}

h1.big-menu {
	color: #fff;
	width: fit-content;
  	font-family: "ab-custom-norm", sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 4rem;
	margin-top: 4px;
}

h2 {
	color: #0c1543;
	font-size: 3.0rem;
  	font-family: "ab-custom-norm", sans-serif !important;

}


h3 {
	font-size: 20px;
	font-weight: 600;
}

.upper {
	text-transform: uppercase;
}

.smart-forms textfield, .form-text, .form-email, .form-select {
	width: 100% !important;
	border: 2px solid #999 !important;
}

.smart-forms input, .smart-forms textarea, .smart-forms select, .smart-forms label {
	margin: 10px;

}

.smart-forms a {
	text-decoration: underline;
}

@media all and (max-width: 500px) {

.form--inline .form-item {
    float: left;
    margin-right: 0px !important;
width: 100%;
}


.smart-forms .button {
	width: 100%;
}

.wide-button {
	width: 97% !important;
}

.smart-forms textarea {
	width: 100% !important;
	border: 2px solid #999 !important;
}

#edit-nature-enquiry, #edit-last-name, #edit-first-name {
	width: 100% !important;
	float: left;

}
#edit-email-address {
	margin: 0px;
}

#edit-email-address legend {
	display: none;
}

}

@media (min-width: 501px) {

.form--inline .form-item {
    float: left;
    margin-right: 0px !important;
width: 100%;
}


.smart-forms .button {
	width: 100%;
}

.wide-button {
	width: 97% !important;
}

.smart-forms textarea {
	width: 100% !important;
	border: 2px solid #999 !important;
}

#edit-nature-enquiry, #edit-last-name, #edit-first-name {
	width: 100% !important;
	float: left;

}
#edit-email-address {
	margin: 0px;
}

#edit-email-address legend {
	display: none;
}
}


.outlined-box {
	margin: 5px;
	padding: 30px;
	border: solid 2px #000;
	min-height: 650px;
}

.black-title-box {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px;
	background: #000;
}

.black-title-box h3 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
      letter-spacing: 2px;
}

.first-column {
	margin-top: 120px;
}

.black-hr {
	border-top: 1px solid #000;
	margin: 40px;
}

.webform-field-title legend {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 12px;
}



.webform-element-description {
	margin-left: 10px;
	font-size: 14px;
}


.venue-header-text h1, .venue-header-text h3, .performer-layout h1 {
	color: #f3edb8;
	width: -moz-fit-content;
      width: fit-content;
	display: table;
	padding: 15px;
	border-radius: 6px;
	font-size: 36px;
}

.gsc-socials.style-1 .fa {
	color: #7231a7;
	font-size: 25px !important;
}	

.gsc-socials.style-1, .gsc-socials.style-1 a {
    text-align: left;
}

.ttmf-web-link {
	background: #e3e3e3;
	color: #000;
	width: -moz-fit-content;
      width: fit-content;
	display: table;
	padding: 6px;
	font-size: 14px;

}

.ttmf-web-link:hover {
	background: #000;
	color: #7231a7;
}

.navigation .gva_menu > li.menu-item--active-trail > a {
    color: #000 !important;
}

.main-menu ul.gva_menu > li > a:hover {
    color: #666 !important;
}

.navigation .gva_menu > li > a:hover {
    color: #666 !important;
}

.main-menu ul.gva_menu > li > a {
    display: block;
	color: #000 !important;
	font-size: 15px;
	font-weight: 400;
	border-radius: 2px;
	background: none;
	padding: 10px;
	width: -moz-fit-content;
      width: fit-content;
	margin-right: 12px;
}

.navigation .gva_menu .sub-menu > li > a:hover {
    color: #759317;
}

header .header-main {
    padding-bottom: 30px !important;
    padding-top: 20px !important;
    background: #fff !important;
}


a.tabledrag-handle .handle {
	width: 30px;
	height: 30px;
}


.inno-button:hover {
	background: #999;
}

.inno-service-header {
	padding-top: 130px;
	padding-bottom: 110px;
}

.inno-service-header-small {
	padding-top: 0px;
	padding-bottom: 0px;
}

.topbar {
    background: #29aae2;
    font-size: 14px;
    padding: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: -1px;
    color: #fff;
}

.topbar > li > a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.inno-slider-text {
	font-size: 7rem;
	font-weight: 600;
      font-family: "ab-custom-fat", sans-serif;
	top: 220px;
	color: #fff !important;
	width: -moz-fit-content;
      width: fit-content;
	display: table;
	padding: 28px;
	line-height: 40px !important;
	letter-spacing: 0.5px;
}

.inno-slider-text span {
	font-size: 2.5rem;
	line-height: 12px;
	font-weight: 600;
      font-family: "ab-custom-light", sans-serif;
}

header.header-v2 .stuck {
    background-color:rgba(255, 255, 255, 0.9);
}

.rev_slider, .gavias_sliderlayer {
	min-height: 400px;
}

.topbar-button {
	max-width: 50%;
}

.menu-bar span {
    background-color: #4c4c4c;
}

header .site-branding-logo {
	padding: 20px;
}

.page-link-button-quote {
	padding: 10px 30px 10px 30px;
	margin: 30px 75px 0px 0px;
	background: #024638 !important;
	color: #fff !important;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
	width: 200px;
	text-decoration: none !important;
	font-weight: 800;
	min-height: 40px;
}

.home-page-link-button-quote {
	display: block;
	padding: 8px 25px 8px 25px;
	background: #024638 !important;
	color: #fff !important;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
	width: 100%;
	text-decoration: none !important;
	font-weight: 800;
	min-height: 35px;
}

.contact-page-link-button-quote {
	display: block;
	padding: 8px 18px 8px 18px;
	background: #024638 !important;
	color: #fff !important;
	border-radius: 2px;
	text-align: center;
	font-size: 16.5px;
	width: 100%;
	text-decoration: none !important;
	font-weight: 800;
	min-height: 35px;
}



.cloudify-button {
	background: #024638 !important;
}


@media all and (max-width: 700px) {

	.topbar .inno-button {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

	.inno-slider-text {
      font-family: "ab-custom-fat", sans-serif;
	font-size: 4rem;
	line-height: 18px !important;
	margin-left: 30px;
}

.inno-slider-text span {
	font-size: 12px;
	font-weight: 400;
      font-family: "ab-custom-light", sans-serif;
}

.inno-service-header {
	padding-top: 240px;
	padding-bottom: 20px;
}

.menu-bar {
    margin-top: 15px;
    top: -7px;
}

.mobile-2-column {
	width: 50% !important;
}

}

@media (min-width: 1126px){

.hide-on-desktop {
	display: none !important;
}
.tb-megamenu { float: right; }


column-width-home-box

.social-icons {
	padding-top: 15px; padding-right: 0px; padding-left: 70px;
}

.fa-facebook, .fa-instagram, .fa-youtube, .fa-linkedin {
	font-size: 25px !important;
	padding-right: 10px;
}
}

@media (max-width: 1125px) {

.page-link-button-quote {
	margin: 10px 0px;
}

.social-icons ul{
	display: flex;
  	justify-content: center;
	padding: 0px;
}

.hide-on-mobile {
	display: none !important;
}

.fa-facebook, .fa-instagram, .fa-youtube, .fa-linkedin {
	font-size: 20px !important;
	padding-right: 10px;
}

#block-certsblock .col-xs-12, #cert-logos .col-xs-12 {
	width: 50%;
}

.tb-megamenu { float: left; }
}

.inno-page-image img {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	margin-bottom: 18px;
}

header.header-v2 #menu-bar span {
    background: #759317;
}

.testimonial-bg {
	background: #e3e3e3;
	padding-top: 15px;
	padding-bottom: 15px;
}	

header .area-main-menu .navigation ul.gva_menu {
	margin-top: 22px;
}

.gi-button {
	color: #000 !important;
	display: block;
	border: solid 2px black;
	padding: 12px;
	text-decoration: none;
}

.gi-button:hover {
	color: #fff !important;
	background: #000;
}

.mega-title {
	color: #000;
	background: #f6e824 !important;
	font-size: 18px;
	font-weight: 600;
	padding: 4px;
	padding-left: 8px;
	width: 110px;
	margin-bottom: 25px;
}

.mega-link, .mega-link a {
	color: #000 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.6em !important;

}

.mega-link-sub {
}

.mega-link-sub a {
	font-weight: 400;
	line-height: 0.8em !important;
	color: #000 !important;
	font-size: 13px !important;
}

.mega-link a:hover, .mega-link-sub a:hover {
	color: #00aeef !important;
}

.page-header, .page-header-home {
	background-color: #eee;
}

.page-header-spotlight {
	background-color: #fffaeb;
}


.page-break {
	border-bottom: solid 2px #173232;
	margin-bottom: 50px;
}

@media (max-width: 1300px) {

.megamenu-block {
	width: 1400px;
	padding-left: 120px;
}

.full-width-menu {
	width: 2400px;
	left: 400px !important;
	background: #888a8c !important;
	border: 0px !important;
}
}


@media (min-width: 1301px) {
.megamenu-block {
	width: 1800px;
	padding-left: 120px;
}

.full-width-menu {
	width: 2400px;
	left: 430px !important;
	background: #888a8c !important;
	border: 0px !important;
}
}

@media (min-width: 1501px) {
.megamenu-block {
	width: 2000px;
	padding-left: 120px;
}

.full-width-menu {
	width: 2400px;
	left: 500px !important;
	background: #888a8c !important;
	border: 0px !important;
}
}

@media (min-width: 1701px) {
.megamenu-block {
	width: 2200px;
	padding-left: 120px;
}

.full-width-menu {
	width: 2400px;
	left: 500px !important;
	background: #888a8c !important;
	border: 0px !important;
}
}

@media (min-width: 1901px) {
.megamenu-block {
	width: 2400px;
	padding-left: 120px;
}

.full-width-menu {
	width: 2400px;
	left: 650px !important;
	background: #0c1543 !important;
	border: 0px !important;
}

}



.tb-megamenu .dropdown-menu {
	top: 70px;
}



.tb-megamenu {
    background-color: #fff;
	margin-top: 10px;
}

.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus, .tb-megamenu .nav > .active > span.tb-megamenu-no-link, .tb-megamenu .nav > .active > span.tb-megamenu-no-link:hover, .tb-megamenu .nav > .active > span.tb-megamenu-no-link:focus {
    color: #000;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;

}

.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link, .tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link:hover {
    border-bottom: 0;
    margin-right: 0px;
    border-top: 0;
    color: #173232;
    padding: 15px 20px;
    text-shadow: none;
    font-weight: 600;
    background-color: transparent;
    font-size: 18px;
}

.tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover, .tb-megamenu .nav > li > span.tb-megamenu-no-link:focus, .tb-megamenu .nav > li > span.tb-megamenu-no-link:hover {
    color: #000;
    text-decoration: none;
    text-shadow: none;
    outline: none;
}

.tb-megamenu .nav > li > a:hover {
    background-color: transparent !important;
}

header.header-v1 .header-inner {
    padding-right: 0px;
}

.non-red-dropdown a:hover, .non-red-dropdown > div:hover {
	color: #000 !important;
}

header.header-v3 .header-inner {
    margin-top: 18px;
    padding-bottom: 15px;
}


.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle {
    color: #000;
}

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    color: #000 !important;
}

.tbm-submenu {

   box-shadow: 0 5px 10px rgba(0,0,0,0);

}

.fine-menu {
	color: #fff !important;
	font-size: 1.75rem;
	letter-spacing: 0.05rem;
	margin-top: 6px;
	font-weight: 400 !important;
	padding-left: 0px !important;
      text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;


}

.fine-menu:hover {
	text-decoration: underline;

}

.fine-menu-column {
	color: #fff;
	padding-right: 10px !important;
}


.fine-menu-column strong {

	padding-top: 10px;
}

.fine-menu-column h3 {
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.055rem;
      text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	text-transform: uppercase;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 315px;
}

body.footer-dark .footer, body.footer-dark .copyright {
    background: #0c1543;
    color: #fff;
}


body.footer-dark .footer .block .block-title span, .block .block-title:after {
    color: #fff;
}

.footer-inner {
    background: #0c1543;
	color: #fff;
}

.finejet-color-block {
	background: #170447;
	color: #fff;
}
.finejet-color-block h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
}

.finejet-color-block a {
	color: #fff;
	text-decoration: underline;
}

.color-block-button {
	background: #fff;
	color: #06646d !important;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 20px 8px 20px;
	text-align: center;
	margin-top: 24px;
}

.map-image img {
	border-radius: 60px;
	margin-top: 25px;
}

header.header-v3 .gva-navigation ul.gva_menu > li > a {
     border-left: none !important;
     font-size: 14px !important;

}

body.footer-dark .footer a {
  color: #fff;
}

body.footer-dark .copyright a {
  color: #fff;
}

body.footer-dark .footer a:hover, body.footer-dark .footer a:focus, body.footer-dark .copyright a:hover, body.footer-dark .copyright a:focus {
  color: #fff;
  text-decoration: underline;
}

table {
	border-collapse: collapse;
}
table td {
	padding: 5px !important;
}
table thead td {
	background-color: #54585d;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #54585d;
}
table tbody td {
	color: #636363;
	border: 1px solid #dddfe1;
}



.green-menu a {
	color: #c01919 !important;
	font-weight: 600 !important;
}



.grid-padding {
	padding: 10px;
}

.node__content a {
    color: #173232;
    text-decoration: underline;
}

.box h1 {
	color: #fff;
	font-weight: 600;
}

.box {
	color: #fff;
	padding: 25px;
	border-radius: 12px 0 12px 0;
	min-height: 750px;
	margin-bottom: 12px;
	border: solid 6px #e3e3e3;
	font-size: 13px;
}

header.header-v3 .topbar {
  background: #0c1543;
  color: #fff;
  display: block;

}

header.header-v3, header.header-main {
    background: #fff;
}

.ab-header-info {
	padding: 30px;
	font-size: 16px;
	line-height: 18px;
	min-height: 140px;

}

.fa {
	padding-left: 5px;
	font-size: 15px;
      padding-top: 5px;
	background: none;
}

.gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
  color: #000 !important;
}

.gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a {
    color: #000 !important;
}

.fa-chevron-right {
	color: #fff !important;
}

.menu-chevron-right {
	color: #fff !important;
}



.ab-header-info a {
	font-weight: bolder;	
}


.ab-header-info img {
	 max-width: 150px;
}

.ab-header-info h3 {
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 600;
	color:#173232;
      text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.025rem;
}

@media all and (max-width: 1400px) {
	.ab-header-info img {
	 	max-width: 130px;
}
	.ab-header-info h3 {
		font-size: 18px;
}

}

@media all and (max-width: 600px) {

.ab-header-info {
    padding: 15px 10px 10px;
    font-size: 0.8em;
    line-height: 18px;
    min-height: 175px;
}

	.ab-header-info img {
	 	max-width: 90px;
}
	.ab-header-info h3 {
		font-size: 1.1em;
}

.pull-right {
	font-size: 10px !important;
}
}

.shade-a {
  background: #303c49;
}

.shade-b {
  background: #e32119;
}

.shade-c {
  background: #f5f1cf;
}

.shade-d {
  background: #eae8db;
}

.toptracer-info-bar h1 {
	color: #fff;
}

#block-instafeed {
	margin-bottom: 0px;
}



.big-text-block-right {
	padding-left: 120px;
	padding-top: 15px;
}

.big-image-block {
	min-height: 450px;
}


.big-text-block-left {

}

.red-text-block{
	padding: 15px;
	padding-left: 70px;
	color: #fffaeb;
}

.red-text-block-shop {
	padding: 40px;
	color: #fffaeb;
}

.red-text-block h1, .red-text-block-shop h1, .red-text-block-shop a{
	color: #fffaeb;
}


@media all and (max-width: 1200px) {
.big-text-block-right {
	padding-left: 50px;
}
.red-text-block {
	padding-left: 30px;
}
.red-text-block h1 {
		font-size: 1.8em;
}
}

.page-header h1 {
	font-size: 5.5rem;
}

@media all and (max-width: 900px) {
.big-text-block-right {
	padding-left: 20px;
}
.big-text-block-right h3 {
	font-size: 0.8em;
	font-weight: 400;
font-family: "ab-custom-norm", sans-serif;
}
.big-image-block {
	min-height: 350px;
}

.page-header h1 {
	font-size: 3.5rem;
}
}

.big-text-block p {
	font-size: 18px;
	color: #fffaeb;
}





.image-shadow {
	filter: drop-shadow(0px 2px 3px #333);
}

.padded-text {
	padding: 20px;
}

.pro-box {
	padding: 30px;
  background: #f3edb8;
	height: 450px;
	margin-bottom: 25px;
}

.job-button {
	display: inline-block;
	background: #FFE137;
	padding: 10px;
	font-weight: bold;
	text-decoration: none !important;
	margin: 0 6px 6px 0; 
}

.job-button:hover {
	text-decoration: underline !important;
}

.job-box {
	padding: 12px;
	padding-left: 25px;
	background: #FFFAEB;
	margin-bottom: 5px;

}

.pcl-page-title h1 {
	color: #FFFAEB;
}

.pcl-header-text {
	border-left: solid 1px #e6e6e6;
	font-size: 2.2rem;
	line-height: 3.4rem;
	font-weight: bolder;
	color: #FFFAEB;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
    margin: 5px 0;
    padding: 0px !important;
}

.nav-tabs > li > a {
    font-weight: 600;
    color: #1d2e47;
    border: none;
    font-size: 15px;
    text-transform: capitalize !important;
    text-decoration: none !important;
    background: none;
	padding: 10px 0px !important;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
    background: #e3e3e3;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    padding: 30px;
    color: #1d2e47;
}

.nav-tabs > li.active > a, .nav-tabs > li > a.active {
    background: #fff;
    color: #1d2e47;
}

.nav-tabs > li.active > a, .nav-tabs > li > a.active:hover {
    background: #fff !important;
    color: #1d2e47;
}

.gsc-tabs li {
    width: 24.5%;
	text-align: center;
	border: solid 1px #1d2e47 !important;
	margin: 1px !important;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content {
    margin-top: 0px;
}

.clifton-text-padding-right {
	padding-left: 75px;
	height: 550px;
  	display: table-cell;
  vertical-align: middle;
}

.clifton-text-padding-left {
	padding-right:75px;
	height: 550px;
  	display: table-cell;
  vertical-align: middle;
}

.page-quote {
	margin-top: 50px;
	padding: 65px;
	background: #afcfaf;
	color: #333a49;
	font-weight: 600;
	font-size: 1.35em;
	line-height: 1.2em;
}

.friends-clifton {
background: #afcfaf;
	padding: 0 15% 0 15%;

}

.clifton-sage-bg {
	background: #0c1543;
	color: #fff;
	font-weight: 600;
}

.clifton-sage-bg h2, .clifton-sage-bg h1 {
	color: #fff;
}



@media all and (max-width: 900px) {

.clifton-sage-bg {
	padding: 0 8% 0 8%;
}

.clifton-sage-bg h1 {
	font-size: 25px;
}


.clifton-sage-bg h2 {
	font-size: 18px;
}


.friends-clifton {
background: #afcfaf;
	padding: 0 6% 0 6%;

}


.clifton-text-padding-left, .clifton-text-padding-right, .clifton-text-padding-left-top {
	padding: 30px 30px;
	text-align: justify;
	height: auto;
}

.page-quote {
	margin-top: 40px;
	padding: 55px;
	background: #afcfaf;
	color: #333a49;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: center;
}


.gsc-tabs li a {
    font-size: 12px;
}
}


input, button, select, textarea {
    font-family: inherit;
    font-size: 15px;
    line-height: inherit;
}

.tb-megamenu .dropdown-menu {
	border-bottom: 0px;
}

.service-text {
	padding: 12px;
	background: #e3e3e3;
	font-weight: 600;
}

.contact-block {
	background: #e3e3e3;
	padding: 12px;
}

.page-link-button {
	display: block;
	padding: 10px;
	background: #FFE137 !important;
	color: #1d2e47 !important;
	margin-top: 30px;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
	width: 200px;
	text-decoration: none !important;
	font-weight: 600; 
}

.page-link-button:hover {
	color: #fff !important;
	border-radius: 4px;
	text-decoration: underline !important;
	background: #1d2e47;
}

.page-link-button-more {
	padding: 10px 30px 10px 30px;
	background: #FFE137 !important;
	color: #173232 !important;
	margin: 60px 0px 0px 0px;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
	width: 200px;
	text-decoration: none !important;
	font-weight: 600;
}

.page-link-button-more:hover {
	color: #173232 !important;
	text-decoration: underline !important;
}

.button-center .page-link-button {
	margin-left: auto;
	margin-right: auto;
}

.tbm-button, .tbm, .tbm-button:hover {
    background-color: #fff;
    border: none;
}

.tbm-link.level-1:hover, .tbm-link.level-1:focus {
    background-color: #0c1543 !important;
	color: #fff;
}

.tbm-item.level-1 {
    border-right: none;
}

.tbm-nav {
	float: right;
	margin-top: 30px !important;
}

.tbm-submenu {
	top: 71px;
}

.tbm-link.level-1 {
    color: #0c1543;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.0em;
}

.tbm-link.level-1: hover {
    color: #0c1543;
}

.quote-button {
	padding: 15px;
	color: #173232 !important;
	background: #dac447 !important;
	margin-right: 70px;
	margin-top: 30px !important;
	border-radius: 2px;
}

.more-button {
	padding: 15px;
	color: #173232 !important;
	background: #dac447 !important;
	margin-top: 30px !important;
}

.sim-3x-block {
	text-align:center;
	padding: 40px;


}

.sim-3x-block-text {
	text-align:center;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
	border-radius: 15px 0 15px 0;
}

.sim-3x-block-text h1, .sim-3x-block-text h4 {
	color: #fff;
}


.homepage-padding {
	padding: 18px;
}

.page-header-history {
	padding-top: 600px !important;
}

.gsc-timeline .item .content-inner .box-content .inner {
 max-width: 165px !important;
}

.full-width-image img {
	width: 100%;
}

.dark {
	color: #173232 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.dark:hover {
	text-decoration: underline !important;
}

.video-container {
    position: relative;
    padding-bottom: 66.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.fullwidthvideoContainer {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    overflow: hidden;
    padding-bottom: 66.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;

}

.video-container iframe, .fullwidthvideoContainer iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homevideo {
	height: 750px;
	margin-top: 60px;
	z-index: 1;
}




.opening-times-block {
    padding: 30px;
}

.home-page-button-text-overlay {
	padding: 55px 40px;
	margin: 40px;
	color: #fff;
	font-weight: 600;
	min-height: 350px;	

}

.home-page-button-text-overlay h2 {
	color: #fff;
	font-size: 4rem;
}



.landing-page-button-text-overlay {
	padding: 55px 40px;
	color: #fff;
	font-weight: 600;
	background-color: rgba(000, 0, 0, 0.5);
	min-height: 350px;
	text-align: center;
}

.landing-button-margin {
	margin-bottom: 30px;
}

.landing-page-button-text-overlay:hover {
	background-color: rgba(000, 0, 0, 0.6);

}

.landing-page-button-text-overlay h2 {
	color: #fff;
	font-size: 25px;
}

.landing-page-button-text-overlay a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;

}

.paragraph-padding {
	padding: 70px;
}


.bali-logo img {
	max-width: 50%;
}

.clifton-page-title-black-background {
	height: 600px;
}

.clifton-page-title-black-background-half {
	height: 400px;
}


.clifton-page-title-black-background-small {
	height: 500px;
}


.guides-block {
	margin-top: 45px;
}

.guides-block .block-title > span {
	font-size: 1.0em !important;
}

.strong-padding {
	padding-left: 140px;
	padding-right: 140px;
}

.home-page-section-title {
margin-bottom: 25px;
border-bottom: solid 1px #586163;
}

.foc-signup-form {
	padding: 45px;
}

.cloudify-leading-text h1 {
	font-size: 8rem; font-weight: 800; color: #fff; margin-top: 270px; line-height: 80px; margin-left: 30px;
}

@media all and (max-width: 1199px) {
    .gva-offcanvas-mobile .gva-navigation .gva_menu li ul {
        display: block !important;
    }
.cloudify-leading-text h1 {
	font-size: 5.5rem; font-weight: 800; line-height: 60px;
}
}

@media (min-width: 991px) {

.column-width-home-box {
	width: 50%;
	margin: 0 50px;
}
.column-width-home-box-right {
	width: 50%;
	margin: 0 50px;
	float: right;
}

}


.cloudify-leading-text {
	height: 750px;
	margin-top: 60px;
}



@media (min-width: 1300px) {

.column-width-home-box {
	width: 33.33333%;
	margin: 0 150px;
}
.column-width-home-box-right {
	width: 33.33333%;
	margin: 0 150px;
	float: right;
}

}

.node--type-clifton-case-study, .node--type-clifton-news, .node--type-wgd-spotlight, .node--type-houseplant-guide {
	margin-top: -60px;
}

}

.cloudify-buttons {

}