<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Globals
 */

 body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 17px;
  font-weight: 300;
  background: #f9f9f9;
}

p {
  font-size: 17px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #FFF;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  text-decoration: none;
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #00C9BF;
}

h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover {
  text-decoration: none;
}

a:hover {
  color: #1abc9c;
}

a {
  color: #1abc9c;
}

b, strong{
  font-weight: 500;
}

blockquote{
  border-left: 3px solid #1abc9c;
  background: #F9F9F9;
}

code {
  max-width: 100%;
  white-space: pre-wrap;
}

.form-control{
  border-color: #ececec;
  border-radius: 0;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.form-control:focus {
  outline: 0;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input, button, select, textarea {
  border: 1px solid #ececec;
  border-radius: 0;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:focus, select:focus, textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

label{
  font-weight: 300;
}

.widget ul, ol {
  list-style: none;
  margin-left: 0;
  text-transform: capitalize;
}

/*
 * Comments
 */

#respond {
  padding: 15px;
  margin-top: 0px;
  background: #fcfcfc;
  border-top: 1px solid #ececec;
}

#comments {
  padding: 15px;
  border-top: 0px solid #ececec;
}

a#cancel-comment-reply-link {
  font-weight: 300;
}

h3#reply-title {
  font-weight: 200;
  text-transform: none;
}

.comment ul li:last-child {
  margin-bottom: 30px;
}

.comment img {
  border-radius: 3px;
}

.comment-respond {
  margin-top: 16px !important;
  border-bottom: 0px solid #ececec;
}

p.logged-in-as {
  font-size: 15px;
}

a.comment-edit-link {
  font-size: 14px;
}

a.comment-reply-link:hover{
  text-decoration: none;
}

.bypostauthor .media-heading{
  background-color: #00c9bf;
  padding: 4px 4px;
  border-radius: 3px;
  width: auto;
  display: inline-block;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
}

.media-heading {
  font-weight: 300;
  margin-bottom: 0;
  text-transform: capitalize;
}

.media-body time{
  font-size: 13px;
  text-decoration: underline;
  font-style: italic;
}

.media&gt;.pull-left {
  margin-right: 15px;
}

.comment-reply-link {
  font-size: 14px;
  background: #F5F5F5;
  border-radius: 3px;
  padding: 4px;
  text-transform: uppercase;
}

.media-body .alert{
  border: none;
  padding: 10px 12px;
  font-size: 16px;
  margin: 5px 0;
}

.comment-container {
  margin-bottom: 50px;
  background: #FFF;
  border: 1px solid #ECECEC;
  border-top: 0;
}

.comment_count {
  margin-bottom: 20px;
  color: #777;
  text-align: center;
}

.comment_count:after{
  content: '';
  display: block;
  width: 20%;
  margin: 0 auto;
  border-bottom: 1px solid #ececec;
  padding-top: 10px;
  margin-bottom: 20px;
}

.comment_count:before{
  content: '';
  display: block;
  width: 20%;
  margin: 0 auto;
  border-top: 1px solid #ececec;
  padding-bottom: 10px;
  margin-top: 20px;
}

#comments ol {
  margin: 0;
}

/*
 * WordPress Core CSS
 */

 .widget-title {
  font-size: 28px;
}

.widget {
  margin-bottom: 30px;
}

.screen-reader-text {
  display: none;
}

.search-field {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ececec;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.search-field:focus {
  outline: 0;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #1abc9c;
}

.search-form label {
  width: 100%;
}

.search-submit{
  display: none;
}

.search-box{
  border: 1px solid #ECECEC;
  display: none;
  z-index: 9999;
  padding: 8px;
  padding-bottom: 3px;
  background: #FFF;
  top: 50px;
  position: absolute;
}

/*
 * Navbar
 */

.mobile-menu{
    display: none;
}

.mobile-search{
  margin-top: 8px;
  float: left;
}

.mobile-toggle .navbar-header{
  display: inline-block;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.navbar-default {
  background-color: #000;
  border-color: 1px solid #000000;
}

.navbar {
  margin-bottom: 40px;
  border-radius: 0;
}

.navbar-nav {
  max-width: 100%;
}

.navbar-nav&gt;li {
  border-left: 0px solid #ececec;
}

.navbar-nav&gt;li:last-child {
  border-right: 0px solid #ececec;
}

.dropdown-menu {
  padding: 0;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 0;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: none;
  border-bottom: 0;
}

.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a:focus {
  color: #333;
  background-color: #999;
}

.navbar-default .navbar-nav&gt;li&gt;a {
  color: #333;
  max-width: 100%;
}

.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:hover, .navbar-default .navbar-nav&gt;.open&gt;a:focus {
  background-color: #999;
  color: #333;
}

.dropdown-menu&gt;li&gt;a {
  padding: 8px 20px;
  border-bottom: 1px solid #ececec;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #777;
}

.navbar-default .navbar-toggle {
  border-color: #ececec;
}

/*
 * Pagination &amp; 404
 */

 .pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination&gt;li:last-child&gt;a, .pagination&gt;li:last-child&gt;span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 45px;
  margin-top: 0;
}

.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
  color: #333;
  border: 1px solid #ececec;
}

.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager &gt; li &gt; a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

span.cat-count {
  display: inline-block;
  padding: 0px 6px;
  margin: 4px 0px;
  border-radius: 3px;
  background: rgb(255, 255, 255);
  color: rgb(97, 97, 97);
  font-weight: 100;
  border: 1px solid #ececec;
}

.dots:hover{
  background: #fff !important;
}

.current{
  background: #F9F9F9 !important;
}


.pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:hover, .pagination&gt;li&gt;a:focus, .pagination&gt;li&gt;span:focus {
  background-color: #F9F9F9;
  border-color: #ececec;
  color: #333;
}

.notfound {
  margin: 50px auto;
  width: 250px;
  text-align: center;
  text-transform: uppercase;
  color: #777;
}

.notfound h1 {
  font-size: 150px;
  color: #000;
}

.notfound .search-form{
  margin-top: 30px;
}

/*
 * Post
 */

 .post-content{
  overflow: hidden;
}

.post-content p{
  text-align: justify;
}

.post-thumbnail img {
  min-width: 100%;
  height: auto;
  max-width: 100%;
}

.post-thumbnail {
  margin-bottom: 30px;
}

.post {
  margin-bottom: 50px;
  padding: 15px;
  border: 0px solid #ececec;
}

article.page {
  margin-bottom: 50px;
  background: #000;
  padding: 15px;
  border: 0px solid #ececec;
}

.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 7px;
  border-bottom: 1px solid #ececec;
  font-style: italic;
  font-size: 15px;
}

.post-tags{
  color: #444;
  padding: 7px 0;
  border-top: 1px solid #ececec;
  margin-bottom: 0;
  margin-top: 20px;
}

.sticky {
  border: 2px solid #1abc9c;
  border-radius: 3px;
}

.h-header{
  margin: 20px 0;
  text-align: center;
}

.h-header:after{
  content: '';
  display: block;
  width: 20%;
  border-bottom: 1px solid #ececec;
  padding-top: 10px;
  margin: 0 auto;
}

.h-header:before{
  content: '';
  display: block;
  width: 20%;
  margin: 0 auto;
  border-top: 1px solid #ececec;
  padding-bottom: 10px;
}

.home-link{
  border-right: 0 !important;
}

.bio {
  color: #DDD;
  text-align: center;
}

.author-avatar{
  text-align: center;
  margin-bottom: 15px;
}

.author-avatar img{
  border-radius: 3px;
}

/*
* Chat Post
*/

.format-chat .post-content p{
  border-left: 3px solid #2ba6cb; /* The setting for border of first paragraph */
  margin-bottom: 6px;
  padding-left: 13px;
}
.format-chat .post-content p:nth-child(odd) {
  border-left-color: #00c9bf; /* The setting for border of next paragraph */
  background: #F9F9F9;
}

/*
* Btn
*/

.btn-primary{
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn {
  border: none;
  white-space: nowrap;
  padding: 10px 15px;
  line-height: 16px;
  border-radius: 3px;
  height: auto;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
 * Masthead for nav
 */

 .blog-masthead {
  background-color: #fff;
  margin-bottom: 40px;
  border: 1px solid #ECECEC;
  border-width: 1px 0;
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #232527;
  border-left: 1px solid #ECECEC;
}
.blog-nav-item:last-child {
  border-right: 1px solid #ECECEC;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/*
 * Blog name and description
 */

 .blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #000;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
}
.blog-title a {
  color: #1abc9c;
}
.blog-description {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  width: 45%;
  margin: 20px auto;
  text-align: center;
  max-width: 80%;
}

.blog-description:before, .blog-description:after{
  content: '';
  display: block;
  width: 20%;
  border-bottom: 1px solid #ececec;
  margin: 12px auto;
}


/*
 * Main column and sidebar layout
 */

 .blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
  margin-right: 0;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ECECEC;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

 .gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-item img{
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
  width: 33.33333%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*
* Widgets &amp; WordPress Styles
*/

#calendar_wrap {
  border: 1px solid #ececec;
  padding: 12px;
  background: #fff;
}

#wp-calendar caption {
  padding: 0 0 8px 0;
}

table#wp-calendar {
  width: 100%;
}

#wp-calendar thead {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  line-height: 25px;
}

#wp-calendar thead tr th {
  font-weight: 300;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #F9F9F9;
  border: 1px solid #f0f0f0;
  max-width: 100%; /* Image does not overflow the content area */
  padding: 10px 6px 0px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

figcaption.wp-caption-text {
  margin: 5px 0;
}

img {
  max-width: 100%;
  height: auto;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


ol, ul {
  list-style: none;
}

ul {
  list-style: disc outside;
  margin: 0 0 25px 48px;
  padding: 0;
}

ol {
  list-style-type: decimal;
  margin: 0 0 25px 48px;
}

ol ol {
  list-style: upper-roman;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: upper-alpha;
}

ol ol ol ol ol {
  list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 25px 5px;
}

dl dt {
  font-weight: bold;
  margin: 10px 0 0 0;
}

dl dd {
  margin: 5px 0 0 24px;
}

#closed {
  padding: 20px 30px;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  text-align: center;
}

/*
* Footer
*/

.blog-footer {
  padding: 30px 0;
  color: #999;
  text-align: center;
}

.blog-footer p{
  font-size: 13px;
}

.blog-footer a, .blog-footer a:hover{
  color: #999;
}

/*
 * Table
 */

 table {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 25px;
}

table caption {
  margin: 0 0 5px;
  font-size: 15px;
  font-variant: small-caps;
}

th,td {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.widget th,
.widget td {
  padding: 5px 2px;
}

th {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #f5f5f5;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}

td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

/*
 * Responsive
 */

 @media (max-width: 769px) {
  .mobile-menu{
    display: block !important;
  }
  .navbar, .navbar-default {
    display: none;
  }
  .navbar-nav {
    margin: 0;
  }
  .blog-sidebar{
    display: none;
  }
  .post{
    margin-bottom: 22px !important;
  }
  .home-link {
    display: none !important;
  }
  .pagination{
    text-align: center;
  }
  .blog-description {
    width: 100% !important;
  }
  .h-header:after{
    width: 40%;
  }
  .h-header:before{
    width: 40%;
  }
}

/*
* Override Bootstrap's default container.
*/

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
</pre></body></html>