<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: NEBlue
Theme URI: http://nethemes.com/themes/neblue/
Description: NEBlue is an elegant blog theme with responsive and easily customizable.
Version: 1.2.18
Author: NEThemes
Author URI: http://nethemes.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,blog,news
Text Domain: neblue
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# General
# Header
# Navigation
# Content
# Post
# Widget
# Comments
# Navigation
# Search
# Footer
# Slider
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* html */
html {
  font-family: sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* body */
body {
  background-color: #f5f5f5;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* links */
a {
  color: #105cb6;
  text-decoration:none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover, a:focus, a:active {
  color: #105cb6;
  text-decoration:none;
}

/* forms */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #105cb6;
  color: #ffffff;
  text-transform:uppercase;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 12px;
  filter: alpha(opacity=80);
  opacity:0.8;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  filter: alpha(opacity=100);
  opacity:1;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  filter: alpha(opacity=100);
  opacity:1;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 4px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  border:1px solid #105cb6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin:0 0 1em;
}
h1, .h1 { font-size: 29px; }
h2, .h2 { font-size: 26px; }
h3, .h3 { font-size: 23px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 17px; }
h6, .h6 { font-size: 14px; text-transform: uppercase; }

/* tags */
p {
  margin:0 0 1em;
}
ul, ol {
  margin:0 0 1em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  background-color: #f3f3f3;
  border-left: 4px solid #105cb6;
  font-style: italic;
  margin: 0 0 10px;
  padding: 15px;
  font-size: 14px;
}
blockquote &gt; p:last-child {
  margin: 0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  overflow-wrap: break-word;
  padding: 0.8em;
  white-space: pre-wrap;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
code {
  background-color: #f9f2f4;
  color: #c7254e;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.5em 0;
  width: 100%;
}
td,
th {
  padding: 0.75em;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
img {
  height: auto;
  max-width: 100%;
}
embed, iframe, object, video {
  max-width: 100%;
}

/* caption */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}

/* posts and pages */
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* comments */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}

/* alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*  gallery */
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*site-header*/
.site-header{}
.site-header-area{
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.site-branding{
  padding:23px 20px 10px;
  position: relative;
}
.site-branding-logo{
  display:inline-block;
  min-height: 60px;
}
.custom-logo-link{
  line-height:0;
  font-size: 0;
  display:inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.custom-logo-link img{
  max-height: 60px;
  width: auto;
}

.site-title{
  display:inline-block;
  font-size:36px;
  line-height:40px;
  font-weight: bold;
  color:#333333;
  margin:0;
  padding: 0 0 3px;
  vertical-align: middle;
}
.site-title a{
  color:#333333;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active{
  color:#105cb6;
}
.site-social{
  float: right;
  padding: 17px 0 0;
}
.site-social a{
  font-size: 20px;
  line-height: 32px;
  padding: 0 14px 0 0;
}
.site-social a:last-child{
  padding: 0;
}
.site-social a i{
  color: #666666;
}
.site-social a:hover i,
.site-social a:focus i{
  color: #105cb6;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*main-navigation*/
.main-navigation{
  border-top:1px solid #eeeeee;
  float:none;
  padding:0 10px;
}

/* menu */
.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size:13px;
  line-height:1.2;
}
.main-navigation .menu &gt;li{
  float:none;
  display:inline-block;
  float: left;
  position: relative;
}
.main-navigation .menu li:hover &gt; ul,
.main-navigation .menu li.focus &gt; ul {
  left: auto;
}
.main-navigation .menu &gt;li &gt;a{
  display: block;
  color:#333333;
  line-height:40px;
  margin:0 10px;
}
.main-navigation .menu &gt;li &gt;a:hover,
.main-navigation .menu &gt;li &gt;a:focus{
  color:#105cb6;
  text-decoration:none;
}
.main-navigation .menu &gt;li ul{
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background:#ffffff;
  box-shadow:none;
  border:1px solid #dbdbdb;
  padding: 0;
  margin: 0;
}
.main-navigation .menu &gt;li ul li{
  list-style: none;
  text-align:left;
  padding:0;
  margin: 0;
  float: left;
  position: relative;
}
.main-navigation .menu &gt;li ul li a{
  display: block;
  display:inline-block;
  padding:9px 10px;
  min-height:30px;
  border-bottom: 1px solid #f2f2f2;
  font-weight:lighter;
  color:#333333;
  width: 200px;
}
.main-navigation .menu &gt;li ul li a:hover,
.main-navigation .menu &gt;li ul li a:focus{
  color:#105cb6;
  text-decoration:none;
}
.main-navigation .menu &gt;li ul ul {
  left: -999em;
  top: 0;
}
.main-navigation .menu &gt;li ul li:hover &gt; ul,
.main-navigation .menu &gt;li ul li.focus &gt; ul {
  left: 100%;
}

/* menu-toggle */
.menu-toggle{
  width:40px;
  height:40px;
  position:absolute;
  top:0;
  right:0;
  font-size:30px;
  line-height:40px;
  text-transform:uppercase;
  text-align:center;
  padding:0;
  background:none;
  color:#105cb6;
}
.menu-toggle:hover,
.menu-toggle:focus{
  background:none;
  filter: alpha(opacity=90);
  opacity:0.9;
}

/* responsive-nav */
.responsive-nav{
  background-color: #ffffff;
  margin: 0;
}
.responsive-nav &gt;li{
  border-top: 1px solid rgba(125, 125, 125, 0.15);
}
.responsive-nav &gt;li a{
  display: block;
  padding: 10px 15px;
  color: #333333;
}
.responsive-nav &gt;li a:hover,
.responsive-nav &gt;li a:focus{
  background: none;
  color: #105cb6;
}
.responsive-nav &gt;li ul{
  list-style: none;
}
.responsive-nav &gt;li ul li{
  border-top: 1px solid rgba(125, 125, 125, 0.15);
}
.responsive-nav &gt;li ul li a{
  display: block;
  padding: 10px 15px;
}
.responsive-nav &gt;li ul li a:hover{
  background: none;
}
.navbar-collapse{
  box-shadow:none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*site-content*/
.site-content{
  padding: 30px 0 0;
}
.site-main{}

/*content-area*/
.content-area{
  margin:0 0 30px;
}

/*about-author*/
.about-author{
  background-color: #ffffff;
  margin: 0 0 30px;
  padding: 20px;
  border-bottom: 1px solid #ebeae5;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.about-author-avatar{
  width: 60px;
  height: 60px;
  float: left;
}
.about-author-avatar a{
  display: block;
  width: 60px;
  height: 60px;
  line-height: 0;
}
.about-author-avatar img {
  width: 60px;
  height: 60px;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.about-author-bio-wrap{
  padding: 0 0 0 75px;
}
.about-author-name{
  margin: 0 0 10px;
}
.about-author-name a{
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
.about-author-name a:hover{
  color: #105cb6;
}
.about-author-name span{
  color: #808080;
  margin-left: 5px;
}
.about-author-bio{
  line-height: 1.6;
  margin: 0 0 10px;
}
.about-author-link{
  color: #808080;
}
.about-author-link i {
  margin-left: 6px;
  position: relative;
  top: 1px;
}

/*--------------------------------------------------------------
# Post
--------------------------------------------------------------*/

/*post*/
.site-main .post,
.site-main .page{
  margin:0 0 30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.post-media{
  line-height:0;
}
.post-media a{
  display:block;
  line-height:0;
  overflow: hidden;
}
.entry-header{}
.entry-title{
  color:#333333;
  font-size:24px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
  padding: 15px 20px 0;
}
.entry-title a{
  color:#333333;
}
.entry-title a:hover,
.entry-title a:focus{
  color:#105cb6;
}
.sticky .entry-title,
.sticky .entry-title a{
  color:#105cb6;
}
.entry-content,
.entry-summary{
  padding:18px 20px 20px;
}
.entry-footer{
  background: #eeeeee;
  padding: 0 20px;
  font-size: 12px;
}
.entry-footer a{
  display:inline-block;
  line-height:1.2;
  margin:2px 6px 2px 0;
  color: #333333;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.entry-footer a:hover,
.entry-footer a:focus{
  color: #105cb6;
  text-decoration:none;
}
.sticky .entry-footer {
    background: #105cb6;
    color: #ffffff;
}
.sticky .entry-footer a{
    color: #ffffff;
}
.sticky .entry-footer a:hover,
.sticky .entry-footer a:focus{
    color: #ffffff;
}
.entry-meta{
  font-size:12px;
  padding: 5px 0;
}
.entry-meta span{
  margin:0 12px 0 0;
}
.entry-meta .comments-link{
  float: right;
  margin-right: 0;
}
.entry-meta .comments-link a{
  margin-right: 0;
}
.tags-links{
  padding: 5px 0;
}
.more-link{
  display:inline-block;
  text-transform:uppercase;
  margin:15px 0 0;
  float: right;
  line-height: 30px;
    padding: 0 12px;
  background: #eeeeee;
  color: #333333;
  font-size: 12px;
}
.more-link:hover,
.more-link:focus{
  background: #105cb6;
    color: #ffffff;
}
.error-404{
  min-height:400px;
}

/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/

/*widget-area*/
.widget-area{}
.widget{
  margin:0 0 30px;
  padding: 25px;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.widget a{
  color:#333333;
}
.widget a:hover,
.widget a:focus{
  color:#105cb6;
}
.widget-title{
  font-weight:700;
  text-transform:uppercase;
  font-size:16px;
  line-height:1.2;
}
.widget &gt;ul{
  padding:0;
  margin: 0;
  list-style:none;
}
.widget &gt;ul &gt;li{
  color:#333333;
  margin:0 0 20px;
  line-height:1.2;
}
.widget &gt;ul &gt;li:last-child{
  margin: 0;
}

/*widget_tag_cloud*/
.widget_tag_cloud{}
.widget_tag_cloud .tagcloud {
  padding: 5px 0 0;
  overflow: hidden;
}
.widget_tag_cloud a{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px !important;
  background-color:#f6f6f6;
  padding: 0 10px;
  margin: 0 5px 7px 0;
  text-align: center;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget_tag_cloud a:hover {
  color: #ffffff !important;
  background-color: #105cb6;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

/*comments-area*/
.comments-area{
  padding:0 20px;
  margin:0 0 30px;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.comment-list{
  list-style:none;
  padding:0 0 15px;
  margin:0;
}
.comment,
.pingback{
  border-top: 1px dotted #dbdbdb;
  padding:15px 0 0;
  margin:15px 0 0;
}
.comment-list &gt;.comment:first-child,
.comment-list &gt;.pingback:first-child {
    border-top: none;
}
.comment-body{}
.comment-author{
  width:40px;
  height:40px;
  float:left;
  margin:0 10px 0 0;
}
.comment-author img{
  width:40px;
  height:40px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.comment-info{
  margin:0 0 0 56px;
}
.comment-meta{
  line-height:16px;
  padding:2px 0;
  color:#666666;
  position:relative;
}
.comment-meta a{
  color:#666666;
}
.comment-meta a:hover,
.comment-meta a:focus{
  color:#105cb6;
}
.comment-meta span{
  margin:0 5px 0 0;
}
.comment-meta span:last-of-type{
  margin-right:0;
}
.comment-meta .fn{
  font-weight:bold;
  color:#666666;
}
.comment-meta .fn a{
  color:#666666;
}
.comment-meta .fn a:hover,
.comment-meta .fn a:focus{
  color:#105cb6;
}
.comment-meta .comment-metadata{
  font-size:12px;
}
.comment-meta .comment-edit{
  font-size:12px;
}
.comment-content p:last-of-type{
  margin-bottom:0;
}
.comment-body .comment-content{
  padding: 2px 0 0;
  line-height:1.5;
  font-size: 12px;
    line-height: 18px;
    text-align: justify;
}
.comment-body .reply{
  position:absolute;
  top:0;
  right:0;
}
.comment-body .reply a{
  font-size:10px;
  text-transform:uppercase;
}
.comment-list .comment .children{
  margin:0;
  padding:0 0 0 50px;
  list-style:none;
}
.comment-list .comment .comment-respond{
  margin-top: 15px;
  margin-left:50px;
}
.no-comments{
  padding:15px 0 0;
}

/*comment-respond*/
.comment-respond{
  padding:20px;
  margin:0;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.comment-reply-title{
  font-weight:700;
  text-transform:uppercase;
  font-size:16px;
  line-height:1.2;
  margin:0 0 10px;
  position:relative;
}
.comment-reply-title small{
  position:absolute;
  top:0;
  right:0;
  font-size:10px;
  line-height:1.2;
  font-weight: normal;
}
.comment-reply-title small a{
  color:#666666;
  text-transform:uppercase;
}
.comment-form{}
.comment-form .logged-in-as{
  margin:0 0 10px;
  line-height:1.2;
  font-size:12px;
  color:#666666;
}
.comment-form .logged-in-as a{
  color:#666666;
}
.comment-form .logged-in-as a:hover,
.comment-form .logged-in-as a:focus{
  color:#105cb6;
}
.comment-form .comment-item{
  margin:0 0 10px;
}
.comment-form textarea{
  height:120px;
}
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"]{
  width:50%;
  margin:0 10px 0 0;
}
.comment-form .form-submit{
  margin:0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*posts-navigation*/
.posts-navigation{
  text-transform:uppercase;
  overflow: hidden;
}
.posts-navigation .nav-previous{
  float: left;
  width: 50%;
}
.posts-navigation .nav-next{
  float: right;
  text-align: right;
  width: 50%;
}

/*post-navigation*/
.post-navigation{
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 30px;
  padding: 20px;
  overflow: hidden;
}
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}
.post-navigation .nav-next{
  float: right;
  text-align: right;
  width: 50%;
}
.post-navigation a{
  color: #333333;
}
.post-navigation a:hover,
.post-navigation a:focus{
  color: #105cb6;
}

/*comment-navigation*/
.comment-navigation{
  font-size: 12px;
  line-height: 1.2;
  padding: 20px 0 30px;
  text-transform:uppercase;
  overflow: hidden;
}
.comment-navigation .nav-previous{
  float: left;
  width: 50%;
}
.comment-navigation .nav-next{
  float: right;
  text-align: right;
  width: 50%;
}

/*pagination*/
.pagination{
  margin: 0 0 30px;
  display: inline-block;
}
.pagination .nav-links{}
.pagination .nav-links span,
.pagination .nav-links a{
  padding: 11px 15px;
  border: 1px solid #e5e5e5;
    color: #333333;
    display: inline-block;
  line-height:1.2;
  margin-left: -1px;
  float: left;
  background:#ffffff;
}
.pagination .nav-links a:hover,
.pagination .nav-links a:focus{
  text-decoration:none;
  color:#ffffff;
  background:#105cb6;
}
.pagination .nav-links .current{
  color:#ffffff;
  background:#105cb6;
}

/*page-header*/
.page-header{
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  margin:0 0 30px;
  padding:15px 15px 0;
  text-align:center;
}
.page-header .page-title{
  margin:0;
  font-size:20px;
  line-height:1.2;
  padding:0 0 15px;
}
.archive-description{
  line-height:1.2;
  padding:0 0 15px;
  color:#666666;
  font-size:12px;
}
.archive-description p{
  margin:0;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

/*search-form*/
.search-form{}
.search-form label{
  display:none;
}
.search-form .search-field{
  height:40px;
  padding:6px;

  -webkit-border-radius:3px 0 0 3px;
  -moz-border-radius:3px 0 0 3px;
  border-radius:3px 0 0 3px;
}
.search-form .search-submit{
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  font-size:18px;
  padding:0;

  -webkit-border-radius:0 3px 3px 0;
  -moz-border-radius:0 3px 3px 0;
  border-radius:0 3px 3px 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*site-footer*/
.site-footer{
  text-align:center;
}
.site-info{
  font-size:13px;
  line-height:1.2;
  padding:25px 20px 25px;
  color:#666666;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.site-info a{
  color:#666666;
}
.site-info a:hover,
.site-info a:focus{
  color:#105cb6;
}

.site-info-nav{
  width: 40%;
  float: right;
  text-align: right;
}
.site-info-nav &gt;div{
  padding: 0 0 10px;
}
.site-info-nav &gt;div:last-child{
  padding: 0;
}
.site-info-social{
}
.site-info-social &gt;a{
  padding: 0 10px 0 0;
}
.site-info-social &gt;a:last-child{
  padding: 0;
}
.site-info-social a i{
  font-size: 14px;
}

.site-info-menu{
}
.site-info-menu .footer-menu{
  margin: 0;
  padding: 0;
}
.site-info-menu .footer-menu &gt;li{
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
}
.site-info-menu .footer-menu &gt;li:last-child{
  padding: 0;
}
.site-info-menu .footer-menu &gt;li &gt;ul{
  display: none;
  margin: 0;
  padding: 0;
}

.site-info-copyright{
  text-align: center;
}
.have-site-info-nav{
  text-align: left;
  width: 60%;
  float: left;
  padding: 0 20px 0 0;
}

#back_top {
  bottom:15px;
  cursor:pointer;
  height:40px;
  position:fixed;
  right:15px;
  text-align:center;
  width:40px;
  z-index:100;
  background:#105cb6;
  padding:0;
  filter: alpha(opacity=100);
  opacity:1;
  display: none;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#back_top i {
  line-height:36px;
  font-size:20px;
  color:#ffffff;
}
#back_top.visible-button{
  display: block;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.slider-text-box {
  color: #ffffff;
}
.slider-content {}
.featured-slider {
  position: relative;
}
.slider-text-wrap {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width:90%;
}
.slider-text-wrap span{
  display:block;
}
.slider-text-wrap span a{
  display:inline-block;
}
.wide .slider-text-wrap {
  left: 15%;
}
.slider-title {
  font-size: 16px;
}
.slider-title a {
  color: #FFFFFF;
  padding: 10px;
  line-height: 1;
  background: #105cb6;
}
.slider-content {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: inline-block;
  max-width: 40%;
  color: #777777;
  line-height:1;
  font-size:14px;
}
.slider-wrap {
  position: relative;
}
.owl-pagination {
  bottom: 15px;
  line-height: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999;
}
.owl-theme .owl-controls{
  margin: 0;
}
.owl-theme .owl-controls .owl-page{
  display: inline-block;
  height: 6px;
  margin: 0 4px;
  overflow: hidden;
  width: 18px;
}
.owl-theme .owl-controls .owl-page span {
  background-color: #ffffff;
  color: #ffffff;
  display: inline-block;
  height: 6px;
  overflow: hidden;
  width: 18px;
  margin: 0;
  filter: alpha(opacity=100);
  opacity: 1;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.owl-theme .owl-controls .owl-page:hover span, 
.owl-theme .owl-controls .owl-page:focus span, 
.owl-theme .owl-controls .active span{
  color: #105cb6;
  background-color: #105cb6;
}

/* carousel navigation */
.slider-wrap .owl-buttons {
  z-index: 11;
  display: none;
}
.slider-wrap:hover .owl-buttons{
  display: block;
}
.slider-wrap .owl-buttons .owl-prev{
  position: absolute;
  bottom: 50%;
  left: 0;
}
.slider-wrap .owl-buttons .owl-next{
  position: absolute;
  bottom: 50%;
  right: 0;
}
.slider-wrap .owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #ffffff;
  color: #105cb6;
  margin-bottom: -23px;
  filter: alpha(opacity=80);
  opacity: 0.8;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-wrap .owl-theme .owl-controls .owl-buttons div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slider-wrap .owl-theme .owl-controls .owl-buttons div i {
  position: relative;
  top: 1px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 991px) {
  .site-branding{
    padding-left:15px;
    padding-right:15px;
  }
  .site-branding-logo{
    width:100%;
    text-align:center;
  }
  .custom-logo-link{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 0;
  }
  .site-title{
    width: 100%;
  }
  .site-social{
    width:100%;
    float:none; 
    text-align: center;
  }
  .main-navigation{
    border-top: none;
  }
  .content-area{
    width:100%;
    padding-left:0;
    padding-right:0;
  }
  .widget-area{
    width:100%;
    padding-left:0;
    padding-right:0;
  }
  .site-info{
    padding-left:15px;
    padding-right:15px;
  }
  .entry-title{
    padding-left:15px;
    padding-right:15px;
  }
  .entry-content{
    padding-left:15px;
    padding-right:15px;
  }
  .widget{
    padding-left:15px;
    padding-right:15px;
  }
  .entry-footer{
    padding-left:15px;
    padding-right:15px;
  }
  .site-info-copyright{
    text-align: center;
  }
  .have-site-info-nav{
    text-align:center;
    float:none;
    width:100%;
    padding:0;
  }
}
@media (max-width: 767px){
  .slider-title {
    font-size: 14px;
  }
  .slider-title a {
    padding: 5px;
  }
  .slider-text-wrap .slider-content {
    display: none;
  }
}</pre></body></html>