<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('../fonts/roboto-condensed-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v18-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
       url('../fonts/roboto-condensed-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
       url('../fonts/roboto-condensed-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v18-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
       url('../fonts/roboto-condensed-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

.imagecontour {
 padding: 10px;
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }

.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.space_big {
    height: 40px;
}

/*********************
      COLOR
*********************/

.blue {
    color:#0093dd;
}

.bold {
    font-weight: 400;
}

a.blue:hover {
    color:#5c6873;
}

.c-btn-border-2x.c-btn-blue-2 {
    border-color: #0093dd;
    color:#0093dd;
}

.c-btn-border-2x.c-btn-blue-2:hover {
    background: #0093dd;
border-color: #0093dd;
    color:#fff;
}

.c-content-label {
    background-color: #0093dd;
}
a {
  color: #3f444a; }
  a:active,
  a:hover,
  a:focus {
    color: #0093dd; }

.c-theme-link:focus,
.c-theme-link:active,
.c-theme-link:hover {
  color: #0093dd !important; }
  .c-theme-link:focus &gt; i,
  .c-theme-link:active &gt; i,
  .c-theme-link:hover &gt; i {
    color: #0093dd !important; }

.c-theme-link.c-active {
  color: #0093dd !important; }
  .c-theme-link.c-active &gt; i {
    color: #0093dd !important; }

.c-theme-nav li:focus &gt; a:not(.btn),
.c-theme-nav li:active &gt; a:not(.btn),
.c-theme-nav li:hover &gt; a:not(.btn) {
  color: #0093dd !important; }

.c-theme-nav li:focus &gt; .c-quick-sidebar-toggler &gt; .c-line,
.c-theme-nav li:active &gt; .c-quick-sidebar-toggler &gt; .c-line,
.c-theme-nav li:hover &gt; .c-quick-sidebar-toggler &gt; .c-line {
  background: #0093dd !important; }

.c-theme-nav li.c-active {
  color: #0093dd !important; }
  .c-theme-nav li.c-active &gt; a:not(.btn) {
    color: #0093dd !important; }
  .c-theme-nav li.c-active &gt; .c-quick-sidebar-toggler &gt; .c-line {
    background: #0093dd !important; }

.c-theme-nav &gt; li &gt; .dropdown-menu.c-menu-type-mega &gt; .nav.nav-tabs &gt; li:hover &gt; a {
  color: #0093dd !important; }

.c-theme-nav &gt; li &gt; .dropdown-menu.c-menu-type-mega &gt; .nav.nav-tabs &gt; li.active {
  border-bottom: 1px solid #0093dd !important; }
  .c-theme-nav &gt; li &gt; .dropdown-menu.c-menu-type-mega &gt; .nav.nav-tabs &gt; li.active &gt; a {
    color: #0093dd !important; }

.c-theme-nav.nav.nav-tabs &gt; li:hover &gt; a {
  color: #0093dd !important; }

.c-theme-nav.nav.nav-tabs &gt; li.active {
  border-bottom: 1px solid #0093dd !important; }
  .c-theme-nav.nav.nav-tabs &gt; li.active &gt; a {
    color: #0093dd !important; }

.c-theme-ul &gt; li:focus &gt; a:not(.btn),
.c-theme-ul &gt; li:active &gt; a:not(.btn),
.c-theme-ul &gt; li:hover &gt; a:not(.btn) {
  color: #0093dd !important; }
  .c-theme-ul &gt; li:focus &gt; a:not(.btn) &gt; i,
  .c-theme-ul &gt; li:active &gt; a:not(.btn) &gt; i,
  .c-theme-ul &gt; li:hover &gt; a:not(.btn) &gt; i {
    color: #0093dd !important; }

.c-theme-ul &gt; li:focus &gt; button &gt; .c-line,
.c-theme-ul &gt; li:active &gt; button &gt; .c-line,
.c-theme-ul &gt; li:hover &gt; button &gt; .c-line {
  background: #0093dd !important; }

.c-theme-ul &gt; li.active,
.c-theme-ul &gt; li.c-active {
  color: #0093dd !important; }
  .c-theme-ul &gt; li.active &gt; a:not(.btn),
  .c-theme-ul &gt; li.c-active &gt; a:not(.btn) {
    color: #0093dd !important; }
    .c-theme-ul &gt; li.active &gt; a:not(.btn) &gt; i,
    .c-theme-ul &gt; li.c-active &gt; a:not(.btn) &gt; i {
      color: #0093dd !important; }

.c-theme-ul-bg &gt; li {
  color: #ffffff;
  background: #0093dd !important; }

.c-theme-font,
.c-theme-color {
  color: #0093dd !important; }
  .c-theme-font &gt; i,
  .c-theme-color &gt; i {
    color: #0093dd !important; }

.c-theme-bg {
  background: #0093dd !important; }
  .c-theme-bg.c-theme-darken {
    background: #0093dd !important; }

.c-theme-bg-after:after {
  background: #0093dd !important; }

.c-theme-bg-before:before {
  background: #0093dd !important; }

.c-theme-border-after:after {
  border-color: #0093dd !important; }

.c-theme-border-before:before {
  border-color: #0093dd !important; }

.c-theme-bg-on-hover:hover {
  background: #0093dd !important; }

.c-theme-border {
  border-color: #0093dd !important; }

.c-theme-on-hover:hover {
  color: #0093dd !important; }

.c-theme-bg-parent-hover:hover .c-theme-bg-on-parent-hover {
  background: #0093dd !important; }

.c-theme-border {
  border-color: #0093dd; }

.c-theme-border-top {
  border-top-color: #0093dd; }

.c-theme-border-bottom {
  border-bottom-color: #0093dd !important; }

.c-theme-border-left {
  border-left-color: #0093dd; }

.c-theme-border-right {
  border-right-color: #0093dd; }

.c-content-iconlist-1.c-theme &gt; li:hover i {
  color: #fff;
  background: #0093dd; }

.c-content-ver-nav .c-menu.c-theme &gt; li:before {
  color: #0093dd; }

.c-content-ver-nav .c-menu.c-theme.c-arrow-dot &gt; li:before {
  background: #0093dd; }

.c-content-pagination.c-theme &gt; li:hover &gt; a {
  border-color: #0093dd;
  background: #0093dd;
  color: #fff; }
  .c-content-pagination.c-theme &gt; li:hover &gt; a &gt; i {
    color: #fff; }

.c-content-pagination.c-theme &gt; li.c-active &gt; span,
.c-content-pagination.c-theme &gt; li.c-active &gt; a {
  border-color: #0093dd;
  background: #0093dd;
  color: #fff; }
  .c-content-pagination.c-theme &gt; li.c-active &gt; span &gt; i,
  .c-content-pagination.c-theme &gt; li.c-active &gt; a &gt; i {
    color: #fff; }

.c-theme-btn.btn {
  color: #ffffff;
  background: #0093dd;
  border-color: #0093dd; }
  .c-theme-btn.btn.btn-no-focus:focus,
  .c-theme-btn.btn.btn-no-focus.focus {
    color: #ffffff;
    background: #0093dd;
    border-color: #0093dd; }
  .c-theme-btn.btn.btn-no-focus:hover,
  .c-theme-btn.btn:hover,
  .c-theme-btn.btn.btn-no-focus:active,
  .c-theme-btn.btn:active,
  .c-theme-btn.btn.active,
  .open &gt; .c-theme-btn.btn.dropdown-toggle {
    color: #ffffff;
    background: #057dba;
    border-color: #057dba; }
  .c-theme-btn.btn:active,
  .c-theme-btn.btn.active,
  .open &gt; .c-theme-btn.btn.dropdown-toggle {
    background-image: none; }
  .c-theme-btn.btn.disabled,
  .c-theme-btn.btn.disabled:hover,
  .c-theme-btn.btn.disabled:not(.btn-no-focus):focus,
  .c-theme-btn.btn.disabled:not(.btn-no-focus).focus,
  .c-theme-btn.btn.disabled:active,
  .c-theme-btn.btn.disabled.active,
  .c-theme-btn.btn[disabled],
  .c-theme-btn.btn[disabled]:hover,
  .c-theme-btn.btn[disabled]:not(.btn-no-focus):focus,
  .c-theme-btn.btn[disabled]:not(.btn-no-focus).focus,
  .c-theme-btn.btn[disabled]:active,
  .c-theme-btn.btn[disabled].active,
  fieldset[disabled] .c-theme-btn.btn,
  fieldset[disabled] .c-theme-btn.btn:hover,
  fieldset[disabled] .c-theme-btn.btn:not(.btn-no-focus):focus,
  fieldset[disabled] .c-theme-btn.btn:not(.btn-no-focus).focus,
  fieldset[disabled] .c-theme-btn.btn:active,
  fieldset[disabled] .c-theme-btn.btn.active {
    background: #0093dd;
    border-color: #0093dd; }
  .c-theme-btn.btn .badge {
    color: #0093dd;
    background: #ffffff; }

.c-theme-btn.c-btn-border-1x {
  border-color: #0093dd;
  border-width: 1px;
  color: #0093dd;
  background: none;
  border-color: #0093dd; }
  .c-theme-btn.c-btn-border-1x.btn-no-focus:focus,
  .c-theme-btn.c-btn-border-1x.btn-no-focus.focus {
    color: #0093dd;
    background: none;
    border-color: #0093dd; }
  .c-theme-btn.c-btn-border-1x.btn-no-focus:hover,
  .c-theme-btn.c-btn-border-1x:hover,
  .c-theme-btn.c-btn-border-1x.btn-no-focus:active,
  .c-theme-btn.c-btn-border-1x:active,
  .c-theme-btn.c-btn-border-1x.active,
  .open &gt; .c-theme-btn.c-btn-border-1x.dropdown-toggle {
    color: #ffffff;
    background: #0093dd;
    border-color: #0093dd; }
  .c-theme-btn.c-btn-border-1x:active,
  .c-theme-btn.c-btn-border-1x.active,
  .open &gt; .c-theme-btn.c-btn-border-1x.dropdown-toggle {
    background-image: none; }
  .c-theme-btn.c-btn-border-1x.disabled,
  .c-theme-btn.c-btn-border-1x.disabled:hover,
  .c-theme-btn.c-btn-border-1x.disabled:not(.btn-no-focus):focus,
  .c-theme-btn.c-btn-border-1x.disabled:not(.btn-no-focus).focus,
  .c-theme-btn.c-btn-border-1x.disabled:active,
  .c-theme-btn.c-btn-border-1x.disabled.active,
  .c-theme-btn.c-btn-border-1x[disabled],
  .c-theme-btn.c-btn-border-1x[disabled]:hover,
  .c-theme-btn.c-btn-border-1x[disabled]:not(.btn-no-focus):focus,
  .c-theme-btn.c-btn-border-1x[disabled]:not(.btn-no-focus).focus,
  .c-theme-btn.c-btn-border-1x[disabled]:active,
  .c-theme-btn.c-btn-border-1x[disabled].active,
  fieldset[disabled] .c-theme-btn.c-btn-border-1x,
  fieldset[disabled] .c-theme-btn.c-btn-border-1x:hover,
  fieldset[disabled] .c-theme-btn.c-btn-border-1x:not(.btn-no-focus):focus,
  fieldset[disabled] .c-theme-btn.c-btn-border-1x:not(.btn-no-focus).focus,
  fieldset[disabled] .c-theme-btn.c-btn-border-1x:active,
  fieldset[disabled] .c-theme-btn.c-btn-border-1x.active {
    background: none;
    border-color: #0093dd; }
  .c-theme-btn.c-btn-border-1x .badge {
    color: none;
    background: #0093dd; }

.c-theme-btn.c-btn-border-2x {
  border-color: #0093dd;
  border-width: 2px;
  color: #0093dd;
  background: none;
  border-color: #0093dd; }
  .c-theme-btn.c-btn-border-2x.btn-no-focus:focus,
  .c-theme-btn.c-btn-border-2x.btn-no-focus.focus {
    color: #0093dd;
    background: none;
    border-color: #0093dd; }
  .c-theme-btn.c-btn-border-2x.btn-no-focus:hover,
  .c-theme-btn.c-btn-border-2x:hover,
  .c-theme-btn.c-btn-border-2x.btn-no-focus:active,
  .c-theme-btn.c-btn-border-2x:active,
  .c-theme-btn.c-btn-border-2x.active,
  .open &gt; .c-theme-btn.c-btn-border-2x.dropdown-toggle {
    color: #ffffff;
    background: #0093dd;
    border-color: #0093dd; }
  .c-theme-btn.c-btn-border-2x:active,
  .c-theme-btn.c-btn-border-2x.active,
  .open &gt; .c-theme-btn.c-btn-border-2x.dropdown-toggle {
    background-image: none; }
  .c-theme-btn.c-btn-border-2x.disabled,
  .c-theme-btn.c-btn-border-2x.disabled:hover,
  .c-theme-btn.c-btn-border-2x.disabled:not(.btn-no-focus):focus,
  .c-theme-btn.c-btn-border-2x.disabled:not(.btn-no-focus).focus,
  .c-theme-btn.c-btn-border-2x.disabled:active,
  .c-theme-btn.c-btn-border-2x.disabled.active,
  .c-theme-btn.c-btn-border-2x[disabled],
  .c-theme-btn.c-btn-border-2x[disabled]:hover,
  .c-theme-btn.c-btn-border-2x[disabled]:not(.btn-no-focus):focus,
  .c-theme-btn.c-btn-border-2x[disabled]:not(.btn-no-focus).focus,
  .c-theme-btn.c-btn-border-2x[disabled]:active,
  .c-theme-btn.c-btn-border-2x[disabled].active,
  fieldset[disabled] .c-theme-btn.c-btn-border-2x,
  fieldset[disabled] .c-theme-btn.c-btn-border-2x:hover,
  fieldset[disabled] .c-theme-btn.c-btn-border-2x:not(.btn-no-focus):focus,
  fieldset[disabled] .c-theme-btn.c-btn-border-2x:not(.btn-no-focus).focus,
  fieldset[disabled] .c-theme-btn.c-btn-border-2x:active,
  fieldset[disabled] .c-theme-btn.c-btn-border-2x.active {
    background: none;
    border-color: #0093dd; }
  .c-theme-btn.c-btn-border-2x .badge {
    color: none;
    background: #0093dd; }

.c-theme.form-control:focus,
.c-theme.form-control:active,
.c-theme.form-control.active {
  border-color: #0093dd !important; }



.c-content-list-1.c-theme.c-separator-dot &gt; li:before,
.c-content-list-1.c-theme &gt; li:before {
  background: #0093dd; }

.c-content-tab-1.c-theme .nav &gt; li:hover &gt; a,
.c-content-tab-1.c-theme .nav &gt; li:focus &gt; a,
.c-content-tab-1.c-theme .nav &gt; li:active &gt; a,
.c-content-tab-1.c-theme .nav &gt; li.active &gt; a,
.c-content-tab-1.c-theme .nav.nav-justified &gt; li:hover &gt; a,
.c-content-tab-1.c-theme .nav.nav-justified &gt; li:focus &gt; a,
.c-content-tab-1.c-theme .nav.nav-justified &gt; li:active &gt; a,
.c-content-tab-1.c-theme .nav.nav-justified &gt; li.active &gt; a {
  border-bottom-color: #0093dd; }

.c-content-tab-2.c-theme &gt; ul &gt; li.active &gt; a &gt; .c-title,
.c-content-tab-2.c-theme &gt; ul &gt; li:hover &gt; a &gt; .c-title {
  color: #0093dd; }



.c-content-tab-5.c-theme .c-nav-tab &gt; li.active &gt; a,
.c-content-tab-5.c-theme .c-nav-tab &gt; li a:hover {
  color: #fff;
  background-color: #0093dd; }

.c-content-tab-5.c-theme .c-nav-tab.c-arrow a:hover:after {
  border-left-color: #0093dd; }

.c-content-tab-5.c-theme .c-nav-tab.c-arrow .active &gt; a:after {
  border-left-color: #0093dd; }

.c-content-accordion-1.c-theme .panel &gt; .panel-heading &gt; .panel-title &gt; a {
  background-color: #0093dd; }
  .c-content-accordion-1.c-theme .panel &gt; .panel-heading &gt; .panel-title &gt; a.collapsed {
    background-color: #ffffff; }
    .c-content-accordion-1.c-theme .panel &gt; .panel-heading &gt; .panel-title &gt; a.collapsed:hover,
    .c-content-accordion-1.c-theme .panel &gt; .panel-heading &gt; .panel-title &gt; a.collapsed:focus {
      background-color: #0093dd; }

.c-content-accordion-1.c-theme .panel &gt; .panel-collapse &gt; .panel-body {
  background-color: #0093dd; }

.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav &gt; li.c-onepage-link:hover &gt; a,
.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav &gt; li.c-onepage-link.c-active &gt; a,
.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav &gt; li.c-onepage-link.active &gt; a {
  background: rgba(0, 147, 221, 0.9); }

.c-layout-sidebar-menu.c-theme .c-sidebar-menu li.c-active &gt; a {
  transition: all 0.2s;
  color: #0093dd; }
  .c-layout-sidebar-menu.c-theme .c-sidebar-menu li.c-active &gt; a &gt; .c-arrow {
    color: #0093dd; }

.c-layout-sidebar-menu.c-theme .c-sidebar-menu li .c-dropdown-menu &gt; li:hover &gt; a {
  color: #0093dd; }

.c-layout-sidebar-menu.c-theme .c-sidebar-menu.c-option-2 &gt; li.c-active &gt; a {
  transition: all 0.2s;
  color: #ffffff;
  background-color: #0093dd; }
  .c-layout-sidebar-menu.c-theme .c-sidebar-menu.c-option-2 &gt; li.c-active &gt; a &gt; .c-arrow {
    color: #ffffff; }

.c-content-title-4.c-theme .c-line-strike:before {
  border-top: 1px solid #0093dd; }

.owl-carousel.c-theme .owl-pagination .owl-page span {
  background: #e1e1e1; }

.owl-carousel.c-theme .owl-pagination .owl-page.active span {
  background: #0093dd; }

.cbp-l-filters-button .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #0093dd; }
  .cbp-l-filters-button .cbp-filter-counter:before,
  .cbp-l-filters-buttonCenter .cbp-filter-counter:before {
    border-top: 4px solid #0093dd; }

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  color: #; }

.cbp-l-filters-alignCenter .cbp-filter-counter,
.cbp-l-filters-text .cbp-filter-counter {
  background: none repeat scroll 0 0 #0093dd; }
  .cbp-l-filters-alignCenter .cbp-filter-counter:before,
  .cbp-l-filters-text .cbp-filter-counter:before {
    border-top: 4px solid #0093dd; }

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
  border-bottom-color: #0093dd; }

.cbp-l-project-desc-title:before,
.cbp-l-project-details-title:before {
  background: #0093dd; }

.tp-bullets.round.c-theme .bullet {
  margin-right: 5px; }
  .tp-bullets.round.c-theme .bullet.selected {
    background: #0093dd; }

.c-content-title-1 &gt; .c-line-center {
    background-color: #0093dd;
}
/* END COLOR */

/* START ICON SET */
  .c-content-line-icon.c-icon-fenster {
    background-position: 0px -1300%; }
  .c-content-line-icon.c-icon-tuer {
    background-position: 0px -2500%; }
  .c-content-line-icon.c-icon-balkon {
    background-position: 0px -300%; }
  .c-content-line-icon.c-icon-treppe {
    background-position: 0px 1200%; }
  .c-content-line-icon.c-icon-parkett {
    background-position: 0px -2600%; }
  .c-content-line-icon.c-icon-pfeil {
    background-position: 0px 1800%; }
/* END ICON SET */


/* START LOGO */
.c-desktop-logo {
    width:175px;
    height: 74px;
    margin-top: -28px;
}
.c-desktop-logo-inverse {
    width:115px;
    height: 50px;
    margin-top: -15px;
}
.c-mobile-logo {
    width:120px;
    height: auto;
    margin-top: -15px;
    margin-bottom: -12px;
}
/* END LOGO */

/* START SUBMENÃœ */
@media only screen and (min-width: 992px) {
.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-light &gt; .nav.navbar-nav &gt; li &gt; .dropdown-menu,
.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-light &gt; .nav.navbar-nav &gt; li &gt; .dropdown-menu.c-menu-type-classic .dropdown-menu{
    box-shadow: 0px 3px 9px -5px rgba(0, 0, 0, 1);
    }
    .c-layout-header .c-navbar .c-mega-menu &gt; .nav.navbar-nav &gt; li .dropdown-menu &gt; li.dropdown-submenu &gt; .dropdown-menu {
        margin-top:-5px;
        padding-bottom:0px;
    }
    .dropdown-menu {
        padding-top:0px;
        padding-bottom:0px;
    }
}
/* END SUBMENÃœ */


.c-content-feature-5 .c-photo {
    right: 45px;
}

a.maiherbst {
    color: inherit;
    line-height: 16px;;
}
a.maiherbst:hover {
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    color: #bc9e91;
}

.c-layout-footer-6 .c-postfooter .c-col {
    line-height: inherit;
}
a.footer-link {
    color:inherit;
    font-weight: 600;
    text-transform: uppercase;
}
a.footer-link:hover {
    color:#909090;
}


@media only screen and (max-width: 1200px) {
.c-overlay-wrapper {
    display: none;
    }
}


/*PRODUKTSEITEN*/
.c-layout-breadcrumbs-1 {
    padding: 10px 0;
}

.breadcrump_active {
    color:#0093dd;
    text-transform: uppercase;
}

.c-layout-sidebar-menu .c-sidebar-menu &gt; li:hover &gt; a {
    color:#0093dd;
}


.c-content-list-1.produkte {
    margin-bottom: 35px;
}

h3.blau {
    color:#0093dd !important;
}

.c-content-toggler &gt; .c-line {
    background-color: #fff;
}
.c-content-toggler:active &gt; .c-line, .c-content-toggler:focus &gt; .c-line, .c-content-toggler:hover &gt; .c-line {
    background-color: #fff;
}
.c-content-toggler:active, .c-content-toggler:focus, .c-content-toggler:hover {
    background: #0093dd;
}
.c-content-toggler {
    background: #0093dd;
}





.img-1, .text-1 {
    width: 48%;
    max-width: 100%;
    height: auto;
    float: left;
    margin-right:4%;
}
.img-2 {
    width: 48%;
    max-width: 100%;
    height: auto;
}

.bildunterschrift {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .img-1, .text-1 {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
    margin-right:4%;
    }
    .img-2 {
    width: 100%;
    max-width: 100%;
    height: auto;
    }
    .space {
    display:none;
    }
    .abstand_mobile {
        margin-bottom: 40px;
    }
    .br_mobil {
        display: none;
    }
}

.space {
    height:10px;
}



h1.breadcrump_active {
    font-size: 16px;
    font-weight: 400;
line-height: 0px;
}


.c-content-contact-1 &gt; .row .c-body &gt; .c-section &gt; p {
    color:#3f444a;
}

.c-content-contact-1 &gt; .row .c-body &gt; .c-section &gt; p {
    margin-top: 8px;
}

.c-bg-green {
    background-color: #0093dd !important;
}

.c-content-title-1 &gt; .c-line-right, .c-content-title-1 &gt; .c-line-left {
    background-color: #0093dd;
}

.c-layout-revo-slider-4 .c-main-title-circle {
    background: rgba(0, 0, 0, 0.38);
}

/* #Contact
================================================== */

#ajax-form {
	width: 100%;
	font-size: 10px;
	line-height:14px;
	color:#b3b3b3;
	margin:0 auto;
}
#ajax-form label {
	display: block;
	font-size: 14px;
	line-height:30px;
}
#ajax-form input{
	width: 100%;
	border:none;
    font-family: 'Roboto Condensed', sans-serif;
    color:#3f444a !important;
	font-weight:300;
/*	text-transform:uppercase;*/
	font-size: 16px;
	line-height:45px;
	padding-bottom: 0px;
	background:transparent;
}
#ajax-form textarea {
	width:100%;
	font-weight:300;
    font-family: 'Roboto Condensed', sans-serif;
    color:#3f444a !important;
/*	text-transform:uppercase;*/
	font-size: 16px;
	line-height:22px;
	height:62px;
	margin-top:10px;
	padding-bottom: 10px;
	border:none;
	background: transparent;
}
.error {
	font: 12px 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	display: none;
	color:#0093dd;
}
#ajaxsuccess {
	color:#0093dd;
	font: 16px/30px 'Roboto Condensed', sans-serif;
	height:60px;
	display: none;
	padding-left:10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
    text-align: center;
}

.text-align-center{
	text-align:center;
	padding-top:10px;
 }
#ajax-form textarea:active,
#ajax-form input:active {
	color: #b3b3b3;
}
#ajax-form textarea:active,
#ajax-form input:hover {
	color: #b3b3b3;
}
#ajax-form textarea:focus,
#ajax-form input:focus {
    outline: none;
}
#ajax-form textarea,
#ajax-form input {
	border-bottom:2px solid #cbcbcb;
	color: #b3b3b3;
}
.btn.c-btn-border-2x.c-btn-uppercase {
    padding: 6px 20px 6px 20px;
}

div.impressum {
    margin-bottom:10px !important;
}
div.kontakt-hinweis {
  font-size:15px;
  line-height: normal;
  margin-top:10px;
}
h4.ds {
  font-size:22px;
}
h5.ds {
  font-size:18px;
  text-transform: inherit;
}
div.ds {
  margin-bottom:10px !important;
}
ul.ds li {
  margin-bottom:10px;
}
</pre></body></html>