
/* 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_image_text_box
 * ========================================================================== */

.ce_image_text_box_inside {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.ce_image_text_box .ce_image_text_box_content {
	margin-top: 2rem;
}

.ce_image_text_box .image_container img {
	width: auto;
	display: inline-block;
}

.ce_image_text_box .ce_image_text_box_inside > a.hyperlink_txt {
	margin-top: 25px;
}

.ce_image_text_box a.hyperlink_txt {
	display: inline-block;
	padding: 7px 15px;
	border: 1px solid rgba(0,0,0,0.1);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_image_text_box a.hyperlink_txt:hover {
	opacity: 0.8;
}

.ce_image_text_box .ce_image_text_box_banner {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	color: rgb(255,255,255);
	background: var(--accentColor);
	font-size: 0.8rem;
	position: absolute;
	right: -2.4rem;
	top: 2rem;
	text-align: center;
	min-width: 11rem;
	z-index: 30;
	padding: 0.2rem;
}

.ce_image_text_box.version2 a.hyperlink_txt {
	text-decoration: underline;
	padding: 0;
	border: 0;
	color: var(--accentColor);
}

.ce_image_text_box.version2 {
	border: 1px solid rgb(235, 237, 235);
	border-radius: 6px;
	height: 100%;
}

.ce_image_text_box.version2 .ce_image_text_box_content_outside {
	padding: 25px;
}

.ce_image_text_box.version2 .ce_image_text_box_content {
	margin-top: 0;
}

.ce_image_text_box.version3 img {
	border: 2px solid rgb(230,230,230);
}

.ce_image_text_box.version3 a.hyperlink_txt {
	margin-top: 30px;
}

.ce_image_text_box.version4 {
	text-align: center;
}

.ce_image_text_box.version4 a.hyperlink_txt {
	margin-top: 30px;
}

.ce_image_text_box ul {
	padding-left: 4px;
}

.ce_image_text_box ul li {
	list-style-type: circle;
	list-style-position: inside;
}
/* =============================================================================
 * ce_text_image_bar
 * ========================================================================== */

.ce_text_image_bar.bg-accent {
	background-color: var(--accentColor);
}

.ce_text_image_bar.bg-second {
	background-color: var(--secondColor);
}

.ce_text_image_bar.bg-customColor1 {
	background-color: var(--customColor1);
}

.ce_text_image_bar.bg-customColor2 {
	background-color: var(--customColor2);
}

.ce_text_image_bar .inside {
	display: flex;
	flex-wrap: wrap;
	position: static;
	padding-left: 0;
	padding-right: 0;
}

.ce_text_image_bar .textbox,
.ce_text_image_bar .imagebox {
	position: relative;
	flex: 0 0 50%;
}

.ce_text_image_bar.txt_right .textbox {
	order: 2;
	margin-left: 50%;
}

.ce_text_image_bar.txt_right .imagebox {
	order: 1;
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
}

.ce_text_image_bar.txt_left .imagebox {
   position: absolute;
	width: 50%;
	height: 100%;
	left: 50%;
}

.ce_text_image_bar {
	position: relative;
	background: rgb(248,248,248);
}

.ce_text_image_bar .textbox {
	padding: 70px 60px;
}

.ce_text_image_bar.oversize .textbox {
	height: auto!important;
}

.ce_text_image_bar .imagebox {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ce_text_image_bar .bg_image {
   width: 50vw;
   height: 100%;
}

.ce_text_image_bar.show-arrow .arrow {
	top: 50%;
	right: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 100;
}

.ce_text_image_bar.show-arrow.txt_left .arrow {
	left: -10px;
	right: auto;
}

.ce_text_image_bar.show-arrow.bg-nocolor .arrow {
	background: rgb(248,248,248);
}

.ce_text_image_bar .text-table {
	display: table;
	height: 100%;
	width: 100%;
}

.ce_text_image_bar .text-table .text-cell {
	display: table-cell;
	vertical-align: middle;
}

.ce_text_image_bar .ce_hyperlink {
	margin-top: 35px;
}

.ce_text_image_bar .ce_hyperlink a {
	margin-bottom: 0;
}

.ce_text_image_bar.bg-accent .ce_hyperlink a {
	background: rgb(51,51,51);
	border-color: rgb(51,51,51);
}

.ce_text_image_bar.bg-white {
	background: rgb(255,255,255);
}

.ce_text_image_bar ul {
	padding-left: 20px;
}

.ce_text_image_bar li {
	list-style-type: disc;
}

.ce_text_image_bar .subheadline {
	color: rgb(180,180,180);
	font-size: 1.2rem;
}

.ce_text_image_bar.color-white .subheadline {
	color: rgba(255,255,255,0.8);
}

.ce_text_image_bar .mobile_image_top {
	margin-bottom: 20px;
}

.ce_text_image_bar .mobile_image_bottom {
	margin-top: 20px;
}

.ce_text_image_bar .mobile_image {
	display: none;
}

.ce_text_image_bar.show_arrow .image-left:after,
.ce_text_image_bar.show_arrow .image-right:after {
	display: none;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {

	.ce_text_image_bar .inside {
		height: auto!important;
	}
	
	.ce_text_image_bar .textbox {
		flex: 0 0 100%;
		height: auto!important;
		padding: 30px;
	}
	
	.ce_text_image_bar .imagebox {
		display: none;
	}
	
	.ce_text_image_bar .mobile_image {
		display: block;
		flex: 0 0 100%;
	}
	
	.ce_text_image_bar.mob-img-first .mobile_image {
		order: 1;
	}
	
	.ce_text_image_bar.mob-img-first .textbox {
		order: 2;
		margin-left: 0;
	}
	
	.ce_text_image_bar.mob-img-second .mobile_image {
		order: 2;
	}
	
	.ce_text_image_bar.mob-img-first .textbox {
		order: 2;
	}
	
	.ce_text_image_bar.txt_right .textbox {
	   margin-left: 0;
	}
}
/* =============================================================================
 * ce_vertical_spacer
 * ========================================================================== */

.ce_vertical_spacer.sp-xxl {
	height: 21vmin;
}

.ce_vertical_spacer.sp-xl {
	height: 18vmin;
}

.ce_vertical_spacer.sp-l {
	height: 15vmin;
}

.ce_vertical_spacer.sp-m {
	height: 12vmin;
}

.ce_vertical_spacer.sp-s {
	height: 9vmin;
}

.ce_vertical_spacer.sp-xs {
	height: 6vmin;
}

.ce_vertical_spacer.sp-xxs {
	height: 3vmin;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {

	.ce_vertical_spacer.sp-xxl {
		height: 130px;
	}
	
	.ce_vertical_spacer.sp-xl {
		height: 110px;
	}
	
	.ce_vertical_spacer.sp-l {
		height: 90px;
	}
	
	.ce_vertical_spacer.sp-m {
		height: 70px;
	}
	
	.ce_vertical_spacer.sp-s {
		height: 50px;
	}
	
	.ce_vertical_spacer.sp-xs {
		height: 30px;
	}
	
	.ce_vertical_spacer.sp-xxs {
		height: 10px;
	}
	
	.ce_vertical_spacer.sp-xxl-mob {
		height: 70px;
	}
	
	.ce_vertical_spacer.sp-xl-mob {
		height: 60px;
	}
	
	.ce_vertical_spacer.sp-l-mob {
		height: 50px;
	}
	
	.ce_vertical_spacer.sp-m-mob {
		height: 4px;
	}
	
	.ce_vertical_spacer.sp-s-mob {
		height: 30px;
	}
	
	.ce_vertical_spacer.sp-xs-mob {
		height: 20px;
	}
	
	.ce_vertical_spacer.sp-xxs-mob {
		height: 10px;
	}
	
	.ce_vertical_spacer.sp-0-mob {
		display: none;
	}
}
/* =============================================================================
* ce_pricelist_image
* ========================================================================== */

.ce_pricelist_image h4 {
   font-size: 1.4rem;
   float: left;
   margin: 0;
}

.ce_pricelist_image h4:after {
   content: '';
   display: inline;
   float: right;
   border-bottom: 1px dashed rgb(210,210,210);
   width: 100%;
   position: absolute;
   margin-left: 5px;
   bottom: 10px;
}

.ce_pricelist_image .item-content {
   position: relative;
   overflow: hidden;
   clear: both;
}

.ce_pricelist_image .image_container {
   width: 60px;
   position: absolute;
   left: 0;
   top: 0px;
}

.ce_pricelist_image .price {
   position: absolute;
   right: 0;
   background: rgb(255,255,255);
   padding-left: 10px;
   font-size: 1.3rem;
   font-weight: bold;
}

.ce_pricelist_image .item-inside {
   padding: 10px 15px 20px 70px;
   position: relative;
}

.ce_pricelist_image .subline {
   font-size: 0.9rem;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
   .ce_pricelist_image h4:after {
      display: none;
   }
   
   .ce_pricelist_image .price {
      position: static;
      padding: 0;
   }
   
   .ce_pricelist_image h4 {
      float: none;
   }

   .ce_pricelist_image .item-inside {
      padding-top: 0;
   }
}
/* =============================================================================
 * ce_pricelist
 * ========================================================================== */

.ce_pricelist .item {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px dotted rgba(0,0,0,0.5);
}

.ce_pricelist .item-inside {
	position: relative;
	overflow: hidden;
}

.ce_pricelist .label {
	float: left;
	padding-right: 10px;
	font-size: 1.4em;
}

.ce_pricelist .price {
	float: right;
	padding-left: 10px;
	font-size: 1.4em;
}

.ce_pricelist .subline {
	clear: both;
	font-size: 0.9em;
}

.ce_pricelist .bg-dotted {
	border-bottom: 2px dotted rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.color-white .ce_pricelist .bg-dotted {
	border-color: rgba(255,255,255,0.8);
}

.color-white .ce_pricelist .item {
	border-color: rgba(255,255,255,0.4);
}
/* =============================================================================
 * ce_fancylink
 * ========================================================================== */

.ce_fancylink {
   -webkit-backface-visibility: hidden;
   -webkit-transition: translate3d(0,0,0);
}

/* style1 */
.ce_fancylink.style1 a {
   display: inline-block;
   position: relative;
   padding-left: 40px;
}

.ce_fancylink.style1 .shaft {
   position: absolute;
   left: 0;
   top: 50%;
   display: block;
   width: 25px;
   height: 1px;
   background: rgba(0,0,0,0.7);
   transform: translateY(calc(-50% + 0.5px));
   transition: all 0.5s;
}

.ce_fancylink.style1 a:hover .shaft {
   width: 50px;
}

.ce_fancylink.style1 .shaft:before,
.ce_fancylink.style1 .shaft:after {
   height: 1px;
   transform: rotate(0deg);
   background-color: rgba(0,0,0,0.7);
   transform-origin: top right;
   content: '';
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   transition: all 0.5s;
}

.ce_fancylink.style1 a:hover .shaft:after {
   width: 8px;
   transform: rotate(-40deg);
}

.ce_fancylink.style1 a:hover .shaft:before {
   width: 8px;
   transform: rotate(40deg);
}

.ce_fancylink.style1 .link_text {
   transition: all 0.5s;
   display: block;
}

.ce_fancylink.style1 a:hover .link_text {
   transform: translateX(20px);
}

.ce_fancylink.style1.size_small {
   font-size: 0.9rem;
}

.ce_fancylink.style1.size_medium {
   font-size: 1.2rem;
}

.ce_fancylink.style1.size_large {
   font-size: 1.8rem;
}

.ce_fancylink.style1.fancylink_color_accent a {
   color: var(--accentColor);
}

.ce_fancylink.style1.fancylink_color_second a {
   color: var(--secondColor);
}

.ce_fancylink.style1.fancylink_color_accent .shaft,
.ce_fancylink.style1.fancylink_color_accent .shaft:before, 
.ce_fancylink.style1.fancylink_color_accent .shaft:after {
   background-color: var(--accentColor);
}

.ce_fancylink.style1.fancylink_color_second .shaft,
.ce_fancylink.style1.fancylink_color_second .shaft:before, 
.ce_fancylink.style1.fancylink_color_second .shaft:after {
   background-color: var(--secondColor);
}

.ce_fancylink.style1.fancylink_color_customColor1 .shaft,
.ce_fancylink.style1.fancylink_color_customColor1 .shaft:before, 
.ce_fancylink.style1.fancylink_color_customColor1 .shaft:after {
   background-color: var(--customColor1);
}

.ce_fancylink.style1.fancylink_color_customColor2 .shaft,
.ce_fancylink.style1.fancylink_color_customColor2 .shaft:before, 
.ce_fancylink.style1.fancylink_color_customColor2 .shaft:after {
   background-color: var(--customColor2);
}

/* style2 */

.ce_fancylink.style2 a {
   position: relative;
   display: inline-block;
   padding-right: 35px;
}

.ce_fancylink.style2 a:after {
   content:'';
   border-radius: 100%;
   border: 1px solid rgba(0,0,0,0.28);
   height: 26px;
   width: 26px;
   transform: translateY(-50%);
   transform-origin: center;
   position: absolute;
   right: 0;
   top: 50%;
   display: block;
   transition: all 0.33s cubic-bezier(0.10,0.90,0.5,1);
}

.ce_fancylink.style2 a:hover:after {
   transform: scale(0.8) translateY(-50%);
   transform-origin: center;
   opacity: 0
}
  
.ce_fancylink.style2 .arrow:after {
   border-bottom: 1px solid rgb(0,0,0);
   position: absolute;
   content:'';
   height: 1px;
   width: 0;
   right: 12px;
   top: 50%;
   margin-top: -2px;
   transition: all 0.33s cubic-bezier(0.10,0.90,0.5,1);
}

.ce_fancylink.style2 .arrow:before {
   position: absolute;
   right:0;
   width:26px;
   font-family:'Fontawesome';
   content:"\f105";
   font-weight: normal;
   font-style: normal;
   color: rgb(0,0,0);
   line-height: 30px;
   font-size: 14px;
   text-align:center;
   height: 30px;
   top:50%;
   margin-top:-16px;
   transition: all 0.33s cubic-bezier(0.10,0.90,0.5,1);
}

.ce_fancylink.style2 a:hover .arrow:after {
   width: 26px;
}

.ce_fancylink.style2 a:hover .arrow:after,
.ce_fancylink.style2 a:hover .arrow:before {
  transform:scale(1,1) translateX(9px)
}

.ce_fancylink.style2.h1 a {
   padding-right: 43px; 
}

.ce_fancylink.style2.h2 a {
   padding-right: 40px; 
}

.ce_fancylink.style2.h3 a {
   padding-right: 39px; 
}

.ce_fancylink.style2.size_small {
   font-size: 0.9rem;
}

.ce_fancylink.style2.size_small a {
   padding-right: 35px;
}

.ce_fancylink.style2.size_medium {
   font-size: 1.2rem;
}

.ce_fancylink.style2.size_medium a {
   padding-right: 37px;
}

.ce_fancylink.style2.size_large {
   font-size: 1.8rem;
}

.ce_fancylink.style2.size_large a {
   padding-right: 38px;
}

.ce_fancylink.style2.fancylink_color_accent a,
.ce_fancylink.style2.fancylink_color_accent .arrow:before {
   color: var(--accentColor);
}

.ce_fancylink.style2.fancylink_color_accent a:after,
.ce_fancylink.style2.fancylink_color_accent .arrow:after {
   border-color: var(--accentColor);
}

.ce_fancylink.style2.fancylink_color_second a,
.ce_fancylink.style2.fancylink_color_second .arrow:before {
   color: var(--secondColor);
}

.ce_fancylink.style2.fancylink_color_second a:after,
.ce_fancylink.style2.fancylink_color_second .arrow:after {
   border-color: var(--secondColor);
}

.ce_fancylink.style2.fancylink_color_customColor1 a,
.ce_fancylink.style2.fancylink_color_customColor1 .arrow:before {
   color: var(--customColor1);
}

.ce_fancylink.style2.fancylink_color_customColor1 a:after,
.ce_fancylink.style2.fancylink_color_customColor1 .arrow:after {
   border-color: var(--customColor1);
}

.ce_fancylink.style2.fancylink_color_customColor2 a,
.ce_fancylink.style2.fancylink_color_customColor2 .arrow:before {
   color: var(--customColor2);
}

.ce_fancylink.style2.fancylink_color_customColor2 a:after,
.ce_fancylink.style2.fancylink_color_customColor2 .arrow:after {
   border-color: var(--customColor2);
}

/* style3 */

.ce_fancylink.style3 a {
   position: relative;
   display: inline-block;
}

.ce_fancylink.style3 a:after {
   content: '';
   position: absolute;
   width: 100%;
   height: 2px;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0,0,0,0.9);
   transition: all 0.3s;
}

.ce_fancylink.style3 a:hover:after {
   transform: scaleX(0);
}

.ce_fancylink.style3.size_small {
   font-size: 0.9rem;
}

.ce_fancylink.style3.size_medium {
   font-size: 1.2rem;
}

.ce_fancylink.style3.size_large {
   font-size: 1.8rem;
}

.ce_fancylink.style3.size_large a:after {
   bottom: -3px;
}

.ce_fancylink.text_format_bold {
   font-weight: bold;
}

/* colors */

.ce_fancylink.fancylink_color_black a,
.ce_fancylink.fancylink_color_black .arrow:before {
   color: rgb(0,0,0);
}

.ce_fancylink.fancylink_color_black a:after,
.ce_fancylink.fancylink_color_black .arrow:after {
   border-color: rgb(0,0,0);
}

.ce_fancylink.fancylink_color_white a,
.ce_fancylink.fancylink_color_white .arrow:before {
   color: rgb(255,255,255);
}

.ce_fancylink.fancylink_color_white a:after,
.ce_fancylink.fancylink_color_white .arrow:after {
   border-color: rgb(255,255,255);
}

.ce_fancylink.style3.fancylink_color_black a:after {
   background-color: rgb(0,0,0);
}

.ce_fancylink.style3.fancylink_color_white a:after,
.ce_fancylink.style1.fancylink_color_white .shaft,
.ce_fancylink.style1.fancylink_color_white .shaft:before,
.ce_fancylink.style1.fancylink_color_white .shaft:after {
   background-color: rgb(255,255,255);
}

.ce_fancylink.style3.fancylink_color_accent a {
   color: var(--accentColor);
}

.ce_fancylink.style3.fancylink_color_accent a:after {
   background-color: var(--accentColor);
}

.ce_fancylink.style3.fancylink_color_second a {
   color: var(--secondColor);
}

.ce_fancylink.style3.fancylink_color_second a:after {
   background-color: var(--secondColor);
}

.ce_fancylink.style3.fancylink_color_customColor1 a {
   color: var(--customColor1);
}

.ce_fancylink.style3.fancylink_color_customColor1 a:after {
   background-color: var(--customColor1);
}

.ce_fancylink.style3.fancylink_color_customColor2 a {
   color: var(--customColor2);
}

.ce_fancylink.style3.fancylink_color_customColor2 a:after {
   background-color: var(--customColor2);
}

/* align */

.ce_fancylink.align_center {
   text-align: center;
}

.ce_fancylink.align_right {
   text-align: right;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
   .ce_fancylink.align_left_mob {
      text-align: left;
   }
   
   .ce_fancylink.align_center_mob {
      text-align: center;
   }
   
   .ce_fancylink.align_right_mob {
      text-align: right;
   }
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/* =============================================================================
* ce_before_after_slider
* ========================================================================== */

.ce_before_after_slider .twentytwenty-container img {
   width: 100%;
}

.ce_before_after_slider img,
.ce_before_after_slider img{
   display: none;
}

.ce_before_after_slider img.twentytwenty-before,
.ce_before_after_slider img.twentytwenty-after{
   display: block;
}
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* =============================================================================
 * ce_swiper-slider-start
 * ========================================================================== */
 
.ce_swiper-slider-start {
	  overflow-x: hidden;
	  overflow-y: visible;
}

 .ce_swiper-slider-start .swiper-pagination {
	display: none;
}

.ce_swiper-slider-start .swip-pagination .swiper-pagination {
	display: block;
	z-index: 100;
}

.ce_swiper-slider-start .pagination-left .swiper-pagination {
	text-align: left;
}

.ce_swiper-slider-start .pagination-right .swiper-pagination {
	text-align: right;
}

/* style2_dark */

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet {
	background: rgba(0,0,0,.15);
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	border: 0;
	box-shadow: none;
}

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: var(--accentColor);
	width: 10px;
	height: 8px;
	position: relative;
	border-radius: 2px;
}

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	position: absolute;
	left: 1px;
	top: -3px;
	background-color: var(--accentColor);
	transform: rotate(45deg);
}

.ce_swiper-slider-start.style2_dark .swiper-button-next:after,
.ce_swiper-slider-start.style2_dark .swiper-button-prev:after {
	text-shadow: none;
	color: rgba(0,0,0,0.9);
}

/* style2_light */

.ce_swiper-slider-start.style2_light .swiper-pagination-bullet {
	background: rgba(255,255,255,0.5);
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	border: 0;
	box-shadow: none;
}

.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active {
	opacity: 1;
	width: 10px;
	height: 8px;
	position: relative;
	border-radius: 2px;
	background-color: var(--accentColor);
}

.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	position: absolute;
	left: 1px;
	top: -3px;
	transform: rotate(45deg);
	background-color: var(--accentColor);
}

.ce_swiper-slider-start.style2_light .swiper-button-next:after,
.ce_swiper-slider-start.style2_light .swiper-button-prev:after {
	text-shadow: none;
	color: rgba(255,255,255,0.9);
}


/* style3_dark */

.ce_swiper-slider-start.style3_dark .swiper-buttons {
	margin-top: 45px;
}

.ce_swiper-slider-start.style3_dark .swiper-pagination {
	position: static;
}

.ce_swiper-slider-start.style3_dark .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
}

.ce_swiper-slider-start.style3_dark .swiper-pagination-bullet-active {
	background: var(--accentColor);
}

.ce_swiper-slider-start.style3_dark .swiper-button-next, 
.ce_swiper-slider-start.style3_dark .swiper-button-prev {
	position: static;
	text-align: center;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 0;
	background: rgba(0,0,0,0.05);
	border-radius: 100%;
	transition: all .2s ease;
}

.ce_swiper-slider-start.style3_dark .swiper-button-prev {
	margin-right: 5px;
}

.ce_swiper-slider-start.style3_dark .swiper-button-next {
	margin-left: 5px;
}

.ce_swiper-slider-start.style3_dark .swiper-button-next:after, 
.ce_swiper-slider-start.style3_dark .swiper-button-prev:after {
	font-size: 19px;
	line-height: 50px;
	font-family: 'themify';
}

.ce_swiper-slider-start.style3_dark .swiper-button-next:hover,
.ce_swiper-slider-start.style3_dark .swiper-button-prev:hover {
	transform: scale(1.15);
}

.ce_swiper-slider-start.style3_dark .swiper-button-next:after {
	content: "\e628";
}

.ce_swiper-slider-start.style3_dark .swiper-button-prev:after {
	content: "\e629";
}

.ce_swiper-slider-start.style3_dark .swiper-buttons {
	text-align: center;
	margin-bottom: 20px;
}

.ce_swiper-slider-start.style3_dark .pagination-left .swiper-buttons {
	text-align: left;
}

.ce_swiper-slider-start.style3_dark .pagination-right .swiper-buttons {
	text-align: right;
}

.ce_swiper-slider-start.style3_dark .pagination-left .swiper-button-next:hover, 
.ce_swiper-slider-start.style3_dark .pagination-left .swiper-button-prev:hover,
.ce_swiper-slider-start.style3_dark .pagination-right .swiper-button-next:hover, 
.ce_swiper-slider-start.style3_dark .pagination-right .swiper-button-prev:hover {
	transform: scale(1)!important;
}

/* style3_light */

.ce_swiper-slider-start.style3_light .swiper-buttons {
	margin-top: 45px;
}

.ce_swiper-slider-start.style3_light .swiper-pagination {
	position: static;
}

.ce_swiper-slider-start.style3_light .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #fff;
}

.ce_swiper-slider-start.style3_light .swiper-pagination-bullet-active {
	background: var(--accentColor);
}

.ce_swiper-slider-start.style3_light .swiper-button-next, 
.ce_swiper-slider-start.style3_light .swiper-button-prev {
	position: static;
	text-align: center;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 0;
	background: #fff;
	border-radius: 100%;
	transition: all .2s ease;
}

.ce_swiper-slider-start.style3_light .swiper-button-prev {
	margin-right: 5px;
}

.ce_swiper-slider-start.style3_light .swiper-button-next {
	margin-left: 5px;
}

.ce_swiper-slider-start.style3_light .swiper-button-next:after, 
.ce_swiper-slider-start.style3_light .swiper-button-prev:after {
	font-size: 19px;
	line-height: 50px;
	font-family: 'themify';
}

.ce_swiper-slider-start.style3_light .swiper-button-next:hover,
.ce_swiper-slider-start.style3_light .swiper-button-prev:hover {
	transform: scale(1.15);
}

.ce_swiper-slider-start.style3_light .swiper-button-next:after {
	content: "\e628";
}

.ce_swiper-slider-start.style3_light .swiper-button-prev:after {
	content: "\e629";
}

.ce_swiper-slider-start.style3_light .swiper-buttons {
	text-align: center;
	margin-bottom: 20px;
}

.ce_swiper-slider-start.style3_light .pagination-left .swiper-buttons {
	text-align: left;
}

.ce_swiper-slider-start.style3_light .pagination-right .swiper-buttons {
	text-align: right;
}

.ce_swiper-slider-start.style3_light .pagination-left .swiper-button-next:hover, 
.ce_swiper-slider-start.style3_light .pagination-left .swiper-button-prev:hover,
.ce_swiper-slider-start.style3_light .pagination-right .swiper-button-next:hover, 
.ce_swiper-slider-start.style3_light .pagination-right .swiper-button-prev:hover {
	transform: scale(1)!important;
}

/* mousedown */

.ce_swiper-slider-start .swiper-container .swiper-slide {
	transition: all 0.2s ease;
}

.ce_swiper-slider-start .swiper-container.mousedown .swiper-slide {
	transform: scale(0.95);
}

/* cursor */

.ce_swiper-slider-start .hide-cursor .circle {
	display: none;
}

.ce_swiper-slider-start .circle {
    width: 90px;
    height: 90px;
    position: absolute;
    pointer-events: none; /* Makes sure the circle doesn't block any mouse events */
    transition: all 0.2s ease;
    transform: translateX(-45px) translateY(-45px) scale(0.1);
    opacity: 0;
    z-index: 100000000;
}

.ce_swiper-slider-start .swiper-container.mouseover .circle {
	transform: translateX(-45px) translateY(-45px) scale(1);
	opacity: 1;
	transition: all 0.2s ease;
}

.ce_swiper-slider-start .circle .circle-bg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--accentColor);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.ce_swiper-slider-start .circle span {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce_swiper-slider-start .circle i {
    color: white;
    font-size: 24px;
    transition: all 0.2s ease;
}

.ce_swiper-slider-start .circle i.last {
    margin-left: 25px;
}

.ce_swiper-slider-start .swiper-container.mousedown .circle .circle-bg {
	transform: scale(0.1);
}

.ce_swiper-slider-start .swiper-container.mousedown .circle i {
	color: var(--accentColor);
}

/* pagination_color */

.ce_swiper-slider-start.pagination_color_dark .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: rgba(0,0,0,0.5);
}

.ce_swiper-slider-start.pagination_color_light .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: rgba(255,255,255,1);
}

@media only screen and (max-width: 767px) {
	/* add margin left/right in fullwidth articles */
	.mod_article.fullwidth .ce_swiper-slider-start {
		margin-left: 20px;
		margin-right: 20px;
	}
}

/* =============================================================================
 * ce_gallery
 * ========================================================================== */

.ce_gallery .cols_2 li {
	width: calc(100% / 2);
	float: left;
}

.ce_gallery .cols_3 li {
	width: calc(100% / 3);
	float: left;
}

.ce_gallery .cols_4 li {
	width: calc(100% / 4);
	float: left;
}

.ce_gallery .cols_5 li {
	width: calc(100% / 5);
	float: left;
}

.ce_gallery .cols_6 li {
	width: calc(100% / 6);
	float: left;
}

.ce_gallery .cols_7 li {
	width: calc(100% / 7);
	float: left;
}

.ce_gallery .cols_8 li {
	width: calc(100% / 8);
	float: left;
}

.ce_gallery .cols_9 li {
	width: calc(100% / 9);
	float: left;
}

.ce_gallery .cols_10 li {
	width: calc(100% / 10);
	float: left;
}

.ce_gallery .cols_11 li {
	width: calc(100% / 11);
	float: left;
}

.ce_gallery .cols_12 li {
	width: calc(100% / 12);
	float: left;
}

.edge .ce_gallery .cols_2 li {
	width: 49.8%;
	float: left;
}

.edge .ce_gallery .cols_3 li {
	width: 33.20%;
	float: left;
}

.edge .ce_gallery .cols_4 li {
	width: 24.98%;
	float: left;
}

.edge .ce_gallery .cols_5 li {
	width: 19.98%;
	float: left;
}

.edge .ce_gallery .cols_6 li {
	width: 16.65%;
	float: left;
}

.edge .ce_gallery .cols_7 li {
	width: 14.285%;
	float: left;
}

.edge .ce_gallery .cols_8 li {
	width: 12.46%;
	float: left;
}

.edge .ce_gallery .cols_9 li {
	width: 11.11%;
	float: left;
}

.edge .ce_gallery .cols_10 li {
	width: 10%;
	float: left;
}

.edge .ce_gallery .cols_11 li {
	width: 9.09%;
	float: left;
}

.edge .ce_gallery .cols_12 li {
	width: 8.33%;
	float: left;
}

.ce_gallery .gallery-margin {
	margin-left: -10px;
	margin-right: -10px;
}

.ce_gallery .gallery-margin .image_container {
	margin: 0 5px 10px;

}

.ce_gallery .image_container {
	margin: 0;
}

.ce_gallery a {
	width: 100%;
	height: 100%;
	display: block;
}

.ce_gallery .content {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	background: var(--accentColor);
	opacity: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}

.ce_gallery li:hover .content {
	opacity: 1;
}

.ce_gallery li img {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}

.ce_gallery .image_container {
	overflow: hidden;
}

.ce_gallery .content-outside {
	display: table;
	width: 100%;
	height: 100%;
}

.ce_gallery .content-inside {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: rgb(255,255,255);
	line-height: 1.5;
}

.ce_gallery .capt h1,
.ce_gallery .capt h2,
.ce_gallery .capt h3,
.ce_gallery .capt h4,
.ce_gallery .capt h5,
.ce_gallery .capt h6 {
	font-size: 1.067rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: rgb(255,255,255);
	margin: 0;
}

.ce_gallery .capt h1:after,
.ce_gallery .capt h2:after,
.ce_gallery .capt h3:after,
.ce_gallery .capt h4:after,
.ce_gallery .capt h5:after,
.ce_gallery .capt h6:after {
	content: '';
	width: 50px;
	height: 2px;
	display: block;
	margin: 8px auto 15px auto;
	background: rgb(255,255,255);
}

.ce_gallery .capt {
	font-size: 0.8rem;
}

.ce_gallery .image_container i.fa.fa-plus-circle {
	position: relative;
	height: 50px;
	width: 50px;
}

.ce_gallery .image_container i.fa.fa-plus-circle:before {
	content: '';
	width: 50px;
	height: 1px;
	background: rgb(255,255,255);
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.ce_gallery .image_container i.fa.fa-plus-circle:after {
	content: '';
	width: 50px;
	height: 1px;
	background: rgb(255,255,255);
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 0;
}

.ce_gallery li:hover .image_container i.fa.fa-plus-circle:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ce_gallery .capt {
	font-size: inherit;
}

/* gallery with borders */

.ce_gallery .borders li {
	padding: 10px;
}

.ce_gallery .borders li figure {
	border: 1px solid rgb(229,229,229);
}

/* gallery with swiper slider */

.ce_gallery .swiper-container .swiper-pagination {
	bottom: 0;
}

/* =============================================================================
 * ce_gallery flex-gallery
 * ========================================================================== */

.ce_gallery ul.flex-gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ce_gallery ul.flex-gallery li {
	max-width: none;
	line-height: 0;
	text-align: center;
}

.ce_gallery ul.flex-gallery.cols_1 li {
	flex: 0 0 100%;
}

.ce_gallery ul.flex-gallery.cols_2 li {
	flex: 0 0 calc(100% / 2);
}

.ce_gallery ul.flex-gallery.cols_3 li {
	flex: 0 0 calc(100% / 3);
}

.ce_gallery ul.flex-gallery.cols_4 li {
	flex: 0 0 calc(100% / 4);
}

.ce_gallery ul.flex-gallery.cols_5 li {
	flex: 0 0 calc(100% / 5);
}

.ce_gallery ul.flex-gallery.cols_6 li {
	flex: 0 0 calc(100% / 6);
}

.ce_gallery ul.flex-gallery.cols_7 li {
	flex: 0 0 calc(100% / 7);
}

.ce_gallery ul.flex-gallery.cols_8 li {
	flex: 0 0 calc(100% / 8);
}

.ce_gallery ul.flex-gallery.cols_9 li {
	flex: 0 0 calc(100% / 9);
}

.ce_gallery ul.flex-gallery.cols_10 li {
	flex: 0 0 calc(100% / 10);
}

.ce_gallery ul.flex-gallery.cols_11 li {
	flex: 0 0 calc(100% / 11);
}

.ce_gallery ul.flex-gallery.cols_12 li {
	flex: 0 0 calc(100% / 12);
}

.ce_gallery .borders.flex-gallery {
	align-items: inherit;
}
/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_gallery .gallery-margin .image_container {
		margin-bottom: 10px;
	}
	
	.ce_gallery [class*='cols_'] li {
		width: 49.8%;
	}

	.ce_gallery .borders li,
	.ce_gallery .borders li.col_last {
		border-right: 1px solid transparent;
		width: 50%;
	}

	.ce_gallery .borders li.row_last {
		border-bottom: 1px solid rgb(229,229,229);
	}

	.ce_gallery .borders li:nth-child(odd) {
		border-right: 1px solid rgb(229,229,229);
	}

	.ce_gallery ul.flex-gallery li {
		flex: 0 0 50%!important;
	}
}




/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

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

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

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

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

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
/* =============================================================================
 * ce_gallery template elevatezoom
 * ========================================================================== */

.ce_elevatezoom .elevatezoom_gallery_window {
	margin-bottom: 10px;
}

.ce_elevatezoom .elevatezoom_gallery_window img:first-child {
	width: 100%!important;
	max-width: 100%;
	height: auto!important;
	position: static!important;
	display: block;
}

.ce_elevatezoom .elevatezoom_gallery_window img {
	display: none;
}

.ce_elevatezoom img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.ce_elevatezoom .zoomWrapper {
	width: 100%!important;
	height: auto!important;
}

.ce_elevatezoom ul,
.ce_elevatezoom li {
	overflow: hidden;
}

.ce_elevatezoom ul {
	margin-left: -5px;
	margin-right: -5px;
	display: flex;
	flex-wrap: wrap;
}

.ce_elevatezoom li {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

.zoomContainer {
	z-index: 1000;
	height: auto!important;
}

.ce_elevatezoom .cols_2 li {
	flex: 0 0 calc(100% / 2);
}

.ce_elevatezoom .cols_3 li {
	flex: 0 0 calc(100% / 3);
}

.ce_elevatezoom .cols_4 li {
	flex: 0 0 calc(100% / 4);
}

.ce_elevatezoom .cols_5 li {
	flex: 0 0 calc(100% / 5);
}

.ce_elevatezoom .cols_6 li {
	flex: 0 0 calc(100% / 6);
}

.ce_elevatezoom .cols_7 li {
	flex: 0 0 calc(100% / 7);
}

.ce_elevatezoom .cols_8 li {
	flex: 0 0 calc(100% / 8);
}

.ce_elevatezoom .cols_9 li {
	flex: 0 0 calc(100% / 9);
}

.ce_elevatezoom .cols_10 li {
	flex: 0 0 calc(100% / 10);
}

.ce_elevatezoom .cols_11 li {
	flex: 0 0 calc(100% / 11);
}

.ce_elevatezoom .cols_12 li {
	flex: 0 0 calc(100% / 12);
}

.ce_elevatezoom li.col_first {
	clear: both;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_elevatezoom [class*='cols_'] li {
		flex: 0 0 50%!important;
	}
	
	.ce_elevatezoom li:nth-child(3n) {
		clear: both;
	}
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../../files/cto_layout/scripts/revolution/fonts/revicons/revicons.eot?5510888);src:url(../../files/cto_layout/scripts/revolution/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../../files/cto_layout/scripts/revolution/fonts/revicons/revicons.woff?5510888) format('woff'),url(../../files/cto_layout/scripts/revolution/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(../../files/cto_layout/scripts/revolution/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(../../files/cto_layout/scripts/revolution/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(../../files/cto_layout/scripts/revolution/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../../files/cto_layout/scripts/revolution/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../../files/cto_layout/scripts/revolution/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../../files/cto_layout/scripts/revolution/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../../files/cto_layout/scripts/revolution/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../../files/cto_layout/scripts/revolution/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(../../files/cto_layout/scripts/revolution/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(../../files/cto_layout/scripts/revolution/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	18/03/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited
{
	color:#0084B4!important;
}

.tp-caption.Twitter-Content a:hover
{
	color:#0084B4!important;
	text-decoration:underline!important;
}

.tp-caption.medium_grey,.medium_grey
{
	background-color:#888;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin:0;
	padding:2px 4px;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.small_text,.small_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	font-weight:700;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.medium_text,.medium_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.large_text,.large_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:40px;
	font-weight:700;
	line-height:40px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.very_large_text,.very_large_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:60px;
	font-weight:700;
	letter-spacing:-2px;
	line-height:60px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.very_big_white,.very_big_white
{
	background-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:60px;
	font-weight:800;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.very_big_black,.very_big_black
{
	background-color:#fff;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:Arial;
	font-size:60px;
	font-weight:700;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_medium_fat,.modern_medium_fat
{
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans", sans-serif;
	font-size:24px;
	font-weight:800;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_medium_fat_white,.modern_medium_fat_white
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:24px;
	font-weight:800;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_medium_light,.modern_medium_light
{
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans", sans-serif;
	font-size:24px;
	font-weight:300;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_big_bluebg,.modern_big_bluebg
{
	background-color:#4e5b6c;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:30px;
	font-weight:800;
	letter-spacing:0;
	line-height:36px;
	margin:0;
	padding:3px 10px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.modern_big_redbg,.modern_big_redbg
{
	background-color:#de543e;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:30px;
	font-weight:300;
	letter-spacing:0;
	line-height:36px;
	margin:0;
	padding:1px 10px 3px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.modern_small_text_dark,.modern_small_text_dark
{
	border-style:none;
	border-width:0;
	color:#555;
	font-family:Arial;
	font-size:14px;
	line-height:22px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.boxshadow,.boxshadow
{		
	box-shadow:0 0 20px rgba(0,0,0,0.5);
}

.tp-caption.black,.black
{
	color:#000;
	text-shadow:none;
}

.tp-caption.noshadow,.noshadow
{
	text-shadow:none;
}

.tp-caption.thinheadline_dark,.thinheadline_dark
{
	background-color:transparent;
	color:rgba(0,0,0,0.85);
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:30px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.thintext_dark,.thintext_dark
{
	background-color:transparent;
	color:rgba(0,0,0,0.85);
	font-family:"Open Sans";
	font-size:16px;
	font-weight:300;
	line-height:26px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largeblackbg,.largeblackbg
{
	
	
	background-color:#000;
	border-radius:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largepinkbg,.largepinkbg
{
	
	
	background-color:#db4360;
	border-radius:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largewhitebg,.largewhitebg
{
	
	
	background-color:#fff;
	border-radius:0;
	color:#000;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largegreenbg,.largegreenbg
{
	
	
	background-color:#67ae73;
	border-radius:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.excerpt,.excerpt
{
	background-color:rgba(0,0,0,1);
	border-color:#fff;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:36px;
	font-weight:700;
	height:auto;
	letter-spacing:-1.5px;
	line-height:36px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
	white-space:normal!important;
	width:150px;
}

.tp-caption.large_bold_grey,.large_bold_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Open Sans";
	font-size:60px;
	font-weight:800;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.medium_thin_grey,.medium_thin_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:30px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.small_thin_grey,.small_thin_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#757575;
	font-family:"Open Sans";
	font-size:18px;
	font-weight:300;
	line-height:26px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.lightgrey_divider,.lightgrey_divider
{
	background-color:rgba(235,235,235,1);
	background-position:initial;
	background-repeat:initial;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:3px;
	text-decoration:none;
	width:370px;
}

.tp-caption.large_bold_darkblue,.large_bold_darkblue
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#34495e;
	font-family:"Open Sans";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}

.tp-caption.medium_bg_darkblue,.medium_bg_darkblue
{
	background-color:#34495e;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.medium_bold_red,.medium_bold_red
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#e33a0c;
	font-family:"Open Sans";
	font-size:24px;
	font-weight:800;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.medium_light_red,.medium_light_red
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#e33a0c;
	font-family:"Open Sans";
	font-size:21px;
	font-weight:300;
	line-height:26px;
	padding:0;
	text-decoration:none;
}

.tp-caption.medium_bg_red,.medium_bg_red
{
	background-color:#e33a0c;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.medium_bold_orange,.medium_bold_orange
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#f39c12;
	font-family:"Open Sans";
	font-size:24px;
	font-weight:800;
	line-height:30px;
	text-decoration:none;
}

.tp-caption.medium_bg_orange,.medium_bg_orange
{
	background-color:#f39c12;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.grassfloor,.grassfloor
{
	background-color:rgba(160,179,151,1);
	border-color:#222;
	border-style:none;
	border-width:0;
	height:150px;
	text-decoration:none;
	width:4000px;
}

.tp-caption.large_bold_white,.large_bold_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}

.tp-caption.medium_light_white,.medium_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:36px;
	padding:0;
	text-decoration:none;
}

.tp-caption.mediumlarge_light_white,.mediumlarge_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-decoration:none;
}

.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-align:center;
	text-decoration:none;
}

.tp-caption.medium_bg_asbestos,.medium_bg_asbestos
{
	background-color:#7f8c8d;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.medium_light_black,.medium_light_black
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:36px;
	padding:0;
	text-decoration:none;
}

.tp-caption.large_bold_black,.large_bold_black
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}

.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#34495e;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-decoration:none;
}

.tp-caption.small_light_white,.small_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:17px;
	font-weight:300;
	line-height:28px;
	padding:0;
	text-decoration:none;
}

.tp-caption.roundedimage,.roundedimage
{
	border-color:#222;
	border-style:none;
	border-width:0;
}

.tp-caption.large_bg_black,.large_bg_black
{
	background-color:#000;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:40px;
	font-weight:800;
	line-height:40px;
	padding:10px 20px 15px;
	text-decoration:none;
}

.tp-caption.mediumwhitebg,.mediumwhitebg
{
	background-color:#fff;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:30px;
	padding:5px 15px 10px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.maincaption,.maincaption
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#212a40;
	font-family:roboto;
	font-size:33px;
	font-weight:500;
	line-height:43px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_title_60px,.miami_title_60px
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Source Sans Pro";
	font-size:60px;
	font-weight:700;
	letter-spacing:1px;
	line-height:60px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_subtitle,.miami_subtitle
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.65);
	font-family:"Source Sans Pro";
	font-size:17px;
	font-weight:400;
	letter-spacing:2px;
	line-height:24px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.divideline30px,.divideline30px
{
	background:#fff;
	background-color:#fff;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:2px;
	min-width:30px;
	text-decoration:none;
}

.tp-caption.Miami_nostyle,.Miami_nostyle
{
	border-color:#222;
	border-style:none;
	border-width:0;
}

.tp-caption.miami_content_light,.miami_content_light
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Source Sans Pro";
	font-size:22px;
	font-weight:400;
	letter-spacing:0;
	line-height:28px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_title_60px_dark,.miami_title_60px_dark
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#333;
	font-family:"Source Sans Pro";
	font-size:60px;
	font-weight:700;
	letter-spacing:1px;
	line-height:60px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_content_dark,.miami_content_dark
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Source Sans Pro";
	font-size:22px;
	font-weight:400;
	letter-spacing:0;
	line-height:28px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.divideline30px_dark,.divideline30px_dark
{
	background-color:#333;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:2px;
	min-width:30px;
	text-decoration:none;
}

.tp-caption.ellipse70px,.ellipse70px
{
	background-color:rgba(0,0,0,0.14902);
	border-color:#222;
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	cursor:pointer;
	line-height:1px;
	min-height:70px;
	min-width:70px;
	text-decoration:none;
}

.tp-caption.arrowicon,.arrowicon
{
	border-color:#222;
	border-style:none;
	border-width:0;
	line-height:1px;
}

.tp-caption.MarkerDisplay,.MarkerDisplay
{
	background-color:transparent;
	border-color:#000;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	font-family:"Permanent Marker";
	font-style:normal;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Restaurant-Display,.Restaurant-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:120px;
	font-style:normal;
	font-weight:700;
	line-height:120px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Cursive,.Restaurant-Cursive
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Nothing you could do";
	font-size:30px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:17px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Description,.Restaurant-Description
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Price,.Restaurant-Price
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:30px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem
{
	background-color:rgba(0,0,0,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:17px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Furniture-LogoText,.Furniture-LogoText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(230,207,163,1.00);
	font-family:Raleway;
	font-size:160px;
	font-style:normal;
	font-weight:300;
	line-height:150px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Furniture-Plus,.Furniture-Plus
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
	color:rgba(230,207,163,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:6px 7px 4px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Furniture-Title,.Furniture-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:700;
	letter-spacing:3px;
	line-height:20px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Furniture-Subtitle,.Furniture-Subtitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:300;
	line-height:20px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Gym-Display,.Gym-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:80px;
	font-style:normal;
	font-weight:900;
	line-height:70px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Gym-Subline,.Gym-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:100;
	letter-spacing:5px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Gym-SmallText,.Gym-SmallText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:300;
	line-height:22;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Fashion-SmallText,.Fashion-SmallText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:12px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:20px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:60px;
	font-style:normal;
	font-weight:900;
	letter-spacing:2px;
	line-height:60px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Fashion-TextBlock,.Fashion-TextBlock
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:40px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Sports-Display,.Sports-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:130px;
	font-style:normal;
	font-weight:100;
	letter-spacing:13px;
	line-height:130px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Sports-DisplayFat,.Sports-DisplayFat
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:130px;
	font-style:normal;
	font-weight:900;
	line-height:130px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Sports-Subline,.Sports-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:32px;
	font-style:normal;
	font-weight:400;
	letter-spacing:4px;
	line-height:32px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Instagram-Caption,.Instagram-Caption
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:20px;
	font-style:normal;
	font-weight:900;
	line-height:20px;
	padding:0;
	text-decoration:none;
}

.tp-caption.News-Title,.News-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Roboto Slab";
	font-size:70px;
	font-style:normal;
	font-weight:400;
	line-height:60px;
	padding:0;
	text-decoration:none;
}

.tp-caption.News-Subtitle,.News-Subtitle
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Roboto Slab";
	font-size:15px;
	font-style:normal;
	font-weight:300;
	line-height:24px;
	padding:0;
	text-decoration:none;
}

.tp-caption.News-Subtitle:hover,.News-Subtitle:hover
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,0.65);
	text-decoration:none;
}

.tp-caption.Photography-Display,.Photography-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:80px;
	font-style:normal;
	font-weight:100;
	letter-spacing:5px;
	line-height:70px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-Subline,.Photography-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(119,119,119,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover,.Photography-ImageHover
{
	background-color:transparent;
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:22;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Photography-Menuitem,.Photography-Menuitem
{
	background-color:rgba(0,0,0,0.65);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-decoration:none;
}

.tp-caption.Photography-Menuitem:hover,.Photography-Menuitem:hover
{
	background-color:rgba(0,255,222,0.65);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Photography-Textblock,.Photography-Textblock
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-Subline-2,.Photography-Subline-2
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.35);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover2,.Photography-ImageHover2
{
	background-color:transparent;
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Arial;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:22;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover2:hover,.Photography-ImageHover2:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.WebProduct-Title,.WebProduct-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(51,51,51,1.00);
	font-family:Raleway;
	font-size:90px;
	font-style:normal;
	font-weight:100;
	line-height:90px;
	padding:0;
	text-decoration:none;
}

.tp-caption.WebProduct-SubTitle,.WebProduct-SubTitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-decoration:none;
}

.tp-caption.WebProduct-Content,.WebProduct-Content
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	font-family:Raleway;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	line-height:24px;
	padding:0;
	text-decoration:none;
}

.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem
{
	background-color:rgba(51,51,51,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	text-decoration:none;
}

.tp-caption.WebProduct-Title-Light,.WebProduct-Title-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:90px;
	font-style:normal;
	font-weight:100;
	line-height:90px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-SubTitle-Light,.WebProduct-SubTitle-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.35);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-Content-Light,.WebProduct-Content-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.65);
	font-family:Raleway;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	line-height:24px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.FatRounded,.FatRounded
{
	background-color:rgba(0,0,0,0.50);
	border-color:rgba(211,211,211,1.00);
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:900;
	line-height:30px;
	padding:20px 22px 20px 25px;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.FatRounded:hover,.FatRounded:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(211,211,211,1.00);
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.NotGeneric-Title,.NotGeneric-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:70px;
	font-style:normal;
	font-weight:800;
	line-height:70px;
	padding:10px 0;
	text-decoration:none;
}

.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:13px;
	font-style:normal;
	font-weight:500;
	letter-spacing:4px;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-CallToAction,.NotGeneric-CallToAction
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-CallToAction:hover,.NotGeneric-CallToAction:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.NotGeneric-Icon,.NotGeneric-Icon
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:400;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Menuitem,.NotGeneric-Menuitem
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.15);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:27px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Menuitem:hover,.NotGeneric-Menuitem:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.MarkerStyle,.MarkerStyle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Permanent Marker";
	font-size:17px;
	font-style:normal;
	font-weight:100;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Menuitem,.Gym-Menuitem
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(255,255,255,0);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Menuitem:hover,.Gym-Menuitem:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(255,255,255,0.25);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Newspaper-Button,.Newspaper-Button
{
	background-color:rgba(255,255,255,0);
	border-color:rgba(255,255,255,0.25);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:13px;
	font-style:normal;
	font-weight:700;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}

.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(168,216,238,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:900;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Title,.Newspaper-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Roboto Slab";
	font-size:50px;
	font-style:normal;
	font-weight:400;
	line-height:55px;
	padding:0 0 10px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Title-Centered,.Newspaper-Title-Centered
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Roboto Slab";
	font-size:50px;
	font-style:normal;
	font-weight:400;
	line-height:55px;
	padding:0 0 10px;
	text-align:center;
	text-decoration:none;
}

.tp-caption.Hero-Button,.Hero-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Hero-Button:hover,.Hero-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}

.tp-caption.Video-Title,.Video-Title
{
	background-color:rgba(0,0,0,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:900;
	line-height:30px;
	padding:5px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Video-SubTitle,.Video-SubTitle
{
	background-color:rgba(0,0,0,0.35);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:12px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:12px;
	padding:5px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Button,.NotGeneric-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Button:hover,.NotGeneric-Button:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.NotGeneric-BigButton,.NotGeneric-BigButton
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.15);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:27px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-BigButton:hover,.NotGeneric-BigButton:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.WebProduct-Button,.WebProduct-Button
{
	background-color:rgba(51,51,51,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:48px;
	padding:0 40px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-Button:hover,.WebProduct-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:2px;
	color:rgba(51,51,51,1.00);
	text-decoration:none;
}

.tp-caption.Restaurant-Button,.Restaurant-Button
{
	background-color:rgba(10,10,10,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Restaurant-Button:hover,.Restaurant-Button:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,224,129,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Gym-Button,.Gym-Button
{
	background-color:rgba(139,192,39,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:15px;
	padding:13px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Button:hover,.Gym-Button:hover
{
	background-color:rgba(114,168,0,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Gym-Button-Light,.Gym-Button-Light
{
	background-color:transparent;
	border-color:rgba(255,255,255,0.25);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	line-height:15px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Button-Light:hover,.Gym-Button-Light:hover
{
	background-color:rgba(114,168,0,0);
	border-color:rgba(139,192,39,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Sports-Button-Light,.Sports-Button-Light
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Sports-Button-Light:hover,.Sports-Button-Light:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Sports-Button-Red,.Sports-Button-Red
{
	background-color:rgba(219,28,34,1.00);
	border-color:rgba(219,28,34,0);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Sports-Button-Red:hover,.Sports-Button-Red:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Photography-Button,.Photography-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.25);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:15px;
	padding:13px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Photography-Button:hover,.Photography-Button:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Newspaper-Button-2,.Newspaper-Button-2
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:900;
	line-height:15px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Button-2:hover,.Newspaper-Button-2:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Feature-Tour,.Feature-Tour
{
	background-color:rgba(139,192,39,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:17px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Tour:hover,.Feature-Tour:hover
{
	background-color:rgba(114,168,0,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Feature-Examples,.Feature-Examples
{
	background-color:transparent;
	border-color:rgba(33,42,64,0.15);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(33,42,64,0.50);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:15px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Examples:hover,.Feature-Examples:hover
{
	background-color:transparent;
	border-color:rgba(139,192,39,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(139,192,39,1.00);
	text-decoration:none;
}

.tp-caption.subcaption,.subcaption
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(111,124,130,1.00);
	font-family:roboto;
	font-size:19px;
	font-style:normal;
	font-weight:400;
	line-height:24px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.menutab,.menutab
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,46,49,1.00);
	font-family:roboto;
	font-size:25px;
	font-style:normal;
	font-weight:300;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.menutab:hover,.menutab:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(213,0,0,1.00);
	text-decoration:none;
}

.tp-caption.maincontent,.maincontent
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,46,49,1.00);
	font-family:roboto;
	font-size:21px;
	font-style:normal;
	font-weight:300;
	line-height:26px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.minitext,.minitext
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(185,186,187,1.00);
	font-family:roboto;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Feature-Buy,.Feature-Buy
{
	background-color:rgba(0,154,238,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:17px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Buy:hover,.Feature-Buy:hover
{
	background-color:rgba(0,133,214,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Feature-Examples-Light,.Feature-Examples-Light
{
	background-color:transparent;
	border-color:rgba(255,255,255,0.15);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:15px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Examples-Light:hover,.Feature-Examples-Light:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Facebook-Likes,.Facebook-Likes
{
	background-color:rgba(59,89,153,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:5px 15px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Favorites,.Twitter-Favorites
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(136,153,166,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Link,.Twitter-Link
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	color:rgba(135,153,165,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:15px;
	padding:11px 11px 9px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Link:hover,.Twitter-Link:hover
{
	background-color:rgba(0,132,180,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Twitter-Retweet,.Twitter-Retweet
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(136,153,166,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Content,.Twitter-Content
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,47,51,1.00);
	font-family:Roboto;
	font-size:20px;
	font-style:normal;
	font-weight:500;
	line-height:28px;
	padding:30px 30px 70px;
	text-align:left;
	text-decoration:none;
}

.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"]{ 	
	font-family: "Arial", sans-serif;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    line-height: 46px;
    padding: 0 20px;
    cursor: text;
    border: 0;
    width: 400px;
    margin-bottom: 0px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    
    
    border-radius: 0px;
}


.tp-caption.BigBold-Title,
.BigBold-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 110px;
    line-height: 100px;
    font-weight: 800;
    font-style: normal;
    font-family: Raleway;
    padding: 10px 0px 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
    color: rgba(255, 255, 255, 0.50);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.BigBold-Button,
.BigBold-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
    color: rgba(41, 46, 49, 1.00);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 30px 30px 30px 30px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 15px 70px 15px 50px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
    color: rgba(41, 46, 49, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 14px 14px 14px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    font-style: normal;
    font-family: Raleway;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.35);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 2px;
    text-align: left
}
.tp-caption.Video-Title,
.Video-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    font-style: normal;
    font-family: Raleway;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1.00);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px
}


.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    font-style: normal;
    font-family: Raleway;
    padding: 0px 0px 0px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 20px 50px 20px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 3px
}
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    text-shadow: none
}




.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
    color: rgba(41, 46, 49, 1.00);
    font-size: 33px;
    line-height: 45px;
    font-weight: 600;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
    color: rgba(111, 124, 130, 1.00);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
    color: rgba(41, 46, 49, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
    color: rgba(111, 124, 130, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
    color: rgba(41, 46, 49, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
    color: rgba(111, 124, 130, 1.00);
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
    color: rgba(111, 124, 130, 1.00);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 14px 14px 14px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px
}
.tp-caption.Newspaper-Title,
.Newspaper-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto Slab";
    padding: 0 0 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
    color: rgba(168, 216, 238, 1.00);
    font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 2px;
    text-align: left
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.rtwhitemedium,
.rtwhitemedium {
    font-size: 22px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
    text-shadow: none
}

@media only screen and (max-width: 767px) {
	.revtp-searchform input[type="text"],
	.revtp-searchform input[type="email"],
	.revtp-form input[type="text"],
	.revtp-form input[type="email"] { width: 200px !important; }
}

.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {	
	font-family: "Arial", sans-serif;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    border: 0;
    background: #009aee;
    color: #fff;
    
    
    border-radius: 0px;
}

.tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    .tp-caption.Concept-Title,
    .Concept-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 700;
        font-style: normal;
        font-family: "Roboto Condensed";
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 5px
    }
    .tp-caption.Concept-SubTitle,
    .Concept-SubTitle {
        color: rgba(255, 255, 255, 0.65);
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        font-style: italic;
        font-family: ""Playfair Display"";
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Content,
    .Concept-Content {
        color: rgba(255, 255, 255, 1.00);
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        font-style: normal;
        font-family: "Roboto Condensed";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-MoreBtn,
    .Concept-MoreBtn {
        color: rgba(255, 255, 255, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-MoreBtn:hover,
    .Concept-MoreBtn:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-LessBtn,
    .Concept-LessBtn {
        color: rgba(255, 255, 255, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-LessBtn:hover,
    .Concept-LessBtn:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-SubTitle-Dark,
    .Concept-SubTitle-Dark {
        color: rgba(0, 0, 0, 0.65);
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        font-style: italic;
        font-family: "Playfair Display";
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Title-Dark,
    .Concept-Title-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 700;
        font-style: normal;
        font-family: "Roboto Condensed";
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 5px
    }
    .tp-caption.Concept-MoreBtn-Dark,
    .Concept-MoreBtn-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-MoreBtn-Dark:hover,
    .Concept-MoreBtn-Dark:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-Content-Dark,
    .Concept-Content-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        font-style: normal;
        font-family: "Roboto Condensed";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Notice,
    .Concept-Notice {
        color: rgba(255, 255, 255, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
        font-style: normal;
        font-family: "Roboto Condensed";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Concept-Content a,
    .tp-caption.Concept-Content a:visited {
        color: #fff !important;
        border-bottom: 1px solid #fff !important;
        font-weight: 700 !important;
    }
    .tp-caption.Concept-Content a:hover {
        border-bottom: 1px solid transparent !important;
    }
    .tp-caption.Concept-Content-Dark a,
    .tp-caption.Concept-Content-Dark a:visited {
        color: #000 !important;
        border-bottom: 1px solid #000 !important;
        font-weight: 700 !important;
    }
    .tp-caption.Concept-Content-Dark a:hover {
        border-bottom: 1px solid transparent !important;
    }

    .tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    .tp-caption.Creative-Title,
    .Creative-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 400;
        font-style: normal;
        font-family: "Playfair Display";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Creative-SubTitle,
    .Creative-SubTitle {
        color: rgba(205, 176, 131, 1.00);
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        font-style: normal;
        font-family: Lato;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Creative-Button,
    .Creative-Button {
        color: rgba(205, 176, 131, 1.00);
        font-size: 13px;
        line-height: 13px;
        font-weight: 400;
        font-style: normal;
        font-family: Lato;
        padding: 15px 50px 15px 50px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(205, 176, 131, 0.25);
        border-style: solid;
        border-width: 1px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Creative-Button:hover,
    .Creative-Button:hover {
        color: rgba(205, 176, 131, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(205, 176, 131, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 0px 0px 0px 0px
    }

.tp-caption.subcaption,
    .subcaption {
        color: rgba(111, 124, 130, 1.00);
        font-size: 19px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        font-family: roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 0, 0, 1.00);
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-shadow: none;
        text-align: left
    }
    .tp-caption.RedDot,
    .RedDot {
        color: rgba(0, 0, 0, 1.00);        
        font-weight: 400;
        font-style: normal;        
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(213, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: solid;
        border-width: 5px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.RedDot:hover,
    .RedDot:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.75);
        border-color: rgba(213, 0, 0, 1.00);
        border-style: solid;
        border-width: 5px;
        border-radius: 50px 50px 50px 50px
    }

    .tp-caption.SlidingOverlays-Title,
    .SlidingOverlays-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 50px;
        line-height: 50px;
        font-weight: 400;
        font-style: normal;
        font-family: "Playfair Display";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.SlidingOverlays-Title,
    .SlidingOverlays-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 50px;
        line-height: 50px;
        font-weight: 400;
        font-style: normal;
        font-family: "Playfair Display";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }

     .tp-caption.Woo-TitleLarge,
    .Woo-TitleLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        font-style: normal;
        font-family: "Playfair Display";
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        
    }
    .tp-caption.Woo-Rating,
    .Woo-Rating {
        color: rgba(0, 0, 0, 1.00);
        font-size: 14px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: left;
        
    }
    .tp-caption.Woo-SubTitle,
    .Woo-SubTitle {
        color: rgba(0, 0, 0, 1.00);
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        letter-spacing: 2px;
        
    }
    .tp-caption.Woo-PriceLarge,
    .Woo-PriceLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        
    }
    .tp-caption.Woo-ProductInfo,
    .Woo-ProductInfo {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 75px 12px 50px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        
    }
    .tp-caption.Woo-ProductInfo:hover,
    .Woo-ProductInfo:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-AddToCart,
    .Woo-AddToCart {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 35px 12px 35px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        
    }
    .tp-caption.Woo-AddToCart:hover,
    .Woo-AddToCart:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-TitleLarge,
    .Woo-TitleLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        font-style: normal;
        font-family: "Playfair Display";
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        
    }
    .tp-caption.Woo-SubTitle,
    .Woo-SubTitle {
        color: rgba(0, 0, 0, 1.00);
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        letter-spacing: 2px;
        
    }
    .tp-caption.Woo-PriceLarge,
    .Woo-PriceLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        
    }
    .tp-caption.Woo-ProductInfo,
    .Woo-ProductInfo {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 75px 12px 50px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        
    }
    .tp-caption.Woo-ProductInfo:hover,
    .Woo-ProductInfo:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-AddToCart,
    .Woo-AddToCart {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 35px 12px 35px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        
    }
    .tp-caption.Woo-AddToCart:hover,
    .Woo-AddToCart:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }

    .tp-caption.FullScreen-Toggle,
    .FullScreen-Toggle {
        color: rgba(255, 255, 255, 1.00);
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-style: normal;
        font-family: Raleway;
        padding: 11px 8px 11px 12px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.50);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 3px;
        text-align: left
    }
    .tp-caption.FullScreen-Toggle:hover,
    .FullScreen-Toggle:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }

    .tp-caption.Agency-Title,
.Agency-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 10px
}
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 71px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}
.tp-caption.Agency-SmallText,
.Agency-SmallText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 5px
}
.tp-caption.Agency-Social,
.Agency-Social {
    color: rgba(51, 51, 51, 1.00);
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(51, 51, 51, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px 30px 30px 30px;
    text-align: center
}
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(51, 51, 51, 1.00);
    border-color: rgba(51, 51, 51, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer
}
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}

.tp-caption.Dining-Title,
.Dining-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 10px
}
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
    color: rgba(255, 255, 255, 0.50);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    font-style: normal;
    font-family: Lato;
    padding: 17px 73px 17px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 2px
}
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.Dining-Social,
.Dining-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: center
}
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer
}
tp-caption.Team-Thumb,
.Team-Thumb {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Team-Name,
.Team-Name {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Position,
.Team-Position {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Description,
.Team-Description {
    color: rgba(255, 255, 255, 1.00);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Social,
.Team-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Team-Social:hover,
.Team-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}

.tp-caption.VideoControls-Play,
.VideoControls-Play {
    color: rgba(0, 0, 0, 1.00);
    font-size: 50px;
    line-height: 120px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 7px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 10px
}
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
 }

.soundcloudwrapper iframe {
    width: 100% !important
}
.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 5px
}
.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
    color: rgba(0, 0, 0, 1.00);
        
    font-weight: 700;
    font-style: normal;    
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.10);
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0px;
    border-radius: 5px 5px 5px 5px;
    text-align: left;    
    box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15)
}
.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 50px;
    font-weight: 900;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 2px
}
.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
    color: rgba(0, 0, 0, 0.25);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
    background-color: #555555 !important;
}
.tp-fat {
    font-weight: 900 !important;
}

.tp-caption.PostSlider-Category,
.PostSlider-Category {
    color: rgba(0, 0, 0, 1.00);
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 3px;
    text-align: left
}
.tp-caption.PostSlider-Title,
.PostSlider-Title {
    color: rgba(0, 0, 0, 1.00);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-family: "Playfair Display";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.PostSlider-Content,
.PostSlider-Content {
    color: rgba(119, 119, 119, 1.00);
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.PostSlider-Button,
.PostSlider-Button {
    color: rgba(0, 0, 0, 1.00);
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 1px 56px 1px 32px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left
}
.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(238, 238, 238, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}

/* media queries */

@media only screen and (max-width: 960px) {} @media only screen and (max-width: 768px) {} .tp-caption.LandingPage-Title,
.LandingPage-Title {
    color:rgba(255,
    255,
    255,
    1.00);
    font-size:70px;
    line-height:80px;
    font-weight:900;
    font-style:normal;
    font-family:Lato;
    padding:0 0 0 0px;
    text-decoration:none;
    background-color:transparent;
    border-color:transparent;
    border-style:none;
    border-width:0px;
    border-radius:0 0 0 0px;
    text-align:left;
    letter-spacing:10px
}
.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.LandingPage-Button,
.LandingPage-Button {
    color: rgba(0, 0, 0, 1.00);
    font-size: 15px;
    line-height: 54px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 35px 0px 35px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 3px
}
.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
    color: #89124e !important;
    border-bottom: 1px solid transparent !important;
    font-weight: bold !important;
}
.tp-caption.App-Content a:hover {
    border-bottom: 1px solid #89124e !important;
}
.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    font-family: Oswald;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #fff !important;
    text-decoration: underline !important;
}
.tp-caption.Twitter-Content a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.soundcloudwrapper iframe {
    width: 100% !important
}

.tp-caption.Agency-LogoText,
.Agency-LogoText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 1px
}
.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 20px 3px 20px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 154, 238, 1.00);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
    color: rgba(164, 157, 143, 1.00);
    font-size: 27px;
    line-height: 35px;
    font-weight: 600;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}

#mc_embed_signup input#mce-EMAIL {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    line-height: 46px;
    padding: 0 20px;
    cursor: text;
    border: 1px solid #fff;
    width: 400px;
    margin-bottom: 0px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    
    
    border-radius: 0px;
}
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
    background-color: #fff;
    border: 1px solid #666;
    border-right: 0;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
    font-family: "Lato", sans-serif;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    padding: 0 20px;
    border: 1px solid #009aee;
    background: #009aee;
    color: #fff;
    
    
    border-radius: 0px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
    background: #0083d4;
}
@media only screen and (max-width: 767px) {
    #mc_embed_signup input#mce-EMAIL {
        width: 200px;
    }
}
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 6px
}
.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
    color: rgba(248, 124, 9, 1.00);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0px 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #f87c09 !important
}
.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Agency-NavButton,
.Agency-NavButton {
    color: rgba(51, 51, 51, 1.00);
    font-size: 17px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    text-align: center
}
.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(51, 51, 51, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
    color: rgba(109, 177, 155, 1.00);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0px 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #6db19b !important
}
.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
    color: rgba(153, 153, 153, 1.00);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0px 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #999 !important
}
.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Agency-LogoText,
.Agency-LogoText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 1px
}
.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
    color: rgba(51, 51, 51, 1.00);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: "Permanent Marker";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
    color: rgba(51, 51, 51, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
    color: #0084B4 !important;
    text-decoration: underline !important
}
.tp-caption.CreativeFrontPage-Btn,
.CreativeFrontPage-Btn {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 60px;
    font-weight: 900;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 50px 0px 50px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 104, 92, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 4px 4px 4px 4px;
    letter-spacing: 2px
}
.tp-caption.CreativeFrontPage-Btn:hover,
.CreativeFrontPage-Btn:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer
}
.tp-caption.CreativeFrontPage-Menu,
.CreativeFrontPage-Menu {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    font-family: roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 2px
}
.tp-flip-index {
    z-index: 1000 !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
    color: #0084B4 !important;
    text-decoration: underline !important
}
.tp-caption.FullScreenMenu-Category,
.FullScreenMenu-Category {
    color: rgba(17, 17, 17, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: BenchNine;
    padding: 21px 30px 16px 30px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.90);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 3px
}
.tp-caption.FullScreenMenu-Title,
.FullScreenMenu-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
    font-style: normal;
    font-family: BenchNine;
    padding: 21px 30px 16px 30px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(17, 17, 17, 0.90);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
    color: #0084B4 !important;
    text-decoration: underline !important
}
.tp-caption.TechJournal-Button,
.TechJournal-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 40px;
    font-weight: 900;
    font-style: normal;
    font-family: Raleway;
    padding: 1px 30px 1px 30px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(138, 0, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 3px
}
.tp-caption.TechJournal-Button:hover,
.TechJournal-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.TechJournal-Big,
.TechJournal-Big {
    color: rgba(255, 255, 255, 1.00);
    font-size: 120px;
    line-height: 120px;
    font-weight: 900;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 0px
}
.rev_slider {
    overflow: hidden;
}
.effect_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    #menu_forcefullwidth {
        z-index: 5000;
        position: fixed !important;
        top: 0px;
        left: 0px;
        width: 100%
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link,
    .FullSiteBlock-Link {
        color: rgba(0, 150, 255, 1.00);
        font-size: 25px;
        line-height: 24px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link:hover,
    .FullSiteBlock-Link:hover {
        color: rgba(51, 51, 51, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-DownButton,
    .FullSiteBlock-DownButton {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: rgba(51, 51, 51, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton:hover,
    .FullSiteBlock-DownButton:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 150, 255, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link,
    .FullSiteBlock-Link {
        color: rgba(0, 150, 255, 1.00);
        font-size: 25px;
        line-height: 24px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link:hover,
    .FullSiteBlock-Link:hover {
        color: rgba(51, 51, 51, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-DownButton,
    .FullSiteBlock-DownButton {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: rgba(51, 51, 51, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton:hover,
    .FullSiteBlock-DownButton:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 150, 255, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton,
    .FullSiteBlock-DownButton {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: rgba(51, 51, 51, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton:hover,
    .FullSiteBlock-DownButton:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 150, 255, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link,
    .FullSiteBlock-Link {
        color: rgba(0, 150, 255, 1.00);
        font-size: 25px;
        line-height: 24px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link:hover,
    .FullSiteBlock-Link:hover {
        color: rgba(51, 51, 51, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-DownButton,
    .FullSiteBlock-DownButton {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: rgba(51, 51, 51, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton:hover,
    .FullSiteBlock-DownButton:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 150, 255, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        cursor: pointer
    }
    .rev_slider {
        overflow: hidden;
    }
    .effect_layer {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .gyges .tp-thumb {
        opacity: 1
    }
    .gyges .tp-thumb-img-wrap {
        padding: 3px;
        background-color: rgba(0, 0, 0, 0.25);
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        margin: 0px;
        box-sizing: border-box;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .gyges .tp-thumb-image {
        padding: 3px;
        display: block;
        box-sizing: border-box;
        position: relative;
        -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
        box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    }
    .gyges .tp-thumb:hover .tp-thumb-img-wrap,
    .gyges .tp-thumb.selected .tp-thumb-img-wrap {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link,
    .FullSiteBlock-Link {
        color: rgba(0, 150, 255, 1.00);
        font-size: 25px;
        line-height: 24px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link:hover,
    .FullSiteBlock-Link:hover {
        color: rgba(51, 51, 51, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-FooterLink,
    .FullSiteBlock-FooterLink {
        color: rgba(85, 85, 85, 1.00);
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: left
    }
    .tp-caption.FullSiteBlock-FooterLink:hover,
    .FullSiteBlock-FooterLink:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .fb-share-button.fb_iframe_widget iframe {
        width: 115px!important;
    }
    #tp-socialwrapper {
        opacity: 0;
    }

        .tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    #menu_forcefullwidth {
        z-index: 5000;
        position: fixed !important;
        top: 0px;
        left: 0px;
        width: 100%
    }
    #tp-menubg {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6-15 */
        
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */
    }
    #mc_embed_signup input[type="email"] {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
        background-color: #fff;
        color: #888 !important;
        line-height: 46px;
        padding: 0 20px;
        cursor: text;
        border: 0;
        width: 400px;
        margin-bottom: 0px;
        -webkit-transition: background-color 0.5s;
        -moz-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        -ms-transition: background-color 0.5s;
        transition: background-color 0.5s;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #mc_embed_signup input[type="email"]::-webkit-input-placeholder {
        color: #888 !important;
    }
    #mc_embed_signup input[type="email"]::-moz-placeholder {
        color: #888 !important;
    }
    #mc_embed_signup input[type="email"]:-ms-input-placeholder {
        color: #888 !important;
    }
    #mc_embed_signup input[type="email"]:focus {
        background-color: #f5f5f5;
        color: #454545;
    }
    #mc_embed_signup input#mc-embedded-subscribe,
    #mc_embed_signup input#mc-embedded-subscribe:focus {
        font-family: "Lato", sans-serif;
        line-height: 46px;
        font-size: 16px;
        font-weight: 700;
        padding: 0 30px;
        border: 0;
        background: #f04531;
        text-transform: none;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #mc_embed_signup input#mc-embedded-subscribe:hover {
        background: #e03727;
    }
    @media only screen and (max-width: 767px) {
        #mc_embed_signup input[type="email"] {
            width: 260px;
        }
    }
    @media only screen and (max-width: 480px) {
        #mc_embed_signup input[type="email"] {
            width: 160px;
        }
    }
    #rev_slider_167_6 .uranus.tparrows {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0);
    }
    #rev_slider_167_6 .uranus.tparrows:before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 40px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    #rev_slider_167_6 .uranus.tparrows:hover:before {
        opacity: 0.75;
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.ParallaxWebsite-FooterItem,
    .ParallaxWebsite-FooterItem {
        color: rgba(255, 255, 255, 0.50);
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px
    }
    .tp-caption.ParallaxWebsite-FooterItem:hover,
    .ParallaxWebsite-FooterItem:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .fb-share-button.fb_iframe_widget iframe {
        width: 115px!important;
    }
    iframe.twitter-share-button {
        display: none;
    }
    .fb-share-button.fb_iframe_widget iframe {
        display: none;
    }

    .tp-caption.FullSiteBlock-Link, 
    .FullSiteBlock-Link {
    color: rgba(0,150,255,1.00);
    font-size: 25px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:60px;
    min-height:60px;
  position:absolute;
  display:block;
  z-index:100;
    border-radius:50%;
}
.ares.tparrows:hover {
}
.ares.tparrows:before {
  font-family: "revicons";
  font-size:25px;
  color:#aaa;
  display:block;
  line-height: 60px;
  text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index:2;
    position:relative;
}
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}
.ares.tparrows:hover:before {
 color:#000;
      }
.ares .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#fff;
  min-height:60px;
  line-height:60px;
  top:0px;
  margin-left:30px;
  border-radius:0px 30px 30px 0px;
  overflow:hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .ares.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:30px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
border-radius:30px 0px 0px 30px;
 }
.ares.tparrows:hover .tp-title-wrap {
  transform:scaleX(1) scaleY(1);
    -webkit-transform:scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
  position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#000;
  font-weight:400;
  font-size:14px;
  line-height:60px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:10px;
  opacity:0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:10px;
      }

.ares.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.ares.tp-bullets {
}
.ares.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.ares .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
	background:#fff;
}
.ares .tp-bullet-title {
  position:absolute;
  color:#888;
  font-size:12px;
  padding:0px 10px;
  font-weight:600;
  right:27px;
  top:-4px;
  background:#fff;
  background:rgba(255,255,255,0.75);
  visibility:hidden;
  transform:translateX(-20px);
  -webkit-transform:translateX(-20px);
  transition:transform 0.3s;
  -webkit-transition:transform 0.3s;
  line-height:20px;
  white-space:nowrap;
}     

.ares .tp-bullet-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent rgba(255,255,255,0.75);
	content:" ";
    position:absolute;
    right:-10px;
	top:0px;
}
    
.ares .tp-bullet:hover .tp-bullet-title{
  visibility:visible;
   transform:translateX(0px);
  -webkit-transform:translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
    background:#fff;
        }
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color:transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
        visibility:hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
    visibility:visible;
      }

/* TABS */
.ares .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.ares .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.ares .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.ares .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.ares .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.ares .tp-tab:hover,
.ares .tp-tab.selected {
	background:#eee; 
}

.ares .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

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

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:10000;
}
.custom.tparrows:hover {
	background:#000;
}
.custom.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.custom.tp-bullets {
}
.custom.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.custom .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
    background:rgba(125,125,125,0.5);
	cursor: pointer;
	box-sizing:content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background:rgb(125,125,125);
}
.custom .tp-bullet-image {
}
.custom .tp-bullet-title {
}


/* THUMBS */


/* TABS */


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
  height:100%;
  width:100px;
  background:transparent;
  background:rgba(0,0,0,0);
  line-height:100%;
  transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows:hover {
 background:rgba(0,0,0,0.45);
 }
.dione .tp-arr-imgwrapper {
 width:100px;
 left:0px;
 position:absolute;
 height:100%;
 top:0px;
 overflow:hidden;
 }
.dione.tp-rightarrow .tp-arr-imgwrapper {
left:auto;
right:0px;
}

.dione .tp-arr-imgholder {
background-position:center center;
background-size:cover;
width:100px;
height:100%;
top:0px;
visibility:hidden;
transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transition:all 0.3s;
-webkit-transition:all 0.3s;
opacity:0;
left:0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right:0px;
  left:auto;
  transform:translateX(50px);
 -webkit-transform:translateX(50px);
}

.dione.tparrows:before {
position:absolute;
line-height:30px;
margin-left:-22px;
top:50%;
left:50%;
font-size:30px;
margin-top:-15px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
margin-left:6px;
}

.dione.tparrows:hover:before {
  transform:translateX(-20px);
-webkit-transform:translateX(-20px);
opacity:0;
}

.dione.tparrows.tp-rightarrow:hover:before {
  transform:translateX(20px);
-webkit-transform:translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
 transform:translateX(0px);
-webkit-transform:translateX(0px);
opacity:1;
visibility:visible;
}



/* BULLETS */
.dione .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;

  }

.dione .tp-bullet-image {
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.dione .tp-bullet-title { 
     position:absolute; 
   bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
   -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.dione .tp-bullet:hover .tp-bullet-title {
     transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.dione .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
  cursor:pointer;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:1000;
  border-radius:35px;   
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-height:70px;
  line-height:70px;
  top:0px;
  margin-left:0px;
  border-radius:35px;
  overflow:hidden; 
  transition: opacity 0.3s;
  -webkit-transition:opacity 0.3s;
  -moz-transition:opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);  
  visibility:hidden;
  opacity:0;
}

.erinyen.tparrows:hover .tp-title-wrap{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity:1;
  visibility:visible;
}
        
 .erinyen.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:0px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
  border-radius:35px;
  padding-right:20px;
  padding-left:10px;
 }


.erinyen.tp-leftarrow .tp-title-wrap { 
   padding-left:20px;
  padding-right:10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
   position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:13px;
  line-height:70px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:11px;
  opacity:0;  
}

.erinyen .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
    }
 .erinyen .tp-arr-img-over {
   width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
   background:#000;
   background:rgba(0,0,0,0.5);
        }
.erinyen.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:11px;
      }

.erinyen.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.erinyen.tp-bullets {
}
.erinyen.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #555555; /* old browsers */
    background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
	padding:10px 15px;
	margin-left:-15px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:10px;
   box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
}
.erinyen .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#111;	
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
	background: #e5e5e5; /* old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* ie10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); /* w3c */
filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
  border:1px solid #555;
  width:12px;height:12px;
}
.erinyen .tp-bullet-image {
}
.erinyen .tp-bullet-title {
}


/* THUMBS */
.erinyen .tp-thumb {
opacity:1
}

.erinyen .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.erinyen .tp-thumb-more:before {
  content: "\e825";
}

.erinyen .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color:#000;

}


/* TABS */
.erinyen .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}

.erinyen .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}
      

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */


/* BULLETS */
.gyges.tp-bullets {
}
.gyges.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #777777; /* Old browsers */
    background: -moz-linear-gradient(top,  #777777 0%, #666666 100%); 
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#777777), color-stop(100%,#666666)); 
    background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -o-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -ms-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: linear-gradient(to bottom,  #777777 0%,#666666 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
    endColorstr="#666666",GradientType=0 ); 
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
  border-radius:10px;
}
.gyges .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#333;
	border:3px solid #444;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
    endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */

}
.gyges .tp-bullet-image {
}
.gyges .tp-bullet-title {
}
	

/* THUMBS */
.gyges .tp-thumb { 
      opacity:1
  }
.gyges .tp-thumb-img-wrap {
  padding:3px;
    background:#000;
  background-color:rgba(0,0,0,0.25);
  display:inline-block;

  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.gyges .tp-thumb-image {
   padding:3px; 
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  
.gyges .tp-thumb-title { 
     position:absolute; 
     bottom:100%; 
     display:inline-block;
     left:50%;
     background:rgba(255,255,255,0.8);
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     margin-bottom:20px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    white-space:nowrap;
 }
.gyges .tp-thumb:hover .tp-thumb-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
 .gyges .tp-thumb.selected .tp-thumb-img-wrap {

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 }
.gyges .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(255,255,255,0.8) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.gyges .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255,255,255,0.15);
 }
.gyges .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.gyges .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
  overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.gyges .tp-tab-date
  {
  display:block;
  color: rgba(255,255,255,0.25);
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.gyges .tp-tab-title 
{
    display:block;  
    text-align:left;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background:rgba(0,0,0,0.5); 
}

.gyges .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

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

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.15);
	width:100px;
	height:100px;
	position:absolute;
	display:block;
	z-index:1000;
}

.hades.tparrows:before {
	font-family: "revicons";
	font-size:30px;
	color:#fff;
	display:block;
	line-height: 100px;
	text-align: center;
  transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.hades.tparrows:hover:before {
   color:#aaa;
   background:#fff;
   background:rgba(255,255,255,1);
 }
.hades .tp-arr-allwrapper {
  position:absolute;
  left:100%;
  top:0px;
  background:#888; 
  width:100px;height:100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
   left:auto;
   right:100%;
   -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
   -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
   -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;  
    -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);

 }
    
.hades .tp-arr-iwrapper {
}
.hades .tp-arr-imgholder {
  background-size:cover;
  position:absolute;
  top:0px;left:0px;
  width:100%;height:100%;
}
.hades .tp-arr-titleholder {
}
.hades .tp-arr-subtitleholder {
}


/* BULLETS */
.hades.tp-bullets {
}
.hades.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hades .tp-bullet {
	width:3px;
	height:3px;
	position:absolute;
	background:#888;	
	cursor: pointer;
    border:5px solid #fff;
	box-sizing:content-box;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective:400;
    perspective:400;
    -webkit-transform:translatez(0.01px);
    transform:translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
	background:#555;
  
}

.hades .tp-bullet-image {
  position:absolute;top:-80px; left:-60px;width:120px;height:60px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  
  
}
.hades .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility:visible;
    }
.hades .tp-bullet-title {
}


/* THUMBS */
.hades .tp-thumb { 
      opacity:1
  }
.hades .tp-thumb-img-wrap {
  border-radius:50%;
  padding:3px;
  display:inline-block;
background:#000;
  background-color:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
   padding:3px; 
   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  


.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.hades .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.hades .tp-tab {
  opacity:1;
 }
    
.hades .tp-tab-title
 {
      display:block;
      color:#333;
      font-weight:600;
      font-size:18px;
      text-align:center;
      line-height:25px;      
    } 
.hades .tp-tab-price
 {
	display:block;
    text-align:center;
    color:#999;
    font-size:16px;
    margin-top:10px;
   line-height:20px
}

.hades .tp-tab-button {
    display:inline-block;
    margin-top:15px;
    text-align:center;
	padding:5px 15px;
  	color:#fff;
  	font-size:14px;
  	background:#219bd7;
   	border-radius:4px;
   font-weight:400;
}
.hades .tp-tab-inner {
	text-align:center;
}

              

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:70px;
    min-height:70px;
  position:absolute;
  display:block;
  z-index:1000;
}
.hebe.tparrows:hover {
}
.hebe.tparrows:before {
  font-family: "revicons";
  font-size:30px;
  color:#aaa;
  display:block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index:2;
  position:relative;
   background:#fff;
  min-width:70px;
    min-height:70px;
}
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.hebe.tparrows:hover:before {
 color:#000;
      }
.hebe .tp-title-wrap { 
  position:absolute;
  z-index:0;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.75);
  min-height:60px;
  line-height:60px;
  top:-10px;
  margin-left:0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .hebe.tp-rightarrow .tp-title-wrap { 
   right:0px;
   -webkit-transform-origin:100% 50%;
 }
.hebe.tparrows:hover .tp-title-wrap {
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
}
.hebe .tp-arr-titleholder {
  position:relative;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:12px;
  line-height:90px;
  white-space:nowrap;
  padding:0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
   margin-left:0px; 
   padding:0px 90px 0px 20px;
 }

.hebe.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

.hebe .tp-arr-imgholder{
      width:90px;
      height:90px;
      position:absolute;
      left:100%;
      display:block;
      background-size:cover;
      background-position:center center;
  	 top:0px; right:-90px;
    }
.hebe.tp-rightarrow .tp-arr-imgholder{
        right:auto;left:-90px;
      }

/* BULLETS */
.hebe.tp-bullets {
}
.hebe.tp-bullets:before {
  content:" ";
  position:absolute;
  width:100%;
  height:100%;
  background:transparent;
  padding:10px;
  margin-left:-10px;margin-top:-10px;
  box-sizing:content-box;
}

.hebe .tp-bullet {
  width:3px;
  height:3px;
  position:absolute;
  background:#fff;  
  cursor: pointer;
  border:5px solid #222;
  border-radius:50%;
  box-sizing:content-box;
  -webkit-perspective:400;
  perspective:400;
  -webkit-transform:translateZ(0.01px);
  transform:translateZ(0.01px);
   transition:all 0.3s;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background:#222;
  border-color:#fff;
}

.hebe .tp-bullet-image {
  position:absolute;
  top:-90px; left:-40px;
  width:70px;
  height:70px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
border-radius:6px;
  
  
}
.hebe .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility:visible;
    }
.hebe .tp-bullet-title {
}


/* TABS */
.hebe .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}

.hebe .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
    border-radius:50%;
}
.hephaistos.tparrows:hover {
	background:#000;
}
.hephaistos.tparrows:before {
	font-family: "revicons";
	font-size:18px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
	content: "\e82c";
  margin-left:-2px;
  
}
.hephaistos.tparrows.tp-rightarrow:before {
	content: "\e82d";
   margin-right:-2px;
}



/* BULLETS */
.hephaistos.tp-bullets {
}
.hephaistos.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hephaistos .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#999;
	border:3px solid #f5f5f5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
  box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);

}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
	background:#fff;
    border-color:#000;
}
.hephaistos .tp-bullet-image {
}
.hephaistos .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:30px;
	height:110px;
	position:absolute;
	display:block;
	z-index:1000;
}

.hermes.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 110px;
	text-align: center;
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hermes.tparrows.tp-rightarrow:before {
	content: "\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
    transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
     opacity:0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
     opacity:0;
}

.hermes .tp-arr-allwrapper {
    overflow:hidden;
    position:absolute;
	width:180px;
    height:140px;
    top:0px;
    left:0px;
    visibility:hidden;
      -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
    }
.hermes.tp-rightarrow .tp-arr-allwrapper {
   right:0px;left:auto;
      }
.hermes.tparrows:hover .tp-arr-allwrapper {
   visibility:visible;
          }
.hermes .tp-arr-imgholder {
  width:180px;position:absolute;
  left:0px;top:0px;height:110px;
  transform:translateX(-180px);
  -webkit-transform:translateX(-180px);
  transition:all 0.3s;
  transition-delay:0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder{
    transform:translateX(180px);
  -webkit-transform:translateX(180px);
      }
  
.hermes.tparrows:hover .tp-arr-imgholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);            
}
.hermes .tp-arr-titleholder {
  top:110px;
  width:180px;
  text-align:left; 
  display:block;
  padding:0px 10px;
  line-height:30px; background:#000;
  background:rgba(0,0,0,0.75);color:#fff;
  font-weight:600; position:absolute;
  font-size:12px;
  white-space:nowrap;
  letter-spacing:1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing:border-box;

}
.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


/* BULLETS */
.hermes.tp-bullets {
}

.hermes .tp-bullet {
    overflow:hidden;
    border-radius:50%;
    width:16px;
    height:16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #FFF;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position:absolute;
}

.hermes .tp-bullet:hover {
	  background-color: rgba(0, 0, 0, 0.2);
}
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
  height:100%;
}


/* TABS */
.hermes .tp-tab { 
  opacity:1;  
  padding-right:10px;
  box-sizing:border-box;
 }
.hermes .tp-tab-image 
{ 
  width:100%;
  height:60%;
  position:relative;
}
.hermes .tp-tab-content 
{
    background:rgb(54,54,54); 
    position:absolute;
    padding:20px 20px 20px 30px;
    box-sizing:border-box;
    color:#fff;
  display:block;
  width:100%;
  min-height:40%;
  bottom:0px;
  left:-10px;
  }
.hermes .tp-tab-date
  {
  display:block;
  color:#888;
  font-weight:600;
  font-size:12px;
  margin-bottom:10px;
  }
.hermes .tp-tab-title 
{
    display:block;	
    color:#fff;
    font-size:16px;
    font-weight:800;
    text-transform:uppercase;
   line-height:19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 10px;
	border-color: transparent transparent transparent rgb(54,54,54);
	content:" ";
    position:absolute;
    right:-9px;
    bottom:50%;
    margin-bottom:-30px;
}
.hermes .tp-tab-mask {
     padding-right:10px !important;
          }

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
  .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
  .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
  .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
  .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
    border-radius: 50%;
}
.hesperiden.tparrows:hover {
	background:#000;
}
.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
    margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
    margin-right:-3px;
}

/* BULLETS */
.hesperiden.tp-bullets {
}
.hesperiden.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:8px;
  
}
.hesperiden .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background: #999999; /* old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #e1e1e1 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
    color-stop(100%,#e1e1e1)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #999999 0%,#e1e1e1 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( 
    startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
	border:3px solid #e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
	background:#666;
}
.hesperiden .tp-bullet-image {
}
.hesperiden .tp-bullet-title {
}


/* THUMBS */
.hesperiden .tp-thumb {
  opacity:1;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
    font-size:12px;
    position:absolute;
    margin-top:-10px;
    color:#fff;
    display:block;
    z-index:10000;
    background-color:#000;
    padding:5px 10px; 
    bottom:0px;
    left:0px;
    width:100%;
  box-sizing:border-box;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform:rotatex(90deg) translatez(0.001px);
    transform-origin:50% 100%;
    -webkit-transform:rotatex(90deg) translatez(0.001px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
 }
.hesperiden .tp-thumb:hover .tp-thumb-title {
  	 transform:rotatex(0deg);
    -webkit-transform:rotatex(0deg);
    opacity:1;
}

/* TABS */
.hesperiden .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.hesperiden .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.hesperiden .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.hesperiden .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.hesperiden .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
	background:#eee; 
}

.hesperiden .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

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

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
  background:#fff;
  padding:10px;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  width:60px;
  height:60px;
  box-sizing:border-box;
 }
 
 .metis.tparrows:hover {
   background:#fff;
   background:rgba(255,255,255,0.75);
 }
 
 .metis.tparrows:before {
  color:#000;  
   transition:all 0.3s;
  -webkit-transition:all 0.3s;
 }
 
 .metis.tparrows:hover:before {
   transform:scale(1.5);
  }
 

/* BULLETS */
.metis .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    border-radius:50%;
  }

.metis .tp-bullet-image {

   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.metis .tp-bullet-title { 
     position:absolute; 
	 bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.metis .tp-bullet:hover .tp-bullet-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.metis .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }

.metis .tp-tab-number {
        color: #fff;
        font-size: 40px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Playfair Display";
        width: 50px;
        margin-right: 17px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-mask {
        padding-left: 20px;
        left: 0px;
        max-width: 90px !important;
        transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
    }
    .metis:hover .tp-tab-mask {
        padding-left: 0px;
        left: 50px;
        max-width: 500px !important;
    }
    .metis .tp-tab-divider {
        border-right: 1px solid transparent;
        height: 30px;
        width: 1px;
        margin-top: 5px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-title {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-family: "Playfair Display";
        position: relative;
        padding-top: 10px;
        padding-left: 30px;
        display: inline-block;
        transform: translateX(-100%);
        transition: 0.4s all;
    }
    .metis .tp-tab-title-mask {
        position: absolute;
        overflow: hidden;
        left: 67px;
    }
    .metis:hover .tp-tab-title {
        transform: translateX(0);
    }
    .metis .tp-tab {
        opacity: 0.15;
        transition: 0.4s all;
    }
    .metis .tp-tab:hover,
    .metis .tp-tab.selected {
        opacity: 1;
    }
    .metis .tp-tab.selected .tp-tab-divider {
        border-right: 1px solid #cdb083;
    }
    .metis.tp-tabs {
        max-width: 118px !important;
        padding-left: 50px;
    }
    .metis.tp-tabs:before {
        content: " ";
        height: 100%;
        width: 88px;
        background: rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(255, 255, 255, 0.10);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.4s all;
    }
    .metis.tp-tabs:hover:before {
        width: 118px;
    }
    @media (max-width: 499px) {
        .metis.tp-tabs:before {
            background: rgba(0, 0, 0, 0.75);
        }
    }

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
	cursor:pointer;
	background:#aaa;
	background:rgba(200,200,200,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
  border:1px solid #f5f5f5;
}
.persephone.tparrows:hover {
	background:#333;
}
.persephone.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.persephone.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.persephone.tp-bullets {
}
.persephone.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:#transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.persephone .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
	border:1px solid #e5e5e5;	
	cursor: pointer;
	box-sizing:content-box;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
	background:#222;
}
.persephone .tp-bullet-image {
}
.persephone .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
  width:50px;
  height:50px;
  background:transparent;
 }
 .uranus.tparrows:before {
 width:50px;
 height:50px;
 line-height:50px;
 font-size:40px;
 transition:all 0.3s;
-webkit-transition:all 0.3s;
 }
 
  .uranus.tparrows:hover:before {
    opacity:0.75;
  }

/* BULLETS */
.uranus .tp-bullet{
	border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background:transparent;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border:none;
  border-radius: 50%;

   background:transparent;
}



.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner{
 transform: scale(0.4);
 -webkit-transform: scale(0.4);
 background-color:#fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
  cursor:pointer;
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;   
  overflow:hidden;
  background:rgba(0,0,0,0.10);
}

.zeus.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.zeus .tp-title-wrap {
  background:#000;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  position:absolute;
  opacity:0;
  transform:scale(0);
  -webkit-transform:scale(0);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
   border-radius:50%;
 }
.zeus .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
  border-radius:50%;
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;

 }
.zeus.tp-rightarrow .tp-arr-imgholder {
    transform:translateX(100%);
  -webkit-transform:translateX(100%);
      }
.zeus.tparrows:hover .tp-arr-imgholder {
  transform:translateX(0);
  -webkit-transform:translateX(0);
  opacity:1;
}
      
.zeus.tparrows:hover .tp-title-wrap {
  transform:scale(1);
  -webkit-transform:scale(1);
  opacity:1;
}
 

/* BULLETS */
.zeus .tp-bullet {
     box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
	  width:13px;height:13px;
	  border:2px solid #fff;
 }
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after{
    -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
  
 .zeus .tp-bullet-image,
 .zeus .tp-bullet-imageoverlay{
        width:135px;
        height:60px;
        position:absolute;
        background:#000;
        background:rgba(0,0,0,0.5);
        bottom:25px;
        left:50%;
        margin-left:-65px;
        box-sizing:border-box;
        background-size:cover;
        background-position:center center;
        visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        border-radius:4px;

}
          

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
        z-index:2;
        -webkit-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
}     
.zeus .tp-bullet-title { 
        color:#fff;
        text-align:center;
        line-height:15px;
        font-size:13px;
        font-weight:600;  
        z-index:3;
         visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        position:absolute;
        bottom:45px;
        width:135px;
    	vertical-align:middle;
        left:-57px;
}
      
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay{
      opacity:1;
      visibility:visible;
	  -webkit-transform:translateY(0px);
      transform:translateY(0px);         
    }

/* THUMBS */
.zeus .tp-thumb {
opacity:1
}

.zeus .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.zeus .tp-thumb-more:before {
  content: "\e825";
}

.zeus .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
 background:#000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color:#fff;

}


/* TABS */
.zeus .tp-tab { 
  opacity:1;      
  box-sizing:border-box;
}

.zeus .tp-tab-title { 
display: block;
text-align: center;
background: rgba(0,0,0,0.25);
font-family: "Roboto Slab", serif; 
font-weight: 700; 
font-size: 13px; 
line-height: 13px;
color: #fff; 
padding: 9px 10px; }

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
 color: #000;
  background:rgba(255,255,255,1); 
}



/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


.post-tabs .tp-thumb {
opacity:1
}

.post-tabs .tp-thumb-over {
  background:#252525;
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:15px;
  right:15px;
  z-index:2;
}
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

.post-tabs .tp-thumb-title {
  font-family:"raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:15px 30px 15px 15px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color:#000;

}

/** hyperlinks **/
.ce_revolutionslider .ce_revolutionslider_hyperlink {display: block}

/** fix - pause button **/
.videoisplaying .tp-revstop {margin-left: 16px!important;}

.ce_revolutionslider .privacy {background: red; color: #fff; padding: 10px; height: 100vh; text-align: center; padding: 500px 0;}
.ce_revolutionslider .privacy a {color: #fff; text-decoration: underline;}

/** fix - flickering while page loads **/
.ce_revolutionslider .tp-banner:not(.revslider-initialised) {visibility: hidden;}

/** fix - arrows not visible **/
.ce_revolutionslider .tp-bannertimer {visibility: visible!important;}
.ce_revolutionslider .tparrows {visibility: visible!important;}

.ce_revolutionslider .ce_revolutionslider_video .tp-video-play-button {display: none;}
.ce_revolutionslider .ce_revolutionslider_video[data-videocontrols="controls"] .tp-video-play-button {display: block;}

/* =============================================================================
 * ce_fullscreen_gallery
 * ========================================================================== */

.ce_fullscreen_gallery.version2 .bold {
	background-color: rgba(255,255,255,0.9);
	padding-left: 20px;
	padding-right: 20px;
}

.ce_fullscreen_gallery.version2 .bold.invertcolor {
	background-color: rgba(0,0,0,0.8);
}

.ce_fullscreen_gallery.version3 .bold {
	padding-left: 20px;
	padding-right: 20px;
	background-color: var(--accentColor);
}

.ce_fullscreen_gallery .ce_revolutionslider_text {
	hyphens: none;
	white-space: nowrap;
}
/* =============================================================================
 * ce_authorbox
 * ========================================================================== */

.ce_authorbox {
	overflow: hidden;
}

.ce_authorbox_inside {
	background: rgb(245,245,245);
	padding: 25px;
}

.ce_authorbox_inside .image_container {
	float: left;
	width: 90px;
	margin: 0 20px 10px 0;
}

.ce_authorbox_inside .name {
	font-weight: bold;
	margin-bottom: 5px;
}

.ce_authorbox .subtitle {
	font-style: italic;
	font-size: 1.2rem;
	margin-bottom: 5px;
	font-family: 'Playfair Display', serif;
}

.ce_authorbox.style2 .ce_authorbox_inside {
	background: none;
	padding: 0;
}

.ce_authorbox.style2 .image_container {
	float: left;
	width: 30%;
}

.ce_authorbox.style2 .ce_authorbox_content {
	width: 80%;
	float: left;
	background: rgb(248,248,248);
	padding: 50px 5% 50px 17%;
	margin-left: -10%;
	margin-top: 50px;
	font-size: 1.3rem;
	line-height: 1.9rem;
}

.ce_authorbox.style2 .name {
	display: inline-block;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.ce_authorbox.style2 .ce_authorbox_inside .image_container {
	margin: 0;
}

.ce_authorbox.style2 .subtitle {
	display: inline-block;
	font-size: 1.6rem;
	font-style: italic;
	margin-left: 25px;
	font-family: 'Playfair Display', serif;
}

.ce_authorbox.style2 .link {
	margin-top: 25px;
}

.ce_authorbox.style2 .link a {
	border-bottom: 1px solid rgb(52,52,52);
}

.ce_authorbox.style2 .link a:before {
	margin-right: 4px;
	font-family: "FontAwesome";
	content: "\f204";
}

.ce_authorbox.style2 .link:hover a:before {
	content: "\f205";
}

.ce_authorbox.style2 .ce_url.attribute {
	display: inline-block;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_authorbox.style2 .ce_authorbox_content,
	.ce_authorbox.style2 .image_container {
		width: 100%;
		float: none;
	}
	
	.ce_authorbox.style2 .ce_authorbox_content {
		margin: 0;
		padding: 5%;
		font-size: 1rem;
	}
	
	.ce_authorbox.style2 .subtitle {
		font-size: 1.1rem;
		display: block;
		margin-left: 0;
	}
	
	.ce_authorbox.style2 .name {
		margin-bottom: 10px;
	}
}
/* =============================================================================
 * ce_benefitbox
 * ========================================================================== */

/* same-height */
.autogrid_row.same_height .ce_benefitbox,
.autogrid_row.same_height .ce_benefitbox .ce_benefitbox_inside {
	height: 100%;
}

.ce_benefitbox .ce_benefitbox_inside {
	background: rgb(255,255,255);
	position: relative;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.09);
}

.ce_benefitbox .number {
	position: absolute;
	right: 20px;
	top: 20px;
	color: rgba(0,0,0,0.06);
	font-size: 5rem;
	line-height: 5rem;
}

.ce_benefitbox li {
	padding: 6px 20px 6px 55px;
	position: relative;
}

.ce_benefitbox li:nth-child(2n+1) {
	background: rgba(0,0,0,0.05);
}

.ce_benefitbox li:before {
	position: absolute;
	left: 20px;
	font-family:FontAwesome;
	content: "\f00c";
	display: inline-block;
}

.ce_benefitbox .ce_hyperlink {
	padding-top: 20px;
	border-top: 1px solid rgb(240,240,240);
	padding-left: 20px;
}

.ce_benefitbox .ce_hyperlink a {
	margin-bottom: 20px;
}

.ce_benefitbox div.ce_headline {
	margin-left: 20px;
	margin-right: 20px;
}

.ce_benefitbox .image_container {
	margin: 20px;
}

.ce_benefitbox .image_container img {
	width: auto;
}

.ce_benefitbox i {
	margin: 20px;
	font-size: 3rem;
}
/* =============================================================================
 * ce_fancybox
 * ========================================================================== */

/* style1 */

.ce_fancybox.style1 {
   background-size: cover;
   position: relative;
   padding: 11%;
   overflow: hidden;
}

.ce_fancybox.style1,
.ce_fancybox.style1 h1,
.ce_fancybox.style1 h2,
.ce_fancybox.style1 h3,
.ce_fancybox.style1 h4,
.ce_fancybox.style1 h5,
.ce_fancybox.style1 h6,
.ce_fancybox.style1 .h1,
.ce_fancybox.style1 .h2,
.ce_fancybox.style1 .h3,
.ce_fancybox.style1 .h4,
.ce_fancybox.style1 .h5,
.ce_fancybox.style1 .h6 {
   color: rgb(255,255,255);
}

.ce_fancybox.style1 h1,
.ce_fancybox.style1 h2,
.ce_fancybox.style1 h3,
.ce_fancybox.style1 h4,
.ce_fancybox.style1 h5,
.ce_fancybox.style1 h6,
.ce_fancybox.style1 .h1,
.ce_fancybox.style1 .h2,
.ce_fancybox.style1 .h3,
.ce_fancybox.style1 .h4,
.ce_fancybox.style1 .h5,
.ce_fancybox.style1 .h6 {
   margin-bottom: 10px;
}

.ce_fancybox.style1 .overlay {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: rgba(50,50,50,0.5);
   transition: all .6s cubic-bezier(0.24,1,0.30,1);
}

.ce_fancybox.style1:hover .overlay {
   background: rgba(50,50,50,0.2);
}

.ce_fancybox.style1:after {
   display: block;
   position: absolute;
   content: '';
   width: 100%;
   height: 6px;
   left: 0;
   bottom: 0;
   background: rgb(0,0,0);
   z-index: 10;
   transform: scaleX(0) translateZ(0);
   transition: 0.45s cubic-bezier(0.24,1,0.30,1);
   transform-origin: 0 0;
}

.ce_fancybox.style1:hover:after {
   transform: scaleX(1) translateZ(0);
}

.ce_fancybox.style1 .image_container {
   margin-bottom: 20px;
}

.ce_fancybox.style1 .image_container img {
   width: auto;
}

.ce_fancybox.style1 a {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   text-indent: -99999px;
   z-index: 10;
}

.ce_fancybox.style1 .link_text {
   font-size: 0.9rem;
}

.ce_fancybox.style1 .link_text span {
   font-family: FontAwesome;
   line-height: 26px;
   font-size: 14px;
   opacity: 1;
   position: relative;
   display: inline-block;
   top: 2px;
   transition: all 0.35s cubic-bezier(0.01,0.75,0.4,1);
   overflow: visible;
   height: 26px;
   width: 26px;
   border-radius: 100px;
   text-align: center;
}
   
.ce_fancybox.style1 .link_text span:before {
   content: "\f105";
   color: rgb(255,255,255);
   top: -2px;
   right: -1px;
   display: block;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   position: relative;
}

.ce_fancybox.style1 .link_text span:after {
   display: block;
   content: ' ';
   position: absolute;
   width: 0px;
   height: 1px;
   background-color: rgb(255,255,255);
   opacity: 0;
   right: 0;
   cursor: pointer;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   pointer-events: none;
   top: 11px;
   transform: translateX(-8px);
}
      
.ce_fancybox.style1:hover .link_text span:before {
      transform: translateX(20px);
}
   
.ce_fancybox.style1:hover .link_text span:after {
   opacity:1;
   transform:translateX(9px);
   width: 26px;
}
   
.ce_fancybox.style1:hover .link_text span {
   border-color: transparent;
}

.ce_fancybox.style1 .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ce_fancybox.style1.fancy_box_color_accent:after {
   background-color: var(--accentColor);
}

.ce_fancybox.style1.fancy_box_color_second:after {
   background-color: var(--secondColor);
}

.ce_fancybox.style1.fancy_box_color_customColor1:after {
   background-color: var(--customColor1);
}

.ce_fancybox.style1.fancy_box_color_customColor2:after {
   background-color: var(--customColor2);
}

/* style2 */

.ce_fancybox.style2 {
   background-size: cover;
   position: relative;
   padding: 13%;
   overflow: hidden;
   display: flex;
   transition: transform .65s cubic-bezier(.05,0.2,.1,1), box-shadow .65s cubic-bezier(.05,0.2,.1,1);
}

.ce_fancybox.style2 .inside {
   align-self: flex-end;
   width: 100%;
}

.ce_fancybox.style2:hover {
   transform: translateY(-10px);
   box-shadow: 0 25px 55px rgba(0,0,0,0.22);
}

.ce_fancybox.style2,
.ce_fancybox.style2 h1,
.ce_fancybox.style2 h2,
.ce_fancybox.style2 h3,
.ce_fancybox.style2 h4,
.ce_fancybox.style2 h5,
.ce_fancybox.style2 h6,
.ce_fancybox.style2 .h1,
.ce_fancybox.style2 .h2,
.ce_fancybox.style2 .h3,
.ce_fancybox.style2 .h4,
.ce_fancybox.style2 .h5,
.ce_fancybox.style2 .h6 {
   color: rgb(255,255,255);
}

.ce_fancybox.style2 h1,
.ce_fancybox.style2 h2,
.ce_fancybox.style2 h3,
.ce_fancybox.style2 h4,
.ce_fancybox.style2 h5,
.ce_fancybox.style2 h6,
.ce_fancybox.style2 .h1,
.ce_fancybox.style2 .h2,
.ce_fancybox.style2 .h3,
.ce_fancybox.style2 .h4,
.ce_fancybox.style2 .h5,
.ce_fancybox.style2 .h6 {
   margin-bottom: 10px;
}

.ce_fancybox.style2 .overlay {
   content: '';
   position: absolute;
   height: 85%;
   right: 0;
   bottom: 0;
   left: 0;
   background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.8) 100%);
   transition: all .6s cubic-bezier(0.24,1,0.30,1);
}

.ce_fancybox.style2 .image_container {
   margin-bottom: 20px;
}

.ce_fancybox.style2 .image_container img {
   width: auto;
}

.ce_fancybox.style2 a {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   text-indent: -99999px;
   z-index: 10;
}

.ce_fancybox.style2 .link_text span {
   font-family: FontAwesome;
   line-height: 26px;
   font-size: 14px;
   opacity: 1;
   position: relative;
   display: inline-block;
   margin-left: 16px;
   top: 2px;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   overflow: visible;
   height: 26px;
   width: 26px;
   border-radius: 100px;
   text-align: center;
   border: 2px solid rgba(255,255,255,0.4)
}
   
.ce_fancybox.style2 .link_text span:before {
   content: "\f105";
   color: rgb(255,255,255);
   top: -2px;
   right: -1px;
   display: block;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   position: relative;
}

.ce_fancybox.style2 .link_text span:after {
   display: block;
   content: ' ';
   position: absolute;
   width: 26px;
   height: 1px;
   background-color: rgb(255,255,255);
   opacity: 0;
   left: -6px;
   cursor: pointer;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   pointer-events: none;
   top: 11px;
   transform: translateX(-27px);
}
      
.ce_fancybox.style2:hover .link_text span:before {
      transform: translateX(9px);
   }
   
.ce_fancybox.style2:hover .link_text span:after {
   opacity:1;
   transform:translateX(2px);
}
   
.ce_fancybox.style2:hover .link_text span {
   border-color: transparent;
}

.ce_fancybox.style2 .text {
   line-height: 1.3;
   opacity: 0;
   position: absolute;
   bottom: 0;
   left: 0;
   margin-top: 10px;
   transform: translateY(20px);
   transition: opacity .18s cubic-bezier(.05,0.2,.1,1), transform .18s cubic-bezier(.05,0.2,.1,1);
}

.ce_fancybox.style2:hover .text {
  opacity: 1;
  transform: translateY(0%);
  transition: opacity .65s cubic-bezier(.05,0.2,.1,1) 0.15s, transform .65s cubic-bezier(.05,0.2,.1,1) 0.15s;
}

.ce_fancybox.style2 .headline_wrap {
   transition: opacity .65s cubic-bezier(.05,0.2,.1,1), transform .65s cubic-bezier(.05,0.2,.1,1);
}

.ce_fancybox.style2.fancy_box_color_accent:hover .overlay {
   background: linear-gradient(to bottom,rgba(0,0,0,0),var(--accentColor) 100%);
}

.ce_fancybox.style2.fancy_box_color_second:hover .overlay {
   background: linear-gradient(to bottom,rgba(0,0,0,0),var(--secondColor) 100%);
}

.ce_fancybox.style2.fancy_box_color_customColor1:hover .overlay {
   background: linear-gradient(to bottom,rgba(0,0,0,0),var(--customColor1) 100%);
}

.ce_fancybox.style2.fancy_box_color_customColor2:hover .overlay {
   background: linear-gradient(to bottom,rgba(0,0,0,0),var(--customColor2) 100%);
}

/* style3 */

.ce_fancybox.style3 {
   position: relative;
}

.ce_fancybox.style3 .inside {
   background-size: cover;
   align-self: center;
   width: 100%;
   padding: 13%;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.ce_fancybox.style3 .content {
   position: relative;
   z-index: 10;
}

.ce_fancybox.style3 .overlay {
   content: '';
   position: absolute;
   height: 100%;
   right: 0;
   bottom: 0;
   left: 0;
   background: rgb(0,0,0);
   opacity: 0.5;
   transition: all .6s cubic-bezier(0.24,1,0.30,1);
   z-index: 1;
}

.ce_fancybox.style3:hover .overlay {
  opacity: 0.3;
}

.ce_fancybox.style3,
.ce_fancybox.style3 h1,
.ce_fancybox.style3 h2,
.ce_fancybox.style3 h3,
.ce_fancybox.style3 h4,
.ce_fancybox.style3 h5,
.ce_fancybox.style3 h6,
.ce_fancybox.style3 .h1,
.ce_fancybox.style3 .h2,
.ce_fancybox.style3 .h3,
.ce_fancybox.style3 .h4,
.ce_fancybox.style3 .h5,
.ce_fancybox.style3 .h6 {
   color: rgb(255,255,255);
}

.ce_fancybox.style3 h1,
.ce_fancybox.style3 h2,
.ce_fancybox.style3 h3,
.ce_fancybox.style3 h4,
.ce_fancybox.style3 h5,
.ce_fancybox.style3 h6,
.ce_fancybox.style3 .h1,
.ce_fancybox.style3 .h2,
.ce_fancybox.style3 .h3,
.ce_fancybox.style3 .h4,
.ce_fancybox.style3 .h5,
.ce_fancybox.style3 .h6 {
   margin-bottom: 10px;
}

.ce_fancybox.style3 p {
   font-size: 1.2rem;
}

.ce_fancybox.style3 .image_container {
   margin-bottom: 20px;
}

.ce_fancybox.style3 .image_container img {
   width: auto;
}

.ce_fancybox.style3 a {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   text-indent: -99999px;
   z-index: 100;
}

.ce_fancybox.style3 .link_text {
   position: relative;
   z-index: 10;
   margin-top: 20px;
   font-size: 0.9rem;
}

.ce_fancybox.style3 .link_text span {
   font-family: FontAwesome;
   line-height: 26px;
   font-size: 14px;
   opacity: 1;
   position: relative;
   display: inline-block;
   margin-left: 16px;
   top: 2px;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   overflow: visible;
   height: 26px;
   width: 26px;
   border-radius: 100px;
   text-align: center;
   border: 2px solid rgba(255,255,255,0.4)
}
   
.ce_fancybox.style3 .link_text span:before {
   content: "\f105";
   color: rgb(255,255,255);
   top: -2px;
   right: -1px;
   display: block;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   position: relative;
}

.ce_fancybox.style3 .link_text span:after {
   display: block;
   content: ' ';
   position: absolute;
   width: 26px;
   height: 1px;
   background-color: rgb(255,255,255);
   opacity: 0;
   left: -6px;
   cursor: pointer;
   transition: all 0.35s cubic-bezier(0.12,0.75,0.4,1);
   pointer-events: none;
   top: 11px;
   transform: translateX(-27px);
}
      
.ce_fancybox.style3:hover .link_text span:before {
      transform: translateX(9px);
   }
   
.ce_fancybox.style3:hover .link_text span:after {
   opacity:1;
   transform:translateX(2px);
}
   
.ce_fancybox.style3:hover .link_text span {
   border-color: transparent;
}

.ce_fancybox.style3.fancy_box_color_accent .overlay {
   background: var(--accentColor);
   opacity: 0.8;
}

.ce_fancybox.style3.fancy_box_color_second .overlay {
   background: var(--secondColor);
   opacity: 0.8;
}

.ce_fancybox.style3.fancy_box_color_customColor1 .overlay {
   background: var(--customColor1);
   opacity: 0.8;
}

.ce_fancybox.style3.fancy_box_color_customColor2 .overlay {
   background: var(--customColor2);
   opacity: 0.8;
}

/* border-radius */
.ce_fancybox.style3 .atropos-rotate {
   overflow: hidden;
}

.ce_fancybox.style3.border-radius-0 .atropos-rotate {
   overflow: visible;
}

.ce_fancybox.border-radius-3,
.ce_fancybox.style3.border-radius-3 .atropos-inner,
.ce_fancybox.style3.border-radius-3 .atropos-rotate {
   border-radius: 3px;
}

.ce_fancybox.border-radius-5,
.ce_fancybox.style3.border-radius-5 .atropos-inner,
.ce_fancybox.style3.border-radius-5 .atropos-rotate {
   border-radius: 5px;
}

.ce_fancybox.border-radius-10,
.ce_fancybox.style3.border-radius-10 .atropos-inner,
.ce_fancybox.style3.border-radius-10 .atropos-rotate {
   border-radius: 10px;
}

.ce_fancybox.border-radius-15,
.ce_fancybox.style3.border-radius-15 .atropos-inner,
.ce_fancybox.style3.border-radius-15 .atropos-rotate {
   border-radius: 15px;
}

.ce_fancybox.border-radius-20,
.ce_fancybox.style3.border-radius-20 .atropos-inner,
.ce_fancybox.style3.border-radius-20 .atropos-rotate {
   border-radius: 20px;
}

.ce_fancybox.border-radius-25,
.ce_fancybox.style3.border-radius-25 .atropos-inner,
.ce_fancybox.style3.border-radius-25 .atropos-rotate {
   border-radius: 25px;
}

.ce_fancybox.border-radius-30,
.ce_fancybox.style3.border-radius-30 .atropos-inner,
.ce_fancybox.style3.border-radius-30 .atropos-rotate {
   border-radius: 30px;
}

.ce_fancybox.border-radius-35,
.ce_fancybox.style3.border-radius-35 .atropos-inner,
.ce_fancybox.style3.border-radius-35 .atropos-rotate {
   border-radius: 35px;
}

.ce_fancybox.border-radius-40,
.ce_fancybox.style3.border-radius-40 .atropos-inner,
.ce_fancybox.style3.border-radius-40 .atropos-rotate {
   border-radius: 40px;
}

.ce_fancybox.border-radius-45,
.ce_fancybox.style3.border-radius-45 .atropos-inner,
.ce_fancybox.style3.border-radius-45 .atropos-rotate {
   border-radius: 45px;
}

.ce_fancybox.border-radius-50,
.ce_fancybox.style3.border-radius-50 .atropos-inner,
.ce_fancybox.style3.border-radius-50 .atropos-rotate {
   border-radius: 50px;
}

/* AG same-height */
.same_height .same-height-wrap > .ce_fancybox {
	height: 100%;;
}

.same_height .same-height-wrap > .ce_fancybox.style3 .atropos-rotate,
.same_height .same-height-wrap > .ce_fancybox.style3 .inside {
	height: 100%;;
}
.atropos {
  position: relative;
  display: block;
  perspective: 1200px;
  transform: translate3d(0, 0, 0);
}
.atropos-rotate-touch {
    touch-action: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    user-select: none;
  }
}
.atropos-scale,
.atropos-rotate {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition-property: transform;
  display: block;
}
.atropos-shadow,
.atropos-highlight {
  position: absolute;
  pointer-events: none;
  transition-property: transform, opacity;
  display: block;
  opacity: 0;
}
.atropos-shadow {
  z-index: -1;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(30px);
}
.atropos-highlight {
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-image: radial-gradient(circle at 50%, rgba(255, 255, 255, 0.25), transparent 50%);
  z-index: 0;
}
.atropos-rotate {
  position: relative;
}
.atropos-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  display: block;
}
.atropos-active {
  z-index: 1;
}

.atropos-active .atropos-shadow {
    opacity: 1 !important;
}

[data-atropos-offset] {
  transition-property: transform;
}
[data-atropos-opacity] {
  transition-property: opacity;
}
[data-atropos-offset][data-atropos-opacity] {
  transition-property: transform, opacity;
}

/* =============================================================================
 * ce_flipbox
 * ========================================================================== */

.ce_flipbox.block {
	position: relative;
	overflow: visible;
}

.ce_flipbox .ce_flipbox_inside {
	height: inherit;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

.ce_flipbox .ce_flipbox_frontside,
.ce_flipbox .ce_flipbox_backside {
	width: 100%;
	display: flex;
	align-items: center;
}

.ce_flipbox .ce_flipbox_frontside {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 900;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.ce_flipbox .ce_flipbox_backside {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ce_flipbox:hover .ce_flipbox_frontside {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.ce_flipbox:hover .ce_flipbox_backside {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}

.ce_flipbox .ce_flipbox_frontside_inside,
.ce_flipbox .ce_flipbox_backside_inside {
	padding: 30px;
}

.ce_flipbox .ce_flipbox_backside_inside > .ce_url.attribute a {
	display: inline-block;
	padding: 5px 15px;
	color: rgb(255,255,255);
	background: rgba(0,0,0,0.4);
}

.ce_flipbox .ce_flipbox_backside.color-white .ce_flipbox_backside_inside > .ce_url.attribute a {
	color: rgb(50,50,50)!important;
	background: rgb(255,255,255);
}

/* style 2 */

.ce_flipbox.style2 .ce_flipbox_frontside,
.ce_flipbox.style2 .ce_flipbox_backside {
	text-align: center;
	justify-content: center;
}
/* =============================================================================
 * ce_iconbox default
 * ========================================================================== */

.ce_iconbox {
	text-align: center;
	display: block;
	position: relative;
	overflow: visible!important;
}

.ce_iconbox.padding:hover {
	z-index: 100;
}

.ce_iconbox.default i {
	font-size: 3rem;
}

.ce_iconbox .ce_iconbox_inside {
	position: relative;
}

.ce_iconbox .ce_iconbox_outside {
	width:100%;
}

.ce_iconbox.border-radius .ce_iconbox_outside {
	border-radius: 20px;
}

.ce_iconbox .ce_iconbox_outside.padding {
	padding: 25px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_iconbox:hover .ce_iconbox_outside.padding {
	opacity: 1;
	box-shadow: 0 40px 70px rgba(0,0,0,.2);
	z-index: 100;
}

.ce_iconbox .ce_iconbox_outside.padding .content {
	opacity: 0.6;
}

.ce_iconbox a.link {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
}

.ce_iconbox .image_container {
	text-align: center;
	margin-bottom: 0;
}

.ce_iconbox .image_container img {
	width: auto;
	display: inline-block;
}

.ce_iconbox h3 {
	font-size: 1.2rem;
	letter-spacing: 1px;
	position: relative;
	line-height: 1.4;
	margin-bottom: 10px;
}

.ce_iconbox .headline {
	margin-bottom: 0;
}

.ce_iconbox .content {
	margin-top: 10px;
}

.ce_iconbox:not(.version2):not(.version3) .ce_iconbox_cwrapper {
	margin-top: 20px;
}

.ce_iconbox .link {
	color: var(--accentColor);
}

.ce_iconbox .link:before {
	content: "\f105";
	font-family:FontAwesome;
	font-weight: normal;
	display: inline-block;
	margin-right: 5px;
}

.ce_iconbox.version2 .link:before {
	transition: All 0.1s ease;
	-webkit-transition: All 0.1s ease;
}

.ce_iconbox.version2:hover .link:before {
	margin-right: 10px;
}

.ce_iconbox.same-height {
	display: flex!important;
}

.ce_iconbox.default .image_container,
.ce_iconbox.default i {
	padding-top: 5px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	position: relative;
	top: 0;
}
.ce_iconbox.default:hover .image_container,
.ce_iconbox.default:hover i {
	top: -5px;
}
.ce_iconbox li {
	list-style-type: circle;
	list-style-position: inside;
}

.ce_iconbox.right-align .ce_iconbox_inside {
	justify-content: right;
}

/* =============================================================================
 * ce_iconbox.version2
 * ========================================================================== */

.ce_iconbox.version2 .ce_iconbox_inside {
	text-align: left;
	display: flex;
	align-items: center;
}

.ce_iconbox.version2 .ce_iconbox_icon  {
	flex: 0 0 80px;
	align-self: flex-start;
}

.ce_iconbox.version2 .headline {
	padding-top: 0;
}

.ce_iconbox.version2 .image_container {
	line-height: 1.4;
}

.ce_iconbox.version2 .image_container img {
	width: 60px;
}

.ce_iconbox.version2 i {
	font-size: 1.733rem;
	border-radius: 100%;
	text-align: center;
	width: 60px;
	max-width: 60px;
	height: 60px;
	line-height: 60px;
	color: rgb(255,255,255);
	background: var(--accentColor);
}

.ce_iconbox.version2 .ce_iconbox_inside:after {
	position: absolute;
	left: 30px;
	top: 0;
	width: 1px;
	height: 100%;
	content:'';
	border-right: 1px dashed rgb(229,229,229);
	z-index: 1;
}

.ce_iconbox.version2:last-of-type .ce_iconbox_inside:after {
	display:none;
}

.ce_iconbox.version2 .image_container {
	text-align: left;
}

.ce_iconbox.version2 a.link {
	margin-top: 0;
}

/* =============================================================================
 * ce_iconbox.version2.right
 * ========================================================================== */

.ce_iconbox.version2.right-align .ce_iconbox_inside {
	text-align: right;
	display: flex;
	align-items: center;
}

.ce_iconbox.version2.right-align .ce_iconbox_icon {
	flex: 0 0 80px;
	align-self: flex-start;
	order: 2;
}

.ce_iconbox.version2 .ce_iconbox_cwrapper {
	order: 1;
}

.ce_iconbox.version2.right-align:last-of-type .ce_iconbox_inside:after {
	display:none;
}

.ce_iconbox.version2.right-align .image_container {
	text-align: right;
}

.ce_iconbox.version2 .ce_iconbox_inside:after {
	display: none;
}

/* =============================================================================
 * ce_iconbox.version3
 * ========================================================================== */

 .ce_iconbox.version3 .ce_iconbox_inside {
 	text-align: left;
 	display: flex;
 	align-items: center;
 }

.ce_iconbox.version3 .ce_iconbox_icon {
	flex: 0 0 50px;
	align-self: flex-start;
}

.ce_iconbox.version3 .headline {
	padding-top: 0;
}

.ce_iconbox.version3 .image_container {
	line-height: 1.4;
}

.ce_iconbox.version3 .image_container img {
	width: 30px;
}

.ce_iconbox.version3 i {
	font-size: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	width: 40px;
}

.ce_iconbox.version3:last-of-type .ce_iconbox_inside:after {
	display:none;
}
 
.ce_iconbox.version3 a.link {	
	margin-top: 0;
}

.ce_iconbox.version3.xsmall i {
	font-size: inherit;
	line-height: inherit;
	text-align: left;
	width: 25px;
}

.ce_iconbox.version3.xsmall p {
	margin-bottom: 0;
	line-height: inherit;
}

.ce_iconbox.version3.xsmall .ce_iconbox_icon {
	flex: 0 0 25px;
}

.ce_iconbox.version3.xsmall .content {
	margin-top: 0;
}

/* =============================================================================
 * ce_iconbox.version4
 * ========================================================================== */

.ce_iconbox.version4 {
	text-align: left;
}

.ce_iconbox.version4 .image_container {
	text-align: left;
}

/* =============================================================================
 * ce_iconbox same-height
 * ========================================================================== */
 
.autogrid_row.same_height .ce_iconbox,
.autogrid_row.same_height .ce_iconbox .ce_iconbox_outside {
	height: 100%;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_iconbox:not(.no_gutter):not(.version3.xsmall) {
		margin-bottom: 30px;
	}
	
	.ce_iconbox.version2.right-align .ce_iconbox_inside {
		text-align: left;
	}
	
	.ce_iconbox.version2.right-align .image_container {
		text-align: left;
	}
	
	.ce_iconbox.version2.right-align .ce_iconbox_icon {
		order: 1;
	}
	
	.ce_iconbox.version2 .ce_iconbox_cwrapper {
		order: 2;
	}

	.ce_iconbox.same-height {
		display: block!important;
	}
}
/* =============================================================================
 * ce_iconbox_v2
 * ========================================================================== */

.ce_iconbox_v2.default .image_container img {
	width: auto;
	display: block;
	margin-bottom: 15px;
}

.ce_iconbox_v2.default i {
	margin-bottom: 15px;
	font-size: 3.667rem;
	line-height: 3.667rem;
	width: 2.667rem!important;
}

.ce_iconbox_v2.default .link:before {
	content: "\f105";
	font-family:FontAwesome;
	font-weight: normal;
	display: inline-block;
	margin-right: 5px;
}

.ce_iconbox_v2 ul {
	padding-left: 4px;
}

.ce_iconbox_v2 ul li {
	list-style-type: circle;
	list-style-position: inside;
}

/* =============================================================================
 * ce_iconbox_v2 | style2
 * ========================================================================== */

.ce_iconbox_v2.style2 {
	border: 1px solid rgb(225,225,225);
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
}

/* same-height */
.autogrid_row.same_height .ce_iconbox_v2.style2 {
	height: 100%;
}

.autogrid_row > .column > .ce_iconbox_v2.style2 {
   border-right: 0;
}

.autogrid_row > .column:last-child > .ce_iconbox_v2.style2 {
	border-right: 1px solid rgb(225,225,225);
}

.ce_iconbox_v2.style2 .ce_iconbox_outside {
	padding: 15% 10%;

}

.ce_iconbox_v2.style2 .image_container img {
	width: auto;
	display: block;
	margin-bottom: 15px;
}

.ce_iconbox_v2.style2 .image_container,
.ce_iconbox_v2.style2 i {
	padding-top: 5px;
	position: relative;
	top: 0;
	transition: All 0.1s ease;
	-webkit-transition: All 0.1s ease;
}

.ce_iconbox_v2.style2:hover .image_container,
.ce_iconbox_v2.style2:hover i {
	top: -5px;
}

.ce_iconbox_v2.style2 i {
	margin-bottom: 15px;
	font-size: 3rem;
	line-height: 3rem;
	width: 40px!important;
}

.ce_iconbox_v2.style2 .link {
	font-weight: bold;
	font-size: 0.9rem;
	display: inline-flex;
	align-items: center;
}

.ce_iconbox_v2.style2 .link:before {
	content: "\f054";
	font-family:FontAwesome;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
	transition: All 0.1s ease;
	-webkit-transition: All 0.1s ease;
}

.ce_iconbox_v2.style2:hover .link:after {
	margin-left: 15px;
}

.ce_iconbox_v2.style2 .headline {
	margin-bottom: 0;
}

.ce_iconbox_v2.style2 .headline:after {
	content: '';
	width: 50px;
	height: 1px;
	background: rgb(90,90,90);
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

/* =============================================================================
 * ce_iconbox_v2 | style3
 * ========================================================================== */

.ce_iconbox_v2.style3 .ce_iconbox_outside {
	padding: 35px;
	background: rgba(255,255,255,0.9);
	border-radius: 3px;
	border: 1px solid rgb(220,220,220);
	height: 100%;
}

/* same-height */
.autogrid_row.same_height .ce_iconbox_v2.style3 {
	height: 100%;
}

.ce_iconbox_v2.style3.no_gutter .ce_iconbox_outside {
	border-radius: 0;
	border-right: 0;
}

.ce_iconbox_v2.style3.no_gutter.autogrid-first .ce_iconbox_outside {
	border-radius: 3px 0 0 3px;
	border-right: 0;
}

.ce_iconbox_v2.style3.no_gutter.autogrid-last .ce_iconbox_outside {
	border-radius: 0 3px 3px 0;
	border-right: 1px solid rgb(220,220,220);
}

.ce_iconbox_v2.style3 .content {
	color: rgb(120,120,120);
}

.ce_iconbox_v2.style3 .image_container {
	margin-bottom: 20px;
}

.ce_iconbox_v2.style3 i {
	font-size: 5rem;
	margin-bottom: 20px;
}

.ce_iconbox_v2.style3 .image_container img {
	width: auto;
}

.ce_iconbox_v2.style3 a.link {
	display: inline-flex;
	align-items: center;
}

.ce_iconbox_v2.style3 a.link:before {
	font-family: "FontAwesome";
	content: "\f054";
	display: inline-block;
	margin-right: 10px;
	transition: All 0.1s ease;
	-webkit-transition: All 0.1s ease;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_iconbox_v2.style2 .ce_iconbox_outside {
		min-height: 0!important;
	}
	
	.ce_iconbox_v2.style2.autogrid-last {
		border-bottom: 0;
	}

	.ce_iconbox_v2.style3 .ce_iconbox_outside {
		border-radius: 3px!important;
		border: 1px solid rgb(220,220,220)!important;
	}
	
	.ce_iconbox_v2.style3 {
		margin-bottom: 20px;
	}
}
/* =============================================================================
 * ce_iconbox_v3
 * ========================================================================== */

/* same-height */
.autogrid_row.same_height .ce_iconbox_v3,
.autogrid_row.same_height .ce_iconbox_v3 .ce_iconbox_v3_inside  {
	height: 100%;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside {
	overflow: hidden;
	position: relative;
	background: rgb(50,50,50);
	padding: 95px 30px 30px 30px;
	width: 100%;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	display: flex;
	align-items: center;
}

.ce_iconbox_v3.style1 .ce_iconbox_v3_inside {
	padding: 30px;
}

.ce_iconbox_v3:hover {
	position: relative;
	z-index: 10;
	transform: scale(1.1);
	transition: All 0.1s ease;
	-webkit-transition: All 0.1s ease;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside:hover {
	background: rgb(100,100,100);
}

.ce_iconbox_v3 a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	text-indent: -9999px;
}

.ce_iconbox_v3 .headline {
	color: rgba(255,255,255,0.6);
	margin: 0;
}

.ce_iconbox_v3 .subheadline {
	color: rgba(255,255,255,1);
	margin: 0;
}

.ce_iconbox_v3 i,
.ce_iconbox_v3 .headline,
.ce_iconbox_v3 .subheadline {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_iconbox_v3.style1 i,
.ce_iconbox_v3.style1 .image_container {
	position: absolute;
	right: 20px;
	top: 20px;
}

.ce_iconbox_v3.style2 i,
.ce_iconbox_v3.style2 .image_container {
	position: absolute;
	right: 20px;
	top: 20px;
}

.ce_iconbox_v3.style3 i,
.ce_iconbox_v3.style3 .image_container {
	flex: 0 0 30%;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-accent {
	background-color: var(--accentColor);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-second {
	background-color: var(--secondColor);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-customColor1 {
	background-color: var(--customColor1);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-customColor2 {
	background-color: var(--customColor2);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-lightgray {
	background-color: rgb(247,247,247);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-darkgray {
	background-color: rgb(69,69,69);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-white {
	background-color: rgb(255,255,255);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-black {
	background-color: rgb(0,0,0);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-accent:hover {
	background-color: var(--accentColor)!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-second:hover {
	background-color: var(--secondColor)!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-customColor1:hover {
	background-color: var(--customColor1)!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-customColor2:hover {
	background-color: var(--customColor2)!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-lightgray:hover {
	background-color: rgb(247,247,247)!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-darkgray:hover {
	background-color: rgb(69,69,69)!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-white:hover {
	background-color: rgb(255,255,255)!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-black:hover {
	background-color: rgb(0,0,0)!important;
}

.ce_iconbox_v3 .headline.headline-color-accent {
	color: var(--accentColor);
}

.ce_iconbox_v3 .headline.headline-color-second {
	color: var(--secondColor);
}

.ce_iconbox_v3 .headline.headline-color-customColor1 {
	color: var(--customColor1);
}

.ce_iconbox_v3 .headline.headline-color-customColor2 {
	color: var(--customColor2);
}

.ce_iconbox_v3 .headline.headline-color-lightgray {
	color: rgb(247,247,247);
}

.ce_iconbox_v3 .headline.headline-color-darkgray {
	color: rgb(69,69,69);
}

.ce_iconbox_v3 .headline.headline-color-white {
	color: rgb(255,255,255);
}

.ce_iconbox_v3 .headline.headline-color-black {
	color: rgb(0,0,0);
}

.ce_iconbox_v3 .subheadline.subheadline-color-accent {
	color: var(--accentColor);
}

.ce_iconbox_v3 .subheadline.subheadline-color-second {
	color: var(--secondColor);
}

.ce_iconbox_v3 .subheadline.subheadline-color-customColor1 {
	color: var(--customColor1);
}

.ce_iconbox_v3 .subheadline.subheadline-color-customColor2 {
	color: var(--customColor2);
}

.ce_iconbox_v3 .subheadline.subheadline-color-lightgray {
	color: rgb(247,247,247);
}

.ce_iconbox_v3 .subheadline.subheadline-color-darkgray {
	color: rgb(69,69,69);
}

.ce_iconbox_v3 .subheadline.subheadline-color-white {
	color: rgb(255,255,255);
}

.ce_iconbox_v3 .subheadline.subheadline-color-black {
	color: rgb(0,0,0);
}

.ce_iconbox_v3 .fonticon.fonticon-color-accent {
	color: var(--accentColor);
}

.ce_iconbox_v3 .fonticon.fonticon-color-second {
	color: var(--secondColor);
}

.ce_iconbox_v3 .fonticon.fonticon-color-customColor1 {
	color: var(--customColor1);
}

.ce_iconbox_v3 .fonticon.fonticon-color-customColor2 {
	color: var(--customColor2);
}

.ce_iconbox_v3 .fonticon.fonticon-color-lightgray {
	color: rgb(247,247,247);
}

.ce_iconbox_v3 .fonticon.fonticon-color-darkgray {
	color: rgb(69,69,69);
}

.ce_iconbox_v3 .fonticon.fonticon-color-white {
	color: rgb(255,255,255);
}

.ce_iconbox_v3 .fonticon.fonticon-color-black {
	color: rgb(0,0,0);
}

.ce_iconbox_v3:hover.text-hover-accent i,
.ce_iconbox_v3:hover.text-hover-accent .headline,
.ce_iconbox_v3:hover.text-hover-accent .subheadline,
.ce_iconbox_v3:hover.text-hover-accent .backside {
	color: var(--accentColor)!important;
}

.ce_iconbox_v3:hover.text-hover-second i,
.ce_iconbox_v3:hover.text-hover-second .headline,
.ce_iconbox_v3:hover.text-hover-second .subheadline,
.ce_iconbox_v3:hover.text-hover-second .backside {
	color: var(--secondColor)!important;
}

.ce_iconbox_v3:hover.text-hover-customColor1 i,
.ce_iconbox_v3:hover.text-hover-customColor1 .headline,
.ce_iconbox_v3:hover.text-hover-customColor1 .subheadline,
.ce_iconbox_v3:hover.text-hover-customColor1 .backside {
	color: var(--customColor1)!important;
}

.ce_iconbox_v3:hover.text-hover-customColor2 i,
.ce_iconbox_v3:hover.text-hover-customColor2 .headline,
.ce_iconbox_v3:hover.text-hover-customColor2 .subheadline,
.ce_iconbox_v3:hover.text-hover-customColor2 .backside {
	color: var(--customColor2)!important;
}

.ce_iconbox_v3:hover.text-hover-lightgray i,
.ce_iconbox_v3:hover.text-hover-lightgray .headline,
.ce_iconbox_v3:hover.text-hover-lightgray .subheadline,
.ce_iconbox_v3:hover.text-hover-lightgray .backside {
	color: rgb(247,247,247)!important;
}

.ce_iconbox_v3:hover.text-hover-darkgray i,
.ce_iconbox_v3:hover.text-hover-darkgray .headline,
.ce_iconbox_v3:hover.text-hover-darkgray .subheadline,
.ce_iconbox_v3:hover.text-hover-darkgray .backside {
	color: rgb(69,69,69)!important;
}

.ce_iconbox_v3:hover.text-hover-white i,
.ce_iconbox_v3:hover.text-hover-white .headline,
.ce_iconbox_v3:hover.text-hover-white .subheadline,
.ce_iconbox_v3:hover.text-hover-white .backside {
	color: rgb(255,255,255)!important;
}

.ce_iconbox_v3:hover.text-hover-black i,
.ce_iconbox_v3:hover.text-hover-black .headline,
.ce_iconbox_v3:hover.text-hover-black .subheadline,
.ce_iconbox_v3:hover.text-hover-black .backside {
	color: rgb(0,0,0)!important;
}

.ce_iconbox_v3.flip .ce_iconbox_v3_content {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin-left: 0;
}

.ce_iconbox_v3.flip i,
.ce_iconbox_v3.flip .image_container {
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.ce_iconbox_v3.style2 .ce_iconbox_v3_inside {
	padding: 100px 30px 30px 30px;
}

.ce_iconbox_v3.style3 .ce_iconbox_v3_inside {
	border-radius: 20px;
	border: 1px solid rgb(200, 202, 206);
	padding: 30px;
}

.ce_iconbox_v3.style3 .ce_iconbox_v3_content {
	width: 70%;
	float: left;
	padding-left: 20px;
	padding-right: 0;
}

.ce_iconbox_v3.style3 i {
	font-size: 8rem;
}

.ce_iconbox_v3.style3 .headline {
	font-weight: 400;
}

.ce_iconbox_v3 ul {
	padding-left: 4px;
}

.ce_iconbox_v3 ul li {
	list-style-type: circle;
	list-style-position: inside;
}
/* =============================================================================
 * ce_text_imagebox
 * ========================================================================== */

 .ce_text_imagebox.block {
	overflow: visible;
 }
 
.ce_text_imagebox,
.ce_text_imagebox_image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	overflow: visible;
}

.ce_text_imagebox .inside {
	position: absolute;
	z-index: 20;
	margin: 0 auto;
	padding: 5%;
	width: 100%;
	text-align: left;
}

.ce_text_imagebox .headline {
	margin-bottom: 5px;
}

.ce_text_imagebox.vcenter .inside {
	position: relative;
  	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;

}

.ce_text_imagebox .ce_text_imagebox_link {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}

.ce_text_imagebox p {
	margin-bottom: 0;
}

.ce_text_imagebox a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ce_text_imagebox:hover a:hover {
	box-shadow: 0 70px 70px rgba(0,0,0,.2);
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	z-index: 10;
}

 /* ce_text_imagebox in swiper slider */
.swiper-wrapper .ce_text_imagebox:hover a:hover {
	box-shadow:none;
	transform: none;
	-webkit-transform: none;
}

.ce_text_imagebox.align-rt .inside {
	right: 0;
	top: 0;
	text-align: right;
}

.ce_text_imagebox.align-rt .inside .content {
	margin-left: auto;
}

.ce_text_imagebox.align-lb .inside {
	left: 0;
	bottom: 0;
}

.ce_text_imagebox.align-rb .inside {
	right: 0;
	bottom: 0;
	text-align: right;
}

.ce_text_imagebox.align-rb .inside .content {
	margin-left: auto;
}

.ce_text_imagebox.width-90 .content {
	width: 90%;
}

.ce_text_imagebox.width-80 .content {
	width: 80%;
}

.ce_text_imagebox.width-70 .content {
	width: 70%;
}

.ce_text_imagebox.width-60 .content {
	width: 60%;
}

.ce_text_imagebox.width-50 .content {
	width: 50%;
}

.ce_text_imagebox.width-40 .content {
	width: 40%;
}

.ce_text_imagebox.width-30 .content {
	width: 30%;
}

.ce_text_imagebox.width-20 .content {
	width: 20%;
}

.ce_text_imagebox.width-10 .content {
	width: 10%;
}

#slider .ce_text_imagebox {
	margin: 0;
}

#slider .ce_text_imagebox .inside h1,
#slider .ce_text_imagebox .inside h2,
#slider .ce_text_imagebox .inside h3,
#slider .ce_text_imagebox .inside h4,
#slider .ce_text_imagebox .inside h5,
#slider .ce_text_imagebox .inside h6,
#slider .ce_text_imagebox .inside .h1,
#slider .ce_text_imagebox .inside .h2,
#slider .ce_text_imagebox .inside .h3,
#slider .ce_text_imagebox .inside .h4,
#slider .ce_text_imagebox .inside .h5,
#slider .ce_text_imagebox .inside .h6 {
	margin-bottom: 5px;
}

#slider .ce_text_imagebox .inside .btn {
	margin-top: 35px;
}

#slider .ce_text_imagebox:hover a {
	opacity: 1;
}

.ce_text_imagebox.oversize .inside {
	position: static;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
}

.ce_text_imagebox.oversize .ce_text_imagebox_image {
	height: auto!important;
}

.ce_text_imagebox.hcenter .inside {
	text-align: center;
}

.ce_text_imagebox.hcenter .inside .content {
	margin-left: auto;
	margin-right: auto;
}

.ce_text_imagebox .inside .content.only-headline .ce_headline .headline {
	margin-bottom: 0;
}

.ce_text_imagebox.hright .inside {
	text-align: right;
}

.ce_text_imagebox.hright .inside .content {
	margin-left: auto;
}

/* edge bug workaroud */

.edge .ce_text_imagebox.same-height .ce_text_imagebox_image {
	width: 100%;
}

/* =============================================================================
 * ce_text_imagebox: imagebox_version2
 * ========================================================================== */

.ce_text_imagebox.imagebox_version2 .inside {
	background-color: var(--accentColor);
	opacity: 0.95;
	width: 100%;
	padding: 25px;
}

.ce_text_imagebox.imagebox_version2.vcenter .inside {
	top: 50%;
}

/* =============================================================================
 * ce_text_imagebox: imagebox_version3
 * ========================================================================== */

.ce_text_imagebox.imagebox_version3 .inside {
	background-color: var(--accentColor);
	opacity: 0.8;
	width: 100%;
	padding: 15px;
	top: 10px;
}

.ce_text_imagebox.imagebox_version3.align-lb .inside,
.ce_text_imagebox.imagebox_version3.align-rb .inside {
	top: auto;
	bottom: 10px;
}

.ce_text_imagebox.imagebox_version3.vcenter .inside {
	top: 50%;
}

/* =============================================================================
 * ce_text_imagebox: imagebox_version4
 * ========================================================================== */

.ce_text_imagebox.imagebox_version4 .inside {
	background: rgba(0,0,0,0.7);
	width: 100%;
	padding: 15px;
	top: 10px;
}

.ce_text_imagebox.imagebox_version4.align-lb .inside,
.ce_text_imagebox.imagebox_version4.align-rb .inside {
	top: auto;
	bottom: 10px;
}

.ce_text_imagebox.imagebox_version4.vcenter .inside {
	top: 50%;
}

.ce_text_imagebox.imagebox_version4:hover a {
	opacity: 1;
}

/* =============================================================================
 * ce_text_imagebox: parallax option
 * ========================================================================== */

.ce_text_imagebox.parallax .ce_text_imagebox_image {
	background-attachment: fixed;
	background-position-x: 50%!important;
	background-position-y: center;
}

.ce_text_imagebox.parallax {
	position: relative;
}

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

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_text_imagebox .inside {
		padding: 20px;
	}
	
	.ce_text_imagebox .content {
		width: 100%!important;
	}
}
/* =============================================================================
 * ce_linkbox
 * ========================================================================== */

.ce_linkbox {
	position: relative;
}

.ce_linkbox .ce_linkbox_image {
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.ce_linkbox .ce_linkbox_image .image_container img {
	width: 100%;
}

.ce_linkbox .ce_linkbox_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.ce_linkbox:hover a .ce_linkbox_overlay {
	opacity: 1;
}

.ce_linkbox a i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	background-color: var(--accentColor);
	height: 40px;
	width: 40px;
	transform: scale(0);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-webkit-backface-visibility: hidden;
}

.ce_linkbox a i:before {
	content: '';
	width: 30px;
	height: 1px;
	background: rgb(255,255,255);
	position: absolute;
	top: 50%;
	margin-left: -15px;
	left: 50%;
}

.ce_linkbox a i:after {
	content: '';
	width: 30px;
	height: 1px;
	background: rgb(255,255,255);
	position: absolute;
	top: 50%;
	margin-left: -15px;
	left: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.ce_linkbox:hover a i {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ce_linkbox .headline {
	margin-top: 5px;
	margin-bottom: 0;
}

.ce_linkbox h4.headline,
.ce_linkbox .h4 {
	margin-top: 15px;
	margin-bottom: 5px;
}

.ce_linkbox .text {
	margin-top: 5px;
}

.ce_linkbox.version2 {
	text-align: center;
}

.ce_linkbox.version3 .content {
	background: rgb(255,255,255);
	padding: 15px 15px 10px 15px;
	border: 1px solid rgba(0,0,0,0.05);
}

/* same-height */
.autogrid_row.same_height .ce_linkbox.version3 {
	background: rgb(255,255,255);
	height: 100%;
}

.ce_linkbox h4,
.ce_linkbox .h4 {
	font-family: inherit;
	font-size: inherit;
	color: var(--accentColor);
}

.ce_linkbox h5,
.ce_linkbox .h5 {
	font-family: inherit;
	font-size: inherit;
}

.ce_linkbox h6,
.ce_linkbox .h6 {
	font-family: inherit;
	font-size: inherit;
	color: rgb(152,152,152);
}

.ce_linkbox.version4 .content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: rgb(255,255,255);
	padding-left: 30px;
	padding-right: 30px;
}

.ce_linkbox.version4 .content h1,
.ce_linkbox.version4 .content h2,
.ce_linkbox.version4 .content h3,
.ce_linkbox.version4 .content h4,
.ce_linkbox.version4 .content h5,
.ce_linkbox.version4 .content h6,
.ce_linkbox.version4 .content .h1,
.ce_linkbox.version4 .content .h2,
.ce_linkbox.version4 .content .h3,
.ce_linkbox.version4 .content .h4,
.ce_linkbox.version4 .content .h5,
.ce_linkbox.version4 .content .h6 {
	border-top: 2px solid rgb(255,255,255);
	border-bottom: 2px solid rgb(255,255,255);
	display: inline-block;
	padding: 4px 0;
	color: rgb(255,255,255);
	margin-bottom: 1em;
}

.ce_linkbox.version5 .content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: rgb(255,255,255);
	padding-left: 30px;
	padding-right: 30px;
	z-index: 10;
}

.ce_linkbox.version5 .content .headline {
	display: block;
	color: rgb(255,255,255);
	margin-bottom: 10px;
	transition: transform .4s ease-out,opacity .4s ease-out;
	-webkit-transition: transform .4s ease-out,opacity .4s ease-out;
}

.ce_linkbox.version5:hover .content .headline {
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	opacity: 0;
}

.ce_linkbox.version5 .content p {
	display: inline-block;
	color: rgb(255,255,255);
	transition: transform .4s ease-out,opacity .4s ease-out;
	-webkit-transition: transform .4s ease-out,opacity .4s ease-out;
}

.ce_linkbox.version5:hover .content p {
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	opacity: 0;
}

.ce_linkbox.version5 .ce_linkbox_overlay {
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	opacity: 1;
}

.ce_linkbox.version5:hover .ce_linkbox_overlay {
	opacity: 0;
}

.ce_linkbox.version5 .image_container img {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}

.ce_linkbox.version5:hover .image_container img {
	transform: scale(1.1);
}

.ce_linkbox.version5 .ce_linkbox_link {
	display: block;
}

.ce_linkbox.version6 .attribute.headline {
	margin-top: -1rem;
	position: relative;
	margin-bottom: 1rem;
}

.ce_linkbox.frame-1-dark .ce_linkbox_image {
	border: 1px solid rgb(220,220,220);
}

.ce_linkbox.frame-5-dark .ce_linkbox_image {
	border: 5px solid rgb(220,220,220);
}

.ce_linkbox.frame-10-dark .ce_linkbox_image {
	border: 10px solid rgb(220,220,220);
}

.ce_linkbox.frame-1-light .ce_linkbox_image {
	border: 1px solid rgb(255,255,255);
}

.ce_linkbox.frame-5-light .ce_linkbox_image {
	border: 5px solid rgb(255,255,255);
}

.ce_linkbox.frame-10-light .ce_linkbox_image {
	border: 10px solid rgb(255,255,255);
}

.ce_linkbox .ce_linkbox_banner {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	color: rgb(255,255,255);
	background-color: var(--accentColor);
	font-size: 0.8rem;
	position: absolute;
	right: -2.4rem;
	top: 2rem;
	text-align: center;
	min-width: 11rem;
	z-index: 30;
	padding: 0.2rem;
}
/* =============================================================================
 * ce_productbox all
 * ========================================================================== */

.ce_productbox.block {
	overflow: visible;
}

.ce_productbox .image-wrapper {
	position: relative;
}

.ce_productbox .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

.ce_productbox:hover .image-hover {
	opacity: 1;
}

/* =============================================================================
 * ce_productbox version 1
 * ========================================================================== */

/* same-height */
.autogrid_row.same_height .ce_productbox.version1,
.autogrid_row.same_height .ce_productbox.version1 .ce_productbox_inside {
	height: 100%;
}

.ce_productbox.version1 {
	border: 1px solid rgb(230,230,230);
	border-bottom: 3px solid rgb(230,230,230);
}

.ce_productbox.version1 .ce_productbox_inside {
	background: rgb(255,255,255);
	position: relative;
	overflow: hidden;
}

.ce_productbox.version1 .ce_productbox_content_top {
	padding: 30px 20px 65px 20px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_productbox.version1 .image-wrapper {
	border-bottom: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_productbox.version1 .ce_productbox_content_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
	overflow: hidden;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	text-align: right;
}

.ce_productbox.version1:hover .ce_productbox_content_bottom,
.ce_productbox.version1:hover .ce_productbox_content_top,
.ce_productbox.version1:hover .image-wrapper {
	border-color: rgb(120,120,120);
}

.ce_productbox.version1 ul {
	padding-left: 25px;
	margin-top: 25px;
}

.ce_productbox.version1 li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 3px;
}

.ce_productbox.version1 .price {
	font-weight: bold;
	font-size: 1.5rem;
	display: inline-block;
	line-height: 50px;
}

.ce_productbox.version1 .price span {
	color: rgb(180,180,180);
	font-size: 0.8rem;
}

.ce_productbox.version1 .ce_hyperlink {
	float: right;
	display: none;
}

.ce_productbox.version1 .attribute.ce_headline {
	margin-bottom: 0;
}

.ce_productbox.version1 .subheadline {
	color: rgb(150,150,150);
	font-style: italic;
	margin: 5px 0;
}

.ce_productbox.version1 .ce_productbox_banner {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	color: rgb(255,255,255);
	font-size: 0.8rem;
	position: absolute;
	right: -2.4rem;
	top: 2rem;
	text-align: center;
	min-width: 11rem;
	z-index: 10;
	padding: 0.2rem;
	font-weight: bold;
}

/* =============================================================================
 * ce_productbox version 2
 * ========================================================================== */

.ce_productbox.version2 .ce_productbox_inside {
	background: rgb(255,255,255);
	position: relative;
	overflow: hidden;
}

.ce_productbox.version2 ul {
	padding-left: 25px;
	margin-top: 25px;
}

.ce_productbox.version2 li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 3px;
}

.ce_productbox.version2 .price {
	font-weight: bold;
	font-size: 1.3rem;
	display: inline-block;
	line-height: 35px;
}

.ce_productbox.version2 .price span {
	color: rgb(180,180,180);
	font-size: 0.8rem;
}

.ce_productbox.version2 .price span.price-old {
	text-decoration: line-through;
	font-size: 1rem;
	margin-left: 10px;
}

.ce_productbox.version2 .ce_hyperlink {
	float: right;
}

.ce_productbox.version2 .ce_hyperlink a {
	margin: 0;
	padding: 3px 10px;
	background: none;
	color: inherit!important;
	border-width: 1px;
	min-width: 0;
	line-height: 2rem;
	font-size: 0.9rem;
}

.ce_productbox.version2 .attribute.ce_headline {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ce_productbox.version2 .subheadline {
	color: rgb(150,150,150);
	font-style: italic;
}

.ce_productbox.version2 .ce_productbox_banner {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	color: rgb(255,255,255);
	font-size: 0.8rem;
	position: absolute;
	right: -2.4rem;
	top: 2rem;
	text-align: center;
	min-width: 11rem;
	z-index: 10;
	padding: 0.2rem;
	font-weight: bold;
}

/* =============================================================================
 * ce_productbox version 3
 * ========================================================================== */

.ce_productbox.version3 .ce_productbox_inside {
	position: relative;
	overflow: hidden;
	text-align: center;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	padding-bottom: 15px;
}

.ce_productbox.version3 .ce_productbox_inside:hover {
	box-shadow: 0 70px 70px rgba(0,0,0,.2);
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	z-index: 10;
}

.ce_productbox.version3 ul {
	padding-left: 25px;
	margin-top: 25px;
}

.ce_productbox.version3 li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 3px;
}

.ce_productbox.version3 .price {
	font-weight: bold;
	font-size: 1.3rem;
	display: inline-block;
	line-height: 35px;
}

.ce_productbox.version3 .price span {
	color: rgb(180,180,180);
	font-size: 0.8rem;
}

.ce_productbox.version3 .price span.price-old {
	text-decoration: line-through;
	font-size: 1rem;
	margin-left: 10px;
}

.ce_productbox.version3 .ce_hyperlink {
	display: none;
}

.ce_productbox.version3 .attribute.ce_headline {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ce_productbox.version3 .subheadline {
	color: rgb(150,150,150);
	font-style: italic;
}

.ce_productbox.version3 .ce_productbox_banner {
	color: rgb(255,255,255);
	font-size: 0.8667rem;
	position: absolute;
	right: 2.333rem;
	top: 1.667rem;
	text-align: center;
	z-index: 10;
	padding: 0.2rem 0.4rem;
	font-weight: bold;
}

.ce_productbox.version3 .ce_productbox_content_top {
	padding-left: 20px;
	padding-right: 20px;
}

/* ce_productbox.version3 in swiper slider */
.swiper-wrapper .ce_productbox.version3.autogrid-first .ce_productbox_inside:hover {
	box-shadow: 50px 50px 70px rgba(0,0,0,.2);
}

.swiper-wrapper .ce_productbox.version3.autogrid-last .ce_productbox_inside:hover {
	box-shadow: -50px 50px 70px rgba(0,0,0,.2);
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_productbox.version1 .ce_hyperlink,
	.ce_productbox.version2 .ce_hyperlink {
		float: left;
	}
	
	.ce_productbox.version1 .price,
	.ce_productbox.version2 .price {
		display: block;
	}

	.ce_productbox.version1 .ce_productbox_content_bottom {
		position: static;
		padding-top: 0;
	}
	.ce_productbox.version1 .ce_productbox_content_top {
		padding: 20px;
	}
}
/* =============================================================================
 * ce_team
 * ========================================================================== */

.ce_teambox.centered {
	text-align: center;
}

.ce_teambox .name {
	font-weight: bold;
	margin: 15px 0 5px 0;
}

.ce_teambox .function {
	color: var(--accentColor);
	margin-bottom: 20px;
}

.ce_teambox.round_image .image_container img {
	border-radius: 100%;
	border: 4px solid rgba(0,0,0,0.1);
}

.ce_teambox.round_image .teambox_inside {
	padding: 0 40px;
}

.ce_teambox .image {
	text-align: center;
}

.ce_teambox .image a {
	position: relative;
	display: inline-block;
	height: 100%;
}

.ce_teambox .image .overlay {
	height: 100%;
	width: 100%;
	display: block;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	background: var(--accentColor);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.ce_teambox.round_image .image .overlay {
	border-radius: 100%;
}

.ce_teambox .image_container {
	margin: 0;
}

.ce_teambox .image i {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1.333rem;
	font-size: 2.667rem;
	line-height: 2.667rem;
	width: 100%;
	color: #fff;
}

.ce_teambox .image:hover .overlay {
	opacity: 1;
}

.ce_teambox .email a {
	color: var(--accentColor);
}

.ce_teambox .socials {
	margin-top: 25px;
	font-size: 1.333rem;
	overflow: hidden;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.ce_teambox .socials a {
	float: left;
	padding: 0 3px;
	text-align: center;
}

.ce_teambox .socials.color a {
	border: 0;
}

.ce_teambox .socials a i {
	width: 2rem;
	line-height: 2rem;
	background: rgb(136, 136, 136);
	color: rgb(255,255,255);
	border-radius: 100%;
	font-size: 1rem;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_teambox .socials a:hover i {
	opacity: 0.8;
}

.ce_teambox .socials.color i.fa-facebook {
	background: rgb(67,96,152)!important;
	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-twitter {
	background: rgb(40,169,226)!important;
	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-xing {
 	background: rgb(0,93,94)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-tumblr {
 	background: rgb(45,73,102)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-google-plus {
 	background: rgb(217,82,50)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-flickr {
 	background: rgb(250,29,132)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-linkedin {
 	background: rgb(2,116,179)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-instagram {
 	background: rgb(167,124,98)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-pinterest {
 	background: rgb(205,33,40)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-vimeo-square {
 	background: rgb(52,192,238)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-youtube {
 	background: rgb(220,33,48)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox.hover_image .team-content {
	position: relative;
}

.ce_teambox.hover_image .team-content-hover {
	position: absolute;
	top: 0%;
	left: 0;
	opacity: 0;
	padding: 50px;
	width: 100%;
	height: 100%;
	background: rgb(250,250,250);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_teambox.hover_image .team-content-valign {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

.ce_teambox.hover_image:hover .team-content-hover {
	opacity: 1;
}

.ce_teambox.frame .teambox_inside {
	border: 3px solid rgb(231,231,231);
}

.ce_teambox.frame .teambox_inside .name {
	padding-top: 20px;
}

.ce_teambox.frame .teambox_inside p {
	padding: 0 25px;
}

.ce_teambox.frame .teambox_inside .function {
	font-style: normal;
	font-weight: bold;
}

.ce_teambox.gray_bg .teambox_inside {
	position: relative;
	background: rgb(248, 248, 248);
	max-width: 450px;
	overflow: hidden;
}

.ce_teambox.gray_bg .teambox_content {
	padding: 20px;
}

.ce_teambox.gray_bg .socials a {
	border: 0;
}

.ce_teambox.gray_bg .function {
	color: inherit!important;
	font-style: normal;
	font-size: 0.9rem;
	padding-top: 0;
}

.ce_teambox.gray_bg .image .overlay {
	opacity: 1;
	height: auto;
	width: 8rem;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	color: rgb(255,255,255);
	font-size: 0.8rem;
	position: absolute;
	left: -3rem;
	top: -0.3333rem;
	text-align: center;
	z-index: 30;
	padding: 0.8rem 0 0.3333rem 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_teambox.gray_bg .image:hover .overlay {
	padding-top: 1.6rem;
}

.ce_teambox.gray_bg .image .overlay i {
	font-size: 1.2rem;
	position: static;
	margin: 0;
	line-height: 1;
}

/* same-height */
.autogrid_row.same_height .ce_teambox.gray_bg,
.autogrid_row.same_height .ce_teambox.gray_bg .teambox_inside {
	height: 100%;
}
/* =============================================================================
 * ce_chartbar
 * ========================================================================== */

.ce_chartbar {
	margin-bottom: 15px;
}

.ce_chartbar .ce_chart_inside {
	position: relative;
}

.ce_chartbar .chart_bg {
	background: #f2f2f2;
	height: 35px;
	box-shadow: inset 0 1px 3px rgb(204,204,204);
	border-radius: 4px;
}

.ce_chartbar .title {
	margin-bottom: 3px;
}

.ce_chartbar .chart_data {
	background: var(--accentColor);
	height: 100%;
	text-align: right;
	line-height: 35px;
	padding-right: 10px;
	color: #fff;
	width: 0;
	border-radius: 4px;
	-webkit-transition: Width 3s ease;
	transition: Width 3s ease;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}

.ce_chartbar .chart_data.bg-warning {
	background: rgb(240,138,36);
}

.ce_chartbar .chart_data.bg-info {
	background: rgb(160,211,232);
}

.ce_chartbar .chart_data.bg-success {
	background: rgb(157,213,93);
}

.ce_chartbar .chart_data.bg-alert {
	background: rgb(247,80,90);
}

.ce_chartbar .chart_data.bg-customColor1 {
	background: var(--customColor1);
}

.ce_chartbar .chart_data.bg-customColor2 {
	background: var(--customColor2);
}

.ce_chartbar.slim .chart_bg {
	height: 20px;
}

.ce_chartbar.slim .chart_data span {
	line-height: 1.5;
	position: absolute;
	right: 0;
	top: 0;
	color: #555;
}

.color-white .ce_chartbar.slim .chart_data span {
	color: rgb(255,255,255);
}

.ce_chartbar.slim-x .chart_bg {
	height: 4px;
}

.ce_chartbar.slim-x .chart_data {
	border-radius: 0;
}

.ce_chartbar.slim-x .chart_data span {
	line-height: 1.5;
	position: absolute;
	right: 0;
	top: 0;
	color: #555;
}

.color-white .ce_chartbar.slim-x .chart_data span {
	color: rgb(255,255,255);
}
/* =============================================================================
 * 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;
	}
}
/* =============================================================================
 * ce_piechart (scripts/easypiechart/)
 * ========================================================================== */

.ce_piechart {
	position: relative;
	text-align: center;
}

.ce_piechart span {
	font-size: 2em;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: -1em;
	line-height: 2em;
}

.ce_piechart .piechart {
	height: 180px;
	position: relative;
	margin-bottom: 15px;
}

.ce_piechart .headline {
	text-align: center;
	margin: 0;
}
/* =============================================================================
 * ce_popup
 * ========================================================================== */

.ce_popup_start {
	display: none;
}

.ce_popup_start.popup_show {
	display: block;
}

.ce_popup_start .ce_popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100000;
}

.ce_popup_start.popup_show .ce_popup_overlay,
.ce_popup_start.popup_show .ce_popup_content {
	-webkit-animation: fadeIn 1s ease;
	-moz-animation: fadeIn 1s ease;
	-ms-animation: fadeIn 1s ease;
	animation: fadeIn 1s ease;
}

.ce_popup_start.overlay_light .ce_popup_overlay {
	background: rgba(255,255,255,0.7);
}

.ce_popup_start.overlay_dark .ce_popup_overlay {
	background: rgba(0,0,0,0.6);
}

.ce_popup_start .ce_popup_content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 200000;
	width: 90%;
	max-width: 600px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	padding-bottom: 35px;
	background: rgb(255,255,255);
}

.ce_popup_start .popup_close {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 100;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	cursor: pointer;
	background: rgba(255,255,255,0.95);
	border-radius: 100%;
	line-height: 35px;
	width: 35px;
	text-align: center;
}

.ce_popup_start .popup_close:hover {
	opacity: 0.8;
}

.ce_popup_start .ce_popup_content .checkbox {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	height: 35px;
	width: 100%;
	background: #f8f8f8;
}

.ce_popup_start .ce_popup_content .checkbox input {
	width: auto;
	margin-right: 8px;
	margin-left: 10px;
}

.ce_popup_start .ce_popup_content .checkbox label {
	display: block;
	margin-bottom: 0;
}

/* =============================================================================
 * ce_popup mod_subscribe
 * ========================================================================== */

.ce_popup_start .mod_subscribe {
	padding: 0;
	border: 0;
}

.ce_popup_start .mod_subscribe .formbody {
	display: block;
}

.ce_popup_start .mod_subscribe input.submit {
	width: 100%;
}

.ce_popup_start .mod_subscribe input.text {
	margin-bottom: 15px;
}

.ce_popup_start .mod_subscribe p.error {
	background: red;
	color: rgb(255,255,255);
	padding: 0 4px;
}
/* =============================================================================
 * ce_pricecard
 * ========================================================================== */

.ce_pricecard .ce_pricecard_inside {
	box-shadow: 0 0 4px 2px rgba(108, 108, 108, 0.14);
	padding: 30px 50px;
	background: rgb(255,255,255);
	border-radius: 6px;
	margin: 5px;
	overflow: hidden;
}

.ce_pricecard ul {
	padding-left: 25px;
}

.ce_pricecard li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 3px;
}

.ce_pricecard .attribute.ce_headline {
	margin-bottom: 0px;
}

.ce_pricecard .price {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.ce_pricecard.highlight .ce_pricecard_inside {
	background: rgb(245, 245, 245);
}

.pricecard_leftside,
.pricecard_rightside {
	width: 50%;
	float: left;
}

.swiper-wrapper .ce_pricecard .ce_pricecard_inside {
	margin: 10px;
}

/* =============================================================================
 * ce_pricecard.style2
 * ========================================================================== */

.ce_pricecard.style2 .ce_pricecard_inside {
	background: rgb(245, 245, 245);
	box-shadow: none;
	padding: 75px 50px;
	position: relative;
	margin: 0;
}

.ce_pricecard.style2.highlight .ce_pricecard_inside {
	background: var(--accentColor);
	color: rgb(255,255,255);
}

.ce_pricecard.style2.highlight .ce_headline.headline {
	color: rgb(255,255,255)!important;
}

.ce_pricecard.style2.highlight .ce_hyperlink a {
	background-color: rgb(59, 60, 66);
	border-color: rgb(59, 60, 66);
}

.ce_pricecard.style2.highlight .ce_hyperlink a:hover {
	opacity: 0.7;
}

.ce_pricecard.style2 .price {
	font-size: 4.5rem;
	font-weight: normal;
	line-height: 1;
	margin-top: 10px;
}

.ce_pricecard.style2 .ce_pricecard_inside:after {
	content: '';
	height: 25px;
	width: 25px;
	background: rgb(255,255,255);
	border-radius: 100%;
	z-index: 10;
	position: absolute;
	top: 25px;
	right: 25px;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_pricecard .ce_pricecard_inside {
		padding: 20px;
	}
	
	.pricecard_leftside,
	.pricecard_rightside {
		width: 100%;
		float: none;
	}

	.ce_pricecard.style2 .price {
		font-size: 2.5rem;
	}
}
/* =============================================================================
 * .ce_testimonial_version1
 * ========================================================================== */

.ce_testimonial_version1 {
	text-align: center;
}

.ce_testimonial_version1 .ce_testimonial_inside {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.ce_testimonial_version1 p {
	text-align: center;
	font-style: normal;
}

.ce_testimonial_version1 .text p {
	font-family: Georgia, Times, serif;
	font-size: 1.3rem;
}

.ce_testimonial_version1 .name {
	font-weight: bold;
}

.ce_testimonial_version1 .image_container {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin-bottom: 5px;
	margin-top: 15px;
	border: 2px solid #fff;
}

.ce_testimonial_version1 .image_container img {
	border-radius: 100%;
}

.ce_testimonial_version1 .rating {
   margin-bottom: 20px;
}

.ce_testimonial_version1 .rating i {
   color: #FEA22D!important;
   margin: 0 2px;
   font-size: 1.2rem;
}

/* =============================================================================
 * .ce_testimonial_version2
 * ========================================================================== */

.ce_testimonial_version2 {
	text-align: center;
}

.ce_testimonial_version2 p {
	text-align: center;
	font-style: normal;
}

.ce_testimonial_version2 .ce_testimonial_inside {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.ce_testimonial_version2 .text p {
	font-size: 1.067rem;
}

.ce_testimonial_version2 .name {
	font-weight: bold;
}

.ce_testimonial_version2 .image_container {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin-bottom: 5px;
	margin-top: 10px;
	border: 2px solid #fff;
}

.ce_testimonial_version2 .image_container img {
	border-radius: 100%;
}

.ce_testimonial_version2 .rating {
   margin-bottom: 20px;
}

.ce_testimonial_version2 .rating i {
   color: #FEA22D;
   margin: 0 2px;
   font-size: 1.2rem;
}

/* =============================================================================
 * .ce_testimonial_version3
 * ========================================================================== */

.ce_testimonial_version3 .text {
	background: rgb(247,247,247);
	padding: 20px;
	border-radius: 3px;
	position: relative;
	margin-bottom: 25px;
}

.ce_testimonial_version3 .text:after {
	content: '';
	background: rgb(247,247,247);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 20px;
	bottom: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_testimonial_version3 .text p {
	color: rgb(140,140,140)!important;
}

.ce_testimonial_version3 .name {
	padding-top: 7px;
}

.ce_testimonial_version3 .additional {
	font-size: 0.8rem;
}

.ce_testimonial_version3 .image_container {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
	float: left;
	margin-right: 10px;
}

.ce_testimonial_version3 .image_container img {
	border-radius: 100%;
	border: 1px solid rgb(238,238,238);
	padding: 3px;
}

.ce_testimonial_version3 .rating {
   margin-bottom: 15px;
}

.ce_testimonial_version3 .rating i {
   color: #FEA22D;
   margin: 0 2px;
   font-size: 1.2rem;
}

/* =============================================================================
 * ce_testimonial_version4
 * ========================================================================== */

.ce_testimonial_version4 .image_container {
	position: absolute;
	left: 0;
	top: 0;
}

.ce_testimonial_version4 .image_container img {
	width: 70px;
	height:70px;
	border-radius: 100%;
}

.ce_testimonial_version4 .ce_testimonial_inside {
	padding-left: 100px;
	position: relative;
	max-width: 500px;
}

.ce_testimonial_version4 .text {
	font-size: 1.3rem;
	font-family: Georgia, Times, serif;
	font-style: italic;
	line-height: 1.3;
}

.swiper-wrapper .ce_testimonial_version4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.swiper-wrapper .ce_testimonial_version4 .ce_testimonial_inside {
	max-width: 100%;
}

.swiper-wrapper .ce_testimonial_version4 .text {
	text-align: justify;
}

.ce_testimonial_version4 .rating {
   margin-bottom: 15px;
}

.ce_testimonial_version4 .rating i {
   color: #FEA22D;
   margin: 0 2px;
   font-size: 1.2rem;
}

/* =============================================================================
 * ce_testimonial_version5
 * ========================================================================== */

.ce_testimonial_version5 {
	text-align: center;
}

.ce_testimonial_version5 .info {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

.ce_testimonial_version5 .ce_testimonial_inside {
	position: relative;
	padding-top: 230px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.ce_testimonial_version5 p {
	text-align: center;
	font-style: normal;
}

.ce_testimonial_version5 .text p {
	font-size: 1.4rem;
}

.ce_testimonial_version5 .name {
	font-size: 1.6rem;
}

.ce_testimonial_version5 .image_container {
	display: inline-block;
	width: 125px;
	height: 125px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

.ce_testimonial_version5 .image_container img {
	border-radius: 100%;
}

.ce_testimonial_version5 .rating {
   margin-bottom: 15px;
}

.ce_testimonial_version5 .rating i {
   color: #FEA22D;
   margin: 0 2px;
   font-size: 1.2rem;
}

/* =============================================================================
 * ce_testimonial_version6
 * ========================================================================== */

.ce_testimonial_version6 {
	text-align: center;
}

.ce_testimonial_version6 .ce_testimonial_inside {
	position: relative;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
}

.ce_testimonial_version6 p {
	text-align: center;
	font-style: normal;
}

.ce_testimonial_version6 .text p {
	font-size: 1.1rem;
	line-height: 2rem;
}

.ce_testimonial_version6 .name {
	font-size: 1.4rem;
}

.ce_testimonial_version6 .image_container {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

.ce_testimonial_version6 .image_container img {
	border-radius: 100%;
}

.ce_testimonial_version6 .additional {
	color: rgb(180,180,180);
}

.ce_testimonial_version6 i.fa-quote-right {
	font-size: 2rem;
	margin-bottom: 15px;
	text-align: center;
	display: block;
	color: rgb(180,180,180);
}

.ce_testimonial_version6 .rating {
   margin-bottom: 7px;
}

.ce_testimonial_version6 .rating i {
   color: #FEA22D;
   margin: 0 2px;
   font-size: 1.2rem;
}

/* =============================================================================
 * .ce_testimonial_version7
 * ========================================================================== */

.ce_testimonial_version7 .text {
	position: relative;
}

.ce_testimonial_version7 .text p:last-of-type {
	margin: 0;
}

.ce_testimonial_version7 .text_inside {
	position: relative;
	background: rgb(255,255,255);
	padding: 40px 30px;
	margin-bottom: 25px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0,0,0,0.05);
	border-bottom: 0;
}

.ce_testimonial_version7 .text:after {
	content: '';
	background: rgb(255,255,255);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 20px;
	bottom: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.ce_testimonial_version7 .text p {
	line-height: 2;
	color: rgb(85,85,85)!important;
}

.ce_testimonial_version7 .name {
	padding-top: 7px;
}

.ce_testimonial_version7 .additional {
	font-size: 0.9rem;
}

.ce_testimonial_version7 .image_container {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
	float: left;
	margin-right: 10px;
}

.ce_testimonial_version7 .image_container img {
	border-radius: 100%;
	border: 1px solid rgb(238,238,238);
	padding: 3px;
}

.ce_testimonial_version7 .text_inside {
	overflow: hidden;
}

.ce_testimonial_version7 .text_inside:before {
	text-align: center;
	position: absolute;
	content: "\f10e";
	display: block;
	width: 100px;
	right: -44px;
	bottom: -18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font: normal normal normal 14px/1 FontAwesome;
	background: var(--accentColor);
	color: rgb(255,255,255);
	padding: 6px 0 27px 0;
	font-size: 16px;
}

.ce_testimonial_version7 .rating {
   margin-bottom: 7px;
}

.ce_testimonial_version7 .rating i {
   color: #FEA22D;
   margin: 0 2px;
   font-size: 1.2rem;
}

/* link-color */
.ce_testimonial a {
	color: var(--accentColor);
}

/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */
 @media only screen and (max-width: 767px) {
	.ce_testimonial_version1 p {
		font-size: 1.2rem;
	}
 }
/* =============================================================================
* ce_timeline
* ========================================================================== */

.ce_timeline {
   position: relative;
}

.ce_timeline:before {
   content: '';
   width: 2px;
   background: rgb(152,152,152);
   position: absolute;
   top: 4px;
   left: 50%;
   height: 100%;
   margin-left: -1px;
}

.ce_timeline .timeline-item {
   width: 50%;
   position: relative;
   text-align: right;
   padding-right: 5%;
   clear: both;
   float: left;
   margin-bottom: 30px;
}

.ce_timeline .timeline-item:nth-of-type(2n) {
   float: right;
   text-align: left;
   padding-left: 5%;
   padding-right: 0;
}

.ce_timeline .timeline-item:nth-of-type(2n) i {
   right: auto;
   left: -6px;
}

.ce_timeline .timeline-item:nth-of-type(2n) i.timeline-icon {
   right: auto;
   left: -21px;
}

.ce_timeline .timeline-item i {
   background: rgb(152,152,152);
   width: 12px;
   height: 12px;
   border-radius: 100%;
   position: absolute;
   right: 0;
   top: 4px;
   margin-right: -6px;
}

.ce_timeline .timeline-item i.timeline-icon {
   font-size: 1.333rem;
   width: 44px;
   height: 44px;
   margin-right: -22px;
   color: #fff;
   box-shadow: 0 0 0 4px rgb(110,110,110);
   border: 2px solid rgb(255,255,255);
   z-index: 10;
}

.ce_timeline .timeline-item i.timeline-icon:before {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -10px;
   margin-top: -10px;
}

.ce_timeline i.last-point {
   background: rgb(152,152,152);
   width: 12px;
   height: 12px;
   border-radius: 100%;
   position: absolute;
   right: 50%;
   bottom: 0;
   margin-right: -6px;
}

.ce_timeline .timeline-item .timeline-item-title {
   font-size: 1.3em;
   line-height: 1;
   font-weight: bold;
   background: var(--accentColor);
   color: rgb(255,255,255);
   display: inline-block;
   padding: 5px 10px;
   border-radius: 3px;
   margin-top: -3px;
   margin-bottom: 10px;
}

.ce_timeline .timeline-item .timeline-item-title:before {
   content: '';
   position: absolute;
   right: 0;
   top: 10px;
   height: 1px;
   background: rgb(152,152,152);
   width: 10%;
}

.ce_timeline .timeline-item:nth-of-type(2n) .timeline-item-title:before {
   left: 0;
   right: auto;
}

.ce_timeline .timeline-item.timeline-w-icon .timeline-item-title {
   margin-top: 10px;
}

.ce_timeline .timeline-item.timeline-w-icon .timeline-item-title:before {
   top: 23px;
}

.ce_timeline .timeline-item img {
   border-radius: 5px;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
   .ce_timeline .timeline-item {
      width: 100%;
      float: none;
      text-align: left;
      padding-left: 60px;
      padding-right: 0;
      margin-bottom: 35px;
   }
   
   .ce_timeline .timeline-item:nth-of-type(2n) i {
      left: 19px;
   }
   
   .ce_timeline .timeline-item:nth-of-type(2n) i.timeline-icon {
      left: 0;
   }
   
   .ce_timeline .timeline-item:nth-of-type(2n) .timeline-item-title:before {
      left: 20px;
   }
   
   .ce_timeline .timeline-item i.timeline-icon {
      margin-right: 0;
      margin-left: 4px;
      left: 0;
   }
   
   .ce_timeline .timeline-item .timeline-item-title:before {
      right: auto;
      left: 20px;
      width: 40px;
   }
   
   .ce_timeline .timeline-item i {
      right: auto;
      left: 19px;
   }
   
   .ce_timeline .timeline-item:nth-of-type(2n) {
      float: left;
      padding-left: 60px;
   }
   
   .ce_timeline:before {
      left: 25px;
   }
   
   .ce_timeline i.last-point {
      left: 19px;
      right: auto;
   }
}
/* =============================================================================
 * ce_googlemap
 * ========================================================================== */

.google_map {
	height: 430px;
	clear: both;
	width: 100%;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_google_map .ce_google_map_inside {
		height: 350px!important;
	}
}
/* =============================================================================
 * ce_hoverimage
 * ========================================================================== */

.ce_hoverimage .ce_hoverimage_inside {
	position: relative;
}

.ce_hoverimage .orginal-image {
	position: relative;
	z-index: 10;
	opacity: 1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

.ce_hoverimage .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	opacity: 0;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

.ce_hoverimage:hover .hover-image {
	opacity: 1;
}
/* =============================================================================
 * ce_imagemap
 * ========================================================================== */

.ce_imagemap.block {
	overflow: visible;
}

.ce_imagemap .imagemap_inside {
	position: relative;
}

.ce_imagemap .image_container img {
	width: 100%;
}

.ce_imagemap .hotspot_content {
	display: none; 
	background: rgba(255,255,255,1); 
	padding: 20px; 
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3); 
	position: absolute; 
	z-index: 2000; 
	min-width: 250px; 
	text-align: left;
}

.ce_imagemap .hotspot_content p:last-of-type {
	margin-bottom: 0;
}

.ce_imagemap .hotspot_content.left {
	left: auto; 
	right: 100%; 
	margin-right: -14px; 
	top: -15px; 
	border-radius: 8px 0 8px 8px;
}

.ce_imagemap .hotspot_content.center {
	left: 0; 
	top: 8px; 
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
	margin-left: 11px;
	padding: 10px;
}

.ce_imagemap .hotspot.active .hotspot_content.center {
	opacity: 1;
}

.ce_imagemap .hotspot_content.center:before {
	content: '';
	top:  0;
	left: 50%;
	margin-top: -10px;
	margin-left: -11px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 100;
    background: rgb(255,255,255);
}

.ce_imagemap .hotspot_content.left {
	-webkit-animation: fadeInLeft 500ms ease; 
	-moz-animation: fadeInLeft 500ms ease; 
	-ms-animation: fadeInLeft 500ms ease; 
	animation: fadeInLeft 500ms ease;
}
	
.ce_imagemap .hotspot_content.right {
	left: 16px; 
	top: -13px; 
	border-radius: 0px 8px 8px 8px;
}

.ce_imagemap .hotspot_content.right {
	-webkit-animation: fadeInRight 500ms ease; 
	-moz-animation: fadeInRight 500ms ease; 
	-ms-animation: fadeInRight 500ms ease; 
	animation: fadeInRight 500ms ease;
}

.ce_imagemap .hotspot {
	position: absolute; 
	z-index: 1000;
	cursor: pointer;
}

.ce_imagemap .hotspot div {
	position: absolute;
}

.ce_imagemap .hotspot:before {
	z-index: 10;
	font-family: "FontAwesome";	
	content: "+"; 
	text-indent: 0; 
	display: inline-block; 
	position: relative; 
	top: 0; 
	left: 0; 
	font-size: 22px; 
	height: 20px; 
	width: 20px; 
	line-height: 20px; 
	text-align: center; 
	color: rgb(0,0,0);
	font-weight: bold;
}

.ce_imagemap .hotspot.active {
	z-index: 2100;
}

.ce_imagemap .hotspot.active .hotspot_content {
	display: block;
}

.ce_imagemap .hotspot.active .circle {
	opacity: 20;
}

.ce_imagemap .image {
	position: relative; 
	z-index: 100;
}

.ce_imagemap .imagemap_inside.center {
	margin: 0 auto;
}

.ce_imagemap .circle {
	border-radius: 100%; 
	width: 36px; 
	height: 36px; 
	border: 2px solid rgba(255,255,255,0.5); 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -18px; 
	margin-top: -18px; 
	display: block; 
	background: rgba(255,255,255,0.5); 
	animation: pulseImageMap 2s infinite;
	box-shadow: 0 0 0 4px var(--accentColor);
}

/* animation */
@-webkit-keyframes pulseImageMap {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulseImageMap {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
      box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}

/* small */
.ce_imagemap .hotspot.small:before {
	padding: 5px;
	font-size: 15px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	z-index: 10;
}

.ce_imagemap .hotspot.small .hotspot_content.left {
	margin-right: -14px;
	top: -14px;
}

.ce_imagemap .hotspot.small .hotspot_content.right {
	left: 16px;
	top: -14px;
}

.ce_imagemap .hotspot.small .circle {
	border-radius: 100%;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(255,255,255,0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -10px;
	display: block;
	background: rgba(255,255,255,0.6);
	box-shadow: 0 0 0 5px var(--accentColor);
}

.ce_imagemap .hotspot.small:before {
	top: 0;
}

/* pointer small */
.ce_imagemap .hotspot.pointer_small:before {
	content: "\f041";
}

.ce_imagemap .hotspot.pointer_small .circle {
	display: none;
}

.ce_imagemap .hotspot.pointer_small .hotspot_content.left {
	top: 0;
	right: 100%;
	margin: 0 -15px 0 0;
}

.ce_imagemap .hotspot.pointer_small .hotspot_content.right {
	top: 0;
	left: 15px;
	margin: 0;
}

.ce_imagemap .hotspot.pointer_small .hotspot_content.center {
	top: 28px;
}

/* pointer large */
.ce_imagemap .hotspot.pointer_large:before {
	content: "\f041";
	font-size: 40px;
}

.ce_imagemap .hotspot.pointer_large .circle {
	display: none;
}

.ce_imagemap .hotspot.pointer_large .hotspot_content.left {
	top: 0;
	right: 100%;
	margin: 0 -15px 0 0;
}

.ce_imagemap .hotspot.pointer_large .hotspot_content.right {
	top: 0;
	left: 15px;
	margin: 0;
}

.ce_imagemap .hotspot.pointer_large .hotspot_content.center {
	top: 28px;
	min-width: 180px;
	font-size: 0.9rem;
	background: rgb(255,255,255);
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../../files/cto_layout/scripts/leaflet/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../../files/cto_layout/scripts/leaflet/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(../../files/cto_layout/scripts/leaflet/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* =============================================================================
* ce_tabs
* ========================================================================== */

.ce_tabs {
   overflow: hidden;
}

.ce_tabs .panes .section {
   display: none;
}

.ce_tabs .panes .section.active {
   display: block;
}

.ce_tabs .tabs span {
   cursor: pointer;
   display: block;
}

.ce_tabs i {
   margin-right: 5px;
}

.ce_tabs .image_container {
   text-align: center;
}

.ce_tabs .tabs .image_container img {
   width: auto;
   display: inline-block;
   opacity: 0.6;
   transition: opacity 0.5s ease;
   -webkit-transition: opacity 0.5s ease;
}

.ce_tabs .tabs li.active .image_container img,
.ce_tabs .tabs li:hover .image_container img {
   opacity: 1;
}

/* classic */

.ce_tabs .tabs.classic {
	margin-bottom: 25px;
}

.ce_tabs .tabs.classic ul li {
   display: inline-block;
   padding: 10px 15px;
   border: 1px solid rgba(0,0,0,0.1);
   background: rgb(247,247,247);
   border-radius: 10px;
   margin-bottom: 5px;
   margin-right: 3px;
}

.ce_tabs .tabs.classic ul li.active,
.ce_tabs .tabs.classic ul li:hover  {
   background: var(--accentColor);
   color: #fff;
}

.ce_tabs .panes.classic {
	border: 1px solid rgba(0,0,0,0.1);
   background: rgb(247,247,247);
   padding: 45px;
   border-radius: 20px;
}

.ce_tabs .tabs.horizontal ul li:hover span, 
.ce_tabs .tabs.horizontal ul li.active span {
	color: var(--accentColor);
}


/* horizontal */

.ce_tabs .tabs.horizontal {
	text-align: center;
}

.ce_tabs .tabs.horizontal ul {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 35px;
   display: inline-flex;
   align-items: center;
   gap: 10px;
   background: #efefef; 
   border-radius: 40px;
   padding: 4px;
   text-align: center;
}

.ce_tabs .tabs.horizontal li {
	padding: 10px 25px;
}

.ce_tabs .tabs.horizontal li i {
   display: flex;
   margin-right: 5px;
   align-items: center;
}

.ce_tabs .tabs.horizontal li span {
   font-weight: bold;
   display: flex;
}

.ce_tabs .tabs.horizontal ul li.active {
   background: #fff;
   border-radius: 40px;
}

.ce_tabs .tabs.horizontal ul li:hover {
	opacity: 0.9;
}

/* horizontal-clean */

.ce_tabs .tabs.horizontal-clean {
   padding-bottom: 45px;
}

.ce_tabs.no-margin .tabs.horizontal-clean {
   padding-bottom: 0;
}

.ce_tabs .tabs.horizontal-clean ul {
   text-align: center;
   margin-bottom: 30px;
}

.ce_tabs .tabs.horizontal-clean ul li {
   display: inline-block;
   position: relative;
   font-weight: bold!important;
}

.ce_tabs .tabs.horizontal-clean ul li.active span {
	color: var(--accentColor);
}

.ce_tabs .tabs.horizontal-clean ul li.active {
   font-weight: bold;
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
   content:'';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 10px 10px 0 10px;
   border-color: var(--accentColor) transparent transparent transparent;
   position: absolute;
   bottom: -20px;
   left: 50%;
   margin-left: -10px;
}

.ce_tabs .tabs.horizontal-clean i {
   display: block;
   font-size: 2.333rem;
   margin: 0;
}

.ce_tabs .tabs.horizontal-clean .image_container {
   margin-bottom: 5px;
}

.ce_tabs .tabs.horizontal-clean ul li:hover,
.ce_tabs .tabs.horizontal-clean ul li.active {
   font-weight: normal;
}

.ce_tabs .tabs.horizontal-clean li span {
   border: 0;
   margin-left: 25px;
   margin-right: 25px;
}

/* vertical */

.ce_tabs .tabs.vertical {
   width:30%;
}

.ce_tabs .tabs.vertical,
.ce_tabs .panes.vertical {
   float:left;
}

.ce_tabs .panes.vertical {
   padding-left:3rem;
   width:70%;
}

.ce_tabs .tabs.vertical ul li span,
.ce_tabs .tabs.vertical ul li {
   width:100%;
}

.ce_tabs .tabs.vertical ul li span {
   display:block;
   padding:12px 16px;
}

.ce_tabs .tabs.vertical ul li:hover span,
.ce_tabs .tabs.vertical ul li.active span {
   font-weight:bold;
}

.ce_tabs .panes.vertical {
   border-left:1px solid rgb(229,229,229);
}

.ce_tabs .tabs.vertical ul li span {
   border-bottom:1px solid rgb(229,229,229);
}


/* vertical_2 */

.ce_tabs .tabs.vertical_2 {
   width:30%;
   float:right;
}

.ce_tabs .panes.vertical_2 {
   float:left;
}

.ce_tabs .panes.vertical_2 {
   padding-right:3rem;
   width:70%;
}

.ce_tabs .tabs.vertical_2 ul li span,
.ce_tabs .tabs.vertical ul li {
   width:100%;
}

.ce_tabs .tabs.vertical_2 ul li span {
   display:block;
   padding:12px 16px;
   border-bottom:1px solid rgb(229,229,229);
}

.ce_tabs .tabs.vertical_2 ul li.active span {
   font-weight: bold;
}

.ce_tabs .panes.vertical_2 {
   border-right:1px solid #e1e1e1;
}

.ce_tabs .tabs ul li:hover,
.ce_tabs .tabs.vertical ul li a.current,
.ce_tabs .tabs.vertical_2 ul li a.current {
   position: relative;
   z-index: 100;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {

   .ce_tabs .tabs li {
      display: block!important;
      float: none!important;
      width: 100%!important;
   }
   
   .ce_tabs .tabs.vertical,
   .ce_tabs .panes.vertical {
      float: none;
      width: 100%;
   }
   
   .ce_tabs .tabs.classic ul li {
      margin-bottom: 2px;
   }
   
   .ce_tabs .tabs.horizontal {
	   margin-bottom: 20px;
   }
   
   .ce_tabs .tabs.horizontal ul {
	   display: block;
	   border-radius: 24px;
	}
   
   .ce_tabs .panes.vertical {
      border: 0;
      padding: 0;
      margin-top: 15px;
   }
   
   .ce_tabs .panes.vertical_2 {
      padding: 0;
      width: 100%;
      margin-top: 15px;
      border: 0;
   }
   
   .ce_tabs .tabs.vertical_2 {
      width: 100%;
      float: none;
   }
   
   .ce_tabs .tabs.horizontal-clean ul li {
      margin-bottom: 10px;
      border-bottom: 1px solid rgb(200,200,200);
      padding-bottom: 5px;
   }
   
   .ce_tabs .tabs.horizontal-clean ul li.active:after {
      display: none;
   }
}
/* =============================================================================
 * 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;
	}
}
/* =============================================================================
 * ce_fancy_divider
 * ========================================================================== */

.ce_fancy_divider {
	position: relative;
	vertical-align: bottom;
}

.ce_fancy_divider svg {
	vertical-align: bottom;
	line-height: 0;
	display: block;
	overflow: hidden;
	margin-bottom: -1px;
}

.ce_fancy_divider path {
	stroke-width: 0;
	line-height: 0;
}

.ce_fancy_divider.pos_absolute_top {
	position: absolute;
	width: 100%;
	z-index: 100;
	top: 0;
}

.ce_fancy_divider.pos_absolute_bottom {
	position: absolute;
	width: 100%;
	z-index: 100;
	bottom: 0;
}

.ce_fancy_divider.version11 svg {
	margin-bottom: 0;
}

/* render bug */
.firefox .ce_fancy_divider.version11.pos_absolute_bottom {
	bottom: -1px;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_fancy_divider.pos_absolute_top,
	.ce_fancy_divider.pos_absolute_bottom {
		display: none;
	}

	.ce_fancy_divider {
		display: none;
	}
}
/* =============================================================================
 * ce_fancy_divider_image
 * ========================================================================== */

.ce_fancy_divider_image .image_container img {
	width: 100%;
}

.ce_fancy_divider_image.pos-absolute-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}

.ce_fancy_divider_image.pos-absolute-top svg {
	vertical-align: top;
}

.ce_fancy_divider_image.pos-absolute-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 10;
}

.ce_fancy_divider_image.pos-absolute-bottom svg {
	vertical-align: bottom;
}

#slider .ce_fancy_divider_image.pos-absolute-bottom {
	z-index: 100;
}
/* =============================================================================
 * ce_video_background
 * ========================================================================== */

.ce_video_background {
	position: relative;
	overflow: hidden;
}

.ce_video_background .ce_video_background_inside {
	position: relative;
	z-index: 10
}

.ce_video_background .video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ce_video_background .video-overlay {
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: var(--accentColor);
}

.ce_video_background.fullscreen-video {
	height: 100vh;
	display: flex;
	align-items: center;
	
}

.ce_video_background.fullscreen-video .ce_video_background_inside {
	height: 100%;
	display: flex;
	align-items: center;
}
@charset "UTF-8";@font-face{font-family:ytpregular;src:url(../../files/cto_layout/scripts/jquery.mb.YTPlayer/css/font/ytp-regular.eot)}@font-face{font-family:ytpregular;src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=)format('woff'),url(../../files/cto_layout/scripts/jquery.mb.YTPlayer/css/font/ytp-regular.ttf)format('truetype');font-weight:400;font-style:normal}.mb_YTPlayer:focus{outline:0}.YTPWrapper{display:block;transform:translateZ(0)translate3d(0,0,0);transform-style:preserve-3d;perspective:1000;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}.mb_YTPlayer .loading{position:absolute;top:10px;right:10px;font-size:12px;color:#fff;background:rgba(0,0,0,.51);text-align:center;padding:2px 4px;border-radius:5px;font-family:"Droid Sans",sans-serif;-webkit-animation:fade .1s infinite alternate;animation:fade .1s infinite alternate}@-webkit-keyframes fade{0%{opacity:.5}100%{opacity:1}}@keyframes fade{0%{opacity:.5}100%{opacity:1}}.YTPFullscreen{display:block!important;position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;margin:0!important;border:none!important;opacity:1!important;background-color:#000!important;padding:0!important}.inlinePlayButton,.inlinePlayButtonMobile{font-family:ytpregular;font-size:45px;color:#fff;text-align:center;border-radius:100%;background-color:rgba(0,0,0,.4);position:absolute;width:80px;height:80px;line-height:80px;top:0;bottom:0;left:0;right:0;margin:auto;cursor:pointer;opacity:.8;transition:all .4s;transform:scale(1.3)}.inlinePlayButtonMobile{transform:scale(1)}.mb_YTPlayer:hover .inlinePlayButton{opacity:1;transform:scale(1)}.inlinePlayButton:hover{background-color:rgba(0,0,0,1);transform:scale(1.3)!important}.mbYTP_wrapper iframe{max-width:8000px!important}.inline_YTPlayer{margin-bottom:20px;vertical-align:top;position:relative;left:0;overflow:hidden;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.7);background:rgba(0,0,0,.5)}.inline_YTPlayer img{border:none!important;margin:0!important;padding:0!important;transform:none!important}.mb_YTPBar,.mb_YTPBar .buttonBar{box-sizing:border-box;left:0;padding:5px;width:100%}.mb_YTPBar .ytpicon{font-size:20px;font-family:ytpregular}.mb_YTPBar .mb_YTPUrl.ytpicon{font-size:30px}.mb_YTPBar{transition:opacity .5s;display:block;height:10px;background:#333;position:fixed;bottom:0;text-align:left;z-index:1000;font:14px/16px sans-serif;color:#fff;opacity:.1}.mb_YTPBar.visible,.mb_YTPBar:hover{opacity:1}.mb_YTPBar .buttonBar{transition:all .5s;background:0 0;font:12px/14px san-serif;position:absolute;top:-30px;height:40px}.mb_YTPBar:hover .buttonBar{background:rgba(0,0,0,.4)}.mb_YTPBar span{display:inline-block;font:16px/20px sans-serif;position:relative;width:30px;height:25px;vertical-align:middle}.mb_YTPBar span.mb_YTPTime{width:130px}.mb_YTPBar span.mb_OnlyYT,.mb_YTPBar span.mb_YTPUrl{position:absolute;width:auto;display:block;top:6px;right:10px;cursor:pointer}.mb_YTPBar span.mb_YTPUrl img{width:60px}.mb_YTPBar span.mb_OnlyYT{left:300px;right:auto}.mb_YTPBar span.mb_OnlyYT img{width:25px}.mb_YTPBar span.mb_YTPUrl a{color:#fff}.mb_YTPBar .mb_YTPMuteUnmute,.mb_YTPBar .mb_YTPPlayPause,.mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img{cursor:pointer}.mb_YTPBar .mb_YTPProgress{height:10px;width:100%;background:#222;bottom:0;left:0}.mb_YTPBar .mb_YTPLoaded{height:10px;width:0;background:#444;left:0}.mb_YTPBar .mb_YTPseekbar{height:10px;width:0;background:#bb110e;bottom:0;left:0;box-shadow:rgba(82,82,82,.47)1px 1px 3px}.mb_YTPBar .YTPOverlay{backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transform-style:"flat";box-sizing:border-box}.YTPOverlay.raster{background:url(../../files/cto_layout/scripts/jquery.mb.YTPlayer/css/images/raster.png)}.YTPOverlay.raster.retina{background:url(../../files/cto_layout/scripts/jquery.mb.YTPlayer/css/images/raster@2x.png)}.YTPOverlay.raster-dot{background:url(../../files/cto_layout/scripts/jquery.mb.YTPlayer/css/images/raster_dot.png)}.YTPOverlay.raster-dot.retina{background:url(../../files/cto_layout/scripts/jquery.mb.YTPlayer/css/images/raster_dot@2x.png)}.mb_YTPBar .simpleSlider{position:relative;width:100px;height:10px;border:1px solid #fff;overflow:hidden;box-sizing:border-box;margin-right:10px;cursor:pointer!important;border-radius:3px}.mb_YTPBar.compact .simpleSlider{width:40px}.mb_YTPBar.compact span.mb_OnlyYT{left:260px}.mb_YTPBar .simpleSlider.muted{opacity:.3}.mb_YTPBar .level{position:absolute;left:0;bottom:0;background-color:#fff;box-sizing:border-box}.mb_YTPBar .level.horizontal{height:100%;width:0}.mb_YTPBar .level.vertical{height:auto;width:100%}
/* =============================================================================
 * ce_youtube-background (scripts/jquery.mb.YTPlayer/)
 * ========================================================================== */

.ce_youtube_background .mbYTP_wrapper {
	opacity: 1!important;
}

.ce_youtube_background.overlay .YTPOverlay {
	background-color: var(--accentColor);
	opacity: 0.8;
}

.ce_youtube_background.overlay .mbYTP_wrapper.fullscreen .YTPOverlay {
	display: none;
}

.ce_youtube_background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/* =============================================================================
 * ce_headerimage
 * ========================================================================== */

.ce_headerimage {
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.ce_headerimage .ce_headerimage_inside {
	position: relative;
  	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.ce_headerimage.valign_top .ce_headerimage_inside {
	top: 10%;
}

.ce_headerimage.valign_middle .ce_headerimage_inside {
	top: 50%;
}

.ce_headerimage.valign_bottom .ce_headerimage_inside {
	top: 70%;
}

.ce_headerimage h1,
.ce_headerimage h2,
.ce_headerimage h3,
.ce_headerimage h4,
.ce_headerimage h5,
.ce_headerimage h6,
.ce_headerimage .h1,
.ce_headerimage .h2,
.ce_headerimage .h3,
.ce_headerimage .h4,
.ce_headerimage .h5,
.ce_headerimage .h6 {
	margin-bottom: 0;
}

.ce_headerimage.default .content {
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 30px;
}

.ce_headerimage.version1 .content {
	background: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255,0.9);
	padding: 30px;
}

.ce_headerimage.version2 .content {
	border: 0;
}

.ce_headerimage.version3 .ce_headline .headline {
	padding: 10px 20px;
	background: var(--accentColor);
	color: rgb(255,255,255);
	opacity: 0.95;
	display: inline-block;
}

.ce_headerimage.version3 .subline {
	padding: 5px 10px;
	background: var(--accentColor);
	color: rgb(255,255,255);
	margin-top: 5px;
	display: inline-block;
	opacity: 0.95;
}

.ce_headerimage.version3 .content {
	border: 0;
}

.ce_headerimage.color-white .content {
	border-color: rgba(255,255,255,0.9);
}

.ce_headerimage .content {
	display: inline-block;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.8);
}

.ce_headerimage .subline {
	font-weight: bold;
}

.ce_headerimage.align_center .ce_headerimage_inside {
	text-align: center;
}

.ce_headerimage.align_right .ce_headerimage_inside {
	text-align: right;
}

.ce_headerimage.height_small {
	height: 250px;
}

.ce_headerimage.height_medium {
	height: 350px;
}

.ce_headerimage.height_large {
	height: 450px;
}

.ce_headerimage.height_xlarge {
	height: 600px;
}

.ce_headerimage.height_xxlarge {
	height: 750px;
}

.ce_headerimage.bg_left_top {
	background-position: left top;
}

.ce_headerimage.bg_left_center {
	background-position: left center;
}


.ce_headerimage.bg_left_bottom {
	background-position: left bottom;
}


.ce_headerimage.bg_right_top {
	background-position: right top;
}


.ce_headerimage.bg_right_center {
	background-position: right center;
}


.ce_headerimage.bg_right_bottom {
	background-position: right bottom;
}


.ce_headerimage.bg_center_top {
	background-position: center top;
}

.ce_headerimage.bg_center_center {
	background-position: center center;
}

.ce_headerimage.bg_center_bottom {
	background-position: center bottom;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_headerimage {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.ce_headerimage .content {
		width: 100%;
	}
	
	.ce_headerimage.valign_bottom .ce_headerimage_inside {
		top: 50%;
	}

	.ce_headerimage.height_small {
		height: 180px;
	}

	.ce_headerimage.height_medium {
		height: 200px;
	}

	.ce_headerimage.height_large {
		height: 250px;
	}

	.ce_headerimage.height_xlarge {
		height: 350px;
	}

	.ce_headerimage.height_xxlarge {
		height: 400px;
	}
}
/* =============================================================================
 * ce_wrap
 * ========================================================================== */

 .ce_wrap {
 	background-position: center;
 	background-size: cover;
	background-repeat: no-repeat;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	overflow: hidden;
	position: relative;
 }

.ce_wrap a.wrap-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}

.ce_wrap.hover-white * {
	transition: color 0.3s ease, border-color 0.3s ease;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease;
}

.same_height .same-height-wrap > .ce_wrap {
	height: 100%;;
}

/* colors hover */
.ce_wrap.hover-white:hover,
.ce_wrap.hover-white:hover * {
	color: rgb(255,255,255)!important;
	border-color: rgb(255,255,255)!important;
}

/* bg hover colors */
.ce_wrap.bg-hover-gray:hover {
	background-color: rgb(248,248,248)!important;
}

.ce_wrap.bg-hover-white:hover {
	background-color: rgb(255,255,255)!important;
}

.ce_wrap.bg-hover-black:hover {
	background-color: rgb(0,0,0)!important;
}

.ce_wrap.bg-hover-accent:hover {
	background-color: var(--accentColor)!important;
}

.ce_wrap.bg-hover-second:hover {
	background-color: var(--secondColor)!important;
}

/* bg positions */
.ce_wrap.bg-center-top {
	background-position: center top;
}

.ce_wrap.bg-center-center {
	background-position: center center;
}

.ce_wrap.bg-center-bottom {
	background-position: center bottom;
}

.ce_wrap.bg-left-top {
	background-position: left top;
}

.ce_wrap.bg-left-center {
	background-position: left center;
}

.ce_wrap.bg-left-bottom{
	background-position: left bottom;
}

.ce_wrap.bg-right-top {
	background-position: right top
}

.ce_wrap.bg-right-center {
	background-position: right center;
}

.ce_wrap.bg-right-bottom {
	background-position: right bottom;
}

.ce_wrap.no-repeat {
	background-repeat: no-repeat;
}

.ce_wrap.bg-repeat {
	background-repeat: repeat;
}

.ce_wrap.bg-repeat-x {
	background-repeat: repeat-x;
}

.ce_wrap.bg-repeat-y {
	background-repeat: repeat-y;
}

/* padding classes */
.ce_wrap.pd-xl {
	padding: 200px 40px;
}

.ce_wrap.pd-l {
	padding: 160px 40px;
}

.ce_wrap.pd-m {
	padding: 120px 40px;
}

.ce_wrap.pd-s {
	padding: 80px 40px;
}

.ce_wrap.pd-xs {
	padding: 40px;
}

/* shadow classes */

.ce_wrap.shadow-1 {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}

.ce_wrap.shadow-2 {
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}

.ce_wrap.shadow-3 {
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.05);
}

.ce_wrap.shadow-4 {
	box-shadow: 0 0 15px 15px rgba(0,0,0,0.05);
}

.ce_wrap.shadow-5 {
	box-shadow: 0 0 20px 20px rgba(0,0,0,0.05);
}

.ce_wrap.hover-shadow-1:hover {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}

.ce_wrap.hover-shadow-2:hover {
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}

.ce_wrap.hover-shadow-3:hover {
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.05);
}

.ce_wrap.hover-shadow-4:hover {
	box-shadow: 0 0 15px 15px rgba(0,0,0,0.05);
}

.ce_wrap.hover-shadow-5:hover {
	box-shadow: 0 0 20px 20px rgba(0,0,0,0.05);
}

/* border classes */

.ce_wrap.border-radius-3 {
   border-radius: 3px;
}

.ce_wrap.border-radius-5 {
   border-radius: 5px;
}

.ce_wrap.border-radius-10 {
   border-radius: 10px;
}

.ce_wrap.border-radius-15 {
   border-radius: 15px;
}

.ce_wrap.border-radius-20 {
   border-radius: 20px;
}

.ce_wrap.border-radius-30 {
   border-radius: 30px;
}

.ce_wrap.border-radius-40 {
   border-radius: 40px;
}

.ce_wrap.border-radius-50 {
   border-radius: 50px;
}

.ce_wrap.border-radius-60 {
   border-radius: 60px;
}

.ce_wrap.border-radius-70 {
   border-radius: 70px;
}

.ce_wrap.border-radius-80 {
   border-radius: 80px;
}

.ce_wrap.border-radius-90 {
   border-radius: 90px;
}

.ce_wrap.border-radius-100 {
   border-radius: 100px;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_wrap.pd-xl {
		padding: 100px 20px;
	}
	
	.ce_wrap.pd-l {
		padding: 80px 20px;
	}
	
	.ce_wrap.pd-m {
		padding: 60px 20px;
	}
	
	.ce_wrap.pd-s {
		padding: 40px 20px;
	}
	
	.ce_wrap.pd-xs {
		padding: 20px 20px;
	}
}
/* =============================================================================
 * 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_text_leader
 * ========================================================================== */

.ce_leadertext.version1 {
	margin-bottom: 60px;
	max-width: 600px;
}

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

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

.ce_leadertext.version1 p {
	font-size: 1.333rem;
}

.ce_leadertext.version1 .subheadline {
	font-size: 1.067rem;
}

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

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

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

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

/* =============================================================================
 * ce_text_leader_v2
 * ========================================================================== */

.ce_leadertext.version2 {
	margin-bottom: 60px;
	max-width: 600px;
}

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

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

.ce_leadertext.version2 p {
	font-size: 1.333rem;
}

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

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

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

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

.ce_leadertext.version2 .divider-second {
	background-color: var(--accentColor);
	width: 4px;
	height: 4px;
	margin-top: 2px;
	margin-left: 2px;
	border-radius: 4px;
}

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

.color-white .ce_leadertext.version2 .divider:after,
.color-white .ce_leadertext.version2 .divider:before,
.color-white .ce_leadertext.version2 .divider-second {
	background: rgb(255,255,255);
}

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

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

.ce_leadertext.version1 .subheadline {
	font-style: italic;
}

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

	.ce_leadertext p {
		font-size: 1.133rem;
	}
}
/* =============================================================================
 * ce_image_collage_2pics
 * ========================================================================== */
 
 .ce_image_collage_2pics .ce_image {
	overflow: visible;
}

.ce_image_collage_2pics.style1 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.ce_image_collage_2pics.style1 .image_1 {
	grid-column: 1 / span 9;
    grid-row: 1;
    padding-top: 20%;
    z-index: 1;   
}

.ce_image_collage_2pics.style1 .image_2 {
    grid-column: 4 / span 9;
    grid-row: 1;
}

.ce_image_collage_2pics.style2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.ce_image_collage_2pics.style2 .image_1 {
	grid-column: 4 / span 9;
    grid-row: 1;
    padding-top: 20%;
    z-index: 1;  
}

.ce_image_collage_2pics.style2 .image_1 img {
	transform: translateX(0) translateY(0) rotate(7deg);
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
}

.ce_image_collage_2pics.style2 .image_2 {
    grid-column: 1 / span 9;
    grid-row: 1;
}

.ce_image_collage_2pics.style2 .image_2 img {
	transform: translateX(0) translateY(0) rotate(-7deg);
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
}

.ce_image_collage_2pics.style3 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.ce_image_collage_2pics.style3 .image_1 {
	grid-column: 1 / span 9;
    grid-row: 1;
    z-index: 1;     
}

.ce_image_collage_2pics.style3 .image_2 {
    grid-column: 4 / span 9;
    grid-row: 1;
    padding-top: 20%;
}

.ce_image_collage_2pics.style4 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.ce_image_collage_2pics.style4 .image_1 {
	grid-column: 4 / span 9;
    grid-row: 1;
    z-index: 1;  
}

.ce_image_collage_2pics.style4 .image_2 {
    grid-column: 1 / span 9;
    grid-row: 1;
    padding-top: 20%;
}

/* animation */
.ce_image_collage_2pics[data-animation="on"] figure {
	opacity: 0;
	transform: scale(0.8);
    transition: all 0.5s ease-in-out;
}

.ce_image_collage_2pics[data-animation="on"].in-viewport figure {
	opacity: 1;
	transform: scale(1);
}

.ce_image_collage_2pics[data-animation="on"].in-viewport .image_1 figure {
	transition-delay: 0.2s;
}

.ce_image_collage_2pics[data-animation="on"].in-viewport .image_2 figure {
	transition-delay: 0.4s;
}
/* =============================================================================
 * ce_image_collage_3pics
 * ========================================================================== */

.ce_image_collage_3pics .ce_image {
	overflow: visible;
}

.ce_image_collage_3pics.style1 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.ce_image_collage_3pics.style1 .image_1 {
	grid-column: 2 / span 10;
    grid-row: 1;
    z-index: 1; 
}

.ce_image_collage_3pics.style1 .image_2 {
    grid-column: 4 / span 9;
    grid-row: 1;
    padding-top: 15%;
}

.ce_image_collage_3pics.style1 .image_3 {
    grid-column: 1 / span 9;
    grid-row: 1;
    padding-top: 30%;
}

.ce_image_collage_3pics.style2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.ce_image_collage_3pics.style2 .image_1 {
	grid-column: 1 / span 9;
    grid-row: 1;
    padding-top: 15%;
    z-index: 1;  
}

.ce_image_collage_3pics.style2 > div {
	overflow: visible;
}

.ce_image_collage_3pics.style2 .image_1 img {
	transform: translateX(0%) translateY(0%) rotate(-12.5deg);
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
}

.ce_image_collage_3pics.style2 .image_2 {
    grid-column: 3 / span 9;
    grid-row: 1;
}

.ce_image_collage_3pics.style2 .image_2 img {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}

.ce_image_collage_3pics.style2 .image_3 {
    grid-column: 4 / span 9;
    grid-row: 1;
    padding-top: 30%;
}

.ce_image_collage_3pics.style2 .image_3 img {
	transform: translateX(0) translateY(0) rotate(7.5deg);
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
}

.ce_image_collage_3pics.style3 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.ce_image_collage_3pics.style3 .image_1 {
	grid-column: 4 / span 9;
    grid-row: 1;
    padding-top: 25%;
    z-index: 3;  
}

.ce_image_collage_3pics.style3 .image_2 {
    grid-column: 1 / span 9;
    grid-row: 1;
    z-index: 2;
}

.ce_image_collage_3pics.style3 .image_3 {
    grid-column: 3 / span 9;
    grid-row: 1;
    padding-top: 10%;
    z-index: 1;
}

.ce_image_collage_3pics.style4 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.ce_image_collage_3pics.style4 .image_1 {
	grid-column: 4 / span 9;
    grid-row: 1;
    padding-top: 15%;
    z-index: 3;  
}

.ce_image_collage_3pics.style4 .image_2 {
    grid-column: 1 / span 9;
    grid-row: 1;
    padding-top: 30%;
    z-index: 2;
}

.ce_image_collage_3pics.style4 .image_3 {
    grid-column: 2 / span 9;
    grid-row: 1;
    z-index: 1;
}

/* animation */
.ce_image_collage_3pics[data-animation="on"] figure {
	opacity: 0;
	transform: scale(0.8);
    transition: all 0.5s ease-in-out;
}

.ce_image_collage_3pics[data-animation="on"].in-viewport figure {
	opacity: 1;
	transform: scale(1);
}

.ce_image_collage_3pics[data-animation="on"].in-viewport .image_1 figure {
	transition-delay: 0.1s;
}

.ce_image_collage_3pics[data-animation="on"].in-viewport .image_2 figure {
	transition-delay: 0.2s;
}

.ce_image_collage_3pics[data-animation="on"].in-viewport .image_3 figure {
	transition-delay: 0.3s;
}
/* =============================================================================
 * ce_rotating_words
 * ========================================================================== */

.ce_rotating_words {
	line-height: 1.3;
} 

.ce_rotating_words,
.ce_rotating_words * {
	-webkit-hyphens: none;
	hyphens: none;
}

.ce_rotating_words a {
  text-decoration: underline;
  color: inherit;
}

.ce_rotating_words[data-align="center"] .rotating-words-container {
  justify-content: center;
}

.ce_rotating_words[data-align="right"] .rotating-words-container {
  justify-content: right;
}

/* data-color */
.ce_rotating_words[data-color="accent-color"] {
  color: var(--accentColor);
}

.ce_rotating_words[data-color="second-color"] {
  color: var(--secondColor);
}

.ce_rotating_words[data-color="white"] {
  color: #ffffff;
}

.ce_rotating_words[data-color="black"] {
  color: #000000;
}

.ce_rotating_words[data-color="light-gray"] {
  color: #b4b4b4;
}

.ce_rotating_words[data-color="dark-gray"] {
  color: #7f7f7f;
}

.ce_rotating_words[data-color="custom1"] {
  color: var(--customColor1);
}

.ce_rotating_words[data-color="custom2"] {
  color: var(--customColor2);
}

/* effect */
.ce_rotating_words .rotating-words-container {
    display: flex;
}

.ce_rotating_words .rotating-words {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    margin-left: 0.3em;
    margin-right: 0.3em;
    white-space: nowrap;
    position: relative;
    transition: width 0.3s ease-out;
}

.ce_rotating_words .word {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; 
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    width: auto;
    opacity: 0;
    transform: translateX(-20px);
    transition: transform 0.8s cubic-bezier(.2,1,.3,1), opacity 0.8s cubic-bezier(.2,1,.3,1);
}

.ce_rotating_words .word .mask {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    transition: width 0.8s cubic-bezier(.2,1,.3,1);
}

.ce_rotating_words .word.active {
    opacity: 1;
    transform: translateX(0);
}
/* =============================================================================
 * ce_image_text_box_v2
 * ========================================================================== */

.ce_image_text_box_v2 .image_container {
	margin-bottom: 20px;
	overflow: hidden;
	transition: transform .8s cubic-bezier(.05,.2,.1,1);
}

.ce_image_text_box_v2:hover .image_container {
	transform: scale(.95);
}

.ce_image_text_box_v2 .image_container img {
	transition: transform .8s cubic-bezier(.05,.2,.1,1);
}

.ce_image_text_box_v2:hover .image_container img {
	transform: scale(1.15);
}

.ce_image_text_box_v2 .ce_headline {
	margin-bottom: 0;
	background-image: linear-gradient(to right,#000000 0,#000000 100%);
	background-position: left bottom;
	background-size: 0 1px;
	transition: background-size .55s cubic-bezier(.2,.75,.5,1);
	display: inline;
}

.ce_image_text_box_v2:hover .ce_headline {
	background-size: 100% 1px;

}

.ce_image_text_box_v2 .text {
	margin-top: 10px;
}

/* font-size */

.ce_image_text_box_v2[data-font-size="small"] {
	font-size: var(--paragraph-small-font-size);
	line-height: var(--paragraph-small-line-height);
}

.ce_image_text_box_v2[data-font-size="medium"] {
	font-size: var(--paragraph-medium-font-size);
	line-height: var(--paragraph-medium-line-height);
}

.ce_image_text_box_v2[data-font-size="large"] {
	font-size: var(--paragraph-large-font-size);
	line-height: var(--paragraph-large-line-height);
}

/* =============================================================================
 * ce_customfont
 * ========================================================================== */

.ce_customfont a {
  text-decoration: underline;
  color: inherit;
}

.ce_customfont[data-align="left"] {
	text-align: left;
}

.ce_customfont[data-align="center"] {
	text-align: center;
}

.ce_customfont[data-align="right"] {
	text-align: right;
}

.ce_customfont[data-color="accent-color"] {
	color: var(--accentColor);
}

.ce_customfont[data-color="second-color"] {
	color: var(--socondColor);
}

.ce_customfont[data-color="white"] {
	color: #ffffff;
}

.ce_customfont[data-color="black"] {
	color: #000000;
}

.ce_customfont[data-color="light-gray"] {
	color: #b4b4b4;
}

.ce_customfont[data-color="dark-gray"] {
	color: #7f7f7f;
}

.ce_customfont[data-color="custom1"] {
	color: var(--customColor1);
}

.ce_customfont[data-color="custom2"] {
	color: var(--customColor2);
}

.ce_customfont[data-font="customFont1"] {
	font-family: var(--customFont1);
	font-weight: var(--customFont1Weight);
}

.ce_customfont[data-font="customFont2"] {
	font-family: var(--customFont2);
	font-weight: var(--customFont2Weight);
}


/* =============================================================================
 * ce_text_inline_images
 * ========================================================================== */

.ce_text_inline_images .inline_image {
	vertical-align: middle;
}

.ce_text_inline_images span {
	line-height: 1;
}

.ce_text_inline_images a {
  text-decoration: underline;
  color: inherit;
}

.ce_text_inline_images .inline_text {
	display: inline;
}

.ce_text_inline_images .inline_image {
	display: inline-block;
}

.ce_text_inline_images,
.ce_text_inline_images * {
	vertical-align: baseline;
}

.ce_text_inline_images span {
	display: inline-block;
	position: relative;
	line-height: normal;
}

/* data-align */
.ce_text_inline_images[data-align="left"] {
  text-align: left;
}

.ce_text_inline_images[data-align="center"] {
  text-align: center;
}

.ce_text_inline_images[data-align="right"] {
  text-align: right;
}

/* data-color */
.ce_text_inline_images[data-color="accent-color"] {
  color: var(--accentColor);
}

.ce_text_inline_images[data-color="second-color"] {
  color: var(--secondColor); /* korrigiert von var(--socondColor) */
}

.ce_text_inline_images[data-color="white"] {
  color: #ffffff;
}

.ce_text_inline_images[data-color="black"] {
  color: #000000;
}

.ce_text_inline_images[data-color="light-gray"] {
  color: #b4b4b4;
}

.ce_text_inline_images[data-color="dark-gray"] {
  color: #7f7f7f;
}

.ce_text_inline_images[data-color="custom1"] {
  color: var(--customColor1);
}

.ce_text_inline_images[data-color="custom2"] {
  color: var(--customColor2);
}

/* styles */ {
.ce_text_inline_images[data-style="style1"]	
}

/* animation */
.ce_text_inline_images .inline_image {
	opacity: 0;
	clip-path: circle(0);
}

.ce_text_inline_images[data-style="style1"][data-speed="ani-default"].isInViewport .inline_image {
	animation: exClipFadeImgSquare 1.8s cubic-bezier(0.25,1,0.5,1) forwards;
}

.ce_text_inline_images[data-style="style1"][data-speed="ani-fast"].isInViewport .inline_image {
	animation: exClipFadeImgSquare 0.5s cubic-bezier(0.25,1,0.5,1) forwards;
}

.ce_text_inline_images[data-style="style1"][data-speed="ani-slow"].isInViewport .inline_image {
	animation: exClipFadeImgSquare 2.8s cubic-bezier(0.25,1,0.5,1) forwards;
}

.ce_text_inline_images[data-style="style2"][data-speed="ani-default"].isInViewport .inline_image {
	animation: exClipFadeImgRound 1.8s cubic-bezier(0.25,1,0.5,1) forwards;
}

.ce_text_inline_images[data-style="style2"][data-speed="ani-fast"].isInViewport .inline_image {
	animation: exClipFadeImgRound 0.5s cubic-bezier(0.25,1,0.5,1) forwards;
}

.ce_text_inline_images[data-style="style2"][data-speed="ani-slow"].isInViewport .inline_image {
	animation: exClipFadeImgRound 2.8s cubic-bezier(0.25,1,0.5,1) forwards;
}

/* no animation */
.ce_text_inline_images[data-style="style1"][data-speed="ani-none"] .inline_image {
  opacity: 1;
  clip-path: circle(70%);
}

.ce_text_inline_images[data-style="style2"][data-speed="ani-none"] .inline_image {
  opacity: 1;
  clip-path: circle(40%);
}

@keyframes exClipFadeImgRound {
    0% {
        opacity: 0;
        clip-path: circle(10%);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        clip-path: circle(40%);
    }
}

@keyframes exClipFadeImgSquare {
    0% {
        opacity: 0;
        clip-path: circle(10%);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        clip-path: circle(70%);
    }
}

/* =============================================================================
 * ce_scroll_reveal_words
 * ========================================================================== */

.ce_scroll_reveal_words a span {
  text-decoration: underline;
  color: inherit;
}

.ce_scroll_reveal_words[data-visible-on-start="1"] span.word {
  opacity: 0.2
}

.ce_scroll_reveal_words span.word {
	opacity: 0;
	white-space: nowrap;
}

.ce_scroll_reveal_words[data-align="left"] {
  text-align: left;
}

.ce_scroll_reveal_words[data-align="center"] {
  text-align: center;
}

.ce_scroll_reveal_words[data-align="right"] {
  text-align: right;
}

/* data-color */
.ce_scroll_reveal_words[data-color="accent-color"] {
  color: var(--accentColor);
}

.ce_scroll_reveal_words[data-color="second-color"] {
  color: var(--secondColor);
}

.ce_scroll_reveal_words[data-color="white"] {
  color: #ffffff;
}

.ce_scroll_reveal_words[data-color="black"] {
  color: #000000;
}

.ce_scroll_reveal_words[data-color="light-gray"] {
  color: #b4b4b4;
}

.ce_scroll_reveal_words[data-color="dark-gray"] {
  color: #7f7f7f;
}

.ce_scroll_reveal_words[data-color="custom1"] {
  color: var(--customColor1);
}

.ce_scroll_reveal_words[data-color="custom2"] {
  color: var(--customColor2);
}
/* =============================================================================
 * ce_scribble_animation
 * ========================================================================== */

/* a-tags */
.ce_scribble_animation a {
  text-decoration: underline;
  color: inherit;
}

/* align */
.ce_scribble_animation[data-align="left"] {
  text-align: left;
}

.ce_scribble_animation[data-align="center"] {
  text-align: center;
}

.ce_scribble_animation[data-align="right"] {
  text-align: right;
}

/* defaults */
.ce_scribble_animation span {
	position: relative;
	display: inline-block;	
}

.ce_scribble_animation svg {
	width: 100%;
	bottom: -20%;
	height: 30%;
	position: absolute;
	left: 0;
	display: none;
}

.ce_scribble_animation.isInViewport svg {
	display: block;
}

.ce_scribble_animation.isInViewport svg path {
	stroke-linecap: round;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	opacity: 1;
	animation: scribble_animation 1.3s cubic-bezier(0.65,0,0.35,1) forwards;
}

/* styles */
.ce_scribble_animation[data-style="style4"] svg {
	width: 130%;
	height: 140%;
	top: -20%;
	left: -15%;
}

/* data-color */
.ce_scribble_animation[data-color="accent-color"] {
  color: var(--accentColor);
}

.ce_scribble_animation[data-color="second-color"] {
  color: var(--secondColor); 
}

.ce_scribble_animation[data-color="white"] {
  color: #ffffff;
}

.ce_scribble_animation[data-color="black"] {
  color: #000000;
}

.ce_scribble_animation[data-color="light-gray"] {
  color: #b4b4b4;
}

.ce_scribble_animation[data-color="dark-gray"] {
  color: #7f7f7f;
}

.ce_scribble_animation[data-color="custom1"] {
  color: var(--customColor1);
}

.ce_scribble_animation[data-color="custom2"] {
  color: var(--customColor2);
}

/* data-color-scribble */
.ce_scribble_animation[data-color-scribble="accent-color"] svg path {
  stroke: var(--accentColor);
}

.ce_scribble_animation[data-color-scribble="second-color"] svg path {
  stroke: var(--secondColor);
}

.ce_scribble_animation[data-color-scribble="white"] svg path {
  stroke: #ffffff;
}

.ce_scribble_animation[data-color-scribble="black"] svg path {
  stroke: #000000;
}

.ce_scribble_animation[data-color-scribble="light-gray"] svg path {
  stroke: #b4b4b4;
}

.ce_scribble_animation[data-color-scribble="dark-gray"] svg path {
  stroke: #7f7f7f;
}

.ce_scribble_animation[data-color-scribble="custom1"] svg path {
  stroke: #345b7c;
}

.ce_scribble_animation[data-color-scribble="custom2"] svg path {
  stroke: #f9bd22;
}

/* keyframes animations */
@keyframes scribble_animation {
	0% {
		stroke-dashoffset: 1;
		opacity: 0;
	}

	1% {
		opacity: 1;
	}

	100% {
		stroke-dashoffset: 0;
	}
}
/* =============================================================================
 * ce_highlighted_text
 * ========================================================================== */

.ce_highlighted_text a {
  text-decoration: underline;
  color: inherit;
}

.ce_highlighted_text[data-align="left"] {
  text-align: left;
}

.ce_highlighted_text[data-align="center"] {
  text-align: center;
}

.ce_highlighted_text[data-align="right"] {
  text-align: right;
}

/* data-highlighted default */
.ce_highlighted_text span[data-highlighted="true"] {
  background-image: linear-gradient(to right, var(--accentColor) 0, var(--accentColor) 100%);
  background-size: 0 80%;
  display: inline;
  background-position: left 70%;
  transition: background-size 0.4s cubic-bezier(0.5, 0, 0.1, 1);
}

/* data-speed */
.ce_highlighted_text[data-speed="ani-fast"] span[data-highlighted="true"] {
  transition: background-size 0.3s cubic-bezier(0.5, 0, 0.1, 1);
}

.ce_highlighted_text[data-speed="ani-slow"] span[data-highlighted="true"] {
  transition: background-size 1.4s cubic-bezier(0.5, 0, 0.1, 1);
}

.ce_highlighted_text[data-speed="ani-none"] span[data-highlighted="true"] {
  transition: none;
  background-size: 100% 80%;
}

/* data-color */
.ce_highlighted_text[data-color="accent-color"] {
  color: var(--accentColor);
}

.ce_highlighted_text[data-color="second-color"] {
  color: var(--secondColor);
}

.ce_highlighted_text[data-color="white"] {
  color: #ffffff;
}

.ce_highlighted_text[data-color="black"] {
  color: #000000;
}

.ce_highlighted_text[data-color="light-gray"] {
  color: #b4b4b4;
}

.ce_highlighted_text[data-color="dark-gray"] {
  color: #7f7f7f;
}

.ce_highlighted_text[data-color="custom1"] {
  color: var(--customColor1);
}

.ce_highlighted_text[data-color="custom2"] {
  color: var(--customColor2);
}

/* data-color-highlighted */
.ce_highlighted_text[data-color-highlighted="accent-color"] span[data-highlighted="true"] {
  color: var(--accentColor);
}

.ce_highlighted_text[data-color-highlighted="second-color"] span[data-highlighted="true"] {
  color: var(--secondColor);
}

.ce_highlighted_text[data-color-highlighted="white"] span[data-highlighted="true"] {
  color: #ffffff;
}

.ce_highlighted_text[data-color-highlighted="black"] span[data-highlighted="true"] {
  color: #000000;
}

.ce_highlighted_text[data-color-highlighted="light-gray"] span[data-highlighted="true"] {
  color: #b4b4b4;
}

.ce_highlighted_text[data-color-highlighted="dark-gray"] span[data-highlighted="true"] {
  color: #7f7f7f;
}

.ce_highlighted_text[data-color-highlighted="custom1"] span[data-highlighted="true"] {
  color: var(--customColor1);
}

.ce_highlighted_text[data-color-highlighted="custom2"] span[data-highlighted="true"] {
  color: var(--customColor2);
}

/* data-highlighted-bg */
.ce_highlighted_text[data-highlighted-bg="accent-color"] span[data-highlighted="true"] {
  background-image: linear-gradient(to right, var(--accentColor) 0, var(--accentColor) 100%);
}

.ce_highlighted_text[data-highlighted-bg="second-color"] span[data-highlighted="true"] {
  background-image: linear-gradient(to right, var(--secondColor) 0, var(--accentColor) 100%); /* korrigiert von var(--socondColor) */
}

.ce_highlighted_text[data-highlighted-bg="white"] span[data-highlighted="true"] {
  background-image: linear-gradient(to right, #ffffff 0, #ffffff); /* korrigiert fehlendes 100% und ; */
}

.ce_highlighted_text[data-highlighted-bg="black"] span[data-highlighted="true"] {
  background-image: linear-gradient(to right, #000 0, #000 100%);
}

.ce_highlighted_text[data-highlighted-bg="light-gray"] span[data-highlighted="true"] {
  background-image: linear-gradient(to right, #b4b4b4 0, #b4b4b4 100%);
}

.ce_highlighted_text[data-highlighted-bg="dark-gray"] span[data-highlighted="true"] {
  background-image: linear-gradient(to right, #7f7f7f 0, #7f7f7f 100%);
}

.ce_highlighted_text[data-highlighted-bg="custom1"] span[data-highlighted="true"] {
  background-image: linear-gradient(to right, var(--customColor1) 0, var(--customColor1) 100%);
}

.ce_highlighted_text[data-highlighted-bg="custom2"] span[data-highlighted="true"] {
  background-image: linear-gradient(to right, var(--customColor2) 0, var(--customColor2) 100%);
}

/* isInViewport */
.ce_highlighted_text.isInViewport span[data-highlighted="true"] {
  background-size: 100% 80%;
}

/* =============================================================================
 * ce_split_words
 * ========================================================================== */

.split-line-words {
    overflow: hidden;
}

.ce_split_words .word_wrap {
	overflow: hidden;
	display: inline-flex;
}

.ce_split_words span.word {
    display: inline-block;
    transform: translateY(120%);
}

.ce_split_words a {
  text-decoration: underline;
  color: inherit;
}

.ce_split_words[data-align="left"] {
  text-align: left;
}

.ce_split_words[data-align="center"] {
  text-align: center;
}

.ce_split_words[data-align="right"] {
  text-align: right;
}

/* data-color */
.ce_split_words[data-color="accent-color"] {
  color: var(--accentColor);
}

.ce_split_words[data-color="second-color"] {
  color: var(--secondColor); /* korrigiert von var(--socondColor) */
}

.ce_split_words[data-color="white"] {
  color: #ffffff;
}

.ce_split_words[data-color="black"] {
  color: #000000;
}

.ce_split_words[data-color="light-gray"] {
  color: #b4b4b4;
}

.ce_split_words[data-color="dark-gray"] {
  color: #7f7f7f;
}

.ce_split_words[data-color="custom1"] {
  color: var(--customColor1);
}

.ce_split_words[data-color="custom2"] {
  color: var(--customColor2);
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

body.a11y-no-effects .ce_split_words span.word {transform: none;}
/* =============================================================================
 * ce_icon_text
 * ========================================================================== */

.ce_icon_text {
	display: flex;
	align-items: center;
}

.ce_icon_text .text,
.ce_icon_text .text p {
	margin: 0;
}

.ce_icon_text .text a {
	text-decoration: underline;
}

.ce_icon_text a {
  color: inherit;
}

.ce_icon_text > a {
	display: flex;
	align-items: center;
}

.ce_icon_text i {
	width: 15px;
}

.ce_icon_text .icon {
	line-height: 1;
}

.ce_icon_text[data-align="center"] {
	justify-content: center;
}

.ce_icon_text[data-align="right"] {
	justify-content: right;
}

.ce_icon_text[data-color="accent-color"] .text,
.ce_icon_text[data-color="accent-color"] .text a,
.ce_icon_text[data-color="accent-color"]  i {
	color: var(--accentColor);
}

.ce_icon_text[data-color="second-color"] .text,
.ce_icon_text[data-color="second-color"] .text a,
.ce_icon_text[data-color="second-color"]  i {
	color: var(--socondColor);
}

.ce_icon_text[data-color="white"] .text,
.ce_icon_text[data-color="white"] .text a,
.ce_icon_text[data-color="white"]  i {
	color: #ffffff;
}

.ce_icon_text[data-color="black"] .text,
.ce_icon_text[data-color="black"] .text a,
.ce_icon_text[data-color="black"]  i {
	color: #000000;
}

.ce_icon_text[data-color="light-gray"] .text,
.ce_icon_text[data-color="light-gray"] .text a,
.ce_icon_text[data-color="light-gray"]  i {
	color: #b4b4b4;
}

.ce_icon_text[data-color="dark-gray"] .text,
.ce_icon_text[data-color="dark-gray"] .text a,
.ce_icon_text[data-color="dark-gray"]  i {
	color: #7f7f7f;
}

.ce_icon_text[data-color="custom1"] .text,
.ce_icon_text[data-color="custom1"] .text a,
.ce_icon_text[data-color="custom1"]  i {
	color: var(--customColor1);
}

.ce_icon_text[data-color="custom2"] .text,
.ce_icon_text[data-color="custom2"] .text a,
.ce_icon_text[data-color="custom2"]  i {
	color: var(--customColor2);
}

.ce_icon_text[data-icon-pos="before"] .icon {
	margin-right: 1em;
}

.ce_icon_text[data-icon-pos="after"] .icon {
	order: 2;
	margin-left: 1em;
}

.ce_icon_text[data-icon-pos="after"] .text {
	order: 1;
}
/* =============================================================================
 * ce_price_column
 * ========================================================================== */
.ce_price_column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    transition: all 0.2s ease;
    position: relative;
    
}

.ce_price_column:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-color: var(--accentColor);
}

.ce_price_column i {
    font-size: 1em;
    margin-right: 0.5em;
}

.ce_price_column .label {
	display: flex;
	width: 35%;
	align-items: center;
    margin-bottom: 0;
    flex-grow: 1;
    padding-right: 30px;
}

.ce_price_column .text {
    flex-grow: 3;
    padding-right: 30px;
    width: 35%;
}

.ce_price_column[data-font-size="small"] .text {
	font-size: var(--paragraph-small-font-size);
}

.ce_price_column[data-font-size="medium"] .text {
	font-size: var(--paragraph-medium-font-size);
}

.ce_price_column[data-font-size="large"] .text {
	font-size: var(--paragraph-large-font-size);
}

.ce_price_column .text p:last-of-type {
	margin-bottom: 0;
}

.ce_price_column .price {
    margin-bottom: 0;
    width: 15%;
    flex-grow: 1;
}

.ce_price_column .link {
	width: 15%;
	text-align: right;
}

.ce_price_column .hyperlink_txt {
    background-color: #f0f0f0;
    border: 0;
    border-radius: 20px;
    padding: 8px 20px;
    text-decoration: none;
    color: #000;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.ce_price_column .hyperlink_txt:hover {
    background-color: var(--accentColor);
    color: #fff;
}

/* styles */
.ce_price_column[data-style="style1_light"] {
	border-color: rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.5);
}

.ce_price_column[data-style="style1_light"] .label,
.ce_price_column[data-style="style1_light"] p,
.ce_price_column[data-style="style1_light"] .price {
	color: rgba(255,255,255,0.9);
}

@media only screen and (max-width: 768px) {
	.ce_price_column {
		display: block;
	}
	
	.ce_price_column .label {
		margin-bottom: 0.8rem;
		width: 100%;
		padding-right: 200px;
	}
	
	.ce_price_column .text {
		margin-bottom: 5px;
		width: 100%;
	}
	
	.ce_price_column .price {
		margin-bottom: 5px;
		width: 100%;
	}
	
	.ce_price_column .link {
		position: absolute;
		top: 20px;
		right: 20px;
		width: unset;
	}
}
/* =============================================================================
 * ce_textlink
 * ========================================================================== */

.ce_textlink[data-align="left"] {
	text-align: left;
}

.ce_textlink[data-align="center"] {
	text-align: center;
}

.ce_textlink[data-align="right"] {
	text-align: right;
}

.ce_textlink[data-style="style1"] {
  position: relative;
  text-decoration: none;
  color: var(--accentColor);
  line-height: 1.1;
}

.ce_textlink[data-style="style1"] a {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
}

.ce_textlink[data-style="style1"] a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--accentColor);
  transform-origin: right;
  transform: scaleX(1);
}

.ce_textlink[data-style="style1"] a:hover::after {
  animation: shrinkRightGrowLeft 0.9s cubic-bezier(.25, 1, .33, 1) forwards;
}

@keyframes shrinkRightGrowLeft {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
    transform: scaleX(0);
  }
  51% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}

.ce_textlink[data-style="style2"] {
  position: relative;
  text-decoration: none;
  color: var(--accentColor);
  line-height: 1.1;
}

.ce_textlink[data-style="style2"] a {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
}

.ce_textlink[data-style="style2"] a::after {
  content: '\e628';
  font-family: themify;
  transition: transform .45s cubic-bezier(.25,1,.33,1);
  display: inline-block;
  margin-left: 0.5em;
}

.ce_textlink[data-style="style2"] a:hover::after {
	transform: translateX(0.4em);
}

.ce_textlink[data-style="style2"] a span {
	margin-right: 0.4em;
}

/* data-color */
.ce_textlink[data-color="accent-color"] {
  color: var(--accentColor);
}

.ce_textlink[data-style="style1"][data-color="accent-color"] a::after {
  background-color: var(--accentColor);
}

.ce_textlink[data-color="second-color"] {
  color: var(--secondColor);
}

.ce_textlink[data-style="style1"][data-color="second-color"] a::after {
  background-color: var(--secondColor);
}

.ce_textlink[data-color="white"] {
  color: #ffffff;
}

.ce_textlink[data-style="style1"][data-color="white"] a::after {
  background-color: #ffffff;
}

.ce_textlink[data-color="black"] {
  color: #000000;
}

.ce_textlink[data-style="style1"][data-color="black"] a::after {
  background-color: #000000;
}

.ce_textlink[data-color="light-gray"] {
  color: #b4b4b4;
}

.ce_textlink[data-style="style1"][data-color="light-gray"] a::after {
  background-color: #b4b4b4;
}

.ce_textlink[data-color="dark-gray"] {
  color: #7f7f7f;
}

.ce_textlink[data-style="style1"][data-color="dark-gray"] a::after {
  background-color: #7f7f7f;
}

.ce_textlink[data-color="custom1"] {
  color: var(--customColor1);
}

.ce_textlink[data-style="style1"][data-color="custom1"] a::after {
	background-color: var(--customColor1);
}

.ce_textlink[data-color="custom2"] {
  color: var(--customColor2);
}

.ce_textlink[data-style="style1"][data-color="custom2"] a::after {
	background-color: var(--customColor2);
}
/* =============================================================================
 * ce_iconbox_vertical
 * ========================================================================== */
 
.ce_iconbox_vertical {
	display: flex;
	position: relative;
}
 
.ce_iconbox_vertical .icon {
	flex: 0 0 45px;
}

.ce_iconbox_vertical .icon .icon_inside {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 2px solid rgba(0,0,0,.1);
}
  
.ce_iconbox_vertical .headline {
	margin-bottom: 0.5em;
	line-height: 1.3;
}

.ce_iconbox_vertical i {
	line-height: 1.3;
}

.ce_iconbox_vertical a {
	text-decoration: underline;
}

.ce_iconbox_vertical:after {
	content: '';
	background: rgba(0,0,0,.1);
	width: 1px;
	position: absolute;
	left: 22px;
	bottom: 0;
	height: calc(100% - 45px);
}

.ce_iconbox_vertical:last-child:after {
	display: none;
}

/* style 1 / dark */
.ce_iconbox_vertical[data-style="style1"] .icon .icon_inside {
	border-color: rgba(0,0,0,.1);
}

.ce_iconbox_vertical[data-style="style1"]:after {
	background: rgba(0,0,0,.1);
}

/* style 2 / light */
.ce_iconbox_vertical[data-style="style2"] .icon {
	color: rgba(255,255,255,0.7);
}

.ce_iconbox_vertical[data-style="style2"] .headline {
	color: #fff;
}

.ce_iconbox_vertical[data-style="style2"] p {
	color: rgba(255,255,255,0.6);
}

.ce_iconbox_vertical[data-style="style2"] a {
	color: #fff;
}

.ce_iconbox_vertical[data-style="style2"]:after {
	background: rgba(255,255,255,.6);
}

.ce_iconbox_vertical[data-style="style2"] .icon .icon_inside {
	border-color: rgba(255,255,255,.6);
}

/* padding-bottom */

.ce_iconbox_vertical[data-padding="xsmall"] {
	padding-bottom: 20px;
}

.ce_iconbox_vertical[data-padding="small"] {
	padding-bottom: 35px;
}

.ce_iconbox_vertical[data-padding="medium"] {
	padding-bottom: 50px;
}

.ce_iconbox_vertical[data-padding="large"] {
	padding-bottom: 60px;
}

.ce_iconbox_vertical[data-padding="xlarge"] {
	padding-bottom: 70px;
}

/* icon-sizes */
.ce_iconbox_vertical[data-size="small"] .icon {
	flex: 0 0 65px;
}

.ce_iconbox_vertical[data-size="small"] .icon .icon_inside {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}

.ce_iconbox_vertical[data-size="medium"] .icon {
	flex: 0 0 90px;
}

.ce_iconbox_vertical[data-size="medium"] .icon .icon_inside {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}

.ce_iconbox_vertical[data-size="medium"]:after {
	left: 30px;
	height: calc(100% - 60px);
}

.ce_iconbox_vertical[data-size="large"] .icon {
	flex: 0 0 110px;
}

.ce_iconbox_vertical[data-size="large"] .icon .icon_inside {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 26px;
}

.ce_iconbox_vertical[data-size="large"]:after {
	left: 40px;
	height: calc(100% - 80px);
}

/* font-size */
.ce_iconbox_vertical[data-font-size="small"] p {
	font-size: var(--paragraph-small-font-size);
}

.ce_iconbox_vertical[data-font-size="medium"] p {
	font-size: var(--paragraph-medium-font-size);
}

.ce_iconbox_vertical[data-font-size="large"] p {
	font-size: var(--paragraph-large-font-size);
}

/* animation */
.ce_iconbox_vertical[data-animation="on"]:after {
	transform: scaleY(0.1);
	transform-origin: top center;
	transition: all 1s ease;
}

.ce_iconbox_vertical[data-animation="on"].isInViewport:after {
	transform: scaleY(1);
}

.ce_iconbox_vertical[data-animation="on"] .icon_inside {
	transform: scale(0.1);
	transition: all 0.5s ease;
}

.ce_iconbox_vertical[data-animation="on"].isInViewport .icon_inside {
	transform: scale(1);
}

.ce_iconbox_vertical[data-animation="on"] .content {
	transform: translateX(100px);
	transition: all 0.3s ease;
	opacity: 0;
}

.ce_iconbox_vertical[data-animation="on"].isInViewport .content {
	transform: translateX(0);
	opacity: 1;
}

/* animation delay */
.ce_iconbox_vertical[data-animation-delay="delay_100"]:after,
.ce_iconbox_vertical[data-animation-delay="delay_100"] .icon_inside,
.ce_iconbox_vertical[data-animation-delay="delay_100"] .content {
	transition-delay: 0.1s;
}

.ce_iconbox_vertical[data-animation-delay="delay_200"]:after,
.ce_iconbox_vertical[data-animation-delay="delay_200"] .icon_inside,
.ce_iconbox_vertical[data-animation-delay="delay_200"] .content {
	transition-delay: 0.2s;
}

.ce_iconbox_vertical[data-animation-delay="delay_300"]:after,
.ce_iconbox_vertical[data-animation-delay="delay_300"] .icon_inside,
.ce_iconbox_vertical[data-animation-delay="delay_300"] .content {
	transition-delay: 0.3s;
}

.ce_iconbox_vertical[data-animation-delay="delay_400"]:after,
.ce_iconbox_vertical[data-animation-delay="delay_400"] .icon_inside,
.ce_iconbox_vertical[data-animation-delay="delay_400"] .content {
	transition-delay: 0.4s;
}

.ce_iconbox_vertical[data-animation-delay="delay_500"]:after,
.ce_iconbox_vertical[data-animation-delay="delay_500"] .icon_inside,
.ce_iconbox_vertical[data-animation-delay="delay_500"] .content {
	transition-delay: 0.5s;
}

.ce_iconbox_vertical[data-animation-delay="delay_600"]:after,
.ce_iconbox_vertical[data-animation-delay="delay_600"] .icon_inside,
.ce_iconbox_vertical[data-animation-delay="delay_600"] .content {
	transition-delay: 0.6s;
}

.ce_iconbox_vertical[data-animation-delay="delay_700"]:after,
.ce_iconbox_vertical[data-animation-delay="delay_700"] .icon_inside,
.ce_iconbox_vertical[data-animation-delay="delay_700"] .content {
	transition-delay: 0.7s;
}

.ce_iconbox_vertical[data-animation-delay="delay_800"]:after,
.ce_iconbox_vertical[data-animation-delay="delay_800"] .icon_inside,
.ce_iconbox_vertical[data-animation-delay="delay_800"] .content {
	transition-delay: 0.8s;
}

.ce_iconbox_vertical[data-animation-delay="delay_900"]:after,
.ce_iconbox_vertical[data-animation-delay="delay_900"] .icon_inside,
.ce_iconbox_vertical[data-animation-delay="delay_900"] .content {
	transition-delay: 0.9s;
}
/* =============================================================================
 * ce_teambox_simple
 * ========================================================================== */

.ce_teambox_simple {
	position: relative;
}

.ce_teambox_simple .overlay_link a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	text-indent: -99999px;
}

.ce_teambox_simple .job {
	margin-bottom: 5px;
}

.ce_teambox_simple .name {
	margin-bottom: 5px;
}
	
.ce_teambox_simple .job.default {
	font-size: 1rem;
}

.ce_teambox_simple .name.default {
	font-size: 1.4rem;
}

.ce_teambox_simple .image_container {
	overflow: hidden;
	margin-bottom: 20px;
	transition: transform .8s cubic-bezier(.05,.2,.1,1);
}

.ce_teambox_simple:hover .image_container {
	transform: scale(.95);
}

.ce_teambox_simple .image_container img {
	transition: transform .8s cubic-bezier(.05,.2,.1,1);
}

.ce_teambox_simple:hover .image_container img {
	transform: scale(1.15);
}

.ce_teambox_simple .description a {
	text-decoration: underline;
}

.ce_teambox_simple .link {
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
}

.ce_teambox_simple .link svg {
  position: relative;
  top: -1px;
  transform: translateX(-5px);
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.ce_teambox_simple .link circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.ce_teambox_simple:hover .link svg {
  transform: translate3d(5px, 0, 0);
}

.ce_teambox_simple:hover .link circle {
  stroke-dashoffset: 0;
}

.ce_teambox_simple[data-font-size="small"] .description {
	font-size: var(--paragraph-small-font-size);
}

.ce_teambox_simple[data-font-size="medium"] .description {
	font-size: var(--paragraph-medium-font-size);
}

.ce_teambox_simple[data-font-size="large"] .description {
	font-size: var(--paragraph-large-font-size);
}
/* =============================================================================
 * ce_testimonial_slider
 * ========================================================================== */

.ce_testimonial_slider[data-style="style1"] {
	overflow: hidden;
}

.ce_testimonial_slider[data-style="style1"] .swiper-wrapper {
	margin-bottom: 40px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .text {
	padding: 50px 50px 50px 100px;
	position: relative;
	quotes: "\201C""\201D";
	border-radius: 10px;
	margin-bottom: 35px;
	transition: all .2s ease;
}

.ce_testimonial_slider[data-style="style1"] .swiper-slide-active .swiper-content .text {
	box-shadow: rgba(0, 0, 0, 0.176) 40px 60px 60px -20px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-slide-active .swiper-content .text {
	background: var(--accentColor);
	color: #ffffff;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .text:before {
	font-family: sans-serif;
    content: open-quote;
    font-size: 130px;
    position: absolute;
    left: 29px;
    top: 50px;
    opacity: .4;
    line-height: 115px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .text .bottom-arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 100%;
    left: 50%;
    margin-left: -14px;
    margin-top: -19px;
    opacity: 0;
    transition: all .2s ease;
    border-color: var(--accentColor);
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .text .bottom-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
    border-color: rgba(255,255,255,.4) transparent transparent transparent;
    border-color: var(--accentColor);
}

.ce_testimonial_slider[data-style="style1"] .swiper-slide-active .text .bottom-arrow {
	opacity: 1;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .image_container {
	text-align: center;
	margin-bottom: 12px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .image_container img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: inline-block;
	box-shadow: 0 15px 37px rgba(0,0,0,.15);
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .name {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000;
	text-align: center;
}

.ce_testimonial_slider[data-style="style1"] .swiper-content .info {
	font-size: 0.9em;
	line-height: 1.5em;
	color: rgba(0,0,0,0.6);
	text-align: center;
}

/* pagination and arrows */

.ce_testimonial_slider[data-style="style1"] .swiper-pagination {
	position: static;
}

.ce_testimonial_slider[data-style="style1"] .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0;
}

.ce_testimonial_slider[data-style="style1"] .swiper-pagination-bullet-active {
	background: var(--accentColor);
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-next, 
.ce_testimonial_slider[data-style="style1"] .swiper-button-prev {
	position: static;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 0;
	background: rgba(0,0,0,0.05);
	border-radius: 100%;
	transition: all .2s ease;
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-prev {
	margin-right: 5px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-next {
	margin-left: 5px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-next:after, 
.ce_testimonial_slider[data-style="style1"] .swiper-button-prev:after {
	font-size: 19px;
	line-height: 50px;
	font-family: 'themify';
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-next:hover,
.ce_testimonial_slider[data-style="style1"] .swiper-button-prev:hover {
	transform: scale(1.15);
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-next:after {
	content: "\e628";
}

.ce_testimonial_slider[data-style="style1"] .swiper-button-prev:after {
	content: "\e629";
}

.ce_testimonial_slider[data-style="style1"] .swiper-buttons {
	text-align: center;
	margin-bottom: 20px;
}

/* font-size */
.ce_testimonial_slider[data-size="small"] {
	font-size: var(--paragraph-small-font-size);
	line-height: var(--paragraph-small-line-height);
}

.ce_testimonial_slider[data-size="medium"] {
	font-size: var(--paragraph-medium-font-size);
	line-height: var(--paragraph-medium-line-height);
}

.ce_testimonial_slider[data-size="large"] {
	font-size: var(--paragraph-large-font-size);
	line-height: var(--paragraph-large-line-height);
}

.ce_testimonial_slider[data-style="style1"] .swiper-container.mousedown .swiper-content {
	transform: scale(0.95);
	transition: all 0.2s ease;
}

.ce_testimonial_slider[data-style="style1"] .circle {
    width: 90px;
    height: 90px;
    position: absolute;
    pointer-events: none; /* Makes sure the circle doesn't block any mouse events */
    transition: all 0.2s ease;
    transform: translateX(-45px) translateY(-45px) scale(0.1);
    opacity: 0;
    z-index: 100000000;
}

.ce_testimonial_slider[data-style="style1"] .swiper-container.mouseover .circle {
	transform: translateX(-45px) translateY(-45px) scale(1);
	opacity: 1;
	transition: all 0.2s ease;
}

.ce_testimonial_slider[data-style="style1"] .circle .circle-bg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--accentColor);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.ce_testimonial_slider[data-style="style1"] .circle span {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce_testimonial_slider[data-style="style1"] .circle i {
    color: white;
    font-size: 24px;
    transition: all 0.2s ease;
}

.ce_testimonial_slider[data-style="style1"] .circle i.last {
    margin-left: 25px;
}

.ce_testimonial_slider[data-style="style1"] .swiper-container.mousedown .circle .circle-bg {
	transform: scale(0.1);
}

.ce_testimonial_slider[data-style="style1"] .swiper-container.mousedown .circle i {
	color: var(--accentColor);
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_testimonial_slider[data-style="style1"] .swiper-slide-active .swiper-content .text {
		margin-left: 20px;
		margin-right: 20px;
	}
}
/* =============================================================================
 * ce_video_w_teaser
 * ========================================================================== */

.ce_video_w_teaser {
    width: 100%;
    height: 800px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.ce_video_w_teaser .video_teaser {
    width: 50%; 
    margin: 0 auto;
    transition: width 0.01s ease; 
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ce_video_w_teaser[data-animation="off"] .video_teaser {
	width: 100%;
}

.ce_video_w_teaser .video_teaser video,
.ce_video_w_teaser .teaser_image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover; 
}

.ce_video_w_teaser .teaser_image img {
	max-width: none;
	width: auto;
}

.ce_video_w_teaser .video_content {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white; /* Textfarbe, kann angepasst werden */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ce_video_w_teaser .video_content .title {
    margin: 5px 0;
}

.ce_video_w_teaser .video_content .headline {
	margin: 0;
}

/* style2 */
.ce_video_w_teaser[data-style="style2"] .video_content {
	bottom: auto;
	top: 50%;
}

/* light/dark theme */
.ce_video_w_teaser[data-color="light"] .headline,
.ce_video_w_teaser[data-color="light"] .subheadline,
.ce_video_w_teaser[data-color="light"] .duration  {
	color: #fff;
}

.ce_video_w_teaser[data-color="light"] .play-button-static {
	border:  2px solid #fff;
	color: #fff;
}

.ce_video_w_teaser[data-color="dark"] .headline,
.ce_video_w_teaser[data-color="dark"] .subheadline,
.ce_video_w_teaser[data-color="dark"] .duration {
	color: #000;
}

.ce_video_w_teaser[data-color="dark"] .play-button-static {
	border:  2px solid #000;
	color: #000;
}

/* play button static */

.ce_video_w_teaser .play-button-static {
	display: none;
}

.ce_video_w_teaser[data-play-button="play_button_static"] .play-button-static {
	display: block;
}

.ce_video_w_teaser .play-button-static {
	font-size: 22px;
	line-height: 66px;
	text-align: center;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	margin-bottom: 30px;
	transition: all 1.2s ease;
}

.ce_video_w_teaser[data-color="light"][data-play-button="play_button_static"] .play-button-static {
	border-color: #fff;
}

.ce_video_w_teaser[data-color="light"][data-play-button="play_button_static"]:hover .play-button-static {
	background: rgba(255,255,255,0.2);
}

.ce_video_w_teaser[data-color="dark"][data-play-button="play_button_static"] .play-button-static {
	border-color: #000;
	color: #000;
}

.ce_video_w_teaser[data-color="dark"][data-play-button="play_button_static"]:hover .play-button-static {
	background: rgba(0,0,0,0.2);
}

.ce_video_w_teaser[data-play-button="play_button_static"]:hover .play-button-static {
	transform: scale(1.1);
}

/* play button fyling */
.ce_video_w_teaser .circle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100px;
    height: 100px;
    transition: transform 0.1s ease;
}

.ce_video_w_teaser .circle .circle_inside {
 	font-size: 18px;
	line-height: 96px;
	text-align: center;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	pointer-events: none; /* Makes sure the circle doesn't block any mouse events */
    transition: opacity 0.8s ease, transform 1.3s ease;
    transform: translateX(-50px) translateY(-50px) scale(0.1);
    z-index: 100000000;
    background: var(--accentColor);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.1);
    opacity: 0;
}

.ce_video_w_teaser .circle .circle_inside i {
    font-size: 18px;
    transition: all 0.2s ease;
}

.ce_video_w_teaser.mouseover .circle .circle_inside {
	transform: translateX(-50px) translateY(-50px) scale(1);
	opacity: 1;
} 

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	
	.ce_video_w_teaser .circle {
		display: none!important;
	}
	
	.ce_video_w_teaser .play-button-static {
		display: block!important;
	}
	
	.ce_video_w_teaser[data-style="style1"] .video_content {
		transform: translate(-50%, 0);
		bottom: 20px;
	}
		
}
/* =============================================================================
 * ce_scrolling_text
 * ========================================================================== */

.ce_scrolling_text {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap;
	overflow: hidden;
}

.ce_scrolling_text .text {
	animation: scrolling-text-animation linear infinite 15s;
	animation-duration: 20s;
	transform: translateX(0%) translateZ(0);
	display: flex;
	flex-direction: row;
}

.ce_scrolling_text[data-style="style1"] .text {
	-webkit-text-stroke-color: #333;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	text-stroke-width: 1px;
}

.ce_scrolling_text[data-style="custom1"] .text {
	font-family: var(--customFont1);
	font-weight: var(--customFont1Weight);
	font-size: var(--customFont1FontSize);
	line-height: var(--customFont1LineHeight);
	-webkit-text-stroke-color: var(--customFont1-stroke-color);
	text-stroke-color: var(--customFont1-stroke-color);
	-webkit-text-fill-color: var(--customFont1-text-color);
	text-fill-color: var(--customFont1-text-color);
	-webkit-text-stroke-width: var(--customFont1-stroke-width);
	text-stroke-width: var(--customFont1-stroke-width);
	letter-spacing: var(--customFont1-letter-spacing);
	color: var(--customFont1-text-color);
}

.ce_scrolling_text[data-style="custom2"] .text {
	font-family: var(--customFont2);
	font-weight: var(--customFont2Weight);
	font-size: var(--customFont2FontSize);
	line-height: var(--customFont2LineHeight);
	-webkit-text-stroke-color: var(--customFont2-stroke-color);
	text-stroke-color: var(--customFont2-stroke-color);
	-webkit-text-fill-color: var(--customFont2-text-color);
	text-fill-color: var(--customFont2-text-color);
	-webkit-text-stroke-width: var(--customFont2-stroke-width);
	text-stroke-width: var(--customFont2-stroke-width);
	letter-spacing: var(--customFont2-letter-spacing);
	color: var(--customFont2-text-color);
}

.ce_scrolling_text a {
  text-decoration: underline;
  color: inherit;
}

/* colors */
.ce_scrolling_text[data-color="accent-color"],
.ce_scrolling_text[data-color="accent-color"] .text {
	color: var(--accentColor);
	-webkit-text-stroke-color: var(--accentColor);
	text-stroke-color: var(--accentColor);
}

.ce_scrolling_text[data-color="second-color"],
.ce_scrolling_text[data-color="second-color"] .text {
	color: var(--socondColor);
	-webkit-text-stroke-color: var(--secondColor);
	text-stroke-color: var(--secondColor);
}

.ce_scrolling_text[data-color="white"],
.ce_scrolling_text[data-color="white"] .text {
	color: #ffffff;
	-webkit-text-stroke-color: #ffffff;
	text-stroke-color: #ffffff;
}

.ce_scrolling_text[data-color="black"],
.ce_scrolling_text[data-color="black"] .text {
	color: #000000;
	-webkit-text-stroke-color: #000000;
	text-stroke-color: #000000;
}

.ce_scrolling_text[data-color="light-gray"],
.ce_scrolling_text[data-color="light-gray"] .text {
	color: #b4b4b4;
	-webkit-text-stroke-color: #b4b4b4;
	text-stroke-color: #b4b4b4;
}

.ce_scrolling_text[data-color="dark-gray"],
.ce_scrolling_text[data-color="dark-gray"] .text {
	color: #7f7f7f;
	-webkit-text-stroke-color: #7f7f7f;
	text-stroke-color: #7f7f7f;
}

.ce_scrolling_text[data-color="custom1"],
.ce_scrolling_text[data-color="custom1"] .text {
	color: var(--customColor1);
	-webkit-text-stroke-color: var(--customColor1);
	text-stroke-color: var(--customColor1);
}

.ce_scrolling_text[data-color="custom2"],
.ce_scrolling_text[data-color="custom2"] .text {
	color: var(--customColor2);
	-webkit-text-stroke-color: var(--customColor2);
	text-stroke-color: var(--customColor2);
}

/* animation */

@keyframes scrolling-text-animation {
    from {
        transform: translateX(-20%) translateZ(0)
    }

    to {
        transform: translateX(-120%) translateZ(0)
    }
}

@keyframes scrolling-text-animation-reverse {
    from {
        transform: translateX(20%) translateZ(0)
    }

    to {
        transform: translateX(120%) translateZ(0)
    }
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */

@media only screen and (max-width: 767px) {
	
	.ce_scrolling_text[data-style="custom1"] .text {
		font-size: var(--customFont1FontSizeMob);
		line-height: var(--customFont1LineHeightMob);
	}
	
	.ce_scrolling_text[data-style="custom2"] .text {
		font-size: var(--customFont2FontSizeMob);
		line-height: var(--customFont2LineHeightMob);
	}
	
}
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}}
.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}
