/* =============================================================================
 * body
 * ========================================================================== */

html, 
body {
	font-size: 15px;
}

body {
	color: #555;
	font-family: 'Cairo', sans-serif;
	line-height: 1.8rem;
	font-weight: normal;
}

/* =============================================================================
 * font classes
 * ========================================================================== */

.font_serif_2,
.font-serif-2 {
	font-family: 'Cairo', serif;
}

/* =============================================================================
 * headlines
 * ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 25px;
	line-height: 1.3;
	color: rgb(59,60,66);
	word-wrap: break-word;
	font-weight: normal;
}

h1 {
	font-size: 3rem;
	padding-top: 0;
}

h2 {
	font-size: 2.333rem;
}

h3 {
	font-size: 1.867rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.333rem;
}

h6 {
	font-size: 1.2rem;
}

/* =============================================================================
 * logo size
 * ========================================================================== */

.logo {
	width: 200px;
	height: 100px;
}

/* =============================================================================
 * logo size: sticky
 * ========================================================================== */

.stickyheader .logo {
	width: 170px;
	height: 70px;
}

/* =============================================================================
 * logo size: mobile
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	.stickyheader .logo,
	.logo {
		width: 150px;
		height: 70px;
	}
}

/* =============================================================================
 * logo
 * ========================================================================== */

.logo {
	margin-top: auto;
	margin-bottom: auto;
	float: left;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.logo a {
	background-image: url(../../files/cto_layout/img/logo.png);
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left;
}

/* =============================================================================
 * stickyheader
 * ========================================================================== */

.stickyheader .header.cloned {
	line-height: 70px;
}

.stickyheader {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	top: -100%;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
}

body.fixed-header .stickyheader {
	top: 0;
}

.stickyheader .header.cloned .logo {
	transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;	
}

.stickyheader .logo {
	margin-right: 35px;
}

/* =============================================================================
 * header
 * ========================================================================== */

.header {
	width: 100%;
	top: 0px;
	z-index: 1030;
	position: relative;	
	background: rgb(255,255,255);
	line-height: 100px;
}

.header.cloned {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	transition: line-height 0.3s ease;
	-webkit-transition: line-height 0.3s ease;	
}

.header .inside {
	padding-left: 40px;
	padding-right: 40px;
}

.header.original .mainmenu ul ul li a.trail:after, 
.header.original .mainmenu ul ul li a.active:after {
	display: none;
}

/* =============================================================================
 * fix-wrapper
 * ========================================================================== */

#fix-wrapper {
	width: 100%;
	z-index: 10000;
}

/* =============================================================================
 * contentwrapper
 * ========================================================================== */

#contentwrapper {
	background: rgb(255,255,255);
}

/* =============================================================================
 * page-width + mod_article
 * ========================================================================== */

#top .inside,
.header .inside,
#footer .inside, 
#bottom .inside,
body.sidebar #container,
#main .mod_article:not(.autogrid), 
.fullwidth.boxed-content .contentwrap, 
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.ce_video_background .ce_video_background_inside,
#offcanvas-top .offcanvas-top-inside,
.ce_calltoaction .ce_calltoaction_inside,
.mod_breadcrumb .mod_breadcrumb_inside {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

body #main .mod_article.fullwidth {
	max-width: 100%;
}

body #main .mod_article.smallwidth {
	max-width: 800px;
	padding-left: 40px;
	padding-right: 40px;
}

body #main .mod_article.xsmallwidth {
	max-width: 650px;
	padding-left: 40px;
	padding-right: 40px;
}

#top .inside,
.header .inside,
#footer .inside, 
#bottom .inside,
body.sidebar #container,
#main .mod_article:not(.fullwidth):not(.autogrid):not(.smallwidth), 
.fullwidth.boxed-content .contentwrap, 
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_bgimage-inside,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.ce_video_background .ce_video_background_inside,
#offcanvas-top .offcanvas-top-inside,
.ce_calltoaction .ce_calltoaction_inside,
.mod_breadcrumb .mod_breadcrumb_inside  {
	padding-left: 40px;
	padding-right: 40px;
}

#main .mod_article {
	padding-top: 100px;
	padding-bottom: 100px;
}

body.content_page.sidebar #main .mod_article {
	padding-top: 40px;
	padding-bottom: 40px;
}

#main .mod_article.fullwidth:not(.boxed-content) { 
	padding-top: 0; 
	padding-bottom: 0; 
}

#main .mod_article.mod_article_offset_top {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	top: -60px;
}

.mod_article {
	overflow: visible;
}

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

.mod_article:after {
	clear:both;
}

/* =============================================================================
 * top
 * ========================================================================== */

#top-wrapper {
	width: 100%;
}

#top-wrapper.fixed {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	background: rgba(0,0,0,0.8);
}

#top {
	position: relative;
	z-index: 1100;
	font-size: 0.93rem;
	line-height: 2.5rem;
	background: rgb(249,249,249);
	color: rgba(255,255,255,0.7);
}

#top-wrapper.fixed #top {
	max-height: 0;
	overflow: hidden;
}

#top:hover {
	overflow: visible;
}

#top .inside {
	padding-left: 40px;
	padding-right: 40px;
}

#top,
#top a {
	color: rgb(127,127,127);
}

/* =============================================================================
 * top: mod_top_mail
 * ========================================================================== */

#top .mod_top_mail {
	float: left;
}

#top .mod_top_mail a {
	padding: 0 8px;
	display: inline-block;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
}

#top .mod_top_mail i {
	margin: 0 5px;
}

#top .mod_top_mail a:hover {
	background: rgb(30,136,210);
	color: #fff!important;
}

/* =============================================================================
 * top: mod_top_phone
 * ========================================================================== */

#top .mod_top_phone {
	float: left;
	margin-right: 15px;
}

#top .mod_top_phone i {
	margin: 0 5px 0 10px;
}

/* =============================================================================
 * top: mod_socials
 * ========================================================================== */

#top .mod_socials {
	overflow: hidden;
	float: right;
	margin-left: 15px;
}

#top .mod_socials a {
	display: block;
	float: left;
	text-align: center;
	line-height: 35px;
}

#top .mod_socials a i {
	width: 2.333rem;
	font-size: 1.067rem;
	color: rgb(127,127,127);
	line-height: 2.5rem;
}

/* =============================================================================
 * header: mod_socials
 * ========================================================================== */

.header .mod_socials {
	display: none;
	overflow: hidden;
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}

.header .mod_socials:before {
	content: '';
	border-left: 1px solid rgb(0,0,0);
	position: absolute;
	top: 30%;
	left: 0;
	bottom: 30%;
	opacity: 0.2;
}

.header .mod_socials a {
	display: block;
	float: left;
	text-align: center;
}

.header .mod_socials a i {
	width: 35px;
	line-height: 35px;
}

/* =============================================================================
 * container mod_socials
 * ========================================================================== */

#container .mod_socials i {
	padding: 7px;
	width: 2.4rem;
	font-size: 1.467rem;
	text-align: center;
}

/* =============================================================================
 * mod_socials in sidebar
 * ========================================================================== */

#right .mod_socials,
#left .mod_socials {
	text-align: center;
	border-top: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(230,230,230);
	padding: 10px 0;
	background: rgba(0,0,0,0.03);
}

#right .mod_socials i,
#left .mod_socials i {
	background: rgba(0,0,0,0.05);
	font-size: 0.8rem;
	line-height: 2.4rem;
	padding: 0 7px;
	display: inline-block;
}

/* =============================================================================
 * mod_langswitcher
 * ========================================================================== */

.mod_langswitcher {
	position: relative;
	float: right;
	margin-left: 20px;
	z-index: 100;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_langswitcher .mod_langswitcher_inside {
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	line-height: 0;
	position: relative;
}

.mod_langswitcher .mod_langswitcher_inside:before {
	content: '';
	border-radius: 5px;
	border: 1px solid rgb(0,0,0);
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 70px;
	height: 34px;
	width: 55px;
}

.mod_langswitcher .mod_langswitcher_inside:after {
	font-family: "FontAwesome";
	content: "\f107";
	margin-left: 10px;
	display: inline-block;
	font-size: 10px;
	position: relative;
	top: -2px;
}

.mod_langswitcher .mod_langswitcher_inside i {
	margin-right: 5px;
}

.mod_langswitcher img {
	width: 20px;
	height: 15px;
	margin-bottom: -3px; 
}

.mod_langswitcher ul {
	display: none;
	position: absolute;
	border: 1px solid rgba(0,0,0,0.2);
	left: 0;
	top: 100%;
	background: rgb(255,255,255);
	width: 57px;
	text-align: center;
	border-radius: 0 0 5px 5px;
}

.mod_langswitcher ul li a {
	padding: 8px 15px;
	display: block;
	line-height: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;	
}

.mod_langswitcher ul li a img {
	border: 1px solid rgb(200,200,200);
}

 .mod_langswitcher ul li a:hover {
	background: rgba(0,0,0,0.05); 
}

.mod_langswitcher ul li:last-of-type a {
	border-bottom: 0;
}

.mod_langswitcher .mod_langswitcher_inside:hover ul {
	-webkit-animation: fadeIn 0.3s;
	animation: fadeIn 0.3s;
	display: block;
}

.mod_langswitcher span {
	display: none;
}

/* =============================================================================
 * top: mod_langswitcher
 * ========================================================================== */
 
#top .mod_langswitcher {
	display: none;
}

#top .mod_langswitcher .mod_langswitcher_inside {
	padding-left: 0;
	padding-right: 0;
	height: 36px;
}

#top .mod_langswitcher .mod_langswitcher_inside:before {
	display: none;
}

#top .mod_langswitcher ul {
	width: 45px;
}

#top .mod_langswitcher ul li a {
	padding-left: 5px;
	padding-right: 5px;
} 

/* =============================================================================
 * mmenu: mod_langswitcher
 * ========================================================================== */



/* =============================================================================
 * header: mod_search
 * ========================================================================== */
 
.header .mod_search {
	position: relative;
	float: right;
	padding: 0 8px;
	display: inline-block;
	cursor: pointer;
	margin-left: 45px;
	z-index: 100;
	opacity: 0.7;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.header .mod_search:hover {
	opacity: 1;
}

.header .mod_search span {
	display: none;
}

.header .ce_search_label i {
	margin-right: 5px;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;	
}

.body_bottom .mod_search .search-content {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1000000;
	display: none;
}

.body_bottom .mod_search .search-content:before {
	content: '';
	height: 50%;
	display: block;
	margin-bottom: -120px;
	box-sizing: inherit;
}

.body_bottom .mod_search.show-search .search-content form {
	display: block;
}

.body_bottom .mod_search form {
	max-width: 500px;
	margin: 0 auto;
	height: 100%;
	display: none;
	text-align: center;
}

.body_bottom .mod_search.show-search .search-content{
	display: block;
	-webkit-animation: fadeInDown 0.5s;
	animation: fadeInDown 0.5s;
}

.body_bottom .mod_search.show-search {
	overflow: visible!important;
}

.body_bottom .mod_search .close-window i {
	position: fixed;
	right: 50px;
	top: 50px;
}

.body_bottom .mod_search .close-window i:before {
	color: #fff;
	font-size: 20px;
	border: 3px solid #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;	
}

.body_bottom .mod_search .close-window i:hover:before {
	background: rgba(255,255,255,0.3);
}

.body_bottom .mod_search input:not(.submit),
.body_bottom .mod_search button:not(.submit) {
	background: transparent;
	border: 0;
	border-bottom: 3px solid #fff;
	font-size: 32px;
	color: #fff;
	line-height: 40px;
	width: 100%;
	float: none;
	padding: 0;
	border-radius: 0;
}

.body_bottom .mod_search input.submit,
.body_bottom .mod_search button.submit {
	margin: 25px auto 0 auto;
	float: none;
	width: auto;
	background: transparent;
	border-color: #fff;
	color: #fff;
	transition: All 0.3s linear;
	-webkit-transition: All 0.3s linear;
}

.body_bottom .mod_search input.submit:hover,
.body_bottom .mod_search button.submit:hover {
	background: rgba(255,255,255,0.3);
}

.body_bottom .mod_search .label {
	display: block;
	text-align: center;
	font-size: 34px;
	color: #fff;
	margin-bottom: 25px;
	font-weight: bold;
}

/* =============================================================================
 * header: header_metanavi
 * ========================================================================== */

.header .header_metanavi {
	display: none;
	overflow: visible;
}

.header .header_metanavi a {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
	color: rgba(0,0,0,0.5);
	font-size: 0.95rem;
}

.header .header_metanavi a:hover {
	opacity: 0.7
}

.header .header_metanavi li {
	display: inline-block;
	position: relative;
	line-height: 50px;
}

.header .header_metanavi li i {
	display: none;
}

.header .header_metanavi li ul {
	display: none;
	position: absolute;
	left: 0;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
	z-index: 10;
}

.header .header_metanavi li ul li {
	border-top: 1px solid rgba(0,0,0,0.1);
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 0.9em;
	line-height: 35px;
}

.header .header_metanavi li ul li a {
	margin: 0;
	display: block;
	color: rgb(80,80,80)!important;
}

.header .header_metanavi li.submenu a:after {
	font-family: "FontAwesome";
	content: "\f107";
	margin-left: 4px; 	
}

.header .header_metanavi li.submenu li a:after {
	display: none;
}

.header .header_metanavi li:hover ul {
	display: block;
}

/* =============================================================================
 * top: mod_login_top
 * ========================================================================== */

#top .mod_login_top {
	float: right;
	padding: 0 8px;
	display: inline-block;
	cursor: pointer;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	margin-left: 25px;
}

#top .mod_login_top i {
	margin-right: 8px;
}

#top .mod_login_top:hover {
	background: rgb(30,136,210);
	color: #fff;
}

#top .mod_login {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,0.8);
	padding: 0;
	z-index: 100;
	display: none;
	max-width: 100%;
	margin: 0;
	color: rgb(57,57,57);
}

#top .mod_login.show form {
	display: block;
}

#top .mod_login form {
	max-width: 380px;
	margin: 0 auto;
	display: none;
	background: rgb(255,255,255);
	margin-top: 50px;
	position: relative;
	border-radius: 5px;
	z-index: 10;
}

#top .mod_login form .formbody {
	padding: 35px;
}

#top .mod_login form h1,
#top .mod_login form h2,
#top .mod_login form h3,
#top .mod_login form h4,
#top .mod_login form h5,
#top .mod_login form h6 {
	padding: 20px 30px;
	margin: 0;
	border-bottom: 1px solid rgb(233, 236, 239);
}

#top .mod_login form table {
	width: 100%;
}

#top .mod_login form  table td {
	padding: 5px 0;
}

#top .mod_login.show form {
	display: block;
	-webkit-animation: fadeInDown 0.4s;
	 animation: fadeInDown 0.4s;
}

#top .mod_login.show {
	display: block;
	-webkit-animation: fadeIn 0.3s;
	animation: fadeIn 0.3s;
}

#top .mod_login .close-window-login i {
	position: absolute;
	right: 10px;
	top: 10px;
}

#top .mod_login .close-window-login i:before {
	font-size: 16px;
	background: rgba(255,255,255,0.95);
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	color: rgba(0,0,0,0.5);
}

#top .mod_login form div {
	margin: 0;
}

#top .mod_login .overlay_close {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#top .mod_login form .autologin_container input {
	display: inline-block;
}

#top .mod_login form .autologin_container label {
	display: inline-block;
}

#top .mod_login form .autologin_container {
	margin-bottom: 5px;
}

#top .mod_login form p.error {
	line-height: 1.5;
}

/* =============================================================================
 * top: top_metanavi
 * ========================================================================== */

#top .top_metanavi {
	overflow: visible;
	float: right;
}

#top .top_metanavi a {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
}

#top .top_metanavi a:hover {
	opacity: 0.7;
}

#top .top_metanavi li {
	display: inline-block;
	position: relative;
	padding: 0 4px;
}

#top .top_metanavi li.submenu a:after {
	font-family: "FontAwesome";
	content: "\f107";
	margin-left: 4px; 	
}

#top .top_metanavi li.submenu li a:after {
	display: none;
}

#top .top_metanavi li i {
	display: none;
}

#top .top_metanavi li ul {
	display: none;
	position: absolute;
	left: 0;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#top .top_metanavi li ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 0.9em;
	line-height: 35px;
}

#top .top_metanavi li ul li.last {
	border-bottom: 0;
}

#top .top_metanavi li ul li a {
	margin: 0;
	color: rgb(85,85,85)!important;
	display: block;
}

#top .top_metanavi li:hover ul {
	display: block;
}

/* =============================================================================
 * breadcrumb
 * ========================================================================== */

.mod_breadcrumb {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mod_breadcrumb .mod_breadcrumb_inside {
	position: relative;
}

.mod_breadcrumb .mod_breadcrumb_inside:before {
	content: '';
	border-top: 1px solid rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	left: 40px;
	right: 40px;
	height: 1px;
}

.mod_breadcrumb .mod_breadcrumb_inside:after {
	content: '';
	border-top: 1px solid rgba(0,0,0,0.1);
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 40px;
	height: 1px;
}

.mod_breadcrumb .mod_breadcrumb_inside:before,
.mod_breadcrumb .mod_breadcrumb_inside:after {
	display: none;
}

.mod_breadcrumb ul {
	font-size: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	display: inline-block;
	float: none;
	padding: 11px 0;
}

.mod_breadcrumb li {
	display: inline-block;
	margin-right: 5px;
}

.mod_breadcrumb li:before {
	font-family: "FontAwesome";
	content: "\f101";
	margin-right: 5px;
}

.mod_breadcrumb li.first:before {
	display: none;
}

.mod_breadcrumb .pagetitle {
	display: none;
}

/* =============================================================================
 * offcanvas-top
 * ========================================================================== */

.offcanvas-trigger {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
	height: 36px;
	width: 36px;
}

.offcanvas-trigger:after {
	position: absolute;
	right: -25px;
	top:-25px;
	width: 50px;
	content:'';
	height: 50px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.offcanvas-trigger .line1,
.offcanvas-trigger .line2 {
	position: absolute;
	top: 50%;
	background: rgba(0,0,0,0.9);
	height: 1px; 
	width: 10px;
	z-index: 10;
	right: 5px;
	margin-top: -7px;
}

.offcanvas-trigger .line2 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

#offcanvas-top {
	max-height: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;	
	overflow: hidden;
	font-size: 0.95rem;
	line-height: 1.6;
}

#offcanvas-top,
#offcanvas-top a {
	color: rgba(255,255,255,0.8);
}

#offcanvas-top.offcanvas-top-open {
	display: block;
	max-height: 1000px;
}

.offcanvas-top-open.offcanvas-trigger .line2 {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#offcanvas-top .offcanvas-top-inside {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

#offcanvas-top .mod_login {
	background: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#offcanvas-top .mod_login input.submit,
#offcanvas-top .mod_login button.submit {
	width: auto;
	background: rgba(0,0,0,0.1);
}

#offcanvas-top .mod_login input.text{
	margin-bottom: 10px;
}

#offcanvas-top .autogrid.block {
	padding-left: 2%;
	padding-right: 2%;
}

#offcanvas-top .autogrid_wrapper {
	margin-left: -2%;
	margin-right: -2%;
}

#offcanvas-top h1,
#offcanvas-top h2,
#offcanvas-top h3,
#offcanvas-top h4,
#offcanvas-top h5,
#offcanvas-top h6 {
	color: rgb(255,255,255);
	font-size: 1.6rem;
}

#offcanvas-top .mod_socials {
	overflow: hidden;
	display: inline-block;
}

#offcanvas-top .mod_socials a i {
	padding: 0.6667rem;
	margin-right: 1px;
	background: rgba(255,255,255,0.05);
	font-size: 1.333rem;
	display: inline-block;
	height: 2.667rem;
	width: 2.667rem;
	text-align: center;
	float: left;
	margin-bottom: 1px;
}

/* =============================================================================
 * cookiebar
 * ========================================================================== */

.cookiebar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: rgb(255,255,255);
	z-index: 100000000000;
	padding: 15px 110px 15px 15px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	display: none;
}

.cookiebar.open {
	display: block;
}

.cookiebar-close {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	background: rgba(0,0,0,0.3);
	padding: 5px 10px;
	border-radius: 3px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.cookiebar-close:hover {
	background: rgba(0,0,0,0.5);
}

.cookiebar a {
	color: rgb(255,255,255);
	font-weight: bold;
}

/* =============================================================================
 * cookiebar_slim
 * ========================================================================== */

.cookiebar_slim {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: rgb(255,255,255);
	background: rgb(0,0,0);
	z-index: 100000000000;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	display: none;
}

.cookiebar_open .cookiebar_slim {
	display: block;
}

.cookiebar_slim_overlay {
	z-index: 10000000;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
}

.cookiebar_open .cookiebar_slim_overlay {
	display: block;
}

.cookiebar_slim .contentwrap {
	padding-top: 15px;
	padding-bottom: 15px;
}

.cookiebar_slim .buttons {
	text-align: right;
}

.cookiebar_slim .cookiebar_button {
	display: inline-block;
}

.cookiebar_slim .cookiebar_button a {
	padding: 5px;
	min-width: 140px;
	margin: 5px 0;
}

.cookiebar_slim .content a {
	color: rgb(255,255,255);
	text-decoration: underline;
}

.cookiebar_slim .content {
	line-height: 1.5;
}

/* =============================================================================
 * mod_cookiebar_optin_medium
 * ========================================================================== */

.mod_cookiebar_optin_medium {
	display: none;
}

.mod_cookiebar_optin_medium.open {
	display: block;
}

.mod_cookiebar_optin_medium .cookiebar_medium_inside {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: rgb(255,255,255);
	background: rgb(0,0,0);
	z-index: 100000000000;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.mod_cookiebar_optin_medium .cookiebar_medium_overlay {
	z-index: 10000000;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
}

.mod_cookiebar_optin_medium .contentwrap {
	padding-top: 15px;
	padding-bottom: 15px;
}

.mod_cookiebar_optin_medium .buttons {
	text-align: right;
}

.mod_cookiebar_optin_medium .cookiebar_button {
	display: inline-block;
}

.mod_cookiebar_optin_medium .cookiebar_button a {
	padding: 5px;
	min-width: 140px;
}

.mod_cookiebar_optin_medium .content a {
	color: rgb(255,255,255);
	text-decoration: underline;
}

.mod_cookiebar_optin_medium .cookie_option_info {
	display: none;
	font-size: 0.85rem;
	line-height: 1.4;
}

.mod_cookiebar_optin_medium .cookie_option_info.open {
	display: block;
}

.mod_cookiebar_optin_medium .content {
	font-size: 0.9rem;
	line-height: 1.6;
}

.mod_cookiebar_optin_medium .radio_container {
	float: left;
	margin-top: 10px;
}

.mod_cookiebar_optin_medium .ce_hyperlink {
	float: right;
}

@media only screen and (max-width: 970px) {
	.mod_cookiebar_optin_medium .ce_hyperlink,
	.mod_cookiebar_optin_medium .radio_container {
		float: none;
	}
	
	.mod_cookiebar_optin_medium .ce_hyperlink {
		margin-top: 10px;
	}
}

.mod_cookiebar_optin_medium form {
	overflow: hidden;
}

.mod_cookiebar_optin_medium form .item {
	vertical-align: top;
	display: inline-block;
	margin-right: 10px;
	max-width: 450px;
}

.mod_cookiebar_optin_medium form div.widget {
	margin: 0;
}

.mod_cookiebar_optin_medium form .item.last {
	margin-right: 0;
}

.mod_cookiebar_optin_medium form i {
	position: relative;
	top: -7px;
	cursor: pointer;
}

.mod_cookiebar_optin_medium .submit.readonly,
.mod_cookiebar_optin_medium .submit.readonly:hover,
.mod_cookiebar_optin_medium .submit.readonly:focus {
	background: rgb(221, 221, 221);
	color: rgb(154, 154, 154);
	border: 1px solid rgb(221, 221, 221);
}

/* =============================================================================
 * cookiebar_optin
 * ========================================================================== */

.mod_cookiebar_optin {
	display: none;
}

.mod_cookiebar_optin.open {
	display: block;
}

.mod_cookiebar_optin,
.mod_cookiebar_optin .headline {
	font-family: Arial, Verdana, sans-serif;
}

.mod_cookiebar_optin .cookiebar_overlay {
	z-index: 10000000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
}

.mod_cookiebar_optin .cookiebar_popup {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 20000000;
	width: 90%;
	max-width: 475px;
	height: 100%;
}

.mod_cookiebar_optin .cookiebar_inside {
	position: absolute;
	left: 0;
	top: 0;
	overflow: auto;
	height: 100%;
}

.mod_cookiebar_optin .cookiebar_content {
	padding: 25px;
	background: rgb(248,248,248);
}

.mod_cookiebar_optin .cookiebar_popup.view_help {
	position: absolute;
}

.mod_cookiebar_optin .palette .item {
	background: rgb(255,255,255);
	padding: 10px;
	margin-bottom: 3px;
	transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease;	
}

.mod_cookiebar_optin .palette .item:hover {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.07);
}

.mod_cookiebar_optin .palette .cookie_option_info {
	font-size: 0.8rem;
	color: rgba(0,0,0,0.6);
	line-height: 1.4;
	margin-bottom: 0;
	cursor: pointer;
}

.mod_cookiebar_optin .cookie_info {
	line-height: 1.2;
	font-size: 0.9rem;
}

.mod_cookiebar_optin form label, .mod_cookiebar_optin form input.radio {
	cursor: pointer;
}

.mod_cookiebar_optin form div.widget {
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

.mod_cookiebar_optin form .widget-radio input {
	margin: 7px 0 0 0;
	float: left;
	width: 8%;
}

.mod_cookiebar_optin form .widget-label {
	float: left; 
	width: 80%;
	cursor: pointer;
}

.mod_cookiebar_optin .submit {
	margin-top: 15px;
}

.mod_cookiebar_optin .submit:active {
	opacity: 0.8;
}

.mod_cookiebar_optin .submit.readonly,
.mod_cookiebar_optin .submit.readonly:hover,
.mod_cookiebar_optin .submit.readonly:focus {
	background: rgb(221, 221, 221);
	color: rgb(154, 154, 154);
	border: 1px solid rgb(221, 221, 221);
}

.mod_cookiebar_optin .headline {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.mod_cookiebar_optin .cookie_help_link,
.mod_cookiebar_optin .cookie_help_close {
	font-size: 0.85rem;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
}

.mod_cookiebar_optin .cookie_help p {
	font-size: 0.9rem;
	line-height: 1.5;
}

.mod_cookiebar_optin .ajax_info {
	background: rgb(16, 126, 16);
	border-radius: 3px;
	margin: 10px 0;
	padding: 3px 15px;
	color: rgb(255,255,255);
	font-size: 0.9rem;
	display: none;
}

.mod_cookiebar_optin .cookie_help {
	display: none;
}

.mod_cookiebar_optin .view_help .cookie_settings {
	display: none;
}

.mod_cookiebar_optin .view_help .cookie_help {
	display: block;
}

p.privacy {
	color: rgb(255,255,255);
	background: red;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	margin: 20px;
}

p.privacy a {
	text-decoration: underline;
	color: rgba(255,255,255)!important;
}

.privacy.hidden {
	display: none;
}

.mod_cookiebar_optin .cookie_privacy_links {
	text-align: center;
}

.mod_cookiebar_optin .cookie_privacy_links a {
	font-size: 0.85rem;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}


/* =============================================================================
 * hide_optin class
 * ========================================================================== */

.hide_optin .mod_cookiebar_optin,
.hide_optin .mod_cookiebar_optin_slim,
.hide_optin .mod_cookiebar_optin_medium {
	display: none!important;
}

/* =============================================================================
 * footer
 * ========================================================================== */

#footer {
	background: rgb(37, 37, 37); 
	font-size: 0.93rem;
	line-height: 1.6rem;
}

#footer, #footer a {
	color: rgba(255, 255, 255, 0.6);
}

#footer a {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#footer a:hover {
	color: rgba(255, 255, 255, 1);
}

#footer .inside {
	margin: 0 auto;
	padding: 65px 40px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: rgba(255,255,255,0.8);
}

#footer ul {
	padding: 0;
	margin: 0;
}

#footer li {
	margin-bottom: 10px; 
	padding-left: 25px; 
	padding-bottom: 10px;
	list-style-type: none;
	position: relative;
}

#footer li:last-of-type {
	margin-bottom: 0;
}

#footer li:after {
	border-bottom: 1px solid rgb(255,255,255);
	opacity: 0.2;
	content: '';
	display: block;
	left: 0;
	width: 100%;
	bottom: 0;
	position: absolute;
}

#footer li:before {
	content: "\f105";
	font-family: FontAwesome; 
	text-align: center;
	position: absolute; 
	left: 0px; 
	display: block; 
	height: 20px; 
	width: 20px; 
	margin-top: -1px; 
}

#footer .totop {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -20px;
}

#footer .totop:before {
	font-family: "FontAwesome";
	content: '\f102';
	background: rgba(255,255,255,0.1); 
	width: 40px; 
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 21px;
	border-radius: 0 0 3px 3px;
}

/* =============================================================================
 * footer: mod_socials
 * ========================================================================== */

#footer .mod_socials {
	overflow: hidden;
	display: inline-block;
}

#footer .mod_socials a i {
	padding: 0.6667rem;
	margin-right: 1px;
	background: rgba(255,255,255,0.05);
	font-size: 1.333rem;
	display: inline-block;
	height: 2.667rem;
	width: 2.667rem;
	text-align: center;
	float: left;
	margin-bottom: 1px;
}

/* =============================================================================
 * bottom
 * ========================================================================== */

#bottom {
	background: rgb(15, 15, 15);
}

#bottom .inside {
	margin: 0 auto;
	padding: 20px 40px;	
	overflow: hidden;
	font-size: 0.93em;
}

#bottom .inside .left {
	float: left;
}

#bottom .inside .right {
	float: right;
}

#bottom .inside,
#bottom .inside a {
	color: rgba(255,255,255,0.4);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

#bottom .inside a:hover {
	color: rgba(255,255,255,1);
	border-bottom: 1px solid;
}

#bottom .inside .left a {
	margin-right: 15px;
}

#bottom .inside .right a {
	margin-left: 15px;
}

/* =============================================================================
 * top_link
 * ========================================================================== */

#top_link {
	position: fixed; 
	opacity: 0; 
	transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease;
	width: 45px; 
	height: 45px; 
	line-height: 45px; 
	right: 15px; 
	z-index: 10005;
	bottom: -40px;
}

#top_link a {
	position: relative; 
	display: block;  
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
	float: left; 
	width: 100%; 
	height: 100%; 
	background: rgba(255,255,255,0.9); 
	text-align: center; 
	line-height: inherit;
	border-radius: 100%;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.04);
	border: 1px solid rgb(235, 237, 235);
	font-size: 12px;
	line-height: 41px;
	cursor: pointer;
}

#top_link:hover a {
	margin-top: -7px;
}

body.fixed-header.cookiebar_open #top_link {
	opacity: 1;
	bottom: 70px;
}

body.fixed-header #top_link {
	opacity: 1;
	bottom: 45px;
}

/* =============================================================================
 * set css3 animation duration
 * ========================================================================== */

.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

/* =============================================================================
 * set accent colors
 * ========================================================================== */
 
.bg-accent {
	background-color: rgb(30,136,210);
}

p a {
	color: rgb(30,136,210);
}

.divider-v2 h1:after,
.divider-v2 h2:after,
.divider-v2 h3:after,
.divider-v2 h4:after,
.dividerv h5:after,
.divider-v2 h6:after,
h1.divider-v2:after,
h2.divider-v2:after,
h3.divider-v2:after,
h4.divider-v2:after,
h5.divider-v2:after,
h6.divider-v2:after {
	background: rgb(30,136,210);
}

hr.divider_3:before {
	background: rgb(30,136,210);
}

hr.divider_3:before {
	background: rgb(30,136,210);
}

.divider_4_first {
	border: 3px solid rgb(30,136,210);
}

.divider_4_second {
	background-color: rgb(30,136,210);
}

.divider_4::after, .divider_4::before {
	background-color: rgb(30,136,210);
}

.divider_5 i {
	color: rgb(30,136,210);
}

.mainmenu ul ul {
	border-top: 2px solid rgba(30,136,210,0.6);
}

.header.original .mainmenu ul li a.trail,
.header.original .mainmenu ul li a.active,
.header.cloned .mainmenu ul li a.trail,
.header.cloned .mainmenu ul li a.active {
	color: rgb(30,136,210);
}

.mainmenu ul ul li a:hover:not(.megamenu), 
.mainmenu ul ul li a.trail:not(.megamenu), 
.mainmenu ul ul li a.active:not(.megamenu) {
	background: rgba(30,136,210,0.95);
}

.subnav a {
	color: rgb(30,136,210);
}

#nav-open-btn:before {
	background: rgb(30,136,210);
}

.ce_table table th {
	background: rgb(30,136,210);
}

.ce_tabs .tabs.classic ul li.active, 
.ce_tabs .tabs.classic ul li:hover {
	border-color: rgb(30,136,210);
}

.ce_tabs .tabs.horizontal ul li:hover a,
.ce_tabs .tabs.horizontal ul li.active a {
	background: rgb(30,136,210);
}

.ce_teambox .image .overlay {
	background: rgb(30,136,210);
}

.ce_teambox .email a {
	color: rgb(30,136,210);
}

blockquote a {
	color: rgb(30,136,210);
}

.ce_iconbox.version2 i {
	background: rgb(30,136,210);
}

.ce_iconbox .link {
	color: rgb(30,136,210);
}

.ce_testimonial a {
	color: rgb(30,136,210);
}

.ce_accordion .toggler:before {
  color:rgb(30,136,210);
}

.mod_calendar th.head {
  background:rgb(30,136,210);
  border-top:1px solid rgb(30,136,210);
  border-right:1px solid rgb(30,136,210);
  border-left:1px solid rgb(30,136,210);
}

.mod_calendar th.previous a,
.mod_calendar th.next a {
  background-color:rgb(30,136,210);
}

.pagination li span.current {
	background: rgb(30,136,210);
}

.pagination li a:hover {
	color: rgb(30,136,210);
}

.mod_faqpage h3:before {
	color: rgb(30,136,210);
}

.mod_search .submit {
	border: 1px solid rgb(30,136,210);
}

input:focus,
textarea:focus {
  border:1px solid rgb(30,136,210);
}

form fieldset legend {
  background-color:rgb(30,136,210);
}

form .input-group-addon {
	background: rgb(30,136,210);
	border-color: rgb(30,136,210);
}

input.submit[type="submit"],
button.submit[type="submit"] {
	background: rgb(30,136,210);
}

input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
	background: rgba(30,136,210,0.9);
}

.ce_youtube_background.overlay .YTPOverlay {
	background-color: rgba(30,136,210,0.6);
}

.label-accent {
	background: rgb(30,136,210);
}

.ce_hyperlink a,
a.btn {
	background: rgb(30,136,210);
	border-color: rgb(30,136,210);
}

.ce_hyperlink a.link-white,
a.btn.link-white {
	color: rgb(30,136,210);
}

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
	background: rgb(30,136,210);
}

.ce_hyperlink a.outline,
a.btn.outline {
	color: rgb(30,136,210);
}

.newslist h2,
.newslist h2 a {
	color: rgb(30,136,210);
}

.newslist .news-left .news-date {
	background: rgb(30,136,210);
}

.newsteaser .date {
	background: rgb(30,136,210);
}

#portfolio_filter a.selected,
#portfolio_filter a:hover {
	background: rgb(30,136,210);
}

.ce_chartbar .chart_data {
	background: rgb(30,136,210);
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
	color: rgb(30,136,210);
}

blockquote {
	border-color: rgb(30,136,210);
}

.ce_pricetable .pricetable.highlight .title {
	background: rgb(30,136,210);
}

.ce_imagebox_v2 .ce_url a {
	background: rgb(30,136,210);
}

.ce_gallery .content {
	background: rgba(30,136,210,0.8);
}

.ce_headertext h1:after, 
.ce_headertext h2:after, 
.ce_headertext h3:after, 
.ce_headertext h4:after, 
.ce_headertext h5:after, 
.ce_headertext h6:after {
	background: rgb(30,136,210);
}

.ce_countup i {
	color: rgb(30,136,210);
}

.newslist-v3 .date {
	background: rgb(30,136,210);
}

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

.ce_leadertext.version2 .divider-first {
	border: 3px solid rgb(30,136,210);
}

.ce_leadertext.version2 .divider-second {
	background-color: rgb(30,136,210);
}

.ce_leadertext.version2 .divider:after, 
.ce_leadertext.version2 .divider:before {
	background-color: rgb(30,136,210);
}

.ce_accordion .toggler i.fa {
	background: rgb(30,136,210);
}

.newsteaser_v3 .news-overlay i {
	background-color: rgb(30,136,210);
}

.newslist-v3 .subheadline {
	color: rgb(30,136,210);
}

.ce_teambox .function {
	color: rgb(30,136,210);
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
	border-color: rgb(30,136,210) transparent transparent transparent;
}

.subheadline-v2 {
	color: rgb(30,136,210);
}

.ce_timeline .timeline-item .timeline-item-title {
	background: rgb(30,136,210);
}

.ce_portfoliofilter.default a.selected, .ce_portfoliofilter.default a:hover {
	background: rgb(30,136,210);
}

.ce_tabs .tabs.horizontal-clean ul li.active a {
	color: rgb(30,136,210);
}

.ce_revolutionslider_hyperlink {
	background: rgb(30,136,210);
	border-color: rgb(30,136,210);
}

.ce_headline_extended.version2 .divider-first {
	border-color: rgb(30,136,210);
}

.ce_headline_extended.version2 .divider:after, 
.ce_headline_extended.version2 .divider:before,
.ce_headline_extended.version2 .divider-second {
	background-color: rgb(30,136,210);
}

#top a {
	color: rgb(30,136,210);	
}

body .picker--focused .picker__day--selected, 
body .picker__day--selected, 
body .picker__day--selected:hover,
body .picker--focused .picker__day--highlighted, 
body .picker__day--highlighted:hover, 
body .picker__day--infocus:hover, 
body .picker__day--outfocus:hover,
body .picker--focused .picker__list-item--highlighted, 
body .picker__list-item--highlighted:hover, 
body .picker__list-item:hover {
	background-color: rgb(30,136,210);
}

body .picker__list-item--highlighted, .picker__list-item:hover {
	border-color: rgb(30,136,210);
}

.ce_video_background .video-overlay  {
	background-color: rgb(30,136,210);
}

.ce_text_imagebox.imagebox_version2 .inside,
.ce_text_imagebox.imagebox_version3 .inside {
	background-color: rgb(30,136,210);
}

#offcanvas-top {
	background: rgb(30,136,210);
}

.cookiebar {
	background: rgb(30,136,210);
}

.ce_bgimage_content_start.bg-accent .bg_overlay {
	background: rgb(30,136,210);
}

.newslist-timeline:before,
.newslist-timeline-both h4:before {
	border-color: rgb(30,136,210);
}

.ce_divider_extended.version4 span {
	background: rgb(30,136,210);
}

.ce_divider_extended.version5 {
	background: rgb(30,136,210);
}

.ce_linkbox h4 {
	color: rgb(30,136,210);
}

.body_bottom .mod_search .search-content {
	background: rgb(30,136,210);
}

.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top {
	background: rgb(30,136,210);
}

.mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider-range {
	background: rgb(30,136,210);
}

.mod_customcatalogreader.cc_immorealty .property-furnishing li i {
	color: rgb(30,136,210);
}

.mod_customcatalogreader.cc_immorealty .price {
	background: rgb(30,136,210);
}

.mod_customcataloglist .cc_immorealty_slider .category  {
	background: rgb(30,136,210);
}

.header .mainmenu ul li.highlight a span {
	background: rgb(30,136,210);
}

.mod_customcataloglist.cc_immorealty .customelements_notelist input {
	background-color: rgb(30,136,210);
}

.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
	color: rgb(30,136,210);
}

.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider-range {
	background-color: rgb(30,136,210);
}

.mod_customcatalogreader.cc_cardealer .single-price {
	color: rgb(30,136,210);
}

.mod_customcatalogreader.cc_cardealer .single-price strong {
	background-color: rgb(30,136,210);
}

.mod_customcataloglist.cc_cardealer .item-highlight-icon {
	background-color: rgb(30,136,210);
}

.mod_customcataloglist .cc_cardealer_slider .state {
	background-color: rgb(30,136,210);
}

.mod_customcataloglist .cc_cardealer_slider .price strong {
	color: rgb(30,136,210);
}

.ce_linkbox a i {
	background-color: rgb(30,136,210);
}

.ce_fullscreen_gallery.version3 .bold {
	background-color: rgb(30,136,210);
}

form.style2 {
	background: rgb(30,136,210);
}

.ce_linkbox .ce_linkbox_banner {
	background-color: rgb(30,136,210); 
}

.custommenu li:hover {
	background-color: rgb(30,136,210);
}

.ce_featured_tab li .ce_headline .headline {
	color: rgb(30,136,210);
}

.ce_featured_tab li.active {
	background-color: rgb(30,136,210);
}

.ce_headerimage.version3 .ce_headline .headline {
	background: rgb(30,136,210);
}

.ce_headerimage.version3 .subline {
	background: rgb(30,136,210);
}

.mod_portfoliolist_v4 .item a:hover {
	background: rgb(30,136,210);
}

.mod_customcatalogteaser.cc_accommodations .entry:hover .item-content {
	background: rgb(30,136,210);
}

.ce_revolutionslider_hyperlink.light {
	color: rgb(30,136,210);
}

.ce_frame_start.style3 .ce_frame_start_inside {
	border-color: rgb(30,136,210);
}

.mod_portfoliolist_teaser_3 .info,
.mod_portfoliolist_teaser_3 .info a {
	color: rgb(30,136,210);
}

.newsteaser_v7:hover h5 {
	color: rgb(30,136,210);
}

.ce_divider_extended.version10 svg {
	fill: rgb(30,136,210);
}

.cd-horizontal-timeline .filling-line {
	background-color: rgb(30,136,210);
}

.cd-horizontal-timeline .events a.older-event::after {
	border-color: rgb(30,136,210);
}

.no-touch .cd-horizontal-timeline .events a:hover::after,
.cd-horizontal-timeline .events a.selected::after {
	background-color: rgb(30,136,210);
	border-color: rgb(30,136,210);
}

.mod_portfoliolist_v7 .comments {
	background-color: rgb(30,136,210);
}

.mod_portfoliolist_v7 .subline {
	background-color: rgb(30,136,210);
}

.mod_portfoliolist_v7 .item:hover .item-bottom a {
	color: rgb(30,136,210);
}

.cd-horizontal-timeline .ce_text em {
	color: rgb(30,136,210);
}

.mod_eventlist_v2 .title a {
	color: rgb(30,136,210);
}

.ce_imagemap .hotspot.small .circle {
	box-shadow: 0 0 0 2px rgb(30,136,210);
}

.ce_pricecard.style2.highlight .ce_pricecard_inside {
	background: rgb(30,136,210);
}

.mod_eventlist_v3 h4,
.mod_eventlist_v3 h4 a {
	color: rgb(30,136,210);
}

.mod_eventlist_v3 .meta-info i {
	color: rgb(30,136,210);
}

.cd-horizontal-timeline time:before,
.cd-horizontal-timeline .location:before {
	color: rgb(30,136,210);
}

.cd-horizontal-timeline .more a {
	background: rgb(30,136,210);
}

body .mainmenu ul li a:hover:before,
body .mainmenu ul li a.trail:before,
body .mainmenu ul li a.active:before {
	background-color: rgb(30,136,210);
}

.ce_popup_start .popup_close {
	color: rgb(30,136,210);
}

.ce_popup_start .ce_popup_content {
	border-color: rgb(30,136,210);
}

.mod_eventlist_v4 i.fa-location-arrow {
	background-color: rgb(30,136,210);
}

.ce_hyperlink_lightbox_video.hyperlink_color_accent svg polygon  {
	fill: rgb(30,136,210);
}

.ce_hyperlink_lightbox_video.hyperlink_color_accent svg circle {
	stroke: rgb(30,136,210);
}

.mod_portfoliolist_demos .item .overlay {
	background-color: rgb(30,136,210);
}

.mod_portfoliolist_demos .item h5:hover {
	color: rgb(30,136,210);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-accent {
	background-color: rgb(30,136,210);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-accent:hover {
	background-color: rgb(30,136,210)!important;
}

.ce_iconbox_v3 .headline.headline-color-accent {
	color: rgb(30,136,210);
}

.ce_iconbox_v3 .subheadline.subheadline-color-accent {
	color: rgb(30,136,210);
}

.ce_iconbox_v3 .fonticon.fonticon-color-accent {
	color: rgb(30,136,210);
}

.ce_iconbox_v3:hover.text-hover-accent i,
.ce_iconbox_v3:hover.text-hover-accent .headline,
.ce_iconbox_v3:hover.text-hover-accent .subheadline {
	color: rgb(30,136,210)!important;
}

.submenu_v2 li a:hover,
.submenu_v2 li a.active {
	color: rgb(30,136,210);
}

.ce_list.list-style2 li.fa:before {
	color: rgb(30,136,210);
}

.ce_list.list-style3 li.fa:before {
	color: rgb(30,136,210);
}

.ce_download_small .ce_download_small_inside a:after {
	color: rgb(30,136,210);
} 

.ce_download_small .ce_download_small_inside a {
	border-color: rgb(30,136,210);
}

.ce_imagemap .circle {
	box-shadow: 0 0 0 4px rgb(30,136,210);
}

.ce_testimonial_version7 .text_inside:before {
	background: rgb(30,136,210);
}

.ce_portfoliofilter.port-filter-style3 a.selected {
	border-color: rgb(30,136,210);
}

form.style8 input.submit[type="submit"],
form.style8 button.submit[type="submit"] {
	color: rgb(30,136,210);
}

.ce_image_text_box .ce_image_text_box_banner {
	background: rgb(30,136,210);
}

.ce_image_text_box.version2 .ce_url a {
	color: rgb(30,136,210);
}

.ce_grid_gallery_start li:hover .linktext {
	color: rgb(30,136,210);
}

.mod_quickmenu.style2 a {
	border-color: rgb(30,136,210);
	color: rgb(30,136,210);
}

.ce_accordion_v2 .toggler:not(.ui-state-active):hover {
	color: rgb(30,136,210);
}

.ce_accordion_v2 .toggler.ui-state-active {
	background: rgb(30,136,210);
}

/* =============================================================================
 * set second color
 * ========================================================================== */
 
.bg-second {
	background-color: rgb(46,56,65); 
}

.color-second {
	color: rgb(46,56,65);
}

.ce_bgimage_content_start .bg_overlay.bg-second {
	background-color: rgb(46,56,65); 
}

.notelist .submit_container input.submit,
.notelist .submit_container input.submit:hover,
.notelist .submit_container button.submit,
.notelist .submit_container button.submit:hover {
	background-color: rgb(46,56,65); 
}

.mod_customcataloglist.cc_cardealer .item-state {
	background-color: rgb(46,56,65); 
}

form.style2 input.submit,
form.style2 input.submit[type="submit"]:hover,
form.style2 input.button,
form.style2 input.button[type="submit"]:hover {
	background-color: rgb(46,56,65); 
}

.ce_hyperlink-extended a.link-sec-color {
	color: rgb(255,255,255);
	border: 2px solid rgb(46,56,65);
	background: rgb(46,56,65);
}

.ce_hyperlink-extended a.link-sec-color:hover {
	color: rgb(46,56,65);
	border: 2px solid rgb(46,56,65);
	background: rgb(255,255,255);
}

.ce_hyperlink-extended a.link-sec-color-outline {
	color: rgb(46,56,65);
	border: 2px solid rgb(46,56,65);
	background: none;
}

.ce_hyperlink-extended a.link-sec-color-outline:hover {
	color: rgb(255,255,255);
	background: rgb(46,56,65);
}

.ce_hyperlink_lightbox_video.hyperlink_color_second svg polygon  {
	fill: rgb(46,56,65);
}

.ce_hyperlink_lightbox_video.hyperlink_color_second svg circle {
	stroke: rgb(46,56,65);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-second {
	background-color: rgb(46,56,65);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-second:hover {
	background-color: rgb(46,56,65)!important;
}

.ce_iconbox_v3 .headline.headline-color-second {
	color: rgb(46,56,65);
}

.ce_iconbox_v3 .subheadline.subheadline-color-second {
	color: rgb(46,56,65);
}

.ce_iconbox_v3 .fonticon.fonticon-color-second {
	color: rgb(46,56,65);
}

.ce_iconbox_v3:hover.text-hover-second i,
.ce_iconbox_v3:hover.text-hover-second .headline,
.ce_iconbox_v3:hover.text-hover-second .subheadline {
	color: rgb(46,56,65)!important;
}

.header .mainmenu ul li.highlight_color_second a span,
.header .mainmenu ul li.highlight-color-second a span {
	background: rgb(46,56,65);
}

/* =============================================================================
 * custom colors: background
 * ========================================================================== */

.bg-custom-1 {
	background: rgb(30,136,210);
}

.bg-custom-2 {
	background: rgb(30,136,210);
}

.bg-custom-3 {
	background: rgb(30,136,210);
}

.bg-custom-4 {
	background: rgb(30,136,210);
}

/* =============================================================================
 * custom colors: offset layer
 * ========================================================================== */

.ce_bgimage.offset.offset-bg-custom-1:before {
	background-color: rgb(30,136,210);
}

.ce_bgimage.offset.offset-bg-custom-2:before {
	background-color: rgb(30,136,210);
}

.ce_bgimage.offset.offset-bg-custom-3:before {
	background-color: rgb(30,136,210);
}

.ce_bgimage.offset.offset-bg-custom-4:before {
	background-color: rgb(30,136,210);
}

/* =============================================================================
 * mainmenu
 * ========================================================================== */

.mainmenu {
	float: right;
}

.mainmenu ul {
	position: static;
}

.mainmenu ul li a.first {
	padding-left: 0;
}

.mainmenu ul li {
	margin-left: 15px;
	margin-right: 15px;
}

.mainmenu ul li.first {
	margin-left: 0;
}

.mainmenu ul li.last {
	margin-right: 0;
}

.mainmenu ul li ul li {
	margin-left: 0;
	margin-right: 0;
}

.mainmenu ul li a {
	text-transform: none;
	padding: 0;
	font-weight: normal;
	font-size: 1.067rem;
}

.mainmenu ul li ul a.trail {
	color: rgb(255,255,255)!important;
}

.fixed .mainmenu ul li ul li a:not(.active):not(.trail) {
	color: rgb(57,57,57);
}

.mainmenu ul ul li a {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mainmenu ul ul li a {
	color: #4d4f4f!important;
}

.header .mainmenu ul ul li a:hover:not(.menuheader):not(.megamenu),
.header .mainmenu ul ul li a.active,
.header .mainmenu ul ul li a.trail:not(.megamenu) {
	color: rgb(255,255,255)!important;
}

.mainmenu ul li a:hover {
	opacity: 0.8;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
}

.mainmenu ul li ul li a:hover {
	opacity: 1;
}

.mainmenu ul .megamenu-wrapper {
	right: auto;
	left: 40px;
}

nav.mainmenu li.megamenu ul li {
	min-width: 180px;
}

.mainmenu ul li:hover > ul,
.mainmenu ul li:hover .megamenu-wrapper {
  -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
   -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mainmenu ul ul li:hover > ul {
	-webkit-animation-name: none;
	animation-name: none;
}

.mainmenu ul li a {
	text-align: center;
}

.mainmenu ul li.last ul {
	right: auto;
}

.mainmenu ul ul li a[target=_blank] {
	padding-right: 30px!important;
}

.mainmenu ul ul li a[target=_blank]:after {
	font-family: "FontAwesome";
	content: "\f08e";
	position: absolute;
	right: 5px;
}

.mainmenu ul li.megamenu ul li a[target=_blank] {
	padding-right: 45px!important;
}

.mainmenu ul .megamenu ul li a[target=_blank]:after {
	right: 10px;
}

.mainmenu ul li.floatbox {
	position: static;
	margin-left: 0!important;;
	margin-right: 0!important;
}

.mainmenu ul li.open-left ul.level_2 {
	right: 0;
	width: 200px;
}

.mainmenu ul li.open-left ul.level_3 {
	right: auto;
	left: -200px;
	width: 200px;
}

/* =============================================================================
 * mainmenu: icons
 * ========================================================================== */

.mainmenu ul li a.nav-icon span {
	transform: translateY(30%);
	-webkit-transform: translateY(30%);
	display: inline-block;
	line-height: 40px;
}

.mainmenu ul ul li a.nav-icon span {
	line-height: inherit;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.mainmenu ul li a i.fa {
	transform: translateY(-133%);
	-webkit-transform: translateY(-133%);
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	display: inline-block;
}

.mainmenu ul ul li a i.fa {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	position: static;
	width: 1.5em;
}

/* =============================================================================
 * class mainmenu: highlight one menu item
 * ========================================================================== */

body .header .mainmenu ul li a[class*="highlight"] {
	color: rgba(255,255,255,0.9)!important;
}

.header .mainmenu ul li a.highlight span {
	padding: 10px;
	border-radius: 3px;
}

.header .mainmenu ul li a.highlight_color_second span,
.header .mainmenu ul li a.highlight-color-second span {
	padding: 10px;
	border-radius: 3px;
}

/* filled */

.header .mainmenu ul li a.highlight_square_color_accent span,
.header .mainmenu ul li a.highlight-square-color-accent span {
	padding: 10px;
}

.header .mainmenu ul li a.highlight_square_color_second span,
.header .mainmenu ul li a.highlight-square-color-second span {
	padding: 10px;
}

.header .mainmenu ul li a.highlight_rounded_color_accent span,
.header .mainmenu ul li a.highlight-rounded-color-accent span  {
	padding: 10px;
	border-radius: 3px;
}

.header .mainmenu ul li a.highlight_rounded_color_second span,
.header .mainmenu ul li a.highlight-rounded-color-second span {
	padding: 10px;
	border-radius: 3px;
}

/* outline */

.header .mainmenu ul li a.highlight_outline_square_color_accent span,
.header .mainmenu ul li a.highlight-outline-square-color-accent span {
	padding: 10px;
}

.header .mainmenu ul li a.highlight_outline_square_color_second span,
.header .mainmenu ul li a.highlight-outline-square-color-second span {
	padding: 10px;
}

.header .mainmenu ul li a.highlight_outline_rounded_color_accent span,
.header .mainmenu ul li a.highlight-outline-rounded-color-accent span {
	padding: 10px;
	border-radius: 3px;
}

.header .mainmenu ul li a.highlight_outline_rounded_color_second span,
.header .mainmenu ul li a.highlight-outline-rounded-color-second span {
	padding: 10px;
	border-radius: 3px;
}

.header .mainmenu ul li a.highlight_outline_square_color_white span,
.header .mainmenu ul li a.highlight-outline-square-color-white span {
	padding: 10px;
	box-shadow: 0 0px 0px 2px rgb(255,255,255);
}

.header .mainmenu ul li a.highlight_outline_rounded_color_white span,
.header .mainmenu ul li a.highlight-outline-rounded-color-white span {
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0 0px 0px 2px rgb(255,255,255);
}

/* =============================================================================
 * smartmenu - content
 * ========================================================================== */

.smartmenu-content {
	position: fixed;
	z-index: 100000000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	visibility: hidden;
	text-align: center;
	opacity: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;	
}

.smartmenu-content.open {
	visibility: visible;
	opacity: 1;
}

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

.smartmenu-content .smartmenu-scrollable {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: scroll;
}

.smartmenu-content .mod_navigation .level_1 ul {
	display: none; 
}

.smartmenu-content .mod_navigation li:not(.floatbox) {
	font-size: 1.7rem;
	line-height: 2rem;
	font-weight: normal;
	padding: 0.5rem;
	text-transform: uppercase;
}

.smartmenu-content .mod_navigation .level_2 li {
	font-size: 1.2rem;
	line-height: 1.3rem;
	text-transform: none;
}

.smartmenu-content .mod_navigation ul.level_1 {
	display: table-cell;
	vertical-align: middle;
	overflow: scroll;
	padding: 20px;
}

.smartmenu-content .mod_navigation a {
	color: rgb(255,255,255);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.smartmenu-content .mod_navigation a.active, 
.smartmenu-content .mod_navigation a.trail {
	border-bottom: 1px solid rgb(255,255,255);
}

.smartmenu-content .mod_navigation a.submenu {
	margin-left: 35px;
}

.smartmenu-content .mod_navigation ul.level_2 a.submenu {
	margin-left: 25px;
}

.smartmenu-content .mod_navigation a:hover {
	opacity: 0.8;
}

.smartmenu-content .subitems_trigger {
	display: inline-block;
	margin-left: 10px;
}

.smartmenu-content .subitems_trigger:before {
	content:'[+]';
	color: rgba(255,255,255,0.8);
}

.smartmenu-content .mod_navigation li.open > .subitems_trigger:before {
	content:'[-]';
}

.smartmenu-content .smartmenu-close {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.smartmenu-content .smartmenu-close:before,
.smartmenu-content .smartmenu-close:after {
	display: inline-block; 
	width: 35px; 
	height: 1px; 
	background: rgb(255,255,255); 
	content: '';
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.smartmenu-content .smartmenu-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: -35px;
}

/* =============================================================================
 * smartmenu - trigger
 * ========================================================================== */

.smartmenu {
	float: right;
	margin-left: 20px;
	line-height: 40px;
	display: none;
}

.smartmenu .smartmenu-trigger {
	height: 100px;
	width: 35px;
	position: relative;
	z-index: 1000000000;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	cursor: pointer;
}

.header.cloned .smartmenu .smartmenu-trigger {
	height: 70px;
}

.smartmenu .smartmenu-trigger .line {
	height: 1px;
	background: #393939;
	width: 35px;
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -1px;
}

.smartmenu .smartmenu-trigger .line:before,
.smartmenu .smartmenu-trigger .line:after {
	display: inline-block; 
	width: 35px; 
	height: 1px; 
	background: #393939; 
	position: absolute; 
	left: 0; 
	content: '';
	top: 50%;
	margin-top: -13px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.smartmenu .smartmenu-trigger .line:before {
	margin-top: 11px;
}

/* =============================================================================
 * mobnav
 * ========================================================================== */

.body_bottom #mobnav {
	display: none;
}

/* =============================================================================
 * mmenu
 * ========================================================================== */

.mm-navbar-top,
.mm-navbar-bottom {
	height: 80px;
}

.onepage_page .mm-navbar-top {
	height: 0;
}

.mm-menu-navbar_bottom-1 .mm-panels {
	bottom: 80px;
}

.mm-navbar-content-2 > * {
	width: 100%;
}

.mm-title {
	margin-top: 10px;
}

.mm-hasnavbar-top-1 .mm-panels {
	top: 80px;
}

.onepage_page .mm-hasnavbar-top-1 .mm-panels {
	top: 0px;
}

.mm-navbar-bottom {
	border: 0;
}

.mm-navbar>* {
	padding: 0;
}

.mm-navbar-bottom>.mm-navbar, 
.mm-navbars-top>.mm-navbar {
	display: block;
}

body .mm-menu a:hover, body .mm-menu a.active, body .mm-menu a.trail,
body .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), 
body .mm-menu .mm-listview > li.mm-selected > span,
body .mm-menu .mm-listview > li.trail a {
	background: #333333;
	color: rgb(255,255,255);
}

body .mm-menu .mm-listview > li.trail a.mm-next {
	border-left-color: rgba(255,255,255,0.5);
}

body .mm-menu li {
	list-style-type: none;
}

body .mm-menu i {
	display: none;
}

body .mm-menu i.fa {
	display: inline-block;
	margin-right: 5px;
	width: 20px;
}

body .mm-menu .menuheader {
	background: rgba(0,0,0,0.03);
}

body .mm-listview > li:not(.mm-divider):after {
	left: 0;
}

.mm-menu .mm-listview > li .mm-prev:hover:after, 
.mm-menu .mm-listview > li .mm-next:hover:after, 
.mm-menu .mm-listview > li .mm-arrow:hover:after {
	border-color: rgb(255,255,255);
}

.mm-menu .mm-navbar .mm-btn:hover:before, 
.mm-menu .mm-navbar .mm-btn:hover:after,
.mm-menu .mm-listview > li.trail .mm-next:after, 
.mm-menu .mm-listview > li.trail .mm-arrow:after {
	border-color: rgb(255,255,255);
}

/* mod_search */

.mm-navbar .mod_search {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 20px;
}

.mm-navbar .mod_search input {
	border-radius: 30px;
	background: rgb(255,255,255);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMy43MDZweCIgaGVpZ2h0PSIzMy43MDZweCIgdmlld0JveD0iMCAwIDMzLjcwNiAzMy43MDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMzLjcwNiAzMy43MDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIG9wYWNpdHk9IjAuOCI+PHBhdGggZmlsbD0iIzkzOTM5MyIgZD0iTTE3Ljc1NSwwLjk0NUMxNi4yMDksMC4zMTgsMTQuNTc2LDAsMTIuOSwwYy0xLjY3NSwwLTMuMzA4LDAuMzE4LTQuODU0LDAuOTQ1QzYuNDQ1LDEuNTk0LDUuMDEsMi41NDcsMy43NzgsMy43NzhDMi41NDcsNS4wMSwxLjU5NCw2LjQ0NSwwLjk0NCw4LjA0N0MwLjMxOCw5LjU5MywwLDExLjIyNiwwLDEyLjljMCwxLjY3NiwwLjMxOCwzLjMwOSwwLjk0NCw0Ljg1NGMwLjY0OSwxLjYwMSwxLjYwMywzLjAzNywyLjgzNCw0LjI2OWMxLjIzMSwxLjIzLDIuNjY3LDIuMTg2LDQuMjY5LDIuODM0YzEuNTQ2LDAuNjI3LDMuMTc5LDAuOTQ0LDQuODU0LDAuOTQ0YzEuNjc2LDAsMy4zMDktMC4zMTcsNC44NTQtMC45NDRjMS42MDItMC42NDgsMy4wMzctMS42MDQsNC4yNy0yLjgzNGMxLjIyOS0xLjIzLDIuMTg1LTIuNjY4LDIuODM0LTQuMjY5YzAuNjI1LTEuNTQ2LDAuOTQzLTMuMTc5LDAuOTQzLTQuODU0YzAtMS42NzUtMC4zMTgtMy4zMDgtMC45NDMtNC44NTRjLTAuNjQ5LTEuNjAyLTEuNjA0LTMuMDM3LTIuODM0LTQuMjY5QzIwLjc5MiwyLjU0NywxOS4zNTQsMS41OTQsMTcuNzU1LDAuOTQ1eiBNMjAuNjU4LDIwLjY1OGMtNC4yNzcsNC4yNzYtMTEuMjM3LDQuMjc2LTE1LjUxNSwwYy00LjI3OC00LjI3Ny00LjI3Ny0xMS4yMzcsMC0xNS41MTVzMTEuMjM3LTQuMjc3LDE1LjUxNSwwUzI0LjkzNywxNi4zODEsMjAuNjU4LDIwLjY1OHoiLz48cmVjdCB4PSIyNi45NTIiIHk9IjIwLjY5NyIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIC0wLjcwNzEgMC43MDcxIDAuNzA3MSAtMTEuNTYzOCAyNy45MTc1KSIgZmlsbD0iIzkzOTM5MyIgd2lkdGg9IjEuOTMxIiBoZWlnaHQ9IjE0LjQ0MiIvPjwvZz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size: 20px;
	padding: 10px 50px 10px 20px;
	height: auto!important;
}

.mm-navbar .mod_search .submit {
	display: none;
}

.mm-navbar .mod_search .label,
.mm-navbar .mod_search .close-window {
	display: none;
}

/* mod_langswitch */

.mm-navbar .mod_langswitcher {
	float: none;
	margin: 0;
	padding: 10px;
	background: rgba(0,0,0,0.05);
	line-height: 0;
}

.mm-navbar .mod_langswitcher .mod_langswitcher_inside:hover ul {
	animation: none;
	-webkit-animation: none;
}

.mm-navbar .mod_langswitcher .mod_langswitcher_inside {
	padding: 0;
}

.mm-navbar .mod_langswitcher img {
	display: none;
}

.mm-navbar .mod_langswitcher ul li img {
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.1);
	margin: 0;
	width: 25px;
	height: 20px;
}

.mm-navbar .mod_langswitcher .mod_langswitcher_inside:before,
.mm-navbar .mod_langswitcher .mod_langswitcher_inside:after {
	display: none;
}

.mm-navbar .mod_langswitcher ul {
	position: static;
	background: none;
	border: 0;
	display: block;
	width: auto;
}

.mm-navbar .mod_langswitcher ul li {
	display: inline-block;
}

.mm-navbar .mod_langswitcher ul li a {
	border: 0;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
}

/*mod_socials*/

.mm-navbar .mod_socials a {
	display: inline-block;
	padding: 9px;
}

/* =============================================================================
 * custommenu
 * ========================================================================== */

.custommenu {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
}

.custommenu ul {
	overflow: hidden;
}

.custommenu li {
	float: left;
	width: 25%;
	border-left: 1px solid rgba(255,255,255,0.8);
	text-align: center;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;	
	opacity: 0.9;
}

.custommenu li.last {
	border-right: 1px solid rgba(255,255,255,0.8);
}

.custommenu li a {
	display: block;
	padding: 10px 20px;
	color: rgb(255,255,255);
	font-weight: bold;
}

.custommenu li span {
	font-weight: normal;
	display: block;
}

.custommenu li.custommenu_cols2 {
	width: 50%;
}

.custommenu li.custommenu_cols3 {
	width: 33%;
}

.custommenu li.custommenu_cols4 {
	width: 25%;
}

.custommenu li.custommenu_cols5 {
	width: 20%;
}

.custommenu li.custommenu_cols6 {
	width: 16.666%;
}

/* =============================================================================
 * submenu_v2
 * ========================================================================== */

.submenu_v2 ul {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.submenu_v2 li {
	float: left;
	text-align: center;
	padding: 10px 0;
}

.submenu_v2 li.custommenu_cols2 {
	width: calc(100% / 2);
}

.submenu_v2 li.custommenu_cols3 {
	width: calc(100% / 3);
}

.submenu_v2 li.custommenu_cols4 {
	width: calc(100% / 4);
}

.submenu_v2 li.custommenu_cols5 {
	width: calc(100% / 5);
}

.submenu_v2 li.custommenu_cols6 {
	width: calc(100% / 6);
}

.submenu_v2 li.custommenu_cols7 {
	width: calc(100% / 7);
}

.submenu_v2 li.custommenu_cols8 {
	width: calc(100% / 8);
}

.submenu_v2 li a {
	display: block;
	border-right: 1px solid rgb(229, 229, 229);
	transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease;
	font-weight: bold;
	font-size: 1.1rem;
	padding: 15px 0;
	position: relative;
}

.submenu_v2 li a.first {
	border-left: 1px solid rgb(229, 229, 229);
}

.submenu_v2 li a i {
	display: block;
	font-size: 3.333rem;
	margin-bottom: 5px;
}

.submenu_v2 li a.active:before {
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	background: rgb(247, 247, 247);
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 100;
    content: '';
}

/* =============================================================================
 * submenu_v3
 * ========================================================================== */

.submenu_v3 {
	border: 8px solid rgb(220,220,220);
	padding: 25px;
	border-radius: 5px;
}

.submenu_v3 ul {
	padding-left: 15px;
}

.submenu_v3 li {
	list-style-type: square;
	list-style-position: outside;
}

.submenu_v3 li a {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	margin-bottom: 3px;
	display: block;
}

.submenu_v3 li a:hover {
	opacity: 0.7;
}

.submenu_v3 li a.active {
	text-decoration: underline;
}

/* =============================================================================
 * submenu_v4
 * ========================================================================== */

.submenu_v4 {
	border: 1px solid rgba(0, 0, 0, 0.075);
	padding: 25px;
	border-radius: 8px;
	background: rgb(255,255,255);
}

.submenu_v4 ul {
	padding-left: 15px;
}

.submenu_v4 li {
	list-style-type: disc;
	list-style-position: outside;
}

.submenu_v4 li a {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	margin-bottom: 3px;
	display: block;
}

.submenu_v4 li a:hover {
	opacity: 0.7;
}

.submenu_v4 li a.active {
	text-decoration: underline;
}

/* =============================================================================
 * overwrite framework defaults
 * ========================================================================== */

.ce_revolutionslider {
	position: relative;
}

.ce_revolutionslider .tp-resizeme * {
	font-size: 100%!important;
	line-height: inherit!important;
}

.ce_revolutionslider .ce_text_extented a {
	text-decoration: none;
	color: inherit;
}

.ce_revolutionslider .banner.responsive {
	visibility: hidden;
}

.ce_revolutionslider .banner.responsive.revslider-initialised {
	visibility: visible;
}

.ce_revolutionslider .tp-dottedoverlay {
	z-index: 1;
}

.ce_revolutionslider_hyperlink {
	font-size: 13px;
	font-weight: bold;
}

.ce_revolutionslider_hyperlink.text-link {
	background: none;
	border: 0;
	min-width: 0;
	padding: 0;
	color: inherit;
}

.ce_revolutionslider_hyperlink.text-link:after {
	font-family: FontAwesome;
	content: "\f0da";
	margin-left: 5px;
}

.ce_revolutionslider_text {
	line-height: 1.5;
}

.ce_revolutionslider_text.italic {
	font-family: Georgia, Times, serif;
	font-style: italic;
}

.ce_revolutionslider_text[class*='bg-'] {
	padding-left: 0.3em;
	padding-right: 0.3em;
}

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

.ce_revolutionslider .tp-bannertimer {
	top: auto;
	bottom: 0;
	height: 5px;
}

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

.ce_leadertext.version1 .subheadline {
	font-style: italic;
}

.ce_list li.fa {
	margin-bottom: 20px;
	font-size: 1rem;
	position: relative;
	font-family: inherit;
}

.ce_list li.fa:before {
	font-family: FontAwesome;
}

.ce_list li:after {
	content: ""; 
	width: 70px; 
	height: 1px; 
	background: rgba(0,0,0,.08); 
	position: absolute; 
	left: -26px; 
	bottom: -11px;
}

.color-white .ce_list li:after {
	background-color: rgba(255,255,255,0.8);
}

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

textarea {
	height: inherit;
}

#main .mod_subscribe {
	border: 0;
	padding: 0;
	max-width: 650px;

}

#main .mod_subscribe h5 {
	display: none;
}

#main .mod_subscribe.align-center {
	margin-left: auto;
	margin-right: auto;
}

#main .mod_subscribe.align-center input.text {
	text-align: left!important;
}

#main .mod_subscribe.align-right {
	margin-left: auto;
}

#main .mod_subscribe.align-right input {
	margin-left: 10px;
	margin-right: 0;
}

#main .mod_subscribe.align-right input.text {
	text-align: left!important;
}

#main .mod_subscribe.align-right input.submit,
#main .mod_subscribe.align-right button.submit {
	text-align: center!important;
}

#main .mod_subscribe input {
	width: 45%;
	margin-right: 10px;	
	display: inline-block;
	margin-bottom: 0;
	padding: 18px;
}

#main .mod_subscribe input.submit,
#main .mod_subscribe button.submit {
	width: 25%;
	display: inline-block;
}

input, textarea, select {
	background-color: rgb(255,255,255);
	padding: 15px;
	font-size: 0.9rem;
}

.ce_form .formicon-wrapper input {
	border-radius: 0 5px 5px 0;
}

input.submit,
button.submit {
	width: 100%;
}

.mod_search input {
	border-radius: 0;
}

.mod_search input.submit,
.mod_search button.submit {
	width: auto;
}

.mod_login .submit_container {
	margin-top: 25px;
}

.ce_countup .headline {
	font-size: 3.667rem;
}

.font-size-m {
	line-height: 1.3;
}

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

.swip-pagination .swiper-wrapper {
	padding-bottom: 60px;
}

.swiper-wrapper {
	padding-bottom: 0px;
}

.swiper-pagination {
	bottom: 0;
}

.swiper-button-next, 
.swiper-button-prev {
	margin-top: -75px;
}

body.ie input.checkbox {
	border: 0;
	padding: 0;
}

#slider {
	position: relative;
	z-index: 5;
}

.header .mainmenu ul li span.pagetitle {
	line-height: 18px;
	font-size: 0.7rem;
	font-weight: bold;
	margin-left: 5px;
	background: red;
	color: #fff;
	border-radius: 2px;
	position: relative;
	top: -4px;
	padding-left: 3px;
	padding-right: 3px;
}

.pdf_link {
	margin-bottom: 10px;
}

.ce_accordion .toggler {
	padding: 10px 20px;
	margin-bottom: 0;
}

.ce_accordion .toggler.ui-state-active {
	border-bottom: 1px dotted rgb(220,220,220);
}

.ce_accordion {
	margin-bottom: 1px;
	border: 1px solid rgb(220,220,220);
}

.ce_table table td {
	border-top: 0;
	border-bottom: solid 1px rgb(227,227,227);
}

select {
	color: #555;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #555 !important;
}
 
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #555 !important;
	opacity: 1;  
}
 
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #555 !important;
	opacity: 1;
}
 
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {  
	color: #555 !important;  
}

.newslist-v2 .teaser-v2 {
	height: auto;
}

/* =============================================================================
 * form style2
 * ========================================================================== */

form.style2 {
	padding: 27px;
}

form.style2 input,
form.style2 textarea,
form.style2 select {
	border-color: transparent;
	border-radius: 0;
}

form.style2 textarea {
	height: 95px;
}

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

form.style2 input.submit:hover,
form.style2 button.submit:hover {
	opacity: 0.9;
}

/* =============================================================================
 * form style3
 * ========================================================================== */

form.style3 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/* =============================================================================
 * form style4
 * ========================================================================== */

form.style4 {
	border: 5px solid rgb(227,227,227);
	padding: 50px 40px 20px 40px;
	background: rgba(255,255,255,0.3);
}

form.style4 input,
form.style4 select,
form.style4 textarea {
	background-color: rgb(248,248,248);
}

form.style4 fieldset {
	border: 0;
	padding: 0;
}

/* =============================================================================
 * form style5
 * ========================================================================== */

form.style5 input,
form.style5 select,
form.style5 textarea {
	background-color: rgb(247, 247, 247);
	border-color: rgb(247, 247, 247);
	font-size: 0.7rem;
}

form.style5  input.submit,
form.style5  button.submit {
	width: auto;
}

form.style5 textarea:hover {
	border-color: rgb(153,153,153);
}

form.style5 select {
	height: 44px;
}

.firefox form.style select {
	height: 46px;
}

/* =============================================================================
 * form style6
 * ========================================================================== */

form.style6 {
	background: rgba(0,0,0,0.4);
	padding: 25px;
	color: rgb(255,255,255);
}

form.style6 input,
form.style6 select,
form.style6 textarea {
	background-color: rgba(200,200,200,0.3);
	color: rgb(255,255,255);
	border-color: rgba(200,200,200,0.3);
}

form.style6 select option {
	color: rgb(50,50,50);
}

form.style6 .explanation {
	margin-top: 20px;
}

form.style6 .headline h1,
form.style6 .headline h2,
form.style6 .headline h3,
form.style6 .headline h4,
form.style6 .headline h5,
form.style6 .headline h6 {
	color: rgb(255,255,255);
}

form.style6 input::-webkit-input-placeholder,
form.style6 textarea::-webkit-input-placeholder {
	color: #fff !important;
}
 
form.style6 input:-moz-placeholder,
form.style6 textarea:-moz-placeholder {
	color: #fff !important;  
}
 
form.style6 input::-moz-placeholder,
form.style6 textarea::-moz-placeholder {
	color: #fff !important;  
}
 
form.style6 input:-ms-input-placeholder,
form.style6 textarea:-ms-input-placeholder {  
	color: #fff !important;  
}

/* =============================================================================
 * form style7
 * ========================================================================== */

form.style7 input,
form.style7 select,
form.style7 textarea {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgb(150,150,150);
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}

form.style7 input:hover,
form.style7 select:hover,
form.style7 textarea:hover {
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

form.style7 select {
	padding: 0;
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    -webkit-border-radius: 0px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNC4wNXB4IiBoZWlnaHQ9IjcuNzM4cHgiIHZpZXdCb3g9IjUuOTkgMTAuOTg3IDE0LjA1IDcuNzM4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDUuOTkgMTAuOTg3IDE0LjA1IDcuNzM4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBpZD0iRXhwYW5kX01vcmUiIGZpbGw9IiM0NDQ0NDQiIGQ9Ik0xOC44MzEsMTEuMTk1bC01LjgxNSw1LjgxNmwtNS44MTUtNS44MTdjLTAuMjc3LTAuMjc3LTAuNzI2LTAuMjc3LTEuMDAyLDBjLTAuMjc3LDAuMjc3LTAuMjc3LDAuNzI2LDAsMS4wMDNsNi4zMTYsNi4zMThsMCwwbDAsMGMwLjI3NywwLjI3NywwLjcyNiwwLjI3NywxLjAwMiwwbDYuMzE2LTYuMzE4YzAuMjc2LTAuMjc3LDAuMjc2LTAuNzI3LDAtMS4wMDRDMTkuNTU3LDEwLjkxOCwxOS4xMDgsMTAuOTE4LDE4LjgzMSwxMS4xOTV6Ii8+PC9zdmc+);
	background-position: 100% 58%;
    background-repeat: no-repeat;
}

.firefox form.style7 select {
	height: 51px;
}

form.style7 textarea {
	height: 250px;
}

form.style7 .explanation {
	font-size: 0.8rem;
	margin: 10px 0;
}

form.style7 input.submit,
form.style7 button.submit {
	width: auto;
	border-radius: 0;
	padding-left: 15px;
	padding-right: 15px;
}

form.style7 div.widget.widget-text {
	margin-top: 3px;
}

/* =============================================================================
 * form style8
 * ========================================================================== */

form.style8 {
	border: 8px solid rgba(0,0,0,0.1);
}

form.style8 .formbody {
	padding: 40px 30px;
	position: relative;
	background: #fff;
}

form.style8 input.submit[type="submit"],
form.style8 button.submit[type="submit"] {
	background: none;
	border: 3px solid rgb(204, 204, 204);
	color: inherit;
	border-radius: 0;
	width: auto;
}

form.style8 input.submit[type="submit"]:hover,
form.style8 button.submit[type="submit"]:hover {
	border-color: rgb(180,180,180);
}

/* =============================================================================
 * form style9
 * ========================================================================== */

form.style9 {
	padding: 40px;
	font-weight: bold;
	background: rgb(255,255,255);
	box-shadow: 0 2px 7px 4px rgba(0,0,0,.05);
	margin: 10px;
}

form.style9 .autogrid_wrapper {
	margin-left: -3%;
	margin-right: -3%;
}

form.style9 .autogrid {
	padding-left: 3%;
	padding-right: 3%;
}

form.style9 label {
	font-size: 1.2rem;
	margin-bottom: 10px;
	display: inline-block;
}

form.style9 input.big-letter {
	font-size: 5rem;
}

form.style9 input, 
form.style9 textarea, 
form.style9 select {
	background-color: transparent;
	border: 0!important;
	padding: 0;
	font-size: 1.7rem;
}

form.style9 input.submit {
	font-size: 1rem;
	line-height: 3rem;
}

form.style9 .submit_container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

form.style9 input, 
form.style9 select {
	line-height: 6rem;
}

form.style9 select {
	font-size: 6rem;
	height: auto;
	-webkit-appearance: none;
}

form.style9 select option {
	font-size: 1rem;
}

form.style9 input.datepicker {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNi43NDZweCIgaGVpZ2h0PSIxNS40OTVweCIgdmlld0JveD0iMzA0LjkzOSAyOTkuNTY1IDI2Ljc0NiAxNS40OTUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMzA0LjkzOSAyOTkuNTY1IDI2Ljc0NiAxNS40OTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM0QzRDNEMiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjMzMC42MjUsMzAwLjYyNiAzMTguMzEyLDMxMi45MzkgMzA2LDMwMC42MjYgIi8+PC9zdmc+);
}

/* =============================================================================
 * fieldset w/checkbox_selector
 * ========================================================================== */

form {
	transition: All 0.7s ease;
	-webkit-transition: All 0.7s ease;
}

fieldset {
	opacity: 1;
	transition: All 0.7s ease;
	-webkit-transition: All 0.7s ease;

}

/* =============================================================================
 * datepicker
 * ========================================================================== */

.autogrid_wrapper.formfield,
.autogrid_wrapper.formfield .autogrid {
	overflow: visible;
}

form div.widget {
	position: relative;
}
.filterform div.widget {
	margin-bottom: 0;
}
input.datepicker {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiPjwvZz48Zz48Zz48Zz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMTEuMTYsMjEuMTA3YzAsMCwwLjU2MSwwLjU1OSwxLjI4OCwwLjU1OWMwLjU2OSwwLDAuODk0LTAuMjc4LDAuODk0LTAuNjIxYzAtMC40OS0wLjQ5LTAuNjkyLTEuMTY2LTAuNjkyaC0wLjQzOGwtMC4zMjQtMC43NDRsMC44MjQtMC45ODljMC4yOTgtMC4zNTksMC41NDMtMC41ODksMC41NDMtMC41ODl2LTAuMDE3YzAsMC0wLjIwMiwwLjA0My0wLjU5NiwwLjA0M2gtMS40OTh2LTEuMzEzaDMuOTUxdjAuOTU2bC0xLjI3LDEuNDYzYzAuOTMsMC4yMDIsMS41MTUsMC45MzgsMS41MTUsMS44MTNjMCwxLjA2OC0wLjc1MywyLjEzNy0yLjMyMiwyLjEzN2MtMS40MDEsMC0yLjEzNy0wLjgyNC0yLjEzNy0wLjgyNEwxMS4xNiwyMS4xMDd6Ii8+PHBhdGggZmlsbD0iIzc1NzU3NSIgZD0iTTE1Ljc5NCwyMS42OTNoMS4zMzJ2LTIuNjFjMC0wLjIzNywwLjAwOS0wLjQ4MSwwLjAwOS0wLjQ4MWgtMC4wMTdjMCwwLTAuMDc5LDAuMTc0LTAuMjQ2LDAuMzMybC0wLjM3NywwLjM0M2wtMC44ODQtMC45NDdsMS42OS0xLjU4NmgxLjMyM3Y0Ljk1aDEuMzR2MS4zMTNoLTQuMTcxVjIxLjY5M0wxNS43OTQsMjEuNjkzeiIvPjwvZz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMjQuNDc0LDkuMzMyaC0yLjMyMVY3LjcwN2MwLTEuNTM3LTEuMjQ5LTIuNzg2LTIuNzg2LTIuNzg2Yy0xLjUzNiwwLTIuNzg1LDEuMjQ5LTIuNzg1LDIuNzg2djEuNjI1aC0yLjgzM1Y3LjcwN2MwLTEuNTM3LTEuMjUtMi43ODYtMi43ODYtMi43ODZjLTEuNTM3LDAtMi43ODYsMS4yNDktMi43ODYsMi43ODZ2MS42MjVINS44NTVjLTAuNDYyLDAtMC44MzYsMC4zNzUtMC44MzYsMC44MzZ2MTUuNzM5YzAsMC40NjMsMC4zNzQsMC44MzcsMC44MzYsMC44MzdoMTguNjE5YzAuNDYxLDAsMC44MzYtMC4zNzQsMC44MzYtMC44MzdWMTAuMTY4QzI1LjMxLDkuNzA3LDI0LjkzNSw5LjMzMiwyNC40NzQsOS4zMzJ6IE0xOC4yNTIsNy43MDdjMC0wLjYxNSwwLjQ5OS0xLjExNSwxLjExNC0xLjExNXMxLjExNCwwLjUsMS4xMTQsMS4xMTV2My43ODVjMCwwLjYxNS0wLjQ5OSwxLjExNC0xLjExNCwxLjExNHMtMS4xMTQtMC40OTktMS4xMTQtMS4xMTRWNy43MDd6IE05Ljg0OCw3LjcwN2MwLTAuNjE1LDAuNDk5LTEuMTE1LDEuMTE1LTEuMTE1YzAuNjE1LDAsMS4xMTQsMC41LDEuMTE0LDEuMTE1djMuNzg1YzAsMC42MTUtMC40OTksMS4xMTQtMS4xMTQsMS4xMTRjLTAuNjE2LDAtMS4xMTUtMC40OTktMS4xMTUtMS4xMTRWNy43MDd6IE0yMy42MzksMjUuMDcySDYuNjlWMTUuMDQzaDE2Ljk0OFYyNS4wNzJ6Ii8+PC9nPjwvZz48L3N2Zz4=);
	background-size: 32px;
	background-position: right center;
	padding-right: 40px;
}

input.timepicker {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiPjwvZz48ZyBpZD0iSWNvbnMiPjxnPjxwYXRoIGZpbGw9IiM3NTc1NzUiIGQ9Ik0xNyw4LjA1OVY2aC0ydjIuMDU5QzEwLjUwMSw4LjU1Nyw3LDEyLjM2OCw3LDE3YzAsMi4xMjUsMC43NDEsNC4wNzQsMS45NzIsNS42MTRMNy41MTUsMjQuMDdsMS40MTQsMS40MTRsMS40NTctMS40NTdDMTEuOTI2LDI1LjI1OSwxMy44NzUsMjYsMTYsMjZzNC4wNzQtMC43NDEsNS42MTMtMS45NzNsMS40NTcsMS40NTdsMS40MTQtMS40MTRsLTEuNDU3LTEuNDU2QzI0LjI1OSwyMS4wNzQsMjUsMTkuMTI1LDI1LDE3QzI1LDEyLjM2OCwyMS40OTksOC41NTcsMTcsOC4wNTl6IE0xNiwyNGMtMy44NjYsMC03LTMuMTM0LTctN3MzLjEzNC03LDctN3M3LDMuMTM0LDcsN1MxOS44NjYsMjQsMTYsMjR6Ii8+PHBvbHlnb24gZmlsbD0iIzc1NzU3NSIgcG9pbnRzPSIxNywxMiAxNSwxMiAxNSwxNy41IDE4LjA2MiwyMC41NjIgMTkuNDc3LDE5LjE0OCAxNywxNi42NzIgIi8+PHJlY3QgeD0iNy4yMyIgeT0iNS43MyIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNzA3MiAtMC43MDcgMC43MDcgLTAuNzA3MiA4LjIzMjIgMTkuODY4NSkiIGZpbGw9IiM3NTc1NzUiIHdpZHRoPSIyIiBoZWlnaHQ9IjUiLz48cmVjdCB4PSIyMS4zMTMiIHk9IjcuMTg4IiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxIC0wLjcwNzIgMC43MDcyIC0wLjcwNzEgMzQuODU5IDMwLjgxNjkpIiBmaWxsPSIjNzU3NTc1IiB3aWR0aD0iNSIgaGVpZ2h0PSIyIi8+PC9nPjwvZz48L3N2Zz4=);
	background-size: 32px;
	background-position: right center;
	padding-right: 40px;
}

body .picker__list-item:hover,
body .picker__day--infocus:hover,
body .picker--focused .picker__day--highlighted {
	color: rgb(255,255,255);
}

body .picker__nav--next:hover, 
body .picker__nav--prev:hover,
body .picker__button--close:hover, 
body .picker__button--today:hover,
body .picker__button--clear:hover {
	background: rgb(240,240,240);
}

body .picker--focused .picker__day--highlighted, 
body .picker__day--highlighted:hover, 
body .picker__day--infocus:hover, 
body .picker__day--outfocus:hover {
	opacity: 0.7;
}

body .picker__select--month, 
body .picker__select--year {
	height: 40px;
	font-size: 0.8rem;
}

body .picker--time .picker__holder {
	background: rgba(0,0,0,0.32);
}

/* =============================================================================
 * icons for ce_form input
 * ========================================================================== */

.ce_form .input-group-addon {
  width: 60px;
  white-space: nowrap;
  vertical-align: middle;
}

.ce_form .input-group-addon {
  padding: 6px 12px;
  font-size: 0.9333rem;
  font-weight: normal;
  line-height: 1;
  color: rgb(255,255,255);
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  display: table-cell;
}

.ce_form .widget.mandatory .input-group-addon {
	background: red;
	border-color: red;
	color: rgb(255,255,255);
}

.ce_form .formicon-wrapper input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
  border-left: 0;
}

.ce_form .formicon-wrapper {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
}

.ce_form .widget.fa:before,
.ce_form .widget.fa label {
	display: none;
}

/* =============================================================================
 * colorbox 
 * ========================================================================== */

#cboxPrevious,
#cboxNext,
#cboxClose {
	z-index: 100;
}

#cboxWrapper .mod_article {
	padding: 30px;
}

#cboxWrapper #wrapper {
	padding: 10px;
}

#cboxWrapper .mod_article {
	max-width: none!important;
}

#cboxNext,
#cboxPrevious {
	width: 75px!important;
	opacity: 0.8;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
} 

#cboxNext:hover,
#cboxPrevious:hover {
	opacity: 1;
}

#cboxClose:hover {
	background-position: top center!important;
}

#cboxClose {
	width: 26px!important;
	height: 30px!important;
	top: -28px!important;
	right: 0px!important;
}

#cboxTitle {
	top: -25px!important;
	font-size: 0.9rem;
}

#cboxContent {
	margin-top: 25px!important;
}

#cboxLoadedContent {
	border: 0!important;
}

#cboxCurrent {
	display: none!important;
}

body.no_scroll {
	overflow: hidden;
}

#cboxOverlay {
	opacity: 0.8!important;
}

#cboxNext,
#cboxPrevious,
#cboxClose {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNzAuNXB4IiBoZWlnaHQ9IjY1cHgiIHZpZXdCb3g9IjAgMCAxNzAuNSA2NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTcwLjUgNjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNzAuNSwwaC00Ni42NjZDMTIyLjI3LDAsMTIxLDEuMjY5LDEyMSwyLjgzNHY1OS4zMzFjMCwxLjU2NSwxLjI3LDIuODM1LDIuODM0LDIuODM1SDE3MC41Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTAsMGg0Ni42NjZDNDguMjMsMCw0OS41LDEuMjY5LDQ5LjUsMi44MzR2NTkuMzMxQzQ5LjUsNjMuNzMsNDguMjMsNjUsNDYuNjY2LDY1SDAiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijc4LjI1IiB5MT0iNS4xMDkiIHgyPSI5NC4zNzUiIHkyPSIyMS4yMzQiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijk0LjM3NSIgeTE9IjUuMTA5IiB4Mj0iNzguMjUiIHkyPSIyMS4yMzQiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM3LjUiIHkxPSIxMS4zNTkiIHgyPSIxMC43NSIgeTI9IjMyLjUiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjM3LjY3OCIgeTE9IjUzLjA1NSIgeDI9IjEwLjkyOCIgeTI9IjMxLjkxNCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMzIiB5MT0iMTEuMzU5IiB4Mj0iMTU5Ljc1IiB5Mj0iMzIuNSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMzIiB5MT0iNTMuNjQxIiB4Mj0iMTU5Ljc1IiB5Mj0iMzIuNSIvPjwvc3ZnPg==);
}

#cboxNext {
	right: 0!important;
}

#cboxPrevious {
	left: 0!important;
}

body #colorbox,
body #cboxOverlay, 
body #cboxWrapper {
	z-index: 99999;
}

/* =============================================================================
 * revolutions slider module // template revoslider_fullscreen_arrowdown.html5
 * ========================================================================== */

.ce_revolutionslider #linkToContent {
	position: relative; 
	width: 32px; 
	height: 46px; 
	border: 2px solid #fff; 
	border-radius: 15px; 
	position: absolute; 
	bottom: 30px; 
	margin: 0 auto; 
	left: 0; 
	right: 0; 
	z-index: 100;
}

.ce_revolutionslider #linkToContent .wheel {
	display: block; 
	width: 6px; 
	height: 6px; 
	background-color: #fff; 
	border-radius: 50%; 
	margin-left: auto;  
	margin-right: auto; 
	margin-top: 6px; 
	left: 0; 
	right: 0; 
	-webkit-animation: mousewheel 1.7s infinite ease; 
	animation: mousewheel 1.7s infinite ease;
}

.ce_revolutionslider #linkToContent.dark-wheel {
	border-color: rgba(0,0,0,0.7);
}

.ce_revolutionslider #linkToContent.dark-wheel .wheel {
	background: rgba(0,0,0,0.7);
}

@keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}
@-webkit-keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}

/* =============================================================================
 * portfoliolist - one-page
 * ========================================================================== */

.mod_portfoliolist  .onepage_item.item a {
	position: static;
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
	margin: 0;
	border: 0;
	transition: none;
}

/* =============================================================================
 * autogrid - extra classes
 * ========================================================================== */

.autogrid_wrapper.grid-l {
	margin-left: -3%;
	margin-right: -3%;
}

.autogrid_wrapper.grid-l .ce_autogridWrapperStart.autogrid {
	padding-left: 3%;
	padding-right: 3%;
}

/* =============================================================================
 * onepage horizontal scrolling
 * ========================================================================== */

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

	.onepage_page.horizontal_scrolling {
		overflow-x: visible;
	}
	
	.onepage_page.horizontal_scrolling #fix-wrapper {
		position: fixed;
	}
	
	.onepage_page.horizontal_scrolling #slider .inside {
		overflow: hidden;
	}
	
	.onepage_page.horizontal_scrolling #slider .inside .mod_article {
		display: inline-block;
		width: 100vw;
		vertical-align: top;
	}
	
	.onepage_page.horizontal_scrolling #bottom {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_2 #slider > div.inside {
		width: calc(100vw * 2);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_3 #slider > div.inside {
		width: calc(100vw * 3);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_4 #slider > div.inside {
		width: calc(100vw * 4);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_5 #slider > div.inside {
		width: calc(100vw * 5);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_6 #slider > div.inside {
		width: calc(100vw * 6);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_7 #slider > div.inside {
		width: calc(100vw * 7);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_8 #slider > div.inside {
		width: calc(100vw * 8);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_9 #slider > div.inside {
		width: calc(100vw * 9);
	}
	
	.onepage_page.horizontal_scrolling.onepage_items_10 #slider > div.inside {
		width: calc(100vw * 10);
	}	
	
}

/* =============================================================================
 * breakpoint show smartmenu / hide mainmenu
 * ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 970px) {
	
	.smartmenu {
		display: block;
	}
		
	.mainmenu {
		display: none;
	}
	
}

/* =============================================================================
 * breakpoint for topbar // hide mod_top_phone
 * ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 1035px) {
	
	#top .mod_top_phone {
		display: none;
	}
	
	#top .mod_top_mail a {
		padding-left: 0;
	}
	
}

/* =============================================================================
 * force smartmenu on tablets
 * ========================================================================== */
 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.tablets-force-smartmenu .mainmenu {
		display: none;
	}
	
	.tablets-force-smartmenu .smartmenu {
		display: block;
	}
}

/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	
#main .mod_article,
#main .mod_article.fullwidth.boxed-content .contentwrap,
#main .autogrid_wrapper.article,
#main .mod_article .ce_parallax .contentwrap,
#main .mod_article .ce_bgimage .ce_bgimage-inside,
#main .mod_article .ce_youtube_background .contentwrap,
body.sidebar.left #main .mod_article,
body.sidebar.right #main .mod_article,
.ce_headerimage .ce_headerimage_inside,
.ce_bgimage-inside,
.header .inside,
.ce_text_image_bar .inside,
.ce_iconbox_header .contentwrap {
	padding-left: 20px!important;
	padding-right: 20px!important;
}

#main .autogrid_wrapper.article .mod_article,
#main .mod_article.fullwidth {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
	
.header .inside {
	height: 70px;
}

.header {
	padding-bottom: 0;
	padding-top: 0;
}

#fix-wrapper,
#top-wrapper {
	position: relative!important;
}

#bottom .inside .left,
#bottom .inside .right {
	float: none;
}

#bottom .inside .right a {
	margin-left: 0;
	margin-right: 15px;
}

#footer .inside {
	padding: 40px 20px;
}

.mod_breadcrumb {
	padding: 20px;
}

.mod_breadcrumb ul {
	display: none;
}

body.content_page #slider .pagetitle {
	font-size: 1.467rem;
}

#bottom .inside {
	padding-left: 20px;
	padding-right: 20px;
}

#footer .totop:before {
	display: none;
}

.ce_hyperlink.small a, 
a.btn.small, 
.ce_hyperlink a, 
a.btn {
	font-size: 0.9rem;
}

h1 {
	font-size: 1.733rem;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.467rem;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

h5 {
	font-size: 1.067rem;
	margin-bottom: 10px;
}

h6 {
	font-size: 1.067rem;
	margin-bottom: 10px;
}

.mod_breadcrumb {
	display: none;
}

.header .mod_langswitcher {
	position: absolute;
	right: 70px;
	top: 50%;
	margin-top: -19px;
	line-height: 40px;
	margin-left: 0!important;
}

/*remove this line for showing the langswitch in mobile header */
.header .mod_langswitcher {
	display: none;
}

.header .mod_search {
	display: none;
}

#main .mod_article {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ce_imagemap .hotspot {
	display: none;
}

.header.cloned {
	box-shadow: none;
}

body.fixed-header .header.cloned {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.stickyheader {
	top: 0!important;
	transition: All 0s ease;
	-webkit-transition: All 0s ease;
}

.header.original {
	visibility: hidden;
}

#top {
	display: none;
}

.stickyheader .header.cloned {
	transition: All 0s ease;
	-webkit-transition: All 0s ease;
}

#main .mod_subscribe input,
#main .mod_subscribe input.submit,
#main .mod_subscribe button.submit {
	width: 100%;
	margin: 0;
}

#main .mod_subscribe input.submit,
#main .mod_subscribe button.submit {
	margin-top: 20px;
}

.autogrid:not(.ce_autogridwrapper):not(.no_gutter) {
	margin-bottom: 25px;
}

body #contentwrapper .ce_form form .autogrid {
	margin-bottom: 0;
}

body .ce_form .autogrid {
	margin-bottom: 0;
}

.autogrid.autogrid-last {
	margin-bottom: 0;
}

#main .mod_article.autogrid {
	padding-top: 0;
	padding-bottom: 25px;
	margin-bottom: 0;
}

#main .mod_article.autogrid.autogrid-first {
	padding-top: 25px;
}

.ce_hyperlink.align-right {
	text-align: left!important;
}

#main .mod_subscribe.align-right input {
	margin-left: 0;
	margin-top: 20px;
}

.ce_revolutionslider #linkToContent {
	bottom: 10px; 
}

.ce_revolutionslider .rs-container.fullscreen {
	height: calc(100vh - 70px)!important;
}

.custommenu {
	bottom: 0px;
	padding: 10px;
}

.custommenu li {
	float: none;
	width: 100%!important;
	border: 1px solid rgb(255,255,255);
	border-bottom: 0;
}

.custommenu li.last {
	border-bottom: 1px solid rgb(255,255,255);
}

.custommenu li .pagetitle {
	display: none;
}

form.style4 {
	padding: 20px;
}

form.style4 .submit_container {
	margin-bottom: 10px;
}

.submenu_v2 li {
	width: 100%!important;
	padding: 0;
}

.submenu_v2 li a,
.submenu_v2 li a.first {
	border-top: 1px solid rgb(200,200,200);
	border-left: 0;
	border-right: 0; 
}

.submenu_v2 li a.first {
	border: 0;
}

.submenu_v2 li a i {
	font-size: 1.667rem;
}

.submenu_v2 li a.active:before {
	display: none;
}

.mod_langswitcher .mod_langswitcher_inside:before {
	top: -1px;
}

#top_link {
	display: none;
}

form.style9 {
	padding: 20px;
}

form.style9 input, 
form.style9 textarea, 
form.style9 select,
form.style9 input.big-letter {
	font-size: 1rem;
}

form.style9 label {
	margin-bottom: 0;
}

form.style9 input, 
form.style9 select {
	line-height: 1rem;
}

form.style9 input.datepicker {
	background-size: 15px;
}

form.style9 .submit_container {
	position: static;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
	
#mmenu_container {
	display: block;
}

.cookiebar_slim .cookiebar_button {
	display: block;
}

.mod_cookiebar_optin_medium form .item {
	width: 100%;
	margin: 0;
	display: block;
}

.mod_cookiebar_optin_medium form i {
	display: none;
}

.mod_cookiebar_optin_medium .cookie_option_info {
	display: block;
}

#cboxPrevious {
	transform: scale(0.7);
	transform-origin: left;
}

#cboxNext {
	transform: scale(0.7);
	transform-origin: right;
}

}
/* =============================================================================
 * browser bugfixes
 * ========================================================================== */

body.ie9 #fix-wrapper,
body.ie10 #fix-wrapper {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MkVFOENGOTk2OUYxMUU1QjU3MTkyN0Q5MjBFRUJENSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MkVFOENGQTk2OUYxMUU1QjU3MTkyN0Q5MjBFRUJENSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyRUU4Q0Y3OTY5RjExRTVCNTcxOTI3RDkyMEVFQkQ1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyRUU4Q0Y4OTY5RjExRTVCNTcxOTI3RDkyMEVFQkQ1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ndvI8gAAABBJREFUeNpi+P//PwNAgAEACPwC/tuiTRYAAAAASUVORK5CYII=');
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit; }

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    width: 90px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    margin-right: 20px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px; }

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -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; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }
html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s; }
html.mm-pagedim #mm-blocker {
  background: inherit; }
html.mm-pagedim-white #mm-blocker {
  background: #fff; }
html.mm-pagedim-black #mm-blocker {
  background: #000; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      tap-highlight-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
      tap-highlight-color: rgba(0, 0, 0, 0.05); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
      tap-highlight-color: rgba(255, 255, 255, 0.3); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

 /* =============================================================================
 * Template: mod_customcatalogfilter_mobile_trigger.html5
 * ========================================================================== */
 
 .mod_customcatalogfilter .mobile_trigger {
	display: none;
	text-align: right;
}

.mod_customcatalogfilter .mobile_trigger i {
	background: rgb(80,80,80);
	color: rgb(255,255,255);
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	 .mod_customcatalogfilter .mobile_trigger {
		 display: block;
	 }
}

/* =============================================================================
 * Template | customcatalog_XXX_ajaxsearch_results.html5
 * ========================================================================== */

.suggestions_container {
	display: none;
}

.autocomplete_results {
	max-width: 420px;
	display: none;
	background: #fff;
	z-index: 100;
}

.autocomplete_results .module_container {
	border: 0;
}

.mod_customcatalog_search_results .item-left {
	display: inline-block;
	width: 35px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-right: 25px;
}
 
.mod_customcatalog_search_results .item-right {
	display: inline-block;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.mod_customcatalog_search_results .item-inside {
	border-top: 1px solid rgba(0,0,0,0.1);
}

.mod_customcatalog_search_results .item-inside:first-child {
	border-top: 0;
}
 
.mod_customcatalog_search_results .item-inside a {
	display: flex;
	padding: 8px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_customcatalog_search_results .item-inside a:hover {
	background: rgba(0,0,0,0.03);
}
 
.mod_customcatalog_search_results .item-wrapper {
	padding: 20px;
}

.mod_customcatalog_search_results .suggestions_container {
	display: none!important;
}

/* =============================================================================
 * ajax-search | form
 * ========================================================================== */

.no_submits .submit_container,
.no_submits legend,
.no_submits label {
	display: none;
}

.no_submits fieldset {
	border: 0; 
	padding: 0;
	margin: 0;
}

.no_submits .filterform {
	margin: 0 auto;
	max-width: 420px;
}

.no_submits input {
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,1);
	padding: 20px;
}


/**
 * DEMO: cc_immorealty
 */

/* =============================================================================
 * cc_immorealty reader
 * ========================================================================== */

.mod_customcatalogreader.cc_immorealty {
	background: rgb(255,255,255);
	padding: 30px;
}
.mod_customcatalogreader.cc_immorealty .name {
	float: left;
}

.mod_customcatalogreader.cc_immorealty .place {
	float: right;
	line-height: 3.3;
}

.mod_customcatalogreader.cc_immorealty .place .ce_tags {
	display: inline-block;
}

.mod_customcatalogreader.cc_immorealty .place i {
	margin-right: 5px;
}

.mod_customcatalogreader.cc_immorealty .propety-headline {
	overflow: hidden;
}

.mod_customcatalogreader.cc_immorealty .propety-header img {
	width: 100%;
}

.mod_customcatalogreader.cc_immorealty .property-meta {
	overflow: hidden;
	border-top: 1px solid rgb(245,245,245);
	border-bottom: 1px solid rgb(245,245,245);
	margin: 25px 0;
	padding: 20px 0;
}

.mod_customcatalogreader.cc_immorealty .property-meta li {
	float: left;
	width: 33.333%;
	line-height: 2.3;
}

.mod_customcatalogreader.cc_immorealty .property-meta li i {
	margin-right: 5px;
}

.mod_customcatalogreader.cc_immorealty .property-meta li .ce_tags {
	display: inline-block;
}

.mod_customcatalogreader.cc_immorealty .property-furnishing {
	overflow: hidden;
}

.mod_customcatalogreader.cc_immorealty .property-furnishing li {
	width: 33.33%;
	float: left;
	line-height: 3;
}

.mod_customcatalogreader.cc_immorealty .property-furnishing li i {
	margin-right: 10px;
	color: var(--accentColor);
}

.mod_customcatalogreader.cc_immorealty h3 {
	margin-top: 35px;
}

.mod_customcatalogreader.cc_immorealty .property-gallery {
	margin-top: 35px;
}

.mod_customcatalogreader.cc_immorealty .price {
	position: absolute;
	right: 0;
	bottom: 0;
	color: rgb(255,255,255);
	background: var(--accentColor);
	padding: 15px;
	font-size: 1.4em;
}

.mod_customcatalogreader.cc_immorealty .propety-header .image {
	position: relative;
}

.mod_customcatalogreader.cc_immorealty .customelements_notelist {
	float: none;
	margin-bottom: 25px;
}

/* =============================================================================
 * cc_immorealty list
 * ========================================================================== */

.mod_customcataloglist.cc_immorealty .entries {
	margin-left: -1%;
	margin-right: -1%;
	display: flex;
	flex-wrap: wrap;
}

.mod_customcataloglist.cc_immorealty .entry {
	flex: 0 0 50%;
	padding-left: 1%;
	padding-right: 1%;
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 15px;
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_inside {
	border: 1px solid rgb(243,243,243);
	background: rgb(255,255,255);
	position: relative;
	overflow: hidden;
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_top {
	padding: 15px;
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_top .place {
	font-size: 1.2em;
	color: rgb(150,150,150);
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_top h4 {
	margin: 0;
}

.mod_customcataloglist.cc_immorealty .entry .property-meta {
	overflow: hidden;
	padding: 15px;
	color: rgb(153,153,153);
}

.mod_customcataloglist.cc_immorealty .entry .property-meta li {
	float: left;
	width: 50%;
	line-height: 2;
}

.mod_customcataloglist.cc_immorealty .entry .property-meta li i {
	margin-right: 5px;
}

.mod_customcataloglist.cc_immorealty .entry .property-meta li .ce_tags {
	display: inline-block;
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_bottom {
	overflow: hidden;
	border-top: 1px solid rgb(246,246,246);
	padding: 15px;
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_bottom .price {
	float: right;
	font-size: 1.4em;
	color: rgb(153,153,153);
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_bottom .price span {
	font-size: 0.6em;
}

.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top {
	background: var(--accentColor);
}

.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top h4 a,
.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top .place {
	color: rgb(255,255,255);
}

.mod_customcataloglist.cc_immorealty .entry .top_object_icon {
	background: rgba(255,255,255,0.3);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
}

.mod_customcataloglist p.empty {
	margin-left: 1%;
}

.mod_customcataloglist.cc_immorealty .pagination {
	padding-left: 1%;
	padding-right: 1%;
}

/* =============================================================================
 * cc_immorealty list top_objects
 * ========================================================================== */

.mod_customcataloglist.cc_immorealty.top_objects .entry {
	flex: 0 0 33.333%;
}

/* =============================================================================
 * cc_immorealty slider
 * ========================================================================== */

.mod_customcataloglist.cc_immorealty_slider_wrap {
	display: block;
}

.mod_customcataloglist.cc_immorealty_slider_wrap .swiper-container {
	--swiper-theme-color: #fff;
}

.mod_customcataloglist .cc_immorealty_slider .swiper-container {
	height: 550px;
}

.mod_customcataloglist .cc_immorealty_slider .entry {
	flex: 0 0 100%;
}

.mod_customcataloglist .cc_immorealty_slider .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mod_customcataloglist .cc_immorealty_slider .content-left {
	position: absolute;
	z-index: 10;
	bottom: 50px;
	left: 0;
}

.mod_customcataloglist .cc_immorealty_slider .content-outside {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_immorealty_slider .content-inside {
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_immorealty_slider .category {
	color: rgb(255,255,255);
	font-size: 1.3em;
	padding: 5px 10px;
	background: var(--accentColor);
	display: inline-block;
	opacity: 0.95;
}

.mod_customcataloglist .cc_immorealty_slider .price {
	font-size: 2em;
	padding: 5px 10px;
	background: rgba(255,255,255,0.9);
}

.mod_customcataloglist .cc_immorealty_slider .price span {
	font-size: 0.5em;
}

.mod_customcataloglist .cc_immorealty_slider .place {
	font-size: 2em;
	position: absolute;
	right: 0;
	bottom: 50px;
}

.mod_customcataloglist .cc_immorealty_slider .place a {
	color: rgb(255,255,255);
}

.mod_customcataloglist .cc_immorealty_slider .place i {
	margin-left: 15px;
}

/* =============================================================================
 * cc_immorealty customelements_notelist
 * ========================================================================== */
 
.cc_immorealty .customelements_notelist {
	float: left;
}

.cc_immorealty .customelements_notelist .notelistamount,
.cc_immorealty .customelements_notelist .update {
	display: none;
}
.cc_immorealty .customelements_notelist input {
	background-color: var(--accentColor);
	color: #fff;
	border-radius: 3px;
	padding: 10px 10px;
	cursor: pointer;
	text-align: center;
	margin: 0;
	display: inline-block;
	width: auto;
	border: 0;
}

.cc_immorealty .customelements_notelist .info {
	background: #a5cd00;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	position: absolute;
	right: 15px;
}

.cc_immorealty .formnotelist {
	display: none;
}

.formnotelist {
	display: none;
}

/* =============================================================================
 * cc_immorealty filter: content_page
 * ========================================================================== */
 
.mod_customcatalogfilter.immorealty_filter fieldset {
	margin: 0;
}

.mod_customcatalogfilter.immorealty_filter .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.immorealty_filter .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.immorealty_filter .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.immorealty_filter .submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.immorealty_filter .submit_container {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.immorealty_filter .filter_range label {
	display: none;
}

.mod_customcatalogfilter.immorealty_filter .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider-range {
	background: var(--accentColor);
}

.mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.immorealty_filter .submit_container input.clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.immorealty_filter .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.immorealty_filter .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.immorealty_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.immorealty_filter .filter_text legend label {
	display: inline-block;
}

/* =============================================================================
 * cc_immorealty filter: home
 * ========================================================================== */
 
.mod_customcatalogfilter.immorealty_filter_home {
	background: rgb(240,240,240);
	padding: 30px;
}

.mod_customcatalogfilter.immorealty_filter_home legend {
	display: none;
}

.mod_customcatalogfilter.immorealty_filter_home fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.mod_customcatalogfilter.immorealty_filter_home div.widget {
	width: 25%;
	padding: 10px;
	float: left;
	margin: 0;
}

.mod_customcatalogfilter.immorealty_filter_home div.widget.submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.immorealty_filter_home .clear_filters,
.mod_customcatalogfilter.immorealty_filter_home .clear_all_filters {
	display: none;
}

/* =============================================================================
 * phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
	
	.mod_customcataloglist.cc_immorealty {
		margin-left: 0;
		margin-right: 0;
	}
	
	.mod_customcataloglist.cc_immorealty.top_objects .entry {
		flex: 0 0 100%!important;
	}
	
	.mod_customcataloglist .cc_immorealty_slider .place {
		left: 0;
		bottom: 40px;
		font-size: 1.2em;
	}
	
	.mod_customcataloglist .cc_immorealty_slider .content-left {
		bottom: 80px;
	}
	
	.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_bottom .price {
		float: none;
	}
	
	.cc_immorealty .customelements_notelist input {
		width: 100%;
		margin-top: 10px;
	}
	
	.cc_immorealty .customelements_notelist {
		float: none;
	}
	
	.mod_customcataloglist .cc_immorealty_slider .content-inside {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.mod_customcatalogreader.cc_immorealty .place,
	.mod_customcatalogreader.cc_immorealty .name {
		float: none;
		margin: 0;
	}
	
	.mod_customcatalogreader.cc_immorealty .name {
		line-height: 1;
	}
	
	.mod_customcatalogreader.cc_immorealty .price {
		font-size: 1em;
		padding: 5px;
		position: static;
	}
	
	.mod_customcatalogreader.cc_immorealty .property-meta li,
	.mod_customcatalogreader.cc_immorealty .property-furnishing li {
		width: 100%;
		line-height: 1.8;
	}
	
	.mod_customcataloglist.cc_immorealty .entry {
		flex: 0 0 100%;
	}
	
	.mod_customcataloglist.cc_immorealty .entry .property-meta li {
		font-size: 0.9em;
	}
	
	.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_top .place {
		font-size: 0.8em;
	}
	
	.mod_customcatalogfilter.immorealty_filter_home div.widget {
		width: 100%;
	}
	
	.mod_customcataloglist.cc_immorealty .pagination {
		margin-bottom: 35px;
	}
}

/**
 * DEMO: cc_cardealer
 */

/* =============================================================================
 * cc_cardealer list
 * ========================================================================== */

.mod_customcataloglist.cc_cardealer .entry {
	margin-bottom: 35px;
}

.mod_customcataloglist.cc_cardealer .item-inside {
	overflow: hidden;
	border: 1px solid rgb(238,238,238);
	background: rgb(245,245,245);
	position: relative;
}

.mod_customcataloglist.cc_cardealer .item-leftside {
	float: left;
	width: 35%;
	position: relative;
}

.mod_customcataloglist.cc_cardealer .item-rightside {
	float: left;
	width: 65%;
	background: rgb(255,255,255);
}

.mod_customcataloglist.cc_cardealer .item-link-youtube,
.mod_customcataloglist.cc_cardealer .item-link-detail {
	width: 48%;
	display: inline-block;
	padding: 10px;
}

.mod_customcataloglist.cc_cardealer .item-link-youtube i,
.mod_customcataloglist.cc_cardealer .item-link-detail i {
	margin-right: 5px;
	font-size: 0.8em;
}

.mod_customcataloglist.cc_cardealer .item-rightside h4 {
	background: rgb(250,250,250);
	padding: 10px 20px;
	margin-bottom: 0;
}

.mod_customcataloglist.cc_cardealer .item-rightside .item-content {
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px solid rgb(245,245,245);
}

.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col1 {
	float: left;
	width: 70%;
	min-height: 85px;
}

.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
	float: left;
	width: 30%;
	font-size: 2em;
	line-height: 1em;
	text-align: right;
	color: var(--accentColor);
}

.mod_customcataloglist.cc_cardealer .item-rightside ul {
	overflow: hidden;
	padding: 10px 20px;
}

.mod_customcataloglist.cc_cardealer .item-rightside li {
	width: 50%;
	float: left;
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_cardealer .item-state {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
	background-color: var(--secondColor);
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 7px;
	border-radius: 2px;
}

.mod_customcataloglist.cc_cardealer .item-rightside li .ce_tags {
	display: inline-block;
}

.mod_customcataloglist.cc_cardealer .item-rightside li i {
	width: 25px;
}

.mod_customcataloglist.cc_cardealer .item-leftside .image_container img {
	height: 238px;
	width: auto;
	max-width: none;
}

.mod_customcataloglist.cc_cardealer .notelistamount,
.mod_customcataloglist.cc_cardealer .notelist .submit_container input.update {
	display: none;
}

.mod_customcataloglist.cc_cardealer .notelist .submit_container input.submit {
	width: auto;
	padding: 3px 10px;
	min-width: 80px;
}

.mod_customcataloglist.cc_cardealer .ce_number {
	display: inline-block;
}

/* =============================================================================
 * cc_cardealer list/grid
 * ========================================================================== */

.mod_customcataloglist.cc_cardealer.grid-view .item-wrapper {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.mod_customcataloglist.cc_cardealer.grid-view .entry {
	flex: 0 0 33.333%;
	padding-left: 1%;
	padding-right: 1%;
}

.mod_customcataloglist.cc_cardealer.grid-view .item-leftside,
.mod_customcataloglist.cc_cardealer.grid-view .item-rightside {
	float: none;
	width: 100%;
}

.mod_customcataloglist.cc_cardealer.grid-view .item-leftside .image_container img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.mod_customcataloglist.cc_cardealer.grid-view .item-link-youtube, .mod_customcataloglist.cc_cardealer .item-link-detail {
	padding-left: 20px;
}

.mod_customcataloglist.cc_cardealer.grid-view .item-rightside .item-content-col1,
.mod_customcataloglist.cc_cardealer.grid-view .item-rightside .item-content-col2 {
	width: 100%;
	float: none;
	text-align: left;
}

.mod_customcataloglist.cc_cardealer.grid-view .notelist {
	margin-bottom: 15px;
}

@media only screen and (max-width: 970px) {
	.mod_customcataloglist.cc_cardealer.grid-view .entry {
		width: 50%;
	}
}

/* =============================================================================
 * cc_cardealer teaser
 * ========================================================================== */

.mod_customcataloglist.cc_cardealer_teaser .item-content-col1,
.mod_customcataloglist.cc_cardealer_teaser .notelist,
.mod_customcataloglist.cc_cardealer_teaser .item-link-detail,
.mod_customcataloglist.cc_cardealer_teaser .item-link-youtube {
	display: none;
}

.mod_customcataloglist.cc_cardealer_teaser .item-rightside h4 {
	margin: 0;
	font-size: 1.2em;
}

.mod_customcataloglist.cc_cardealer_teaser .item-rightside .item-content-col2 {
	font-size: 1.3em;
	text-align: right!important;
}

.mod_customcataloglist.cc_cardealer_teaser .item-rightside .item-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* =============================================================================
 * item highlight w/star
 * ========================================================================== */

.mod_customcataloglist.cc_cardealer .item-highlight-icon {
	background-color: var(--accentColor);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
}

/* =============================================================================
 * cc_cardealer view-switcher
 * ========================================================================== */

.mod_customcataloglist.cc_cardealer.notelist-view .list-options {
	display: none;
}

.mod_customcataloglist.cc_cardealer.cc_cardealer_teaser .list-options {
	display: none;
}

.mod_customcataloglist.cc_cardealer .list-options {
	margin-bottom: 14px;
	display: inline-block;
	border: 1px solid rgb(220,220,220);
	border-radius: 2px;
	overflow: hidden;
}

.mod_customcataloglist.cc_cardealer .list-options i {
	line-height: 35px;
	width: 50px;
	text-align: center;
	cursor: pointer;
	float: left;
}

.mod_customcataloglist.cc_cardealer .list-options i.fa-th {
	border-left: 1px solid rgb(220,220,220);
}

.mod_customcataloglist.cc_cardealer .list-options i.fa-list {
	background: rgb(250,250,250);
}

.mod_customcataloglist.cc_cardealer .list-options i.fa-list {
	background: rgb(240,240,240);
}

.mod_customcataloglist.cc_cardealer.grid-view .list-options i.fa-list {
	background: rgb(250,250,250);
}

.mod_customcataloglist.cc_cardealer.grid-view .list-options i.fa-th {
	background: rgb(240,240,240);
}

.mod_customcataloglist.cc_cardealer.grid-view .item-rightside h4 {
	margin-bottom: 0;
	font-size: 1em;
}

/* =============================================================================
 * cc_cardealer reader
 * ========================================================================== */

.mod_customcatalogreader.cc_cardealer .single-leftside {
	width: 58%;
	float: left;
}

.mod_customcatalogreader.cc_cardealer .single-rightside {
	width: 42%;
	float: left;
	padding-left: 30px;
}

.mod_customcatalogreader.cc_cardealer .single-top-content {
	overflow: hidden;
}

.mod_customcatalogreader.cc_cardealer .single-price {
	color: var(--accentColor);
}

.mod_customcatalogreader.cc_cardealer .single-price strong {
	background-color: var(--accentColor);
	color: rgb(255,255,255);
	font-size: 2.5em;
	font-weight: bold;
	display: inline-block;
	padding: 0 15px;
	border-radius: 2px;
	margin-right: 20px;
	line-height: 3rem;
}

.mod_customcatalogreader.cc_cardealer .single-price span {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	display: inline-block;
	margin: 10px 0;
}

.mod_customcatalogreader.cc_cardealer .single-metadata {
	border-top: 1px solid rgb(221,221,221);
	border-bottom: 1px solid rgb(221,221,221);
	margin: 20px 0;
	overflow: hidden;
}

.mod_customcatalogreader.cc_cardealer .single-metadata strong {
	display: block;
}

.mod_customcatalogreader.cc_cardealer .single-metadata-col1,
.mod_customcatalogreader.cc_cardealer .single-metadata-col2,
.mod_customcatalogreader.cc_cardealer .single-metadata-col3 {
	width: 33.333%;
	float: left;
	font-size: 1.2em;
}

.mod_customcatalogreader.cc_cardealer .single-metadata-col2 {
	border-left: 1px solid rgb(221,221,221);
	border-right: 1px solid rgb(221,221,221);
	padding-left: 10px;
}

.mod_customcatalogreader.cc_cardealer .single-metadata-col3 {
	padding-left: 10px;
}

.mod_customcatalogreader.cc_cardealer table.table-striped {
	width: 100%;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_cardealer table.table-striped td {
	padding: 5px;
}

.mod_customcatalogreader.cc_cardealer table.table-striped tr {
	background: rgba(0,0,0,0.03);
}

.mod_customcatalogreader.cc_cardealer table.table-striped tr:nth-child(odd) {
	background: none;
}

.mod_customcatalogreader.cc_cardealer .notelistamount {
	display: none;
}

.mod_customcatalogreader.cc_cardealer .notelist input.submit {
	width: auto;
}

.mod_customcatalogreader.cc_cardealer .notelist input.update {
	display: none;
}

.mod_customcatalogreader.cc_cardealer .ce_tabs {
	margin: 35px 0;
}

.mod_customcatalogreader.cc_cardealer .ce_tabs ul li {
	background: #fff;
}

.mod_customcatalogreader.cc_cardealer .single-features ul {
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.mod_customcatalogreader.cc_cardealer .single-features li {
	background: #fff;
	padding: 10px;
}

.mod_customcatalogreader.cc_cardealer .single-print {
	margin: 12px 0 5px 0;
}

.mod_customcatalogreader.cc_cardealer .single-print a,
.mod_customcatalogreader.cc_cardealer .single-mail a {
	color: rgb(140,140,140);
}

.mod_customcatalogreader.cc_cardealer .single-print a:hover,
.mod_customcatalogreader.cc_cardealer .single-mail a:hover {
	color: rgb(50,50,50);
}

.mod_customcatalogreader.cc_cardealer .single-print i,
.mod_customcatalogreader.cc_cardealer .single-mail i {
	margin-right: 5px;
}

.notelist .submit_container input.submit:hover {
	opacity: 0.9;
}

.notelist .submit_container input.submit,
.notelist .submit_container input.submit:hover,
.notelist .submit_container button.submit,
.notelist .submit_container button.submit:hover {
	background-color: var(--secondColor);
}

.mod_customcatalogreader.cc_cardealer .ce_number {
	display: inline-block;
}

/* =============================================================================
 * cc_cardealer notelist
 * ========================================================================== */

.mod_customcataloglist .notelist-sum {
	display: none;
}

.mod_customcataloglist.notelist-view .notelist-sum {
	display: block;
	padding: 50px;
	font-size: 2em;
	color: rgb(255,255,255);
}

.mod_customcataloglist .notelist-sum .headline {
	display: inline-block;
	color: rgb(50,50,50);
}


/* =============================================================================
 * cc_cardealer filter
 * ========================================================================== */
 
.mod_customcatalogfilter.cardealer_filter fieldset {
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
}

.mod_customcatalogfilter.cardealer_filter div.widget {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cardealer_filter legend {
	display: none;
}

.mod_customcatalogfilter.cardealer_filter .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.cardealer_filter .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.cardealer_filter .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.cardealer_filter .submit_container button {
	width: 100%;
	border-radius: 5px;
}


.mod_customcatalogfilter.cardealer_filter .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider-range {
	background-color: var(--accentColor);
}

.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.cardealer_filter .submit_container input.clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.cardealer_filter .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.cardealer_filter .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.cardealer_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.cardealer_filter .filter_text legend label {
	display: inline-block;
}

/* =============================================================================
 * cc_cardealer slider
 * ========================================================================== */

.mod_customcataloglist .cc_cardealer_slider .swiper-container {
	height: 550px;
	--swiper-theme-color: #fff;
}

.mod_customcataloglist .cc_cardealer_slider .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mod_customcataloglist .cc_cardealer_slider .slider-content-wrapper {
	position: absolute;
	z-index: 10;
	bottom: 50px;
	left: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
}

.mod_customcataloglist .cc_cardealer_slider .name {
	font-size: 2em;
	float: left;
	padding: 45px 35px 35px 35px;
}

.mod_customcataloglist .cc_cardealer_slider .price {
	float: right;
	padding: 35px;
	border-left: 1px solid rgba(255,255,255,0.4);
}

.mod_customcataloglist .cc_cardealer_slider .price strong {
	font-size: 1.5em;
	color: var(--accentColor);
}

.mod_customcataloglist .cc_cardealer_slider .price span {
	display: block;
	font-size: 1em;
}

.mod_customcataloglist .cc_cardealer_slider .state {
	position: absolute;
	top: -20px;
	left: 35px;
	display: block;
	padding: 5px 10px;
	color: rgb(255,255,255);
	background-color: var(--accentColor);
}

.mod_customcataloglist .cc_cardealer_slider .content-outside {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_cardealer_slider .content-inside {
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_cardealer_slider .state {
	color: rgb(255,255,255);
	font-size: 1.3em;
	padding: 5px 10px;
	background: rgba(0,0,0,0.3);
	display: inline-block;
}

.mod_customcataloglist .cc_cardealer_slider .ce_number {
	display: inline-block;
}

/* =============================================================================
 * phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
	
	.mod_customcataloglist.cc_cardealer .item-leftside,
	.mod_customcataloglist.cc_cardealer .item-rightside {
		float: none;
		width: 100%;
	}
	
	.mod_customcataloglist.cc_cardealer .item-leftside .image_container img {
		height: auto;
		width: 100%;
		max-width: 100%;
	}
	
	.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col1,
	.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
		float: none;
		width: 100%;	
		text-align: left;
	}
	
	.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
		font-size: 1.5em;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-leftside,
	.mod_customcatalogreader.cc_cardealer .single-rightside {
		float: none;
		width: 100%;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-rightside {
		margin-top: 20px;
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_cardealer .ce_tabs {
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-features li {
		width: 100%;
		float: none;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-metadata-col1, 
	.mod_customcatalogreader.cc_cardealer .single-metadata-col2, 
	.mod_customcatalogreader.cc_cardealer .single-metadata-col3 {
		font-size: 1em;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-price strong {
		font-size: 1.5em;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-price span {
		margin-top: 20px;
	}
	
	.mod_customcataloglist.cc_cardealer.cc_cardealer_col2 .notelist {
		margin-bottom: 20px;
	}
	
	.mod_customcataloglist.cc_cardealer.cc_cardealer_col2 {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
	}

	.mod_customcataloglist.cc_cardealer.cc_cardealer_col2 .entry {
	width: 100%; 
	float: none;
	padding-left: 0;
	padding-right: 0;
	}

	.mod_customcataloglist.cc_cardealer.cc_cardealer_col2 .item-leftside .image_container img {
		height: auto;
	}
	
	.mod_customcataloglist.cc_cardealer .notelist {
		margin-bottom: 15px;
	}
	
	.mod_customcataloglist.cc_cardealer.grid-view .entry {
		width: 100%;
	}
	
	.mod_customcataloglist .cc_cardealer_slider .name {
		font-size: 1.5em;
		padding: 25px 5px 0 15px;
		float: none;
	}
	
	.mod_customcataloglist .cc_cardealer_slider .swiper-container {
		height: 350px;
	}
	
	.mod_customcataloglist .cc_cardealer_slider .price {
		padding: 0px 15px 15px 15px;
		float: none;
	}
	
	.mod_customcataloglist .cc_cardealer_slider .state {
		left: 15px;
		font-size: 0.9em;
	}
	
	.mod_customcataloglist .cc_cardealer_slider .slider-content-wrapper {
		width: 100%;
	}
	
	.mod_customcataloglist.cc_cardealer .list-options {
		display: none;
	}
	
	.mod_customcatalogfilter.cardealer_filter .checkbox_container label {
		top: -4px;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-features ul {
	grid-template-columns: 1fr;
}
	
}

/**
 * DEMO: cc_catalog
 */

/* =============================================================================
 * cc_catalog list
 * ========================================================================== */

.mod_customcataloglist.cc_catalog .item-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.mod_customcataloglist.cc_catalog .entry {
	margin-bottom: 65px;
	flex: 0 0 33.33%;
	padding-left: 1%;
	padding-right: 1%;
}

.mod_customcataloglist.cc_catalog .item-inside {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.mod_customcataloglist.cc_catalog h6 {
	padding: 10px 20px 0 10px;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
}

.mod_customcataloglist.cc_catalog .brand {
	color: rgb(180,180,180);
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_catalog .price {
	font-size: 1.15rem;
}

.mod_customcataloglist.cc_catalog .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

.mod_customcataloglist.cc_catalog .more-buttom a {
	display: inline-block;
	padding: 10px 20px;
	border-top: 1px solid rgb(233,233,233);
	border-bottom: 1px solid rgb(233,233,233);
	font-size: 0.9rem;
	margin-top: 20px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	letter-spacing: 1px;
}

.mod_customcataloglist.cc_catalog .entry:hover .more-buttom a {
	border-color: rgb(0,0,0);
}

.mod_customcataloglist.cc_catalog .item-state {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
	background: rgb(92,184,92);
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 7px;
	border-radius: 2px;
}

.mod_customcataloglist.cc_catalog .notelistamount,
.mod_customcataloglist.cc_catalog .notelist .submit_container input.update {
	display: none;
}

.mod_customcataloglist.cc_catalog .notelist .submit_container input.submit {
	width: auto;
	padding: 3px 10px;
	min-width: 80px;
}

.mod_customcataloglist.cc_catalog .ce_number {
	display: inline-block;
}

.mod_customcataloglist.cc_catalog .item-wrapper {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
}

.mod_customcataloglist.cc_catalog .item-leftside,
.mod_customcataloglist.cc_catalog .item-rightside {
	float: none;
	width: 100%;
}

.mod_customcataloglist.cc_catalog .item-leftside .image_container img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.mod_customcataloglist.cc_catalog .item-link-youtube, .mod_customcataloglist.cc_catalog .item-link-detail {
	padding-left: 20px;
}

.mod_customcataloglist.cc_catalog .item-rightside .item-content-col1,
.mod_customcataloglist.cc_catalog .item-rightside .item-content-col2 {
	width: 100%;
	float: none;
	text-align: left;
}

.mod_customcataloglist.cc_catalog .notelist {
	margin-bottom: 15px;
}

@media only screen and (max-width: 970px) {
	.mod_customcataloglist.cc_catalog .entry {
		flex: 0 0 50%;
	}
}

/* =============================================================================
 * cc_catalog teaser
 * ========================================================================== */

.mod_customcataloglist.cc_catalog_teaser .item-content-col1,
.mod_customcataloglist.cc_catalog_teaser .notelist,
.mod_customcataloglist.cc_catalog_teaser .item-link-detail,
.mod_customcataloglist.cc_catalog_teaser .item-link-youtube {
	display: none;
}

.mod_customcataloglist.cc_catalog_teaser .item-rightside h4 {
	margin: 0;
	font-size: 1.2em;
}

.mod_customcataloglist.cc_catalog_teaser .item-rightside .item-content-col2 {
	font-size: 1.3em;
	text-align: right!important;
}

.mod_customcataloglist.cc_catalog_teaser .item-rightside .item-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* =============================================================================
 * item highlight w/star
 * ========================================================================== */

.mod_customcataloglist.cc_catalog .item-highlight-icon {
	background: rgba(0,0,0,0.1);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 10;
}

/* =============================================================================
 * cc_catalog reader
 * ========================================================================== */

.mod_customcatalogreader.cc_catalog .single-leftside {
	width: 58%;
	float: left;
}

.mod_customcatalogreader.cc_catalog .single-rightside {
	width: 42%;
	float: left;
	padding-left: 30px;
}

.mod_customcatalogreader.cc_catalog .single-top-content {
	overflow: hidden;
}

.mod_customcatalogreader.cc_catalog .single-price-new {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;	
	margin-right: 20px;
}

.mod_customcatalogreader.cc_catalog .single-price-old {
	display: inline-block;
	text-decoration: line-through;
	font-size: 1.5rem;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}


.mod_customcatalogreader.cc_catalog h1 {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.mod_customcatalogreader.cc_catalog .single-subheadline {
	color: rgb(180,180,180);
}

.mod_customcatalogreader.cc_catalog .single-short-description {
	margin: 20px 0;
}

.mod_customcatalogreader.cc_catalog .single-stock {
	background: rgb(85,198,94);
	color: rgb(255,255,255);
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_catalog .single-stock.stockout {
	background: rgb(201,21,25);
}

.mod_customcatalogreader.cc_catalog .single-metadata {
	border-top: 1px solid rgb(221,221,221);
	border-bottom: 1px solid rgb(221,221,221);
	margin: 20px 0 25px 0;
	overflow: hidden;
}

.mod_customcatalogreader.cc_catalog .single-metadata strong {
	display: block;
}

.mod_customcatalogreader.cc_catalog .single-metadata-col1,
.mod_customcatalogreader.cc_catalog .single-metadata-col2,
.mod_customcatalogreader.cc_catalog .single-metadata-col3 {
	width: 33.333%;
	float: left;
	font-size: 1.2em;
}

.mod_customcatalogreader.cc_catalog .single-metadata-col2 {
	border-left: 1px solid rgb(221,221,221);
	border-right: 1px solid rgb(221,221,221);
	padding-left: 10px;
}

.mod_customcatalogreader.cc_catalog .single-metadata-col3 {
	padding-left: 10px;
}

.mod_customcatalogreader.cc_catalog table.table-striped {
	width: 100%;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_catalog table.table-striped td {
	padding: 5px;
}

.mod_customcatalogreader.cc_catalog table.table-striped tr {
	background: rgba(0,0,0,0.03);
}

.mod_customcatalogreader.cc_catalog table.table-striped tr:nth-child(odd) {
	background: none;
}

.mod_customcatalogreader.cc_catalog .notelistamount {
	display: none;
}

.mod_customcatalogreader.cc_catalog .notelist input.submit {
	width: auto;
}

.mod_customcatalogreader.cc_catalog .notelist input.update {
	display: none;
}

.mod_customcatalogreader.cc_catalog .ce_tabs {
	margin: 65px 0 35px 0;
}

.mod_customcatalogreader.cc_catalog .ce_tabs .panes {
	background: rgb(255,255,255);
	padding: 30px;
	border: 1px solid rgb(230,230,230);
}

.mod_customcatalogreader.cc_catalog .single-features ul {
	overflow: hidden;
}

.mod_customcatalogreader.cc_catalog .single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 13px;
}

.mod_customcatalogreader.cc_catalog .single-print {
	margin: 12px 0 5px 0;
}

.mod_customcatalogreader.cc_catalog .single-print a,
.mod_customcatalogreader.cc_catalog .single-mail a {
	color: rgb(140,140,140);
}

.mod_customcatalogreader.cc_catalog .single-print a:hover,
.mod_customcatalogreader.cc_catalog .single-mail a:hover {
	color: rgb(50,50,50);
}

.mod_customcatalogreader.cc_catalog .single-print i,
.mod_customcatalogreader.cc_catalog .single-mail i {
	margin-right: 5px;
}

.notelist .submit_container input.submit:hover {
	opacity: 0.9;
}

.mod_customcatalogreader.cc_catalog .ce_number {
	display: inline-block;
}

.mod_customcatalogreader.cc_catalog .single-rating {
	margin: 11px 0;
}

.mod_customcatalogreader.cc_catalog .single-rating button,
.mod_customcatalogreader.cc_catalog .single-rating .counter {
	display: none!important;
}

.mod_customcatalogreader.cc_catalog .single-rating .rateit_container {
	display: inline-block;
	margin-right: 10px;
}

.mod_customcatalogreader.cc_catalog .single-rating .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcatalogreader.cc_catalog .single-color {
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_catalog .single-color li {
	border: 1px solid rgb(200,200,200);
	width: 22px;
	height: 22px;
	display: inline-block;
	text-indent: -9999px;
	background: rgb(0,0,0);
}

.mod_customcatalogreader.cc_catalog .single-metadata div {
	font-size: 0.9rem;
}

/* tag color */

.mod_customcatalogreader.cc_catalog .single-color li.value_blau {
	background: rgb(93,156,236);
}

.mod_customcatalogreader.cc_catalog .single-color li.value_weiss {
	background: rgb(255,255,255);
}

.mod_customcatalogreader.cc_catalog .single-color li.value_schwarz {
	background: rgb(0,0,0);
}

.mod_customcatalogreader.cc_catalog .single-color li.value_gelb {
	background: rgb(243,156,17);
}

/* =============================================================================
 * cc_catalog notelist
 * ========================================================================== */

.mod_customcataloglist .notelist-sum {
	display: none;
}

.mod_customcataloglist.notelist-view .notelist-sum {
	display: block;
	padding: 50px;
	font-size: 2em;
	color: rgb(255,255,255);
}

.mod_customcataloglist .notelist-sum .headline {
	display: inline-block;
	color: rgb(50,50,50);
}


/* =============================================================================
 * cc_catalog filter
 * ========================================================================== */
 
.mod_customcatalogfilter.catalog_filter fieldset {
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
	border-top: 1px solid rgb(200,200,200);
}

.mod_customcatalogfilter.catalog_filter legend {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.catalog_filter div.widget {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.catalog_filter div.widget.submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.catalog_filter .filter_pagetree {
	display: none;
}

.mod_customcatalogfilter.catalog_filter .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.catalog_filter .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.catalog_filter .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.ios .mod_customcatalogfilter.catalog_filter .checkbox_container label {
	top: 3px;
}

.mod_customcatalogfilter.catalog_filter .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.catalog_filter .filter_range label {
	display: none;
}

.mod_customcatalogfilter.catalog_filter .filter_range .ui-slider-range {
	background: rgb(50,50,50);
}

.mod_customcatalogfilter.catalog_filter .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.catalog_filter .submit_container input.clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.catalog_filter .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.catalog_filter .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.catalog_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.catalog_filter .filter_text legend label {
	display: inline-block;
}

/* =============================================================================
 * cc_catalog slider
 * ========================================================================== */

.mod_customcataloglist .cc_catalog_slider .swiper-container {
	height: 700px;
}

.mod_customcataloglist .cc_catalog_slider .entry {
	flex: 0 0 100%;
}

.mod_customcataloglist .cc_catalog_slider .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mod_customcataloglist .cc_catalog_slider .slider-content-wrapper {
	position: absolute;
	z-index: 10;
	bottom: 50px;
	left: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
}

.mod_customcataloglist .cc_catalog_slider .name {
	font-size: 2em;
	float: left;
	padding: 10px 20px;
	line-height: 2.5rem;
}

.mod_customcataloglist .cc_catalog_slider .price {
	float: right;
	padding: 15px 20px;
	border-left: 1px solid rgba(255,255,255,0.4);
	font-size: 1.5em;
}

.mod_customcataloglist .cc_catalog_slider .content-outside {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_catalog_slider .content-inside {
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_immorealty_slider .swiper-container {
	height: 350px;
}

.mod_customcataloglist .cc_catalog_slider .ce_number {
	display: inline-block;
}

/* =============================================================================
 * cc_catalog_megamenu_slider
 * ========================================================================== */

.mod_customcatalog_megamenu_slider {
   text-align: center;
}

.mod_customcatalog_megamenu_slider .price div,
.mod_customcatalog_megamenu_slider .price_old div {
   display: inline-block;
}

.mod_customcatalog_megamenu_slider .price {
   line-height: 1.2;
}

.mod_customcatalog_megamenu_slider .price_old,
.mod_customcatalog_megamenu_slider .price_old div {
   color: rgba(0,0,0,0.5);
   text-decoration: line-through;
}

.mod_customcatalog_megamenu_slider .name {
   font-size: 1.1rem
}

.mod_customcatalog_megamenu_slider .image {
   margin-bottom: 10px;
}

.mod_customcatalog_megamenu_slider .swiper-wrapper {
   padding-bottom: 50px;
}

.mod_customcatalog_megamenu_slider .swiper-container-horizontal .swiper-pagination {
   bottom: 0;
}

/* =============================================================================
 * phone
 * ========================================================================= */
 
@media only screen and (max-width: 767px) {
	
	.mod_customcatalogreader.cc_catalog .single-leftside,
	.mod_customcatalogreader.cc_catalog .single-rightside {
		float: none;
		width: 100%;
	}
	
	.mod_customcatalogreader.cc_catalog .single-rightside {
		margin-top: 20px;
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_catalog .ce_tabs {
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_catalog .single-features li {
		width: 100%;
		float: none;
	}
	
	.mod_customcatalogreader.cc_catalog .single-metadata-col1, 
	.mod_customcatalogreader.cc_catalog .single-metadata-col2, 
	.mod_customcatalogreader.cc_catalog .single-metadata-col3 {
		font-size: 1em;
	}
	
	.mod_customcatalogreader.cc_catalog .single-price strong {
		font-size: 1.5em;
	}
	
	.mod_customcatalogreader.cc_catalog .single-price span {
		margin-top: 20px;
	}
	
	.mod_customcataloglist.cc_catalog.cc_catalog_col2 .notelist {
		margin-bottom: 20px;
	}
	
	.mod_customcataloglist.cc_catalog.cc_catalog_col2 {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
	}

	.mod_customcataloglist.cc_catalog.cc_catalog_col2 .entry {
	width: 100%; 
	float: none;
	padding-left: 0;
	padding-right: 0;
	}

	.mod_customcataloglist.cc_catalog.cc_catalog_col2 .item-leftside .image_container img {
		height: auto;
	}
	
	.mod_customcataloglist.cc_catalog .notelist {
		margin-bottom: 15px;
	}
	
	.mod_customcataloglist.cc_catalog.grid-view .entry {
		flex: 0 0 100%;
	}
	
	.mod_customcataloglist .cc_catalog_slider .name {
		font-size: 1.5em;
		padding: 25px 5px 0 15px;
		float: none;
	}
	
	.mod_customcataloglist .cc_catalog_slider .swiper-container {
		height: 350px;
	}
	
	.mod_customcataloglist .cc_catalog_slider .price {
		padding: 0px 15px 15px 15px;
		float: none;
	}
	
	.mod_customcataloglist .cc_catalog_slider .state {
		left: 15px;
		font-size: 0.9em;
	}
	
	.mod_customcataloglist.cc_catalog .list-options {
		display: none;
	}
	
	.mod_customcatalogfilter.cardealer_filter .checkbox_container label {
		top: -8px;
	}
	
	.mod_customcataloglist .cc_catalog_slider .name {
		padding: 15px 15px 0 15px;
	}
	
	.mod_customcataloglist .cc_catalog_slider .price {
		border-color: transparent;
	}
	
}

/**
 * DEMO: cc_accommodations
 */

/* =============================================================================
 * cc_accommodations list
 * ========================================================================== */

.mod_customcataloglist.cc_accommodations .entry {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
}

.mod_customcataloglist.cc_accommodations .item-col2 .item-headline {
	float: left;
	max-width: 260px;
}

.mod_customcataloglist.cc_accommodations .item-col2 .item-features {
	float: right;
}

@media only screen and (max-width: 1100px) {
	.mod_customcataloglist.cc_accommodations .item-col2 .item-features {
		float: left; 
		margin: 10px 0;
	}
	
}

.mod_customcataloglist.cc_accommodations .item-col2 .item-top-wrap {
	overflow: hidden;
}

.mod_customcataloglist.cc_accommodations .item-col2,
.mod_customcataloglist.cc_accommodations .item-col3 {
	padding: 30px;
}

.mod_customcataloglist.cc_accommodations h5 {
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_accommodations .date i {
	margin-right: 5px;
}

.mod_customcataloglist.cc_accommodations .ce_timestamp {
	display: inline-block;
}

.mod_customcataloglist.cc_accommodations .ce_tags {
	display: inline-block;
}

.mod_customcataloglist.cc_accommodations .item-description {
	margin-top: 20px;
	font-size: 0.95rem;
	color: rgb(190,190,190);
}

.mod_customcataloglist.cc_accommodations .item-features li {
	display: inline-block;
}

.mod_customcataloglist.cc_accommodations .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcataloglist.cc_accommodations .item-price {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.mod_customcataloglist.cc_accommodations .item-price-label,
.mod_customcataloglist.cc_accommodations .item-price-add {
	text-align: center;
}

.mod_customcataloglist.cc_accommodations .rateit_container .counter,
.mod_customcataloglist.cc_accommodations .rateit_container button {
	display: none!important;
}

/* =============================================================================
 * cc_accommodations teaser
 * ========================================================================== */

.mod_customcatalogteaser.cc_accommodations .entry {
	margin-bottom: 25px;
}

.mod_customcatalogteaser.cc_accommodations .item-inside {
	position: relative;
}

.mod_customcatalogteaser.cc_accommodations .item-highlight-icon {
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	left: -30px;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
}

.mod_customcatalogteaser.cc_accommodations .item-headline {
	margin: 10px 0;
}

.mod_customcatalogteaser.cc_accommodations .item-headline h5 {
	margin-bottom: 0;
	max-width: 120px;
}

.mod_customcatalogteaser.cc_accommodations .destination {
	color: rgb(120,120,120);
	text-transform: uppercase;
	font-size: 0.9rem;
}

.mod_customcatalogteaser.cc_accommodations .destination i {
	margin-right: 5px;
}

.mod_customcatalogteaser.cc_accommodations .item-price {
	text-align: right;
}

.mod_customcatalogteaser.cc_accommodations .ce_tags {
	display: inline-block;
}

.mod_customcatalogteaser.cc_accommodations .item-features {
	margin-top: 20px;
}

.mod_customcatalogteaser.cc_accommodations .item-features li {
	display: inline-block;
}

.mod_customcatalogteaser.cc_accommodations .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcatalogteaser.cc_accommodations .item-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 15px 20px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	opacity: 0.9;	
}

.mod_customcatalogteaser.cc_accommodations .item-content,
.mod_customcatalogteaser.cc_accommodations .item-content a {
	color: rgb(255,255,255);
}

.mod_customcatalogteaser.cc_accommodations .destination {
	color: rgb(255,255,255);
}

.mod_customcatalogteaser.cc_accommodations .item-leftside {
	float: left;
	width: 70%
}

.mod_customcatalogteaser.cc_accommodations .item-rightside {
	float: right;
	text-align: right;
	width: 30%
}

.mod_customcatalogteaser.cc_accommodations h5 {
	margin-bottom: 0;
}

.mod_customcatalogteaser.cc_accommodations .item-price {
	font-size: 1.3rem;
	font-weight: bold;
}

.mod_customcatalogteaser.cc_accommodations .entry:hover .item-content {
	background: var(--accentColor);
}

.mod_customcatalogteaser.cc_accommodations .item-highlight-icon {
	left: -30px!important;
}

/* =============================================================================
 * item highlight w/star
 * ========================================================================== */

.mod_customcataloglist.cc_accommodations .item-highlight-icon {
	background: rgba(0,0,0,0.7);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	left: -15px;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
}

/* =============================================================================
 * cc_accommodations reader
 * ========================================================================== */

.mod_customcatalogreader.cc_accommodations .single-leftside {
	width: 58%;
	float: left;
}

.mod_customcatalogreader.cc_accommodations .single-rightside {
	width: 42%;
	float: left;
	padding-left: 30px;
}

.mod_customcatalogreader.cc_accommodations h1 {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.mod_customcatalogreader.cc_accommodations .ce_tags,
.mod_customcatalogreader.cc_accommodations .ce_timestamp {
	display: inline-block;
}

.mod_customcatalogreader.cc_accommodations i {
	width: 20px;
}

.mod_customcatalogreader.cc_accommodations .single-top-content {
	overflow: hidden;
	background: rgb(255,255,255);
	padding: 20px;
}

.mod_customcatalogreader.cc_accommodations .single-price strong {
	color: rgb(255,255,255);
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
	padding: 0 15px;
	border-radius: 4px;
	margin-top: 30px;
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_accommodations .single-price span {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	display: inline-block;
	margin: 10px 0;
}

.mod_customcatalogreader.cc_accommodations table.table-striped {
	width: 100%;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_accommodations table.table-striped td {
	padding: 5px;
}

.mod_customcatalogreader.cc_accommodations table.table-striped tr {
	background: rgba(0,0,0,0.03);
}

.mod_customcatalogreader.cc_accommodations table.table-striped tr:nth-child(odd) {
	background: none;
}

.mod_customcatalogreader.cc_accommodations .ce_tabs {
	margin: 35px 0;
}

.mod_customcatalogreader.cc_accommodations .ce_tabs .panes {
	background: rgb(255,255,255);
	padding: 30px;
}

.mod_customcatalogreader.cc_accommodations .single-features ul {
	overflow: hidden;
}

.mod_customcatalogreader.cc_accommodations .single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 4px;
}

.mod_customcatalogreader.cc_accommodations .single-print {
	margin: 12px 0 5px 0;
}

.mod_customcatalogreader.cc_accommodations .single-print a,
.mod_customcatalogreader.cc_accommodations .single-mail a {
	color: rgb(140,140,140);
}

.mod_customcatalogreader.cc_accommodations .single-print a:hover,
.mod_customcatalogreader.cc_accommodations .single-mail a:hover {
	color: rgb(50,50,50);
}

.mod_customcatalogreader.cc_accommodations .single-print i,
.mod_customcatalogreader.cc_accommodations .single-mail i {
	margin-right: 5px;
}

.notelist .submit_container input.submit:hover {
	opacity: 0.9;
}

.mod_customcatalogreader.cc_accommodations .ce_number {
	display: inline-block;
}

.mod_customcatalogreader.cc_accommodations .leftside-inside {
	padding: 20px;
	background: rgb(255,255,255);
}

.mod_customcatalogreader.cc_accommodations .single-logo {
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_accommodations .single-destination {
	text-transform: uppercase;
}

.mod_customcatalogreader.cc_accommodations h5 {
	margin-bottom: 0;
}

.mod_customcatalogreader.cc_accommodations .single-price-left-wrap {
	overflow: hidden;
	border-top: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
	margin: 10px 0;
	padding: 10px 0;
}

.mod_customcatalogreader.cc_accommodations .single-price-left-label {
	float: left;
}

.mod_customcatalogreader.cc_accommodations .single-price-left {
	float: right;
}

.mod_customcatalogreader.cc_accommodations .single-short-description {
	font-size: 0.9rem;
	margin-top: 20px;
}

.mod_customcatalogreader.cc_accommodations .single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 1px;
	background: rgba(0,0,0,0.02);
	font-size: 0.8rem;
	text-transform: uppercase;
}

.mod_customcatalogreader.cc_accommodations .single-features li i {
	background: rgb(90,90,90);
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
} 

.mod_customcatalogreader.cc_accommodations .ce_form {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	padding: 25px;
}

.mod_customcatalogreader.cc_accommodations .rateit_container .counter,
.mod_customcatalogreader.cc_accommodations .rateit_container button {
	display: none!important;
}

/* =============================================================================
 * cc_accommodations filter
 * ========================================================================== */
 
 .mod_customcatalogfilter.accommodations_filter {
	 padding: 10px;
	 background: rgb(255,255,255);
 }
 
.mod_customcatalogfilter.accommodations_filter fieldset {
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
}

.mod_customcatalogfilter.accommodations_filter div.widget {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.accommodations_filter legend {
	display: none;
}

.mod_customcatalogfilter.accommodations_filter .timestamp_container legend {
	display: inline-block;
}

.mod_customcatalogfilter.accommodations_filter .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.accommodations_filter .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.accommodations_filter .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.accommodations_filter .submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.accommodations_filter .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.accommodations_filter .filter_range .ui-slider-range {
	background: rgb(50,50,50);
}

.mod_customcatalogfilter.accommodations_filter .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.accommodations_filter .submit_container .clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	height: 30px;
}

.mod_customcatalogfilter.accommodations_filter .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.accommodations_filter .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.accommodations_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.accommodations_filter .filter_text legend label {
	display: inline-block;
}

.mod_customcatalogfilter.accommodations_filter .timestamp_container input {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiPjwvZz48Zz48Zz48Zz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMTEuMTYsMjEuMTA3YzAsMCwwLjU2MSwwLjU1OSwxLjI4OCwwLjU1OWMwLjU2OSwwLDAuODk0LTAuMjc4LDAuODk0LTAuNjIxYzAtMC40OS0wLjQ5LTAuNjkyLTEuMTY2LTAuNjkyaC0wLjQzOGwtMC4zMjQtMC43NDRsMC44MjQtMC45ODljMC4yOTgtMC4zNTksMC41NDMtMC41ODksMC41NDMtMC41ODl2LTAuMDE3YzAsMC0wLjIwMiwwLjA0My0wLjU5NiwwLjA0M2gtMS40OTh2LTEuMzEzaDMuOTUxdjAuOTU2bC0xLjI3LDEuNDYzYzAuOTMsMC4yMDIsMS41MTUsMC45MzgsMS41MTUsMS44MTNjMCwxLjA2OC0wLjc1MywyLjEzNy0yLjMyMiwyLjEzN2MtMS40MDEsMC0yLjEzNy0wLjgyNC0yLjEzNy0wLjgyNEwxMS4xNiwyMS4xMDd6Ii8+PHBhdGggZmlsbD0iIzc1NzU3NSIgZD0iTTE1Ljc5NCwyMS42OTNoMS4zMzJ2LTIuNjFjMC0wLjIzNywwLjAwOS0wLjQ4MSwwLjAwOS0wLjQ4MWgtMC4wMTdjMCwwLTAuMDc5LDAuMTc0LTAuMjQ2LDAuMzMybC0wLjM3NywwLjM0M2wtMC44ODQtMC45NDdsMS42OS0xLjU4NmgxLjMyM3Y0Ljk1aDEuMzR2MS4zMTNoLTQuMTcxVjIxLjY5M0wxNS43OTQsMjEuNjkzeiIvPjwvZz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMjQuNDc0LDkuMzMyaC0yLjMyMVY3LjcwN2MwLTEuNTM3LTEuMjQ5LTIuNzg2LTIuNzg2LTIuNzg2Yy0xLjUzNiwwLTIuNzg1LDEuMjQ5LTIuNzg1LDIuNzg2djEuNjI1aC0yLjgzM1Y3LjcwN2MwLTEuNTM3LTEuMjUtMi43ODYtMi43ODYtMi43ODZjLTEuNTM3LDAtMi43ODYsMS4yNDktMi43ODYsMi43ODZ2MS42MjVINS44NTVjLTAuNDYyLDAtMC44MzYsMC4zNzUtMC44MzYsMC44MzZ2MTUuNzM5YzAsMC40NjMsMC4zNzQsMC44MzcsMC44MzYsMC44MzdoMTguNjE5YzAuNDYxLDAsMC44MzYtMC4zNzQsMC44MzYtMC44MzdWMTAuMTY4QzI1LjMxLDkuNzA3LDI0LjkzNSw5LjMzMiwyNC40NzQsOS4zMzJ6IE0xOC4yNTIsNy43MDdjMC0wLjYxNSwwLjQ5OS0xLjExNSwxLjExNC0xLjExNXMxLjExNCwwLjUsMS4xMTQsMS4xMTV2My43ODVjMCwwLjYxNS0wLjQ5OSwxLjExNC0xLjExNCwxLjExNHMtMS4xMTQtMC40OTktMS4xMTQtMS4xMTRWNy43MDd6IE05Ljg0OCw3LjcwN2MwLTAuNjE1LDAuNDk5LTEuMTE1LDEuMTE1LTEuMTE1YzAuNjE1LDAsMS4xMTQsMC41LDEuMTE0LDEuMTE1djMuNzg1YzAsMC42MTUtMC40OTksMS4xMTQtMS4xMTQsMS4xMTRjLTAuNjE2LDAtMS4xMTUtMC40OTktMS4xMTUtMS4xMTRWNy43MDd6IE0yMy42MzksMjUuMDcySDYuNjlWMTUuMDQzaDE2Ljk0OFYyNS4wNzJ6Ii8+PC9nPjwvZz48L3N2Zz4=);
	background-size: 32px;
	background-position: right center;
	padding-right: 40px;
}

/* =============================================================================
 * cc_accommodations slider
 * ========================================================================== */

.mod_customcataloglist .cc_accommodations_slider .swiper-container {
	height: 700px;
	--swiper-theme-color: #fff;
}

.mod_customcataloglist .cc_accommodations_slider .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mod_customcataloglist .cc_accommodations_slider .slider-content-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.mod_customcataloglist .cc_accommodations_slider .name {
	font-size: 5rem;
	font-weight: bold;
	line-height: 1;
	margin: 20px 0;
}

.mod_customcataloglist .cc_accommodations_slider .price {
	font-size: 2rem;
}

.mod_customcataloglist .cc_accommodations_slider .price strong {
	font-size: 2.5rem;
}

.mod_customcataloglist .cc_accommodations_slider .date {
	font-size: 1.3rem;
	display: inline-block;
	line-height: 3rem;
	padding: 0 20px;
	position: relative;
	overflow: hidden
}

.mod_customcataloglist .cc_accommodations_slider .date:after {
	content: '';
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: -33px;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 10;
	background: rgba(0,0,0,0.2);
}

.mod_customcataloglist .cc_accommodations_slider .content-outside {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_accommodations_slider .content-inside {
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_accommodations_slider .ce_number {
	display: inline-block;
}

/* =============================================================================
 * phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
	
	.mod_customcatalogreader.cc_accommodations .single-leftside,
	.mod_customcatalogreader.cc_accommodations .single-rightside {
		float: none;
		width: 100%;
	}
	
	.mod_customcatalogreader.cc_accommodations .ce_form .autogrid {
		margin-bottom: 0!important;
	}
	
	.mod_customcatalogreader.cc_accommodations .single-features li {
		width: 100%;
		float: none;
	}
	
	.mod_customcatalogreader.cc_accommodations .single-features .ce_tags {
		display: block;
	}
	
	.mod_customcatalogreader.cc_accommodations .single-rightside {
		margin-top: 20px;
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_accommodations .ce_tabs {
		padding: 0;
	}
	
	.mod_customcataloglist.cc_accommodations .item-col3 {
		min-height: 0;
		border: 0;
	}
			
	.mod_customcataloglist .cc_accommodations_slider .name {
		font-size: 2em;
	}
	
	.mod_customcataloglist .cc_accommodations_slider .swiper-container {
		height: 350px;
	}
	
	.mod_customcataloglist .cc_accommodations_slider .date {
		font-size: 1rem;
	}
	
	.mod_customcataloglist .cc_accommodations_slider .price {
		font-size: 1.2rem;
	}
	
	.mod_customcataloglist .cc_accommodations_slider .slider-content-wrapper {
		width: 100%;
	}
	
	.mod_customcataloglist.cc_accommodations .list-options {
		display: none;
	}
	
	.mod_customcataloglist.cc_accommodations .item-price-label, 
	.mod_customcataloglist.cc_accommodations .item-price-add,
	.mod_customcataloglist.cc_accommodations .item-price {
		text-align: right;
	}
	
	.mod_customcatalogfilter.accommodations_filter .checkbox_container label {
		top: -8px;
	}
	
	.mod_customcataloglist.cc_accommodations .item-col2 .item-features {
		float: none;
		margin-top: 15px;
	}
	
	.mod_customcataloglist.cc_accommodations .item-col1.autogrid,
	.mod_customcataloglist.cc_accommodations .item-col2.autogrid,
	.mod_customcataloglist.cc_accommodations .item-col3.autogrid {
		margin: 0;
	}
	
	.mod_customcataloglist.cc_accommodations .item-col2 .item-headline {
		max-width: 100%;
		float: none;
	}
	
}

/**
 * DEMO: cc_directory
 */

/* =============================================================================
 * cc_directory - filter
 * ========================================================================== */

.mod_customcatalogfilter.cc_directory .filter_geolocation .slider_range_input {
	background: transparent;
	border: 0;
	height: 3rem;
	padding: 0;
	font-size: 3rem;
	line-height: 3rem;
}

.mod_customcatalogfilter.cc_directory .filter_geolocation .ui-slider-range {
	background: rgb(225, 225, 225)!important;
	border-color: rgb(225, 225, 225);
}

.mod_customcatalogfilter.cc_directory .filter_geolocation .ui-widget-content {
	border-color: rgb(225, 225, 225);
}

.mod_customcatalogfilter.cc_directory .filter_geolocation .ui-state-default {
	background: rgb(62, 62, 62);
	border-color: rgb(62, 62, 62);
	border-radius: 100%;
}

.mod_customcatalogfilter.cc_directory .filter_geolocation .range_container {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_directory .filter_geolocation .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.cc_directory .filter_geolocation input {
	margin-bottom: 15px;
}

.mod_customcatalogfilter.cc_directory .select_container {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_directory .select_container select {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_directory .range_wrapper {
	border: 1px solid rgba(0, 0, 0, 0.075);
	padding: 15px;
}

.mod_customcatalogfilter.cc_directory .range_wrapper i {
	margin-right: 5px;
}

.mod_customcatalogfilter.cc_directory .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.cc_directory .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.cc_directory .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_directory .submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.cc_directory .submit_container {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_directory .filter_pagetree.hide {
	display: none;
}

.ios .mod_customcatalogfilter.cc_directory .checkbox_container label {
	top: 3px;
}

.mod_customcatalogfilter.cc_directory.product_filter {
	background: rgb(255,255,255);
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.075);
	border-radius: 8px;
}

.mod_customcatalogfilter.cc_directory.product_filter fieldset {
	border: 0;
	padding: 0;
}

.mod_customcatalogfilter.cc_directory.product_filter fieldset legend {
	background: transparent;
	font-weight: bold;
	font-size: 0.9rem;
	color: inherit;
	padding-left: 0;
	margin-bottom: 5px;
}

.mod_customcatalogfilter.cc_directory.product_filter fieldset.checkbox_container {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_directory.product_filter fieldset.checkbox_container legend {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_directory.product_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.cc_directory.product_filter .filter_text legend label {
	display: inline-block;
}

.mod_customcatalogfilter.cc_directory.product_filter .submit_container .clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
}

.mod_customcatalogfilter.cc_directory.product_filter .clear_filters {
	display: none;
}

.mod_customcatalogfilter.cc_directory.product_filter input {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

/* =============================================================================
 * cc_directory - filter | filter_sorting
 * ========================================================================== */

.mod_customcatalogfilter.cc_directory.filter_sorting {
	float: right;
	margin-right: 30px;
}

@media only screen and (max-width: 1070px) {	
	.mod_customcatalogfilter.filter_sorting .filter_sorting_alphabetic legend {
		display: none;
	}
}

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

.mod_customcatalogfilter.cc_directory.filter_sorting fieldset {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_directory.filter_sorting select {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_directory.filter_sorting .submit_container {
	display: none!important;
}

.mod_customcatalogfilter.cc_directory.filter_sorting .widget {
	display: inline-block;
}

.mod_customcatalogfilter.cc_directory.filter_sorting .widget fieldset {
	padding: 0;
	border: 0;
	margin-left: 25px;
}

.mod_customcatalogfilter.cc_directory.filter_sorting .widget legend {
	float: left;
	margin-right: 10px;
	background: none;
	color: inherit;
	margin-top: 5px;
	font-size: 12px;
}

.mod_customcatalogfilter.cc_directory.filter_sorting .formbody {
	text-align: right;
}

.mod_customcatalogfilter.cc_directory.filter_sorting .widget select {
	width: auto;
	height: 37px;
}

/* =============================================================================
 * cc_directory - list
 * ========================================================================== */

.mod_customcataloglist.cc_directory {
	clear: both;	
}

.mod_customcataloglist.cc_directory.hide {
	display: none;
}

.mod_customcataloglist.cc_directory .item-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.mod_customcataloglist.cc_directory .entry {
	margin-bottom: 20px;
	flex: 0 0 50%;
	padding-left: 1%;
	padding-right: 1%;
}

.mod_customcataloglist.cc_directory .item-inside {
	overflow: hidden;
	position: relative;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.075);
	border-radius: 8px;
	min-height: 400px;
}

.mod_customcataloglist.cc_directory .content {
	padding: 20px;
}

.mod_customcataloglist.cc_directory h6 {
	margin: 10px 0;
}

.mod_customcataloglist.cc_directory .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

.mod_customcataloglist.cc_directory .ce_number {
	display: inline-block;
}

.mod_customcataloglist.cc_directory .item-wrapper {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
}

.mod_customcataloglist.cc_directory .highlight {
	background: #d75542;
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 100;
}

.mod_customcataloglist.cc_directory .short_description {
	font-size: 0.9rem;
	line-height: 1.6;
	color: rgba(0,0,0,0.4);
}

.mod_customcataloglist.cc_directory .image {
	min-height: 130px;
	background: #393939;
}

.mod_customcataloglist.cc_directory .content_bottom {
	overflow: hidden;
	margin-top: 25px;
	border-top: 1px dashed rgba(0, 0, 0, 0.075);
	padding-top: 10px;
	font-size: 0.9rem;
	color: rgba(0,0,0,0.5);
}

.mod_customcataloglist.cc_directory .geolocation i {
	margin-right: 5px;
}

.mod_customcataloglist.cc_directory .geolocation {
	float: left;
}

.mod_customcataloglist.cc_directory .price {
	float: right;
}

/* =============================================================================
 * cc_directory - list | listview
 * ========================================================================== */

.mod_customcataloglist.cc_directory.listview .entry {
	width: 100%;
	float: none;
	margin-bottom: 1%;
}

.mod_customcataloglist.cc_directory.listview .entry .item-inside {
	min-height: 0;
	overflow: hidden;
	display: flex;
	padding: 20px;
}

.mod_customcataloglist.cc_directory.listview .entry .image {
	min-height: 0;
	width: 120px;
	display: flex;
	align-items: center;
	background: none;
}

.mod_customcataloglist.cc_directory.listview .entry .content {
	width: calc(100% - 120px);
	display: flex;
	padding: 0;
	margin-left: 40px;
}

.mod_customcataloglist.cc_directory.listview .entry .content .content-inside {
	display: block;
	width: 100%;
}

/* =============================================================================
 * cc_directory - list | google maps markers
 * ========================================================================== */

.mod_customcataloglist.cc_directory.googlemaps_markers .gmap {
	height: 600px;
}

/* =============================================================================
 * cc_directory - view_switcher
 * ========================================================================== */
 
.mod_view_switcher {
	margin-bottom: 20px;
	float: right;
}

.mod_view_switcher li {
	display: inline-block;
	margin-left: 2px;
}

.mod_view_switcher li a i {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.075);
	padding: 10px;
	line-height: 1;
	background: rgb(255,255,255);
	border-radius: 3px;
	color: rgba(0,0,0,0.5);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_view_switcher li.active,
.mod_view_switcher li:hover {
	color: rgba(0,0,0,0.8);
}

/* =============================================================================
 * cc_directory - view_switcher
 * ========================================================================== */

.mod_catalog_counter {
	float: left;
	font-size: 12px;
	margin-top: 5px;
}

/* =============================================================================
 * cc_directory - list | teaser
 * ========================================================================== */
 
 .mod_customcataloglist.cc_directory.teaser .entry {
	 flex: 0 0 33.33%;
 }

/* =============================================================================
 * cc_directory - reader
 * ========================================================================== */

.mod_customcatalogreader.cc_directory .single-box-one,
.mod_customcatalogreader.cc_directory .single-box-two,
.mod_customcatalogreader.cc_directory .single-box-three {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	padding: 25px;
	margin-bottom: 45px;
}

.mod_customcatalogreader.cc_directory .single-box-one {
	margin-top: 45px;
}

.mod_customcatalogreader.cc_directory .single-short-description {
	color: rgba(0,0,0,0.3);
	margin-bottom: 10px;
}

.mod_customcatalogreader.cc_directory h1 {
	margin-bottom: 0;
}

.mod_customcatalogreader.cc_directory .single-place {
	margin-top: 25px;
}

.mod_customcatalogreader.cc_directory i {
	margin-right: 5px;
}

.mod_customcatalogreader.cc_directory .single-maps-directions {
	margin-top: 20px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_directory .single-print a,
.mod_customcatalogreader.cc_directory .single-mail a {
	color: #919191;
}

.mod_customcatalogreader.cc_directory .single-print {
	border-top: 1px solid #ececec;
	padding-top: 20px;
	margin-top: 20px;
}

.mod_customcatalogreader.cc_directory .price {
	margin-bottom: 15px;
}

.mod_customcatalogreader.cc_directory .price .ce_number {
	display: inline-block;
}

.mod_customcatalogreader.cc_directory .single-description {
	margin-top: 35px;
}

.mod_customcatalogreader.cc_directory .ce_hyperlink a {
	margin-bottom: 0;
}

.mod_customcatalogreader.cc_directory .single-item-number {
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	padding: 5px 8px;
	line-height: 1;
	font-size: 0.9rem;
}

.mod_customcatalogreader.cc_directory .ce_textarea ul {
	padding-left: 25px;
}

.mod_customcatalogreader.cc_directory .ce_textarea ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 5px;
	line-height: 1.5;
}

.mod_customcatalogreader.cc_directory .ce_geolocation {
	width: 100%!important;
}

/* =============================================================================
 * mod_categories - html module
 * ========================================================================== */

.mod_categories {
	overflow: hidden;
	text-align: center;
}

.mod_categories li {
	display: inline-block;
}

.mod_categories li a {
	display: inline-block;
	background: rgba(255,255,255,0.2);
	border-radius: 3px;
	padding: 10px;
	color: #fff;
	width: 100px;
	text-align: center;
	font-size: 0.9rem;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.mod_categories li a:hover {
	background: rgba(255,255,255,0.5);
}

.mod_categories li img {
	display: inline-block;
	width: 40px;
}

.mod_categories li span {
	display: block;
}


/* =============================================================================
 * phone
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	.mod_customcataloglist.cc_directory .entry {
		flex: 0 0 100%;
	}
	
	.mod_categories li a img {
		display: none;
	}
	
	.mod_categories li a {
		width: 100%;
		display: block;
	}
	
	.mod_categories li {
		display: block;
		margin-bottom: 2px;
	}
	
	.mod_customcataloglist.cc_directory.teaser .entry {
		flex: 0 0 100%;
	}
	
	.mod_view_switcher {
		display: none;
	}
	
	.ios .mod_customcatalogfilter.cc_directory .checkbox_container label {
		top: -8px;
	}
	
	.mod_customcatalogfilter.mobile_trigger_filter .filterform {
		visibility: hidden;
		opacity: 0;
		max-height: 0;
		transition: All 0.3s ease;
		-webkit-transition: All 0.3s ease;
	}
	
	.mod_customcatalogfilter .filterform.show_filter {
		visibility: visible;
		opacity: 1;
		max-height: 1000px;
	}
	
	.autocomplete_results {
		width: calc(100% - 40px)!important;
	}
	
	.mod_catalog_counter {
		display: none;
	}
	
	.mod_customcatalogfilter.cc_directory.filter_sorting {
		display: none;
	}
	
	.mod_customcatalogfilter.cc_directory.product_filter {
		margin-bottom: 20px;
	}

}

/**
 * DEMO: cc_hotelapart
 */

/* =============================================================================
 * cc_hotelapart_packages list
 * ========================================================================== */

.mod_customcataloglist.cc_hotelapart_packages .entry {
	min-height: 590px;
}

.mod_customcataloglist.cc_hotelapart_packages .item-inside {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
	position: relative;
	border-radius: 6px;
}

.mod_customcataloglist.cc_hotelapart_packages .item-content {
	padding: 25px;
}

.mod_customcataloglist.cc_hotelapart_packages .item-price-wrap {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	background: rgb(255,255,255);
	padding: 10px;
	border-radius: 6px 6px 6px 0;
	line-height: 1.5rem;
	text-align: right;
}

.mod_customcataloglist.cc_hotelapart_packages h5 {
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_hotelapart_packages .date i {
	margin-right: 5px;
}

.mod_customcataloglist.cc_hotelapart_packages .ce_timestamp {
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_packages .item-features {
	margin-top: 15px;
}

.mod_customcataloglist.cc_hotelapart_packages .ce_tags {
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_packages .item-description {
	margin-top: 20px;
	font-size: 0.95rem;
	color: rgb(190,190,190);
}

.mod_customcataloglist.cc_hotelapart_packages .item-features li {
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_packages .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcataloglist.cc_hotelapart_packages .item-price {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

/* =============================================================================
 * cc_hotelapart_packages teaser
 * ========================================================================== */

.mod_customcatalogteaser.cc_hotelapart .item-inside {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
	position: relative;
	border-radius: 6px;
}

.mod_customcatalogteaser.cc_hotelapart .item-content {
	padding: 25px;
}

.mod_customcatalogteaser.cc_hotelapart .item-price-wrap {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	background: rgb(255,255,255);
	padding: 10px;
	border-radius: 6px 6px 6px 0;
	line-height: 1.5rem;
	text-align: right;
}

.mod_customcatalogteaser.cc_hotelapart h5 {
	margin-bottom: 5px;
}

.mod_customcatalogteaser.cc_hotelapart .date i {
	margin-right: 5px;
}

.mod_customcatalogteaser.cc_hotelapart .ce_timestamp {
	display: inline-block;
}

.mod_customcatalogteaser.cc_hotelapart .item-features {
	margin-top: 15px;
}

.mod_customcatalogteaser.cc_hotelapart .ce_tags {
	display: inline-block;
}

.mod_customcatalogteaser.cc_hotelapart .item-description {
	margin-top: 20px;
	font-size: 0.95rem;
	color: rgb(190,190,190);
}

.mod_customcatalogteaser.cc_hotelapart .item-features li {
	display: inline-block;
}

.mod_customcatalogteaser.cc_hotelapart .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcatalogteaser.cc_hotelapart .item-price {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

/* =============================================================================
 * cc_hotelapart_packages reader
 * ========================================================================== */

.mod_customcatalogreader.cc_hotelapart_packages h1 {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.mod_customcatalogreader.cc_hotelapart_packages .single-top-content {
	overflow: hidden;
	background: rgb(255,255,255);
	padding: 20px;
}

.mod_customcatalogreader.cc_hotelapart_packages .rightside .single-image {
	position: relative;
}

.mod_customcatalogreader.cc_hotelapart_packages .rightside .single-price {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 10;
}

.mod_customcatalogreader.cc_hotelapart_packages .single-price strong {
	color: rgb(255,255,255);
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px 0 0 4px;
}

.mod_customcatalogreader.cc_hotelapart_packages .single-price span {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	display: inline-block;
	margin: 10px 0;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_tabs {
	margin: 35px 0;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_tabs .panes {
	background: rgb(255,255,255);
	padding: 30px;
}

.mod_customcatalogreader.cc_hotelapart_packages .leftside-inside {
	padding: 20px;
	background: rgb(255,255,255);
}

.mod_customcatalogreader.cc_hotelapart_packages .single-price-left-wrap {
	overflow: hidden;
	border-top: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
	margin: 10px 0 0 0;
	padding: 10px 0;
}

.mod_customcatalogreader.cc_hotelapart_packages .single-price-left-label {
	float: left;
}

.mod_customcatalogreader.cc_hotelapart_packages .single-price-left {
	float: right;
}

.mod_customcatalogreader.cc_hotelapart_packages .single-price-info {
	font-size: 0.8rem;
	color: rgba(0,0,0,0.5);
}

.mod_customcatalogreader.cc_hotelapart_packages .single-short-description {
	font-size: 0.9rem;
	margin-top: 20px;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_form {
	margin-bottom: 35px;
	background: rgb(255,255,255);
}

.mod_customcatalogreader.cc_hotelapart_packages .single-top .image {
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_number.number {
	display: inline-block;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_timestamp {
	display: inline-block;
}

.mod_customcatalogreader.cc_hotelapart_packages .leftside .ce_hyperlink {
	margin-top: 35px;
}

.mod_customcatalogreader.cc_hotelapart_packages .leftside .ce_hyperlink a {
	width: 100%;
	font-size: 0.93rem;
}

.mod_customcatalogreader.cc_hotelapart_packages i.fa {
	margin-right: 5px;
}

.mod_customcatalogreader.cc_hotelapart_packages .rightside .single-desc {
	margin-top: 30px;
}

.mod_customcatalogreader.cc_hotelapart_packages .rightside .ce_textarea ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.mod_customcatalogreader.cc_hotelapart_packages .rightside .ce_textarea li {
	list-style: disc;
	list-style-position: outside;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_tabs .ce_list li {
	margin-bottom: 20px;
	font-size: 1rem;
	position: relative;
	font-family: inherit;
	list-style: none;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_tabs .ce_list ul {
	padding: 0;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_tabs .ce_list li:before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-right: 5px;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_tabs .ce_list li:after {
	content: ""; 
	width: 70px; 
	height: 1px; 
	background: rgba(0,0,0,.08); 
	position: absolute; 
	left: -26px; 
	bottom: -11px;
}

/* =============================================================================
 * cc_hotelapart filter
 * ========================================================================== */
 
 .mod_customcatalogfilter.hotelapart_filter {
	 padding: 10px;
	 background: rgb(255,255,255);
 }
 
.mod_customcatalogfilter.hotelapart_filter fieldset {
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
}

.mod_customcatalogfilter.hotelapart_filter .filter_pagetree {
	display: none;
}

.mod_customcatalogfilter.hotelapart_filter div.widget {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.hotelapart_filter legend {
	display: none;
}

.mod_customcatalogfilter.hotelapart_filter .timestamp_container legend {
	display: inline-block;
}

.mod_customcatalogfilter.hotelapart_filter .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.hotelapart_filter .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.hotelapart_filter .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.hotelapart_filter .submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.hotelapart_filter .submit_container {
	margin-bottom: 10px;
}
.mod_customcatalogfilter.hotelapart_filter .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.hotelapart_filter .filter_range .ui-slider-range {
	background: rgb(50,50,50);
}

.mod_customcatalogfilter.hotelapart_filter .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.hotelapart_filter .submit_container input.clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.hotelapart_filter .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.hotelapart_filter .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.hotelapart_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.hotelapart_filter .filter_text legend label {
	display: inline-block;
}

.mod_customcatalogfilter.hotelapart_filter .timestamp_container input {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiPjwvZz48Zz48Zz48Zz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMTEuMTYsMjEuMTA3YzAsMCwwLjU2MSwwLjU1OSwxLjI4OCwwLjU1OWMwLjU2OSwwLDAuODk0LTAuMjc4LDAuODk0LTAuNjIxYzAtMC40OS0wLjQ5LTAuNjkyLTEuMTY2LTAuNjkyaC0wLjQzOGwtMC4zMjQtMC43NDRsMC44MjQtMC45ODljMC4yOTgtMC4zNTksMC41NDMtMC41ODksMC41NDMtMC41ODl2LTAuMDE3YzAsMC0wLjIwMiwwLjA0My0wLjU5NiwwLjA0M2gtMS40OTh2LTEuMzEzaDMuOTUxdjAuOTU2bC0xLjI3LDEuNDYzYzAuOTMsMC4yMDIsMS41MTUsMC45MzgsMS41MTUsMS44MTNjMCwxLjA2OC0wLjc1MywyLjEzNy0yLjMyMiwyLjEzN2MtMS40MDEsMC0yLjEzNy0wLjgyNC0yLjEzNy0wLjgyNEwxMS4xNiwyMS4xMDd6Ii8+PHBhdGggZmlsbD0iIzc1NzU3NSIgZD0iTTE1Ljc5NCwyMS42OTNoMS4zMzJ2LTIuNjFjMC0wLjIzNywwLjAwOS0wLjQ4MSwwLjAwOS0wLjQ4MWgtMC4wMTdjMCwwLTAuMDc5LDAuMTc0LTAuMjQ2LDAuMzMybC0wLjM3NywwLjM0M2wtMC44ODQtMC45NDdsMS42OS0xLjU4NmgxLjMyM3Y0Ljk1aDEuMzR2MS4zMTNoLTQuMTcxVjIxLjY5M0wxNS43OTQsMjEuNjkzeiIvPjwvZz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMjQuNDc0LDkuMzMyaC0yLjMyMVY3LjcwN2MwLTEuNTM3LTEuMjQ5LTIuNzg2LTIuNzg2LTIuNzg2Yy0xLjUzNiwwLTIuNzg1LDEuMjQ5LTIuNzg1LDIuNzg2djEuNjI1aC0yLjgzM1Y3LjcwN2MwLTEuNTM3LTEuMjUtMi43ODYtMi43ODYtMi43ODZjLTEuNTM3LDAtMi43ODYsMS4yNDktMi43ODYsMi43ODZ2MS42MjVINS44NTVjLTAuNDYyLDAtMC44MzYsMC4zNzUtMC44MzYsMC44MzZ2MTUuNzM5YzAsMC40NjMsMC4zNzQsMC44MzcsMC44MzYsMC44MzdoMTguNjE5YzAuNDYxLDAsMC44MzYtMC4zNzQsMC44MzYtMC44MzdWMTAuMTY4QzI1LjMxLDkuNzA3LDI0LjkzNSw5LjMzMiwyNC40NzQsOS4zMzJ6IE0xOC4yNTIsNy43MDdjMC0wLjYxNSwwLjQ5OS0xLjExNSwxLjExNC0xLjExNXMxLjExNCwwLjUsMS4xMTQsMS4xMTV2My43ODVjMCwwLjYxNS0wLjQ5OSwxLjExNC0xLjExNCwxLjExNHMtMS4xMTQtMC40OTktMS4xMTQtMS4xMTRWNy43MDd6IE05Ljg0OCw3LjcwN2MwLTAuNjE1LDAuNDk5LTEuMTE1LDEuMTE1LTEuMTE1YzAuNjE1LDAsMS4xMTQsMC41LDEuMTE0LDEuMTE1djMuNzg1YzAsMC42MTUtMC40OTksMS4xMTQtMS4xMTQsMS4xMTRjLTAuNjE2LDAtMS4xMTUtMC40OTktMS4xMTUtMS4xMTRWNy43MDd6IE0yMy42MzksMjUuMDcySDYuNjlWMTUuMDQzaDE2Ljk0OFYyNS4wNzJ6Ii8+PC9nPjwvZz48L3N2Zz4=);
	background-size: 32px;
	background-position: right center;
	padding-right: 40px;
}

/* =============================================================================
 * cc_hotelapart_rooms list
 * ========================================================================== */

.mod_customcataloglist.cc_hotelapart_rooms .item-inside {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
	position: relative;
	border-radius: 6px;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-content {
	padding: 25px;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-price-wrap {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	background: rgb(255,255,255);
	padding: 5px 10px;
	border-radius: 6px 6px 6px 0;
	line-height: 1.5rem;
	text-align: right;
}

.mod_customcataloglist.cc_hotelapart_rooms h5 {
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_hotelapart_rooms .date i {
	margin-right: 5px;
}

.mod_customcataloglist.cc_hotelapart_rooms .ce_timestamp {
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-features {
	margin-top: 15px;
}

.mod_customcataloglist.cc_hotelapart_rooms .ce_tags {
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-description {
	margin-top: 20px;
	font-size: 0.95rem;
	color: rgb(190,190,190);
}

.mod_customcataloglist.cc_hotelapart_rooms .item-features li {
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcataloglist.cc_hotelapart_rooms .item-price {
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-price-add {
	color: rgba(0,0,0,0.5);
	font-size: 0.8rem;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-persons {
	font-size: 0.9rem;
	color: rgba(0,0,0,0.5);
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 5px 0;
}

/* =============================================================================
 * cc_hotelapart_rooms reader
 * ========================================================================== */

.mod_customcatalogreader.cc_hotelapart_rooms h1 {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 1.6rem;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-top-content {
	overflow: hidden;
	background: rgb(255,255,255);
	padding: 20px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .rightside .single-image {
	position: relative;
}

.mod_customcatalogreader.cc_hotelapart_rooms .rightside .single-price {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 10;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price strong {
	color: rgb(255,255,255);
	font-size: 0.9em;
	font-weight: bold;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px 0 0 4px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price strong .ce_text {
	display: inline-block;
	font-size: 1.5rem;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price span {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	display: inline-block;
	margin: 10px 0;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs {
	margin: 35px 0;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs > .tabs.classic > ul > li {
	background: #fff;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs > .tabs.classic > ul > li:hover,
.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs > .tabs.classic > ul > li.active {
	background: var(--accentColor);
} 

.mod_customcatalogreader.cc_hotelapart_rooms .leftside-inside {
	padding: 20px;
	background: rgb(255,255,255);
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price-left-wrap {
	overflow: hidden;
	border-top: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
	margin: 10px 0 0 0;
	padding: 10px 0;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price-left-label {
	float: left;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price-left {
	float: right;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price-left .ce_text {
	display: inline-block;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price-info {
	font-size: 0.8rem;
	color: rgba(0,0,0,0.5);
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-short-description {
	font-size: 0.9rem;
	margin-top: 20px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_form {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	padding: 35px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-top .image {
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_number.number {
	display: inline-block;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_timestamp {
	display: inline-block;
}

.mod_customcatalogreader.cc_hotelapart_rooms .leftside .ce_hyperlink {
	margin-top: 35px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .leftside .ce_hyperlink a {
	width: 100%;
	padding: 15px;
}

.mod_customcatalogreader.cc_hotelapart_rooms i.fa {
	margin-right: 5px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .rightside .single-desc {
	margin-top: 15px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .rightside .single-desc p:last-of-type {
	margin-bottom: 0;
}

.mod_customcatalogreader.cc_hotelapart_rooms .rightside .ce_textarea ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .rightside .ce_textarea li {
	list-style: disc;
	list-style-position: outside;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs li:hover {
	background: rgba(0,0,0,0.025);
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs .ce_list li {
	margin-bottom: 20px;
	font-size: 1rem;
	position: relative;
	font-family: inherit;
	list-style: none;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs .ce_list ul {
	padding: 0;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs .ce_list li:before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-right: 5px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs .ce_list li:after {
	content: ""; 
	width: 70px; 
	height: 1px; 
	background: rgba(0,0,0,.08); 
	position: absolute; 
	left: -26px; 
	bottom: -11px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-services {
	overflow: hidden;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-services li {
	width: 33.33%;
	float: left;
	margin-bottom: 5px;
	padding: 10px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-pricing td {
	font-size: 2rem;
	padding-top: 25px;
	padding-bottom: 25px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-pricing td span {
	font-size: 1.2rem;
	color: rgba(0,0,0,0.5);
	display: inline-block;
	margin-right: 5px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-pricing td,
.mod_customcatalogreader.cc_hotelapart_rooms .single-pricing th {
	width: 33.33%;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-pricing table {
	margin-bottom: 35px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-pricing table p {
	margin: 0;
}

/* =============================================================================
 * cc_hotelapart_rooms pricing
 * ========================================================================== */

.mod_customcatalog_pricing .entry {
	padding: 30px;
	margin-bottom: 30px;
	background: rgba(0,0,0,0.02);
}

.mod_customcatalog_pricing .seasons {
	padding: 0 30px;
}

.mod_customcatalog_pricing .entry:nth-child(2n) {
	background: rgba(0,0,0,0.04);
}

.mod_customcatalog_pricing h5 {
	margin-bottom: 5px;
}

.mod_customcatalog_pricing .item-info {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.mod_customcatalog_pricing .item-features {
	margin-top: 15px;
}

.mod_customcatalog_pricing .item-description {
	margin-top: 20px;
	font-size: 0.95rem;
	color: rgb(190,190,190);
}

.mod_customcatalog_pricing .item-features li {
	display: inline-block;
}

.mod_customcatalog_pricing .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcatalog_pricing .item-persons {
	font-size: 0.9rem;
	color: rgba(0,0,0,0.5);
	margin: 5px 0;
}

.mod_customcatalog_pricing .item-buttons {
	margin-top: 27px;
	display: flex;
}

.mod_customcatalog_pricing .item-buttons a {
	min-width: 130px;
}

.mod_customcatalog_pricing .pricing {
	margin-top: 13%;
	font-size: 2.5rem;
}

.mod_customcatalog_pricing .pricing span {
	font-size: 1.2rem;
	color: rgba(0,0,0,0.6);
	display: inline-block;
	margin-right: 4px;
}

.mod_customcatalog_pricing .item-bookinginfo {
	margin-top: 30px;
	font-size: 0.8rem;
	color: rgba(0,0,0,0.5);
	line-height: 1.5;
}

.mod_customcatalog_pricing .pricing .only_mobile {
	font-size: 1rem;
}

.mod_customcatalog_pricing .ce_hyperlink a {
	margin-bottom: 1px;
}

/* =============================================================================
 * cc_hotelapart phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
	
	.mod_customcatalog_pricing .autogrid:not(.ce_autogridwrapper):not(.no_gutter) {
		margin-bottom: 0;
	}
	
	.mod_customcatalog_pricing .item-info {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mod_customcatalog_pricing h5 {
		margin-top: 10px;
	}
	
	.mod_customcatalog_pricing .item-info {
		border: 0;
	}
	
	.mod_customcatalog_pricing .pricing {
		text-align: center;
	}
	
	.mod_customcatalogteaser.cc_hotelapart .item-inside,
	.mod_customcataloglist.cc_hotelapart_rooms .item-inside,
	.mod_customcataloglist.cc_hotelapart_packages .item-inside {
		margin-bottom: 0;
	}
	
	.mod_customcatalogreader.cc_hotelapart_rooms .single-services li {
		float: none;
		width: 100%;
	}
	
	.mod_customcatalogfilter.hotelapart_filter {
		background: none;
		padding: 0;
	}
}

/**
 * DEMO: cc_product_catalog
 */

/* =============================================================================
 * cc_product_catalog list
 * ========================================================================== */

.mod_customcataloglist.cc_product_catalog .entry {
	flex: 0 0 33.33%;
	border-right: 1px solid rgb(241, 241, 241);
	border-bottom: 1px solid rgb(241, 241, 241);
	min-height: 440px;
}

.mod_customcataloglist.cc_product_catalog .entry:nth-child(3n+0) {
	border-right: 0;
}

.mod_customcataloglist.cc_product_catalog .swiper-wrapper .entry {
	border-bottom: 0;
	border-right: 1px solid rgb(241, 241, 241);
}

.mod_customcataloglist.cc_product_catalog .item-inside {
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
	transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease;
	border-top: 10px solid transparent;
}

.mod_customcataloglist.cc_product_catalog .item-inside:hover {
	border-top: 10px solid var(--accentColor);
}

.mod_customcataloglist.cc_product_catalog {
	--swiper-theme-color: #333;
}

.mod_customcataloglist.cc_product_catalog h6 {
	padding: 10px 20px 0 10px;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
}

.mod_customcataloglist.cc_product_catalog .brand {
	color: rgb(180,180,180);
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_product_catalog .price {
	font-size: 1.15rem;
}

.mod_customcataloglist.cc_product_catalog .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

.mod_customcataloglist.cc_product_catalog .item-state {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
	background: rgb(92,184,92);
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 7px;
	border-radius: 2px;
}

.mod_customcataloglist.cc_product_catalog .ce_number {
	display: inline-block;
}

.mod_customcataloglist.cc_product_catalog .item-wrapper {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.mod_customcataloglist:not(.mod_customcatalogteaser).cc_product_catalog .item-wrapper {
	border: 1px solid rgb(240,240,240);
	border-radius: 8px;
}

.mod_customcataloglist.cc_product_catalog .item-leftside,
.mod_customcataloglist.cc_product_catalog .item-rightside {
	float: none;
	width: 100%;
}

.mod_customcataloglist.cc_product_catalog .item-leftside .image_container img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.mod_customcataloglist.cc_product_catalog .item-link-youtube, .mod_customcataloglist.cc_product_catalog .item-link-detail {
	padding-left: 20px;
}

.mod_customcataloglist.cc_product_catalog .item-rightside .item-content-col1,
.mod_customcataloglist.cc_product_catalog .item-rightside .item-content-col2 {
	width: 100%;
	float: none;
	text-align: left;
}

.mod_customcataloglist.cc_product_catalog .notelist {
	margin-bottom: 15px;
}

.mod_customcataloglist.cc_product_catalog .rateit_container button,
.mod_customcataloglist.cc_product_catalog .rateit_container .counter {
	display: none!important;
}

.mod_customcataloglist.cc_product_catalog .rateit_container {
	display: inline-block;
	margin-top: 20px;
}

.mod_customcataloglist.cc_product_catalog .rateit_container .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcataloglist.cc_product_catalog .rateit_container .thankyou {
	display: none!important;
}

.mod_customcataloglist.cc_product_catalog .pagination {
	padding: 20px 20px 10px 20px;
}

.mod_customcataloglist.cc_product_catalog .swiper-button-disabled {
	display: none;
}

@media only screen and (max-width: 970px) {
	.mod_customcataloglist.cc_product_catalog .entry {
		flex: 0 0 50%;
	}
	.mod_customcataloglist.cc_product_catalog .entry:nth-child(3n+0) {
		border-right: 1px solid rgb(241, 241, 241);
	}
	.mod_customcataloglist.cc_product_catalog .entry:nth-child(2n+0) {
		border-right: 0;
	}
}

/* =============================================================================
 * item highlight w/star
 * ========================================================================== */

.mod_customcataloglist.cc_product_catalog .item-highlight-icon {
	background: rgba(0,0,0,0.1);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 10;
}

/* =============================================================================
 * cc_product_catalog teaser
 * ========================================================================== */

.mod_customcatalogteaser.cc_product_catalog .entry {
	flex: 0 0 25%;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
	min-height: 420px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	border: 1px solid transparent;
}

.mod_customcatalogteaser.cc_product_catalog .entry:hover {
	border: 1px solid rgb(190,190,190);
}

.mod_customcatalogteaser.cc_product_catalog .rateit_container button,
.mod_customcatalogteaser.cc_product_catalog .rateit_container .counter {
	display: none!important;
}

.mod_customcatalogteaser.cc_product_catalog .rateit_container {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mod_customcatalogteaser.cc_product_catalog .rateit_container .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcatalogteaser.cc_product_catalog .rateit_container .thankyou {
	display: none!important;
}

.mod_customcatalogteaser.cc_product_catalog .item-highlight-icon {
	background: var(--accentColor);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 10;
}

.mod_customcatalogteaser.cc_product_catalog h6 {
	padding: 10px 20px 0 10px;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
}

.mod_customcatalogteaser.cc_product_catalog .price {
	font-size: 1.15rem;
}

.mod_customcatalogteaser.cc_product_catalog .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

/* =============================================================================
 * cc_product_catalog reader
 * ========================================================================== */

.mod_customcatalogreader.cc_product_catalog .single-leftside {
	width: 58%;
	float: left;
}

.mod_customcatalogreader.cc_product_catalog .single-rightside {
	width: 42%;
	float: left;
	padding-left: 30px;
}

.mod_customcatalogreader.cc_product_catalog .single-top-content {
	overflow: hidden;
}

.mod_customcatalogreader.cc_product_catalog .single-price-new {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;	
	margin-right: 20px;
}

.mod_customcatalogreader.cc_product_catalog .single-price-old {
	display: inline-block;
	text-decoration: line-through;
	font-size: 1.5rem;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}


.mod_customcatalogreader.cc_product_catalog h1 {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.mod_customcatalogreader.cc_product_catalog .single-subheadline {
	color: rgb(180,180,180);
}

.mod_customcatalogreader.cc_product_catalog .single-short-description {
	margin: 20px 0;
}

.mod_customcatalogreader.cc_product_catalog .single-stock {
	background: rgb(85,198,94);
	color: rgb(255,255,255);
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_product_catalog .single-stock.stockout {
	background: rgb(201,21,25);
}

.mod_customcatalogreader.cc_product_catalog .single-datasheet {
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_product_catalog .single-metadata {
	border-top: 1px solid rgb(221,221,221);
	border-bottom: 1px solid rgb(221,221,221);
	margin: 20px 0 25px 0;
	overflow: hidden;
}

.mod_customcatalogreader.cc_product_catalog .single-metadata strong {
	display: block;
}

.mod_customcatalogreader.cc_product_catalog .single-metadata-col1,
.mod_customcatalogreader.cc_product_catalog .single-metadata-col2,
.mod_customcatalogreader.cc_product_catalog .single-metadata-col3 {
	width: 33.333%;
	float: left;
	font-size: 1.2em;
}

.mod_customcatalogreader.cc_product_catalog .single-metadata-col2 {
	border-left: 1px solid rgb(221,221,221);
	border-right: 1px solid rgb(221,221,221);
	padding-left: 10px;
}

.mod_customcatalogreader.cc_product_catalog .single-metadata-col3 {
	padding-left: 10px;
}

.mod_customcatalogreader.cc_product_catalog table.table-striped {
	width: 100%;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_product_catalog table.table-striped td {
	padding: 5px;
}

.mod_customcatalogreader.cc_product_catalog table.table-striped tr {
	background: rgba(0,0,0,0.03);
}

.mod_customcatalogreader.cc_product_catalog table.table-striped tr:nth-child(odd) {
	background: none;
}

.mod_customcatalogreader.cc_product_catalog .notelistamount {
	display: none;
}

.mod_customcatalogreader.cc_product_catalog .notelist input.submit {
	width: auto;
}

.mod_customcatalogreader.cc_product_catalog .notelist input.update {
	display: none;
}

.mod_customcatalogreader.cc_product_catalog .ce_tabs {
	margin: 65px 0 35px 0;
}

.mod_customcatalogreader.cc_product_catalog .ce_tabs .panes {
	background: rgb(255,255,255);
	padding: 30px;
	border: 1px solid rgb(230,230,230);
}

.mod_customcatalogreader.cc_product_catalog .single-features ul {
	overflow: hidden;
}

.mod_customcatalogreader.cc_product_catalog .single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 13px;
}

.mod_customcatalogreader.cc_product_catalog .single-print {
	margin: 12px 0 5px 0;
}

.mod_customcatalogreader.cc_product_catalog .single-print a,
.mod_customcatalogreader.cc_product_catalog .single-mail a {
	color: rgb(140,140,140);
}

.mod_customcatalogreader.cc_product_catalog .single-print a:hover,
.mod_customcatalogreader.cc_product_catalog .single-mail a:hover {
	color: rgb(50,50,50);
}

.mod_customcatalogreader.cc_product_catalog .single-print i,
.mod_customcatalogreader.cc_product_catalog .single-mail i {
	margin-right: 5px;
}

.notelist .submit_container input.submit:hover {
	opacity: 0.9;
}

.mod_customcatalogreader.cc_product_catalog .ce_number {
	display: inline-block;
}

.mod_customcatalogreader.cc_product_catalog .single-rating {
	margin: 11px 0;
}

.mod_customcatalogreader.cc_product_catalog .single-rating button,
.mod_customcatalogreader.cc_product_catalog .single-rating .counter {
	display: none!important;
}

.mod_customcatalogreader.cc_product_catalog .single-rating .rateit_container {
	display: inline-block;
	margin-right: 10px;
}

.mod_customcatalogreader.cc_product_catalog .single-rating .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcatalogreader.cc_product_catalog .single-color {
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_product_catalog .single-color li {
	border: 1px solid rgb(200,200,200);
	width: 22px;
	height: 22px;
	display: inline-block;
	text-indent: -9999px;
	background: rgb(0,0,0);
}

.mod_customcatalogreader.cc_product_catalog .single-metadata div {
	font-size: 0.9rem;
}

.mod_customcatalogreader.cc_product_catalog .elevatezoom_gallery_wrapper {
	border: 5px solid rgb(240,240,240);
}

.mod_customcatalogreader.cc_product_catalog .elevatezoom_gallery_wrapper ul {
	border-top: 1px solid rgb(240,240,240);
}

.mod_customcatalogreader.cc_product_catalog .elevatezoom_gallery_wrapper li.entry {
	border-left: 1px solid rgb(240,240,240);
	margin-bottom: 0;
	padding-bottom: 1%;
}

.mod_customcatalogreader.cc_product_catalog .elevatezoom_gallery_wrapper li.entry:first-child {
	border-left: 0;
}

.mod_customcatalogreader.cc_product_catalog .single-technical-data table {
	font-size: 0.9rem;
}

.mod_customcatalogreader.cc_product_catalog .single-technical-data table tr td {
	padding: 5px;
	background: rgb(244,244,244);
	border: 0;
}

.mod_customcatalogreader.cc_product_catalog .single-technical-data table tr.odd td {
	background-color: rgb(255,255,255);
}

.mod_customcatalogreader.cc_product_catalog .single-mail {
	margin-top: 10px;
}

/* tag color */

.mod_customcatalogreader.cc_product_catalog .single-color li.value_blau {
	background: rgb(93,156,236);
}

.mod_customcatalogreader.cc_product_catalog .single-color li.value_rot {
	background: rgb(204, 41, 56);
}

.mod_customcatalogreader.cc_product_catalog .single-color li.value_schwarz {
	background: rgb(0,0,0);
}

.mod_customcatalogreader.cc_product_catalog .single-color li.value_gelb {
	background: rgb(243,156,17);
}

/* =============================================================================
 * cc_product_catalog filter
 * ========================================================================== */
 
.mod_customcatalogfilter.cc_product_catalog fieldset {
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
	border-top: 1px solid rgb(241, 241, 241);
}

.mod_customcatalogfilter.cc_product_catalog legend {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_product_catalog div.widget {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_product_catalog .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.cc_product_catalog .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.cc_product_catalog .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_product_catalog .submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.cc_product_catalog .submit_container {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_product_catalog .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.cc_product_catalog .filter_range label {
	display: none;
}

.mod_customcatalogfilter.cc_product_catalog .filter_range .ui-slider-range {
	background: rgb(50,50,50);
}

.mod_customcatalogfilter.cc_product_catalog .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.cc_product_catalog .submit_container .clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.cc_product_catalog .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.cc_product_catalog .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.cc_product_catalog .filter_text label {
	display: none;
}

.mod_customcatalogfilter.cc_product_catalog .filter_text legend label {
	display: inline-block;
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation .slider_range_input {
	background: transparent;
	border: 0;
	height: 3rem;
	padding: 0;
	font-size: 3rem;
	line-height: 3rem;
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation .ui-slider-range {
	background: rgb(225, 225, 225)!important;
	border-color: rgb(225, 225, 225);
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation .ui-widget-content {
	border-color: rgb(225, 225, 225);
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation .ui-state-default {
	background: rgb(62, 62, 62);
	border-color: rgb(62, 62, 62);
	border-radius: 100%;
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation .range_container {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation input {
	margin-bottom: 15px;
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation i {
	margin-right: 5px;
}

/* =============================================================================
 * cc_product_catalog_reseller
 * ========================================================================== */

.mod_customcataloglist.cc_product_catalog_reseller .gmap {
	height: 650px;
}

/* =============================================================================
 * phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
	
	.mod_customcatalogreader.cc_product_catalog .single-leftside,
	.mod_customcatalogreader.cc_product_catalog .single-rightside {
		float: none;
		width: 100%;
	}
	
	.mod_customcatalogreader.cc_product_catalog .single-rightside {
		margin-top: 20px;
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_product_catalog .ce_tabs {
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_product_catalog .single-features li {
		width: 100%;
		float: none;
	}
	
	.mod_customcatalogreader.cc_product_catalog .single-metadata-col1, 
	.mod_customcatalogreader.cc_product_catalog .single-metadata-col2, 
	.mod_customcatalogreader.cc_product_catalog .single-metadata-col3 {
		font-size: 1em;
	}
	
	.mod_customcatalogreader.cc_product_catalog .single-price strong {
		font-size: 1.5em;
	}
	
	.mod_customcatalogreader.cc_product_catalog .single-price span {
		margin-top: 20px;
	}
	
	.mod_customcataloglist.cc_product_catalog.cc_product_catalog_col2 .notelist {
		margin-bottom: 20px;
	}
	
	.mod_customcataloglist.cc_product_catalog.cc_product_catalog_col2 {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
	}

	.mod_customcataloglist.cc_product_catalog.cc_product_catalog_col2 .entry {
	width: 100%; 
	float: none;
	padding-left: 0;
	padding-right: 0;
	}

	.mod_customcataloglist.cc_product_catalog.cc_product_catalog_col2 .item-leftside .image_container img {
		height: auto;
	}
				
	.mod_customcataloglist.cc_product_catalog .list-options {
		display: none;
	}
	
	.mod_customcataloglist.cc_product_catalog .entry,
	.mod_customcatalogteaser.cc_product_catalog .entry{
		flex: 0 0 100%;
	}
		
}

/* =============================================================================
 * cc_booklibrary - list
 * ========================================================================== */

.mod_customcataloglist.cc_booklibrary {
	clear: both;	
}

.mod_customcataloglist.cc_booklibrary.hide {
	display: none;
}

.mod_customcataloglist.cc_booklibrary .item-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.mod_customcataloglist.cc_booklibrary .entry {
	margin-bottom: 35px;
	flex: 0 0 20%;
	padding-left: 2%;
	padding-right: 2%;
	min-height: 400px;
}

.mod_customcataloglist.cc_booklibrary .item-inside {
	position: relative;
	background: #fff;
}

.mod_customcataloglist.cc_booklibrary .category {
	font-size: 0.9rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_booklibrary .headline {
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.mod_customcataloglist.cc_booklibrary .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

.mod_customcataloglist.cc_booklibrary .ce_number {
	display: inline-block;
}

.mod_customcataloglist.cc_booklibrary .price .attribute.text {
	display: inline-block;
}

.mod_customcataloglist.cc_booklibrary .price {
	font-weight: bold;
	font-size: 1.1rem;
}

.mod_customcataloglist.cc_booklibrary .item-wrapper {
	margin-left: -2%;
	margin-right: -2%;
	overflow: hidden;
}

.mod_customcataloglist.cc_booklibrary .highlight {
	background: #d75542;
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 100;
}

.mod_customcataloglist.cc_booklibrary .image {
	min-height: 130px;
	background: #393939;
}

.mod_customcataloglist.cc_booklibrary .rateit_container button,
.mod_customcataloglist.cc_booklibrary .rateit_container .counter {
	display: none!important;
}

.mod_customcataloglist.cc_booklibrary .rateit_container .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcataloglist.cc_booklibrary .rateit_container .thankyou {
	display: none!important;
}

.mod_customcataloglist.cc_booklibrary h4 {
	border-bottom: 1px solid rgb(221,221,221);
	margin-bottom: 35px;
	padding-bottom: 10px;
}

.mod_customcataloglist.cc_booklibrary .product-banner {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 10;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.mod_customcataloglist.cc_booklibrary .product-banner .banner-one,
.mod_customcataloglist.cc_booklibrary .product-banner .banner-two {
	color: rgb(255,255,255);
	font-size: 0.85rem;
	padding: 0 5px;
	line-height: 1.5;
	font-weight: bold;
}

.mod_customcataloglist.cc_booklibrary .swiper-wrapper .entry {
	margin-bottom: 0;
}

/* =============================================================================
 * cc_booklibrary - teaser
 * ========================================================================== */

.mod_customcatalogteaser.cc_booklibrary {
	clear: both;	
}

.mod_customcatalogteaser.cc_booklibrary.hide {
	display: none;
}

.mod_customcatalogteaser.cc_booklibrary .entry {
	margin-bottom: 35px;
	width: 20%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	min-height: 450px;
}

.mod_customcatalogteaser.cc_booklibrary .item-inside {
	position: relative;
	background: #fff;
}

.mod_customcatalogteaser.cc_booklibrary .category {
	font-size: 0.9rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 5px;
}

.mod_customcatalogteaser.cc_booklibrary .headline {
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.mod_customcatalogteaser.cc_booklibrary .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

.mod_customcatalogteaser.cc_booklibrary .ce_number {
	display: inline-block;
}

.mod_customcatalogteaser.cc_booklibrary .price .attribute.text {
	display: inline-block;
}

.mod_customcatalogteaser.cc_booklibrary .price {
	font-weight: bold;
	font-size: 1.1rem;
}

.mod_customcatalogteaser.cc_booklibrary .item-wrapper {
	margin-left: -2%;
	margin-right: -2%;
	overflow: hidden;
}

.mod_customcatalogteaser.cc_booklibrary .highlight {
	background: #d75542;
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 100;
}

.mod_customcatalogteaser.cc_booklibrary .image {
	min-height: 130px;
	background: #393939;
}

.mod_customcatalogteaser.cc_booklibrary .rateit_container button,
.mod_customcatalogteaser.cc_booklibrary .rateit_container .counter {
	display: none!important;
}

.mod_customcatalogteaser.cc_booklibrary .rateit_container .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcatalogteaser.cc_booklibrary .rateit_container .thankyou {
	display: none!important;
}

.mod_customcatalogteaser.cc_booklibrary h4 {
	border-bottom: 1px solid rgb(221,221,221);
	margin-bottom: 35px;
	padding-bottom: 10px;
}

.mod_customcatalogteaser.cc_booklibrary .product-banner {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 10;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.mod_customcatalogteaser.cc_booklibrary .product-banner .banner-one,
.mod_customcatalogteaser.cc_booklibrary .product-banner .banner-two {
	color: rgb(255,255,255);
	font-size: 0.85rem;
	padding: 0 5px;
	line-height: 1.5;
	font-weight: bold;
}

/* =============================================================================
 * cc_booklibrary - teaserslider
 * ========================================================================== */

.mod_customcatalogteaserslider.cc_booklibrary {
	clear: both;	
}

.mod_customcatalogteaserslider.cc_booklibrary.hide {
	display: none;
}

.mod_customcatalogteaserslider.cc_booklibrary .entry {
	margin-bottom: 35px;
	width: 20%;
	padding-left: 3%;
	padding-right: 3%;
	float: left;
}

.mod_customcatalogteaserslider.cc_booklibrary .item-inside {
	position: relative;
	background: #fff;
	text-align: center;
}

.mod_customcatalogteaserslider.cc_booklibrary .author {
	font-size: 0.9rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 5px;
	margin-top: 17px;
}

.mod_customcatalogteaserslider.cc_booklibrary .headline {
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.mod_customcatalogteaserslider.cc_booklibrary .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

.mod_customcatalogteaserslider.cc_booklibrary .ce_number {
	display: inline-block;
}

.mod_customcatalogteaserslider.cc_booklibrary .price .attribute.text {
	display: inline-block;
}

.mod_customcatalogteaserslider.cc_booklibrary .price {
	font-weight: bold;
	font-size: 1.1rem;
}

.mod_customcatalogteaserslider.cc_booklibrary .item-wrapper {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
}

.mod_customcatalogteaserslider.cc_booklibrary .highlight {
	background: #d75542;
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 100;
}

.mod_customcatalogteaserslider.cc_booklibrary .image {
	min-height: 130px;
	background: #393939;
	box-shadow: 0 8px 12px 1px rgba(0,0,0,0.07);
}

.mod_customcatalogteaserslider.cc_booklibrary .ce_image {
	overflow: visible;
}

.mod_customcatalogteaserslider.cc_booklibrary .item-inside {
	position: relative;
	top: 7px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.mod_customcatalogteaserslider.cc_booklibrary .item-inside:hover {
	top: 0;
}

.mod_customcatalogteaserslider.cc_booklibrary .product-banner {
	position: absolute;
	right: -10px;
	top: 5px;
	z-index: 10;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1)
}

.mod_customcatalogteaserslider.cc_booklibrary .product-banner .banner-one,
.mod_customcatalogteaserslider.cc_booklibrary .product-banner .banner-two {
	color: rgb(255,255,255);
	font-size: 0.85rem;
	padding: 0 5px;
	line-height: 1.5;
	font-weight: bold;
}

.mod_customcatalogteaserslider.cc_booklibrary .rateit_container button,
.mod_customcatalogteaserslider.cc_booklibrary .rateit_container .counter {
	display: none!important;
}

.mod_customcatalogteaserslider.cc_booklibrary .rateit_container .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcatalogteaserslider.cc_booklibrary .rateit_container .thankyou {
	display: none!important;
}

.mod_customcatalogteaserslider.cc_booklibrary h4 {
	border-bottom: 1px solid rgb(221,221,221);
	margin-bottom: 35px;
	padding-bottom: 10px;
}

/* =============================================================================
 * cc_booklibrary - items in slider
 * ========================================================================== */

.mod_customcataloglist.cc_booklibrary .swiper-wrapper .entry {
	min-height: 0;
}

/* =============================================================================
 * cc_booklibrary - filter | filter_sorting
 * ========================================================================== */

.mod_customcatalogfilter.cc_booklibrary.filter_sorting {
	float: right;
}

@media only screen and (max-width: 1070px) {	
	.mod_customcatalogfilter.filter_sorting .filter_sorting_alphabetic legend {
		display: none;
	}
}

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

.mod_customcatalogfilter.cc_booklibrary.filter_sorting fieldset {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting select {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting .submit_container {
	display: none!important;
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting .widget {
	display: inline-block;
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting .widget fieldset {
	padding: 0;
	border: 0;
	margin-left: 25px;
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting .widget legend {
	float: left;
	margin-right: 10px;
	background: none;
	color: inherit;
	margin-top: 5px;
	font-size: 12px;
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting .formbody {
	text-align: right;
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting .widget select {
	width: auto;
	height: 37px;
}

/* =============================================================================
 * cc_booklibrary - filter
 * ========================================================================== */

.mod_customcatalogfilter.cc_booklibrary .select_container {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_booklibrary .select_container select {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_booklibrary .range_wrapper {
	border: 1px solid rgba(0, 0, 0, 0.075);
	padding: 15px;
}

.mod_customcatalogfilter.cc_booklibrary .range_wrapper i {
	margin-right: 5px;
}

.mod_customcatalogfilter.cc_booklibrary .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.cc_booklibrary .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.cc_booklibrary .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_booklibrary .submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.cc_booklibrary .submit_container {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_booklibrary .filter_pagetree.hide {
	display: none;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter {
	background: rgb(255,255,255);
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_booklibrary.product_filter fieldset {
	border: 0;
	padding: 0;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter fieldset legend {
	background: transparent;
	font-weight: bold;
	font-size: 0.9rem;
	color: inherit;
	padding-left: 0;
	margin-bottom: 5px;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter fieldset.checkbox_container {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter fieldset.checkbox_container legend {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter .filter_text legend label {
	display: inline-block;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter .clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter .clear_filters {
	display: none;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter input {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_booklibrary .filter_range label {
	display: none;
}

.mod_customcatalogfilter.cc_booklibrary .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.cc_booklibrary .filter_range .ui-slider-range {
	background: rgb(50,50,50);
}

.mod_customcatalogfilter.cc_booklibrary .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.cc_booklibrary .filter_languageSwitch {
	display: none;
}

/* =============================================================================
 * cc_booklibrary - mod_langswitcher_booklibrary
 * ========================================================================== */

.mod_langswitcher_booklibrary {
	margin-bottom: 15px;
	text-align: right;
	padding: 10px 0;
	border-bottom: 1px dotted rgb(200,200,200);
}

.mod_langswitcher_booklibrary li {
	display: inline-block;
}

.mod_langswitcher_booklibrary li span {
	display: none;
}

.mod_langswitcher_booklibrary li a {
	display: block;
	padding: 1px;
	border: 1px solid rgba(0,0,0,0.2);
	line-height: 11px;
}

/* =============================================================================
 * cc_booklibrary reader
 * ========================================================================== */

.mod_customcatalogreader.cc_booklibrary .single-leftside {
	width: 25%;
	float: left;
}

.mod_customcatalogreader.cc_booklibrary .single-rightside {
	width: 75%;
	float: left;
	padding-left: 100px;
}

.mod_customcatalogreader.cc_booklibrary .single-top-content {
	overflow: hidden;
}

.mod_customcatalogreader.cc_booklibrary .single-price-new {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;	
	margin-right: 20px;
}

.mod_customcatalogreader.cc_booklibrary .single-price-new .ce_text {
	display: inline-block;
}

.mod_customcatalogreader.cc_booklibrary .single-price-old {
	display: inline-block;
	text-decoration: line-through;
	font-size: 1.5rem;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.mod_customcatalogreader.cc_booklibrary h1 {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.mod_customcatalogreader.cc_booklibrary .single-subheadline {
	color: rgb(180,180,180);
}

.mod_customcatalogreader.cc_booklibrary .single-short-description {
	margin: 20px 0;
}

.mod_customcatalogreader.cc_booklibrary .single-stock {
	background: rgb(85,198,94);
	color: rgb(255,255,255);
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_booklibrary .single-stock.stockout {
	background: rgb(201,21,25);
}

.mod_customcatalogreader.cc_booklibrary .single-metadata {
	border-top: 1px solid rgb(221,221,221);
	border-bottom: 1px solid rgb(221,221,221);
	margin: 20px 0 25px 0;
	overflow: hidden;
}

.mod_customcatalogreader.cc_booklibrary .single-metadata strong {
	display: block;
}

.mod_customcatalogreader.cc_booklibrary .single-metadata-col1,
.mod_customcatalogreader.cc_booklibrary .single-metadata-col2,
.mod_customcatalogreader.cc_booklibrary .single-metadata-col3 {
	width: 33.333%;
	float: left;
	font-size: 1.2em;
}

.mod_customcatalogreader.cc_booklibrary .single-metadata-col2 {
	border-left: 1px solid rgb(221,221,221);
	border-right: 1px solid rgb(221,221,221);
	padding-left: 10px;
}

.mod_customcatalogreader.cc_booklibrary .single-metadata-col3 {
	padding-left: 10px;
}

.mod_customcatalogreader.cc_booklibrary table.table-striped {
	width: 100%;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_booklibrary table.table-striped td {
	padding: 5px;
}

.mod_customcatalogreader.cc_booklibrary table.table-striped tr {
	background: rgba(0,0,0,0.03);
}

.mod_customcatalogreader.cc_booklibrary table.table-striped tr:nth-child(odd) {
	background: none;
}

.mod_customcatalogreader.cc_booklibrary .notelistamount {
	display: none;
}

.mod_customcatalogreader.cc_booklibrary .notelist input.submit {
	width: auto;
}

.mod_customcatalogreader.cc_booklibrary .notelist input.update {
	display: none;
}

.mod_customcatalogreader.cc_booklibrary .ce_tabs {
	margin: 65px 0 35px 0;
}

.mod_customcatalogreader.cc_booklibrary .ce_tabs .panes {
	background: rgb(255,255,255);
	padding: 30px;
	border: 1px solid rgb(230,230,230);
}

.mod_customcatalogreader.cc_booklibrary .single-features ul {
	overflow: hidden;
}

.mod_customcatalogreader.cc_booklibrary .single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 13px;
}

.mod_customcatalogreader.cc_booklibrary .single-print {
	margin: 12px 0 5px 0;
}

.mod_customcatalogreader.cc_booklibrary .single-print a,
.mod_customcatalogreader.cc_booklibrary .single-mail a {
	color: rgb(140,140,140);
}

.mod_customcatalogreader.cc_booklibrary .single-print a:hover,
.mod_customcatalogreader.cc_booklibrary .single-mail a:hover {
	color: rgb(50,50,50);
}

.mod_customcatalogreader.cc_booklibrary .single-print i,
.mod_customcatalogreader.cc_booklibrary .single-mail i {
	margin-right: 5px;
}

.notelist .submit_container input.submit:hover {
	opacity: 0.9;
}

.mod_customcatalogreader.cc_booklibrary .ce_number {
	display: inline-block;
}

.mod_customcatalogreader.cc_booklibrary .single-rating {
	margin: 11px 0;
}

.mod_customcatalogreader.cc_booklibrary .single-rating .ajax_success {
	display: none!important;
}

.mod_customcatalogreader.cc_booklibrary .single-rating button,
.mod_customcatalogreader.cc_booklibrary .single-rating .counter {
	display: none!important;
}

.mod_customcatalogreader.cc_booklibrary .single-rating .rateit_container {
	display: inline-block;
	margin-right: 10px;
}

.mod_customcatalogreader.cc_booklibrary .single-rating .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcatalogreader.cc_booklibrary .single-color li {
	border: 1px solid rgb(200,200,200);
	width: 22px;
	height: 22px;
	display: inline-block;
	text-indent: -9999px;
	background: rgb(0,0,0);
}

.mod_customcatalogreader.cc_booklibrary .single-author {
	text-decoration: underline;
}

.mod_customcatalogreader.cc_booklibrary .single-metadata div {
	font-size: 0.9rem;
}

/* =============================================================================
 * cc_booklibrary - mod_customcatalog_list_sidebar
 * ========================================================================== */

.mod_customcatalog_list_sidebar .entry {
	margin-bottom: 25px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	padding-bottom: 22px;
}

.mod_customcatalog_list_sidebar .item-inside {
	overflow: hidden;
}
 
.mod_customcatalog_list_sidebar .item-inside > .image,
.mod_customcatalog_list_sidebar .item-inside .content {
	float: left;
}
 
.mod_customcatalog_list_sidebar .item-inside > .image {
	width: 30%;
}

.mod_customcatalog_list_sidebar .content {
	width: 70%;
	padding-left: 25px;
}

.mod_customcatalog_list_sidebar .headline {
	font-weight: bold;
	line-height: 1.3;
}

.mod_customcatalog_list_sidebar .author {
	color: rgb(170,170,170);
	margin: 5px 0;
}

.mod_customcatalog_list_sidebar .ce_text.attribute.text {
	display: inline-block;
}

/* =============================================================================
 * cc_booklibrary - list megamenu
 * ========================================================================== */

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

.mod_customcatalog_megamenu.cc_booklibrary .item-inside > .image {
	float: left;
	width: 60%;
}

.mod_customcatalog_megamenu.cc_booklibrary .content {
	float: left;
	width: 40%;
	line-height: 1.3!important;
	white-space: normal;
}

.mod_customcatalog_megamenu.cc_booklibrary .content .content-inside {
	margin-top: 15%;
}

.mod_customcatalog_megamenu.cc_booklibrary .author {
	font-size: 0.9rem;
	margin-bottom: 7px;
}

.mod_customcatalog_megamenu.cc_booklibrary .price {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;	
	margin-right: 20px;
	margin-top: 7px;
}

.mod_customcatalog_megamenu.cc_booklibrary .price .ce_text {
	display: inline-block;
}

.mod_customcatalog_megamenu.cc_booklibrary .price_old {
	color: rgba(0,0,0,0.4);
	text-decoration: line-through;
	font-weight: bold;
}

.mod_customcatalog_megamenu.cc_booklibrary .item-wrapper .entry .image a:hover {
	background: none!important;
}

.mod_customcatalog_megamenu.cc_booklibrary .headline {
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 7px;
}

/* =============================================================================
 * phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
	.mod_customcatalogreader.cc_booklibrary .single-leftside,
	.mod_customcatalogreader.cc_booklibrary .single-rightside {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_booklibrary .single-leftside {
		margin-bottom: 35px;
	}
	
	.mod_customcataloglist.cc_booklibrary .entry,
	.mod_customcatalogteaser.cc_booklibrary .entry {
		flex: 0 0 100%;
		padding: 0 0 30px 0;
		float: none;
		border-bottom: 1px solid rgb(200,200,200);
		min-height: 0;
	}
	
	.mod_customcataloglist.cc_booklibrary .item-wrapper,
	.mod_customcatalogteaser.cc_booklibrary .item-wrapper {
		margin: 0;
	}
	
	.mod_customcataloglist.cc_booklibrary .item-inside > .image,
	.mod_customcatalogteaser.cc_booklibrary .item-inside > .image {
		float: left;
		width: 25%;
	}
	
	.mod_customcataloglist.cc_booklibrary .content,
	.mod_customcatalogteaser.cc_booklibrary .content {
		float: left;
		width: 75%;
	}
	
	.mod_customcataloglist.cc_booklibrary .content-inside,
	.mod_customcatalogteaser.cc_booklibrary .content-inside {
		padding-left: 20px;
		text-align: left;
	}
	
	.mod_customcatalogteaserslider.cc_booklibrary .author {
		border: 0;
	}
	
	.mod_customcataloglist.cc_booklibrary .item-inside,
	.mod_customcatalogteaser.cc_booklibrary .item-inside {
		min-height: 0;
	}
	
	.mod_customcataloglist.cc_booklibrary .headline,
	.mod_customcatalogteaser.cc_booklibrary .headline {
		font-size: 1.1rem;
		margin: 0;
	}
	
	.mod_customcataloglist.cc_booklibrary .category {
		border: 0;
		margin-bottom: 0;
	}
	
	.filter_sorting.cc_booklibrary {
		display: none;
	}
		
	.mod_customcataloglist.cc_booklibrary {
		margin-top: 25px;
	}
	
	.mod_customcatalogfilter.cc_booklibrary.product_filter {
		border: 0;
		padding: 0;
	}
	
	.mod_customcatalogfilter.cc_booklibrary.product_filter .widget {
		padding-bottom: 0;
		margin-bottom: 10px;
		border-bottom: 1px solid rgb(220,220,220);
	}
	
	.mod_langswitcher_booklibrary {
		border-top: 1px dotted rgb(200,200,200);
	}
	
	.mod_langswitcher_booklibrary img {
		width: 30px;
		height: 25px;
	}
	
	.mod_langswitcher_booklibrary li a {
		padding: 3px;
	}
	
	.mod_customcatalogteaser.cc_booklibrary .item-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	
	.mod_customcatalog_list_sidebar {
		display: none;
	}
	
	.mod_customcataloglist.cc_booklibrary .product-banner,
	.mod_customcatalogteaser.cc_booklibrary .product-banner {
		right: auto;
		left: 10px;
	}
}


@font-face {
  font-family: 'themify';
  src:
    url('../../files/cto_layout/fonts/themify.ttf?tyokmz') format('truetype'),
    url('../../files/cto_layout/fonts/themify.woff?tyokmz') format('woff'),
    url('../../files/cto_layout/fonts/themify.svg?tyokmz#themify') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ti-"], [class*=" ti-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'themify' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('../../files/cto_layout/fonts/fontawesome-webfont.woff') format('woff'),url('../../files/cto_layout/fonts/fontawesome-webfont.ttf') format('truetype'),url('../../files/cto_layout/fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal;font-display: swap;}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}
.fa{font-display: swap;display:inline-block;font-weight: normal; font-style: normal; font-size: 14px; line-height: 1;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa:before{font-family:FontAwesome;}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-tiktok:before {
  content: "\e900";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-plus:before {
  content: "\f067";
}
.fa-question:before {
  content: "\f128";
}
.fa-minus:before {
  content: "\f068";
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before {
  content: "\f00d";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before {
  content: "\f013";
}
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before {
  content: "\f01e";
}
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before {
  content: "\f03b";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before {
  content: "\f03e";
}
.fa-photo:before {
  content: "\f03e";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before {
  content: "\f044";
}
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before {
  content: "\f064";
}
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart:before {
  content: "\f080";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before {
  content: "\f09e";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before {
  content: "\f0c0";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before {
  content: "\f0c1";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before {
  content: "\f0e2";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before {
  content: "\f0e4";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-phone:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before {
  content: "\f112";
}
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before {
  content: "\f123";
}
.fa-star-half-full:before {
  content: "\f123";
}
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before {
  content: "\f127";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before {
  content: "\f153";
}
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before {
  content: "\f155";
}
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before {
  content: "\f156";
}
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before {
  content: "\f157";
}
.fa-jpy:before {
  content: "\f157";
}
.fa-rmb:before {
  content: "\f157";
}
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before {
  content: "\f158";
}
.fa-rub:before {
  content: "\f158";
}
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before {
  content: "\f159";
}
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before {
  content: "\f15a";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before {
  content: "\f195";
}
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before {
  content: "\f19c";
}
.fa-institution:before {
  content: "\f19c";
}
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before {
  content: "\f1b9";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before {
  content: "\f1ba";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before {
  content: "\f1cd";
}
.fa-life-buoy:before {
  content: "\f1cd";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-life-saver:before {
  content: "\f1cd";
}
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before {
  content: "\f1d0";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before {
  content: "\f1d7";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before {
  content: "\f20b";
}
.fa-shekel:before {
  content: "\f20b";
}
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before {
  content: "\f224";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before {
  content: "\f236";
}
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery:before {
  content: "\f240";
}
.fa-battery-4:before {
  content: "\f240";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before {
  content: "\f241";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before {
  content: "\f242";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before {
  content: "\f243";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before {
  content: "\f244";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before {
  content: "\f251";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before {
  content: "\f252";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before {
  content: "\f253";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before {
  content: "\f255";
}
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before {
  content: "\f26c";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deafness:before {
  content: "\f2a4";
}
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before {
  content: "\f2b4";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before {
  content: "\f2c2";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before {
  content: "\f2c3";
}
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-4:before {
  content: "\f2c7";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before {
  content: "\f2c9";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before {
  content: "\f2ca";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before {
  content: "\f2cb";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before {
  content: "\f2d3";
}
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before {
  content: "\f2d4";
}
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}

/* 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;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
             animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/*!
Custom settings added by seamedia gmbh
*/

.blinkBulb {
  animation: blink-animation 4s infinite;
}

@keyframes blink-animation {
	100%{opacity: 1;}
	22%{opacity: 1;}
	21%{opacity: 0;}
	16%{opacity: 0;}
	15%{opacity: 1;}
	14%{opacity: 0;}
	13%{opacity: 1;}
	12%{opacity: 0;}
	11%{opacity: 1;}
}
  
.animate_faster {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.animate_fast {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.animate_slow {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animate_slower {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animate_delay_100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.animate_delay_200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.animate_delay_300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.animate_delay_400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.animate_delay_500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animate_delay_600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.animate_delay_700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.animate_delay_800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.animate_delay_900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

/* =============================================================================
 * ce_headline_extended
 * ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ce_divider_extended.version10 svg {
	fill: var(--accentColor);
}
/* =============================================================================
 * ce_text_extented
 * ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ce_text_extented a {
	text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

/* ce_text_extended in revolutions slider */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_text_extented.align-left-m {
		margin-left: 0;
	}
}
.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}.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.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}.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}}@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}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.tablesorter-headerAsc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/desc.svg)}
.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}
