/**
 *
 * Copyright (c) SEASIDE MEDIA LTD
 * 
 * version: 1.0 - customelements
 * all rights reserved
 */

/* =============================================================================
 * ce_youtube-background (scripts/jquery.mb.YTPlayer/)
 * ========================================================================== */

.ce_youtube_background .mbYTP_wrapper {
	opacity: 1!important;
}

.ce_youtube_background.overlay .YTPOverlay {
	background-color: rgba(152,152,152,0.4);
	opacity: 0.8;
}

.ce_youtube_background.overlay .mbYTP_wrapper.fullscreen .YTPOverlay {
	display: none;
}

.ce_youtube_background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* =============================================================================
 * ce_pricetable
 * ========================================================================== */

.ce_pricetable {
	padding: 25px 0;
	text-align: center;
}

.ce_pricetable .pricetable {
	background: #fff;
	border: 1px solid rgb(229,229,229);
	margin-top: 20px;
	white-space: normal;
	position: relative;
	overflow: hidden;
}

.ce_pricetable .pricetable {
	margin-top: 15px;
}

.ce_pricetable .pricetable.highlight {
	margin-top: 0;
	box-shadow: 0 0 35px 2px rgba(0,0,0,.2);
	position: relative;
	z-index: 100;
}

.ce_pricetable .pricetable.highlight .title {
	background: rgb(152,152,152);
	color: #fff;
	box-shadow: inset 0px 0px 0px 6px rgba(0,0,0,0.1);
	padding-top: 40px;
	padding-bottom: 35px;
}

.ce_pricetable .title,
.ce_pricetable .price,
.ce_pricetable .contents li,
.ce_pricetable .rating {
	border-bottom: 1px solid #ebebeb;
	padding: 1em;
}

.ce_pricetable .price {
	padding: 1.5em 1em;
}

.ce_pricetable .contents li:nth-child(odd) {
	background: rgb(251,251,251);
}

.ce_pricetable .title {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 17px;
	font-weight: normal;
	background: rgb(251,251,251);
	text-align: center;
}

.ce_pricetable .price-data {
	font-weight: bold;
}

.ce_pricetable .currency {
	font-weight: bold;
	position: relative;
	top: -18px;
	font-size: 18px;
	line-height: 18px;
}

.ce_pricetable .priceinfo {
	color: rgb(153,153,153);
}

.ce_pricetable .hightlight_text {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	background: rgb(255,255,255);
	font-size: 11px;
	position: absolute;
	right: -20px;
	top: 20px;
	text-align: center;
	min-width: 100px;
}

.ce_pricetable .ce_hyperlink {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}

.ce_pricetable .pricetable.highlight .ce_hyperlink {
	margin-bottom: 25px;
	margin-top: 30px;
}

.ce_pricetable .rating {
	text-align: center;
	color: rgb(254,202,9);
}

.ce_pricetable .rating i {
	margin: 0 3px;
	font-size: 15px;
}

/* =============================================================================
 * ce_headertext
 * ========================================================================== */

.ce_headertext {
	text-align: center;
	border-bottom: 1px solid rgb(229,229,229);
	padding: 45px 0 65px 0;
}

ce_headertext_inside {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.ce_headertext h1,
.ce_headertext h2,
.ce_headertext h3,
.ce_headertext h4,
.ce_headertext h5,
.ce_headertext h6 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.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(152,152,152);
	content: '';
	display: block;
	height: 2px;
	margin: 20px auto 20px auto;
	position: relative;
	width: 22px;
	
}

.ce_headertext p {
	font-size: 16px;
	color: rgb(127,127,127);
}

/* =============================================================================
 * ce_text_leader
 * ========================================================================== */

.ce_leadertext.version1 {
	margin-bottom: 60px;
	max-width: 600px;
}

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

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

.ce_leadertext.version1 p {
	font-size: 20px;
}

.ce_leadertext.version1 .subheadline {
	font-size: 16px;
}

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

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

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

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

/* =============================================================================
 * ce_text_leader_v2
 * ========================================================================== */

.ce_leadertext.version2 {
	margin-bottom: 60px;
	max-width: 600px;
}

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

.ce_leadertext.version2 .subheadline {
	font-size: 18px;
}

.ce_leadertext.version2 p {
	font-size: 20px;
}

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

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

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

.ce_leadertext.version2 .divider-first {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	border: 3px solid rgb(152,152,152);
	border-radius: 7px;
}

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

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

.color-white .ce_leadertext.version2 .divider:after, 
.color-white .ce_leadertext.version2 .divider:before,
.color-white .ce_leadertext.version2 .divider-second {
	background: rgb(255,255,255);
}

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

/* =============================================================================
 * ce_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: 16px;
}

.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: 16px;
}

.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: 18px;
}

.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 rgb(152,152,152);
	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: rgb(255,255,255);
}

.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 | 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_text_image_bar
 * ========================================================================== */

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

.ce_text_image_bar .inside {
	position: static;
}

.ce_text_image_bar .text-left {
	width: 50%;
	padding: 70px 60px 70px 0;
}

.ce_text_image_bar .text-right {
	width: 50%;
	padding: 70px 0 70px 60px;
	margin-left: 50%;
}

.ce_text_image_bar .image-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ce_text_image_bar .image-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ce_text_image_bar.show_arrow .image-left:after {
	content: '';
	top: 50%;
	right: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: rgb(248,248,248);
    position: absolute;
    height: 20px;
    width: 20px;
}

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

.ce_text_image_bar.show_arrow .image-right:after {
	content: '';
	top: 50%;
	left: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

/* =============================================================================
 * swiper-slide (scripts/swiper/)
 * ========================================================================== */

.swiper-container {
	height: 100%;
	width: 100%;
}

.swiper-wrapper {
	transition-duration: 300ms!important;
}

.swiper-container.hide-arrows .swiper-button-next,
.swiper-container.hide-arrows .swiper-button-prev {
	display: none;
}

.swiper-container-horizontal .swiper-pagination {
	bottom:10px;
	left:0;
	width:100%;
}
    
.swiper-pagination-bullet {
	border: 2px solid #fff;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.6);
	background: rgb(255,255,255);
}

.swiper-pagination-bullet {
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: rgba(0,0,0,0.5);
	opacity: 1;
	
}

.swiper-pagination-bullet {
	height: 11px;
	width: 11px;
}

.swiper-button-next, 
.swiper-button-prev {
	background: none;
	margin-top: -45px;
	opacity: 0.3!important;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	opacity: 1!important;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 70px;
	line-height: 70px;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.swiper-button-prev:after {
	content: "\f104";
}

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

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

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

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

/* =============================================================================
 * ce_parallax
 * ========================================================================== */

.ce_parallax {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.ce_parallax .parallax-inside {
	overflow: hidden;
}

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

/* =============================================================================
 * ce_countup
 * ========================================================================== */

.ce_countup {
	text-align: center;
}

.ce_countup .headline {
	font-weight: normal;
	font-size: 35px;
	margin-bottom: 15px;
}

.ce_countup i {
	font-size: 40px;
	line-height: 66px;
}

.ce_countup .image_container {
	text-align: center;
	margin-bottom: 15px;
}

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

/* =============================================================================
 * ce_contentbox
 * ========================================================================== */

.ce_contentbox .ce_contentbox_table {
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
	overflow: hidden;
	padding: 5%;
	background-size: cover;
}

.ce_contentbox .ce_contentbox_cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.ce_contentbox.align-middle .ce_contentbox_cell {
	vertical-align: middle;
}

.ce_contentbox.align-bottom .ce_contentbox_cell {
	vertical-align: bottom;
}

.ce_contentbox.hover .ce_contentbox_cell {
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_contentbox.hover:hover .ce_contentbox_cell {
	opacity: 1;
}

.ce_contentbox .arrow {
	height: 20px;
	width: 20px;
	background: #fff;
	position: absolute;
}

.ce_contentbox .arrow-right-top {
	top: 10%;
	right: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-right-middle {
	top: 50%;
	right: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-right-bottom {
	bottom: 10%;
	right: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-left-top {
	top: 10%;
	left: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-left-middle {
	top: 50%;
	left: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-left-bottom {
	bottom: 10%;
	left: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-top-left {
	top: -10px;
	left: 10%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-top-middle {
	top: -10px;
	left: 50%;
	margin-left: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-top-right {
	top: -10px;
	right: 10%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-bottom-left {
	bottom: -10px;
	left: 10%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-bottom-middle {
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-bottom-right {
	bottom: -10px;
	right: 10%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* =============================================================================
 * ce_infobox_alert
 * ========================================================================== */

.ce_infobox_alert {
	background: #ce4f4b;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_alert .headline {
	font-weight: bold;
	color: #a02622;
	margin-right: 5px;
}

.ce_infobox_alert i {
	color: #a02622;
	margin: 0 10px;
	font-size: 25px;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_alert p {
	display: inline;
	margin: 0;
}

/* =============================================================================
 * ce_infobox_warning
 * ========================================================================== */

.ce_infobox_warning {
	background: #f0ad4e;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_warning .headline {
	font-weight: bold;
	color: #b7843b;
	margin-right: 5px;
}

.ce_infobox_warning i {
	color: #b7843b;
	margin: 0 10px;
	font-size: 25px;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_warning p {
	display: inline;
	margin: 0;
}

/* =============================================================================
 * ce_infobox_info
 * ========================================================================== */

.ce_infobox_info {
	background: #5ebbd7;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_info .headline {
	font-weight: bold;
	color: #3f7f92;
	margin-right: 5px;
}

.ce_infobox_info i {
	color: #3f7f92;
	margin: 0 10px;
	font-size: 25px;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_info p {
	display: inline;
	margin: 0;
}

/* =============================================================================
 * ce_infobox_success
 * ========================================================================== */

.ce_infobox_success {
	background: #52ac52;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_success .headline {
	font-weight: bold;
	color: #337033;
	margin-right: 5px;
}

.ce_infobox_success i {
	color: #337033;
	margin: 0 10px;
	font-size: 25px;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_success p {
	display: inline;
	margin: 0;
}

/* =============================================================================
 * ce_calltoaction
 * ========================================================================== */

.ce_calltoaction:not(.ce_calltoaction_v2) {
	background: rgb(152,152,152);
	padding: 25px 25px 15px 40px;;
	color: rgb(255,255,255);
	position: relative;
	margin-bottom: 15px;
	background-size: cover;	
	background-position: center center;
	background-repeat: no-repeat;
}

.ce_calltoaction:after {
	content: '';
	width: 10px;
	background: rgba(255,255,255,0.3);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.ce_calltoaction:not(.ce_calltoaction_v2) h1,
.ce_calltoaction:not(.ce_calltoaction_v2) h2,
.ce_calltoaction:not(.ce_calltoaction_v2) h3,
.ce_calltoaction:not(.ce_calltoaction_v2) h4,
.ce_calltoaction:not(.ce_calltoaction_v2) h5,
.ce_calltoaction:not(.ce_calltoaction_v2) h6 {
	color: rgb(255,255,255);
}

.ce_calltoaction p {
	margin-bottom: 10px;
}

.ce_calltoaction .ce_url a {
	font-weight: bold;
	text-decoration: underline;
	color: rgb(255,255,255)!important;
}

.ce_calltoaction .ce_url a:before {
	content: "\f101";
	font-family:FontAwesome;
	font-weight: normal;
	display: inline-block;
	margin-right: 5px;
}

/* =============================================================================
 * ce_calltoaction v2
 * ========================================================================== */


.ce_calltoaction_v2 .ce_calltoaction_inside {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.ce_calltoaction_v2 {
	margin-bottom: 0;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.ce_calltoaction_v2 p {
	font-size: 1.3em;
}

.ce_calltoaction_v2 .headline {
	margin: 0;
}

.ce_calltoaction_v2 .ce_hyperlink {
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ce_calltoaction_v2 .ce_hyperlink a {
	text-decoration: none;
}

.ce_calltoaction_v2 .ce_calltoaction_content {
	padding-right: 25%;
}

.ce_calltoaction_v2:after {
	display: none;
}

/* =============================================================================
 * ce_tabs
 * ========================================================================== */

.ce_tabs {
	overflow: hidden; 
}

.ce_tabs .panes .section {
	display: none;
}

.ce_tabs .panes .section.active {
	display: block;
}

.ce_tabs .tabs a {
	cursor: pointer;
	display: block;
}

.ce_tabs i {
	margin-right: 5px;
}

.ce_tabs .ce_image .image_container {
	text-align: center;
}

.ce_tabs .ce_image .image_container img {
	width: auto;
	display: inline-block;
}
	
.ce_tabs .tabs.horizontal ul {
	margin-bottom:35px;
	overflow:hidden;
}
	
.ce_tabs .tabs.horizontal li {
	float:left;
}
	
.ce_tabs .tabs.horizontal li a {
	font-size:16px;
	padding:20px 0;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	display:block;
}
	
.ce_tabs .tabs.horizontal li a {
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
	-ms-transition:All 0.3s ease;
	transition:All 0.3s ease;
}
	
.ce_tabs .tabs.horizontal li:first-child a {
	border-left:0;
}
	
.ce_tabs .tabs.horizontal ul li:hover a,
.ce_tabs .tabs.horizontal ul li.active a {
	background: rgb(152,152,152);
	color:#fff;
	font-weight:inherit;
}
	
.ce_tabs .tabs.horizontal li.tab_two {
	width:50%;
}
	
.ce_tabs .tabs.horizontal li.tab_three {
	width:33.33%;
}
	
.ce_tabs .tabs.horizontal li.tab_fourth {
	width:25%;
}
	
.ce_tabs .tabs.horizontal li.tab_fifth {
	width:20%;
}
	
.ce_tabs .tabs.horizontal li.tab_sixth {
	width:16.66%;
}
	
.ce_tabs .tabs.horizontal li.tab_more_sixth a {
	padding-left:20px;
	padding-right:20px;
}

.ce_tabs .tabs.horizontal-clean {
	padding-bottom: 45px;
}

.ce_tabs .tabs.horizontal-clean ul {
	text-align: center;
	margin-bottom: 30px;
}

.ce_tabs .tabs.horizontal-clean ul li {
	display: inline-block;
	position: relative;
	font-weight: bold!important;
}

.ce_tabs .tabs.horizontal-clean ul li.active {
	font-weight: bold;
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: rgb(152,152,152) transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}

.ce_tabs .tabs.horizontal-clean i {
	display: block;
	font-size: 35px;
	margin: 0;
}

.ce_tabs .tabs.horizontal-clean .ce_image {
	margin-bottom: 5px;
}

.ce_tabs .tabs.horizontal-clean ul li:hover,
.ce_tabs .tabs.horizontal-clean ul li.active {
	font-weight: normal;
}

.ce_tabs .tabs.horizontal-clean li a {
	border: 0;
	margin-left: 25px;
	margin-right: 25px;
}

.ce_tabs .tabs.vertical {
	width:30%;
}

.ce_tabs .tabs.vertical,
.ce_tabs .panes.vertical {
	float:left;
}

.ce_tabs .panes.vertical {
	padding-left:3rem;
	width:70%;
}

.ce_tabs .tabs.vertical ul li a,
.ce_tabs .tabs.vertical ul li {
	width:100%;
}

.ce_tabs .tabs.vertical ul li a {
	display:block;
	padding:12px 16px;
}

.ce_tabs .tabs.vertical ul li:hover a,
.ce_tabs .tabs.vertical ul li.active a {
	font-weight:bold;
}

.ce_tabs .panes.vertical {
	border-left:1px solid rgb(229,229,229);
}

.ce_tabs .tabs.vertical ul li a {
	border-bottom:1px solid rgb(229,229,229);
}

.ce_tabs .tabs.vertical_2 {
	width:30%;
	float:right;
}

.ce_tabs .panes.vertical_2 {
	float:left;
}

.ce_tabs .panes.vertical_2 {
	padding-right:3rem;
	width:70%;
}

.ce_tabs .tabs.vertical_2 ul li a,
.ce_tabs .tabs.vertical ul li {
	width:100%;
}

.ce_tabs .tabs.vertical_2 ul li a {
	display:block;
	padding:12px 16px;
	border-bottom:1px solid rgb(229,229,229);
}

.ce_tabs .tabs.vertical_2 ul li.active a {
	font-weight: bold;
}

.ce_tabs .panes.vertical_2 {
	border-right:1px solid #e1e1e1;
}

.ce_tabs .tabs ul li:hover,
.ce_tabs .tabs.vertical ul li a.current,
.ce_tabs .tabs.vertical_2 ul li a.current {
	font-weight:bold;
	position:relative;
	z-index:100;
}

.ce_tabs .tabs.classic ul li {
	display: inline-block;
	padding: 10px 15px;
	background: rgb(247,247,247);
	border-top: 2px solid transparent;
	box-shadow: 0 0 inset, 0 -2px 2px rgba(0,0,0,0.03) inset, 0 0 inset, 0 0 inset;
}

.ce_tabs .tabs.classic ul li.active,
.ce_tabs .tabs.classic ul li:hover  {
	border-top: 2px solid rgb(152,152,152);
	box-shadow: none;
	font-weight: normal;
}

.ce_tabs .panes.classic {
	background: rgb(247,247,247);
	padding: 25px;
}

/* =============================================================================
 * ce_chartbar
 * ========================================================================== */

.ce_chartbar {
	margin-bottom: 15px;
}

.ce_chartbar .ce_chart_inside {
	position: relative;
}

.ce_chartbar .chart_bg {
	background: #f2f2f2; 
	height: 35px;
	box-shadow: inset 0 1px 3px rgb(204,204,204);
	border-radius: 4px;
}

.ce_chartbar .title {
	margin-bottom: 3px;
}

.ce_chartbar .chart_data {
	background: rgb(247,247,247); 
	height: 100%; 
	text-align: right; 
	line-height: 35px; 
	padding-right: 10px; 
	color: #fff; 
	width: 0;
	border-radius: 4px;
	-webkit-transition: Width 3s ease; 
	transition: Width 3s ease;
	box-shadow: inset 0 1px 3px rgb(153,153,153);
}

.ce_chartbar .chart_data.bg-warning {
	background: rgb(240,138,36);
}

.ce_chartbar .chart_data.bg-info {
	background: rgb(160,211,232);
}

.ce_chartbar .chart_data.bg-success {
	background: rgb(157,213,93);
}

.ce_chartbar .chart_data.bg-alert {
	background: rgb(247,80,90);
}

.ce_chartbar.slim .chart_bg {
	height: 20px;
}

.ce_chartbar.slim .chart_data span {
	line-height: 1.5;
	position: absolute;
	right: 0;
	top: 0;
	color: #555;
}

.color-white .ce_chartbar.slim .chart_data span {
	color: rgb(255,255,255);
}

/* =============================================================================
 * ce_featured_tab
 * ========================================================================== */

.ce_featured_tab {
	position: relative;
}

.ce_featured_tab.tab-style2 {
	padding-top: 100px;
	padding-bottom: 50px;
}

.ce_featured_tab .panes .section {
	display: none;
}

.ce_featured_tab .panes .section.active {
	display: block;
}

.ce_featured_tab .tabs {
	width: 30%;
	float: left;
}

.ce_featured_tab .tabs a {
	cursor: pointer;
	display: block;
}

.ce_featured_tab .panes {
	position: relative;
	padding: 0;
	border: none;
	z-index: 2;
	float: left;
	width: 70%;
}

.ce_featured_tab .tabs li {
	float: left;
	position: relative;
	padding: 25px 28px;
	display: block;
}

.ce_featured_tab li {
	overflow: hidden;
	display: block;
}

.ce_featured_tab li .ce_headline .headline {
	margin-bottom: 5px;
	color: rgb(150,150,150);
}

.ce_featured_tab li.active {
	background: rgb(80,80,80);
	border-radius: 10px 0 0 10px;
}

.ce_featured_tab li p {
	margin-bottom: 0;
}

.ce_featured_tab li.active p {
	color: rgb(255,255,255);
}

.ce_featured_tab li.active .ce_headline .headline {
	color: rgb(255,255,255);
}

.ce_featured_tab.tab-style2 .panes {
	top: 50px;
	right: 0;
	position: absolute;
	width: auto;
}

@media only screen and (max-width: 1199px) {
	.ce_featured_tab .tabs {
		width: 100%;
		float: none;
		margin-bottom: 35px;
	}
	
	.ce_featured_tab .panes,
	.ce_featured_tab.tab-style2 .panes {
		top: 0;
		float: none;
		width: 100%;
		position: static;
	}
	
	.ce_featured_tab ul {
		overflow: hidden;
	}
	
	.ce_featured_tab li {
		float: left;
		width: 33%;
	}
	
	.ce_featured_tab.tab_fourth li {
		width: 25%;
	}
	
	.ce_featured_tab.tab_two li {
		width: 50%;
	}
	
	.ce_featured_tab li.active {
		border-radius: 0;
	}
}

/* =============================================================================
 * ce_timeline
 * ========================================================================== */

.ce_timeline {
	position: relative;
}

.ce_timeline:before {
	content: '';
	width: 2px;
	background: rgb(152,152,152);
	position: absolute;
	top: 4px;
	left: 50%;
	height: 100%;
	margin-left: -1px;
}

.ce_timeline .timeline-item {
	width: 50%;
	position: relative;
	text-align: right;
	padding-right: 5%;
	clear: both;
	float: left;
	margin-bottom: 30px;
}

.ce_timeline .timeline-item:nth-of-type(2n) {
	float: right;
	text-align: left;
	padding-left: 5%;
	padding-right: 0;
}

.ce_timeline .timeline-item:nth-of-type(2n) i {
	right: auto;
	left: -6px;
}

.ce_timeline .timeline-item:nth-of-type(2n) i.timeline-icon {
	right: auto;
	left: -21px;
}

.ce_timeline .timeline-item i {
	background: rgb(152,152,152);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 4px;
	margin-right: -6px;
}

.ce_timeline .timeline-item i.timeline-icon {
	font-size: 20px;
	width: 44px;
	height: 44px;
	margin-right: -22px;
	color: #fff;
	box-shadow: 0 0 0 4px rgb(110,110,110);
	border: 2px solid rgb(255,255,255);
	z-index: 10;
}

.ce_timeline .timeline-item i.timeline-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
}

.ce_timeline i.last-point {
	background: rgb(152,152,152);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	right: 50%;
	bottom: 0;
	margin-right: -6px;
}

.ce_timeline .timeline-item .timeline-item-title {
	font-size: 1.3em;
	line-height: 1;
	font-weight: bold;
	background: rgb(152,152,152);
	color: rgb(255,255,255);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	margin-top: -3px;
	margin-bottom: 10px;
}

.ce_timeline .timeline-item .timeline-item-title:before {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	height: 1px; 
	background: rgb(152,152,152);
	width: 10%;
}

.ce_timeline .timeline-item:nth-of-type(2n) .timeline-item-title:before {
	left: 0;
	right: auto;
}

.ce_timeline .timeline-item.timeline-w-icon .timeline-item-title {
	margin-top: 10px;
}

.ce_timeline .timeline-item.timeline-w-icon .timeline-item-title:before {
	top: 23px;
}

.ce_timeline .timeline-item img {
	border-radius: 5px;
}

/* =============================================================================
 * ce_piechart (scripts/easypiechart/)
 * ========================================================================== */

.ce_piechart {
	position: relative;
	text-align: center;
}

.ce_piechart span {
	font-size: 2em; 
	position: absolute; 
	top: 50%; 
	left: 0; 
	text-align: center; 
	display: block; 
	width: 100%; 
	margin-top: -1em; 
	line-height: 2em;
}

.ce_piechart .piechart {
	height: 180px;
	position: relative;
	margin-bottom: 15px;
}

.ce_piechart .headline {
	text-align: center;
	margin: 0;
}

/* =============================================================================
 * ce_team
 * ========================================================================== */

.ce_teambox.centered {
	text-align: center;
}

.ce_teambox .name {
	font-weight: bold;
	margin: 15px 0 5px 0;
}

.ce_teambox .function {
	padding: 5px 0;
	font-style: italic;
}

.ce_teambox.round_image .image_container img {
	border-radius: 100%;
}

.ce_teambox .image {
	text-align: center;
}

.ce_teambox .image a {
	position: relative;
	display: block;
	height: 100%;
}

.ce_teambox .image .overlay {
	height: 100%;
	width: 100%;
	display: block;
	-webkit-transition: opacity 0.5s ease; 
	transition: opacity 0.5s ease;
	background: rgb(152,152,152);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.ce_teambox.round_image .image .overlay {
	border-radius: 100%;
}

.ce_teambox .image_container {
	margin: 0;
}

.ce_teambox .image i {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	font-size: 40px;
	line-height: 40px;
	width: 100%;
	color: #fff;
}

.ce_teambox .image:hover .overlay {
	opacity: 1;
}

.ce_teambox .socials {
	margin-top: 15px;
	font-size: 18px;
	overflow: hidden;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.ce_teambox .socials a {
	border-right: 1px solid rgb(190,190,190);
	float: left;
	padding: 0 3px;
	text-align: center;
}

.ce_teambox .socials a:first-child {
	border-left: 1px solid rgb(190,190,190);
}

.ce_teambox .socials.color a {
	border: 0;
}

.ce_teambox .socials a i {
	width: 30px;
	color: rgb(190,190,190);
	line-height: 30px;
}

.ce_teambox .socials.color a i {
	border-radius: 100%;
	font-size: 15px;
}

.ce_teambox .socials a i:hover {
	color: rgba(190,190,190,0.7);
}

.ce_teambox .socials.color i.fa-facebook {
	background: rgb(67,96,152)!important;
	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-twitter {
	background: rgb(40,169,226)!important;
	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-xing {
 	background: rgb(0,93,94)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-tumblr {
 	background: rgb(45,73,102)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-google-plus {
 	background: rgb(217,82,50)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-flickr {
 	background: rgb(250,29,132)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-linkedin {
 	background: rgb(2,116,179)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-instagram {
 	background: rgb(167,124,98)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-pinterest {
 	background: rgb(205,33,40)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-vimeo-square {
 	background: rgb(52,192,238)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-youtube {
 	background: rgb(220,33,48)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox.hover_image .team-content {
	position: relative;
}

.ce_teambox.hover_image .team-content-hover {
	position: absolute;
	top: 0%;
	left: 0;
	opacity: 0;
	padding: 50px;
	width: 100%;
	height: 100%;
	background: rgb(250,250,250);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_teambox.hover_image .team-content-valign {
	webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

.ce_teambox.hover_image:hover .team-content-hover {
	opacity: 1;
}

/* =============================================================================
 * ce_headeline with type effect (scripts/typed/)
 * ========================================================================== */

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    position: relative;
    top: -3px;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* =============================================================================
 * ce_bgimage
 * ========================================================================== */

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

.ce_bgimage .ce_bgimage-inside {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ce_bgimage.fullscreen-image.oversize,
.ce_bgimage.fullscreen-image.oversize .ce_bgimage-outer {
	height: auto;
}

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

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

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

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

.ce_bgimage.parallax {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

/* =============================================================================
 * ce_bgimage_extended: content|content
 * ========================================================================== */

.ce_bgimage_content_start {
	background-size: cover;
}

.ce_bgimage_content_start .ce_bgimage_extended_inside {
	position: relative;
	overflow: hidden;
	display: table;
	width: 100%;
}

.ce_bgimage_content_start .ce_bgimage_content_left,
.ce_bgimage_content_start .ce_bgimage_content_right {
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.ce_bgimage_content_start.valign-middle .ce_bgimage_content_left,
.ce_bgimage_content_start.valign-middle .ce_bgimage_content_right {
	vertical-align: middle;
}

.ce_bgimage_content_start.valign-bottom .ce_bgimage_content_left,
.ce_bgimage_content_start.valign-bottom .ce_bgimage_content_right {
	vertical-align: bottom;
}

.ce_bgimage_content_start.img-left-67 .ce_bgimage_content_left {
	width: 67%;
}

.ce_bgimage_content_start.img-left-67 .ce_bgimage_content_right {
	width: 33%;
}

.ce_bgimage_content_start.img-left-33 .ce_bgimage_content_left {
	width: 33%;
}

.ce_bgimage_content_start.img-left-33 .ce_bgimage_content_right {
	width: 67%;
}

.ce_bgimage_content_start.img-right-67 .ce_bgimage_content_left {
	width: 33%;
}

.ce_bgimage_content_start.img-right-67 .ce_bgimage_content_right {
	width: 67%;
}

.ce_bgimage_content_start.img-right-33 .ce_bgimage_content_left {
	width: 67%;
}

.ce_bgimage_content_start.img-right-33 .ce_bgimage_content_right {
	width: 33%;
}

.ce_bgimage_content_start .bg_overlay {
	background-color: rgb(240,240,240);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

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

.ce_bgimage_content_start.bg-lightgray .bg_overlay {
	background: rgb(250,250,250);
}

.ce_bgimage_content_start.bg-darkgray .bg_overlay {
	background: rgb(54,54,54);
}

.ce_bgimage_content_start.bg-black .bg_overlay {
	background: rgb(0,0,0);
}

.ce_bgimage_content_start .ce_bgimage_content {
	position: relative;
	z-index: 20;
}

.ce_bgimage_content_start.img-left-67 .ce_bgimage_content_left .bg_overlay,
.ce_bgimage_content_start.img-left-50 .ce_bgimage_content_left .bg_overlay,
.ce_bgimage_content_start.img-left-33 .ce_bgimage_content_left .bg_overlay {
	display: none;
}

.ce_bgimage_content_start.img-right-67 .ce_bgimage_content_right .bg_overlay,
.ce_bgimage_content_start.img-right-50 .ce_bgimage_content_right .bg_overlay,
.ce_bgimage_content_start.img-right-33 .ce_bgimage_content_right .bg_overlay {
	display: none;
}

.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right p,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right h1,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right h2,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right h3,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right h4,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right h5,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right h6 {
	color: rgb(255,255,255)!important;
}

.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left p,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left h1,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left h2,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left h3,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left h4,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left h5,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left h6 {
	color: rgb(255,255,255)!important;
}

.ce_bgimage_content_start .ce_bgimage_pb_xxl .ce_bgimage_content {
	padding-bottom: 210px;
}

.ce_bgimage_content_start .ce_bgimage_pb_xl .ce_bgimage_content {
	padding-bottom: 170px;
}

.ce_bgimage_content_start .ce_bgimage_pb_l .ce_bgimage_content {
	padding-bottom: 150px;
}

.ce_bgimage_content_start .ce_bgimage_pb_m .ce_bgimage_content {
	padding-bottom: 100px;
}

.ce_bgimage_content_start .ce_bgimage_pb_s .ce_bgimage_content {
	padding-bottom: 90px;
}

.ce_bgimage_content_start .ce_bgimage_pb_xs .ce_bgimage_content {
	padding-bottom: 50px;
}

.ce_bgimage_content_start .ce_bgimage_pb_xxs .ce_bgimage_content {
	padding-bottom: 30px;
}

.ce_bgimage_content_start .ce_bgimage_pt_xxl .ce_bgimage_content {
	padding-top: 210px;
}

.ce_bgimage_content_start .ce_bgimage_pt_xl .ce_bgimage_content {
	padding-top: 170px;
}

.ce_bgimage_content_start .ce_bgimage_pt_l .ce_bgimage_content {
	padding-top: 150px;
}

.ce_bgimage_content_start .ce_bgimage_pt_m .ce_bgimage_content {
	padding-top: 100px;
}

.ce_bgimage_content_start .ce_bgimage_pt_s .ce_bgimage_content {
	padding-top: 90px;
}

.ce_bgimage_content_start .ce_bgimage_pt_xs .ce_bgimage_content {
	padding-top: 50px;
}

.ce_bgimage_content_start .ce_bgimage_pt_xxs .ce_bgimage_content {
	padding-top: 30px;
}


/* =============================================================================
 * .ce_testimonial_version1
 * ========================================================================== */

.ce_testimonial_version1 {
	text-align: center;
}

.ce_testimonial_version1 p {
	text-align: center;
	font-style: normal;
}

.ce_testimonial_version1 .text p {
	font-family: Georgia, Times, serif;
	font-size: 21px;
}

.ce_testimonial_version1 .name {
	font-weight: bold;
}

.ce_testimonial_version1 .image_container {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

.ce_testimonial_version1 .image_container img {
	border-radius: 100%;
}

/* =============================================================================
 * .ce_testimonial_version2
 * ========================================================================== */

.ce_testimonial_version2 {
	text-align: center;
}

.ce_testimonial_version2 p {
	text-align: center;
	font-style: normal;
}

.ce_testimonial_version2 .text p {
	font-size: 16px;
}

.ce_testimonial_version2 .name {
	font-weight: bold;
}

.ce_testimonial_version2 .image_container {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

.ce_testimonial_version2 .image_container img {
	border-radius: 100%;
}

/* =============================================================================
 * .ce_testimonial_version3
 * ========================================================================== */

.ce_testimonial_version3 .text {
	background: rgb(247,247,247); 
	padding: 20px; 
	border-radius: 3px;
	position: relative;
	margin-bottom: 25px;
}

.ce_testimonial_version3 .text:after {
	content: '';
	background: rgb(247,247,247);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 20px;
	bottom: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_testimonial_version3 .text p {
	color: rgb(140,140,140)!important;
}

.ce_testimonial_version3 .name {
	padding-top: 7px;
}

.ce_testimonial_version3 .additional {
	font-size: 12px;
}

.ce_testimonial_version3 .image_container {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
}
.ce_testimonial_version3 .ce_image {
	float: left;
	margin-right: 10px;
}

.ce_testimonial_version3 .image_container img {
	border-radius: 100%;
	border: 1px solid rgb(238,238,238);
	padding: 3px;
}

/* =============================================================================
 * ce_testimonial_version4
 * ========================================================================== */

.ce_testimonial_version4 .image {
	position: absolute;
	left: 0;
	top: 0;
}

.ce_testimonial_version4 .ce_image img {
	width: 70px;
	height:70px;
	border-radius: 100%;
}

.ce_testimonial_version4 .ce_testimonial_inside {
	padding-left: 100px;
	position: relative;
}

.ce_testimonial_version4 .text {
	font-size: 1.3rem;
	font-family: Georgia, Times, serif;
	font-style: italic;
	line-height: 1.3;
}

/* =============================================================================
 * ce_iconbox default
 * ========================================================================== */

.ce_iconbox {
	text-align: center;
	display: block;
	position: relative;
}

.ce_iconbox.default i {
	font-size: 45px;
}

.ce_iconbox .ce_iconbox_inside {
	position: relative;
}

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

.ce_iconbox .ce_iconbox_outside.padding:hover {
	opacity: 0.9;
}

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

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

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

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

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

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

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

.ce_iconbox.version2 .ce_iconbox_inside {
	text-align: left;
	padding-left: 80px;
	position: relative;
}

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

.ce_iconbox.version2 .image_container {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.4;
}

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

.ce_iconbox.version2 i {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 26px;
	border-radius: 100%;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: rgb(255,255,255);
	background: rgb(229,229,229);
}

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

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

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

.ce_iconbox.version2.right-align .ce_iconbox_inside {
	padding-left: 0;
	padding-right: 90px;
	text-align: right;
}

.ce_iconbox.version2.right-align i {
	left: auto;
	right: 0px;
}

.ce_iconbox.version2.right-align .image_container {
	left: auto;
	right: 0;
}

.ce_iconbox.version2.right-align .ce_iconbox_inside:after {
	left: auto;
	right: 30px;
}

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

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

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

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

.ce_iconbox.version3 .ce_image,
.ce_iconbox.version3 i {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.4;
}

.ce_iconbox.version3 i {
	margin-bottom: 0;
	font-size: 33px;
	line-height: 33px;
	width: 40px!important;
}

.ce_iconbox.version3 .ce_image img {
	width: 30px;
	max-width: none;
}

.ce_iconbox.version3 .ce_iconbox_cwrapper {
	margin-left: 50px;
}

.ce_iconbox.version3 .image_container img {
	height: 100%;
}

.ce_iconbox.version3.xsmall {
	margin-bottom: 5px;
}

.ce_iconbox.version3.xsmall .ce_image img {
	width: 24px;
}

.ce_iconbox.version3.xsmall .ce_iconbox_cwrapper {
	margin-left: 1.4em;
}

.ce_iconbox.version3.xsmall i {
	font-size: inherit;
	line-height: inherit;
}

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

/* =============================================================================
 * ce_iconbox_v2
 * ========================================================================== */

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

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

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

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

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

.ce_iconbox_v2.style2.autogrid-first {
	border-left: 1px solid rgb(225,225,225);
}

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

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

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

.ce_iconbox_v2.style2 .link {
	font-weight: bold;
	font-size: 0.9rem;
}

.ce_iconbox_v2.style2 .link:after {
	content: "\f054";
	font-family:FontAwesome;
	font-weight: bold;
	display: inline-block;
	margin-left: 5px;
}

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

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

.ce_iconbox_v2.style2 .content {
	font-size: 0.9rem;
}

.ce_iconbox_v2.style2:hover {
	background: rgb(0,0,0);
}

.ce_iconbox_v2.style2:hover i,
.ce_iconbox_v2.style2:hover .headline,
.ce_iconbox_v2.style2:hover .content,
.ce_iconbox_v2.style2:hover a {
	color: rgb(255,255,255);
}

.ce_iconbox_v2.style2:hover .headline:after {
	background: rgb(255,255,255);
}

/* =============================================================================
 * ce_imagebox_v1
 * ========================================================================== */

.ce_imagebox_v1 .ce_imagebox_inside {
	position: relative;
	background: #000;
	overflow: hidden;
}

.ce_imagebox_v1 .image_container {
	margin-bottom: 0;
}

.ce_imagebox_v1 img {
	max-width: none;
	width: 100%;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	backface-visibility: hidden;
}

.ce_imagebox_v1:hover img {
	opacity: 0.6;
	transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
}

.ce_imagebox_v1 .content {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}

.ce_imagebox_v1 h1,
.ce_imagebox_v1 h2,
.ce_imagebox_v1 h3,
.ce_imagebox_v1 h4,
.ce_imagebox_v1 h5,
.ce_imagebox_v1 h6 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
	color: #fff;
	margin-bottom: 0;
}

.ce_imagebox_v1 h1:after,
.ce_imagebox_v1 h2:after,
.ce_imagebox_v1 h3:after,
.ce_imagebox_v1 h4:after,
.ce_imagebox_v1 h5:after,
.ce_imagebox_v1 h6:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
	-webkit-transition: -webkit-transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
}

.ce_imagebox_v1:hover h1:after,
.ce_imagebox_v1:hover h2:after,
.ce_imagebox_v1:hover h3:after,
.ce_imagebox_v1:hover h4:after,
.ce_imagebox_v1:hover h5:after,
.ce_imagebox_v1:hover h6:after {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.ce_imagebox_v1 p {
	padding: 1em 0;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-ransition: opacity 0.35s, transform 0.35s;
	transform: translate3d(100%,0,0);
	-webkit-transform: translate3d(100%,0,0);
}
.ce_imagebox_v1:hover p {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.ce_imagebox_v1:hover .content {
	opacity: 1;
}

.ce_imagebox_v1 .ce_url {
	display: none;
}

/* =============================================================================
 * ce_imagebox_v2
 * ========================================================================== */

.ce_imagebox_v2 .content {
	background: rgb(255,255,255);
	text-align: center;
}

.ce_imagebox_v2 .image_container {
	margin: 0;
}

.ce_imagebox_v2 div.headline {
	padding: 20px;
}

.ce_imagebox_v2 div.textarea {
	padding: 0 20px 20px 20px;
}

.ce_imagebox_v2 .content h1,
.ce_imagebox_v2 .content h2,
.ce_imagebox_v2 .content h3,
.ce_imagebox_v2 .content h4,
.ce_imagebox_v2 .content h5,
.ce_imagebox_v2 .content h6 {
	color: rgb(127,127,127)!important;
	margin: 0;
}

.ce_imagebox_v2 .content p {
	color: rgb(127,127,127)!important;
	margin: 0;
}

.ce_imagebox_v2 .ce_url a {
	display: block;
	padding: 20px 10px;
	line-height: 1.5;
	text-align: center;
	background: rgb(152,152,152);
	color: #fff;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_imagebox_v2 .ce_url a:hover {
	background: rgb(51,51,51);
}

/* =============================================================================
 * ce_googlemap
 * ========================================================================== */
 
.google_map {
	height: 430px;
	clear: both;
	width: 100%;
}

/* =============================================================================
 * ce_portfoliofilter
 * ========================================================================== */
 
.ce_portfoliofilter {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
}

.ce_portfoliofilter.default a {
	display: inline-block;
	padding: 8px 15px;
	margin-bottom: 5px;
	border: 1px solid rgb(229,229,229);
	cursor: pointer;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_portfoliofilter.default a.selected,
.ce_portfoliofilter.default a:hover {
	background: rgb(152,152,152);
	color: #fff;
}

.ce_portfoliofilter.only-icon i {
	font-size: 22px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center!important;
	border: 1px solid rgb(180,180,180);
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_portfoliofilter.only-icon .all {
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid rgb(180,180,180);
	cursor: pointer;
}

.ce_portfoliofilter.only-icon .name {
	display: none;
}

.ce_portfoliofilter.only-icon a.selected i,
.ce_portfoliofilter.only-icon a:hover i {
	background: rgb(152,152,152);
	color: #fff;
}

/* =============================================================================
 * ce_text_imagebox
 * ========================================================================== */

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

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

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

}

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

.ce_text_imagebox p {
	margin-bottom: 0;
}

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

.ce_text_imagebox:hover a {
	opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#slider .ce_text_imagebox {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/* =============================================================================
 * ce_text_imagebox: imagebox_version2
 * ========================================================================== */
 
.ce_text_imagebox.imagebox_version2 .inside {
	background: rgb(152,152,152);
	opacity: 0.95;
	width: 100%;
	padding: 15px;
}

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

/* =============================================================================
 * ce_text_imagebox: imagebox_version3
 * ========================================================================== */
 
.ce_text_imagebox.imagebox_version3 .inside {
	background: rgb(152,152,152);
	opacity: 0.8;
	width: 100%;
	padding: 15px;
	top: 10px;
}

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

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

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

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

.ce_text_imagebox.parallax {
	position: relative;
}

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

/* =============================================================================
 * ce_imagemap
 * ========================================================================== */

.ce_imagemap {
	overflow: visible;
}

.ce_imagemap .imagemap_inside {
	position: relative;
}

.ce_imagemap .image_container img {
	width: 100%;
}

.ce_imagemap .hotspot_content {
	display: none; 
	background: rgba(255,255,255,0.9); 
	padding: 20px; 
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3); 
	position: absolute; 
	z-index: 2000; 
	min-width: 250px; 
	text-align: left;
}

.ce_imagemap .hotspot_content.left {
	left: auto; 
	right: 100%; 
	margin-right: -14px; 
	top: -15px; 
	border-radius: 8px 0 8px 8px;
}

.ce_imagemap .hotspot_content.left {
	-webkit-animation: fadeInLeft 500ms ease; 
	-moz-animation: fadeInLeft 500ms ease; 
	-ms-animation: fadeInLeft 500ms ease; 
	animation: fadeInLeft 500ms ease;
}
	
.ce_imagemap .hotspot_content.right {
	left: 16px; 
	top: -13px; 
	border-radius: 0px 8px 8px 8px;
}

.ce_imagemap .hotspot_content.right {
	-webkit-animation: fadeInRight 500ms ease; 
	-moz-animation: fadeInRight 500ms ease; 
	-ms-animation: fadeInRight 500ms ease; 
	animation: fadeInRight 500ms ease;
}

.ce_imagemap .hotspot {
	position: absolute; 
	z-index: 1000;
}

.ce_imagemap .hotspot li {
	position: relative;
}

.ce_imagemap .hotspot:before {
	font-family: "FontAwesome";	
	content: "+"; 
	text-indent: 0; 
	display: inline-block; 
	position: relative; 
	top: 0px; 
	left: 0; 
	padding: 5px; 
	font-size: 22px; 
	height: 20px; 
	width: 20px; 
	line-height: 20px; 
	text-align: center; 
	color: #000;
}

.ce_imagemap .hotspot:hover {
	z-index: 2100;
}

.ce_imagemap .hotspot:hover .hotspot_content {
	display: block;
}

.ce_imagemap .image {
	position: relative; 
	z-index: 100;
}

.ce_imagemap .imagemap_inside.center {
	margin: 0 auto;
}

.ce_imagemap .circle {
	border-radius: 100%; 
	width: 36px; 
	height: 36px; 
	border: 2px solid rgba(255,255,255,0.5); 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -18px; 
	margin-top: -16px; 
	display: block; 
	background: rgba(255,255,255,0.3); 
	box-shadow: 0 0 0 4px #0093B5;
}

.ce_imagemap .hotspot:hover .circle {
	opacity: 0; 
	-moz-transform: scale(1.5); 
	-webkit-transform: scale(1.5); 
	-o-transform: scale(1.5);  
	-ms-transform: scale(1.5); 
	transform: scale(1.5); 
	-webkit-transition: All 0.8s ease; 
	-moz-transition: All 0.8s ease; 
	-o-transition: All 0.8s ease; 
	-ms-transition: All 0.8s ease; 
	transition: All 0.8s ease;
}

.ce_imagemap .hotspot .circle {
	opacity: 1; 
	-moz-transform: scale(1); 
	-webkit-transform: scale(1); 
	-o-transform: scale(1);  
	-ms-transform: scale(1); 
	transform: scale(1); 
	-webkit-transition: All 0.8s ease; 
	-moz-transition: All 0.8s ease; 
	-o-transition: All 0.8s ease; 
	-ms-transition: All 0.8s ease; 
	transition: All 0.8s ease;
}

/* small */
.ce_imagemap .hotspot.small:before {
	padding: 5px; 
	font-size: 15px; 
	height: 20px; 
	width: 20px; 
	line-height: 20px;
}

.ce_imagemap .hotspot.small .hotspot_content.left {
	margin-right: -14px; 
	top: -14px;
}

.ce_imagemap .hotspot.small .hotspot_content.right {
	left: 16px; 
	top: -14px;
}

.ce_imagemap .hotspot.small .circle {
	border-radius: 100%; 
	width: 22px; 
	height: 22px; 
	border: 1px solid rgba(255,255,255,0.5); 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -11px; 
	margin-top: -10px; 
	display: block; 
	background: rgba(255,255,255,0.3); 
	box-shadow: 0 0 0 2px #0093B5;
}

/* pointer small */
.ce_imagemap .hotspot.pointer_small:before {
	content: "\f041";
}

.ce_imagemap .hotspot.pointer_small .circle {
	display: none;
}

.ce_imagemap .hotspot.pointer_small .hotspot_content.left {
	top: 0; 
	right: 100%; 
	margin: 0 -15px 0 0;
}

.ce_imagemap .hotspot.pointer_small .hotspot_content.right {
	top: 0; 
	left: 15px; 
	margin: 0;
}

/* pointer large */
.ce_imagemap .hotspot.pointer_large:before {
	content: "\f041"; 
	font-size: 40px;
}

.ce_imagemap .hotspot.pointer_large .circle {
	display: none;
}

.ce_imagemap .hotspot.pointer_large .hotspot_content.left {
	top: 0; 
	right: 100%; 
	margin: 0 -15px 0 0;
}

.ce_imagemap .hotspot.pointer_large .hotspot_content.right {
	top: 0; 
	left: 15px; 
	margin: 0;
}

/* =============================================================================
 * ce_video_background
 * ========================================================================== */

.ce_video_background {
	position: relative;
	overflow: hidden;
}

.ce_video_background .ce_video_background_inside {
	position: relative;
	z-index: 10
}

.ce_video_background .video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ce_video_background .video-overlay {
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

/* =============================================================================
 * ce_headerimage
 * ========================================================================== */

.ce_headerimage {
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.ce_headerimage .ce_headerimage_inside {
	position: relative;
  	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.ce_headerimage.valign_top .ce_headerimage_inside {
	top: 10%;
}

.ce_headerimage.valign_middle .ce_headerimage_inside {
	top: 50%;
}

.ce_headerimage.valign_bottom .ce_headerimage_inside {
	top: 70%;
}

.ce_headerimage h1,
.ce_headerimage h2,
.ce_headerimage h3,
.ce_headerimage h4,
.ce_headerimage h5,
.ce_headerimage h6 {
	margin-bottom: 0;
}

.ce_headerimage.default .content {
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 30px;
}

.ce_headerimage.version1 .content {
	background: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255,0.9);
	padding: 30px;
}

.ce_headerimage.version2 .content {
	border: 0;
}

.ce_headerimage.version3 .ce_headline .headline {
	padding: 10px 20px;
	background: rgb(80,80,80);
	color: rgb(255,255,255);
	opacity: 0.95;
	display: inline-block;
}

.ce_headerimage.version3 .subline {
	padding: 5px 10px;
	background: rgb(80,80,80);
	color: rgb(255,255,255);
	margin-top: 5px;
	display: inline-block;
	opacity: 0.95;
}

.ce_headerimage.version3 .content {
	border: 0;
}

.ce_headerimage.color-white .content {
	border-color: rgba(255,255,255,0.9);
}

.ce_headerimage .content {
	display: inline-block;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.8);
}

.ce_headerimage .subline {
	font-weight: bold;
}

.ce_headerimage.align_center .ce_headerimage_inside {
	text-align: center;
}

.ce_headerimage.align_right .ce_headerimage_inside {
	text-align: right;
}

.ce_headerimage.height_small {
	height: 250px;
}

.ce_headerimage.height_medium {
	height: 350px;
}

.ce_headerimage.height_large {
	height: 450px;
}

/* =============================================================================
 * ce_teaserbox
 * ========================================================================== */

.ce_teaserbox {
	overflow: hidden;
	position: relative;
}

.ce_teaserbox .ce_teaserbox_inside {
	display: table;
}

.ce_teaserbox .image_wrapper,
.ce_teaserbox .text_wrapper {
	display: table-cell;
	vertical-align: top;
}

.ce_teaserbox.width_image_30 .image_wrapper {
	width: 30%;
}

.ce_teaserbox.width_image_40 .image_wrapper {
	width: 40%;
}

.ce_teaserbox.width_image_50 .image_wrapper {
	width: 50%;
}

.ce_teaserbox.width_image_60 .image_wrapper {
	width: 60%;
}

.ce_teaserbox.width_image_70 .image_wrapper {
	width: 70%;
}

.ce_teaserbox.image_valign_top .image_wrapper {
	vertical-align: top;
}

.ce_teaserbox.image_valign_middle .image_wrapper {
	vertical-align: middle;
}

.ce_teaserbox.image_valign_bottom .image_wrapper {
	vertical-align: bottom;
}

.ce_teaserbox.text_valign_top .text_wrapper {
	vertical-align: top;
}

.ce_teaserbox.text_valign_middle .text_wrapper {
	vertical-align: middle;
}

.ce_teaserbox.text_valign_bottom .text_wrapper {
	vertical-align: bottom;
}

.ce_teaserbox.text_align_left .text_wrapper {
	text-align: left;
}

.ce_teaserbox.text_align_center .text_wrapper {
	text-align: center;
}

.ce_teaserbox.text_align_right .text_wrapper {
	text-align: right;
}

.ce_teaserbox .ce_hyperlink {
	margin-top: 30px;
}

/* =============================================================================
 * ce_hoverimage
 * ========================================================================== */

.ce_hoverimage .ce_hoverimage_inside {
	position: relative;
}

.ce_hoverimage .orginal-image {
	position: relative;
	z-index: 10;
	opacity: 1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;	
}

.ce_hoverimage .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	opacity: 0;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;	
}

.ce_hoverimage:hover .hover-image {
	opacity: 1;
}

.ce_hoverimage:hover .orginal-image {
	opacity: 0;
}

/* =============================================================================
 * ce_fancy_divider
 * ========================================================================== */

.ce_fancy_divider {
	position: relative;
	vertical-align: bottom;
}

.ce_fancy_divider svg {
	vertical-align: bottom;
	line-height: 0;
	display: block;
	overflow: hidden;
}

.ce_fancy_divider path {
	stroke-width: 0;
	line-height: 0;
}

.ce_fancy_divider.pos_absolute_top {
	position: absolute;
	width: 100%;
	z-index: 100;
	top: 0;
}

.ce_fancy_divider.pos_absolute_bottom {
	position: absolute;
	width: 100%;
	z-index: 100;
	bottom: 0;
}

/* =============================================================================
 * ce_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 p {
	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_linkbox
 * ========================================================================== */

.ce_linkbox {
	position: relative;
}

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

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

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

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

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

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

.ce_linkbox:hover a i {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ce_linkbox .headline {
	margin-top: 5px;
	margin-bottom: 0;
}

.ce_linkbox h4.headline {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ce_linkbox .text {
	margin-top: 5px;
}

.ce_linkbox.version2 {
	text-align: center;
}

.ce_linkbox.version3 .content {
	background: rgb(255,255,255);
	padding: 15px 15px 10px 15px;
}

.ce_linkbox h4 {
	font-family: inherit;
	font-size: inherit;
}

.ce_linkbox h5 {
	font-family: inherit;
	font-size: inherit;
}

.ce_linkbox h6 {
	font-family: inherit;
	font-size: inherit;
	color: rgb(152,152,152);
}

.ce_linkbox.version4 .content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: rgb(255,255,255);
	padding-left: 30px;
	padding-right: 30px;
}

.ce_linkbox.version4 .content h1,
.ce_linkbox.version4 .content h2,
.ce_linkbox.version4 .content h3,
.ce_linkbox.version4 .content h4,
.ce_linkbox.version4 .content h5,
.ce_linkbox.version4 .content h6 {
	border-top: 2px solid rgb(255,255,255);
	border-bottom: 2px solid rgb(255,255,255);
	display: inline-block;
	padding: 4px 0;
	color: rgb(255,255,255);
}

.ce_linkbox.frame-1-dark img {
	border: 1px solid rgb(220,220,220);
}

.ce_linkbox.frame-5-dark img {
	border: 5px solid rgb(220,220,220);
}

.ce_linkbox.frame-10-dark img {
	border: 10px solid rgb(220,220,220);
}

.ce_linkbox.frame-1-light img {
	border: 1px solid rgb(255,255,255);
}

.ce_linkbox.frame-5-light img {
	border: 5px solid rgb(255,255,255);
}

.ce_linkbox.frame-10-light img {
	border: 10px solid rgb(255,255,255);
}

.ce_linkbox .ce_linkbox_banner {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	color: rgb(255,255,255);
	background: rgb(0,0,0);
	font-size: 12px;
	position: absolute;
	right: -30px;
	top: 30px;
	text-align: center;
	min-width: 150px;
	z-index: 10;
	padding: 3px;
}

/* =============================================================================
 * ce_countdown
 * ========================================================================== */

.ce_countdown .countdown-section {
	display: inline-block;
	margin: 0 20px;
}

.ce_countdown .countdown-period {
	display: block;
	font-size: 0.4em!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;
}

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

.ce_divider_extended.version4 span {
	background: rgb(150,150,150);
	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: rgba(0,0,0,0.1);
	width: 65px;
	height: 1px;
}

.ce_divider_extended.invert,
.ce_divider_extended.invert span {
	background-color: rgba(255,255,255,0.8)!important;
}

.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_pricelist
 * ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

.ce_fullscreen_gallery.version3 .bold {
	padding-left: 20px;
	padding-right: 20px;
}

/* =============================================================================
 * ce_image_extended
 * ========================================================================== */

.ce_image_extended.frame-1-dark img {
	border: 1px solid rgb(220,220,220);
}

.ce_image_extended.frame-5-dark img {
	border: 5px solid rgb(220,220,220);
}

.ce_image_extended.frame-10-dark img {
	border: 10px solid rgb(220,220,220);
}

.ce_image_extended.frame-1-light img {
	border: 1px solid rgb(255,255,255);
}

.ce_image_extended.frame-5-light img {
	border: 5px solid rgb(255,255,255);
}

.ce_image_extended.frame-10-light img {
	border: 10px solid rgb(255,255,255);
}

.ce_image_extended.style-rounded img {
	border-radius: 100%;
}

.ce_image_extended.no_responsive .image_container img {
	width: auto;
	max-width: none;
	display: inline-block;
}

body.content_page #slider .ce_image_extended .ce_image {
	position: static;
}

/* =============================================================================
 * ce_pricelist
 * ========================================================================== */

.ce_pricecard .ce_pricecard_inside {
	box-shadow: 0 0 4px 2px rgba(108, 108, 108, 0.14);
	padding: 30px 50px;
	background: rgb(255,255,255);
	border-radius: 6px;
	margin: 5px;
	overflow: hidden;
}

.ce_pricecard ul {
	padding-left: 25px;
}

.ce_pricecard li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 3px;
}

.ce_pricecard .attribute.ce_headline {
	margin-bottom: 0px;
}

.ce_pricecard .price {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.swiper-wrapper .ce_pricecard .ce_pricecard_inside {
	margin: 10px;
}

/* =============================================================================
 * ce_productbox
 * ========================================================================== */

.ce_productbox_inside {
	background: rgb(255,255,255);
	position: relative;
	overflow: hidden;
}

.ce_productbox .ce_productbox_content_top {
	border: 1px solid rgb(230,230,230);
	border-top: 0;
	padding: 30px 20px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_productbox .ce_productbox_content_bottom {
	border: 1px solid rgb(230,230,230);
	border-bottom: 3px solid rgb(230,230,230);
	border-top: 0;
	padding: 20px;
	overflow: hidden;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_productbox:hover .ce_productbox_content_bottom,
.ce_productbox:hover .ce_productbox_content_top {
	border-color: rgb(120,120,120);
}

.ce_productbox ul {
	padding-left: 25px;
	margin-top: 25px;
}

.ce_productbox li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 3px;
}

.ce_productbox .price {
	font-weight: bold;
	font-size: 1.5rem;
	display: inline-block;
	line-height: 50px;
}

.ce_productbox .price span {
	color: rgb(180,180,180);
	font-size: 0.8rem;
}

.ce_productbox .ce_hyperlink {
	float: right;
}

.ce_productbox .ce_hyperlink a {
	margin: 0;
}

.ce_productbox .attribute.ce_headline {
	margin-bottom: 0;
}

.ce_productbox .subheadline {
	color: rgb(150,150,150);
	font-style: italic;
}

.ce_productbox .ce_productbox_banner {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	color: rgb(255,255,255);
	font-size: 12px;
	position: absolute;
	right: -30px;
	top: 30px;
	text-align: center;
	min-width: 150px;
	z-index: 10;
	padding: 3px;
	font-weight: bold;
}

/* =============================================================================
 * ce_iconbox_header
 * ========================================================================== */

.ce_iconbox_header {
	overflow: hidden;
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}

.ce_iconbox_header .iconbox_header_item_inside {
	overflow: hidden;
	padding: 25px;
}

.ce_iconbox_header .contentwrap {
	overflow: hidden;
}

.ce_iconbox_header .iconbox_header_item {
	float: left;
}

.ce_iconbox_header.color-light h1,
.ce_iconbox_header.color-light h2,
.ce_iconbox_header.color-light h3,
.ce_iconbox_header.color-light h4,
.ce_iconbox_header.color-light h5,
.ce_iconbox_header.color-light h6,
.ce_iconbox_header.color-light p {
	color: rgb(255,255,255);
}

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

.ce_iconbox_header .iconbox_header_icon {
	float: left;
	width: 30%;
	font-size: 80px;
	line-height: 80px;
}

.ce_iconbox_header .iconbox_header_item .iconbox_header_icon i,
.ce_iconbox_header .iconbox_header_item .image_container img {
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
}

.ce_iconbox_header .iconbox_header_item .iconbox_header_icon i {
	padding-right: 25px;
	text-align: center;
	display: block;
}

.ce_iconbox_header .iconbox_header_item .image_container {
	text-align: center;
	margin-right: 30px;
}

.ce_iconbox_header .iconbox_header_item .image_container img {
	transform: scale(0.9,0.9);
	display: inline-block;
}

.ce_iconbox_header .iconbox_header_item:hover .image_container img {
	transform: scale(1,1);
}

.ce_iconbox_header .iconbox_header_item:hover .iconbox_header_icon i {
	transform: scale(1.1,1.1);
}

.ce_iconbox_header .image_container img {
	width: auto;
}

.ce_iconbox_header .iconbox_header_content {
	float: left;
	width: 70%
}

.ce_iconbox_header .link {
	margin-top: 5px;
}

.ce_iconbox_header .link a {
	font-weight: bold;
}

.ce_iconbox_header .link a:hover {
	text-decoration: underline;
}

.ce_iconbox_header .link a:after {
	font-family: "FontAwesome";
	content: "\f054";	
	display: inline-block;
	margin-left: 7px;
}

.ce_iconbox_header .iconbox_header_item_inside.bg-black {
	background: rgba(0,0,0,0.8)!important;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_iconbox_header .iconbox_header_item_inside.bg-black:hover {
	background: rgba(0,0,0,1)!important;
}

/* =============================================================================
 * ce_authorbox
 * ========================================================================== */

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

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

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

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

@media only screen and (max-width: 767px) {
.ce_leadertext p {
	font-size: 17px;
}

.ce_testimonial_version1 p {
	font-size: 18px;
}

.ce_pricetable {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ce_pricetable .currency {
	top: 0;
}

.ce_tabs .tabs li {
	display: block!important;
	float: none!important;
	width: 100%!important;
}

.ce_tabs .tabs.vertical, 
.ce_tabs .panes.vertical {
	float: none;
	width: 100%;
}

.ce_tabs .tabs.classic ul li {
	margin-bottom: 2px;
}

.ce_tabs .tabs.horizontal li a {
	border-left: 0;
}

.ce_tabs .panes.vertical {
	border: 0;
	padding: 0;
	margin-top: 15px;
}

.ce_tabs .panes.vertical_2 {
	padding: 0;
	width: 100%;
	margin-top: 15px;
	border: 0;
}

.ce_tabs .tabs.vertical_2 {
	width: 100%;
	float: none;
}

.ce_tabs .tabs.horizontal-clean ul li {
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(200,200,200);
	padding-bottom: 5px;
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
	display: none;
}

.ce_bgimage.hide-image-phone .ce_bgimage-image {
	display: none;
}

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

.ce_bgimage.img-leftside-33 .ce_bgimage-image,
.ce_bgimage.img-leftside-50 .ce_bgimage-image {
	display: none;
}

.ce_bgimage.img-leftside-33 .ce_bgimage-outer,
.ce_bgimage.img-leftside-50 .ce_bgimage-outer  {
	margin-left: 0;
}

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

.ce_contentbox .arrow {
	display: none;
}

.ce_timeline .timeline-item {
	width: 100%;
	float: none;
	text-align: left;
	padding-left: 60px;
	padding-right: 0;
	margin-bottom: 35px;
}

.ce_timeline .timeline-item:nth-of-type(2n) i {
	left: 19px;
}

.ce_timeline .timeline-item:nth-of-type(2n) i.timeline-icon {
	left: 0;
}

.ce_timeline .timeline-item:nth-of-type(2n) .timeline-item-title:before {
	left: 20px;
}

.ce_timeline .timeline-item i.timeline-icon {
	margin-right: 0;
	margin-left: 4px;
	left: 0;
}

.ce_timeline .timeline-item .timeline-item-title:before {
	right: auto; 
	left: 20px;
	width: 40px;
}

.ce_timeline .timeline-item i {
	right: auto;
	left: 19px;
}

.ce_timeline .timeline-item:nth-of-type(2n) {
	float: left;
	padding-left: 60px;
}

.ce_timeline:before {
	left: 25px;
}

.ce_timeline i.last-point {
	left: 19px;
	right: auto;
}

.ce_text_image_bar .text-left,
.ce_text_image_bar .text-right {
	width: 100%;
	padding: 30px 0 30px 0;
	margin: 0;
	height: auto!important;
}

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

.ce_headerimage {
	padding-top: 70px;
	padding-bottom: 70px;
}

.ce_pricetable .pricetable {
	margin-bottom: 15px;
}

.ce_leadertext.version1,
.ce_leadertext.version2,
.ce_headline_extended.version0,
.ce_headline_extended.version1 {
	margin-bottom: 30px;
}

.ce_text_imagebox .inside,
.ce_text_imagebox.vcenter .inside {
	width: 100%!important;
	position: static;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.ce_text_imagebox .inside {
	padding: 20px;
}

.ce_text_imagebox .content {
	width: 100%!important;
}

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

.ce_bgimage_content_start .bg_overlay,
.ce_bgimage_content_start .ce_bgimage_content_left,
.ce_bgimage_content_start .ce_bgimage_content_right {
	width: 100%!important;
}

.ce_bgimage_content_start .ce_bgimage_pt_xxl .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pt_xl .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pt_l .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pt_m .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pt_s .ce_bgimage_content {
	padding-top: 50px;
}

.ce_bgimage_content_start .ce_bgimage_pb_xxl .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pb_xl .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pb_l .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pb_m .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pb_s .ce_bgimage_content {
	padding-bottom: 50px;
}

.ce_bgimage_content_start .ce_bgimage_content_left,
.ce_bgimage_content_start .ce_bgimage_content_right {
	display: block;
}

.ce_calltoaction_v2 .ce_calltoaction_content {
	padding-right: 0;
}

.ce_calltoaction_v2 .ce_hyperlink {
	position: static;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin-top: 15px;
}

.ce_calltoaction_v2 .ce_hyperlink a {
	width: 100%;
}

.ce_fancy_divider.pos_absolute_top,
.ce_fancy_divider.pos_absolute_bottom {
	display: none;
}

.ce_bgimage div.offset_layer {
	display: none;
}

.ce_teaserbox .ce_teaserbox_inside {
	display: table;
}

.ce_teaserbox .text_wrapper {
	text-align: left!important;
}

.ce_teaserbox .image_wrapper,
.ce_teaserbox .text_wrapper {
	display: block;
}

.ce_teaserbox .margins {
	margin: 0!important;
}

.ce_teaserbox.image_right .text_wrapper {
	margin-bottom: 30px;
}

.ce_teaserbox.image_left .text_wrapper {
	margin-top: 30px;
}

.ce_iconbox:not(.no_gutter) {
	margin-bottom: 30px;
}

.ce_iconbox_v2.style2 .ce_iconbox_outside {
	min-height: 0!important;
}

.ce_headerimage.height_small {
	height: 180px;
}

.ce_headerimage.height_medium {
	height: 200px;
}

.ce_headerimage.height_large {
	height: 250px;
}

.ce_portfoliofilter.only-icon i {
	margin-bottom: 4px;
}

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

.ce_portfoliofilter.only-icon a {
	text-align: left!important;
}

.ce_portfoliofilter.only-icon {
	text-align: left!important;
}

.ce_portfoliofilter.only-icon .all {
	display: block;
	border-right: 0;
	border-bottom: 1px solid rgb(220,220,220);
	padding-bottom: 4px;
	margin-bottom: 7px;
}

.ce_google_map .ce_google_map_inside {
	height: 350px!important;
}

.ce_countdown .countdown-section {
	margin: 0 7px;
}

.ce_featured_tab {
	padding: 0;
}

.ce_featured_tab.tab-style2 {
	padding: 0;
}

.ce_featured_tab li {
	display: block;
	width: 100%!important;
}

.ce_headline_extended h3.background-text {
	display: none;
}

.ce_image_extended.mob-align-left * {
	text-align: left!important;
}

.ce_image_extended.mob-align-center * {
	text-align: center!important;
}

.ce_image_extended.mob-align-right * {
	text-align: right!important;
}

.ce_pricecard .ce_pricecard_inside {
	padding: 20px;
}

.ce_productbox .ce_hyperlink {
	float: left;
}

.ce_productbox .price {
	display: block;
}

.ce_iconbox_header {
	position: static;
	margin-top: 25px;
}

}