<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url(https://fonts.googleapis.com/css?family=Pacifico);
body {
  font-family: "Lato", Helvetica, Arial;
  font-size: 16px;
  line-height: 2;
}

.wellcome{
	
}
.container {
  width: 350px;
  margin: 50px auto;
}
.container &gt; ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.title {
  font-family: 'Pacifico';
  font-weight: norma;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  color: #C0392B;
}

.dropdown {
  position: relative;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  display: block;
  color: white;
  background: #C0392B;
  -moz-box-shadow: 0 1px 0 #d65548 inset, 0 -1px 0 #962d22 inset;
  -webkit-box-shadow: 0 1px 0 #d65548 inset, 0 -1px 0 #962d22 inset;
  box-shadow: 0 1px 0 #d65548 inset, 0 -1px 0 #962d22 inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #cd3d2e;
}
.dropdown [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: '\25BC';
  font-size: 0.7em;
  color: #fff;
  top: 13px;
  right: 10px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown &gt; .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
}
.dropdown &gt; .dropdown-menu li {
  padding: 0;
}
.dropdown &gt; .dropdown-menu li a {
  display: block;
  color: #6f6f6f;
  background: #EEE;
  -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  padding: 10px 10px;
}
.dropdown &gt; .dropdown-menu li a:hover {
  background: #f6f6f6;
}
.dropdown &gt; input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dropdown &gt; input[type="checkbox"]:checked ~ .dropdown-menu {
  max-height: 9999px;
  display: block;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 2s ease-in-out;
  -o-transition: max-height 2s ease-in-out;
  -webkit-transition: max-height 2s ease-in-out;
  transition: max-height 2s ease-in-out;
}
.dropdown &gt; input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

.sidecontainer {
  width: 100%;
  display: grid;
  grid-template-areas: "sidebar main";
  grid-template-columns: 400px auto;
}

.sidebar {
  grid-area: sidebar;
  height: 100vw;
  background-color: white;
}

.main {
  grid-area: main;
  height: 100vw;
  background-color: #fff;
}


/*block wrapper section */
div.block-content {
  padding: 30px 0 60px;
  position: relative;
}
div.block-content .advertisement {
  margin-bottom: 30px;
}
div.block-content:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 15px;
  border-right: 1px solid #f0f0f0;
}
div.block-content.non-sidebar:after {
  display: none;
}
section.left-sidebar div.block-content:after {
  left: 0 !important;
  margin-left: -15px !important;
}
div.block-content:after {
  padding: 30px 0 60px;
}
.carousel-box {
  margin-bottom: 25px;
}
.carousel-box .news-post,
.carousel-box ul.list-posts {
  margin-bottom: 10px;
}
.block-content .owl-carousel {
  margin-left: -5px;
  margin-right: -5px;
}
.block-content .owl-carousel .item {
  margin: 0 5px 10px;
}
.grid-box {
  margin-bottom: 15px;
}
.grid-box .news-post,
.grid-box ul.list-posts {
  margin-bottom: 30px;
}
.masonry-box {
  margin-bottom: 25px;
}
.article-box {
  padding-bottom: 20px;
}
.image-post-slider {
  margin-bottom: 10px;
}
.image-post-slider ul.bxslider {
  margin: 0;
  padding: 0;
}
.image-post-slider ul.bxslider .image-post2 {
  margin-bottom: 0 !important;
}
.image-post-slider .bx-wrapper .bx-prev,
.image-post-slider .bx-wrapper .bx-next {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.image-post-slider .bx-wrapper .bx-prev:hover,
.image-post-slider .bx-wrapper .bx-next:hover {
  background: rgba(244, 67, 54, 0.9);
}


/*-------------------------------------------------*/
/* =  single post pages
/*-------------------------------------------------*/
.single-post-box .title-post {
  padding: 0 20px 25px;
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
  margin-top: -10px;
}
.single-post-box .title-post h1 {
  color: #333333;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 8px;
  text-align:center;
}
.single-post-box .share-post-box {
  margin-bottom: 10px;
  padding: 0 20px;
}
.single-post-box .share-post-box ul.share-box {
  margin: 0;
  padding: 0;
}
.single-post-box .share-post-box ul.share-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  margin-right: 8px;
  margin-bottom: 2px;
}
.single-post-box .share-post-box ul.share-box li i {
  font-size: 20px;
  margin-right: 12px;
  color: #999999;
  float: left;
}
.single-post-box .share-post-box ul.share-box li span {
  display: inline-block;
  line-height: 15px;
}
.single-post-box .share-post-box ul.share-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  padding: 8px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.single-post-box .share-post-box ul.share-box li a i {
  color: #ffffff;
}
.single-post-box .share-post-box ul.share-box li a.facebook {
  background: #1854dd;
}
.single-post-box .share-post-box ul.share-box li a.twitter {
  background: #18a3dd;
}
.single-post-box .share-post-box ul.share-box li a.google {
  background: #f14133;
}
.single-post-box .share-post-box ul.share-box li a.google i {
  margin-right: 0;
}
.single-post-box .share-post-box ul.share-box li a.linkedin {
  background: #1879dd;
}
.single-post-box .share-post-box ul.share-box li a.linkedin i {
  margin-right: 0;
}
.single-post-box .share-post-box ul.share-box li a:hover {
  opacity: 0.7;
}
.single-post-box .post-gallery {
  text-align: center;
  margin-bottom: 20px;
}
.single-post-box .post-gallery img {
  max-width: 100%;
  margin-bottom: 5px;
}
.single-post-box .post-gallery span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
}
.single-post-box .post-gallery iframe {
  width: 100%;
  height: 422px;
  margin-bottom: 20px;
}
.single-post-box .post-gallery.audio-post iframe {
  height: 168px;
}
.single-post-box &gt; .post-content {
  margin-bottom: 10px;
  overflow: hidden;
}
.single-post-box &gt; .post-content p {
  padding: 0 20px;
  margin-bottom: 18px;
}
.single-post-box &gt; .post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-decoration: underline;
}
.single-post-box &gt; .post-content p a:hover {
  opacity: 0.6;
}
.single-post-box &gt; .post-content blockquote {
  padding: 20px;
  padding-left: 70px;
  background: #eeeeee;
  border: none;
  margin: 0 0 20px;
  position: relative;
}
.single-post-box &gt; .post-content blockquote p {
  color: #222222;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  line-height: 24px;
}
.single-post-box &gt; .post-content blockquote:before {
  content: '\201C';
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 72px;
  color: #222222;
  font-family: georgia;
  line-height: 70px;
  font-weight: 700;
}
.single-post-box &gt; .post-content &gt; h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0 20px;
}
.single-post-box .article-inpost {
  overflow: hidden;
  margin-bottom: 20px;
}
.single-post-box .article-inpost .image-content {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.single-post-box .article-inpost .image-content .image-place {
  position: relative;
  margin-bottom: 5px;
}
.single-post-box .article-inpost .image-content .image-place img {
  width: 100%;
}
.single-post-box .article-inpost .image-content .image-place .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  /*! -o-transition: all 0.2s ease-in-out; */
}
.single-post-box .article-inpost .image-content .image-place .hover-image a {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  background: #f44336;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35px;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  outline: none;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a:hover {
  opacity: 0.7;
}
.single-post-box .article-inpost .image-content .image-place:hover .hover-image {
  opacity: 1;
}
.single-post-box .article-inpost .image-content span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
}
.single-post-box .article-inpost .text-content {
  padding-top: 15px;
}
.single-post-box .article-inpost .text-content h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
}
.single-post-box .article-inpost .text-content p {
  margin-bottom: 18px;
}
.single-post-box .review-box .member-skills {
  padding: 0 20px;
  margin-bottom: 15px;
  overflow: hidden;
}
.single-post-box .review-box .member-skills &gt; p {
  font-weight: 700;
  color: #222222;
  margin-bottom: 16px;
}
.single-post-box .review-box .member-skills .meter {
  height: 17px;
  padding: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 16px;
}
.single-post-box .review-box .member-skills .meter p {
  height: 100%;
  background: #f44336;
  text-align: right;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single-post-box .review-box .summary-box {
  padding: 14px 190px 14px 20px;
  background: #333333;
  position: relative;
  margin-bottom: 50px;
}
.single-post-box .review-box .summary-box h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.single-post-box .review-box .summary-box p {
  color: #ffffff;
}
.single-post-box .review-box .summary-box .summary-degree {
  position: absolute;
  bottom: -10px;
  right: 20px;
  background: #f44336;
  padding: 10px 20px 14px;
  text-align: center;
}
.single-post-box .review-box .summary-box .summary-degree p {
  color: #333333;
  font-weight: 700;
  margin: 0;
}
.single-post-box .review-box .summary-box .summary-degree p span {
  display: block;
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 4px;
  line-height: 48px;
}
.single-post-box .post-tags-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 20px 12px;
}
.single-post-box .post-tags-box ul.tags-box {
  margin: 0;
  padding: 0;
}
.single-post-box .post-tags-box ul.tags-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  margin-right: 3px;
  margin-bottom: 2px;
}
.single-post-box .post-tags-box ul.tags-box li i {
  font-size: 18px;
  margin-right: 10px;
  color: #999999;
}
.single-post-box .post-tags-box ul.tags-box li span {
  margin-right: 18px;
}
.single-post-box .post-tags-box ul.tags-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  border: 1px solid #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
.single-post-box .post-tags-box ul.tags-box li a:hover {
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
}
.single-post-box .prev-next-posts {
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.single-post-box .prev-next-posts .prev-post {
  float: left;
  border-right: 1px solid #f0f0f0;
}
.single-post-box .prev-next-posts .next-post {
  width: 50%;
  float: right;
}
.single-post-box .prev-next-posts .next-post img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.single-post-box .prev-next-posts .prev-post,
.single-post-box .prev-next-posts .next-post {
  width: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 25px 40px;
}
.single-post-box .prev-next-posts .prev-post:hover,
.single-post-box .prev-next-posts .next-post:hover {
  background: #fafafa;
}
.single-post-box .prev-next-posts img {
  width: 100px;
  margin-right: 15px;
  float: left;
}
.single-post-box .prev-next-posts .post-content {
  margin-top: 10px;
}
.single-post-box .prev-next-posts .post-content &gt; a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
.single-post-box .prev-next-posts .post-content &gt; a:hover {
  opacity: 0.7;
}
.single-post-box .prev-next-posts .post-content h2 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}
.single-post-box .prev-next-posts .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.single-post-box .prev-next-posts .post-content h2 a:hover {
  color: #f44336;
}
.single-post-box .about-more-autor {
  margin-bottom: 10px;
}
.single-post-box .about-more-autor ul.nav-tabs {
  text-align: center;
  border: none;
  border-bottom: 2px solid #f44336;
}
.single-post-box .about-more-autor ul.nav-tabs li {
  float: left;
  width: 50%;
  border: none;
  margin: 0;
  padding-left: 1px;
}
.single-post-box .about-more-autor ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 11px 3px;
  background: #222222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 0;
}
.single-post-box .about-more-autor ul.nav-tabs li a:hover {
  background: #f44336;
}
.single-post-box .about-more-autor ul.nav-tabs li:first-child {
  padding-left: 0;
}
.single-post-box .about-more-autor ul.nav-tabs li.active a {
  border: none;
  background: #f44336;
}
.single-post-box .about-more-autor .autor-box {
  padding: 30px 15px 30px 0;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post-box .about-more-autor .autor-box img {
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.single-post-box .about-more-autor .autor-box .autor-content {
  margin-left: 120px;
  margin-top: 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title {
  overflow: hidden;
  margin-bottom: 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 {
  float: left;
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 span:after {
  content: '/';
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 6px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a {
  text-decoration: underline;
  display: inline-block;
  color: #f44336;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a:hover {
  opacity: 0.7;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social {
  margin: 0;
  padding: 0;
  float: right;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li {
  display: inline-block;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a:hover {
  color: #ffffff;
  background: #f44336;
}
.single-post-box .about-more-autor .autor-box .autor-content p {
  margin: 0;
}
.single-post-box .about-more-autor .more-autor-posts {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: -5px;
  margin-right: -5px;
}
.single-post-box .about-more-autor .more-autor-posts .news-post {
  float: left;
  width: 25%;
  padding: 5px;
}
.single-post-box .about-more-autor .more-autor-posts .news-post .hover-box {
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: auto;
}
.single-post-box .comment-area-box ul {
  margin: 0;
  padding: 0;
}
.single-post-box .comment-area-box ul li {
  list-style: none;
}
.single-post-box .comment-area-box ul li .comment-box {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}
.single-post-box .comment-area-box ul li .comment-box img {
  width: 100px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content {
  margin-left: 120px;
  padding-top: 10px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  float: right;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 4px 9px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a i {
  font-size: 10px;
  margin-right: 9px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a:hover {
  background: #f44336;
  color: #ffffff;
  border: 1px solid #f44336;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content span {
  font-size: 12px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  font-style: italic;
  margin: 0 0 13px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content span i {
  margin-right: 9px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content p {
  margin: 0 !important;
}
.single-post-box .comment-area-box ul.depth .comment-box {
  padding-left: 100px;
}
.single-post-box .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  top: 50%;
  margin-top: -35px;
}
.single-post-box .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 20px;
  top: 50%;
  margin-top: -35px;
}
.single-post-box .bx-wrapper .bx-prev:hover,
.single-post-box .bx-wrapper .bx-next:hover {
  background: #ffffff;
}
.single-post-box .bx-wrapper .bx-next:before,
.single-post-box .bx-wrapper .bx-prev:before {
  margin-top: -20px;
}
.single-post-box .bx-wrapper .bx-next:hover:before,
.single-post-box .bx-wrapper .bx-prev:hover:before {
  color: #333333;
}
.single-post-box .bx-wrapper .bx-pager {
  display: block !important;
}
.single-post-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.single-wide .image-slider .news-post .hover-box .inner-hover {
  background: transparent !important;
  padding-bottom: 50px;
}
.single-wide .image-slider .news-post .hover-box .inner-hover h1 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 900;
  line-height: 30px;
  padding: 0 20px;
}
.single-wide .image-slider .news-post .hover-box .inner-hover ul.post-tags {
  padding: 0 20px;
}
.single-wide .image-slider .bx-wrapper .bx-pager {
  bottom: 20px;
  top: inherit;
  right: inherit;
  left: 50%;
}
.single-post-box.wide-version .share-post-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}


@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}


@media (min-width:992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float:left
  }
  .col-md-12 {
    width:100%
  }
  .col-md-11 {
    width:91.66666667%
  }
  .col-md-10 {
    width:83.33333333%
  }
  .col-md-9 {
    width:75%
  }
  .col-md-8 {
    width:66.66666667%
  }
  .col-md-7 {
    width:58.33333333%
  }
  .col-md-6 {
    width:50%
  }
  .col-md-5 {
    width:41.66666667%
  }
  .col-md-4 {
    width:33.33333333%
  }
  .col-md-3 {
    width:25%
  }
  .col-md-2 {
    width:16.66666667%
  }
  .col-md-1 {
    width:8.33333333%
  }
  .col-md-pull-12 {
    right:100%
  }
  .col-md-pull-11 {
    right:91.66666667%
  }
  .col-md-pull-10 {
    right:83.33333333%
  }
  .col-md-pull-9 {
    right:75%
  }
  .col-md-pull-8 {
    right:66.66666667%
  }
  .col-md-pull-7 {
    right:58.33333333%
  }
  .col-md-pull-6 {
    right:50%
  }
  .col-md-pull-5 {
    right:41.66666667%
  }
  .col-md-pull-4 {
    right:33.33333333%
  }
  .col-md-pull-3 {
    right:25%
  }
  .col-md-pull-2 {
    right:16.66666667%
  }
  .col-md-pull-1 {
    right:8.33333333%
  }
  .col-md-pull-0 {
    right:auto
  }
  .col-md-push-12 {
    left:100%
  }
  .col-md-push-11 {
    left:91.66666667%
  }
  .col-md-push-10 {
    left:83.33333333%
  }
  .col-md-push-9 {
    left:75%
  }
  .col-md-push-8 {
    left:66.66666667%
  }
  .col-md-push-7 {
    left:58.33333333%
  }
  .col-md-push-6 {
    left:50%
  }
  .col-md-push-5 {
    left:41.66666667%
  }
  .col-md-push-4 {
    left:33.33333333%
  }
  .col-md-push-3 {
    left:25%
  }
  .col-md-push-2 {
    left:16.66666667%
  }
  .col-md-push-1 {
    left:8.33333333%
  }
  .col-md-push-0 {
    left:auto
  }
  .col-md-offset-12 {
    margin-left:100%
  }
  .col-md-offset-11 {
    margin-left:91.66666667%
  }
  .col-md-offset-10 {
    margin-left:83.33333333%
  }
  .col-md-offset-9 {
    margin-left:75%
  }
  .col-md-offset-8 {
    margin-left:66.66666667%
  }
  .col-md-offset-7 {
    margin-left:58.33333333%
  }
  .col-md-offset-6 {
    margin-left:50%
  }
  .col-md-offset-5 {
    margin-left:41.66666667%
  }
  .col-md-offset-4 {
    margin-left:33.33333333%
  }
  .col-md-offset-3 {
    margin-left:25%
  }
  .col-md-offset-2 {
    margin-left:16.66666667%
  }
  .col-md-offset-1 {
    margin-left:8.33333333%
  }
  .col-md-offset-0 {
    margin-left:0
  }
}</pre></body></html>