/**
 *
 * Copyright (c) SEASIDE MEDIA LTD
 * 
 * customelements
 * all rights reserved
 */
/* =============================================================================
 * ce_youtube-background (scripts/jquery.mb.YTPlayer/)
 * ========================================================================== */
.ce_youtube_background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .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_pricetable
 * ========================================================================== */
.ce_pricetable {
  padding: 25px 0;
  text-align: center; }
  .ce_pricetable .pricetable {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    white-space: normal;
    position: relative;
    overflow: hidden;
    margin-top: 15px; }
    .ce_pricetable .pricetable.highlight {
      margin-top: 0;
      box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.2);
      position: relative;
      z-index: 100; }
      .ce_pricetable .pricetable.highlight .title {
        background: #989898;
        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: #fbfbfb; }
  .ce_pricetable .title {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: normal;
    background: #fbfbfb;
    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: #999999; }
  .ce_pricetable .hightlight_text {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: white;
    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: #feca09; }
    .ce_pricetable .rating i {
      margin: 0 3px;
      font-size: 15px; }

/* =============================================================================
 * ce_headertext
 * ========================================================================== */
.ce_headertext {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  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: #989898;
  content: '';
  display: block;
  height: 2px;
  margin: 20px auto 20px auto;
  position: relative;
  width: 22px; }

.ce_headertext p {
  font-size: 16px;
  color: #7f7f7f; }

/* =============================================================================
 * ce_text_leader
 * ========================================================================== */
.ce_leadertext.version1 {
  margin-bottom: 60px;
  max-width: 600px; }
  .ce_leadertext.version1 .headline {
    margin-bottom: 0; }
  .ce_leadertext.version1 .divider {
    background: #333333;
    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 {
    background: white; }

.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, .color-white .ce_leadertext.version1 .divider {
  background: white; }

/* =============================================================================
 * 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 #989898;
    border-radius: 7px; }
  .ce_leadertext.version2 .divider-second {
    background-color: #989898;
    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: #989898;
    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 {
  background: white; }

.color-white .ce_leadertext.version2 .divider-second {
  background: white; }

.color-white .ce_leadertext.version2 .divider-first {
  border-color: white; }

/* =============================================================================
 * ce_headline_extended 
 * ========================================================================== */
.ce_headline_extended.align-right {
  margin-left: auto;
  margin-right: 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.version1 {
  max-width: 600px; }
  .ce_headline_extended.version1 .headline {
    margin-bottom: 0; }
  .ce_headline_extended.version1 .divider {
    background: #333333;
    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 {
    background: white; }

/* =============================================================================
 * ce_headline_extended version 0
 * ========================================================================== */
/* =============================================================================
 * ce_headline_extended version 1
 * ========================================================================== */
.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, .color-white .ce_headline_extended.version1 .divider {
  background: white; }

/* =============================================================================
 * 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 #989898;
    border-radius: 7px; }
  .ce_headline_extended.version2 .divider-second {
    background-color: #989898;
    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: #989898;
    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 {
  background: white; }

.color-white .ce_headline_extended.version2 .divider-second {
  background: white; }

.color-white .ce_headline_extended.version2 .divider-first {
  border-color: white; }

.ce_headline_extended {
  position: relative;
  overflow: visible; }
  .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 h3.background-text {
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0.03;
    font-size: 8rem;
    line-height: 0; }

/* =============================================================================
 * ce_headline_extended | background-text
 * ========================================================================== */
/* =============================================================================
 * ce_text_image_bar
 * ========================================================================== */
.ce_text_image_bar {
  position: relative;
  background: #f8f8f8; }
  .ce_text_image_bar .inside {
    position: static; }

body .ce_text_image_bar .inside {
  padding-left: 0;
  padding-right: 0; }

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

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

.ce_text_image_bar.oversize .text-left, .ce_text_image_bar.oversize .text-right {
  height: auto !important; }

.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: #f8f8f8;
  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: #333333;
  border-color: #333333; }

.ce_text_image_bar.bg-white {
  background: white; }

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

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

.ce_text_image_bar .subheadline {
  color: #b4b4b4;
  font-size: 1.2rem; }

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

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

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

/* =============================================================================
 * 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-container-vertical .swiper-pagination {
  bottom: auto;
  right: 30px; }

.swiper-pagination-bullet {
  border: 2px solid #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.6);
  background: white;
  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 {
  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 {
  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);
  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.style2 {
    text-align: left; }
  .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: #989898;
  padding: 25px 25px 15px 40px;
  color: white;
  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: white; }

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

.ce_calltoaction .ce_url a {
  font-weight: bold;
  text-decoration: underline;
  color: white !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 {
  margin-bottom: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .ce_calltoaction_v2 .ce_calltoaction_inside {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative; }
  .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 .tabs .ce_image .image_container img {
    width: auto;
    display: inline-block;
    opacity: 0.6;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease; }
  .ce_tabs .tabs li.active .ce_image .image_container img, .ce_tabs .tabs li:hover .ce_image .image_container img {
    opacity: 1; }
  .ce_tabs .tabs.horizontal ul {
    margin-bottom: 35px;
    overflow: hidden; }
  .ce_tabs.no-margin .tabs.horizontal ul {
    margin-bottom: 0; }
  .ce_tabs .tabs.horizontal li {
    float: left; }
    .ce_tabs .tabs.horizontal li i {
      font-size: 25px;
      display: block;
      margin-bottom: 5px; }
    .ce_tabs .tabs.horizontal li a {
      font-size: 1.3rem;
      padding: 30px 0;
      text-align: center;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      display: block;
      -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: #989898;
    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.no-margin .tabs.horizontal-clean {
    padding-bottom: 0; }
  .ce_tabs .tabs.horizontal-clean ul {
    text-align: center;
    margin-bottom: 30px; }
    .ce_tabs .tabs.horizontal-clean ul li {
      display: inline-block;
      position: relative;
      font-weight: bold !important; }
      .ce_tabs .tabs.horizontal-clean ul li.active {
        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: #989898 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%;
    float: left; }
  .ce_tabs .panes.vertical {
    float: left;
    padding-left: 3rem;
    width: 70%; }
  .ce_tabs .tabs.vertical ul li {
    width: 100%; }
    .ce_tabs .tabs.vertical ul li a {
      width: 100%;
      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 #e5e5e5; }
  .ce_tabs .tabs.vertical ul li a {
    border-bottom: 1px solid #e5e5e5; }
  .ce_tabs .tabs.vertical_2 {
    width: 30%;
    float: right; }
  .ce_tabs .panes.vertical_2 {
    float: left;
    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 #e5e5e5; }
  .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: #f7f7f7;
    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 #989898;
      box-shadow: none;
      font-weight: normal; }
  .ce_tabs .panes.classic {
    background: #f7f7f7;
    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 #cccccc;
    border-radius: 4px; }
  .ce_chartbar .title {
    margin-bottom: 3px; }
  .ce_chartbar .chart_data {
    background: #f7f7f7;
    height: 100%;
    text-align: right;
    line-height: 35px;
    padding-right: 10px;
    color: #fff;
    width: 0;
    border-radius: 4px;
    -webkit-transition: Width 3s ease;
    transition: Width 3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); }
    .ce_chartbar .chart_data.bg-warning {
      background: #f08a24; }
    .ce_chartbar .chart_data.bg-info {
      background: #a0d3e8; }
    .ce_chartbar .chart_data.bg-success {
      background: #9dd55d; }
    .ce_chartbar .chart_data.bg-alert {
      background: #f7505a; }
  .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: white; }

.ce_chartbar.slim-x .chart_bg {
  height: 4px; }

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

.color-white .ce_chartbar.slim-x .chart_data span {
  color: white; }

/* =============================================================================
 * 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: #969696; }
    .ce_featured_tab li.active {
      background: #505050;
      border-radius: 10px 0 0 10px; }
    .ce_featured_tab li p {
      margin-bottom: 0; }
    .ce_featured_tab li.active p, .ce_featured_tab li.active .ce_headline .headline {
      color: white; }
  .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: #989898;
    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: #989898;
      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 #6e6e6e;
        border: 2px solid white;
        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: #989898;
    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: #989898;
    color: white;
    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: #989898;
      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: inherit;
  font-size: 18px;
  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: #989898;
    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: 0.75; }

.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 #bebebe;
    float: left;
    padding: 0 3px;
    text-align: center; }
    .ce_teambox .socials a:first-child {
      border-left: 1px solid #bebebe; }
  .ce_teambox .socials.color a {
    border: 0; }
  .ce_teambox .socials a i {
    width: 30px;
    color: #bebebe;
    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: #436098 !important;
    color: white !important; }
  .ce_teambox .socials.color i.fa-twitter {
    background: #28a9e2 !important;
    color: white !important; }
  .ce_teambox .socials.color i.fa-xing {
    background: #005d5e !important;
    color: white !important; }
  .ce_teambox .socials.color i.fa-tumblr {
    background: #2d4966 !important;
    color: white !important; }
  .ce_teambox .socials.color i.fa-google-plus {
    background: #d95232 !important;
    color: white !important; }
  .ce_teambox .socials.color i.fa-flickr {
    background: #fa1d84 !important;
    color: white !important; }
  .ce_teambox .socials.color i.fa-linkedin {
    background: #0274b3 !important;
    color: white !important; }
  .ce_teambox .socials.color i.fa-instagram {
    background: #a77c62 !important;
    color: white !important; }
  .ce_teambox .socials.color i.fa-pinterest {
    background: #cd2128 !important;
    color: white !important; }
  .ce_teambox .socials.color i.fa-vimeo-square {
    background: #34c0ee !important;
    color: white !important; }
  .ce_teambox .socials.color i.fa-youtube {
    background: #dc2130 !important;
    color: white !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: #fafafa;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease; }

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

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

.ce_teambox.frame .teambox_inside {
  border: 3px solid #e7e7e7; }
  .ce_teambox.frame .teambox_inside .name {
    padding-top: 20px; }
  .ce_teambox.frame .teambox_inside p {
    padding: 25px; }
  .ce_teambox.frame .teambox_inside .function {
    font-style: normal;
    font-weight: bold; }

/* =============================================================================
 * 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;
    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: #989898; }
  .ce_bgimage.offset.offset-bg-lightgray:before {
    background-color: #f7f7f7; }
  .ce_bgimage.offset.offset-bg-darkgray:before {
    background-color: #454545; }
  .ce_bgimage.offset.offset-bg-black:before {
    background-color: black; }
  .ce_bgimage.offset.offset-top:before {
    position: absolute;
    top: 0;
    background: #fff;
    content: '';
    right: 0;
    top: 0;
    left: 0;
    height: 25%;
    z-index: 10; }
  .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 {
      height: auto; }
      .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-outer {
        height: auto; }
  .ce_bgimage.max_width_m .contentwrap {
    max-width: 800px; }
  .ce_bgimage.max_width_s .contentwrap {
    max-width: 650px; }
  .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.bg_left_top .ce_bgimage-image {
    background-position: left top; }
  .ce_bgimage.bg_left_center .ce_bgimage-image {
    background-position: left center; }
  .ce_bgimage.bg_left_bottom .ce_bgimage-image {
    background-position: left bottom; }
  .ce_bgimage.bg_center_top .ce_bgimage-image {
    background-position: center top; }
  .ce_bgimage.bg_center_center .ce_bgimage-image {
    background-position: center center; }
  .ce_bgimage.bg_center_bottom .ce_bgimage-image {
    background-position: center bottom; }
  .ce_bgimage.bg_right_top .ce_bgimage-image {
    background-position: right top; }
  .ce_bgimage.bg_right_cemte .ce_bgimage-image {
    background-position: right center; }
  .ce_bgimage.bg_right_bottom .ce_bgimage-image {
    background-position: right bottom; }
  .ce_bgimage.parallax {
    position: relative; }
    .ce_bgimage.parallax .ce_bgimage-image {
      background-attachment: fixed;
      background-position-x: 50% !important;
      background-position-y: top; }

/* =============================================================================
 * ce_bgimage: parallax offset option
 * ========================================================================== */
/* =============================================================================
 * ce_bgimage: background-position
 * ========================================================================== */
/* =============================================================================
 * ce_bgimage: parallax option
 * ========================================================================== */
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: #f8f8f8; }

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

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

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

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

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

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

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

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

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

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

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

/* =============================================================================
 * 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: 30px;
    padding-right: 30px;
    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, .ce_bgimage_content_start.img-right-67 .ce_bgimage_content_left {
    width: 33%; }
  .ce_bgimage_content_start.img-left-33 .ce_bgimage_content_right, .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: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10; }
  .ce_bgimage_content_start.bg-white .bg_overlay {
    background: white; }
  .ce_bgimage_content_start.bg-lightgray .bg_overlay {
    background: #f0f0f0; }
  .ce_bgimage_content_start.bg-darkgray .bg_overlay {
    background: #363636; }
  .ce_bgimage_content_start.bg-black .bg_overlay {
    background: black; }
  .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, .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 {
    color: white !important; }
    .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: white !important; }
  .ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left {
    color: white !important; }
    .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: white !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 .ce_testimonial_inside {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }
  .ce_testimonial_version1 p {
    text-align: center;
    font-style: normal; }
  .ce_testimonial_version1 .text p {
    font-family: Georgia, Times, serif;
    font-size: 1.3rem; }
  .ce_testimonial_version1 .name {
    font-weight: bold; }
  .ce_testimonial_version1 .image_container {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-bottom: 15px;
    margin-top: 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 .ce_testimonial_inside {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }
  .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;
    margin-top: 10px;
    border: 2px solid #fff; }
    .ce_testimonial_version2 .image_container img {
      border-radius: 100%; }

/* =============================================================================
 * .ce_testimonial_version3
 * ========================================================================== */
.ce_testimonial_version3 .text {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 25px; }
  .ce_testimonial_version3 .text:after {
    content: '';
    background: #f7f7f7;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    bottom: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .ce_testimonial_version3 .text p {
    color: #8c8c8c !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 #eeeeee;
  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;
  max-width: 500px; }

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

.swiper-wrapper .ce_testimonial_version4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px; }
  .swiper-wrapper .ce_testimonial_version4 .ce_testimonial_inside {
    max-width: 100%; }
  .swiper-wrapper .ce_testimonial_version4 .text {
    text-align: justify; }

/* =============================================================================
 * ce_testimonial_version5
 * ========================================================================== */
.ce_testimonial_version5 {
  text-align: center; }
  .ce_testimonial_version5 .info {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }
  .ce_testimonial_version5 .ce_testimonial_inside {
    position: relative;
    padding-top: 230px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }
  .ce_testimonial_version5 p {
    text-align: center;
    font-style: normal; }
  .ce_testimonial_version5 .text p {
    font-size: 1.4rem; }
  .ce_testimonial_version5 .name {
    font-size: 1.6rem; }
  .ce_testimonial_version5 .image_container {
    display: inline-block;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    margin-bottom: 15px;
    border: 2px solid #fff; }
    .ce_testimonial_version5 .image_container img {
      border-radius: 100%; }

/* =============================================================================
 * ce_testimonial_version6
 * ========================================================================== */
.ce_testimonial_version6 {
  text-align: center; }
  .ce_testimonial_version6 .ce_testimonial_inside {
    position: relative;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto; }
  .ce_testimonial_version6 p {
    text-align: center;
    font-style: normal; }
  .ce_testimonial_version6 .text p {
    font-size: 1.1rem;
    line-height: 2rem; }
  .ce_testimonial_version6 .name {
    font-size: 1.4rem; }
  .ce_testimonial_version6 .image_container {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-bottom: 15px;
    border: 2px solid #fff; }
    .ce_testimonial_version6 .image_container img {
      border-radius: 100%; }
  .ce_testimonial_version6 .additional {
    color: #b4b4b4; }
  .ce_testimonial_version6 i {
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    color: #b4b4b4; }

/* =============================================================================
 * 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: 4%;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease; }
    .ce_iconbox .ce_iconbox_outside.padding .content {
      opacity:1.0; }
    .ce_iconbox .ce_iconbox_outside.padding:hover {
      opacity: 0.9; }
  .ce_iconbox a.link {
    margin-top: 10px;
    display: inline-block; }
  .ce_iconbox .image_container {
    text-align: center;
    margin-bottom: 0; }
    .ce_iconbox .image_container img {
      width: auto;
      display: inline-block; }
  .ce_iconbox h3 {
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 10px; }
  .ce_iconbox .headline {
    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; }
  .ce_iconbox.version2 .ce_iconbox_inside {
    text-align: left;
    padding-left: 60px;
    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: 40px;
    border-radius: 100%;
    text-align: center;
    width: 60px;
    height: 51px;
    line-height: 50px;
    color: white;
    background: #e5e5e5; }
  .ce_iconbox.version2 .ce_iconbox_inside:after {
    position: absolute;
    left: 30px;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    border-right: 1px dashed #e5e5e5;
    z-index: 1; }
  .ce_iconbox.version2:last-of-type .ce_iconbox_inside:after {
    display: none; }
  .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 {
    text-align: left; }
    .ce_iconbox.version3 .headline {
      padding-top: 0; }
    .ce_iconbox.version3 .ce_image {
      position: absolute;
      left: 0;
      top: 0;
      line-height: 1.4; }
    .ce_iconbox.version3 i {
      position: absolute;
      left: 0;
      top: 0;
      line-height: 1.4;
      margin-bottom: 0;
      font-size: 35px;
      line-height: 40px;
      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.version2
 * ========================================================================== */
/* =============================================================================
 * ce_iconbox.version2.right
 * ========================================================================== */
/* =============================================================================
 * ce_iconbox.version3
 * ========================================================================== */
/* =============================================================================
 * 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 {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease; }
  .ce_iconbox_v2.style2.autogrid-first {
    border-left: 1px solid #e1e1e1; }
  .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: #5a5a5a;
      margin-top: 15px;
      margin-bottom: 15px;
      display: block; }
  .ce_iconbox_v2.style2 .content {
    font-size: 0.9rem; }
  .ce_iconbox_v2.style2:hover {
    background: black; }
    .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: white; }
    .ce_iconbox_v2.style2:hover .headline:after {
      background: white; }

.ce_iconbox_v2.style3 .ce_iconbox_outside {
  padding: 15%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  border: 1px solid gainsboro; }

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

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

.ce_iconbox_v2.style3.no_gutter.autogrid-last .ce_iconbox_outside {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid gainsboro; }

.ce_iconbox_v2.style3 .content {
  color: #787878; }

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

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

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

.ce_iconbox_v2.style3 a.link:after {
  font-family: "FontAwesome";
  content: "\f178";
  display: inline-block;
  margin-left: 4px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease; }

.ce_iconbox_v2.style3 a.link:hover:after {
  margin-left: 10px; }

/* =============================================================================
 * ce_iconbox_v2 | style2
 * ========================================================================== */
/* =============================================================================
 * ce_iconbox_v2 | style3
 * ========================================================================== */
/* =============================================================================
 * ce_iconbox_v3
 * ========================================================================== */
.ce_iconbox_v3.same-height {
  display: flex !important; }

.ce_iconbox_v3 .ce_iconbox_v3_inside {
  overflow: hidden;
  position: relative;
  background: #323232;
  padding: 95px 30px 30px 30px;
  width: 100%;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease; }

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

.ce_iconbox_v3 .ce_iconbox_v3_content {
  padding-right: 60px; }

.ce_iconbox_v3 .ce_iconbox_v3_inside:hover {
  background: #646464; }

.ce_iconbox_v3 a {
  display: block; }

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

.ce_iconbox_v3 .subheadline {
  color: white;
  margin: 0; }

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

.ce_iconbox_v3 i, .ce_iconbox_v3 .ce_image.attribute {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6); }

.ie11 .ce_iconbox_v3 i, .ie11 .ce_iconbox_v3 .ce_image.attribute {
  display: none !important; }

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-accent {
  background-color: #b4b4b4; }

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-second {
  background-color: #5a5a5a; }

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-lightgray {
  background-color: #f7f7f7; }

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-darkgray {
  background-color: #454545; }

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-white {
  background-color: white; }

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-black {
  background-color: black; }

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-accent:hover {
  background-color: #b4b4b4 !important; }

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-second:hover {
  background-color: #5a5a5a !important; }

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-lightgray:hover {
  background-color: #f7f7f7 !important; }

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-darkgray:hover {
  background-color: #454545 !important; }

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-white:hover {
  background-color: white !important; }

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-black:hover {
  background-color: black !important; }

.ce_iconbox_v3 .headline.headline-color-accent {
  color: #b4b4b4; }

.ce_iconbox_v3 .headline.headline-color-second {
  color: #5a5a5a; }

.ce_iconbox_v3 .headline.headline-color-lightgray {
  color: #f7f7f7; }

.ce_iconbox_v3 .headline.headline-color-darkgray {
  color: #454545; }

.ce_iconbox_v3 .headline.headline-color-white {
  color: white; }

.ce_iconbox_v3 .headline.headline-color-black {
  color: black; }

.ce_iconbox_v3 .subheadline.subheadline-color-accent {
  color: #b4b4b4; }

.ce_iconbox_v3 .subheadline.subheadline-color-second {
  color: #5a5a5a; }

.ce_iconbox_v3 .subheadline.subheadline-color-lightgray {
  color: #f7f7f7; }

.ce_iconbox_v3 .subheadline.subheadline-color-darkgray {
  color: #454545; }

.ce_iconbox_v3 .subheadline.subheadline-color-white {
  color: white; }

.ce_iconbox_v3 .subheadline.subheadline-color-black {
  color: black; }

.ce_iconbox_v3 .fonticon.fonticon-color-accent {
  color: #b4b4b4; }

.ce_iconbox_v3 .fonticon.fonticon-color-second {
  color: #5a5a5a; }

.ce_iconbox_v3 .fonticon.fonticon-color-lightgray {
  color: #f7f7f7; }

.ce_iconbox_v3 .fonticon.fonticon-color-darkgray {
  color: #454545; }

.ce_iconbox_v3 .fonticon.fonticon-color-white {
  color: white; }

.ce_iconbox_v3 .fonticon.fonticon-color-black {
  color: black; }

.ce_iconbox_v3:hover.text-hover-accent i, .ce_iconbox_v3:hover.text-hover-accent .headline, .ce_iconbox_v3:hover.text-hover-accent .subheadline {
  color: #b4b4b4 !important; }

.ce_iconbox_v3:hover.text-hover-second i, .ce_iconbox_v3:hover.text-hover-second .headline, .ce_iconbox_v3:hover.text-hover-second .subheadline {
  color: #5a5a5a !important; }

.ce_iconbox_v3:hover.text-hover-lightgray i, .ce_iconbox_v3:hover.text-hover-lightgray .headline, .ce_iconbox_v3:hover.text-hover-lightgray .subheadline {
  color: #f7f7f7 !important; }

.ce_iconbox_v3:hover.text-hover-darkgray i, .ce_iconbox_v3:hover.text-hover-darkgray .headline, .ce_iconbox_v3:hover.text-hover-darkgray .subheadline {
  color: #454545 !important; }

.ce_iconbox_v3:hover.text-hover-white i, .ce_iconbox_v3:hover.text-hover-white .headline, .ce_iconbox_v3:hover.text-hover-white .subheadline {
  color: white !important; }

.ce_iconbox_v3:hover.text-hover-black i, .ce_iconbox_v3:hover.text-hover-black .headline, .ce_iconbox_v3:hover.text-hover-black .subheadline {
  color: black !important; }

.ce_iconbox_v3.flip:hover .ce_iconbox_v3_content {
  margin-left: -150%; }

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

.ce_iconbox_v3.flip .backside {
  transition: all 0.4s;
  position: absolute;
  right: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  color: white;
  padding: 30px 70px 30px 30px; }
  .ce_iconbox_v3.flip .backside .backside-inside {
    position: absolute;
    bottom: 30px; }
    .ce_iconbox_v3.flip .backside .backside-inside p {
      margin-bottom: 0;
      padding-right: 70px; }

.ce_iconbox_v3.flip:hover .backside {
  right: 0; }

.ce_iconbox_v3.style3.flip:hover .backside {
  right: -30%; }

.ce_iconbox_v3.style3.flip .backside .backside-inside {
  bottom: auto;
  top: 30px;
  width: 70%; }

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

.ce_iconbox_v3.flip:hover i, .ce_iconbox_v3.flip:hover .ce_image.attribute {
  right: 15px;
  top: 15px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8); }

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

.ce_iconbox_v3.style3 .ce_iconbox_v3_inside {
  border-radius: 5px;
  border: 1px solid #c8cace;
  padding: 30px; }

.ce_iconbox_v3.style3 i, .ce_iconbox_v3.style3 .ce_image.attribute {
  position: static;
  float: left;
  width: 30%; }

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

.ce_iconbox_v3.style3 i {
  font-size: 120px; }

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

.ce_iconbox_v3.style3 .subheadline {
  margin-top: 10px; }

/* =============================================================================
 * 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: white;
  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, .ce_imagebox_v2 .content p {
  color: #7f7f7f !important;
  margin: 0; }

.ce_imagebox_v2 .ce_url a {
  display: block;
  padding: 20px 10px;
  line-height: 1.5;
  text-align: center;
  background: #989898;
  color: #fff;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease; }
  .ce_imagebox_v2 .ce_url a:hover {
    background: #333333; }

/* =============================================================================
 * 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 #e5e5e5;
    cursor: pointer;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease; }
    .ce_portfoliofilter.default a.selected, .ce_portfoliofilter.default a:hover {
      background: #989898;
      color: #fff; }
  .ce_portfoliofilter.only-icon i {
    font-size: 22px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center !important;
    border: 1px solid #b4b4b4;
    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 #b4b4b4;
    cursor: pointer; }
  .ce_portfoliofilter.only-icon .name {
    display: none; }
  .ce_portfoliofilter.only-icon a.selected i, .ce_portfoliofilter.only-icon a:hover i {
    background: #989898;
    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 .headline {
  margin-bottom: 5px; }

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

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

.ce_text_imagebox p {
  margin-bottom: 0; }

.ce_text_imagebox a {
  transition: 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 .inside {
  background: #989898;
  opacity: 0.95;
  width: 100%;
  padding: 25px; }

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

.ce_text_imagebox.imagebox_version3 .inside {
  background: #989898;
  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: 0px; }

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

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

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

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

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

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

/* =============================================================================
 * ce_text_imagebox: imagebox_version2
 * ========================================================================== */
/* =============================================================================
 * ce_text_imagebox: imagebox_version3
 * ========================================================================== */
/* =============================================================================
 * ce_text_imagebox: imagebox_version4
 * ========================================================================== */
/* =============================================================================
 * ce_text_imagebox: parallax option
 * ========================================================================== */
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: white;
    padding: 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 2000;
    min-width: 250px;
    text-align: left; }
    .ce_imagemap .hotspot_content p:last-of-type {
      margin-bottom: 0; }
    .ce_imagemap .hotspot_content.left {
      left: auto;
      right: 100%;
      margin-right: -14px;
      top: -15px;
      border-radius: 8px 0 8px 8px; }
    .ce_imagemap .hotspot_content.center {
      left: 0;
      top: 8px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      text-align: center;
      opacity: 0;
      transition: All 0.3s ease;
      -webkit-transition: All 0.3s ease;
      display: inline-block;
      margin-left: 16px;
      padding: 10px; }
  .ce_imagemap .hotspot:hover .hotspot_content.center {
    opacity: 1; }
  .ce_imagemap .hotspot_content.center:before {
    content: '';
    top: 0;
    left: 50%;
    margin-top: -10px;
    margin-left: -11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 100;
    background: white; }
  .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;
    -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 div {
      position: relative; }
    .ce_imagemap .hotspot:before {
      font-family: "FontAwesome";
      content: "+";
      text-indent: 0;
      display: inline-block;
      position: relative;
      top: 13px;
      left: 0;
      padding: 5px;
      font-size: 22px;
      height: 20px;
      width: 20px;
      line-height: 20px;
      text-align: center;
      color: #646464; }
    .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: -18px;
    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; }
  .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; }
  .ce_imagemap .hotspot.small:before {
    top: 0; }
  .ce_imagemap .hotspot.pointer_small:before {
    content: "\f041"; }
  .ce_imagemap .hotspot.pointer_small .circle {
    display: none; }
  .ce_imagemap .hotspot.pointer_small .hotspot_content.left {
    top: 0;
    right: 100%;
    margin: 0 -15px 0 0; }
  .ce_imagemap .hotspot.pointer_small .hotspot_content.right {
    top: 0;
    left: 15px;
    margin: 0; }
  .ce_imagemap .hotspot.pointer_small .hotspot_content.center {
    top: 28px; }
  .ce_imagemap .hotspot.pointer_large:before {
    content: "\f041";
    font-size: 40px; }
  .ce_imagemap .hotspot.pointer_large .circle {
    display: none; }
  .ce_imagemap .hotspot.pointer_large .hotspot_content.left {
    top: 0;
    right: 100%;
    margin: 0 -15px 0 0; }
  .ce_imagemap .hotspot.pointer_large .hotspot_content.right {
    top: 0;
    left: 15px;
    margin: 0; }
  .ce_imagemap .hotspot.pointer_large .hotspot_content.center {
    top: 28px;
    min-width: 180px;
    font-size: 0.9rem;
    background: white; }

/* small */
/* pointer small */
/* pointer large */
/* =============================================================================
 * 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: #505050;
    color: white;
    opacity: 0.95;
    display: inline-block; }
  .ce_headerimage.version3 .subline {
    padding: 5px 10px;
    background: #505050;
    color: white;
    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;
    width: 100%; }
  .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_fancy_divider
 * ========================================================================== */
.ce_fancy_divider {
  position: relative;
  vertical-align: bottom; }
  .ce_fancy_divider svg {
    vertical-align: bottom;
    line-height: 0;
    display: block;
    overflow: hidden;
    margin-bottom: -1px; }
  .ce_fancy_divider path {
    stroke-width: 0;
    line-height: 0; }
  .ce_fancy_divider.pos_absolute_top {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0; }
  .ce_fancy_divider.pos_absolute_bottom {
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 0; }
  .ce_fancy_divider.version11 svg {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ce_text_extented a {
  text-decoration: underline; }

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

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

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

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

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

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

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

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

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

/* =============================================================================
 * ce_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: white;
      position: absolute;
      top: 50%;
      margin-left: -15px;
      left: 50%; }
    .ce_linkbox a i:after {
      content: '';
      width: 30px;
      height: 1px;
      background: white;
      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: white;
    padding: 15px 15px 10px 15px; }
  .ce_linkbox h4, .ce_linkbox h5 {
    font-family: inherit;
    font-size: inherit; }
  .ce_linkbox h6 {
    font-family: inherit;
    font-size: inherit;
    color: #989898; }
  .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: white;
    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 white;
      border-bottom: 2px solid white;
      display: inline-block;
      padding: 4px 0;
      color: white;
      margin-bottom: 1em; }
  .ce_linkbox.version5 .content {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 10; }
    .ce_linkbox.version5 .content .headline {
      display: inline-block;
      color: white;
      margin-bottom: 10px;
      transition: transform .4s ease-out,opacity .4s ease-out;
      -webkit-transition: transform .4s ease-out,opacity .4s ease-out; }
  .ce_linkbox.version5:hover .content .headline {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    opacity: 0; }
  .ce_linkbox.version5 .content p {
    display: inline-block;
    color: white;
    transition: transform .4s ease-out,opacity .4s ease-out;
    -webkit-transition: transform .4s ease-out,opacity .4s ease-out; }
  .ce_linkbox.version5:hover .content p {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    opacity: 0; }
  .ce_linkbox.version5 .ce_linkbox_overlay {
    background: black;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease; }
  .ce_linkbox.version5:hover .ce_linkbox_overlay {
    opacity: 0; }
  .ce_linkbox.version5 .image_container img {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease; }
  .ce_linkbox.version5:hover .image_container img {
    transform: scale(1.1); }
  .ce_linkbox.version5 .ce_linkbox_link {
    display: block; }
  .ce_linkbox.version6 .attribute.headline {
    margin-top: -1rem;
    position: relative;
    margin-bottom: 1rem; }
  .ce_linkbox.frame-1-dark .ce_linkbox_image {
    border: 1px solid gainsboro; }
  .ce_linkbox.frame-5-dark .ce_linkbox_image {
    border: 5px solid gainsboro; }
  .ce_linkbox.frame-10-dark .ce_linkbox_image {
    border: 10px solid gainsboro; }
  .ce_linkbox.frame-1-light .ce_linkbox_image {
    border: 1px solid white; }
  .ce_linkbox.frame-5-light .ce_linkbox_image {
    border: 5px solid white; }
  .ce_linkbox.frame-10-light .ce_linkbox_image {
    border: 10px solid white; }
  .ce_linkbox .ce_linkbox_banner {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    color: white;
    background: black;
    font-size: 12px;
    position: absolute;
    right: -30px;
    top: 30px;
    text-align: center;
    min-width: 150px;
    z-index: 30;
    padding: 3px; }

/* =============================================================================
 * ce_countdown
 * ========================================================================== */
.ce_countdown .align-center span {
  margin-left: 20px;
  margin-right: 20px; }

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

.ce_countdown .value {
  display: block; }

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

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

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

/* =============================================================================
 * 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: #969696;
  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 {
  background-color: rgba(255, 255, 255, 0.8) !important; }
  .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=);
    background-color: transparent !important; }
    .ce_divider_extended.version6.invert span {
      background-color: transparent !important; }

.ce_divider_extended.version7 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxODAuMjI1cHgiIGhlaWdodD0iMTkuMjU0cHgiIHZpZXdCb3g9IjAgMCAxODAuMjI1IDE5LjI1NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTgwLjIyNSAxOS4yNTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iOS40NzQiIHkxPSIwLjIxNiIgeDI9IjAuNDUxIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxOC45MzUiIHkxPSIwLjIxNiIgeDI9IjkuOTEyIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyOC4zOTYiIHkxPSIwLjIxNiIgeDI9IjE5LjM3MyIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTIzLjAwNyIgeTE9IjAuMjE2IiB4Mj0iMTEzLjk4NCIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTEzLjU0NiIgeTE9IjAuMjE2IiB4Mj0iMTA0LjUyMyIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTA0LjA4NCIgeTE9IjAuMjE2IiB4Mj0iOTUuMDYyIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5NC42MjQiIHkxPSIwLjIxNiIgeDI9Ijg1LjYwMSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iODUuMTYzIiB5MT0iMC4yMTYiIHgyPSI3Ni4xNCIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzUuNzAyIiB5MT0iMC4yMTYiIHgyPSI2Ni42NzgiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM3MDZGNkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY2LjI0MSIgeTE9IjAuMjE2IiB4Mj0iNTcuMjE3IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1Ni43OCIgeTE9IjAuMjE2IiB4Mj0iNDcuNzU2IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0Ny4zMTgiIHkxPSIwLjIxNiIgeDI9IjM4LjI5NSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzcuODU3IiB5MT0iMC4yMTYiIHgyPSIyOC44MzQiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM3MDZGNkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEzMi40NjgiIHkxPSIwLjIxNiIgeDI9IjEyMy40NDUiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM3MDZGNkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjE3MC4zMTMiIHkxPSIwLjIxNiIgeDI9IjE2MS4yOSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTYwLjg1MiIgeTE9IjAuMjE2IiB4Mj0iMTUxLjgyOSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTUxLjM5IiB5MT0iMC4yMTYiIHgyPSIxNDIuMzY4IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNDEuOTI5IiB5MT0iMC4yMTYiIHgyPSIxMzIuOTA2IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNzkuNzc0IiB5MT0iMC4yMTYiIHgyPSIxNzAuNzUiIHkyPSIxOS4wMzgiLz48L3N2Zz4=);
  background-position: left center;
  background-repeat: no-repeat !important;
  height: 35px; }
  .ce_divider_extended.version7.align-center {
    background-position: center center; }
  .ce_divider_extended.version7.align-right {
    background-position: right center; }
  .ce_divider_extended.version7.invert {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxODAuMjI1cHgiIGhlaWdodD0iMTkuMjU0cHgiIHZpZXdCb3g9IjAgMCAxODAuMjI1IDE5LjI1NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTgwLjIyNSAxOS4yNTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iOS40NzQiIHkxPSIwLjIxNiIgeDI9IjAuNDUxIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxOC45MzUiIHkxPSIwLjIxNiIgeDI9IjkuOTEyIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyOC4zOTYiIHkxPSIwLjIxNiIgeDI9IjE5LjM3MyIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTIzLjAwNyIgeTE9IjAuMjE2IiB4Mj0iMTEzLjk4NCIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTEzLjU0NiIgeTE9IjAuMjE2IiB4Mj0iMTA0LjUyMyIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTA0LjA4NCIgeTE9IjAuMjE2IiB4Mj0iOTUuMDYyIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5NC42MjQiIHkxPSIwLjIxNiIgeDI9Ijg1LjYwMSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iODUuMTYzIiB5MT0iMC4yMTYiIHgyPSI3Ni4xNCIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzUuNzAyIiB5MT0iMC4yMTYiIHgyPSI2Ni42NzgiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY2LjI0MSIgeTE9IjAuMjE2IiB4Mj0iNTcuMjE3IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1Ni43OCIgeTE9IjAuMjE2IiB4Mj0iNDcuNzU2IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0Ny4zMTgiIHkxPSIwLjIxNiIgeDI9IjM4LjI5NSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzcuODU3IiB5MT0iMC4yMTYiIHgyPSIyOC44MzQiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEzMi40NjgiIHkxPSIwLjIxNiIgeDI9IjEyMy40NDUiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjE3MC4zMTMiIHkxPSIwLjIxNiIgeDI9IjE2MS4yOSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTYwLjg1MiIgeTE9IjAuMjE2IiB4Mj0iMTUxLjgyOSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTUxLjM5IiB5MT0iMC4yMTYiIHgyPSIxNDIuMzY4IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNDEuOTI5IiB5MT0iMC4yMTYiIHgyPSIxMzIuOTA2IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNzkuNzc0IiB5MT0iMC4yMTYiIHgyPSIxNzAuNzUiIHkyPSIxOS4wMzgiLz48L3N2Zz4=);
    background-color: transparent !important; }
    .ce_divider_extended.version7.invert span {
      background-color: transparent !important; }

.ce_divider_extended.version8 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5OC43MjNweCIgaGVpZ2h0PSI3LjA1MXB4IiB2aWV3Qm94PSIwIDAgOTguNzIzIDcuMDUxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5OC43MjMgNy4wNTEiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMC4zNTMiIHkxPSIwLjM2MSIgeDI9IjYuNjk3IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjYuNjg5IiB5MT0iMC4zNTQiIHgyPSIwLjM2MSIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTAuNTM5IiB5MT0iMC4zNjEiIHgyPSIxNi44ODMiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTYuODc1IiB5MT0iMC4zNTQiIHgyPSIxMC41NDciIHkyPSI2LjY5NyIvPjwvZz48Zz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjYxLjQ2OCIgeTE9IjAuMzYxIiB4Mj0iNjcuODEyIiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY3LjgwNCIgeTE9IjAuMzU0IiB4Mj0iNjEuNDc2IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1MS4yODIiIHkxPSIwLjM2MSIgeDI9IjU3LjYyNiIgeTI9IjYuNjg5Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1Ny42MTgiIHkxPSIwLjM1NCIgeDI9IjUxLjI5IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5Mi4wMjYiIHkxPSIwLjM2MSIgeDI9Ijk4LjM3IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijk4LjM2MiIgeTE9IjAuMzU0IiB4Mj0iOTIuMDM0IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0MS4wOTciIHkxPSIwLjM2MSIgeDI9IjQ3LjQ0IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjQ3LjQzMyIgeTE9IjAuMzU0IiB4Mj0iNDEuMTA0IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI4MS44NCIgeTE9IjAuMzYxIiB4Mj0iODguMTg0IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijg4LjE3NiIgeTE9IjAuMzU0IiB4Mj0iODEuODQ4IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzMC45MTEiIHkxPSIwLjM2MSIgeDI9IjM3LjI1NCIgeTI9IjYuNjg5Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzNy4yNDciIHkxPSIwLjM1NCIgeDI9IjMwLjkxOCIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzEuNjU0IiB5MT0iMC4zNjEiIHgyPSI3Ny45OTgiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzcuOTkiIHkxPSIwLjM1NCIgeDI9IjcxLjY2MiIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjAuNzI1IiB5MT0iMC4zNjEiIHgyPSIyNy4wNjgiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjcuMDYxIiB5MT0iMC4zNTQiIHgyPSIyMC43MzIiIHkyPSI2LjY5NyIvPjwvZz48L3N2Zz4=);
  background-position: left center;
  background-repeat: no-repeat !important;
  height: 35px; }
  .ce_divider_extended.version8.align-center {
    background-position: center center; }
  .ce_divider_extended.version8.align-right {
    background-position: right center; }
  .ce_divider_extended.version8.invert {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5OC43MjNweCIgaGVpZ2h0PSI3LjA1MXB4IiB2aWV3Qm94PSIwIDAgOTguNzIzIDcuMDUxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5OC43MjMgNy4wNTEiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMC4zNTMiIHkxPSIwLjM2MSIgeDI9IjYuNjk3IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjYuNjg5IiB5MT0iMC4zNTQiIHgyPSIwLjM2MSIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTAuNTM5IiB5MT0iMC4zNjEiIHgyPSIxNi44ODMiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTYuODc1IiB5MT0iMC4zNTQiIHgyPSIxMC41NDciIHkyPSI2LjY5NyIvPjwvZz48Zz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjYxLjQ2OCIgeTE9IjAuMzYxIiB4Mj0iNjcuODEyIiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY3LjgwNCIgeTE9IjAuMzU0IiB4Mj0iNjEuNDc2IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1MS4yODIiIHkxPSIwLjM2MSIgeDI9IjU3LjYyNiIgeTI9IjYuNjg5Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1Ny42MTgiIHkxPSIwLjM1NCIgeDI9IjUxLjI5IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5Mi4wMjYiIHkxPSIwLjM2MSIgeDI9Ijk4LjM3IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijk4LjM2MiIgeTE9IjAuMzU0IiB4Mj0iOTIuMDM0IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0MS4wOTciIHkxPSIwLjM2MSIgeDI9IjQ3LjQ0IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjQ3LjQzMyIgeTE9IjAuMzU0IiB4Mj0iNDEuMTA0IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI4MS44NCIgeTE9IjAuMzYxIiB4Mj0iODguMTg0IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijg4LjE3NiIgeTE9IjAuMzU0IiB4Mj0iODEuODQ4IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzMC45MTEiIHkxPSIwLjM2MSIgeDI9IjM3LjI1NCIgeTI9IjYuNjg5Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzNy4yNDciIHkxPSIwLjM1NCIgeDI9IjMwLjkxOCIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzEuNjU0IiB5MT0iMC4zNjEiIHgyPSI3Ny45OTgiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzcuOTkiIHkxPSIwLjM1NCIgeDI9IjcxLjY2MiIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjAuNzI1IiB5MT0iMC4zNjEiIHgyPSIyNy4wNjgiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjcuMDYxIiB5MT0iMC4zNTQiIHgyPSIyMC43MzIiIHkyPSI2LjY5NyIvPjwvZz48L3N2Zz4=);
    background-color: transparent !important; }
    .ce_divider_extended.version8.invert span {
      background-color: transparent !important; }

.ce_divider_extended.version9 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5Ny43NzNweCIgaGVpZ2h0PSIxMS41MjNweCIgdmlld0JveD0iMCAwIDk3Ljc3MyAxMS41MjMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk3Ljc3MyAxMS41MjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI5Ny4zOTEsMTEuMjAxIDg4LjYxOSwwLjgwMyA4MC44MjcsMTEuMjAxICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI4MS4zMDYsMTEuMjAxIDcyLjUzMiwwLjgwMyA2NC43NDIsMTEuMjAxICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI2NS4yMiwxMS4yMDEgNTYuNDQ4LDAuODAzIDQ4LjY1NiwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjQ5LjEzNSwxMS4yMDEgNDAuMzYxLDAuODAzIDMyLjU3MSwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjMzLjA0OSwxMS4yMDEgMjQuMjc3LDAuODAzIDE2LjQ4NSwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjE2Ljk2NCwxMS4yMDEgOC4xOSwwLjgwMyAwLjQsMTEuMjAxICIvPjwvc3ZnPg==);
  background-position: left center;
  background-repeat: no-repeat !important;
  height: 35px; }
  .ce_divider_extended.version9.align-center {
    background-position: center center; }
  .ce_divider_extended.version9.align-right {
    background-position: right center; }
  .ce_divider_extended.version9.invert {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5Ny43NzNweCIgaGVpZ2h0PSIxMS41MjNweCIgdmlld0JveD0iMCAwIDk3Ljc3MyAxMS41MjMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk3Ljc3MyAxMS41MjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI5Ny4zOTEsMTEuMjAxIDg4LjYxOSwwLjgwMyA4MC44MjcsMTEuMjAxICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI4MS4zMDYsMTEuMjAxIDcyLjUzMiwwLjgwMyA2NC43NDIsMTEuMjAxICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI2NS4yMiwxMS4yMDEgNTYuNDQ4LDAuODAzIDQ4LjY1NiwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjQ5LjEzNSwxMS4yMDEgNDAuMzYxLDAuODAzIDMyLjU3MSwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjMzLjA0OSwxMS4yMDEgMjQuMjc3LDAuODAzIDE2LjQ4NSwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjE2Ljk2NCwxMS4yMDEgOC4xOSwwLjgwMyAwLjQsMTEuMjAxICIvPjwvc3ZnPg==);
    background-color: transparent !important; }
    .ce_divider_extended.version9.invert span {
      background-color: transparent !important; }

.ce_divider_extended.version10 {
  background: none !important; }
  .ce_divider_extended.version10.invert svg {
    fill: white; }

/* =============================================================================
 * 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_pricelist_image
 * ========================================================================== */
.ce_pricelist_image h4 {
  font-size: 1.4rem;
  float: left;
  margin: 0; }
  .ce_pricelist_image h4:after {
    content: '';
    display: inline;
    float: right;
    border-bottom: 1px dashed #d2d2d2;
    width: 100%;
    position: absolute;
    margin-left: 5px;
    bottom: 10px; }

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

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

.ce_pricelist_image .price {
  position: absolute;
  right: 0;
  background: white;
  padding-left: 10px;
  font-size: 1.3rem;
  font-weight: bold; }

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

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

/* =============================================================================
 * 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 img {
  display: inline-block; }

.ce_image_extended.frame-1-dark img {
  border: 1px solid gainsboro; }

.ce_image_extended.frame-5-dark img {
  border: 5px solid gainsboro; }

.ce_image_extended.frame-10-dark img {
  border: 10px solid gainsboro; }

.ce_image_extended.frame-1-light img {
  border: 1px solid white; }

.ce_image_extended.frame-5-light img {
  border: 5px solid white; }

.ce_image_extended.frame-10-light img {
  border: 10px solid white; }

.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_pricecard
 * ========================================================================== */
.ce_pricecard .ce_pricecard_inside {
  box-shadow: 0 0 4px 2px rgba(108, 108, 108, 0.14);
  padding: 30px 50px;
  background: white;
  border-radius: 6px;
  margin: 5px;
  overflow: hidden; }

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

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

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

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

.ce_pricecard.highlight .ce_pricecard_inside {
  background: whitesmoke; }

.pricecard_leftside, .pricecard_rightside {
  width: 50%;
  float: left; }

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

/* =============================================================================
 * ce_pricecard.style2
 * ========================================================================== */
.ce_pricecard.style2 .ce_pricecard_inside {
  background: whitesmoke;
  box-shadow: none;
  padding: 75px 50px;
  position: relative;
  margin: 0; }

.ce_pricecard.style2.highlight .ce_pricecard_inside {
  background: #323232;
  color: white; }

.ce_pricecard.style2.highlight .ce_headline.headline {
  color: white !important; }

.ce_pricecard.style2 .price {
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px; }

.ce_pricecard.style2 .ce_pricecard_inside:after {
  content: '';
  height: 25px;
  width: 25px;
  background: white;
  border-radius: 100%;
  z-index: 10;
  position: absolute;
  top: 25px;
  right: 25px; }

/* =============================================================================
 * ce_productbox all
 * ========================================================================== */
.ce_productbox .image-wrapper {
  position: relative; }

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

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

.ce_productbox.version1 .ce_productbox_inside {
  background: white;
  position: relative;
  overflow: hidden; }

.ce_productbox.version1 .ce_productbox_content_top {
  border: 1px solid #e6e6e6;
  border-top: 0;
  padding: 30px 20px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease; }

.ce_productbox.version1 .ce_productbox_content_bottom {
  border: 1px solid #e6e6e6;
  border-bottom: 3px solid #e6e6e6;
  border-top: 0;
  padding: 20px;
  overflow: hidden;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease; }

.ce_productbox.version1:hover .ce_productbox_content_bottom, .ce_productbox.version1:hover .ce_productbox_content_top {
  border-color: #787878; }

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

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

.ce_productbox.version1 .price {
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 50px; }
  .ce_productbox.version1 .price span {
    color: #b4b4b4;
    font-size: 0.8rem; }

.ce_productbox.version1 .ce_hyperlink {
  float: right; }
  .ce_productbox.version1 .ce_hyperlink a {
    margin: 0; }

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

.ce_productbox.version1 .subheadline {
  color: #969696;
  font-style: italic; }

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

.ce_productbox.version2 .ce_productbox_inside {
  background: white;
  position: relative;
  overflow: hidden; }

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

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

.ce_productbox.version2 .price {
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
  line-height: 35px; }
  .ce_productbox.version2 .price span {
    color: #b4b4b4;
    font-size: 0.8rem; }
    .ce_productbox.version2 .price span.price-old {
      text-decoration: line-through;
      font-size: 1rem;
      margin-left: 10px; }

.ce_productbox.version2 .ce_hyperlink {
  float: right; }
  .ce_productbox.version2 .ce_hyperlink a {
    margin: 0;
    padding: 3px 10px;
    background: none;
    color: inherit;
    border-width: 1px;
    min-width: 0;
    line-height: 2rem; }

.ce_productbox.version2 .attribute.ce_headline {
  margin-top: 15px;
  margin-bottom: 15px; }

.ce_productbox.version2 .subheadline {
  color: #969696;
  font-style: italic; }

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

.ce_productbox.version3 .ce_productbox_inside {
  position: relative;
  overflow: hidden;
  text-align: center; }

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

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

.ce_productbox.version3 .price {
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
  line-height: 35px; }
  .ce_productbox.version3 .price span {
    color: #b4b4b4;
    font-size: 0.8rem; }
    .ce_productbox.version3 .price span.price-old {
      text-decoration: line-through;
      font-size: 1rem;
      margin-left: 10px; }

.ce_productbox.version3 .ce_hyperlink {
  display: none; }

.ce_productbox.version3 .attribute.ce_headline {
  margin-top: 15px;
  margin-bottom: 15px; }

.ce_productbox.version3 .subheadline {
  color: #969696;
  font-style: italic; }

.ce_productbox.version3 .ce_productbox_banner {
  color: white;
  font-size: 13px;
  position: absolute;
  right: 35px;
  top: 25px;
  text-align: center;
  z-index: 10;
  padding: 3px 6px;
  font-weight: bold; }

/* =============================================================================
 * ce_productbox version 1
 * ========================================================================== */
/* =============================================================================
 * ce_productbox version 2
 * ========================================================================== */
/* =============================================================================
 * ce_productbox version 3
 * ========================================================================== */
/* =============================================================================
 * 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;
    margin-bottom: 25px; }
  .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: white; }
  .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: black !important; }

/* =============================================================================
 * ce_authorbox
 * ========================================================================== */
.ce_authorbox {
  overflow: hidden; }

.ce_authorbox_inside {
  background: whitesmoke;
  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; }

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

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

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

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

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

.ce_authorbox.style2 .ce_authorbox_inside .ce_image.attribute {
  margin: 0; }

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

.ce_authorbox.style2 .link {
  margin-top: 25px; }
  .ce_authorbox.style2 .link a {
    border-bottom: 1px solid #343434; }
    .ce_authorbox.style2 .link a:before {
      margin-right: 4px;
      font-family: "FontAwesome";
      content: "\f204"; }
  .ce_authorbox.style2 .link:hover a:before {
    content: "\f205"; }

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

/* =============================================================================
 * ce_hyperlink-extended
 * ========================================================================== */
.ce_hyperlink-extended a {
  min-width: 190px; }

.ce_hyperlink-extended.small a {
  min-width: 0; }

.ce_hyperlink-extended a.link-white {
  color: #989898;
  border: 2px solid white;
  background: white; }
  .ce_hyperlink-extended a.link-white:hover {
    background: #989898;
    color: white; }
  .ce_hyperlink-extended a.link-white.outline {
    color: white; }
    .ce_hyperlink-extended a.link-white.outline:hover {
      background: white;
      border-color: white;
      color: #252525; }

.ce_hyperlink-extended a.outline {
  background: transparent;
  color: #989898; }
  .ce_hyperlink-extended a.outline:hover {
    background: #0053A1;
    border-color: #0053A1;
    color: white; }

.ce_hyperlink-extended a.link-black {
  color: white;
  border: 2px solid black;
  background: black; }
  .ce_hyperlink-extended a.link-black:hover {
    color: black;
    border: 2px solid black;
    background: white; }

.ce_hyperlink-extended a.link-black-outline {
  color: black;
  border: 2px solid black;
  background: none; }
  .ce_hyperlink-extended a.link-black-outline:hover {
    color: white;
    background: black; }

.ce_hyperlink-extended a.link-own-color-lighttxt {
  color: white !important; }

.ce_hyperlink-extended a.link-own-color-darktxt {
  color: black !important; }

.ce_hyperlink-extended a.link-own-color-outline {
  background: none !important; }

.ce_hyperlink-extended a.link-own-color-lighttxt:hover, .ce_hyperlink-extended a.link-own-color-darktxt:hover, .ce_hyperlink-extended a.link-own-color-outline:hover {
  opacity: 0.8; }

.ce_hyperlink-extended i {
  margin-right: 5px; }

.ce_hyperlink-extended.small a {
  padding: 9px 15px;
  font-size: 0.75rem; }

.ce_hyperlink-extended.large a {
  padding: 20px 30px; }

.ce_hyperlink-extended.wide a {
  padding: 15px 50px; }

.ce_hyperlink-extended.expand a {
  width: 100%; }

.ce_hyperlink-extended a.success {
  background: #9dd55d;
  border-color: #9dd55d; }

.ce_hyperlink-extended a.secondary {
  background: #e7e7e7;
  border-color: #e7e7e7;
  color: #333333; }

.ce_hyperlink-extended a.alert {
  background: #f7505a;
  border-color: #f7505a; }

.ce_hyperlink-extended a.warning {
  background: #f08a24;
  border-color: #f08a24; }

.ce_hyperlink-extended a.info {
  background: #a0d3e8;
  border-color: #a0d3e8;
  color: #333333; }

.ce_hyperlink-extended a.success:hover {
  opacity: 0.8; }

a.btn.success:hover, .ce_hyperlink-extended a.secondary:hover, a.btn.secondary:hover, .ce_hyperlink-extended a.alert:hover, a.btn.alert:hover, .ce_hyperlink-extended a.warning:hover, a.btn.warning:hover, .ce_hyperlink-extended a.info:hover, a.btn.info:hover {
  opacity: 0.8; }

.ce_hyperlink-extended.border-radius-3 a {
  border-radius: 3px; }

.ce_hyperlink-extended.border-radius-5 a {
  border-radius: 5px; }

.ce_hyperlink-extended.border-radius-10 a {
  border-radius: 10px; }

.ce_hyperlink-extended.border-radius-20 a {
  border-radius: 20px; }

.ce_hyperlink-extended.btn-animated i {
  opacity: 0;
  width: 0;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease; }

.ce_hyperlink-extended.btn-animated a:hover i {
  opacity: 1;
  width: 16px; }

.ce_hyperlink-extended.align-inline {
  display: inline-block;
  margin-right: 5px; }

/* =============================================================================
 * ce_frame
 * ========================================================================== */
.ce_frame_start.style1 .ce_frame_start_inside {
  padding: 5% 8%;
  border: 3px solid #e3e3e3; }

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

.ce_frame_start.style3 .ce_frame_start_inside {
  padding: 5% 5%;
  border: 2px solid #00bf00; }

.ce_frame_start.style4 .ce_frame_start_inside {
  padding: 5% 8%;
  border: 1px solid #555555; }

.ce_frame_start.style5 .ce_frame_start_inside {
  padding: 5% 8%;
  border: 4px double #555555; }

.ce_frame_start.style6 .ce_frame_start_inside {
  padding: 5% 8%;
  border: 3px solid white; }

/* =============================================================================
 * ce_featurebox
 * ========================================================================== */
.ce_featurebox .ce_headline {
  margin-bottom: 0; }

.ce_featurebox .ce_textarea {
  margin-top: 30px;
  font-size: 1.2rem; }

.ce_featurebox .link {
  display: inline-block;
  position: relative; }
  .ce_featurebox .link i {
    margin-left: 7px; }
  .ce_featurebox .link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: black;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease; }

.ce_featurebox:hover .link:after {
  width: 0; }

.ce_featurebox_content {
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 10; }

.ce_featurebox.style1_img_right .ce_featurebox_content {
  text-align: right; }

.ce_featurebox.style1_img_left .image {
  margin: 0;
  float: left;
  width: 48%;
  position: relative;
  z-index: 5; }

.ce_featurebox.style1_img_right .image {
  margin: 0;
  float: right;
  width: 49%;
  position: relative;
  z-index: 5; }

.ce_featurebox.style1_img_right .ce_featurebox_content {
  margin: 0;
  width: 49%;
  float: left;
  position: relative;
  z-index: 10;
  overflow: visible; }

.ce_featurebox.style1_img_left .ce_featurebox_content {
  margin: 0;
  width: 49%;
  float: left;
  position: relative;
  z-index: 10;
  overflow: visible; }

.ce_featurebox.style1_img_top .ce_featurebox_content {
  overflow: visible; }

.ce_featurebox .headline_one, .ce_featurebox .headline_two {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease; }

.ce_featurebox.style1_img_left .headline_one, .ce_featurebox.style1_img_left .headline_two {
  margin-left: -120px; }

.ce_featurebox.style1_img_left:hover .headline_one, .ce_featurebox.style1_img_left:hover .headline_two {
  margin-left: -160px; }

.ce_featurebox.style1_img_right .headline_one, .ce_featurebox.style1_img_right .headline_two {
  margin-right: -120px; }

.ce_featurebox.style1_img_right:hover .headline_one, .ce_featurebox.style1_img_right:hover .headline_two {
  margin-right: -160px; }

.ce_featurebox.style1_img_top .ce_featurebox_content {
  margin-top: -80px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease; }

.ce_featurebox.style1_img_top:hover .ce_featurebox_content {
  margin-top: -100px; }

/* =============================================================================
 * page_navigation
 * ========================================================================== */
.page_navigation {
  position: fixed;
  z-index: 1000;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  overflow: visible; }
  .page_navigation ul {
    position: relative;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    .page_navigation ul:before {
      content: '';
      left: 50%;
      margin-left: 3px;
      z-index: 1;
      width: 1px;
      top: 20px;
      background: #323232;
      position: absolute;
      height: calc(100% - 40px); }
    .page_navigation ul:after {
      content: '';
      left: 50%;
      margin-left: 4px;
      z-index: 1;
      width: 1px;
      top: 20px;
      background: rgba(255, 255, 255, 0.2);
      position: absolute;
      height: calc(100% - 40px); }
  .page_navigation a {
    position: relative;
    display: inline-block;
    z-index: 10;
    padding: 20px; }
  .page_navigation .title {
    font-size: 10px;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    position: absolute;
    top: 7px;
    right: 30px;
    padding: 12px 20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    pointer-events: none;
    opacity: 0;
    color: #333;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 3px rgba(31, 31, 31, 0.2);
    line-height: 1; }
  .page_navigation li:hover .title {
    opacity: 1; }
  .page_navigation li .glow {
    position: absolute;
    width: 8px;
    height: 8px;
    opacity: 0; }
  .page_navigation a.active .glow {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .page_navigation li .glow:before {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    -webkit-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
    pointer-events: none;
    opacity: 1;
    border-radius: 100%;
    box-shadow: 0 0 8px 4px #323232; }
  .page_navigation a.active .glow:before {
    transition: opacity 1500ms, -webkit-transform 1200ms;
    transition: transform 1200ms, opacity 1500ms;
    -webkit-transform: translateZ(0px) scale(3);
    transform: translateZ(0px) scale(3);
    opacity: 0; }
  .page_navigation li .circle {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    border-radius: 100%;
    background: white;
    box-shadow: 0 0 0 2px #323232; }
  .page_navigation a.active .circle {
    box-shadow: 0 0 0 4px #fff; }
  .page_navigation li .circle:before {
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    opacity: 0;
    border-radius: 50%;
    background: white;
    box-shadow: 0 0 0 3px #323232; }
  .page_navigation a.active .circle {
    box-shadow: 0 0 0 4px #323232; }
    .page_navigation a.active .circle:before {
      opacity: 1;
      background: #323232;
      box-shadow: 0 0 0 3px white;
      background: #323232; }
  .page_navigation li:hover .circle, .page_navigation a.active .circle {
    -webkit-transform: translateZ(0px) scale(1.2);
    transform: translateZ(0px) scale(1.2); }

/* =============================================================================
 * ce_popup
 * ========================================================================== */
.ce_popup_start {
  display: none; }
  .ce_popup_start.popup_show {
    display: block; }
  .ce_popup_start .ce_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100000; }
  .ce_popup_start.overlay_light .ce_popup_overlay {
    background: rgba(255, 255, 255, 0.7); }
  .ce_popup_start.overlay_dark .ce_popup_overlay {
    background: rgba(0, 0, 0, 0.6); }
  .ce_popup_start .ce_popup_content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 200000;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    padding-bottom: 30px;
    background: white;
    border-top: 4px solid #646464; }
  .ce_popup_start .popup_close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 100;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    cursor: pointer; }
    .ce_popup_start .popup_close:hover {
      opacity: 0.8; }
  .ce_popup_start .ce_popup_content .checkbox {
    position: absolute;
    bottom: 2px;
    left: 10px;
    z-index: 10;
    font-size: 0.9rem; }
    .ce_popup_start .ce_popup_content .checkbox input {
      width: auto;
      margin-right: 5px; }
    .ce_popup_start .ce_popup_content .checkbox label {
      display: inline-block; }
  .ce_popup_start .mod_subscribe {
    padding: 0;
    border: 0; }
    .ce_popup_start .mod_subscribe input {
      float: left; }
      .ce_popup_start .mod_subscribe input.text {
        float: left;
        width: 65%;
        margin: 0;
        line-height: 30px;
        padding: 2px 10px;
        border-radius: 2px 0 0 2px;
        border-right: 0;
        font-size: 0.9rem;
        height: 36px;
        border: 0; }
      .ce_popup_start .mod_subscribe input.submit {
        float: left;
        width: 35%;
        margin: 0;
        line-height: 30px;
        padding: 2px 10px;
        min-width: 0;
        height: 36px;
        border: 0; }
    .ce_popup_start .mod_subscribe p.error {
      background: red;
      color: white;
      padding: 0 4px; }

/* =============================================================================
 * ce_popup mod_subscribe
 * ========================================================================== */
/* =============================================================================
 * ce_hyperlink_lightbox_video
 * ========================================================================== */
.ce_hyperlink_lightbox_video.hyperlink_align_left {
  text-align: left; }

.ce_hyperlink_lightbox_video.hyperlink_align_center {
  text-align: center; }

.ce_hyperlink_lightbox_video.hyperlink_align_right {
  text-align: right; }

.ce_hyperlink_lightbox_video a {
  display: inline-block;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9); }
  .ce_hyperlink_lightbox_video a:hover {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

.ce_hyperlink_lightbox_video.hyperlink_color_accent svg g {
  fill: #505050; }

.ce_hyperlink_lightbox_video.hyperlink_color_second svg g {
  fill: #b4b4b4; }

.ce_hyperlink_lightbox_video.hyperlink_color_white svg g {
  fill: white; }

.ce_hyperlink_lightbox_video.hyperlink_color_black svg g, .ce_hyperlink_lightbox_video.hyperlink_color_black svg polygon {
  fill: black; }

.ce_hyperlink_lightbox_video.hyperlink_color_black svg circle {
  stroke: black; }

.ce_hyperlink_lightbox_video.hyperlink_color_lighgray svg g {
  fill: #f7f7f7; }

.ce_hyperlink_lightbox_video.hyperlink_color_darkgray svg g {
  fill: #454545; }

.inlinevideocontent {
  line-height: 0; }

/* =============================================================================
 * ce_grid_gallery_start
 * ========================================================================== */
.ce_grid_gallery_start li {
  background-size: cover;
  background-position: center center;
  float: left;
  width: 100%;
  padding: 30px;
  position: relative; }

.ce_grid_gallery_start .ce_grid_gallery_overlay {
  height: 100%;
  width: 100%;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  position: relative;
  padding: 5%; }
  .ce_grid_gallery_start .ce_grid_gallery_overlay .ce_grid_gallery_overlay_inside {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }

.ce_grid_gallery_start .title {
  font-size: 1.5rem;
  margin-bottom: 15px; }

.ce_grid_gallery_start li:hover .ce_grid_gallery_overlay {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.ce_grid_gallery_start li:not(.has-content) a.lightbox-link i:before, .ce_grid_gallery_start li:not(.has-content) a.lightbox-link i:after {
  content: '';
  height: 1px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  background: #323232;
  opacity: 0;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease; }

.ce_grid_gallery_start li:hover a.lightbox-link i:before {
  opacity: 1; }

.ce_grid_gallery_start li:hover a.lightbox-link i:after {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.ce_grid_gallery_start li i {
  position: absolute;
  left: 50%; }

.ce_grid_gallery_start a.lightbox-link {
  display: block;
  height: 100%; }

.ce_grid_gallery_start.frame-gutter li {
  box-shadow: 0 0 0 4px white; }

.ce_grid_gallery_start li.image-width-100 {
  width: 100%; }

.ce_grid_gallery_start li.image-width-90 {
  width: 90%; }

.ce_grid_gallery_start li.image-width-80 {
  width: 80%; }

.ce_grid_gallery_start li.image-width-70 {
  width: 70%; }

.ce_grid_gallery_start li.image-width-60 {
  width: 60%; }

.ce_grid_gallery_start li.image-width-50 {
  width: 50%; }

.ce_grid_gallery_start li.image-width-40 {
  width: 40%; }

.ce_grid_gallery_start li.image-width-30 {
  width: 30%; }

.ce_grid_gallery_start li.image-width-20 {
  width: 20%; }

.ce_grid_gallery_start li.image-width-10 {
  width: 10%; }

.ce_grid_gallery_start li.image-height-l {
  height: 600px; }

.ce_grid_gallery_start li.image-height-s {
  height: 300px; }

.ce_grid_gallery_start li.style2 .ce_grid_gallery_overlay {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.ce_grid_gallery_start li.style2:hover .ce_grid_gallery_overlay {
  background: none; }

/* =============================================================================
 * 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 {
    float: none;
    width: 100%; }
  .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 #c8c8c8;
    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;
    margin: 0;
    height: auto !important; }
  .ce_text_image_bar .image-right, .ce_text_image_bar .image-left, .ce_text_image_bar .mobile_image_top, .ce_text_image_bar .mobile_image_bottom {
    display: none; }
  body .ce_text_image_bar .inside {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .ce_headerimage {
    padding-top: 70px;
    padding-bottom: 70px; }
    .ce_headerimage .content {
      width: 100%; }
    .ce_headerimage.valign_bottom .ce_headerimage_inside {
      top: 50%; }
  .ce_pricetable .pricetable {
    margin-bottom: 15px; }
  .ce_leadertext.version1, .ce_leadertext.version2 {
    margin-bottom: 30px; }
  .ce_headline_extended.version0, .ce_headline_extended.version1 {
    margin-bottom: 30px; }
  .ce_text_imagebox .inside {
    padding: 20px; }
  .ce_text_imagebox .content {
    width: 100% !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_bgimage.bg-hide-mobile .ce_bgimage-image {
    background-image: none !important; }
  .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 {
    border-left: 0;
    border-right: 0; }
    .ce_iconbox_v2.style2 .ce_iconbox_outside {
      min-height: 0 !important; }
    .ce_iconbox_v2.style2.autogrid-first {
      border-left: 0;
      border-right: 0; }
    .ce_iconbox_v2.style2.autogrid-last {
      border-bottom: 0; }
  .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 {
    text-align: left !important; }
    .ce_portfoliofilter.only-icon a {
      text-align: left !important; }
    .ce_portfoliofilter.only-icon .all {
      display: block;
      border-right: 0;
      border-bottom: 1px solid gainsboro;
      padding-bottom: 4px;
      margin-bottom: 7px; }
  .ce_google_map .ce_google_map_inside {
    height: 350px !important; }
  .ce_countdown .countdown-section, .ce_countdown .align-left .countdown-section, .ce_countdown .align-center .countdown-section, .ce_countdown .align-right .countdown-section {
    margin-left: 7px;
    margin-right: 7px; }
  .ce_countdown .countdown.align-right {
    text-align: left !important; }
  .ce_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_image_extended_inside {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .ce_pricecard .ce_pricecard_inside {
    padding: 20px; }
  .pricecard_leftside, .pricecard_rightside {
    width: 100%;
    float: none; }
  .ce_productbox.version1 .ce_hyperlink, .ce_productbox.version2 .ce_hyperlink {
    float: left; }
  .ce_productbox.version1 .price, .ce_productbox.version2 .price {
    display: block; }
  .ce_iconbox_header {
    position: static;
    margin-top: 25px; }
  .ce_fancy_divider {
    display: none; }
  .ce_pricelist_image h4:after {
    display: none; }
  .ce_pricelist_image .price {
    position: static;
    padding: 0; }
  .ce_pricelist_image h4 {
    float: none; }
  .ce_featurebox .headline_one, .ce_featurebox .headline_two {
    margin: 0 !important; }
  .ce_featurebox .image, .ce_featurebox .ce_featurebox_content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important; }
  .ce_authorbox.style2 .ce_authorbox_content, .ce_authorbox.style2 .image {
    width: 100%;
    float: none; }
  .ce_authorbox.style2 .ce_authorbox_content {
    margin: 0;
    padding: 5%;
    font-size: 1rem; }
  .ce_authorbox.style2 .subtitle {
    font-size: 1.1rem;
    display: block;
    margin-left: 0; }
  .ce_authorbox.style2 .name {
    margin-bottom: 10px; }
  .page_navigation {
    display: none; }
  .ce_iconbox_v2.style3 {
    margin-bottom: 20px; }
    .ce_iconbox_v2.style3 .ce_iconbox_outside {
      border-radius: 3px !important;
      border: 1px solid gainsboro !important; }
  .ce_frame_start .ce_frame_start_inside {
    padding: 5% !important; }
  .ce_pricecard.style2 .price {
    font-size: 2.5rem; }
  .ce_grid_gallery_start li {
    width: 100% !important; } }
