<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - New Age v3.3.7 (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.heading-font {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fdcc52;
}
a:hover,
a:focus {
  color: #fcbd20;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  color: #fdcc52;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  padding: 8px 10px;
}
.navbar-default .nav &gt; li &gt; a {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
}

.navbar-nav {
  font-size: 16px !important;
  font-weight: bold !important;
}

.navbar-default .nav &gt; li &gt; a,
.navbar-default .nav &gt; li &gt; a:focus {
  color: #222222;
}
.navbar-default .nav &gt; li &gt; a:hover,
.navbar-default .nav &gt; li &gt; a:focus:hover {
  color: #fdcc52;
}
.navbar-default .nav &gt; li.active &gt; a,
.navbar-default .nav &gt; li.active &gt; a:focus {
  color: #fdcc52 !important;
  background-color: white;
}
.navbar-default .nav &gt; li.active &gt; a:hover,
.navbar-default .nav &gt; li.active &gt; a:focus:hover {
  background-color: white;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: url("../images/bg-pattern.png"), #7b4397;
  /* fallback for old browsers */
  background: url("../images/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url("../images/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}
header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}
section {
  padding: 0;
}

section.padded {
  padding: 15px 0;
}

section h2 {
  font-size: 50px;
}
section.download {
  padding: 150px 0;
  position: relative;
}
section.download h2 {
  margin-top: 0;
  font-size: 50px;
}
section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.download .badges .badge-link img {
  height: 60px;
}
@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}
section.features .section-heading {
  margin-bottom: 100px;
}
section.features .section-heading h2 {
  margin-top: 0;
}
section.features .section-heading p {
  margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}
section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-item {
  text-align: center;
  margin-bottom: 100px;
}
section.features .feature-item h3 {
  font-size: 30px;
}
section.features .feature-item i {
  font-size: 80px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}
section.cta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../images/bg-cta.jpg');
  padding: 250px 0;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 450px;
  font-size: 50px;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
section.contact {
  text-align: center;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.contact h2 i {
  color: #dd4b39;
}
section.contact ul.list-social {
  margin-bottom: 0;
}
section.contact ul.list-social li a {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 100%;
  color: white;
}
section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}
footer {
  background-color: #222222;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
}
.text-primary {
  color: #fdcc52;
}
.no-gutter &gt; [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #fdcc52;
  border-color: #fdcc52;
}
.btn {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
.main-logo-img {float:left;display:none;height:60px}
.main-logo-text {font-weight: bold;font-size:24px;margin-top:5px;margin-left:10px;display:inline-block;color:#555555;}
.navbar-inverse .main-logo-text  {color:white}
.navbar-brand {padding-top:9px}
.main-text {background-color:#fdcc52}
.main-text a {color:#999999}
.frontpage_slide .jumbotron {padding:0;margin:0;background-color:black;color:white}
.frontpage_slide .jumbotron p {font-size:12px}
#bottom {
  background: url("../images/bg-pattern.png"), #7b4397;
  /* fallback for old browsers */
  background: url("../images/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url("../images/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
    
}

ul.breadcrumb &gt; li &gt; a {color:#333333}

section.child-category, section.child-item  {padding:0;margin:0}

/**********/

.html_category_datemodified, .html_category_datecreated, .html_item_datecreated, .html_item_datemodified, .html_category_item_date, .blog_dates{font:italic 9px "Trebuchet MS",Arial,Helvetica,sans-serif}
#app-blog-main.mainpage.app-blog &gt;article.item{margin-bottom:10px; border-bottom:1px solid #999999}
/*
time {text-align: right;display:block;font-weight:bold}
time span.month, time span.day {padding-left:5px;padding-bottom:10px} */

address.article-meta-created-by,
address.article-meta-modified-by,
time {display:inline-block}

time.article-meta-date-modified:after ,
address.article-meta-created-by:after {content: ' | ';margin-right:5px}


.schlix-notification-icon{}

.schlix-notification-container{ position:fixed;  z-index:99999;  right:5px;  top:50px}

.schlix-notification-box{ cursor:pointer;  padding:12px;  margin:0 0 6px 0;  background-color:black;  opacity:0.7;  color:white;  font:normal 13px 'Open Sans','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;  border-radius:3px;  box-shadow:#999 0 0 12px;  width:300px}

.schlix-notification-box:hover{ opacity:1;  box-shadow:#000 0 0 12px}
.schlix-notification-message{ color:white}

.schlix-notification-title{ color:white}
/***************/
div#app-blog-main.app-page-main.app-blog section.child-item {border-top:1px dotted #999999;margin-top:2em}
div#app-blog-main.app-page-main.app-blog section.child-item:first-child {border-top:none;margin-top:none}

.navbar-no-margin-bottom {margin-bottom:0}
#bottom {background-color:#333333;color:white}
footer {background-color:#999999;color:white}
.copyright {padding:1em 0}
img {max-width:100%}

/**************************/
/*  SCHLIX Notification */
/**************************/
.schlix-notification-icon{}

.schlix-notification-container{ position:fixed;  z-index:99999;  right:5px;  top:50px}

.schlix-notification-box{ cursor:pointer;  padding:12px;  margin:0 0 6px 0;  background-color:black;  opacity:0.7;  color:white;  font:normal 13px 'Open Sans','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;  border-radius:3px;  box-shadow:#999 0 0 12px;  width:300px}

.schlix-notification-box:hover{ opacity:1;  box-shadow:#000 0 0 12px}
.schlix-notification-message{ color:white}

.schlix-notification-title{ color:white}

/***************************************************/
/*   Article meta - date created, created by, etc */
/***************************************************/
div.meta.before-article {font-size:small}
address.article-meta-created-by,
address.article-meta-modified-by,
time {display:inline-block}

time.article-meta-date-created,
time.article-meta-date-modified,
address.article-meta-created-by,
address.article-meta-modified-by{margin-right:1em}

hr.article-separator { padding: 0; border: none; border-top: medium double #333; color: #333; text-align: center; } hr.article-separator:after { content: "Â§"; display: inline-block; position: relative; top: -0.7em; font-size: 1.5em; padding: 0 0.25em; background: white; }


/******************/
/*  Blog Margin */
/******************/

#app-blog-main.mainpage.app-blog &gt; article.item{margin-bottom:10px; border-bottom:1px solid #999999}

/*************************/
/* Landing Pages Styling */
/*************************/


.text-above-about-us-background {position: relative;z-index: 100;padding: 20px;background: rgb(34,34,34);background: rgba(34,34,34,0.75);    color:white;}

.section-testimonials {text-align:center;font-size:small;padding-bottom:4em;padding-top:1em}
.section-about-theme {padding-bottom: 4em;padding-top:1em}
h2.section-heading {color:#353b3c;font-size:30px;margin-bottom:1em}
img.review-person {border-radius: 50%}

h5.section-subheading {color:lightslategray}
p.section-subheading {color:maroon;text-transform:uppercase}
.section-about-us {background-color:#101010;color:white;background: url("../../../../../system/images/demo/team_meeting_1.jpg") no-repeat;background-position: center;background-size: cover;color:black;}
.section-about-us h2 {padding-top:0 !important;color:white}

/*************/
/* Frontpage */
/*************/
.body-frontpage {padding-top:0}


.row-flex {display:flex}
.featurette {font-size:small;margin:0  !important;padding:0 !important}
.featurette &gt; div {padding-top:2em;padding-bottom:2em}

.jumbotron p {font-size:14px}
.recent-blog-posts {background-color:#eef0f2;padding:0;margin:0}

.frontpage-latestblog .intro-text {font-size:12px;overflow:hidden}
.frontpage-latestblog .intro-title {font-size:16px;padding-bottom:0 !important;margin-bottom:0 !important;line-height:1 !important;font-weight:bold;}
.frontpage-latestblog .intro-date {font-size:11px;font-family: Arial, Helvetica, sans-serif;}
.frontpage-latestblog-category-title {font-weight:bold;text-transform: uppercase;letter-spacing: 5px}

.frontpage-latestblog a i {font-size:16px}
.front_extra_row1 {background-color:#eef0f2}
.front_extra_row2 {background-color:#c6c7c4}
.front_extra_row3 {background-color:#846a6a;color:white}

.front_extra_row1 a {color:#846a6a}
.front_extra_row2 a {color:#353b3c}
.front_extra_row3 a {color:#eef0f2}


/********************/
/*   Social media   */
/********************/
ul.social-footer li{font-family: 'Montserrat', Arial, sans-serif;   }
/**********/
/* Footer */
/**********/
.footer{ height:84px;  margin-top:110px;}
.footer_left{ padding:10px}

#footer{ padding-top:30px;  padding-bottom:30px;  color:white;  }
#footer a{ color:#fff}
#footer a:hover{ color:#c52d2f}
#footer ul{ list-style:none;  padding:0;  margin:0}
#footer ul &gt;li{ display:inline-block;  margin-left:15px}

/*************/
/*   Bottom  */
/*************/

#bottom{ border-top:5px solid #c6c7c4;  border-bottom:5px solid #846a6a;  font-size:14px;margin:0;}
#bottom h3{ margin-top:0;  margin-bottom:10px;  text-transform:uppercase;  font-size:22px;  color:#000}
#bottom ul{ list-style:none;  padding:0;  margin:0}
#bottom ul li{ display:block;  padding:5px 0}
#bottom ul li a{ color:#808080}
#bottom ul li a:hover{ color:#c52d2f}


/**********************/
/* Blog Category Tree */
/**********************/

ul.nested-category-list {font-family: 'Montserrat', sans-serif;padding:0;}
ul.nested-category-list ul {padding-left: 0.1em;}
ul.nested-category-list li {list-style:none;padding-left: 1.3em;    }
ul.nested-category-list li a{padding:5px 0;    display:block;    }
ul.nested-category-list li ul li {color: blue;}

ul.nested-category-list li a:before {content: "\f054";font-family: FontAwesome;display: inline-block;margin-left: -1.3em;width: 1.3em;}

.bootstrap-slideshow {
  margin-top: 50px;
}

.carousel {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px !important;
  max-height: 400px !important;
  min-height: 200px !important;
}
.carousel-inner{
  max-height: 400px !important;
  min-height: 200px !important;
}

.slide_image{
  max-height: 400px !important;
  min-height: 200px !important;
}

.col-sm-4 {
	width: 390px;
	padding: 7px !important;
}

.thumbnail {
	width: 100%;
}

.navbar-header {
	height: 70px !important;
}

.h1, h1 {
    font-size: 26px !important;
}</pre></body></html>