/* General styling */
a {
	color: #f00;
}
a:hover {
	color: #666;
}
.sppb-btn-success,
.sppb-btn-primary {
	background-color: #f00;
	border-color: #f00;
	cursor: pointer;
}
.sppb-btn-success:hover,
.sppb-btn-primary:hover {
	background-color: #ccc;
	border-color: #ccc;
	color: #333;
}
.myGreenList {
	list-style-image: url(../../../images/assets/list_green.png) !important;
}
.myBlueList {
	list-style-image: url(../../../images/assets/list_blue.png) !important;
}
.myRedList {
	list-style-image: url(../../../images/assets/list_red.png) !important;
}

/* Top bar & Menu styling */
#sp-top-bar {
	background: rgba(0, 0, 0, 0.8);
	z-index: 99;
	position: relative;
}
#sp-top2 {
	flex: 0 0 100%;
	max-width: 100%;
}
#sp-header {
	background: rgba(0, 0, 0, 0.8);
	box-shadow: none;
}
#sp-header a {
	color: #fff;
}

/* Logo Resize on scroll */
img.logo-image {
	top: 4px;
	width: auto;
	height: 80px;
	position: fixed;
}
@media (max-width: 1200px) {
	img.logo-image,
	img.logo-image-phone {
		width: auto;
		height: 50px;
		position: relative;
	}
}

/* Mega Menu */
#offcanvas-toggler > .fa {
	color: #eee;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
	color: #f00;
}
.sp-megamenu-parent > li > a {
	font-size: 20px;
}
.sp-megamenu-parent > li.active > a {
	font-weight: 400;
}
.sp-megamenu-parent > li:hover > a {
	color: #f00 !important;
}
.sp-megamenu-parent > li > a {
	height: 56px;
}
/* Old Helix Template */
/*.sp-megamenu-parent > li > .menu_border {
	border-bottom: 4px solid #ccc;
	width: 0px;

}
.sp-megamenu-parent > li:hover > .menu_border {
	width: calc(100% - 0px);
	transition: width 400ms ease-in-out 0s;
}*/
/* New Helix Template */
.sp-megamenu-parent > li {
	background-repeat: no-repeat;

	background-size:
		calc(100% - 10px) 0px, /* top & bottom */
		0px calc(100% - 10px); /* right & left */

	background-position:
		5px 5px, /* top */
		calc(100% - 5px) 5px, /* right */
		5px calc(100% - 5px), /* bottom */
		5px 5px; /* left */

	background-image:
		linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
		linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
		linear-gradient(0deg, #ccc, #ccc),
		linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));

	transition: all 0.2s linear;
	transition-property: background-size, background-position;
}
.sp-megamenu-parent > li:hover {
	background-position: 0 0, 100% 0, 0 100%, 0 0;
	background-size: 100% 10px, 10px 100%, 100% 5px, 10px 100%;
}
@media (max-width: 1200px) {
	#sp-logo {
		flex: 0 0 20%;
		max-width: 20%;
	}
	#sp-menu {
		flex: 0 0 80%;
		max-width: 80%;
	}
}
@media (max-width: 992px) {
	#sp-logo {
		flex: 0 0 80%;
		max-width: 80%;
	}
	#sp-menu {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

/* Slider styling */
@media (max-width: 767px) {
	.rev_slider_wrapper {
		margin-top: 0px !important;
	}
}

/* Pricing table styling */
.sppb-pricing-price-container {
	display: inline-grid;
}

/* Privacy list */
ol.myPrivacy li:before {
	content: counters(item, ".")".";
	counter-increment: item;
	position: absolute;
	margin-right: 100%;
	right: 20px; /* space between number and text first layer */
}
ol.myPrivacy li ul li:before {
	content: none;
	counter-increment: none;
}
ol.myPrivacy li ul.myRedList li:before {
	content: "\f00c"; /* Font Awesome Unicode. */
	font-family: FontAwesome;
	color: #f00;
	margin-top: -70px !important;
	padding-left: 20px;
}
ol.myPrivacy li ol li:before {
	right: 10px;  /* space between number and text second layer */
}
ol.myPrivacy {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 24px;
	counter-reset: item;
}
ol.myPrivacy li {
	display: block;
	position: relative;
	margin-left: 0px;
}
ol.myPrivacy li:before,
ol.myPrivacy li h3 {
	padding-top: 64px;
	padding-left: 12px;
	font-size: 24px;
	line-height: 1.5;
}
ol.myPrivacy li ol {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin-left: -40px;
	counter-reset: item;
}
ol.myPrivacy li ol li:before,
ol.myPrivacy li ol li h4 {
	font-size: 20px;
	padding-left: 12px;
	margin-top: 40px;
}
ol.myPrivacy > li > ol > li:before {
	content: counters(item,".")" ";
	counter-increment: item;
	margin-left: -20px;
	margin-top: -68px;
	display: block;
}
ol.myPrivacy li ol li ul {
	margin-left: 0px !important;
}
ol.myPrivacy li ol li ul li {
	margin-bottom: 24px;
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
ol.myPrivacy p {
	text-align: justify;
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-left: 14px;
}
ol.myPrivacy ol p {
	padding-left: 12px;
}
ol.myPrivacyOld {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 2;
}
ol.myPrivacyOld li {
	margin-left: 0px;
}
ol.myPrivacyOld li ol {
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	list-style: none;
	margin-left: -38px;
}
ol.myPrivacyOld li ol li:before {
	display: none;
}
ol.myPrivacyOld ul {
	margin-bottom: 12px;
}
ol.myPrivacyOld ul li {
	margin-left: -14px !important;
}

/* Simple Portfolio */
.sp-simpleportfolio .sp-simpleportfolio-columns-2 .sp-simpleportfolio-item {
	width: 100%;
}
.sp-simpleportfolio .sp-simpleportfolio-columns-4 .sp-simpleportfolio-item {
	width: 25.3%;
}

/* Carwash Section */
#waschanlage .sppb-col-md-8,
#waschanlage .sppb-col-md-4 {
	padding: 0px;
}

/* Contact Section & Page */
#kontakt .fa {
	margin-right: 8px;
}
#kontakt .sppb-col-md-3,
#kontakt .sppb-col-md-6 {
	padding: 0px;
}
.sppb-ajaxt-contact-form .myLeft {
	max-width: 50%;
	float: left;
}
.sppb-ajaxt-contact-form .myRight {
	width: 50%;
	float: right;
}
.sppb-ajaxt-contact-form .g-recaptcha,
.sppb-ajaxt-contact-form .sppb-form-group {
	clear: both;
}

/* Iframes */
.myIframe {
	border: 1px solid #f00;
	height: 170px;
}

/* Footer & Submenu styling */
#sp-footer a {
	color: #f00;
}
#sp-footer a:hover {
	color: #ccc;
}
#sp-footer p {
	margin-bottom: 0px;
}
#sp-footer .container-inner {
	border-top: 0px;
}
@media (max-width: 992px) {
	#sp-footer1 p,
	#sp-footer2 {
		text-align: center !important;
		margin-bottom: 12px;
	}
}

/* local fonts */
body {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 400;
}
h1, h2 {
	font-family: 'Roboto';
	font-weight: 400;
}
.myMenuH1 h1 {
	text-align: center;
	font-size: 36px;
	margin-top: 60px;
}
.myMenuH1 .sp-simpleportfolio-btns .btn-view {display:none !important;}
h3 {
	font-family: 'Roboto';
	font-size: 24px;
}
h4 {
	font-family: 'Roboto';
	font-size: 21px !important;
	font-weight: 400;
	text-shadow: none !important;
}

/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Light'), local('OpenSans-Light'),
		 url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-300italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/open-sans-v15-latin-300italic.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
		 url('../fonts/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v15-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
	   url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
	   url('../fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
	   url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
	   url('../fonts/open-sans-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v15-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v15-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
	   url('../fonts/open-sans-v15-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v15-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v15-latin-800italic.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v15-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v15-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
	   url('../fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
	   url('../fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/roboto-v18-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
	   url('../fonts/roboto-v18-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/roboto-v18-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/roboto-v18-latin-100italic.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/roboto-v18-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/roboto-v18-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
	   url('../fonts/roboto-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/roboto-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/roboto-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/roboto-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/roboto-v18-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
	   url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
	   url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
	   url('../fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/roboto-v18-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
	   url('../fonts/roboto-v18-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/roboto-v18-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/roboto-v18-latin-500italic.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/roboto-v18-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/roboto-v18-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
	   url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
	   url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v18-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
	   url('../fonts/roboto-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/roboto-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/roboto-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/roboto-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/roboto-v18-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
	   url('../fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/roboto-v18-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
	   url('../fonts/roboto-v18-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/roboto-v18-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/roboto-v18-latin-900italic.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/roboto-v18-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/roboto-v18-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* Further optimizations after updates. */
#sp-page-builder .page-content .sppb-section,
#sp-page-builder .sppb-section {
	will-change: top;
}

/**
 * GDPR Component styles.
 */

/* Cookie blocked placeholder info. */
.avPlayerBlock > .gdprlock-placeholder {
	margin-top: -340px;
}
.gdprlock-placeholder-text {
	font-size: 20px !important;
	width: 100% !important;
	padding: 8px;
}

/* Cookie revoke. */
.cc-revoke {
	background-image: url("/images/assets/cookie-revoke_shield.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 60px;
	height: 60px;
	border-radius: 0px !important;
	background-color: transparent !important;
}
.cc-revoke.cc-left {
	left: 24px !important;
	bottom: 16px !important;
}

/* Cookie window. */
div.cc-window {
	max-width: 600px !important;
	margin-right: 1em;
	padding: 16px !important;
	border: 1px solid #fff !important;
}
.cc-message-text {
	line-height: 1.5em;
}
.cc-window a {
	color: #7fac05 !important;
	text-decoration: none !important;
}
.cc-window a:hover {
	color: #578000 !important;
	text-decoration: underline !important;
}

/* Cookie window no cookie & privacy links. */
.cc-window .cc-message a.cc-link {
	display: none;
}

/* Cookie window settings button. */
span.cc-cookie-settings-toggle {
	float: left;
	color: #fff !important;
	border: 0px !important;
	padding: 0px 10px !important;
	border-radius: 5px !important;
	font-weight: 400 !important;
	background-color: #f90 !important;
	line-height: 2.8 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	margin-top: 12px !important;
}
span.cc-cookie-settings-toggle:hover {
	background-color: #cb7a00 !important;
}

/* Cookie window accept & deny buttons. */
div.cc-compliance {
	margin: -67px 0px 0px 130px !important;
}
div.cc-compliance .cc-deny {
	display: none;
}
.cc-btn.cc-allow {
	margin: 12px auto 0px auto !important;
	color: #333 !important;
	border: 1px solid #fff !important;
	padding: 0px 10px !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 3 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	height: 42px !important;
	width: 100%;
}
.cc-btn.cc-allow:hover {
	border: 1px solid #ccc !important;
	background-color: #ccc !important;
}
.cc-btn.cc-allowall {
	margin: 6px 0px 0px 16px !important;
	color: #fff !important;
	border: 1px solid #7fac05 !important;
	padding: 0px 10px !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	background-color: #7fac05 !important;
	line-height: 3 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.cc-btn.cc-allowall:hover {
	border: 1px solid #578000 !important;
	background-color: #578000 !important;
	color: #fff !important;
}

/* Cookie window settings area & checkboxes. */
div.cc-window.cc-floating div.cc-settings-label {
	margin-bottom: 6px !important;
}
div.cc-floating div.cc-checkboxes-container {
	text-align: center;
}
.cc-checkbox-container {
	margin: 2px auto !important;
}
div.cc-checkbox-container a {
	border: 0px !important;
	margin-left: 6px !important;
}
input.cc-cookie-checkbox + span::before {
	border: 1px solid #fff !important;
	background: #fff !important;
	width: 16px;
	height: 16px;
	left: -1px;
	border-radius: 0px !important;
	margin-right: 12px !important;
}
input.cc-cookie-checkbox + span::after {
		border: 0px !important;
		border-radius: 0px !important;
		top: -15px !important;
		left: 2px !important;
}

/* Cookie category modalbox hide first unused "cookies in this list" section. */
fieldset.cc-cookie-list-title:first-of-type {
	display: none;
}
ul.cc-cookie-category-list li {
	margin-left: -24px;
}

/* Media Queries for the GDPR window. */
@media (max-width: 416px) {
	.cc-window {
		margin: 0px !important;
	}
	.cc-message {
		width: 100% !important;
	}
	span.cc-cookie-settings-toggle {
		margin-top: 32px;
		width: 100%;
		text-align: center;
	}
	.cc-btn.cc-allowall {
		margin: 0px !important;
		width: 100%;
	}
	div.cc-compliance {
		margin: 0px !important;
	}
	div.cc-compliance a.cc-allow {
		margin-left: 0px !important;
	}
}
.rev_slider_wrapper {
	margin-top: -118px !important;
}

/* New Helix Ultimate Update */
.burger-icon > span {
	background-color: #aaa;
}