
/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../../system/modules/pct_themer/assets/fonts/poppins-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../../system/modules/pct_themer/assets/fonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../../system/modules/pct_themer/assets/fonts/poppins-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../../system/modules/pct_themer/assets/fonts/poppins-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../../system/modules/pct_themer/assets/fonts/poppins-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-repeat: no-repeat;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clear {
	height: 0!important;
}

.cto-toolbar {display: none!important;}

body.themedesigner_active {
	background: #f8f8f8!important;
}

body.page-loaded #themedesigner_iframe
{
	opacity: 1;
}

body.waiting_for_iframe #themedesigner_iframe
{
	opacity: .75 !important;
}

.slimScrollBar {z-index: 9999 !important;}

#themedesigner_iframe {
	width: 100%!important;
	height: calc(100vh - 95px)!important;
}

.palette_wrapper {
	padding: 10px 10px 0 10px;
}

.palette_wrapper.active {
	margin-bottom: 25px;
}

.palette_wrapper li {
	list-style-type: none;
}

/* quick info */
.themedesigner_quickinfo .hidden {display: none;}

@media only screen and (min-width: 768px) {

#themedesigner_iframe {
	display: block;
	opacity: 0;
	visibility: visible;
}

.themedesigner_mobile #themedesigner_iframe {
	height: 100%!important;
}

.checkbox {
	display: none;
}

/* themedesigner_active */
body.themedesigner_active {
	background-color: #e6e6e6;
	background-attachment: fixed;
	transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
}


/* themedesigner_iframe_wrapper */
#themedesigner_iframe_wrapper {
	margin-left: 285px;
	padding-top: 85px;
	height: calc(100vh - 10px);
	overflow: hidden;
}

#themedesigner_iframe_wrapper .inner {
	position: relative;
	margin: 0px 30px 0 40px;
}

#themedesigner_iframe_wrapper .loader
{
	transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	background: rgba(255,255,255,0);
}

#themedesigner_iframe_wrapper .loader.show
{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgb(255,255,255) url(../../system/modules/pct_themer/assets/img/loading.svg) center center no-repeat;
	z-index: 20;
}

body.themedesigner_mobile #themedesigner_iframe_wrapper {
	min-height: 930px;
}


body.themedesigner_desktop #themedesigner_iframe_wrapper .inner {
	height: 100vh;
	box-shadow: 0 0px 9px 4px rgba(0,0,0,0.1);
}

body.themedesigner_mobile #themedesigner_iframe_wrapper .inner {
	width: 405px;
	height: 812px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	top: 0;
	box-shadow: none;
}

body.themedesigner_tablet_portait #themedesigner_iframe_wrapper .inner {
	width: 808px;
	height: 1064px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	top: 0;
	box-shadow: none;
}

body.themedesigner_tablet_landscape #themedesigner_iframe_wrapper .inner {
	width: 1064px;
	height: 808px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	top: 0;
	box-shadow: none;
}

#themedesigner_iframe_wrapper.zoom_75 .inner {
	transform: scale(0.75);
	transform-origin: top;
}

#themedesigner_iframe_wrapper.zoom_50 .inner {
	transform: scale(0.5);
	transform-origin: top;
}


#themedesigner_iframe_wrapper iframe {
	position: relative;
	background: #f2f2f2;
	z-index: 10;
}

body.themedesigner_tablet_portait #themedesigner_iframe_wrapper iframe,
body.themedesigner_tablet_landscape #themedesigner_iframe_wrapper iframe,
body.themedesigner_mobile #themedesigner_iframe_wrapper iframe  {
	padding: 0;
	border-radius: 30px;
	border: 20px solid #000;
}

body.themedesigner_tablet_portait #themedesigner_iframe_wrapper iframe {
	height: 1024px!important;
}

body.themedesigner_tablet_landscape #themedesigner_iframe_wrapper iframe {
	height: 768px!important;
}

/* themedesigner_minified */
body.themedesigner_minified {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
}

body.themedesigner_minified #themedesigner_iframe_wrapper {
	height: 100vh;
}
body.themedesigner_minified .themedesigner_bar {
	top: -100px;
}

body.themedesigner_minified .themedesigner_wrapper {
	left: -285px;
}

body.themedesigner_minified #themedesigner_iframe_wrapper {
	margin: 0;
	padding: 0;
}

body.themedesigner_minified:not(.themedesigner_mobile):not(.themedesigner_tablet_portait):not(.themedesigner_tablet_landscape) #themedesigner_iframe_wrapper iframe {
	margin: 0 auto;
	height: 100vh!important;
}

body.themedesigner_minified #themedesigner_iframe_wrapper .inner {
	margin: 0 auto;
}

body.themedesigner_minified.themedesigner_tablet_landscape #themedesigner_iframe_wrapper .inner,
body.themedesigner_minified.themedesigner_tablet_portait #themedesigner_iframe_wrapper .inner,
body.themedesigner_minified.themedesigner_mobile #themedesigner_iframe_wrapper .inner {
	margin: 30px auto 0 auto;
}

body.themedesigner_minified #themedesigner_quickinfo {
	display: none;
}

.pct_themedesigner .logo {
	width: auto;
	height: auto;
	float: none;
}

.pct_navigation ul li {
	list-style-type: none;
}

.pct_navigation .hidden,
.pct_themedesigner .hidden {
	display: none;
}

.pct_themedesigner .section {
	opacity: 1;
}


.pct_themedesigner .section:not(.active) {
	visibility: hidden;
	height: 0 !important;
	opacity: 0;
	overflow: hidden;
}

.pct_themedesigner .section.active {
	overflow: visible;
}

.themedesigner_wrapper {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #292929;
	z-index: 1000000000;
	overflow: visible!important;
	width: 285px;
	position: fixed;
	left: 8px;
	top: 84px;
	height: calc(100% - 94px);
	background: #f1f3f5;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05), -5px -5px 10px #ffffff;
}

.pct_themedesigner {
	margin-bottom: 80px;
}

/** navigation **/
.pct_navigation {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 10;
}

.pct_navigation ul li {
	position: relative;
	display: inline-block;
	line-height: 45px;
	color: #212529;
	font-size: 14px;
	padding: 0 15px;
	white-space: nowrap;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.pct_navigation ul li ul li {
	display: block;
	line-height: 36px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	min-width: 160px;
}

.pct_navigation ul li ul li.headerSticky {
	border-top: 2px solid rgba(0,0,0,0.2);
}

.pct_navigation ul li ul li:first-child {
	border-top: 0;
}

.pct_navigation ul li ul li span {
	padding: 0 25px;
}

.pct_navigation ul li ul li:hover {
	color: #e90069;
}

.pct_navigation ul > li ul {
	display: none;
}

.pct_navigation ul > li ul {
	position: absolute;
	top: 100%;
	left: 0;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
}

.pct_navigation ul > li:hover ul {
	display: block;
}

.pct_navigation span {
	cursor: pointer;
	display: block;
}

.edge .pct_navigation li {
	transition: none;
}

.pct_navigation li:hover {
	color: #e90069;
}

.pct_navigation li.active {
	color: #e90069;
}

.pct_navigation ul.level_2 li.active {
	color: #e90069;
}

/* device_and_zoom */
.pct_themedesigner #device_and_zoom {
	padding: 10px 0;
	display: flex;
	margin: 10px 10px 0 10px;
	border-radius: 10px;
	background: #f1f3f5;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05), -5px -5px 10px #ffffff;
}
/* devices */
.pct_themedesigner #device_and_zoom ul.devices {
	flex: 0 0 55%;
	display: flex;
	margin-left: 10px;
}

.pct_themedesigner ul.devices li {
	flex: 0 0 25%;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	list-style: none;
	cursor: pointer;
	opacity: 0.3;
}

.pct_themedesigner ul.devices li.active,
.pct_themedesigner ul.devices li:hover {
	opacity: 1;
}

.pct_themedesigner ul.devices li.desktop {
	background-image: url(../../system/modules/pct_themer/assets/img/device_desktop.svg);
}

.pct_themedesigner ul.devices li.tablet_portrait {
	background-image: url(../../system/modules/pct_themer/assets/img/device_tablet_portrait.svg);
}

.pct_themedesigner ul.devices li.tablet_landscape {
	background-image: url(../../system/modules/pct_themer/assets/img/device_tablet_landscape.svg);
}

.pct_themedesigner ul.devices li.mobile {
	background-image: url(../../system/modules/pct_themer/assets/img/device_mobile.svg);
}

/* zoom */
.pct_themedesigner #device_and_zoom ul.zoom {
	flex: 0 0 35%;
	gap: 3px;
	display: flex;
	margin-left: auto;
	align-items: center;
	margin-right: 10px;
}

.pct_themedesigner ul.zoom li {
	flex: 0 0 33.3333%;
	background-repeat: no-repeat;
	background-position: center;
	list-style: none;
	cursor: pointer;
	text-align: center;
	opacity: 0.3;
}

.pct_themedesigner ul.zoom li.active,
.pct_themedesigner ul.zoom li:hover {
	opacity: 1;
}

#themedesigner_loader {position: fixed; display: block; visibility:hidden; opacity: 0; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 9999; background: rgba(255,255,255,0.5); transition:0.1s;}
#themedesigner_loader.active {visibility: visible; opacity: 1;}
#themedesigner_loader .loader { position: absolute; left: 50%; margin-left: -60px; top: 50%; margin-top: -60px; background-image: url(../../system/modules/pct_themer/assets/img/loading.svg); background-size: contain; width: 120px; height: 120px; transition:0.5s;}
body.wait_for_ajax #themedesigner_loader {display: block; background: transparent; visibility: visible;}


.themedesigner_bar {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	color: #212529;
	z-index: 100000000000;
	background: #f1f3f5;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	border-bottom: 1px solid #ccc;
}

.themedesigner_bar:before {
	background: linear-gradient(-90deg, #A3278F 0%, #E52F50 100%);
	content: '';
	height: 5px;
	width: 100%;
	display: block;
}

.td_logo {
	margin-left: 20px;
	margin-right: 180px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 45px;
	transition: width 0.6s ease;
	-webkit-transition: width 0.6s ease;
	white-space: nowrap;
	overflow: hidden;
	color: rgba(0,0,0,0.6);
	position: relative;
}

.pct_navigation.block {
	float: left;
	overflow: visible;
}

.pct_versions {
	float: right;
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 130px;
}

.pct_versions .formbody > div {
	float: left;
}

.pct_versions input {
	padding: 6px 10px;
	font-size: 12px;
	border: 0;
}

.pct_versions input.text {
	padding-left: 16px;
	background: #ebebeb;
	border-radius: 20px;
	border: 0!important;
	width: 130px;
	height: 33px;
	margin-right: 10px;
	box-shadow: inset 3px 3px 6px #e3e3e3, inset -3px -3px 6px #f8f8f8;
}

.pct_versions input.text:focus {
	background: #fff;
}

.pct_versions input.submit,
.pct_versions button.submit {
	background: rgba(255,255,255,0.4)!important;
	box-shadow: 3px 3px 3px #dcdcdc, -3px -3px 3px #fff;
	padding: 7px 25px;
	font-size: 12px;
	border: 0;
	min-width: 0;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 11px;
	color: #333;
	height: 33px;
	cursor: pointer;
	font-weight: bold;
}

.pct_versions input.submit:hover,
.pct_versions button.submit:hover {
	background: #e90069!important;
	color: #fff;
}

.pct_versions button.submit {
	float: left;
}

.pct_versions label {
	display: none;
}

.pct_versions .widget-select {
	margin-left: 10px;
}

.pct_versions select {
	padding: 0 30px 0 10px;
	height: 33px;
	width: 150px;
	font-size: 12px;
	background: #f8f8f8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-image: url(../../system/modules/pct_themer/assets/img/dropdown.svg);
	background-position: 98% center;
    background-repeat: no-repeat;
    margin-right: 25px;
}

.pct_versions form div.widget {
	margin-bottom: 0;
}

/* td_palette */

.td_palette {
	position: relative;
}

.td_palette .switch {
	cursor:pointer;
	line-height: 1;
	padding: 13px;
	font-size: 13px;
}

.td_palette .switch.active {
	color: #292929;
}

.td_palette .switch:before {
	content: '';
	display: inline-block;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	border: 3px solid #cccccc;
	margin-right: 7px;
}

.td_palette .switch.active:before {
	border-color: #e90069;
}

.td_palette .switch span {
	position: relative;
	top: -4px;
}

.td_palette .switch span i.only_mobile {
	position: absolute; 
	left: 140px;
	top: -1px;
	width: 60px;
	height: 24px;
	background: url(../../system/modules/pct_themer/assets/img/icon_only_mobile.svg);
	background-repeat: no-repeat;
	opacity: 0.8;
}

.td_palette .switch span i.only_tablet {
	position: absolute; 
	left: 133px;
	top: -1px;
	width: 70px;
	height: 26px;
	background: url(../../system/modules/pct_themer/assets/img/icon_only_tablet.svg);
	background-repeat: no-repeat;
	opacity: 0.8;
}

.td_palette .switch span i.only_desktop {
	position: absolute; 
	left: 124px;
	top: -1px;
	width: 66px;
	height: 23px;
	background: url(../../system/modules/pct_themer/assets/img/icon_only_desktop.svg);
	background-repeat: no-repeat;
	opacity: 0.8;
}

/* switch childs */
.td_palette .switch_childs {
	position: relative;
}

.td_palette .switch_childs .overlay {
	position: absolute;
	display: block;
	background: transparent;
	visibility: visible;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.td_palette .switch_childs.active .overlay {
	display: none;
}

.td_palette li {
	background: #fff;
	border-radius: 5px;
	margin-top: 10px;
	position: relative;
}

.td_palette li label {
	display: none;
}

.td_palette .description {
	position: absolute;
	right: 16px;
	top: 14px;
}

.td_palette .description i {
	display: block;
	width: 16px;
	height: 16px;
	opacity: 0.8;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGZpbGw9IiNBM0EzQTMiIHBvaW50cz0iOC45OCw3LjEwOSA4Ljk4LDYuMzY1IDcuMDIsNi4zNjUgNi40Niw2LjM2NSA2LjQ2LDcuMTA5IDcuMDIsNy4xMDkgNy4wMiwxMC41NjIgNi40NiwxMC41NjIgNi40NiwxMS45MzMgNy4wMiwxMS45MzMgOC45OCwxMS45MzMgOS41NCwxMS45MzMgOS41NCwxMC41NjIgOC45OCwxMC41NjIgIi8+PGNpcmNsZSBmaWxsPSIjQTNBM0EzIiBjeD0iNy45MDciIGN5PSI0Ljc3NyIgcj0iMS4wNzMiLz48cGF0aCBmaWxsPSIjQTNBM0EzIiBkPSJNMTMuNjU3LDIuMzQzYy0wLjczNC0wLjczNS0xLjU5LTEuMzEyLTIuNTQyLTEuNzE0QzEwLjEyNywwLjIxMSw5LjA4LDAsOCwwUzUuODczLDAuMjExLDQuODg2LDAuNjI5QzMuOTMzLDEuMDMyLDMuMDc4LDEuNjA4LDIuMzQzLDIuMzQzYy0wLjczNCwwLjczNC0xLjMxMiwxLjU5LTEuNzE0LDIuNTQyQzAuMjExLDUuODczLDAsNi45MiwwLDhjMCwxLjA4LDAuMjExLDIuMTI3LDAuNjI5LDMuMTE0YzAuNDAzLDAuOTUyLDAuOTgsMS44MDgsMS43MTQsMi41NDNjMC43MzQsMC43MzQsMS41OSwxLjMxMSwyLjU0MiwxLjcxNEM1Ljg3MywxNS43ODgsNi45MiwxNiw4LDE2czIuMTI3LTAuMjEyLDMuMTE0LTAuNjI5YzAuOTUzLTAuNDAzLDEuODA4LTAuOTc5LDIuNTQyLTEuNzE0YzAuNzM0LTAuNzM1LDEuMzEyLTEuNTkxLDEuNzE0LTIuNTQzQzE1Ljc4OSwxMC4xMjcsMTYsOS4wOCwxNiw4YzAtMS4wOC0wLjIxMS0yLjEyNy0wLjYyOS0zLjExNEMxNC45NjgsMy45MzMsMTQuMzkxLDMuMDc4LDEzLjY1NywyLjM0M3ogTTgsMTQuNzljLTMuNzQ0LDAtNi43OS0zLjA0Ni02Ljc5LTYuNzljMC0zLjc0NCwzLjA0Ni02Ljc5LDYuNzktNi43OVMxNC43OSw0LjI1NiwxNC43OSw4QzE0Ljc5LDExLjc0NCwxMS43NDQsMTQuNzksOCwxNC43OXoiLz48L3N2Zz4=);
}

.td_palette .description i:hover {
	opacity: 1;
}

.td_palette .description i:before {
	background: #cbcbcb;
	line-height: 15px;
	height: 15px;
	width: 15px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	display: block;
	font-size: 10px;
	font-weight: normal;
}

.td_palette li.active .description i:before {
	background: #9d9d9d;
}

.td_palette .description .description-content {
	display: none;
	position: absolute;
	left: -170px;
	top: -2px;
	padding: 10px 15px;
	font-size: 10px;
	color: #fff;
	background: rgba(0,0,0,0.95);
	width: 160px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 17px;
	z-index: 100000;
}

.td_palette .description:hover .description-content {
	-webkit-animation: fadeIn 0.3s;
	animation: fadeIn 0.3s;
	display: block;
}

.td_palette .description .description-content:before {
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 5px;
	left: 100%;
	content: '';
}

.td_palette .field_wrapper {
	padding: 15px 15px 20px 35px;
}

.td_palette input[type="number"] {
	padding: 3px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.2);
	width: 60px;
	text-align: center;
	font-size: 12px;
}

.td_palette .overlay {
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.7);
	opacity: 1;
	visibility: visible;
	display: block;
}

.td_palette li.active .overlay {
	visibility: hidden;
	opacity: 0;
}

/* slider */

.pct_themedesigner .slider-input-wrapper,
.pct_themedesigner .ui-slider {
	float: left;
	width: 50%;
}

.pct_themedesigner .ui-slider {
	margin-top: 6px;
}

.pct_themedesigner .ui-widget.ui-widget-content {
	background: #eeeeee;
	border: 0;
}

.pct_themedesigner .ui-slider-horizontal {
	height: 5px;
}

.pct_themedesigner .ui-widget.ui-widget-content,
.pct_themedesigner .ui-slider-horizontal .ui-slider-range {
	box-shadow: inset 0px 1px 1px 1px rgb(220,220,220);
}

.pct_themedesigner .ui-slider .ui-slider-handle {
	border-radius: 100%;
	height: 16px;
	width: 16px;
	top: -6px;
}

.pct_themedesigner .ui-widget-header {
	background: none;
}

/* upload */

.dropzone {
	border: 1px dashed #e6e6e6;
	background: #fafafa;
	min-height: 0;
	background: url(../../system/modules/pct_themer/assets/img/icon_upload.svg) center 15px no-repeat;
	background-size: 45px;
}

.dropzone .dz-message {
	margin: 40px 40px 0px 40px;
}

.dropzone .dz-preview .dz-progress .dz-upload {
	background: #e90069;
}

.dropzone .dz-preview.dz-processing .dz-progress {
	height: 5px;
	border: 0;
}

.dropzone .dz-preview .dz-image {
	width: 160px;
	border-radius: 0;
}

.dropzone .dz-preview .dz-image img {
	max-width: 100%;
	height: auto;
	border-radius: 0;
	border: 1px solid #f4f4f4;
}

.dropzone .dz-preview {
	top: 45px;
	width: 160px;
}

.dropzone.dz-clickable {
	overflow: hidden;
}

/* toggler */
#themedesigner_toggler {
	position: fixed;
	right: 53px;
	top: 12px;
	height: 34px;
	width: 34px;
	background: transparent url(../../system/modules/pct_themer/assets/img/icon_visible.svg) center center no-repeat;
	cursor: pointer;
	z-index: 100000000000;
	border-radius: 100%;
}

#themedesigner_toggler:hover {
	opacity: 0.7;
}

body.themedesigner_minified #themedesigner_toggler {
	opacity: 1;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	background: #fff url(../../system/modules/pct_themer/assets/img/icon_visible_active.svg) center center no-repeat;
}

/* td_quickinfo */
#themedesigner_quickinfo {
	position: absolute;
	right: 90px;
	top: 19px;
}

#themedesigner_quickinfo .trigger {
	height: 20px;
	width: 30px;
	background: url(../../system/modules/pct_themer/assets/img/icon_info.svg) center center no-repeat;
	cursor: pointer;
	display: block;
}

#themedesigner_quickinfo .trigger:hover {
	opacity: 0.7;
}

#themedesigner_quickinfo .content {
	position: absolute;
	top: 32px;
	right: 0;
	width: 220px;
	max-height: 0;
	display: none;
}

#themedesigner_quickinfo .content_inside {
	padding: 15px 30px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	font-size: 13px;
}

#themedesigner_quickinfo:hover .content {
	display: block;
}

#themedesigner_quickinfo .content li {
	list-style-type: none;
	line-height: 15px;
	padding: 10px 0;
}

#themedesigner_quickinfo .theme {
	font-weight: bold;
	margin-bottom: 15px;
}

#themedesigner_quickinfo li[class^="header"] .seperator,
#themedesigner_quickinfo li[class^="header"] .value,
#themedesigner_quickinfo li[class*="header"] .seperator,
#themedesigner_quickinfo li[class*="header"] .value,
#themedesigner_quickinfo li[class^="layoutBoxedStyle"] .seperator,
#themedesigner_quickinfo li[class^="layoutBoxedStyle"] .value,
#themedesigner_quickinfo li[class*="layoutBoxedStyle"] .seperator,
#themedesigner_quickinfo li[class*="layoutBoxedStyle"] .value,
#themedesigner_quickinfo li.topbarElementsTopbar .seperator,
#themedesigner_quickinfo li.topbarElementsTopbar .value {
	display: none;
}

/* themedesigner_mobile */
#themedesigner_mobile {
	position: absolute;
	right: 90px;
	top: 25px;
	height: 20px;
	width: 30px;
	background: url(../../system/modules/pct_themer/assets/img/icon_phone.svg) center center no-repeat;
	cursor: pointer;
}

#themedesigner_mobile:hover {
	opacity: 0.7;
}

body.themedesigner_mobile #themedesigner_mobile {
	background-image: url(../../system/modules/pct_themer/assets/img/icon_phone_active.svg);
}

/* themedesigner_reset */

#themedesigner_reset {
	height: 20px;
	width: 30px;
	background: url(../../system/modules/pct_themer/assets/img/icon_reset.svg) center center no-repeat;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
}

#themedesigner_reset:hover {
	opacity: 0.7;
}

#themedesigner_reset:active {
	background-image: url(../../system/modules/pct_themer/assets/img/icon_reset_active.svg);
}

/* colorpicker */

.colorpicker_preview {
	width: 60px;
	height: 30px;
	float: left;
	border-radius: 4px 0 0 4px;
	border: 1px solid #d5d5d5;
}

.colorpicker_color_input {
	float: left;
	width: 94px;
	height: 30px;
	background: #f4f4f4;
	border: 0!important;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.colorpicker_color_input:focus {
	background: #ebebeb;
}

.sp-preview {
	display: none;
}

.sp-replacer {
	height: 30px;
	border: 0!important;
	margin-left: 1px;
	border-radius: 0 4px 4px 0;
}

.sp-dd {
	text-indent: -99999px;
	background: #f4f4f4;
	border: 0!important;
	margin-left: 1px;
	background: url(../../system/modules/pct_themer/assets/img/icon_arrow_down.svg) center center no-repeat;
	border-radius: 0 4px 4px 0;
	width: 30px;
	height: 22px;
}

.sp-container {
	border: 0;
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	z-index: 100000000000;
	border-radius: 5px;
	padding: 5px;
}

.sp-container .sp-input {
	border: 1px solid #cbcbcb!important;
	border-radius: 2px!important;
	height: 27px;
}

.sp-color,
.sp-hue,
.sp-clear {
	border: 1px solid #cbcbcb!important;
}

.sp-alpha-handle {
	width: 11px;
	height: 11px;
	border: 3px solid #fff;
	background: rgba(255,255,255,0.2);
	border-radius: 100%;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
}

.sp-palette-container {
	border: 0;
}

.sp-color {
	border-color: #cbcbcb;
}

.sp-picker-container,
.sp-palette-container {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.sp-container button {
	background: #e90069;
	border-color: #e90069;
	color: #fff;
	padding: 8px 15px;
	text-shadow: none;
	font-size: 11px;
}

.sp-cancel {
	color: #909090!important;
	margin-right: 10px;
}

.sp-cancel:hover {
	color: #e90069!important;
	text-decoration: none;
}

.sp-container button:hover {
	background: #e90069;
	border-color: #e90069;
	color: #fff;
	text-shadow: none;
	opacity: 0.8;
}

.sp-dragger {
	border-radius: 100%;
	height: 10px;
	width: 10px;
	border: 2px solid #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
	background: none;
}

.sp-alpha {
	height: 12px;
	bottom: -16px;
}

.sp-alpha-inner {
	border: 1px dotted rgba(0,0,0,0.5);
}

.sp-clear-display {
	opacity: 0.6;
	cursor: pointer;
}

.sp-initial {
	border-color: #cbcbcb;
}

.sp-palette .sp-thumb-el {
	height: 25px;
	width: 25px;
	margin: 0;
	border: 0;
}

.sp-button-container {
	clear: both;
	text-align: right;
	padding-top: 3px;
}

.sp-fill {
	padding-top: 140px;
}

.sp-input {
	font-size: 11px!important;
}

.colorpicker.select {
	display: none;
}

/* accordion */

.td_toggler:not(.empty) {
	background: #fff;
	padding: 13px;
	margin-bottom: 1px;
	position: relative;
	color: #333;
	cursor: pointer;
	font-size: 13px;
	border-radius: 4px;
}

.td_toggler.active:not(.empty) {
	box-shadow:5px 5px 10px rgba(0,0,0,0.05), -5px -5px 10px #ffffff;
	color: #fff;
	background: #e90069;
}

ul.section_headerClassic .td_toggler.active:not(.empty),
ul.section_headerModern .td_toggler.active:not(.empty),
ul.section_headerMinimal .td_toggler.active:not(.empty),
ul.section_headerOnSide .td_toggler.active:not(.empty) {
	box-shadow:5px 5px 10px rgba(0,0,0,0.05), -5px -5px 10px #ffffff;
	color: #333;
	border: 2px solid #e90069;
	background: #fff;
}

ul[class*="section_header"] .td_toggler.active:after {
	background: url(../../system/modules/pct_themer/assets/img/toggle_minus.svg) left center no-repeat;
}

.td_toggler:not(.empty):hover {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05), -5px -5px 10px #ffffff;
}

.td_toggler:not(.empty):after {
	content: "";
	background: url(../../system/modules/pct_themer/assets/img/toggle_plus.svg) left center no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.td_toggler.active:after {
	background: url(../../system/modules/pct_themer/assets/img/toggle_minus_white.svg) left center no-repeat;
}

.td_toggler.empty {
	font-weight: bold;
	text-transform: uppercase;
	padding: 13px;
	font-size: 13px;
	border-radius: 5px 5px 0 0;
}

.td_palette {
	display: none;
}

.palette_wrapper.active .td_palette {
	display: block;
	margin-bottom: 1px;
}

.palette_wrapper.active .td_palette:hover {
	overflow: visible;
}

/* input[type=number] */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

/* pct_versions_toggler */
.pct_versions_toggler {
	position: absolute;
	right: 127px;
	top: 25px;
	height: 20px;
	width: 30px;
	background: url(../../system/modules/pct_themer/assets/img/icon_save.svg) center center no-repeat;
	cursor: pointer;
	display: none;
}

/* select */
.pct_themedesigner .chosen-container-single .chosen-single {
	background: none;
	box-shadow: none;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 20px;
	padding-left: 15px;
}

.pct_themedesigner .chosen-container-active.chosen-with-drop .chosen-single {
	border-radius: 13px 13px 0 0;
}

.pct_themedesigner .chosen-container .chosen-results li.highlighted {
	background: none; 
	border: 0;
	color: #e90069;
}

.pct_themedesigner .chosen-container-active.chosen-with-drop .chosen-single {
	background: none;
}

.pct_themedesigner .chosen-container .chosen-results {
	padding: 10px;
}

.pct_themedesigner .chosen-container-single .chosen-drop {
	border-radius: 0 0 20px 20px;
	border-color: rgba(0,0,0,0.2);
}

.pct_themedesigner .chosen-container-single .chosen-search input[type=text] {
	border-radius: 20px;
	padding: 6px 20px 6px 5px;
	margin: 7px 10px;
	width: calc(100% - 20px);
	border: 1px solid rgba(0,0,0,0.2);
}

.pct_themedesigner .chosen-container li:last-of-type {
	border-bottom: 0;
}

.pct_themedesigner .ui-state-default,
.pct_themedesigner .ui-widget-content .ui-state-default,
.pct_themedesigner .ui-widget-header .ui-state-default {
	background: #eeeeee;
}

.pct_themedesigner .ui-state-hover {
	border-color: #e90069!important;
}

.pct_themedesigner .ui-state-active {
	background: #e90069!important;
}

.pct_themedesigner select.chosen-select {
	display: none;
}

.pct_themedesigner .chosen-container-single {
	width: 100%!important;
}

.pct_themedesigner .font_style_select {
	width: 135px;
	float: left;
}

.pct_themedesigner .font_style_select .chosen-search {
	display: none;
}

.pct_themedesigner .fontpicker_apply {
	float: right;
	width: 57px;
}

.font_preview {
	margin-bottom: 5px;
	padding: 10px;
	background: #f8f8f8;
	font-size: 17px;
	border-radius: 10px;
}

.chosen-container {
	margin-bottom: 3px;
}

.fontpicker_apply {
	line-height: 25px;
	background: #e90069;
	text-align: center;
	padding: 0 15px;
	cursor: pointer;
	border-radius: 20px;
	color: #fff;
}

.fontpicker_apply:hover {
	opacity: 0.9;
}

}

@media only screen and (max-width: 1550px) {
.pct_versions .select {
	width: 80px;
	margin-right: 10px;
}
}


@media only screen and (max-width: 885px)  {

	.pct_navigation ul li {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 858px)  {
	.pct_navigation ul li {
		padding: 0 12px;
	}
}

@media only screen and (max-width: 767px) {
	.themedesigner_bar,
	.themedesigner_wrapper {
		display: none;
	}

	body.themedesigner_active .themedesigner_frame {
		padding: 0;
	}

}

/* demo_mode_info */
.demo_mode_info {
	position: absolute;
	top: 15px;
	right: 180px;
	text-align: right;
	font-size: 10px;
}

.demo_mode_info strong {
	background: #e90069;
	display: inline-block;
	padding: 4px 10px;
	color: #fff;
	margin-right: 6px;
	border-radius: 3px;
}

@media only screen and (max-width: 980px) {
	.demo_mode .demo_mode_info {
		display: none;
	}
}

@media only screen and (max-width: 1400px) {
	.td_logo {
		display: none;
	}
}

/* header background-images */

.section_headerClassic .td_toggler,
.section_headerModern .td_toggler,
.section_headerMinimal .td_toggler,
.section_headerOnSide .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v1.svg);
	background-position: 10px center!important;
	background-repeat: no-repeat!important;
	padding: 30px 0 30px 140px;
}

.section_headerClassic .td_toggler:after,
.section_headerModern .td_toggler:after,
.section_headerMinimal .td_toggler:after,
.section_headerOnSide .td_toggler:after {
	top: 26px;
}

#headeronside_right-header-1 .td_toggler,
#headeronside_left-header-3 .td_toggler,
#headeronside_left-header-2 .td_toggler,
#headeronside_left-header-1 .td_toggler {
	padding-top: 40px;
	padding-bottom: 40px;
}

#headeronside_right-header-1 .td_toggler:after,
#headeronside_left-header-3 .td_toggler:after,
#headeronside_left-header-2 .td_toggler:after,
#headeronside_left-header-1 .td_toggler:after {
	top: 36px;
}

#headerclassic_classic-header-1 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v1.svg);
}

#headerclassic_classic-header-2 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v2.svg);
}

#headerclassic_classic-header-3 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v3.svg);
}

#headerclassic_classic-header-4 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v4.svg);
}

#headerclassic_classic-header-5 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v5.svg);
}

#headerclassic_classic-header-6 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v6.svg);
}

#headerclassic_classic-header-7 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v7.svg);
}

#headerclassic_classic-header-8 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v8.svg);
}

#headerclassic_classic-header-9 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v9.svg);
}

#headerclassic_classic-header-10 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_classic_v10.svg);
}

#headermodern_modern-header-1 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v1.svg);
}

#headermodern_modern-header-2 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v2.svg);
}

#headermodern_modern-header-3 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v3.svg);
}

#headermodern_modern-header-4 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v4.svg);
}

#headermodern_modern-header-5 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v5.svg);
}

#headermodern_modern-header-6 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v6.svg);
}

#headermodern_modern-header-7 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v7.svg);
}

#headermodern_modern-header-8 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v8.svg);
}

#headermodern_modern-header-9 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v9.svg);
}

#headermodern_modern-header-10 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_modern_v10.svg);
}

#headerminimal_minimal-header-1 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_minimal_v1.svg);
}

#headerminimal_minimal-header-2 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_minimal_v2.svg);
}

#headeronside_left-header-1 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_beside_v1.svg);
}

#headeronside_left-header-2 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_beside_v2.svg);
}

#headeronside_left-header-3 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_beside_v3.svg);
}

#headeronside_right-header-1 .td_toggler {
	background-image: url(../../system/modules/pct_themer/assets/img/header/header_beside_v4.svg);
}

#themedesigner .mmenuSkinRESET {
	display: none!important;
}

/* fix for select chosen */
#themedesigner .chosen-container .chosen-drop {
	z-index: 100000;
}
/* =============================================================================
 * ce_headline_extended
 * ========================================================================== */

.ce_headline_extended.align-right {
	margin-left: auto;
	margin-right: 0;
}

.ce_headline_extended[class*="font-size"] h1,
.ce_headline_extended[class*="font-size"] h2,
.ce_headline_extended[class*="font-size"] h3,
.ce_headline_extended[class*="font-size"] h4,
.ce_headline_extended[class*="font-size"] h5,
.ce_headline_extended[class*="font-size"] h6 {
	font-size: inherit;
}

.ce_headline_extended[class*="mb-"] h1,
.ce_headline_extended[class*="mb-"] h2,
.ce_headline_extended[class*="mb-"] h3,
.ce_headline_extended[class*="mb-"] h4,
.ce_headline_extended[class*="mb-"] h5,
.ce_headline_extended[class*="mb-"] h6 {
	margin-bottom: 0;
}

/* =============================================================================
 * ce_headline_extended version 0
 * ========================================================================== */

.ce_headline_extended.version0 {
	margin-bottom: 60px;
	max-width: 600px;
}

.ce_headline_extended.version0 .headline {
	margin-bottom: 0;
}

.ce_headline_extended.version0 .divider {
	display: none;
}

.ce_headline_extended.version0 .subheadline {
	font-size: 1.333rem;
}

.ce_headline_extended.version0.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version0.align-center .divider {
	margin-left: auto;
	margin-right: auto;
}

/* =============================================================================
 * ce_headline_extended version 1
 * ========================================================================== */

.ce_headline_extended.version1 {
	max-width: 600px;
}

.ce_headline_extended.version1 .headline {
	margin-bottom: 0;
}

.ce_headline_extended.version1 .divider {
	background: rgb(51,51,51);
	content: '';
	display: block;
	height: 2px;
	margin: 20px 0 20px 0;
	position: relative;
	width: 22px;

}

.ce_headline_extended.version1 .subheadline {
	font-size: 1.333rem;
}

.ce_headline_extended.version1.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version1.align-center .divider {
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version1.color-white h1:after,
.ce_headline_extended.version1.color-white h2:after,
.ce_headline_extended.version1.color-white h3:after,
.ce_headline_extended.version1.color-white h4:after,
.ce_headline_extended.version1.color-white h5:after,
.ce_headline_extended.version1.color-white h6:after,
.color-white .ce_headline_extended.version1 h1:after,
.color-white .ce_headline_extended.version1 h2:after,
.color-white .ce_headline_extended.version1 h3:after,
.color-white .ce_headline_extended.version1 h4:after,
.color-white .ce_headline_extended.version1 h5:after,
.color-white .ce_headline_extended.version1 h6:after {
	background: rgb(255,255,255);
}

.color-white .ce_headline_extended.version1 .divider {
	background: rgb(255,255,255);
}

/* =============================================================================
 * ce_headline_extended version 2
 * ========================================================================== */

.ce_headline_extended.version2 {
	max-width: 600px;
}

.ce_headline_extended.version2 .headline {
	margin-bottom: 0;
}

.ce_headline_extended.version2 .subheadline {
	font-size: 1.2rem;
}

.ce_headline_extended.version2.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version2 .divider {
	margin-bottom: 25px;
	margin-top: 15px;
	text-align: left;
	display: block;
}

.ce_headline_extended.version2.align-center .divider {
	text-align: center;
}

.ce_headline_extended.version2 .divider-first {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	border: 3px solid var(--accentColor);
	border-radius: 7px;
}

.ce_headline_extended.version2 .divider-second {
	background-color: rgb(152,152,152);
	width: 4px;
	height: 4px;
	margin-top: 2px;
	margin-left: 2px;
	border-radius: 4px;
}

.ce_headline_extended.version2 .divider:after,
.ce_headline_extended.version2 .divider:before {
	background-color: rgb(152,152,152);
	display: inline-block !important;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}

.color-white .ce_headline_extended.version2 .divider:after,
.color-white .ce_headline_extended.version2 .divider:before,
.color-white .ce_headline_extended.version2 .divider-second {
	background: var(--accentColor);
}

.color-white .ce_headline_extended.version2 .divider-first {
	border-color: rgb(255,255,255);
}

.ce_headline_extended.align-center {
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.max_width_90 {
	max-width: 90%;
}

.ce_headline_extended.max_width_80 {
	max-width: 80%;
}

.ce_headline_extended.max_width_70 {
	max-width: 70%;
}

.ce_headline_extended.max_width_60 {
	max-width: 60%;
}

.ce_headline_extended.max_width_50 {
	max-width: 50%;
}

.ce_headline_extended.max_width_40 {
	max-width: 40%;
}

.ce_headline_extended.max_width_30 {
	max-width: 30%;
}

.ce_headline_extended.max_width_20 {
	max-width: 20%;
}

.ce_headline_extended.max_width_10 {
	max-width: 10%;
}

.ce_headline_extended.version1 .subheadline,
.ce_headline_extended.version2 .subheadline {
	font-size: 1.467rem;
}

/* =============================================================================
 * ce_headline_extended | background-text
 * ========================================================================== */

.ce_headline_extended {
	position: relative;
	overflow: visible;
}

.ce_headline_extended .h3.background-text {
	position: absolute;
	top: 27px;
	left: 0;
	right: 0;
	z-index: 10;
	opacity: 0.03;
	font-size: 8rem;
	line-height: 0;
}

/* =============================================================================
 * ce_headline_extended | in revolution slider
 * ========================================================================== */

 .ce_revolutionslider .ce_headline_extended h1 {
	 font-size: 80px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h2 {
	 font-size: 70px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h3 {
	 font-size: 65px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h4 {
	 font-size: 55px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h5 {
	 font-size: 45px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h6 {
	 font-size: 35px;
	 white-space: normal;
	 word-wrap: normal;
 }

 /* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_headline_extended.version0,
	.ce_headline_extended.version1 {
		margin-bottom: 30px;
	}

	.ce_headline_extended .background-text {
		display: none!important;
	}
}
/* =============================================================================
 * ce_divider_extended
 * ========================================================================== */

.ce_divider_extended {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ce_divider_extended.align-center {
	margin-left: auto;
	margin-right: auto;
}

.ce_divider_extended.align-right {
	margin-left: auto;
}

.ce_divider_extended.version1 {
	background: rgba(0,0,0,0.1);
	width: 65px;
	height: 1px;
}

.ce_divider_extended.version2 {
	background: rgba(0,0,0,0.1);
	width: 80px;
	height: 3px;
}

.ce_divider_extended.version3 {
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 1px;
}

.ce_divider_extended.version3.invert {
	background-color: rgba(255,255,255,0.4);
}

.ce_divider_extended.version4 {
	text-align: center;
	background: none!important;
}

.ce_divider_extended.version4.invert span {
	background: #fff;
}

.ce_divider_extended.version4 span {
	background: var(--accentColor);
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.ce_divider_extended.version5 {
	background: var(--accentColor);
	width: 65px;
	height: 1px;
}

.ce_divider_extended.version6 {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5Ni4xMzJweCIgaGVpZ2h0PSIzMy42NzhweCIgdmlld0JveD0iMCAwIDk2LjEzMiAzMy42NzgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk2LjEzMiAzMy42NzgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjUuOTMyIiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxNi44MzkgLTYuOTc0NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzU3NTc1NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSIyMS44MTQiIGhlaWdodD0iMjEuODE0Ii8+PHJlY3QgeD0iMjEuMzU2IiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAyMS4zNTY2IC0xNy44ODEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTc1NzU2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjIxLjgxNCIgaGVpZ2h0PSIyMS44MTQiLz48cmVjdCB4PSI1Mi45NjEiIHk9IjUuOTMyIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgMC43MDcxIC0wLjcwNzEgMC43MDcxIDMwLjYxMzYgLTQwLjIyOTUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM1NzU3NTYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iMjEuODE0IiBoZWlnaHQ9IjIxLjgxNCIvPjxyZWN0IHg9IjM3LjUzNyIgeT0iNS45MzIiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMjYuMDk1OSAtMjkuMzIyNykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzU3NTc1NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSIyMS44MTQiIGhlaWdodD0iMjEuODE0Ii8+PHJlY3QgeD0iNjguMzg2IiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAzNS4xMzE0IC01MS4xMzY1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTc1NzU2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjIxLjgxNCIgaGVpZ2h0PSIyMS44MTQiLz48L3N2Zz4=);
	background-position: left center;
	background-repeat: no-repeat!important;
	height: 35px;
}

.ce_divider_extended.version6.align-center {
	background-position: center center;
}

.ce_divider_extended.version6.align-right {
	background-position: right center;
}

.ce_divider_extended.version6.invert {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5Ni4xMzJweCIgaGVpZ2h0PSIzMy42NzhweCIgdmlld0JveD0iMCAwIDk2LjEzMiAzMy42NzgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk2LjEzMiAzMy42NzgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjUuOTMyIiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxNi44MzkgLTYuOTc0NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSIyMS44MTQiIGhlaWdodD0iMjEuODE0Ii8+PHJlY3QgeD0iMjEuMzU2IiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAyMS4zNTY2IC0xNy44ODEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjIxLjgxNCIgaGVpZ2h0PSIyMS44MTQiLz48cmVjdCB4PSI1Mi45NjEiIHk9IjUuOTMyIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgMC43MDcxIC0wLjcwNzEgMC43MDcxIDMwLjYxMzYgLTQwLjIyOTUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iMjEuODE0IiBoZWlnaHQ9IjIxLjgxNCIvPjxyZWN0IHg9IjM3LjUzNyIgeT0iNS45MzIiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMjYuMDk1OSAtMjkuMzIyNykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSIyMS44MTQiIGhlaWdodD0iMjEuODE0Ii8+PHJlY3QgeD0iNjguMzg2IiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAzNS4xMzE0IC01MS4xMzY1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjIxLjgxNCIgaGVpZ2h0PSIyMS44MTQiLz48L3N2Zz4=);
}

.ce_divider_extended.version6.invert,
.ce_divider_extended.version6.invert span {
	background-color: transparent!important;
}

.ce_divider_extended.version7 {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxODAuMjI1cHgiIGhlaWdodD0iMTkuMjU0cHgiIHZpZXdCb3g9IjAgMCAxODAuMjI1IDE5LjI1NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTgwLjIyNSAxOS4yNTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iOS40NzQiIHkxPSIwLjIxNiIgeDI9IjAuNDUxIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxOC45MzUiIHkxPSIwLjIxNiIgeDI9IjkuOTEyIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyOC4zOTYiIHkxPSIwLjIxNiIgeDI9IjE5LjM3MyIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTIzLjAwNyIgeTE9IjAuMjE2IiB4Mj0iMTEzLjk4NCIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTEzLjU0NiIgeTE9IjAuMjE2IiB4Mj0iMTA0LjUyMyIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTA0LjA4NCIgeTE9IjAuMjE2IiB4Mj0iOTUuMDYyIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5NC42MjQiIHkxPSIwLjIxNiIgeDI9Ijg1LjYwMSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iODUuMTYzIiB5MT0iMC4yMTYiIHgyPSI3Ni4xNCIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzUuNzAyIiB5MT0iMC4yMTYiIHgyPSI2Ni42NzgiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM3MDZGNkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY2LjI0MSIgeTE9IjAuMjE2IiB4Mj0iNTcuMjE3IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1Ni43OCIgeTE9IjAuMjE2IiB4Mj0iNDcuNzU2IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0Ny4zMTgiIHkxPSIwLjIxNiIgeDI9IjM4LjI5NSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzcuODU3IiB5MT0iMC4yMTYiIHgyPSIyOC44MzQiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM3MDZGNkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEzMi40NjgiIHkxPSIwLjIxNiIgeDI9IjEyMy40NDUiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM3MDZGNkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjE3MC4zMTMiIHkxPSIwLjIxNiIgeDI9IjE2MS4yOSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTYwLjg1MiIgeTE9IjAuMjE2IiB4Mj0iMTUxLjgyOSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTUxLjM5IiB5MT0iMC4yMTYiIHgyPSIxNDIuMzY4IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNDEuOTI5IiB5MT0iMC4yMTYiIHgyPSIxMzIuOTA2IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNzkuNzc0IiB5MT0iMC4yMTYiIHgyPSIxNzAuNzUiIHkyPSIxOS4wMzgiLz48L3N2Zz4=);
	background-position: left center;
	background-repeat: no-repeat!important;
	height: 35px;
}

.ce_divider_extended.version7.align-center {
	background-position: center center;
}

.ce_divider_extended.version7.align-right {
	background-position: right center;
}

.ce_divider_extended.version7.invert {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxODAuMjI1cHgiIGhlaWdodD0iMTkuMjU0cHgiIHZpZXdCb3g9IjAgMCAxODAuMjI1IDE5LjI1NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTgwLjIyNSAxOS4yNTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iOS40NzQiIHkxPSIwLjIxNiIgeDI9IjAuNDUxIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxOC45MzUiIHkxPSIwLjIxNiIgeDI9IjkuOTEyIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyOC4zOTYiIHkxPSIwLjIxNiIgeDI9IjE5LjM3MyIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTIzLjAwNyIgeTE9IjAuMjE2IiB4Mj0iMTEzLjk4NCIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTEzLjU0NiIgeTE9IjAuMjE2IiB4Mj0iMTA0LjUyMyIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTA0LjA4NCIgeTE9IjAuMjE2IiB4Mj0iOTUuMDYyIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5NC42MjQiIHkxPSIwLjIxNiIgeDI9Ijg1LjYwMSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iODUuMTYzIiB5MT0iMC4yMTYiIHgyPSI3Ni4xNCIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzUuNzAyIiB5MT0iMC4yMTYiIHgyPSI2Ni42NzgiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY2LjI0MSIgeTE9IjAuMjE2IiB4Mj0iNTcuMjE3IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1Ni43OCIgeTE9IjAuMjE2IiB4Mj0iNDcuNzU2IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0Ny4zMTgiIHkxPSIwLjIxNiIgeDI9IjM4LjI5NSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzcuODU3IiB5MT0iMC4yMTYiIHgyPSIyOC44MzQiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEzMi40NjgiIHkxPSIwLjIxNiIgeDI9IjEyMy40NDUiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjE3MC4zMTMiIHkxPSIwLjIxNiIgeDI9IjE2MS4yOSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTYwLjg1MiIgeTE9IjAuMjE2IiB4Mj0iMTUxLjgyOSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTUxLjM5IiB5MT0iMC4yMTYiIHgyPSIxNDIuMzY4IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNDEuOTI5IiB5MT0iMC4yMTYiIHgyPSIxMzIuOTA2IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNzkuNzc0IiB5MT0iMC4yMTYiIHgyPSIxNzAuNzUiIHkyPSIxOS4wMzgiLz48L3N2Zz4=);
}

.ce_divider_extended.version7.invert,
.ce_divider_extended.version7.invert span {
	background-color: transparent!important;
}

.ce_divider_extended.version8 {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5OC43MjNweCIgaGVpZ2h0PSI3LjA1MXB4IiB2aWV3Qm94PSIwIDAgOTguNzIzIDcuMDUxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5OC43MjMgNy4wNTEiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMC4zNTMiIHkxPSIwLjM2MSIgeDI9IjYuNjk3IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjYuNjg5IiB5MT0iMC4zNTQiIHgyPSIwLjM2MSIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTAuNTM5IiB5MT0iMC4zNjEiIHgyPSIxNi44ODMiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTYuODc1IiB5MT0iMC4zNTQiIHgyPSIxMC41NDciIHkyPSI2LjY5NyIvPjwvZz48Zz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjYxLjQ2OCIgeTE9IjAuMzYxIiB4Mj0iNjcuODEyIiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY3LjgwNCIgeTE9IjAuMzU0IiB4Mj0iNjEuNDc2IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1MS4yODIiIHkxPSIwLjM2MSIgeDI9IjU3LjYyNiIgeTI9IjYuNjg5Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1Ny42MTgiIHkxPSIwLjM1NCIgeDI9IjUxLjI5IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5Mi4wMjYiIHkxPSIwLjM2MSIgeDI9Ijk4LjM3IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijk4LjM2MiIgeTE9IjAuMzU0IiB4Mj0iOTIuMDM0IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0MS4wOTciIHkxPSIwLjM2MSIgeDI9IjQ3LjQ0IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjQ3LjQzMyIgeTE9IjAuMzU0IiB4Mj0iNDEuMTA0IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI4MS44NCIgeTE9IjAuMzYxIiB4Mj0iODguMTg0IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijg4LjE3NiIgeTE9IjAuMzU0IiB4Mj0iODEuODQ4IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzMC45MTEiIHkxPSIwLjM2MSIgeDI9IjM3LjI1NCIgeTI9IjYuNjg5Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzNy4yNDciIHkxPSIwLjM1NCIgeDI9IjMwLjkxOCIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzEuNjU0IiB5MT0iMC4zNjEiIHgyPSI3Ny45OTgiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzcuOTkiIHkxPSIwLjM1NCIgeDI9IjcxLjY2MiIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjAuNzI1IiB5MT0iMC4zNjEiIHgyPSIyNy4wNjgiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjcuMDYxIiB5MT0iMC4zNTQiIHgyPSIyMC43MzIiIHkyPSI2LjY5NyIvPjwvZz48L3N2Zz4=);
	background-position: left center;
	background-repeat: no-repeat!important;
	height: 35px;
}

.ce_divider_extended.version8.align-center {
	background-position: center center;
}

.ce_divider_extended.version8.align-right {
	background-position: right center;
}

.ce_divider_extended.version8.invert {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5OC43MjNweCIgaGVpZ2h0PSI3LjA1MXB4IiB2aWV3Qm94PSIwIDAgOTguNzIzIDcuMDUxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5OC43MjMgNy4wNTEiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMC4zNTMiIHkxPSIwLjM2MSIgeDI9IjYuNjk3IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjYuNjg5IiB5MT0iMC4zNTQiIHgyPSIwLjM2MSIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTAuNTM5IiB5MT0iMC4zNjEiIHgyPSIxNi44ODMiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTYuODc1IiB5MT0iMC4zNTQiIHgyPSIxMC41NDciIHkyPSI2LjY5NyIvPjwvZz48Zz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjYxLjQ2OCIgeTE9IjAuMzYxIiB4Mj0iNjcuODEyIiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY3LjgwNCIgeTE9IjAuMzU0IiB4Mj0iNjEuNDc2IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1MS4yODIiIHkxPSIwLjM2MSIgeDI9IjU3LjYyNiIgeTI9IjYuNjg5Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1Ny42MTgiIHkxPSIwLjM1NCIgeDI9IjUxLjI5IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5Mi4wMjYiIHkxPSIwLjM2MSIgeDI9Ijk4LjM3IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijk4LjM2MiIgeTE9IjAuMzU0IiB4Mj0iOTIuMDM0IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0MS4wOTciIHkxPSIwLjM2MSIgeDI9IjQ3LjQ0IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjQ3LjQzMyIgeTE9IjAuMzU0IiB4Mj0iNDEuMTA0IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI4MS44NCIgeTE9IjAuMzYxIiB4Mj0iODguMTg0IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijg4LjE3NiIgeTE9IjAuMzU0IiB4Mj0iODEuODQ4IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzMC45MTEiIHkxPSIwLjM2MSIgeDI9IjM3LjI1NCIgeTI9IjYuNjg5Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzNy4yNDciIHkxPSIwLjM1NCIgeDI9IjMwLjkxOCIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzEuNjU0IiB5MT0iMC4zNjEiIHgyPSI3Ny45OTgiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzcuOTkiIHkxPSIwLjM1NCIgeDI9IjcxLjY2MiIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjAuNzI1IiB5MT0iMC4zNjEiIHgyPSIyNy4wNjgiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjcuMDYxIiB5MT0iMC4zNTQiIHgyPSIyMC43MzIiIHkyPSI2LjY5NyIvPjwvZz48L3N2Zz4=);
}

.ce_divider_extended.version8.invert,
.ce_divider_extended.version8.invert span {
	background-color: transparent!important;
}

.ce_divider_extended.version9 {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5Ny43NzNweCIgaGVpZ2h0PSIxMS41MjNweCIgdmlld0JveD0iMCAwIDk3Ljc3MyAxMS41MjMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk3Ljc3MyAxMS41MjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI5Ny4zOTEsMTEuMjAxIDg4LjYxOSwwLjgwMyA4MC44MjcsMTEuMjAxICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI4MS4zMDYsMTEuMjAxIDcyLjUzMiwwLjgwMyA2NC43NDIsMTEuMjAxICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI2NS4yMiwxMS4yMDEgNTYuNDQ4LDAuODAzIDQ4LjY1NiwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjQ5LjEzNSwxMS4yMDEgNDAuMzYxLDAuODAzIDMyLjU3MSwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjMzLjA0OSwxMS4yMDEgMjQuMjc3LDAuODAzIDE2LjQ4NSwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjE2Ljk2NCwxMS4yMDEgOC4xOSwwLjgwMyAwLjQsMTEuMjAxICIvPjwvc3ZnPg==);
	background-position: left center;
	background-repeat: no-repeat!important;
	height: 35px;
}

.ce_divider_extended.version9.align-center {
	background-position: center center;
}

.ce_divider_extended.version9.align-right {
	background-position: right center;
}

.ce_divider_extended.version9.invert {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5Ny43NzNweCIgaGVpZ2h0PSIxMS41MjNweCIgdmlld0JveD0iMCAwIDk3Ljc3MyAxMS41MjMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk3Ljc3MyAxMS41MjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI5Ny4zOTEsMTEuMjAxIDg4LjYxOSwwLjgwMyA4MC44MjcsMTEuMjAxICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI4MS4zMDYsMTEuMjAxIDcyLjUzMiwwLjgwMyA2NC43NDIsMTEuMjAxICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI2NS4yMiwxMS4yMDEgNTYuNDQ4LDAuODAzIDQ4LjY1NiwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjQ5LjEzNSwxMS4yMDEgNDAuMzYxLDAuODAzIDMyLjU3MSwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjMzLjA0OSwxMS4yMDEgMjQuMjc3LDAuODAzIDE2LjQ4NSwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjE2Ljk2NCwxMS4yMDEgOC4xOSwwLjgwMyAwLjQsMTEuMjAxICIvPjwvc3ZnPg==);
}

.ce_divider_extended.version9.invert,
.ce_divider_extended.version9.invert span {
	background-color: transparent!important;
}

.ce_divider_extended.version10 {
	background: none!important;
}

.ce_divider_extended.version10.invert svg {
	fill: rgb(255,255,255);
}

.ce_divider_extended.version10 svg {
	fill: var(--accentColor);
}
[data-theme]{background-color:#fff;background-color:var(--color-bg,#fff);color:#303035;color:var(--color-contrast-high,#313135)}
:root{--space-unit:1em;--space-xxxxs:calc(0.125*var(--space-unit));--space-xxxs:calc(0.25*var(--space-unit));--space-xxs:calc(0.375*var(--space-unit));--space-xs:calc(0.5*var(--space-unit));--space-sm:calc(0.75*var(--space-unit));--space-md:calc(1.25*var(--space-unit));--space-lg:calc(2*var(--space-unit));--space-xl:calc(3.25*var(--space-unit));--space-xxl:calc(5.25*var(--space-unit));--space-xxxl:calc(8.5*var(--space-unit));--space-xxxxl:calc(13.75*var(--space-unit));--component-padding:var(--space-md)}
:root{--max-width-xxs:32rem;--max-width-xs:38rem;--max-width-sm:48rem;--max-width-md:64rem;--max-width-lg:80rem;--max-width-xl:90rem;--max-width-xxl:120rem}
:root{--radius-sm:calc(var(--radius, 0.25em)/2);--radius-md:var(--radius, 0.25em);--radius-lg:calc(var(--radius, 0.25em)*2);--shadow-sm:0 1px 2px rgba(0, 0, 0, .085),0 1px 8px rgba(0, 0, 0, .1);--shadow-md:0 1px 8px rgba(0, 0, 0, .1),0 8px 24px rgba(0, 0, 0, .15);--shadow-lg:0 1px 8px rgba(0, 0, 0, .1),0 16px 48px rgba(0, 0, 0, .1),0 24px 60px rgba(0, 0, 0, .1);--bounce:cubic-bezier(0.175, 0.885, 0.32, 1.275);--ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-out:cubic-bezier(0.215, 0.61, 0.355, 1)}
:root{--body-line-height:1.4;--heading-line-height:1.2}
:root{--icon-xxs:12px;--icon-xs:16px;--icon-sm:24px;--icon-md:32px;--icon-lg:48px;--icon-xl:64px;--icon-xxl:128px}
@-webkit-keyframes icon-spin{
0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes icon-spin{
0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
:root{--zindex-header:2;--zindex-popover:5;--zindex-fixed-element:10;--zindex-overlay:15}
@media not all and (min-width:32rem){
.display\@xs{display:none!important}
}
@media (min-width:32rem){
.hide\@xs{display:none!important}
}
@media not all and (min-width:48rem){
.display\@sm{display:none!important}
}
@media (min-width:48rem){
.hide\@sm{display:none!important}
}
@media not all and (min-width:64rem){
.display\@md{display:none!important}
}
@media (min-width:64rem){
.hide\@md{display:none!important}
}
@media not all and (min-width:80rem){
.display\@lg{display:none!important}
}
@media (min-width:80rem){
.hide\@lg{display:none!important}
}
@media not all and (min-width:90rem){
.display\@xl{display:none!important}
}
@media (min-width:90rem){
.hide\@xl{display:none!important}
}
:root{--display:block}
.width-100\%{width:100%}
.height-100\%{height:100%}
.media-wrapper{position:relative;height:0;padding-bottom:56.25%}
.media-wrapper iframe,.media-wrapper img,.media-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%}
.media-wrapper img,.media-wrapper video{-o-object-fit:cover;object-fit:cover}
.media-wrapper--4\:3{padding-bottom:75%}
:root,[data-theme=default]{--color-primary-darker:hsl(220, 90%, 36%);--color-primary-darker-h:220;--color-primary-darker-s:90%;--color-primary-darker-l:36%;--color-primary-dark:hsl(220, 90%, 46%);--color-primary-dark-h:220;--color-primary-dark-s:90%;--color-primary-dark-l:46%;--color-primary:hsl(220, 90%, 56%);--color-primary-h:220;--color-primary-s:90%;--color-primary-l:56%;--color-primary-light:hsl(220, 90%, 66%);--color-primary-light-h:220;--color-primary-light-s:90%;--color-primary-light-l:66%;--color-primary-lighter:hsl(220, 90%, 76%);--color-primary-lighter-h:220;--color-primary-lighter-s:90%;--color-primary-lighter-l:76%;--color-accent-darker:hsl(355, 90%, 41%);--color-accent-darker-h:355;--color-accent-darker-s:90%;--color-accent-darker-l:41%;--color-accent-dark:hsl(355, 90%, 51%);--color-accent-dark-h:355;--color-accent-dark-s:90%;--color-accent-dark-l:51%;--color-accent:hsl(355, 90%, 61%);--color-accent-h:355;--color-accent-s:90%;--color-accent-l:61%;--color-accent-light:hsl(355, 90%, 71%);--color-accent-light-h:355;--color-accent-light-s:90%;--color-accent-light-l:71%;--color-accent-lighter:hsl(355, 90%, 81%);--color-accent-lighter-h:355;--color-accent-lighter-s:90%;--color-accent-lighter-l:81%;--color-black:hsl(240, 8%, 12%);--color-black-h:240;--color-black-s:8%;--color-black-l:12%;--color-white:hsl(0, 0%, 100%);--color-white-h:0;--color-white-s:0%;--color-white-l:100%;--color-success-darker:hsl(94, 48%, 36%);--color-success-darker-h:94;--color-success-darker-s:48%;--color-success-darker-l:36%;--color-success-dark:hsl(94, 48%, 46%);--color-success-dark-h:94;--color-success-dark-s:48%;--color-success-dark-l:46%;--color-success:hsl(94, 48%, 56%);--color-success-h:94;--color-success-s:48%;--color-success-l:56%;--color-success-light:hsl(94, 48%, 66%);--color-success-light-h:94;--color-success-light-s:48%;--color-success-light-l:66%;--color-success-lighter:hsl(94, 48%, 76%);--color-success-lighter-h:94;--color-success-lighter-s:48%;--color-success-lighter-l:76%;--color-error-darker:hsl(355, 90%, 41%);--color-error-darker-h:355;--color-error-darker-s:90%;--color-error-darker-l:41%;--color-error-dark:hsl(355, 90%, 51%);--color-error-dark-h:355;--color-error-dark-s:90%;--color-error-dark-l:51%;--color-error:hsl(355, 90%, 61%);--color-error-h:355;--color-error-s:90%;--color-error-l:61%;--color-error-light:hsl(355, 90%, 71%);--color-error-light-h:355;--color-error-light-s:90%;--color-error-light-l:71%;--color-error-lighter:hsl(355, 90%, 81%);--color-error-lighter-h:355;--color-error-lighter-s:90%;--color-error-lighter-l:81%;--color-warning-darker:hsl(46, 100%, 41%);--color-warning-darker-h:46;--color-warning-darker-s:100%;--color-warning-darker-l:41%;--color-warning-dark:hsl(46, 100%, 51%);--color-warning-dark-h:46;--color-warning-dark-s:100%;--color-warning-dark-l:51%;--color-warning:hsl(46, 100%, 61%);--color-warning-h:46;--color-warning-s:100%;--color-warning-l:61%;--color-warning-light:hsl(46, 100%, 71%);--color-warning-light-h:46;--color-warning-light-s:100%;--color-warning-light-l:71%;--color-warning-lighter:hsl(46, 100%, 81%);--color-warning-lighter-h:46;--color-warning-lighter-s:100%;--color-warning-lighter-l:81%;--color-bg:hsl(0, 0%, 100%);--color-bg-h:0;--color-bg-s:0%;--color-bg-l:100%;--color-contrast-lower:hsl(0, 0%, 95%);--color-contrast-lower-h:0;--color-contrast-lower-s:0%;--color-contrast-lower-l:95%;--color-contrast-low:hsl(240, 1%, 83%);--color-contrast-low-h:240;--color-contrast-low-s:1%;--color-contrast-low-l:83%;--color-contrast-medium:hsl(240, 1%, 48%);--color-contrast-medium-h:240;--color-contrast-medium-s:1%;--color-contrast-medium-l:48%;--color-contrast-high:hsl(240, 4%, 20%);--color-contrast-high-h:240;--color-contrast-high-s:4%;--color-contrast-high-l:20%;--color-contrast-higher:hsl(240, 8%, 12%);--color-contrast-higher-h:240;--color-contrast-higher-s:8%;--color-contrast-higher-l:12%}
@supports (--css:variables){
@media (min-width:64rem){
:root{--space-unit:1.25em}
}
}
:root{--radius:0.25em}
:root{--font-primary:sans-serif;--text-base-size:1em;--text-scale-ratio:1.2;--text-xs:calc(1em/var(--text-scale-ratio)/var(--text-scale-ratio));--text-sm:calc(var(--text-xs)*var(--text-scale-ratio));--text-md:calc(var(--text-sm)*var(--text-scale-ratio)*var(--text-scale-ratio));--text-lg:calc(var(--text-md)*var(--text-scale-ratio));--text-xl:calc(var(--text-lg)*var(--text-scale-ratio));--text-xxl:calc(var(--text-xl)*var(--text-scale-ratio));--text-xxxl:calc(var(--text-xxl)*var(--text-scale-ratio));--body-line-height:1.4;--heading-line-height:1.2;--font-primary-capital-letter:1}
@supports (--css:variables){
@media (min-width:64rem){
:root{--text-base-size:1.25em;--text-scale-ratio:1.25}
}
}
mark{background-color:hsla(355,90%,61%,.2);background-color:hsla(var(--color-accent-h),var(--color-accent-s),var(--color-accent-l),.2);color:inherit}
.text-component{--line-height-multiplier:1;--text-vspace-multiplier:1}
.text-component blockquote{padding-left:1em;border-left:4px solid #d3d3d4;border-left:4px solid var(--color-contrast-low)}
.text-component hr{background:#d3d3d4;background:var(--color-contrast-low);height:1px}
.text-component figcaption{font-size:.83333em;font-size:var(--text-sm);color:#79797b;color:var(--color-contrast-medium)}
.article.text-component{--line-height-multiplier:1.13;--text-vspace-multiplier:1.2}
:root{--btn-font-size:1em;--btn-font-size-sm:calc(var(--btn-font-size) - 0.2em);--btn-font-size-md:calc(var(--btn-font-size) + 0.2em);--btn-font-size-lg:calc(var(--btn-font-size) + 0.4em);--btn-radius:0.25em;--btn-padding-x:var(--space-sm);--btn-padding-y:var(--space-xs)}
.btn{--color-shadow:hsla(240, 8%, 12%, 0.15);--color-shadow:hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.15);box-shadow:0 4px 16px hsla(240,8%,12%,.15);box-shadow:0 4px 16px hsla(var(--color-black-h),var(--color-black-s),var(--color-black-l),.15);cursor:pointer}
.btn--primary{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.btn--accent{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.btn--disabled{opacity:.6}
:root{--form-control-padding-x:var(--space-sm);--form-control-padding-y:var(--space-xs);--form-control-radius:0.25em}
.form-control{border:2px solid #d3d3d4;border:2px solid var(--color-contrast-low)}
.form-control:focus{outline:0;border-color:#296df3;border-color:var(--color-primary);--color-shadow:hsla(220, 90%, 56%, 0.2);--color-shadow:hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);box-shadow:undefined;box-shadow:0 0 0 3px var(--color-shadow)}
.form-control:focus:focus{box-shadow:0 0 0 3px hsla(220,90%,56%,.2);box-shadow:0 0 0 3px var(--color-shadow)}
.form-control[aria-invalid=true]{border-color:#f54250;border-color:var(--color-error)}
.form-control[aria-invalid=true]:focus{--color-shadow:hsla(355, 90%, 61%, 0.2);--color-shadow:hsla(var(--color-error-h), var(--color-error-s), var(--color-error-l), 0.2);box-shadow:undefined;box-shadow:0 0 0 3px var(--color-shadow)}
.form-control[aria-invalid=true]:focus:focus{box-shadow:0 0 0 3px hsla(355,90%,61%,.2);box-shadow:0 0 0 3px var(--color-shadow)}
.form-label{font-size:.83333em;font-size:var(--text-sm)}
:root{--cd-color-1:hsl(0, 0%, 22%);--cd-color-1-h:0;--cd-color-1-s:0%;--cd-color-1-l:22%;--cd-color-2:hsl(74, 93%, 32%);--cd-color-2-h:74;--cd-color-2-s:93%;--cd-color-2-l:32%;--cd-color-3:hsl(0, 0%, 97%);--cd-color-3-h:0;--cd-color-3-s:0%;--cd-color-3-l:97%;--font-primary:'Fira Sans',sans-serif;--font-secondary:'Playfair Display',serif}
body{color:#383838;color:var(--cd-color-1);background-color:#f7f7f7;background-color:var(--cd-color-3)}
.js .cd-h-timeline{opacity:0;transition:opacity .2s}
.js .cd-h-timeline--loaded{opacity:1}
.js .cd-h-timeline__container{position:relative;height:100px;max-width:800px}
.js .cd-h-timeline__dates{position:relative;height:100%;margin:0 40px;overflow:hidden}
.js .cd-h-timeline__dates::after,.js .cd-h-timeline__dates::before{content:'';position:absolute;z-index:2;top:0;height:100%;width:20px}
.js .cd-h-timeline__dates::before{left:0;background:linear-gradient(to right,#f7f7f7,hsla(0,0%,97%,0));background:linear-gradient(to right,var(--cd-color-3),hsla(var(--cd-color-3-h),var(--cd-color-3-s),var(--cd-color-3-l),0))}
.js .cd-h-timeline__dates::after{right:0;background:linear-gradient(to left,#f7f7f7,hsla(0,0%,97%,0));background:linear-gradient(to left,var(--cd-color-3),hsla(var(--cd-color-3-h),var(--cd-color-3-s),var(--cd-color-3-l),0))}
.js .cd-h-timeline__line{position:absolute;z-index:1;left:0;top:49px;height:2px;background-color:hsl(0,0%,87.3%);background-color:hsl(var(--cd-color-3-h),var(--cd-color-3-s),calc(var(--cd-color-3-l)*.9));transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}
.js .cd-h-timeline__filling-line{position:absolute;z-index:1;left:0;top:0;height:100%;width:100%;background-color:#7a9d05;background-color:var(--cd-color-2);-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}
.js .cd-h-timeline__date{position:absolute;bottom:0;z-index:2;text-align:center;font-size:.8em;padding-bottom:.75em;padding-bottom:var(--space-sm);color:#383838;color:var(--cd-color-1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none}
.js .cd-h-timeline__date::after{content:'';position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:-5px;height:12px;width:12px;border-radius:50%;border-width:2px;border-style:solid;border-color:hsl(0,0%,87.3%);border-color:hsl(var(--cd-color-3-h),var(--cd-color-3-s),calc(var(--cd-color-3-l)*.9));background-color:#f7f7f7;background-color:var(--cd-color-3);transition:background-color .3s,border-color .3s}
.js .cd-h-timeline__date:hover::after{background-color:#7a9d05;background-color:var(--cd-color-2);border-color:#7a9d05;border-color:var(--cd-color-2)}
@media (min-width:64rem){
.js .cd-h-timeline__date{font-size:.7em}
}
.js .cd-h-timeline__date--selected{pointer-events:none}
.js .cd-h-timeline__date--selected::after{background-color:#7a9d05;background-color:var(--cd-color-2);border-color:#7a9d05;border-color:var(--cd-color-2)}
.js .cd-h-timeline__date--older-event::after{border-color:#7a9d05;border-color:var(--cd-color-2)}
.js .cd-h-timeline__navigation{position:absolute;z-index:1;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:34px;width:34px;border-radius:50%;border-width:2px;border-style:solid;border-color:hsl(0,0%,87.3%);border-color:hsl(var(--cd-color-3-h),var(--cd-color-3-s),calc(var(--cd-color-3-l)*.9));transition:border-color .3s}
.js .cd-h-timeline__navigation::after{content:'';position:absolute;height:16px;width:16px;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background:url(../../files/cto_layout/scripts/horizontal-timeline/img/cd-arrow.svg) no-repeat 0 0}
.js .cd-h-timeline__navigation:hover{border-color:#7a9d05;border-color:var(--cd-color-2)}
.js .cd-h-timeline__navigation--prev{left:0;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}
.js .cd-h-timeline__navigation--next{right:0}
.js .cd-h-timeline__navigation--inactive{cursor:not-allowed}
.js .cd-h-timeline__navigation--inactive::after{background-position:0 -16px}
.js .cd-h-timeline__navigation--inactive:hover{border-color:hsl(0,0%,87.3%);border-color:hsl(var(--cd-color-3-h),var(--cd-color-3-s),calc(var(--cd-color-3-l)*.9))}
.js .cd-h-timeline__events{position:relative;width:100%;overflow:hidden;transition:height .4s}
.js .cd-h-timeline__event{position:absolute;z-index:1;width:100%;left:0;top:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);padding:1px 5%;opacity:0;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
.js .cd-h-timeline__event--selected{position:relative;z-index:2;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
.js .cd-h-timeline__event--enter-right,.js .cd-h-timeline__event--leave-right{-webkit-animation-name:cd-enter-right;animation-name:cd-enter-right}
.js .cd-h-timeline__event--enter-left,.js .cd-h-timeline__event--leave-left{-webkit-animation-name:cd-enter-left;animation-name:cd-enter-left}
.js .cd-h-timeline__event--leave-left,.js .cd-h-timeline__event--leave-right{animation-direction:reverse}
.js .cd-h-timeline__event-content{max-width:800px}
.js .cd-h-timeline__event-title{color:#383838;color:var(--cd-color-1);font-family:'Playfair Display',serif;font-family:var(--font-secondary);font-weight:700;font-size:2.48832em;font-size:var(--text-xxxl)}
.js .cd-h-timeline__event-date{display:block;font-style:italic;margin:.5em auto;margin:var(--space-xs) auto}
.js .cd-h-timeline__event-date::before{content:'- '}
@-webkit-keyframes cd-enter-right{
0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}
100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes cd-enter-right{
0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}
100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@-webkit-keyframes cd-enter-left{
0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}
100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes cd-enter-left{
0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}
100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
html:not(.js) .cd-h-timeline__dates,html:not(.js) .cd-h-timeline__navigation{display:none}
/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../../files/cto_layout/scripts/horizontal-timeline/img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* =============================================================================
 * event_list_timeline
 * ========================================================================== */

.js-cd-h-timeline {
	margin-top: 0;
	margin-bottom: 0;
}

.js-cd-h-timeline .timeline {
	width: 100%;
	max-width: 100%;
}

.js-cd-h-timeline .event {
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0;
}

.js-cd-h-timeline .event-content {
	padding-right: 2%;
}

.js-cd-h-timeline .events-content li {
	padding: 0;
}

.js-cd-h-timeline .event-content,
.js-cd-h-timeline .image_container {
	flex: 0 0 50%;
}

.js-cd-h-timeline .image_container {
	padding-left: 2%;
}

.js-cd-h-timeline .event_item {
	overflow: hidden;
}

.js-cd-h-timeline .info {
	color: rgb(120,120,120);
	font-size: 0.8rem;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block;
	border-top: 1px solid rgb(240,240,240);
	border-bottom: 1px solid rgb(240,240,240);
	padding: 5px 0;
}

.js-cd-h-timeline .ce_text p {
	line-height: 1.7;
}

.js-cd-h-timeline time,
.js-cd-h-timeline .location {
	display: inline-block;
}

.js-cd-h-timeline .location {
	margin-left: 10px;
}

.js-cd-h-timeline time:before {
	font-family: "FontAwesome";
	content: "\f133";
	margin-right: 4px;
}

.js-cd-h-timeline .location:before {
	font-family: "FontAwesome";
	content: "\f124";
	margin-right: 4px;
}

.js-cd-h-timeline .ce_text em {
	font-size: 1.3rem;
}

.js-cd-h-timeline .more {
	margin-top: 10px;
}

.js-cd-h-timeline .more a {
	display: inline-block;
	background: var(--accentColor);
	padding: 8px 15px;
	border-radius: 3px;
	font-size: 0.85rem;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(255,255,255);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.js-cd-h-timeline .more a:hover {
	background: rgb(50,50,50);
}

.js-cd-h-timeline .events a {
	font-size: 1rem;
}

.js-cd-h-timeline .events a:after {
	bottom: -7px;
}

.js-cd-h-timeline .filling-line {
	background-color: var(--accentColor);
}

.js .cd-h-timeline__date--older-event::after {
	border-color: var(--accentColor);
}

.js .cd-h-timeline__date:hover::after,
.js .cd-h-timeline__date--selected::after {
	background-color: var(--accentColor);
	border-color: var(--accentColor);
}

.js-cd-h-timeline .ce_text em {
	color: var(--accentColor);
}

.js-cd-h-timeline time:before,
.js-cd-h-timeline .location:before {
	color: var(--accentColor);
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
    .js-cd-h-timeline .event-content,
    .js-cd-h-timeline .image_container {
        flex: 0 0 100%;
        padding: 0%;
    }
    
    .js-cd-h-timeline .image_container {
        margin-top: 20px;
    }
    
    .js-cd-h-timeline .location {
        margin-left: 0;
        display: block;
    }
    
}
/* =============================================================================
 * ce_bgimage
 * ========================================================================== */

.ce_bgimage {
	position: relative;
	overflow: visible;
}

.ce_bgimage {
	overflow: visible;
}

.ce_bgimage:before,
.ce_bgimage:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.ce_bgimage:after {
	clear:both;
}

.ce_bgimage .ce_bgimage-inside {
	position: relative;
	z-index: 10;
}

.ce_bgimage.offset:before {
	position: absolute;
	top: 75%;
	background: #fff;
	content: '';
	right: 0;
	bottom: 0;
	left:0;
	z-index: 10;
}

.ce_bgimage.offset.offset-bg-accent:before {
	background-color: rgb(152,152,152);
}

.ce_bgimage.offset.offset-bg-lightgray:before {
	background-color: rgb(247,247,247);
}

.ce_bgimage.offset.offset-bg-darkgray:before {
	background-color: rgb(69,69,69);
}

.ce_bgimage.offset.offset-bg-black:before {
	background-color: rgb(0,0,0);
}

.ce_bgimage.offset.offset-top:before,
.ce_bgimage.offset-top:before {
	position: absolute;
	top: 0;
	background: #fff;
	content: '';
	right: 0;
	top: 0;
	left:0;
	height: 25%;
	z-index: 10;
}

.ce_bgimage .ce_bgimage-image {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ce_bgimage.bg_contain .ce_bgimage-image {
	background-size: contain;
}

.ce_bgimage.fullscreen-image {
	height: 100vh;
}

.ce_bgimage.fullscreen-image .ce_bgimage-outer {
	height: 100vh;
}

.ce_bgimage.oversize .ce_bgimage-outer .ce_bgimage-inside {
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
}

.ce_bgimage.oversize,
.ce_bgimage.ce_bgimage-outer {
	height: auto!important;
}

.ce_bgimage.max_width_m .contentwrap {
	max-width: 800px;
}

.ce_bgimage.max_width_s .contentwrap {
	max-width: 650px;
}

/* =============================================================================
 * ce_bgimage: parallax offset option
 * ========================================================================== */

.ce_bgimage div.offset_layer {
	position: absolute;
	top: 0;
	background: #fff;
	content: '';
	right: 0;
	left:0;
	height: 25%;
	z-index: 10;
}

.ce_bgimage div.offset_layer.offset-bottom {
	top: auto;
	bottom: 0;
}

/* =============================================================================
 * ce_bgimage: background-position
 * ========================================================================== */

.ce_bgimage.bg_left_top .ce_bgimage-image {
	background-position: left top;
}

.ce_bgimage.bg_left_center .ce_bgimage-image {
	background-position: left center;
}

.ce_bgimage.bg_left_bottom .ce_bgimage-image {
	background-position: left bottom;
}

.ce_bgimage.bg_center_top .ce_bgimage-image {
	background-position: center top;
}

.ce_bgimage.bg_center_center .ce_bgimage-image {
	background-position: center center;
}

.ce_bgimage.bg_center_bottom .ce_bgimage-image {
	background-position: center bottom;
}

.ce_bgimage.bg_right_top .ce_bgimage-image {
	background-position: right top;
}

.ce_bgimage.bg_right_cemte .ce_bgimage-image {
	background-position: right center;
}

.ce_bgimage.bg_right_bottom .ce_bgimage-image {
	background-position: right bottom;
}

/* =============================================================================
 * ce_bgimage: parallax option
 * ========================================================================== */

.ce_bgimage.parallax .ce_bgimage-image {
	background-attachment: fixed;
	background-position-x: 50%!important;
	background-position-y: top;
}

.ce_bgimage.parallax {
	position: relative;
}

body.ios .ce_bgimage.parallax .ce_bgimage-image,
body.android .ce_bgimage.parallax .ce_bgimage-image {
	background-attachment: scroll;
	background-position: center center!important;
}

/* =============================================================================
 * ce_bgimage: img-leftside
 * ========================================================================== */

.ce_bgimage.img-leftside-33,
.ce_bgimage.img-leftside-50 {
	position: relative;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.ce_bgimage.bg-nocolor {
	background: rgb(248,248,248);
}

.ce_bgimage.img-leftside-33 .ce_bgimage-image,
.ce_bgimage.img-leftside-50 .ce_bgimage-image {
	width: 33.33%;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

.ce_bgimage.img-leftside-33 .ce_bgimage-outer {
	margin-left: 33%;
}

.ce_bgimage.img-leftside-50 .ce_bgimage-outer {
	margin-left: 50%;
}

.ce_bgimage.img-leftside-33 .ce_bgimage-inside,
.ce_bgimage.img-leftside-50 .ce_bgimage-inside {
	width: 67%;
	padding: 60px;
	vertical-align: middle;
}

.ce_bgimage.img-leftside-50 .ce_bgimage-image,
.ce_bgimage.img-leftside-50 .ce_bgimage-inside {
	width: 50%;
}

.ce_bgimage.img-rightside-50 .ce_bgimage-image {
	margin-left: 50%;
}

.ce_bgimage.img-rightside-50 .ce_bgimage-outer {
	margin-right: 50%;
}

.ce_bgimage.img-rightside-33 .ce_bgimage-image {
	margin-left: 33.33%;
}

.ce_bgimage.img-rightside-33 .ce_bgimage-outer {
	margin-right: 66.66%;
}

.ce_bgimage.img-leftside-50 .ce_bgimage-inside,
.ce_bgimage.img-leftside-33 .ce_bgimage-inside {
	width: 100%;
}

.ce_bgimage.bg-accent a:not(.hyperlink_txt) {
	color: inherit
}

.ce_bgimage.vertical_centered .ce_bgimage-inside {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: relative;
	top: 50%;
}

.ce_bgimage.vertical_centered .ce_bgimage-outer {
	height: 100%;
}


/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_bgimage.hide-image-phone .ce_bgimage-image {
		display: none;
	}
	
	.ce_bgimage.img-leftside-33,
	.ce_bgimage.img-leftside-50,
	.ce_bgimage.img-leftside-33 .ce_bgimage-inside,
	.ce_bgimage.img-leftside-50 .ce_bgimage-inside {
		display: block;
		width: 100%;
	}
	
	.ce_bgimage.img-rightside-33 .ce_bgimage-outer,
	.ce_bgimage.img-rightside-33 .ce_bgimage-image,
	.ce_bgimage.img-rightside-50 .ce_bgimage-outer,
	.ce_bgimage.img-rightside-50 .ce_bgimage-image {
		display: block;
		width: 100%;
		margin: 0;
	}
	
	.ce_bgimage.img-rightside-33 .ce_bgimage-image,
	.ce_bgimage.img-rightside-50 .ce_bgimage-image {
		background-image: none!important;
	}
	
	.ce_bgimage.img-leftside-33 .ce_bgimage-image,
	.ce_bgimage.img-leftside-50 .ce_bgimage-image {
		display: none;
	}
	
	.ce_bgimage.img-leftside-33 .ce_bgimage-outer,
	.ce_bgimage.img-leftside-50 .ce_bgimage-outer  {
		margin-left: 0;
	}
	
	.ce_bgimage.img-leftside-33:not(.bg-hide-mobile) .mobile_image,
	.ce_bgimage.img-leftside-50:not(.bg-hide-mobile) .mobile_image,
	.ce_bgimage.img-rightside-33:not(.bg-hide-mobile) .mobile_image,
	.ce_bgimage.img-rightside-50:not(.bg-hide-mobile) .mobile_image {
		display: block!important;
		margin-bottom: 30px;
	}
	
	.ce_bgimage.parallax .ce_bgimage-image {
		background-attachment: scroll;
		background-position: center center!important;
	}

	.ce_bgimage div.offset_layer {
		display: none;
	}

	.ce_bgimage.bg-hide-mobile .ce_bgimage-image {
		background-image: none!important;
	}

	.ce_bgimage.fullscreen-image:not(.vertical_centered) .ce_bgimage-outer {
		height: auto;
	}
}

/* =============================================================================
* mod_eventlist_v4
* ========================================================================== */

.mod_eventlist_v4 .event {
   background: rgba(0,0,0,0.6);
   padding: 15px 15px 15px 130px;
   transition: background 0.5s ease;
   -webkit-transition: background 0.5s ease;
   line-height: 2.5rem;
   color: rgb(255,255,255);
   margin-bottom: 5px;
   position: relative;
   margin-left: 0;
   margin-right: 0;
}

.mod_eventlist_v4 .event:hover {
   background: rgba(0,0,0,0.8);
}

.mod_eventlist_v4 p {
   margin-bottom: 0;
}

.mod_eventlist_v4 a {
   color: rgb(255,255,255);
}

.mod_eventlist_v4 i.fa-location-arrow {
   margin-right: 4px;
   position: absolute;
   left: 0;
   top: 0;
   width: 70px;
   background-color: var(--accentColor);
   height: 100%;
}

.mod_eventlist_v4 i.fa-location-arrow:before {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   font-size: 1.667rem;
   line-height: 1.667rem;
}

.mod_eventlist_v4 i.fa-clock-o {
   margin-right: 5px;
}

.mod_eventlist_v4 .time {
   text-align: right;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
   .mod_eventlist_v4 .autogrid {
      margin-bottom: 0!important;
      line-height: 1.3rem;
   }
   
   .mod_eventlist_v4 .time {
      text-align: left;
   }
}
/* =============================================================================
 * mod_eventlist_v3
 * ========================================================================== */

.mod_eventlist_v3 {
	margin-left: -10px;
	margin-right: -10px;
}

.mod_eventlist_v3 .item {
	margin-bottom: 25px;
	width: 33%;
}

.mod_eventlist_v3 .item-inside {
	padding: 15px;
	border: 2px solid rgb(242,242,242);
	background: rgba(255,255,255,0.95);
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	position: relative;
}

.mod_eventlist_v3 .item:hover .item-inside {
	border-color: rgb(142,142,142);
}

.mod_eventlist_v3 .image_container {
	margin-bottom: 15px;
	min-height: 110px;
}

.mod_eventlist_v3 .date {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #fff;
	padding: 10px;
	text-align: center;
	line-height: 1.3;
}

.mod_eventlist_v3 .date .day {
	font-size: 1.733rem;
	line-height: 1.733rem;
}

.mod_eventlist_v3 .date .month {
	display: block;
	text-transform: uppercase;
	font-size: 0.7333rem;
}

.mod_eventlist_v3 .date .year {
	display: block;
	font-size: 0.7333rem;
}

.mod_eventlist_v3 i {
	margin-right: 8px;
	opacity: 0.5;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}

.mod_eventlist_v3 .item:hover i {
	opacity: 1;
}

.mod_eventlist_v3 .meta-info {
	border-top: 1px dotted rgb(220,220,220);
	padding-top: 15px;
	color: rgb(140,140,140);
}

.mod_eventlist_v3 .meta-info i {
	color: var(--accentColor);
}

.mod_eventlist_v3 .h4,
.mod_eventlist_v3 h4 {
	margin-bottom: 15px;
}

.mod_eventlist_v3 h4,
.mod_eventlist_v3 .h4,
.mod_eventlist_v3 h4 a,
.mod_eventlist_v3 .h4 a {
	color: var(--accentColor);
}
/* =============================================================================
 * ce_text_extented
 * ========================================================================== */

.ce_text_extented.align-center {
	margin-left: auto;
	margin-right: auto;
}

.ce_text_extented.align-left-justify {
	text-align: justify;
}

.ce_text_extented.align-center-justify {
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.ce_text_extented.align-right-justify {
	text-align: justify;
	margin-left: auto;
}

.ce_text_extented.align-right {
	margin-left: auto;
}

.ce_text_extented p:last-child {
	margin-bottom: 0;
}

.ce_text_extented.max_width_90 {
	max-width: 90%;
}

.ce_text_extented.max_width_80 {
	max-width: 80%;
}

.ce_text_extented.max_width_70 {
	max-width: 70%;
}

.ce_text_extented.max_width_60 {
	max-width: 60%;
}

.ce_text_extented.max_width_50 {
	max-width: 50%;
}

.ce_text_extented.max_width_40 {
	max-width: 40%;
}

.ce_text_extented.max_width_30 {
	max-width: 30%;
}

.ce_text_extented.max_width_20 {
	max-width: 20%;
}

.ce_text_extented.max_width_10 {
	max-width: 10%;
}

.ce_text_extented.font_serif {
	font-family: Georgia, Times, serif;
}

.ce_text_extented.font_customfont1 {
	 font-family: var(--customFont1);
}

.ce_text_extented.font_customfont2 {
	 font-family: var(--customFont2);
}

.ce_text_extented.font-style-letter-sp2 p {
	letter-spacing: 2px;
}

.ce_text_extented.font-style-letter-sp5 p {
	letter-spacing: 5px;
}

.ce_text_extented.font-style-dropcap p:first-child:first-letter {
	float: left;
	font-size: 4rem;
	line-height: 4rem;
	padding-right: 10px;
	padding-left: 5px;
}

.ce_text_extented.font-style-quote p {
	border-left: 1px solid rgb(232, 232, 232);
	padding-left: 20px;
	position: relative;
}

.ce_text_extented.font-style-quote p:first-child:before {
	content: "\f10e";
	font-family: "FontAwesome";
	position: absolute;
	top: 0px;
	left: 10px;
	opacity: 0.3;
	font-size: 3rem;
	line-height: 3rem;
}

.ce_text_extented.lh-1 p {
	line-height: 1;
}

.ce_text_extented.lh-1-1 p {
	line-height: 1.1;
}

.ce_text_extented.lh-1-2 p {
	line-height: 1.2;
}

.ce_text_extented.lh-1-3 p {
	line-height: 1.3;
}

.ce_text_extented.lh-1-4 p {
	line-height: 1.4;
}

.ce_text_extented.lh-1-5 p {
	line-height: 1.5;
}

.ce_text_extented.lh-1-6 p {
	line-height: 1.6;
}

.ce_text_extented.lh-1-7 p {
	line-height: 1.7;
}

.ce_text_extented.lh-1-8 p {
	line-height: 1.8;
}

.ce_text_extented.lh-1-9 p {
	line-height: 1.9;
}

.ce_text_extented.lh-2 p {
	line-height: 2;
}

.ce_text_extented a {
	text-decoration: underline;
}

.ce_text_extented.font-weight-100 p {
	font-weight: 100;
}

.ce_text_extented.font-weight-200 p {
	font-weight: 200;
}

.ce_text_extented.font-weight-300 p {
	font-weight: 300;
}

.ce_text_extented.font-weight-400 p {
	font-weight: 400;
}

.ce_text_extented.font-weight-500 p {
	font-weight: 500;
}

.ce_text_extented.font-weight-600 p {
	font-weight: 600;
}

.ce_text_extented.font-weight-700 p {
	font-weight: 700;
}

.ce_text_extented.font-weight-800 p {
	font-weight: 800;
}

.ce_text_extented.font-weight-900 p {
	font-weight: 900;
}

/* ce_text_extended in revolutions slider */

.ce_text_extented.tp-caption p {
	white-space: normal;
}

.ce_text_extented.tp-caption.lh-1 p {
	line-height: 1!important;
}

.ce_text_extented.tp-caption.lh-1-1 p {
	line-height: 1.1!important;
}

.ce_text_extented.tp-caption.lh-1-2 p {
	line-height: 1.2!important;
}

.ce_text_extented.tp-caption.lh-1-3 p {
	line-height: 1.3!important;
}

.ce_text_extented.tp-caption.lh-1-4 p {
	line-height: 1.4!important;
}

.ce_text_extented.tp-caption.lh-1-5 p {
	line-height: 1.5!important;
}

.ce_text_extented.tp-caption.lh-1-6 p {
	line-height: 1.6!important;
}

.ce_text_extented.tp-caption.lh-1-7 p {
	line-height: 1.7!important;
}

.ce_text_extented.tp-caption.lh-1-8 p {
	line-height: 1.8!important;
}

.ce_text_extented.tp-caption.lh-1-9 p {
	line-height: 1.9!important;
}

.ce_text_extented.tp-caption.lh-2 p {
	line-height: 2!important;
}

.ce_text_extented.tp-caption.font-size-xxxxxl {
	font-size: 55px;
}

.ce_text_extented.tp-caption.font-size-xxxxxl {
	font-size: 50px;
}

.ce_text_extented.tp-caption.font-size-xxxxl {
	font-size: 45px;
}

.ce_text_extented.tp-caption.font-size-xxl {
	font-size: 40px;
}

.ce_text_extented.tp-caption.font-size-xl {
	font-size: 35px;
}

.ce_text_extented.tp-caption.font-size-l {
	font-size: 30px;
}

.ce_text_extented.tp-caption.font-size-m {
	font-size: 28px;
}

.ce_text_extented.tp-caption.font-size-s {
	font-size: 26px;
}

.ce_text_extented.tp-caption.font-size-xs {
	font-size: 24px;
}

.ce_text_extented.tp-caption.font-size-xs {
	font-size: 22px;
}

.ce_text_extented.tp-caption.font-size-xxs {
	font-size: 20px;
}

.ce_text_extented.tp-caption.font-size-xxxs {
	font-size: 18px;
}

.ce_text_extented.tp-caption.font-size-xxxxs {
	font-size: 16px;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_text_extented.align-left-m {
		margin-left: 0;
	}
}
/* =============================================================================
 * mod_eventlist_v2
 * ========================================================================== */

.mod_eventlist_v2 .event {
	border-top: 1px solid rgb(233, 238, 241);
	padding: 5px;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	line-height: 2.5rem;
}

.mod_eventlist_v2 .event:hover {
	background: rgb(245,245,245);
}
.mod_eventlist_v2 .event:last-of-type {
	border-bottom: 1px solid rgb(233, 238, 241);
}

.mod_eventlist_v2 p {
	margin-bottom: 0;
}

.mod_eventlist_v2 .date {
	font-size: 1.3rem;
	font-weight: bold;
	border-right: 2px solid rgb(204, 213, 218);
}

.mod_eventlist_v2 .location {
	border-left: 2px solid rgb(204, 213, 218);
	color: rgb(159, 163, 165);
}

.mod_eventlist_v2 i {
	margin-right: 4px;
}

.mod_eventlist_v2 .time {
	text-align: right;
}

.mod_eventlist_v2 .title a {
	color: var(--accentColor);
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.mod_eventlist_v2 .date,
	.mod_eventlist_v2 .title,
	.mod_eventlist_v2 .time,
	.mod_eventlist_v2 .location {
		margin-bottom: 0!important;
		border: 0!important;
	}
	
	.mod_eventlist_v2 .time {
		text-align: left;
	}
	
	.mod_eventlist_v2 .event {
		line-height: 1.5;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


p.privacy{color:#fff;background:red;font-weight:700;padding:20px;text-align:center;margin:20px}p.privacy a{color:#fff!important;text-decoration:underline}.mod_privacy_optin *{font-family:Arial,Verdana,sans-serif;line-height:20px;font-size:13px;margin:0;padding:0;border:0;outline:0;box-sizing:border-box}.mod_privacy_optin{display:none}.mod_privacy_optin.open{display:block}.mod_privacy_optin .headline{font-family:Arial,Verdana,sans-serif;font-size:16px;margin:0 0 10px 0;padding:10px 0 10px 45px;background-repeat:no-repeat;background-position:left center;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjkuNzZweCIgaGVpZ2h0PSIzNC4yNTlweCIgdmlld0JveD0iMCAwIDI5Ljc2IDM0LjI1OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkuNzYgMzQuMjU5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNCM0M0MSIgc3Ryb2tlLXdpZHRoPSIxLjQ0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjU2IiBkPSINCglNMTQuODgxLDMzLjU0QzYuNDI3LDI5Ljg4LDAuNzIsMjEuOTM4LDAuNzIsMTMuOTc1YzAtNC4wODEsMC4wNDktOS4xNywwLjA0OS0xMy4yNTVDMi4wMzYsMi4yMTEsNC41ODgsNC4yMzEsNy41Myw0LjIzMQ0KCWMzLjUxOSwwLDYuNDgtMS40NTgsNy4zNTEtMy40MzljMC44NzIsMS45ODEsMy44MzIsMy40MzksNy4zNTEsMy40MzljMi45NDIsMCw1LjQ5NC0yLjAyLDYuNzYxLTMuNTExDQoJYzAsNC4wODUsMC4wNDgsOS4xNzQsMC4wNDgsMTMuMjU1QzI5LjA0MSwyMS45MzgsMjMuMzMzLDI5Ljg4LDE0Ljg4MSwzMy41NEwxNC44ODEsMzMuNTR6Ii8+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM0IzQzQxIiBzdHJva2Utd2lkdGg9IjEuNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIyLjkyNTYiIHBvaW50cz0iDQoJOC45MjgsMTYuNzk0IDE0LjQxMSwyMy4xNDYgMjMuMTM3LDkuNzggIi8+DQo8L3N2Zz4NCg==)}.mod_privacy_optin .privacy_buttons input{background:green;padding:0 15px;line-height:35px;color:#fff;border-radius:5px;width:100%;cursor:pointer;display:block;border:0}.mod_privacy_optin .privacy_overlay{z-index:10000000;position:fixed;left:0;top:0;right:0;bottom:0;width:100%;background:rgb(0 0 0 / .6)}.mod_privacy_optin .privacy_popup{position:fixed;top:0;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);z-index:20000000;width:90%;max-width:475px;max-height:100vh;overflow:auto}.mod_privacy_optin.optin_bottom .privacy_popup{bottom:10px;top:auto}.mod_privacy_optin .privacy_content{padding:20px 20px 15px 20px;background:#f8f8f8;border-radius:20px;margin-top:35px}.mod_privacy_optin .privacy_popup.view_help{position:absolute}.mod_privacy_optin .privacy_popup.view_help .privacy_content{margin-top:0;border-radius:0}.mod_privacy_optin .privacy_option_info{font-size:12px;color:rgb(0 0 0 / .6);line-height:1.4;margin-bottom:0;cursor:pointer;display:block}.mod_privacy_optin .privacy_text p{line-height:19px;font-size:12px;margin-bottom:15px}.mod_privacy_optin .privacy_item{margin-bottom:15px}.mod_privacy_optin .privacy_label{display:block;position:relative;padding-left:28px;font-size:14px;line-height:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mod_privacy_optin .privacy_label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.mod_privacy_optin .privacy_label .privacy_checkmark{position:absolute;top:0;left:0;height:18px;width:18px;background-color:#eee;border:1px solid rgb(0 0 0 / .1);transition:background 0.3s ease;-webkit-transition:background 0.3s ease}.mod_privacy_optin .privacy_label:hover input~.privacy_checkmark{background-color:#ccc}.mod_privacy_optin .privacy_label input:checked~.privacy_checkmark{background-color:#7bc057}.mod_privacy_optin .privacy_label .privacy_checkmark:after{content:"";position:absolute;display:none}.mod_privacy_optin .privacy_label input:checked~.privacy_checkmark:after{display:block}.mod_privacy_optin .privacy_label .privacy_checkmark:after{left:4px;top:0;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mod_privacy_optin .privacy_buttons{margin-top:20px}.mod_privacy_optin .submit{margin-bottom:10px}.mod_privacy_optin .submit:active{opacity:.8}.mod_privacy_optin .submit.readonly,.mod_privacy_optin .submit.readonly:hover,.mod_privacy_optin .submit.readonly:focus{background:#ddd;color:#9a9a9a}.mod_privacy_optin .headline{font-size:1.3rem;margin-bottom:10px}.mod_privacy_optin .privacy_help_link,.mod_privacy_optin .privacy_help_close{font-size:.85rem;text-align:center;color:rgb(0 0 0 / .5);margin-top:5px;cursor:pointer;text-decoration:underline}.mod_privacy_optin .privacy_help p{margin-bottom:15px}.mod_privacy_optin .ajax_info{background:#107e10;border-radius:3px;margin:10px 0;padding:3px 15px;color:#fff;font-size:.9rem;display:none}.mod_privacy_optin .privacy_help *{font-size:11px}.mod_privacy_optin .privacy_help{display:none}.mod_privacy_optin .privacy_help a{text-decoration:underline}.mod_privacy_optin .view_help .privacy_settings{display:none}.mod_privacy_optin .view_help .privacy_help{display:block}.mod_privacy_optin p.privacy a{text-decoration:underline;color:#ffffff!important}.mod_privacy_optin .privacy.hidden{display:none}.mod_privacy_optin .privacy_links{text-align:center;margin-top:10px}.mod_privacy_optin .privacy_links a{font-size:12px;text-align:center;color:rgb(0 0 0 / .5);margin-top:5px;cursor:pointer;text-decoration:underline;display:inline-block;margin-left:3px;margin-right:3px}.mod_privacy_optin table{width:100%;margin-bottom:25px}.mod_privacy_optin table td{padding:5px;vertical-align:top;border-bottom:1px solid #ddd;font-size:11px}.mod_privacy_optin table td:first-of-type{width:30%!important}.mod_privacy_optin table td:last-of-type{width:70%!important}.mod_privacy_optin .reject_all_info{text-align:center;font-size:11px;margin-bottom:25px}.mod_privacy_optin_medium *{font-family:Arial,Verdana,sans-serif;line-height:19px;font-size:13px;box-sizing:border-box}.mod_privacy_optin_medium{display:none}.mod_privacy_optin_medium.open{display:block}.mod_privacy_optin_medium .headline{font-family:Arial,Verdana,sans-serif;margin:0 0 10px 0;padding:5px 0 5px 35px;background-repeat:no-repeat;background-position:left center;background-size:25px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjkuNzZweCIgaGVpZ2h0PSIzNC4yNTlweCIgdmlld0JveD0iMCAwIDI5Ljc2IDM0LjI1OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkuNzYgMzQuMjU5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNCM0M0MSIgc3Ryb2tlLXdpZHRoPSIxLjQ0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjU2IiBkPSINCglNMTQuODgxLDMzLjU0QzYuNDI3LDI5Ljg4LDAuNzIsMjEuOTM4LDAuNzIsMTMuOTc1YzAtNC4wODEsMC4wNDktOS4xNywwLjA0OS0xMy4yNTVDMi4wMzYsMi4yMTEsNC41ODgsNC4yMzEsNy41Myw0LjIzMQ0KCWMzLjUxOSwwLDYuNDgtMS40NTgsNy4zNTEtMy40MzljMC44NzIsMS45ODEsMy44MzIsMy40MzksNy4zNTEsMy40MzljMi45NDIsMCw1LjQ5NC0yLjAyLDYuNzYxLTMuNTExDQoJYzAsNC4wODUsMC4wNDgsOS4xNzQsMC4wNDgsMTMuMjU1QzI5LjA0MSwyMS45MzgsMjMuMzMzLDI5Ljg4LDE0Ljg4MSwzMy41NEwxNC44ODEsMzMuNTR6Ii8+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM0IzQzQxIiBzdHJva2Utd2lkdGg9IjEuNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIyLjkyNTYiIHBvaW50cz0iDQoJOC45MjgsMTYuNzk0IDE0LjQxMSwyMy4xNDYgMjMuMTM3LDkuNzggIi8+DQo8L3N2Zz4NCg==)}.mod_privacy_optin_medium h1{font-size:26px}.mod_privacy_optin_medium h2{font-size:24px}.mod_privacy_optin_medium h3{font-size:22px}.mod_privacy_optin_medium h4{font-size:20px}.mod_privacy_optin_medium h5{font-size:18px}.mod_privacy_optin_medium h6{font-size:16px}.mod_privacy_optin_medium .privacy_buttons{margin:25px 0 15px 0}.mod_privacy_optin_medium .privacy_buttons input{background:green;padding:0 15px;line-height:35px;color:#fff;border-radius:5px;width:100%;cursor:pointer;display:block;border:0}.mod_privacy_optin_medium .privacy_overlay{z-index:10000000;position:fixed;left:0;top:0;right:0;bottom:0;width:100%;background:rgb(0 0 0 / .6)}.mod_privacy_optin_medium .privacy_popup{position:fixed;top:10px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);z-index:20000000;width:90%;max-width:420px;max-height:100vh;overflow:auto}.mod_privacy_optin_medium.optin_bottom .privacy_popup{bottom:10px;top:auto}.mod_privacy_optin_medium .privacy_content{padding:15px 15px 10px 15px;background:#f8f8f8;border-radius:5px}.mod_privacy_optin_medium .privacy_popup.view_help{position:absolute}.mod_privacy_optin_medium .privacy_option_info{font-size:12px;color:rgb(0 0 0 / .6);line-height:1.4;margin-bottom:0;cursor:pointer}.mod_privacy_optin_medium .privacy_text{line-height:1.2;font-size:.9rem}.mod_privacy_optin_medium .privacy_checkboxes{display:flex;justify-content:center;margin-bottom:10px}.mod_privacy_optin_medium .privacy_item{display:inline-block;margin:0 10px}.mod_privacy_optin_medium .privacy_label{display:block;position:relative;padding-left:28px;font-size:14px;line-height:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mod_privacy_optin_medium .privacy_label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.mod_privacy_optin_medium .privacy_label .privacy_checkmark{position:absolute;top:0;left:0;height:18px;width:18px;border:1px solid rgb(0 0 0 / .4);background-color:#eee;transition:background 0.3s ease;-webkit-transition:background 0.3s ease}.mod_privacy_optin_medium .privacy_label:hover input~.privacy_checkmark{background-color:#ccc}.mod_privacy_optin_medium .privacy_label input:checked~.privacy_checkmark{background-color:#7bc057}.mod_privacy_optin_medium .privacy_label .privacy_checkmark:after{content:"";position:absolute;display:none}.mod_privacy_optin_medium .privacy_label input:checked~.privacy_checkmark:after{display:block}.mod_privacy_optin_medium .privacy_label .privacy_checkmark:after{left:4px;top:1px;width:5px;height:8px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mod_privacy_optin_medium .submit{margin-top:10px;padding:12px;width:100%}.mod_privacy_optin_medium .submit:active{opacity:.8}.mod_privacy_optin_medium .submit.readonly,.mod_privacy_optin_medium .submit.readonly:hover,.mod_privacy_optin_medium .submit.readonly:focus{background:#ddd;color:#9a9a9a}.mod_privacy_optin_medium .headline{font-size:1.3rem;margin-bottom:10px}.mod_privacy_optin_medium .privacy_help_link,.mod_privacy_optin_medium .privacy_help_close{font-size:.85rem;text-align:center;color:rgb(0 0 0 / .5);margin-top:5px;cursor:pointer;text-decoration:underline}.mod_privacy_optin_medium .privacy_help,.mod_privacy_optin_medium .privacy_help p{font-size:11px}.mod_privacy_optin_medium .ajax_info{background:#107e10;border-radius:3px;margin:10px 0;padding:3px 15px;color:#fff;font-size:.9rem;display:none}.mod_privacy_optin_medium .privacy_help{display:none}.mod_privacy_optin_medium .view_help .privacy_settings{display:none}.mod_privacy_optin_medium .view_help .privacy_help{display:block}.mod_privacy_optin_medium p.privacy{color:#fff;background:red;font-weight:700;padding:20px;text-align:center;margin:20px}.mod_privacy_optin_medium p.privacy a{text-decoration:underline;color:#ffffff!important}.mod_privacy_optin_medium .privacy.hidden{display:none}.mod_privacy_optin_medium .privacy_links{text-align:center}.mod_privacy_optin_medium .privacy_links a{font-size:12px;text-align:center;color:rgb(0 0 0 / .5);margin-top:5px;cursor:pointer;text-decoration:underline;display:inline-block;margin-left:3px;margin-right:3px}.mod_privacy_optin_medium table{width:100%;margin-bottom:25px}.mod_privacy_optin_medium table td{padding:5px;vertical-align:top;border-bottom:1px solid #ddd;font-size:11px}.mod_privacy_optin_medium table td:first-of-type{width:30%!important}.mod_privacy_optin_medium table td:last-of-type{width:70%!important}.mod_privacy_optin_medium .privacy_help *{font-size:11px}.mod_privacy_optin_medium .reject_all_info{margin-top:5px;text-align:center;font-size:11px;margin-bottom:25px}.mod_privacy_optin_slim *{font-family:Arial,Verdana,sans-serif;line-height:20px;font-size:13px;box-sizing:border-box}.mod_privacy_optin_slim{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000000000}.mod_privacy_optin_slim.open{display:block}.mod_privacy_optin_slim .privacy_inside{color:#fff;background:#000;box-shadow:0 0 2px 2px rgb(0 0 0 / .1);position:absolute;bottom:0;left:0;width:100%;z-index:100;overflow:hidden;padding:15px}.mod_privacy_optin_slim .privacy_overlay{z-index:10000000;z-index:10;width:inherit;height:inherit;position:inherit;background-color:rgb(0 0 0 / .4)}.mod_privacy_optin_slim .privacy_buttons{float:right;width:40%;text-align:right}.mod_privacy_optin_slim .privacy_button{display:inline-block}.mod_privacy_optin_slim .privacy_button a{padding:5px;min-width:140px;margin:5px 0}.mod_privacy_optin_slim .privacy_content{float:left;width:60%;line-height:1.5}.mod_privacy_optin_slim .privacy_content a{color:#fff;text-decoration:underline}.mod_privacy_optin_slim .privacy_content p{margin-bottom:0}.mod_privacy_optin_slim .privacy_button a{background:green;color:#fff;text-decoration:none;padding:0 15px;line-height:35px;display:inline-block;text-align:center;min-width:140px}#privacy_optout_link{position:fixed;left:15px;bottom:15px;z-index:1000;width:45px;height:45px;background-size:30px 30px;background-repeat:no-repeat;background-position:center center;background-color:#fff;border-radius:100%;cursor:pointer;box-shadow:0 0 25px 0 rgb(0 0 0 / .04);border:1px solid #ebedeb;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNi4wMSA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYuMDEgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDIwMjAzO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI5LjYyLDQuOTRjLTAuMTYsMC0wLjMxLTAuMDQtMC40Ni0wLjExQzI1LjMzLDIuODUsMjIsMiwxOC4wMiwyYy0zLjk3LDAtNy43MSwwLjk1LTExLjE0LDIuODIKCWMtMC40OSwwLjI2LTEuMDksMC4wOS0xLjM2LTAuNGMtMC4yNi0wLjQ5LTAuMDktMS4wOSwwLjQtMS4zNkM5LjY1LDEuMDMsMTMuNzIsMCwxOC4wMiwwQzIyLjI4LDAsMjYsMC45NCwzMC4wOCwzLjA1CgljMC40OSwwLjI1LDAuNjgsMC44NiwwLjQzLDEuMzVDMzAuMzMsNC43NCwyOS45OCw0Ljk0LDI5LjYyLDQuOTR6IE0xLDE1LjQ0Yy0wLjIsMC0wLjQtMC4wNi0wLjU4LTAuMTgKCWMtMC40NS0wLjMyLTAuNTYtMC45NC0wLjI0LTEuMzljMS45OC0yLjgsNC41MS01LDcuNTEtNi41NWM2LjI5LTMuMjUsMTQuMzMtMy4yNiwyMC42My0wLjAyYzIuOTksMS41NCw1LjUxLDMuNzIsNy41LDYuNQoJYzAuMzIsMC40NSwwLjIyLDEuMDctMC4yMywxLjM5cy0xLjA4LDAuMjItMS40LTAuMjNjLTEuOC0yLjUyLTQuMDgtNC41LTYuNzgtNS44OEMyMS42Nyw2LjEzLDE0LjM0LDYuMTQsOC42MSw5LjEKCWMtMi43MSwxLjQtNSwzLjM5LTYuNzksNS45M0MxLjYyLDE1LjMsMS4zMSwxNS40NCwxLDE1LjQ0eiBNMTMuNTEsMzkuNTdjLTAuMjYsMC0wLjUxLTAuMS0wLjcxLTAuM2MtMS43My0xLjc1LTIuNjctMi44Ni00LjAyLTUuMjcKCWMtMS4zOC0yLjQ2LTIuMTEtNS40Ny0yLjExLTguNjljMC01Ljk0LDUuMDgtMTAuNzgsMTEuMzMtMTAuNzhzMTEuMzMsNC44MywxMS4zMywxMC43OGMwLDAuNTUtMC40NSwxLTEsMXMtMS0wLjQ1LTEtMQoJYzAtNC44NC00LjE4LTguNzgtOS4zMy04Ljc4Yy01LjE0LDAtOS4zMywzLjk0LTkuMzMsOC43OGMwLDIuODgsMC42NCw1LjU0LDEuODUsNy43MWMxLjI5LDIuMywyLjE1LDMuMjksMy42OSw0Ljg0CgljMC4zOSwwLjM5LDAuMzksMS4wMy0wLjAxLDEuNDFDMTQuMDIsMzkuNDgsMTMuNzYsMzkuNTcsMTMuNTEsMzkuNTd6IE0yNy44NCwzNS44N2MtMi4zOCwwLTQuNDctMC42LTYuMi0xLjc3CgljLTIuOTctMi4wMi00Ljc1LTUuMy00Ljc1LTguNzhjMC0wLjU1LDAuNDUtMSwxLTFzMSwwLjQ1LDEsMWMwLDIuODEsMS40NSw1LjQ3LDMuODgsNy4xMmMxLjQxLDAuOTYsMy4wNywxLjQzLDUuMDcsMS40MwoJYzAuNDgsMCwxLjI5LTAuMDUsMi4wOS0wLjE5YzAuNTQtMC4xLDEuMDYsMC4yNywxLjE2LDAuODFzLTAuMjcsMS4wNi0wLjgxLDEuMTZDMjkuMTEsMzUuODYsMjguMTIsMzUuODcsMjcuODQsMzUuODd6IE0yMy44MSw0MAoJYy0wLjA5LDAtMC4xOC0wLjAxLTAuMjYtMC4wNGMtMy4xOS0wLjg3LTUuMjctMi4wNS03LjQzLTQuMmMtMi43OS0yLjc4LTQuMzMtNi40OS00LjMzLTEwLjQ0YzAtMy4yNSwyLjc2LTUuODksNi4xNi01Ljg5CglzNi4xNiwyLjY0LDYuMTYsNS44OWMwLDIuMTQsMS44NywzLjg5LDQuMTYsMy44OXM0LjE2LTEuNzQsNC4xNi0zLjg5YzAtNy41NC02LjUtMTMuNjctMTQuNDktMTMuNjdjLTUuNjksMC0xMC44OCwzLjE2LTEzLjIyLDguMDYKCWMtMC43OCwxLjYyLTEuMTcsMy41MS0xLjE3LDUuNjFjMCwxLjU2LDAuMTQsNC4wMiwxLjMzLDcuMjFjMC4xOSwwLjUyLTAuMDcsMS4wOS0wLjU5LDEuMjlDMy43NywzNC4wMSwzLjIsMzMuNzUsMywzMy4yMwoJYy0wLjk4LTIuNjMtMS40Ni01LjIxLTEuNDYtNy45MWMwLTIuNCwwLjQ2LTQuNTgsMS4zNy02LjQ3YzIuNjctNS41OCw4LjU3LTkuMTksMTUuMDItOS4xOWM5LjA5LDAsMTYuNDksNy4wMywxNi40OSwxNS42NwoJYzAsMy4yNS0yLjc3LDUuODktNi4xNiw1Ljg5cy02LjE2LTIuNjQtNi4xNi01Ljg5YzAtMi4xNC0xLjg3LTMuODktNC4xNi0zLjg5cy00LjE2LDEuNzQtNC4xNiwzLjg5YzAsMy40MSwxLjMzLDYuNjIsMy43NCw5LjAyCgljMS44OSwxLjg4LDMuNzMsMi45Miw2LjU1LDMuNjljMC41MywwLjE1LDAuODUsMC43LDAuNywxLjIzQzI0LjY1LDM5LjcxLDI0LjI1LDQwLDIzLjgxLDQweiIvPgo8L3N2Zz4K)}#privacy_optout_link a{display:block;width:45px;height:45px}body.hide_optin #privacy_optout_link{display:none!important}.privacy.hidden{display:none}a.privacy_optout_click{cursor:pointer}.hide_optin .mod_privacy_optin,.hide_optin .mod_privacy_optin_slim,.hide_optin .mod_privacy_optin_medium{display:none!important}@media only screen and (max-width:767px){.mod_privacy_optin_slim .privacy_buttons,.mod_privacy_optin_slim .privacy_content{float:none;width:100%;text-align:left}.mod_privacy_optin_slim .privacy_content{margin-bottom:10px}.mod_privacy_optin_slim .privacy_button,.mod_privacy_optin_slim .privacy_button a{display:block}}
/* =============================================================================
 * ce_frame
 * ========================================================================== */

.ce_frame_start.style1 .ce_frame_start_inside {
	padding: 5% 8%;
	border: 3px solid rgb(227,227,227);
}

.ce_frame_start.style2 .ce_frame_start_inside {
	padding: 5% 8%;
	border: 3px solid rgb(227,227,227);
	background: rgba(255,255,255,0.7);
}

.ce_frame_start.style3 .ce_frame_start_inside {
	padding: 5% 8%;
	border: 1px solid var(--accentColor);
}

.ce_frame_start.style4 .ce_frame_start_inside {
	padding: 5% 8%;
	border: 1px solid rgb(85, 85, 85);
}

.ce_frame_start.style5 .ce_frame_start_inside {
	padding: 5% 8%;
	border: 4px double rgb(85, 85, 85);
}

.ce_frame_start.style6 .ce_frame_start_inside {
	padding: 5% 8%;
	border: 3px solid rgb(255,255,255);
}

.ce_frame_start.style7 .ce_frame_start_inside {
	box-shadow: 0 70px 70px rgba(0,0,0,.2);
	background: rgb(255,255,255);
	padding: 5% 8%;
}

.ce_frame_start.style8 .ce_frame_start_inside {
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	background: rgb(255,255,255);
	padding: 5% 8%;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_frame_start .ce_frame_start_inside {
		padding: 5%!important;
	}
}
/* =============================================================================
 * ce_countdown
 * ========================================================================== */

.ce_countdown .align-center li {
	margin-left: 20px;
	margin-right: 20px;
}

.ce_countdown .align-right li {
	margin-right: 0px;
	margin-left: 20px;
}

.ce_countdown .value {
	display: block;
}

.ce_countdown .unit {
	font-size: 0.4em;
}

.ce_countdown .countdown {
	line-height: 1;
}

.ce_countdown li {
	display: inline-block;
	margin-right: 20px;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_countdown .countdown-section,
	.ce_countdown .align-left .countdown-section,
	.ce_countdown .align-center .countdown-section,
	.ce_countdown .align-right .countdown-section {
		margin-left: 7px;
		margin-right: 7px;
	}
	
	.ce_countdown .countdown.align-right {
		text-align: left!important;
	}
}
.autogrid_grid{display:grid;margin-left:-15px;margin-right:-15px}.autogrid_grid .column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_none{margin-left:0;margin-right:0}.autogrid_grid.gutter_none>.column{padding-left:0;padding-right:0}.autogrid_grid.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_grid.gutter_s>.column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_grid.gutter_m>.column{padding-left:30px;padding-right:30px}.autogrid_grid.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_grid.gutter_l>.column{padding-left:40px;padding-right:40px}.autogrid_grid.same_height>.column>.attributes{height:100%}.autogrid_grid .column .attributes{background-size:cover;position:relative}.autogrid_grid .column .attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_grid .column .attributes.p-l{padding:160px 40px 160px 40px}.autogrid_grid .column .attributes.p-m{padding:115px 40px 115px 40px}.autogrid_grid .column .attributes.p-s{padding:80px 40px 80px 40px}.autogrid_grid .column .attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_grid .column.align_left_top{text-align:left}.autogrid_grid .column.align_left_center{text-align:left;align-self:center}.autogrid_grid .column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.align_center_top{text-align:center}.autogrid_grid .column.align_center_center{text-align:center;align-self:center}.autogrid_grid .column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.align_right_top{text-align:right}.autogrid_grid .column.align_right_center{text-align:right;align-self:center}.autogrid_grid .column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_grid.same_height>.column{align-self:unset}.autogrid_grid.same_height>.column>.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_grid.same_height>.column>.attributes>.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_grid.same_height>.column.align_left_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_left_bottom>.attributes{align-items:flex-end}.autogrid_grid.same_height>.column.align_center_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_center_bottom>.attributes{align-items:flex-end}.autogrid_grid.same_height>.column.align_right_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_right_bottom>.attributes{align-items:flex-end}.autogrid_grid .column>.attributes .image_mob{display:none}.autogrid_wrapper,.autogrid_row{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;box-sizing:border-box}.autogrid,.autogrid_row>.column{padding-left:15px;padding-right:15px;flex-basis:1;flex-grow:1;width:100%;position:relative;box-sizing:border-box}.autogrid_clear{flex:0 0 100%;height:0}.col_1{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.autogrid_row>.column>.attributes{background-size:cover}.autogrid_row>.column>.attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_row>.column>.attributes.p-l{padding:160px 40px 160px 40px}.autogrid_row>.column>.attributes.p-m{padding:115px 40px 115px 40px}.autogrid_row>.column>.attributes.p-s{padding:80px 40px 80px 40px}.autogrid_row>.column>.attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_wrapper.gutter_none,.autogrid_row.gutter_none{margin-left:0;margin-right:0}.autogrid_wrapper.gutter_none>div,.autogrid_row.gutter_none>div{padding-left:0;padding-right:0}.autogrid_wrapper.gutter_s,.autogrid_row.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_wrapper.gutter_s>div,.autogrid_row.gutter_s>div{padding-left:15px;padding-right:15px}.autogrid_wrapper.gutter_m,.autogrid_row.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_wrapper.gutter_m>div,.autogrid_row.gutter_m>div{padding-left:30px;padding-right:30px}.autogrid_wrapper.gutter_l,.autogrid_row.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_wrapper.gutter_l>div,.autogrid_row.gutter_l>div{padding-left:40px;padding-right:40px}.autogrid_row>.column>.attributes{position:relative}.autogrid_row>.column.align_left_top{text-align:left}.autogrid_row>.column.align_left_center{text-align:left;align-self:center}.autogrid_row>.column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row>.column.align_center_top{text-align:center}.autogrid_row>.column.align_center_center{text-align:center;align-self:center}.autogrid_row>.column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row>.column.align_right_top{text-align:right}.autogrid_row>.column.align_right_center{text-align:right;align-self:center}.autogrid_row>.column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row.same_height>.column{align-self:unset}.autogrid_row.same_height>.column>.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_row.same_height>.column>.attributes>.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_row.same_height>.column.align_left_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_left_bottom>.attributes{align-items:flex-end}.autogrid_row.same_height>.column.align_center_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_center_bottom>.attributes{align-items:flex-end}.autogrid_row.same_height>.column.align_right_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_right_bottom>.attributes{align-items:flex-end}.autogrid_row .column>.attributes .image_mob{display:none}.autogrid_row>.column.sticky .attributes{position:sticky;top:0}.order_1{order:1}.order_2{order:2}.order_3{order:3}.order_4{order:4}.order_5{order:5}.order_6{order:6}.full{flex:0 0 100%}.one_half{flex:0 0 calc(100% / 2)}.one_third{flex:0 0 calc(100% / 3)}.one_fourth{flex:0 0 calc(100% / 4)}.one_fifth{flex:0 0 calc(100% / 5)}.one_sixth{flex:0 0 calc(100% / 6)}.two_third{flex:0 0 calc((100% / 3) * 2)}.two_fourth{flex:0 0 calc((100% / 4) * 2)}.three_fourth{flex:0 0 calc((100% / 4) * 3)}.two_fifth{flex:0 0 calc((100% / 5) * 2)}.three_fifth{flex:0 0 calc((100% / 5) * 3)}.four_fifth{flex:0 0 calc((100% / 5) * 4)}.two_sixth{flex:0 0 calc((100% / 6) * 2)}.three_sixth{flex:0 0 calc((100% / 6) * 3)}.four_sixth{flex:0 0 calc((100% / 6) * 4)}.five_sixth{flex:0 0 calc((100% / 6) * 5)}.offset_col_1{margin-left:calc((100% / 12) * 1)}.offset_col_2{margin-left:calc((100% / 12) * 2)}.offset_col_3{margin-left:calc((100% / 12) * 3)}.offset_col_4{margin-left:calc((100% / 12) * 4)}.offset_col_5{margin-left:calc((100% / 12) * 5)}.offset_col_6{margin-left:calc((100% / 12) * 6)}.offset_col_7{margin-left:calc((100% / 12) * 7)}.offset_col_8{margin-left:calc((100% / 12) * 8)}.offset_col_9{margin-left:calc((100% / 12) * 9)}.offset_col_10{margin-left:calc((100% / 12) * 10)}.offset_col_11{margin-left:calc((100% / 12) * 11)}.autogrid.no_gutter{padding-left:0;padding-right:0}@media only screen and (min-width :768px) and (max-width :1024px){.col_1_t{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_t{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_t{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_t{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_t{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_t{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_t{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_t{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_t{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_t{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_t{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_t{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_t{order:1}.order_2_t{order:2}.order_3_t{order:3}.order_4_t{order:4}.order_5_t{order:5}.order_6_t{order:6}}.autogrid_row>.column.sticky_column>.attributes{position:sticky;top:0;z-index:10;height:auto!important}@media only screen and (max-width:767px){[class*="col_"],.one_half,.one_third,.one_fourth,.one_fifth,.one_sixth,.two_third,.two_fourth,.three_fourth,.two_fifth,.three_fifth,.four_fifth,.two_sixth,.three_sixth .four_sixth,.five_sixth{flex:0 0 100%;max-width:none}.column[class*="col_"]:not([class*="_m"]),.autogrid_grid .column:not([class*="_m"]){padding-left:0!important;padding-right:0!important;margin-bottom:25px}.column[class*="offset_"],.autogrid[class*="offset_"],.autogrid_grid[class*="offset_"]{margin-left:0}.autogrid_wrapper,.autogrid_row,.autogrid_grid{margin-left:0!important;margin-right:0!important}.column:empty{display:none}.autogrid_grid>.column>.attributes.has-image.empty>.image_mob,.autogrid_grid>.column>.attributes.has-image.empty>.same-height-wrap>.image_mob,.autogrid_row>.column>.attributes.has-image.empty>.image_mob,.autogrid_row>.column>.attributes.has-image.empty>.same-height-wrap>.image_mob{display:block}.autogrid_grid>.column>.attributes.has-image.empty,.autogrid_row>.column>.attributes.has-image.empty{background:none!important}.col_1_m{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_m{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_m{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_m{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_m{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_m{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_m{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_m{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_m{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_m{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_m{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_m{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_m{order:1}.order_2_m{order:2}.order_3_m{order:3}.order_4_m{order:4}.order_5_m{order:5}.order_6_m{order:6}.autogrid_grid>.column>.attributes.p-xl,.autogrid_grid>.column>.attributes.p-l,.autogrid_grid>.column>.attributes.p-m,.autogrid_grid>.column>.attributes.p-s,.autogrid_grid>.column>.attributes.p-xs,.autogrid_row>.column .attributes.p-xl,.autogrid_row>.column .attributes.p-l,.autogrid_row>.column .attributes.p-m,.autogrid_row>.column .attributes.p-s,.autogrid_row>.column .attributes.p-xs{padding:20px}.autogrid_grid .column.m_align_left_top{text-align:left}.autogrid_grid .column.m_align_left_center{text-align:left;align-self:center}.autogrid_grid .column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.m_align_center_top{text-align:center}.autogrid_grid .column.m_align_center_center{text-align:center;align-self:center}.autogrid_grid .column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.m_align_right_top{text-align:right}.autogrid_grid .column.m_align_right_center{text-align:right;align-self:center}.autogrid_grid .column.m_align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row>.column.m_align_left_top{text-align:left}.autogrid_row>.column.m_align_left_center{text-align:left;align-self:center}.autogrid_row>.column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row>.column.m_align_center_top{text-align:center}.autogrid_row>.column.m_align_center_center{text-align:center;align-self:center}.autogrid_row>.column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row>.column.m_align_right_top{text-align:right}.autogrid_row>.column.m_align_right_center{text-align:right;align-self:center}.autogrid_row>.column.m_align_right_bottom{text-align:right;align-self:flex-end}}body.edge column[class*="col_"]{flex-basis:1}@media only screen and (max-width:767px){body.edge column[class*="col_"]{flex-basis:100%}}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
