body {
  color: #333333;
  overflow-x: hidden;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
  
}
#lynum {  /* modif */
/*  padding: 50px 0; */
  padding: 20px 0;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #333333;
}
a:hover,
a:focus {
  color: #5c9212;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div,
iframe,
img {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 20px 0;
  font-family: 'Playfair Display';
}
input,
textarea,
button,
select {
  outline: none;
}
p {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 2;
}
::selection {
  color: #fff;
  background-color: #5c9212;
}
::-moz-selection {
  color: #ffffff;
  background-color: #5c9212;
}
body.boxed #nuz {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
  padding: 0 15px;
/*  font-size: 12px; */
  font-size: 14px;
  font-weight: bold;
  /* text-transform: uppercase; */ /* modif */
  letter-spacing: 0.1em;
  height: 38px;
  line-height: 1;
  background-color: transparent;
  color: #333333;
/*  border: 1px solid rgba(51, 51, 51, 0.125); */
  border: 1px solid rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #333333;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #333333;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #333333;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #333333;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #5c9212;
}
textarea {
  height: auto;
  padding-top: 12px;
}
select {
  min-width: 150px;
  max-width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("assets/images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 98%;
  background-position: calc(100% - 15px);
}
select:focus {
  border-color: #5c9212;
}
select::-ms-expand {
  display: none;
}
button,
input[type="submit"],
.button {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #333333;
  padding: 13.5px 25px;
  line-height: 1.2;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover,
input[type="submit"]:hover,
.button:hover,
button:focus,
input[type="submit"]:focus,
.button:focus {
  background-color: #5c9212;
  color: #fff;
}
.button.lg {
  padding: 21.5px 40px;
}
select option {
  background-color: #ffffff;
  color: #333333;
}
/**
* Block Center
* ----------------------------------------------------------------------------
*/
.block-center:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.block-center {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.block-center-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  font-size: initial;
}
.block-center-inner > * {
  margin: auto;
}
/**
* owl-carousel
* ----------------------------------------------------------------------------
*/
.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
}
.owl-nav > div {
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 22px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.owl-prev {
  left: 30px;
}
.owl-next {
  right: 30px;
}
.owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
}
.owl-dot {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
}
.owl-dot.active {
  background-color: #fff;
}
.owl-carousel img {
  display: none;
}
.owl-carousel.owl-loaded img {
  display: block;
}
/**
* WordPress Core
* ----------------------------------------------------------------------------
*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.lihuqil,
div.lihuqil {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
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.lihuqil {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid rgba(51, 51, 51, 0.125);
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  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;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.8;
}
.sticky {
  opacity: 1;
}
.bypostauthor {
  opacity: 1;
}
/**
* Breadcrumb
* ----------------------------------------------------------------------------
*/
.breadcrumb-wrap {
  border-top: solid 1px rgba(51, 51, 51, 0.125);
  border-bottom: solid 1px rgba(51, 51, 51, 0.125);
  background-color: rgba(255, 255, 255, 0);
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal) .breadcrumb-wrap {
  border-bottom: none;
}
body.wesofe-header-2 .breadcrumb-wrap {
  border: none;
  background-color: transparent;
}
body.wesofe-header-2 .breadcrumb-wrap .breadcrumb {
  background-color: rgba(255, 255, 255, 0);
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumb {
  margin: 0;
  padding: 19px 0;
  background: none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  font-size: 0;
}
.breadcrumb > li {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 20px;
  padding: 0;
  display: inline;
}
.breadcrumb > .active {
  color: #5c9212;
}
.breadcrumb > li + li:before {
  color: #333333;
  letter-spacing: 0;
}
.no-image {
  background-color: #f5f5f5;
}
.no-image .block-center-inner {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.05em;
}
/**
* 404 page
* ----------------------------------------------------------------------------
*/
.error-404 p {
  font-size: 36px;
  margin: 20px 0 50px 0;
}
@media (max-width: 480px) {
  .error-404 p {
    font-size: 24px;
  }
}
/**
* Back To Top
* ----------------------------------------------------------------------------
*/
.back-to-top {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: #333333;
}
.back-to-top i {
  font-size: 22px;
}
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
  color: #fff;
  background-color: #5c9212;
}
.back-to-top.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
/**
* Site Loading
* ----------------------------------------------------------------------------
*/
.site-loading {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 600ms ease 200ms;
  -moz-transition: opacity 600ms ease 200ms;
  -o-transition: opacity 600ms ease 200ms;
  transition: opacity 600ms ease 200ms;
}
body.wesofe-loading .site-loading {
  opacity: 1;
  display: block;
}
/**
* Page
* ----------------------------------------------------------------------------
*/
.article-box article.lonuraw {
  background-color: rgba(255, 255, 255, 0);
  padding: 30px;
}
/**
* Contact Me - About Me
* ----------------------------------------------------------------------------
*/
.bodic ul.contact-info {
  padding-left: 50px;
  list-style: none;
}
.bodic ul.contact-info li {
  display: block;
}
.bodic ul.contact-info li i {
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #333333;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 30px;
  float: left;
}
.bodic ul.contact-info li + li {
  margin-top: 30px;
}
.form-contact-wrap .contact-title h2 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
}
.form-contact-wrap .contact-title h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 105px;
  border-bottom: 2px solid #333333;
}
.form-contact-wrap .content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
}
.form-contact-wrap .content textarea,
.form-contact-wrap .content input[type="submit"],
.form-contact-wrap .content input[type="email"],
.form-contact-wrap .content input[type="text"] {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 30px;
}
.form-contact-wrap .content input[type="submit"],
.form-contact-wrap .content input[type="email"],
.form-contact-wrap .content input[type="text"] {
  height: 55px;
}
.form-contact-wrap .content textarea {
  padding-top: 20px;
}
.form-contact-wrap .content span {
  display: block;
  padding-bottom: 20px;
}
.form-contact-wrap .content span > span {
  font-size: 13px;
  color: rgba(51, 51, 51, 0.7);
  margin-top: 5px;
  padding: 0;
}
.form-contact-wrap .form-submit {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .form-contact-wrap .content {
    padding-left: 0;
  }
}
/**
* 2.0 - Widget
* ----------------------------------------------------------------------------
*/
.dowinax {
  margin-bottom: 50px;
}
.dowinax a {
  color: #333333;
}
.dowinax a:hover {
  color: #5c9212;
}
.jifa .dowinax:last-child {
  margin-bottom: 0;
}
.dowinax-title {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  background-color: #333333;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dowinax-title:before {
  content: '';
  position: absolute;
  border-bottom: solid 8px #ffffff;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  width: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dowinax-title a {
  color: inherit;
}
.dowinax-title-custom .dowinax-title {
  margin-bottom: 45px;
}
body.dowinax-title-box .jifa .dowinax-title {
  padding-bottom: 15px;
}
body.dowinax-title-classic .dowinax-title {
  background-color: transparent;
  border-bottom: solid 3px #333333;
  text-align: left;
  color: #333333;
  padding-top: 0;
}
body.dowinax-title-classic .dowinax-title:before {
  display: none;
}
body.dowinax-title-centered .dowinax .dowinax-title {
  font-size: 24px;
  overflow: hidden;
  background-color: transparent;
  color: #333333;
  padding-top: 0;
}
body.dowinax-title-centered .dowinax .dowinax-title span {
  position: relative;
}
body.dowinax-title-centered .dowinax .dowinax-title span:before,
body.dowinax-title-centered .dowinax .dowinax-title span:after {
  content: '';
  border-top: solid 1px #333333;
  width: 40px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  margin-right: 30px;
}
body.dowinax-title-centered .dowinax .dowinax-title span:after {
  left: 100%;
  right: auto;
  margin-right: 0;
  margin-left: 30px;
}
.copyright-text {
  font-size: 16px;
  font-family: 'Crimson Text';
  font-style: italic;
}
.widget_archive ul > li + li,
.widget_categories ul > li + li,
.widget_nav_menu ul > li + li,
.widget_pages ul > li + li {
  border-top: solid 1px rgba(51, 51, 51, 0.125);
}
.widget_archive li > ul,
.widget_categories li > ul,
.widget_nav_menu li > ul,
.widget_pages li > ul {
  border-top: solid 1px rgba(51, 51, 51, 0.125);
}
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_archive ul.children,
.widget_categories ul.children,
.widget_nav_menu ul.children,
.widget_pages ul.children,
.widget_archive ul.sub-menu,
.widget_categories ul.sub-menu,
.widget_nav_menu ul.sub-menu,
.widget_pages ul.sub-menu {
  display: none;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
}
.widget_archive li ul,
.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
  padding-left: 30px;
}
.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.widget_pages a {
  display: inline-block;
  padding: 11px 10px;
}
.widget_archive a:before,
.widget_categories a:before,
.widget_nav_menu a:before,
.widget_pages a:before {
  content: '\f105';
  font-family: fontawesome;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  text-align: center;
  margin-right: 10px;
}
.widget_archive .li-caret,
.widget_categories .li-caret,
.widget_nav_menu .li-caret,
.widget_pages .li-caret {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 8px;
  cursor: pointer;
}
.widget_archive .li-caret:hover,
.widget_categories .li-caret:hover,
.widget_nav_menu .li-caret:hover,
.widget_pages .li-caret:hover {
  background-color: rgba(51, 51, 51, 0.125);
}
.widget_archive .li-caret:before,
.widget_categories .li-caret:before,
.widget_nav_menu .li-caret:before,
.widget_pages .li-caret:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid #333333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_archive .li-caret.in:before,
.widget_categories .li-caret.in:before,
.widget_nav_menu .li-caret.in:before,
.widget_pages .li-caret.in:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.widget_archive select,
.widget_categories select {
  width: 100%;
  margin-top: 20px;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}
.widget_calendar .calendar_wrap caption {
  font-style: italic;
  font-family: 'Crimson Text';
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  padding-top: 8px;
  padding-bottom: 8px;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar th {
  background-color: rgba(51, 51, 51, 0.125);
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px rgba(51, 51, 51, 0.125);
  text-align: center;
}
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul {
  padding-left: 30px;
}
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.widget_meta cite,
.widget_recent_comments cite,
.widget_rss cite,
.widget_recent_entries cite {
  font-style: italic;
  font-family: 'Crimson Text';
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
}
form.search-form:after {
  content: '';
  display: table;
  clear: both;
}
form.search-form > label {
  float: left;
}
form.search-form > button {
  float: right;
  line-height: 13px;
}
form.search-form label span.screen-reader-text {
  display: none;
}
form.search-form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: 40px;
  width: 100%;
}
.tagcloud {
  margin-bottom: -10px;
}
.tagcloud a {
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: 0.2em;
  border: solid 1px rgba(51, 51, 51, 0.125);
  line-height: 34px;
  padding: 0 20px;
  display: inline-block;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 8px;
  color: #333333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tagcloud a:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.null-instagram-feed {
  position: relative;
}
.null-instagram-feed p.clear {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  padding: 0;
  margin: auto;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.null-instagram-feed p.clear a {
  color: #fff;
}
.null-instagram-feed:hover p.clear {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
ul.instagram-pics {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.instagram-pics li {
  display: inline-block;
  width: 20%;
}
.tygac .dowinax-title {
  margin-bottom: 0;
}
.tygac .cekipo {
  width: 70px;
  float: left;
  margin-right: 30px;
}
.tygac .jade {
  font-size: 18px;
  line-height: 24px;
}
.tygac .wovuqyd {
  line-height: 1em;
  position: relative;
  overflow: hidden;
  top: -3px;
}
.tygac .tygac-date {
  font-size: 16px;
  margin-top: 10px;
}
.tygac .dote {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tygac .dote + .dote {
  border-top: solid 1px rgba(51, 51, 51, 0.125);
}
.tygac .nykof .prettyPhoto {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.dote .humyxy:before,
.small-post .humyxy:before {
  background-color: rgba(92, 146, 18, 0.8); /* modi */
}
.tygac .dote:last-child {
  padding-bottom: 0;
}
.tygac .owl-controls {
  display: none;
}
.tygac-carousel .cekipo {
  float: left;
  width: 170px;
}
.tygac-carousel .cekipo .owl-dots {
  display: none !important;
}
.tygac-carousel .cekipo .owl-nav > div {
  width: 30px;
  height: 30px;
  line-height: 24px;
  font-size: 14px;
}
.tygac-carousel .cekipo .owl-prev {
  left: 10px;
}
.tygac-carousel .cekipo .owl-next {
  right: 10px;
}
.tygac-carousel .nykof .prettyPhoto {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.tygac-carousel .voda > .owl-controls > .owl-dots {
  position: static;
  line-height: 1;
  margin-top: 40px;
}
.tygac-carousel .voda > .owl-controls > .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid rgba(51, 51, 51, 0.125);
  margin: 0 10px;
}
.tygac-carousel .voda > .owl-controls > .owl-dots .owl-dot.active {
  background: transparent;
  border-color: #5c9212;
}
.tygac-carousel .cekipo + .wovuqyd {
  padding-left: 200px;
}
.tygac-carousel .jade {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
  display: block;
}
.tygac-carousel .category {
  font-size: 12px;
  letter-spacing: 0.4em;
  font-weight: bold;
  text-transform: uppercase;
}
.tygac-carousel .category > a {
  color: #5c9212;
}
.tygac-carousel .tygac-date {
  font-style: italic;
  line-height: 1;
}
.tygac-carousel .tygac-date:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(51, 51, 51, 0.125);
  margin: 5px 0 10px 0;
}
@media (max-width: 320px) {
  .tygac-carousel .cekipo {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .tygac-carousel .cekipo + .wovuqyd {
    padding-left: 0;
  }
}
.tygac-creative .tygac-big {
  position: relative;
}
.tygac-creative .tygac-big .cekipo {
  position: relative;
  height: 515px;
}
.tygac-creative .tygac-big .cekipo:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.tygac-creative .tygac-big .image-post {
  height: 515px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tygac-creative .tygac-big .wovuqyd {
  position: absolute;
  height: 100%;
  top: 0;
  left: 15px;
  right: 15px;
  z-index: 2;
  color: #fff;
}
.tygac-creative .tygac-big .hune a,
.tygac-creative .tygac-big .jade,
.tygac-creative .tygac-big .tygac-date a {
  color: #ffffff;
}
.tygac-creative .tygac-big .jade {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 60px;
  line-height: 1.2;
  display: block;
  padding-bottom: 20px;
  position: relative;
}
.tygac-creative .tygac-big .jade:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 50px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.tygac-creative .tygac-big .tygac-date {
  font-size: 16px;
  line-height: 1.2;
  font-style: italic;
}
.tygac-creative .tygac-big .category a {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #fff;
}
.tygac-creative .tygac-big .category a:first-child {
  margin-right: 5px;
}
.tygac-creative .tygac-big .category {
  margin-top: 10px;
  padding: 0 10px;
}
.tygac-creative .tygac-small {
  height: 132px;
}
.tygac-creative .tygac-small:last-child {
  margin-bottom: 0;
}
.tygac-creative .tygac-small > div + div {
  padding-left: 30px;
}
.tygac-creative .tygac-small .cekipo {
  width: 170px;
  float: left;
}
.tygac-creative .tygac-small .wovuqyd {
  height: 132px;
  overflow: hidden;
}
.tygac-creative .tygac-small .jade {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.tygac-creative .tygac-small .gegycar-meta {
  margin-bottom: 20px;
}
.tygac-creative .tygac-small .gegycar-meta > div {
  display: inline-block;
}
.tygac-creative .tygac-small .gegycar-meta > div.hune {
  color: #939393;
}
.tygac-creative .tygac-small .gegycar-meta > div.hune a {
  color: #5c9212;
}
.tygac-creative .tygac-small .gegycar-meta > div + div:before {
  content: "/";
  display: block;
  width: 5px;
  display: inline-block;
  color: #939393;
}
.tygac-creative .tygac-small .category {
  line-height: 1.6;
}
.tygac-creative .tygac-small .category a {
  color: #5c9212;
  margin-right: 5px;
}
.tygac-creative .tygac-small .entry-meta-author a,
.tygac-creative .tygac-small .category a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: bold;
}
.tygac-creative .tygac-small .entry-meta-author span,
.tygac-creative .tygac-small .entry-meta-date a {
  margin: 0 5px;
  color: #939393;
  font-size: 16px;
  font-style: italic;
  font-family: 'Crimson Text';
}
.tygac-creative .tygac-small .entry-expert p {
  font-size: 15px;
  line-height: 2;
  max-height: 4em;
  overflow: hidden;
}
.tygac-creative .tygac-small a.prettyPhoto {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 12px;
}
.tygac-creative .tygac-small + .tygac-small {
  margin-top: 60px;
  position: relative;
}
.tygac-creative .tygac-small + .tygac-small:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgba(51, 51, 51, 0.125);
  top: -30px;
}
.tygac-creative h3 {
  padding: 0;
  margin: 0;
}
.dowinax-about .dowinax-title {
  margin-bottom: 30px;
}
.dowinax-about h2 {
  font-size: 24px;
  line-height: 60px;
  font-style: italic;
  text-align: center;
  font-family: 'Playfair Display';
  position: relative;
}
.dowinax-about h2:before,
.dowinax-about h2:after {
  content: '';
  position: absolute;
  width: 20px;
  border-top: solid 1px rgba(51, 51, 51, 0.25);
  bottom: 0;
  margin: auto;
  left: 0;
  right: 60px;
}
.dowinax-about h2:after {
  left: 60px;
  right: 0;
}
.dowinax-about h2 > span {
  border: solid 1px rgba(51, 51, 51, 0.25);
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
.dowinax-about .description {
  font-family: 'Crimson Text';
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.7);
  text-align: center;
  margin-bottom: 20px;
}
.dowinax-about .avatar {
  text-align: center;
}
.dowinax-about .avatar-top-circle,
.dowinax-about .avatar-left-circle {
  text-align: center;
}
.dowinax-about .avatar-top-circle .avatar,
.dowinax-about .avatar-left-circle .avatar {
  display: inline-block;
  width: 132px;
  height: 132px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.dowinax-about ul.ciwi {
  border-top: solid 1px rgba(51, 51, 51, 0.125);
  padding-top: 18px;
}
.dowinax-about .about-left {
  float: left;
  width: 170px;
}
.dowinax-about .about-left .avatar {
  width: auto;
  height: auto;
}
.dowinax-about .about-right {
  padding-left: 200px;
}
.dowinax-about .about-right h2,
.dowinax-about .about-right .description,
.dowinax-about .about-right .ciwi {
  text-align: left;
}
.dowinax-about .about-right h2:before,
.dowinax-about .about-right h2:after,
.dowinax-about .about-right h2 > span {
  right: auto;
}
.dowinax-about .about-right h2:after {
  left: 60px;
}
.dowinax-about .about-right h2 > span {
  left: 35px;
}
.dowinax .ciwi {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dowinax .ciwi li {
  display: inline-block;
}
.dowinax .ciwi li + li > a {
  margin-left: 20px;
}
.dowinax .ciwi a {
  display: inline-block;
}
.pasy .ciwi.left {
  text-align: left;
}
.pasy .ciwi.zajacyv a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background-color: rgba(51, 51, 51, 0.125);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pasy .ciwi.zajacyv a:hover {
  background-color: #5c9212;
  color: #ffffff;
}
.pasy .ciwi.zajacyv li + li > a {
  margin-left: 10px;
}
.dowinax-banner:hover .banner-button {
  visibility: visible;
  opacity: 1;
}
.dowinax-banner:hover a:after {
  opacity: 0.7;
  visibility: visible;
}
.dowinax-banner .dowinax-image-wrap {
  position: relative;
  text-align: center;
}
.dowinax-banner .dowinax-image-wrap img {
  width: 100%;
}
.dowinax-banner a:after {
  content: '';
  position: absolute;
  background-color: #333;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dowinax-banner .banner-button {
  visibility: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 0;
  z-index: 2;
}
.dowinax-banner .banner-button > span {
  display: inline-block;
  padding: 0 20px;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 11px;
  background-color: #5c9212;
  text-transform: uppercase;
  color: #fff;
}
.dowinax-banner .dowinax-image-wrap.bottom .banner-button {
  top: auto;
}
.dowinax-image-box p {
  margin: 20px 0 0;
  color: rgba(51, 51, 51, 0.7);
}
.widget_mc4wp_form_widget {
  text-align: center;
}
.widget_mc4wp_form_widget.bordered .mc4wp-form-fields {
  border: solid 1px rgba(51, 51, 51, 0.125);
  padding: 20px;
}
.widget_mc4wp_form_widget.text-left {
  text-align: left;
}
.widget_mc4wp_form_widget.horizontal {
  text-align: left;
}
.widget_mc4wp_form_widget.horizontal .mail-chimp-input {
  position: relative;
}
.widget_mc4wp_form_widget.horizontal .mail-chimp-input input[type="submit"] {
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  top: 0;
  right: 0;
  width: auto;
}
.widget_mc4wp_form_widget.horizontal .mail-chimp-input input[type="email"] {
  height: 40px;
}
.widget_mc4wp_form_widget.horizontal .mail-chimp-title > span {
  display: inline-block;
}
.widget_mc4wp_form_widget.horizontal .mail-chimp-title > i {
  margin-right: 10px;
}
.widget_mc4wp_form_widget .mail-chimp-title {
  font-family: 'Crimson Text';
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 20px;
}
.widget_mc4wp_form_widget .mail-chimp-title > span {
  display: block;
  line-height: 28px;
}
.widget_mc4wp_form_widget .mail-chimp-input input {
  display: block;
  width: 100%;
}
.widget_mc4wp_form_widget .mail-chimp-input input[type="email"] {
  margin-bottom: 10px;
  background-color: rgba(51, 51, 51, 0.05);
  border-color: transparent;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
  font-family: 'Crimson Text';
}
.widget_mc4wp_form_widget .mail-chimp-input input[type="email"]:focus {
  border-color: #5c9212;
}
.xubyd .null-instagram-feed ul.instagram-pics {
  margin-left: -7px;
  margin-right: -7px;
}
.xubyd .null-instagram-feed ul.instagram-pics li {
  width: 33.33333%;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 14px;
}
.xubyd .null-instagram-feed .dowinax-title {
  margin-bottom: 16px;
}
.xubyd .tygac-carousel .cekipo {
  width: auto;
  float: none;
  margin-bottom: 20px;
}
.xubyd .tygac-carousel .cekipo + .wovuqyd {
  padding-left: 0;
}
body[data-header="header-2"] input[type="text"],
body[data-header="header-2"] input[type="search"],
body[data-header="header-2"] input[type="email"],
body[data-header="header-2"] input[type="url"],
body[data-header="header-2"] input[type="password"],
body[data-header="header-2"] input[type="tel"],
body[data-header="header-2"] textarea,
body[data-header="header-2"] select {
  border-color: rgba(51, 51, 51, 0.125);
  color: #333333;
}
body[data-header="header-2"] input[type="text"]::-webkit-input-placeholder,
body[data-header="header-2"] input[type="search"]::-webkit-input-placeholder,
body[data-header="header-2"] input[type="email"]::-webkit-input-placeholder,
body[data-header="header-2"] input[type="url"]::-webkit-input-placeholder,
body[data-header="header-2"] input[type="password"]::-webkit-input-placeholder,
body[data-header="header-2"] input[type="tel"]::-webkit-input-placeholder,
body[data-header="header-2"] textarea::-webkit-input-placeholder,
body[data-header="header-2"] select::-webkit-input-placeholder {
  color: #333333;
}
body[data-header="header-2"] input[type="text"]:-moz-placeholder,
body[data-header="header-2"] input[type="search"]:-moz-placeholder,
body[data-header="header-2"] input[type="email"]:-moz-placeholder,
body[data-header="header-2"] input[type="url"]:-moz-placeholder,
body[data-header="header-2"] input[type="password"]:-moz-placeholder,
body[data-header="header-2"] input[type="tel"]:-moz-placeholder,
body[data-header="header-2"] textarea:-moz-placeholder,
body[data-header="header-2"] select:-moz-placeholder {
  color: #333333;
}
body[data-header="header-2"] input[type="text"]::-moz-placeholder,
body[data-header="header-2"] input[type="search"]::-moz-placeholder,
body[data-header="header-2"] input[type="email"]::-moz-placeholder,
body[data-header="header-2"] input[type="url"]::-moz-placeholder,
body[data-header="header-2"] input[type="password"]::-moz-placeholder,
body[data-header="header-2"] input[type="tel"]::-moz-placeholder,
body[data-header="header-2"] textarea::-moz-placeholder,
body[data-header="header-2"] select::-moz-placeholder {
  color: #333333;
}
body[data-header="header-2"] input[type="text"]:-ms-input-placeholder,
body[data-header="header-2"] input[type="search"]:-ms-input-placeholder,
body[data-header="header-2"] input[type="email"]:-ms-input-placeholder,
body[data-header="header-2"] input[type="url"]:-ms-input-placeholder,
body[data-header="header-2"] input[type="password"]:-ms-input-placeholder,
body[data-header="header-2"] input[type="tel"]:-ms-input-placeholder,
body[data-header="header-2"] textarea:-ms-input-placeholder,
body[data-header="header-2"] select:-ms-input-placeholder {
  color: #333333;
}
body[data-header="header-2"] button,
body[data-header="header-2"] input[type="submit"],
body[data-header="header-2"] .button {
  color: #ffffff;
  background-color: #333333;
}
body[data-header="header-2"] button:hover,
body[data-header="header-2"] input[type="submit"]:hover,
body[data-header="header-2"] .button:hover {
  background-color: #5c9212;
}
body[data-header="header-2"] .dowinax-title {
  background-color: #333333;
  color: #ffffff;
}
body[data-header="header-2"] .dowinax-title:before {
  border-bottom-color: #ffffff;
}
body[data-header="header-2"] .dowinax a {
  color: #333333;
}
body[data-header="header-2"] .dowinax a:hover {
  color: #5c9212;
}
body[data-header="header-2"].dowinax-title-classic .dowinax-title {
  background-color: transparent;
  border-bottom-color: #333333;
  color: #333333;
}
body[data-header="header-2"].dowinax-title-centered .dowinax .dowinax-title {
  color: #333333;
}
body[data-header="header-2"].dowinax-title-centered .dowinax .dowinax-title span:before,
body[data-header="header-2"].dowinax-title-centered .dowinax .dowinax-title span:after {
  border-top-color: #333333;
}
body[data-header="header-2"] .widget_archive ul > li + li,
body[data-header="header-2"] .widget_categories ul > li + li,
body[data-header="header-2"] .widget_nav_menu ul > li + li,
body[data-header="header-2"] .widget_pages ul > li + li {
  border-top: solid 1px rgba(51, 51, 51, 0.125);
}
body[data-header="header-2"] .widget_archive li > ul,
body[data-header="header-2"] .widget_categories li > ul,
body[data-header="header-2"] .widget_nav_menu li > ul,
body[data-header="header-2"] .widget_pages li > ul {
  border-top: solid 1px rgba(51, 51, 51, 0.125);
}
body[data-header="header-2"] .widget_archive .li-caret:hover,
body[data-header="header-2"] .widget_categories .li-caret:hover,
body[data-header="header-2"] .widget_nav_menu .li-caret:hover,
body[data-header="header-2"] .widget_pages .li-caret:hover {
  background-color: rgba(51, 51, 51, 0.125);
}
body[data-header="header-2"] .widget_archive .li-caret:before,
body[data-header="header-2"] .widget_categories .li-caret:before,
body[data-header="header-2"] .widget_nav_menu .li-caret:before,
body[data-header="header-2"] .widget_pages .li-caret:before {
  border-top-color: #333333;
}
body[data-header="header-2"] .widget_calendar .calendar_wrap caption {
  color: rgba(51, 51, 51, 0.7);
}
body[data-header="header-2"] .widget_calendar #wp-calendar th {
  background-color: rgba(51, 51, 51, 0.125);
}
body[data-header="header-2"] .widget_calendar #wp-calendar tbody td,
body[data-header="header-2"] .widget_calendar #wp-calendar th {
  border: solid 1px rgba(51, 51, 51, 0.125);
}
body[data-header="header-2"] .widget_meta cite,
body[data-header="header-2"] .widget_recent_comments cite,
body[data-header="header-2"] .widget_rss cite,
body[data-header="header-2"] .widget_recent_entries cite {
  color: rgba(51, 51, 51, 0.7);
}
body[data-header="header-2"] .tagcloud a {
  border-color: rgba(51, 51, 51, 0.125);
  color: #333333;
}
body[data-header="header-2"] .tagcloud a:hover {
  color: #ffffff;
  background-color: #333333;
  border_color: #333333;
}
body[data-header="header-2"] .tygac .tygac-date {
  color: rgba(51, 51, 51, 0.7);
}
body[data-header="header-2"] .tygac .dote + .dote {
  border-top: solid 1px rgba(51, 51, 51, 0.125);
}
body[data-header="header-2"] .tygac-carousel .tygac-date {
  color: rgba(51, 51, 51, 0.7);
}
body[data-header="header-2"] .tygac-carousel .owl-dot {
  border: solid 1px #333333;
}
body[data-header="header-2"] .tygac-carousel .category {
  border-bottom: solid 1px rgba(51, 51, 51, 0.125);
}
body[data-header="header-2"] .dowinax-about h2:before,
body[data-header="header-2"] .dowinax-about h2:after {
  border-top-color: rgba(51, 51, 51, 0.25);
}
body[data-header="header-2"] .dowinax-about h2 > span {
  border-color: rgba(51, 51, 51, 0.25);
}
body[data-header="header-2"] .dowinax-about .description {
  color: rgba(51, 51, 51, 0.7);
}
body[data-header="header-2"] .dowinax-about ul.ciwi {
  border-top-color: rgba(51, 51, 51, 0.125);
}
body[data-header="header-2"] .pasy .ciwi.zajacyv a {
  background-color: rgba(51, 51, 51, 0.125);
}
body[data-header="header-2"] .pasy .ciwi.zajacyv a:hover {
  background-color: #5c9212;
  color: #ffffff;
}
body[data-header="header-2"] .dowinax-image-box p {
  color: rgba(51, 51, 51, 0.7);
}
body[data-header="header-2"] .widget_mc4wp_form_widget.bordered .mc4wp-form-fields {
  border-color: rgba(51, 51, 51, 0.125);
}
body[data-header="header-2"] .widget_mc4wp_form_widget .mail-chimp-input input[type="email"] {
  background-color: rgba(51, 51, 51, 0.05);
}
.xubyd-top aside {
  padding-left: 15px;
  padding-right: 15px;
}
.xubyd-top .dowinax {
  margin-bottom: 0;
}
.xubyd-top .dowinax-title {
  background-color: transparent;
  color: #333333;
  text-align: left;
  border: none !important;
}
.xubyd-top .dowinax-title > span {
  border-bottom: solid 1px #333333;
  line-height: 60px;
  display: inline-block;
}
.xubyd-top .dowinax-title > span:before,
.xubyd-top .dowinax-title > span:after {
  display: none !important;
}
.xubyd-top .dowinax-banner .banner-button > span {
  padding: 0 30px;
  line-height: 50px;
  background-color: #fff;
  color: #5c9212;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .dowinax {
  background-color: rgba(255, 255, 255, 0);
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd button,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd input[type="submit"],
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .button {
  color: rgba(255, 255, 255, 0);
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .dowinax-title {
  color: rgba(255, 255, 255, 0);
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .dowinax-title:before {
  border-bottom-color: rgba(255, 255, 255, 0);
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .dowinax-image-box .image-box-wrapper,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .dowinax-about h2,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .dowinax-about .description,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .dowinax-about .ciwi,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .tygac .dote,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .tygac .dote,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .tygac-carousel .dote,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .tygac-carousel .dote,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_mc4wp_form_widget .mc4wp-form,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_calendar .calendar_wrap,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_search form,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .quzavyn .bija,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .tagcloud {
  padding-left: 20px;
  padding-right: 20px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .dowinax-about .avatar-top-circle .avatar,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .dowinax-about .avatar-left-circle .avatar {
  margin-top: 30px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .dowinax-about .ciwi {
  padding-bottom: 10px;
  padding-top: 10px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .tygac .dote:last-child {
  padding-bottom: 30px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .tygac-carousel .voda {
  padding-bottom: 20px;
  padding-top: 20px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .tygac-carousel .dowinax-title + .voda {
  padding-top: 0;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .dowinax-image-box .image-box-wrapper {
  padding-bottom: 30px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_mc4wp_form_widget .mc4wp-form {
  padding-bottom: 30px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_archive .dowinax-title,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_categories .dowinax-title,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_pages .dowinax-title,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_nav_menu .dowinax-title {
  margin-bottom: 0;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_archive .li-caret,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_categories .li-caret,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_nav_menu .li-caret,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_pages .li-caret {
  right: 10px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_archive select,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_categories select {
  width: 90%;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 20px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_calendar .calendar_wrap {
  padding-bottom: 30px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_meta > ul,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_recent_comments > ul,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_recent_entries > ul,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_rss > ul {
  padding-bottom: 30px;
  padding-right: 10px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_search form,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .quzavyn .bija,
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .tagcloud {
  padding-bottom: 30px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .null-instagram-feed ul.instagram-pics {
  padding: 0 15px 15px 15px;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_search .dowinax-title + form {
  margin-bottom: 30px;
  padding-top: 0;
}
body.article-box:not(.wesofe-large-image):not(.wesofe-x-medium-image):not(.wesofe-zigzag):not(.wesofe-grid):not(.wesofe-1-large-image-grid):not(.wesofe-minimal):not(.wesofe-header-2) .xubyd .widget_search .dowinax-title + form {
  padding-top: 30px;
}
body.dowinax-title-classic .archive-wrap.archive-masonry .xubyd .dowinax-title {
  color: #333333;
  margin-left: 15px;
  margin-right: 15px;
}
body.dowinax-title-centered .archive-wrap.archive-masonry .xubyd .dowinax-title {
  color: #333333;
}
@media screen and (max-width: 480px) {
  .dowinax-about .about-left {
    float: none;
    width: auto;
  }
  .dowinax-about .about-left .avatar {
    width: 132px;
    height: 132px;
  }
  .dowinax-about .about-right {
    padding-left: 0;
  }
  .dowinax-about .about-right h2 {
    text-align: center;
  }
  .dowinax-about .about-right h2:before {
    right: 60px;
  }
  .dowinax-about .about-right h2:after {
    left: 60px;
    right: 0;
  }
  .dowinax-about .about-right h2 > span {
    left: 0;
    right: 0;
  }
  .dowinax-about .about-right .description,
  .dowinax-about .about-right .ciwi {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .widget_mc4wp_form_widget.horizontal .mail-chimp-input input[type="submit"] {
    position: static;
    width: 100%;
  }
  .tygac-creative .tygac-big .cekipo {
    height: 400px;
  }
  .tygac-creative .tygac-big .cekipo .image-post {
    height: 400px;
  }
  .tygac-creative .tygac-big .wovuqyd .content-middle .content-middle-inner a.jade {
    font-size: 36px;
    max-height: 3.6em;
    overflow: hidden;
  }
  .tygac-creative .tygac-small .wovuqyd {
    display: none;
  }
  .tygac-creative .tygac-small .cekipo {
    width: 100%;
  }
  .tygac-creative .tygac-small .cekipo .nykof {
    width: 170px;
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  .jifa {
    margin-top: 50px;
  }
  .tygac-creative .tygac-big {
    margin-bottom: 30px;
  }
  .tygac-creative .tygac-big .wovuqyd .content-middle .content-middle-inner a.jade {
    font-size: 36px;
    max-height: 3.6em;
    overflow: hidden;
  }
}
/**
* 3.0 - Header
* ----------------------------------------------------------------------------
*/
header .header-logo > .container {  /* modif */
/* 
  padding-top: 80px;
  padding-bottom: 80px;
 */
  padding-top: 10px;
  padding-bottom: 20px;
}
header .header-logo #logo {
  text-align: center;
  font-size: 0;
  height: 112px;
}
header .header-logo #logo > a {
  display: inline-block;
  max-width: 100%;
}
header .header-logo #logo img {
  max-height: 112px;
}
header .header-logo #logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
header .header-logo #logo .site-description {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Lato';
  letter-spacing: 0.4em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  color: #333333;
}
header .header-logo #logo img.kypiso {
  display: none;
}
#logo-sidebar {
  margin-bottom: -50px;
}
.header-1 .header-logo-sidebar > .container {
  font-size: 0;
}
.header-1 .header-logo-sidebar #logo,
.header-1 .header-logo-sidebar #logo-sidebar {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.header-1 .header-logo-sidebar #logo {
  width: 40%;
}
.header-1 .header-logo-sidebar #logo-sidebar {
  width: 60%;
  text-align: right;
  font-size: initial;
}
.header-1 .header-nav {
  border-bottom: solid 1px rgba(51, 51, 51, 0.125);
  background-color: #ffffff;
}
.header-1 .menu-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  display: block;
}
.header-1 .menu-wrap ul li {
  position: relative;
}
.header-1 .menu-wrap ul li a {
  display: block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #333333;
}
.header-1 .menu-wrap li.menu-item-has-children > a > span.menu-caret {
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-1 .menu-wrap li.menu-item-has-children > a > span.menu-caret:before {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  display: inline-block;
}
.header-1.header-float {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.header-1.header-sticky .header-nav {
  position: fixed;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-1.header-sticky .header-logo {
  padding-top: 51px;
}
.header-1 .header-nav-customize {
  float: right;
  text-align: right;
  font-size: 0;
}
.header-1 .header-nav-customize-item {
  display: inline-block;
  line-height: 50px;
  font-size: 14px;
  vertical-align: middle;
  color: #333333;
}
.header-1 .header-nav-customize-item a {
  color: inherit;
}
.header-1 .header-nav-customize-item a:hover {
  color: #5c9212;
}
.header-1 .header-nav-customize-item + .header-nav-customize-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  border-left: 1px solid rgba(51, 51, 51, 0.125);
  margin: 0 20px;
}
.header-1 .header-search-button-wrap {
  position: relative;
}
.header-1 .header-search-button-wrap .header-search-form {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -20px;
  z-index: 2;
  margin-top: 1px;
  line-height: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-1 .header-search-button-wrap .header-search-form.active {
  opacity: 1;
  visibility: visible;
}
.header-1 .header-search-button-wrap .search-field {
  font-style: italic;
  font-weight: normal;
  width: 190px;
  border-top: none;
  background-color: #fff;
}
.header-1 .header-search-button-wrap .search-field:focus {
  border-color: rgba(51, 51, 51, 0.125);
}
.header-1 .header-social-profile-wrap a {
  font-size: 13px;
}
.header-1 .header-social-profile-wrap a + a {
  margin-left: 20px;
}
.boxed .header-1 .header-nav {
  max-width: 1200px;
}
.header-2 {
  position: fixed;
  width: 370px;
  top: 0;
  bottom: 0;
  color: #333333;
}
.header-2 .header-logo {
  padding-top: 80px;
  padding-bottom: 80px;
}
.header-2 .header-left {
  padding: 0 50px;
}
.header-2 .main-menu {
  padding: 0 0 50px;
  margin: 0;
  list-style: none;
}
.header-2 .main-menu ul {
  list-style: none;
}
.header-2 .main-menu .sub-menu {
  display: none;
  border-top: solid 1px rgba(51, 51, 51, 0.125);
}
.header-2 .main-menu .sub-menu > li:last-child {
  border-bottom: none;
}
.header-2 .main-menu .menu-caret {
  display: inline-block;
  vertical-align: middle;
  float: right;
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 6px;
  margin: auto;
  text-align: center;
  cursor: pointer;
}
.header-2 .main-menu .menu-caret:hover {
  background-color: rgba(51, 51, 51, 0.1);
}
.header-2 .main-menu .menu-caret:before {
  font-family: fontawesome;
  content: '\f107';
}
.header-2 .main-menu > li:first-child {
  border-top: solid 1px rgba(51, 51, 51, 0.125);
}
.header-2 .main-menu li {
  border-bottom: solid 1px rgba(51, 51, 51, 0.125);
  position: relative;
  color: #333333;
}
.header-2 .main-menu a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 28px;
  position: relative;
  display: inline-block;
  color: #333333;
  padding: 10px 0;
}
.header-2 .main-menu a:hover {
  color: #5c9212;
}
.header-2 .main-menu p.menu-item-description {
  font-size: 12px;
  margin: 0;
}
body[data-header="header-2"] {
  background-color: #ffffff;
}
body[data-header="header-2"]:before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 25%;
  z-index: 0;
}
body[data-header="header-2"] #nuz {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
body[data-header="header-2"] #nuz:after {
  content: '';
  display: table;
  clear: both;
}
body[data-header="header-2"] #content {
  padding: 50px 50px 50px 420px;
}
body[data-header="header-2"] .container {
  max-width: 100%;
}
body[data-header="header-2"] footer.jeguw {
  padding: 0 50px 50px 420px;
}
body[data-header="header-2"] .archive-wrap {
  margin-bottom: 0;
}
header.header-mobile {
  display: none;
  background-color: #ffffff;
}
header.header-mobile .header-mobile-top {
  border-bottom: solid 1px rgba(51, 51, 51, 0.125);
}
header.header-mobile .header-mobile-top .container {
  position: relative;
}
header.header-mobile .header-search-button-wrap {
  float: right;
}
header.header-mobile .header-search-button-wrap .header-search-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 15px;
}
header.header-mobile .header-search-button-wrap .header-search-form.active {
  display: block;
}
header.header-mobile .header-search-button-wrap #header-search-button {
  line-height: 50px;
  display: inline-block;
}
header.header-mobile .header-search-button-wrap .search-field {
  width: 200px;
}
header.header-mobile.header-sticky .header-mobile-top {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
}
header.header-mobile.header-sticky .header-mobile-bottom {
  padding-top: 50px;
}
header.main-header.header-float.sticky-in .header-nav {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 992px) {
  .header-1 .header-mobile-wrap {
    float: right;
  }
  .header-1 .menu-wrap {
    float: left;
  }
  .header-1 .menu-wrap ul li a:hover,
  .header-1 .menu-wrap li.current-menu-item > a,
  .header-1 .menu-wrap li.current-menu-ancestor > a {
    color: #5c9212;
  }
  .header-1 ul.main-menu {
    font-size: 0;
  }
  .header-1 ul.main-menu > li {
    display: inline-block;
  }
  .header-1 ul.main-menu > li > a {
    line-height: 50px;
  }
  .header-1 ul.main-menu > li > a:before,
  .header-1 ul.main-menu > li.current-menu-item > a:before,
  .header-1 ul.main-menu > li.current-menu-ancestor > a:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    border-top: 1px solid #5c9212;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
    -moz-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
    -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
    transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  }
  .header-1 ul.main-menu > li:hover > a:before,
  .header-1 ul.main-menu > li.current-menu-item > a:before,
  .header-1 ul.main-menu > li.current-menu-ancestor > a:before {
    width: 100%;
    -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
    -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
    -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
    transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  }
  .header-1 ul.main-menu > li + li {
    margin-left: 30px;
  }
  .header-1 ul.main-menu > li.menu-item-has-children > a > span.menu-caret {
    margin-left: 5px;
  }
  .header-1 ul.main-menu li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
    -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
    -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
    transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  }
  .header-1 ul.main-menu > li > ul.sub-menu {
    margin-top: 20px;
  }
  .header-1 ul.main-menu > li > ul.sub-menu:after,
  .header-1 ul.main-menu > li > ul.sub-menu:before {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .header-1 ul.main-menu > li > ul.sub-menu:after {
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
  }
  .header-1 ul.main-menu > li > ul.sub-menu:before {
    border-bottom-color: rgba(47, 47, 47, 0.1);
    border-width: 9px;
    margin-left: -9px;
  }
  .header-1 ul.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    z-index: 2;
    padding: 10px 0;
    border: 1px solid rgba(47, 47, 47, 0.1);
    background-color: #fff;
    color: #2f2f2f;
    -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
    -moz-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
    -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
    transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header-1 ul.sub-menu ul {
    left: 100%;
    top: -11px;
  }
  .header-1 ul.sub-menu li {
    padding: 0 20px;
  }
  .header-1 ul.sub-menu li a {
    white-space: nowrap;
    min-width: 165px;
    padding: 14.5px 0;
    line-height: 20px;
    color: #2f2f2f;
  }
  .header-1 ul.sub-menu li + li > a {
    border-top: 1px solid rgba(47, 47, 47, 0.1);
  }
  .header-1 ul.sub-menu li.menu-item-has-children > a > span.menu-caret {
    float: right;
  }
  .header-1 ul.sub-menu li.menu-item-has-children > a > span.menu-caret:before {
    content: "\f105";
  }
  .header-1 .search-form-menu-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  body #nuz {
    position: relative;
    left: 0;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  body.menu-mobile-in #nuz {
    left: 280px;
  }
  body.menu-mobile-in .header-1.header-sticky .header-nav {
    left: 280px;
  }
  .toggle-icon-wrapper {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
  }
  .toggle-icon-wrapper:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .toggle-icon-wrapper .toggle-icon {
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 24px;
  }
  .toggle-icon-wrapper .toggle-icon > span {
    background: none repeat scroll 0 0 #333333;
    bottom: 0;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
  }
  .toggle-icon-wrapper .toggle-icon:after,
  .toggle-icon-wrapper .toggle-icon:before {
    background-color: #333333;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
  }
  .toggle-icon-wrapper .toggle-icon:before {
    top: 20%;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  .toggle-icon-wrapper .toggle-icon:after {
    bottom: 20%;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  .toggle-icon-wrapper .main-menu-overlay {
    position: fixed;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .toggle-icon-wrapper.in .toggle-icon span {
    opacity: 0;
  }
  .toggle-icon-wrapper.in .toggle-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .toggle-icon-wrapper.in .toggle-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggle-icon-wrapper.in .main-menu-overlay {
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
    cursor: url(assets/images/close.png) 15 15, default;
  }
  .header-1 .header-logo > .container { /* modif */
/* 
    padding-top: 8%;
    padding-bottom: 8%;
 */
  }
  .header-1 .header-logo-sidebar > .container {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .header-1 .header-logo-sidebar #logo,
  .header-1 .header-logo-sidebar #logo-sidebar {
    text-align: center;
    display: block;
    width: auto;
  }
  .header-1 .header-logo-sidebar #logo {
    padding: 0 0 6%;
    height: auto;
  }
  .header-1 .menu-wrap {
    position: fixed;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
    margin: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    width: 280px;
    left: -280px;
    border-right: solid 3px #5c9212;
    z-index: 9999;
    background-color: #383838;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-1 .menu-wrap.in {
    left: 0;
  }
  .header-1 .menu-wrap ul li {
    border-bottom: solid 1px #4C4C4C;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: auto;
  }
  .header-1 .menu-wrap ul li:not(.sub-menu-open):hover {
    background-color: #4c4c4c;
  }
  .header-1 .menu-wrap ul li.menu-item-has-children {
    cursor: pointer;
  }
  .header-1 .menu-wrap ul li.menu-item-has-children > a {
    margin-right: 44px;
  }
  .header-1 .menu-wrap ul li.menu-item-has-children > a > span.menu-caret {
    position: absolute;
    right: 0;
    bottom: auto;
    top: 0;
    width: 44px;
    height: 50px;
    line-height: 51px;
    text-align: center;
    -webkit-transform: all 0.3s;
    -moz-transform: all 0.3s;
    -o-transform: all 0.3s;
    -ms-transform: all 0.3s;
    transform: all 0.3s;
  }
  .header-1 .menu-wrap ul li.sub-menu-open > a > span.menu-caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-1 .menu-wrap ul li.sub-menu-open > ul.sub-menu:before {
    content: "";
    display: block;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px #383838;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
  }
  .header-1 .menu-wrap ul li a {
    display: inline-block;
    position: static;
    padding: 14.5px 15px;
    line-height: 20px;
    color: #ddd;
  }
  .header-1 .menu-wrap ul li a:hover,
  .header-1 .menu-wrap li.current-menu-item > a {
    color: #5c9212;
  }
  .header-1 ul.main-menu {
    background-color: transparent;
  }
  .header-1 ul.sub-menu {
    position: relative;
    display: none;
    background-color: #444;
  }
  .header-1 ul.sub-menu > li.sub-menu-open > ul.sub-menu:before {
    border-top-color: #444;
  }
  .header-1 ul ul.sub-menu {
    background-color: #525252;
  }
  .header-1 ul ul.sub-menu > li.sub-menu-open > ul.sub-menu:before {
    border-top-color: #525252;
  }
  .header-1 ul ul ul.sub-menu {
    background-color: #5f5f5f;
  }
  .header-1 ul ul ul.sub-menu > li.sub-menu-open > ul.sub-menu:before {
    border-top-color: #5f5f5f;
  }
  .header-1 ul ul ul ul.sub-menu {
    background-color: #414141;
  }
  .header-1 ul ul ul ul.sub-menu > li.sub-menu-open > ul.sub-menu:before {
    border-top-color: #414141;
  }
  .header-1 .search-form-menu-mobile {
    display: block;
    background-color: #222;
    padding: 15px;
    position: relative;
  }
  .header-1 .search-form-menu-mobile input {
    background-color: #333;
    border: none;
    display: block;
    width: 100%;
    color: #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-1 .search-form-menu-mobile input::-webkit-input-placeholder {
    color: #dddddd;
  }
  .header-1 .search-form-menu-mobile input:-moz-placeholder {
    color: #dddddd;
  }
  .header-1 .search-form-menu-mobile input::-moz-placeholder {
    color: #dddddd;
  }
  .header-1 .search-form-menu-mobile input:-ms-input-placeholder {
    color: #dddddd;
  }
  .header-1 .search-form-menu-mobile button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 30px;
    line-height: 1;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    padding: 0;
    color: #ddd;
    letter-spacing: 0;
  }
  .header-1.header-sticky .header-nav {
    top: 0;
  }
  header.header-mobile {
    display: block;
  }
  .header-2 {
    right: 100%;
    left: auto;
    z-index: 999;
  }
  .header-2.in {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  body[data-header="header-2"] #content {
    padding: 0 !important;
  }
  body[data-header="header-2"] footer.jeguw {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body[data-header="header-2"].menu-mobile-in #nuz {
    left: 370px;
  }
  body[data-header="header-2"] .header-logo {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  body[data-header="header-2"] .header-logo.header-logo-sidebar #logo {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 480px) {
  body[data-header="header-2"] .header-2.in {
    width: 90%;
  }
  body[data-header="header-2"].menu-mobile-in #nuz {
    left: 90%;
  }
}
/**
* RETINA LOGO
* ----------------------------------------------------------------------------
*/
@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  header .header-logo #logo img.fomyp {
    display: none;
  }
  header .header-logo #logo img.kypiso {
    display: inline-block;
  }
}
/**
* 4.0 - Footer
* ----------------------------------------------------------------------------
*/
.jeguw.footer-bordered {
  border-top: 1px solid rgba(51, 51, 51, 0.125);
}
.jeguw .dowinax {
  color: #333333;
}
.jeguw .dowinax a {
  color: #333333;
}
.jeguw .dowinax a:hover {
  color: #5c9212;
}
.jeguw .dowinax-title {
  background-color: transparent;
  color: #333333;
  text-align: left;
  border: none !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  font-family: 'Lato';
  font-weight: 700 !important;
}
.jeguw .dowinax-title:before,
.jeguw .dowinax-title:after {
  display: none !important;
}
.jeguw .dowinax-title > span {
  border-bottom: solid 1px rgba(51, 51, 51, 0.125);
  display: inline-block;
  padding-bottom: 15px;
}
.jeguw .dowinax-title > span:before,
.jeguw .dowinax-title > span:after {
  display: none !important;
}
.jeguw .widget_archive a,
.jeguw .widget_categories a,
.jeguw .widget_nav_menu a,
.jeguw .widget_pages a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.jeguw .widget_archive a:before,
.jeguw .widget_categories a:before,
.jeguw .widget_nav_menu a:before,
.jeguw .widget_pages a:before {
  content: '';
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(51, 51, 51, 0.125);
}
.jeguw .widget_archive li,
.jeguw .widget_categories li,
.jeguw .widget_nav_menu li,
.jeguw .widget_pages li {
  border: none;
}
.jeguw .widget_archive.two-col:after,
.jeguw .widget_categories.two-col:after,
.jeguw .widget_nav_menu.two-col:after,
.jeguw .widget_pages.two-col:after {
  content: '';
  display: block;
  clear: both;
}
.jeguw .widget_archive.two-col li,
.jeguw .widget_categories.two-col li,
.jeguw .widget_nav_menu.two-col li,
.jeguw .widget_pages.two-col li {
  float: left;
  width: 50%;
}
.jeguw input[type="text"],
.jeguw input[type="search"],
.jeguw input[type="email"],
.jeguw input[type="url"],
.jeguw input[type="password"],
.jeguw input[type="tel"],
.jeguw textarea,
.jeguw select {
  border-color: rgba(51, 51, 51, 0.125);
  color: #333333;
}
.jeguw input[type="text"]::-webkit-input-placeholder,
.jeguw input[type="search"]::-webkit-input-placeholder,
.jeguw input[type="email"]::-webkit-input-placeholder,
.jeguw input[type="url"]::-webkit-input-placeholder,
.jeguw input[type="password"]::-webkit-input-placeholder,
.jeguw input[type="tel"]::-webkit-input-placeholder,
.jeguw textarea::-webkit-input-placeholder,
.jeguw select::-webkit-input-placeholder {
  color: #333333;
}
.jeguw input[type="text"]:-moz-placeholder,
.jeguw input[type="search"]:-moz-placeholder,
.jeguw input[type="email"]:-moz-placeholder,
.jeguw input[type="url"]:-moz-placeholder,
.jeguw input[type="password"]:-moz-placeholder,
.jeguw input[type="tel"]:-moz-placeholder,
.jeguw textarea:-moz-placeholder,
.jeguw select:-moz-placeholder {
  color: #333333;
}
.jeguw input[type="text"]::-moz-placeholder,
.jeguw input[type="search"]::-moz-placeholder,
.jeguw input[type="email"]::-moz-placeholder,
.jeguw input[type="url"]::-moz-placeholder,
.jeguw input[type="password"]::-moz-placeholder,
.jeguw input[type="tel"]::-moz-placeholder,
.jeguw textarea::-moz-placeholder,
.jeguw select::-moz-placeholder {
  color: #333333;
}
.jeguw input[type="text"]:-ms-input-placeholder,
.jeguw input[type="search"]:-ms-input-placeholder,
.jeguw input[type="email"]:-ms-input-placeholder,
.jeguw input[type="url"]:-ms-input-placeholder,
.jeguw input[type="password"]:-ms-input-placeholder,
.jeguw input[type="tel"]:-ms-input-placeholder,
.jeguw textarea:-ms-input-placeholder,
.jeguw select:-ms-input-placeholder {
  color: #333333;
}
.jeguw button,
.jeguw input[type="submit"],
.jeguw .button {
  color: #ffffff;
  background-color: #333333;
}
.jeguw button:hover,
.jeguw input[type="submit"]:hover,
.jeguw .button:hover {
  background-color: #5c9212;
}
.jeguw.dowinax-title-classic .dowinax-title {
  background-color: transparent;
  border-bottom-color: #333333;
  color: #333333;
}
.jeguw.dowinax-title-centered .dowinax .dowinax-title {
  color: #333333;
}
.jeguw.dowinax-title-centered .dowinax .dowinax-title span:before,
.jeguw.dowinax-title-centered .dowinax .dowinax-title span:after {
  border-top-color: #333333;
}
.jeguw .widget_archive .li-caret:hover,
.jeguw .widget_categories .li-caret:hover,
.jeguw .widget_nav_menu .li-caret:hover,
.jeguw .widget_pages .li-caret:hover {
  background-color: rgba(51, 51, 51, 0.125);
}
.jeguw .widget_archive .li-caret:before,
.jeguw .widget_categories .li-caret:before,
.jeguw .widget_nav_menu .li-caret:before,
.jeguw .widget_pages .li-caret:before {
  border-top-color: #333333;
}
.jeguw .widget_calendar .calendar_wrap caption {
  color: rgba(51, 51, 51, 0.7);
}
.jeguw .widget_calendar #wp-calendar th {
  background-color: rgba(51, 51, 51, 0.125);
}
.jeguw .widget_calendar #wp-calendar tbody td,
.jeguw .widget_calendar #wp-calendar th {
  border: solid 1px rgba(51, 51, 51, 0.125);
}
.jeguw .widget_meta cite,
.jeguw .widget_recent_comments cite,
.jeguw .widget_rss cite,
.jeguw .widget_recent_entries cite {
  color: rgba(51, 51, 51, 0.7);
}
.jeguw .tagcloud a {
  border-color: rgba(51, 51, 51, 0.125);
  color: #333333;
}
.jeguw .tagcloud a:hover {
  color: #ffffff;
  background-color: #333333;
  border_color: #333333;
}
.jeguw .tygac .tygac-date,
.jeguw .tygac-carousel .tygac-date {
  color: rgba(51, 51, 51, 0.7);
}
.jeguw .tygac .dote + .dote,
.jeguw .tygac-carousel .dote + .dote {
  border-top: solid 1px rgba(51, 51, 51, 0.125);
}
.jeguw .tygac-carousel .owl-dot {
  border: solid 1px #333333;
}
.jeguw .tygac-carousel .category {
  border-bottom: solid 1px rgba(51, 51, 51, 0.125);
}
.jeguw .dowinax-about h2:before,
.jeguw .dowinax-about h2:after {
  border-top-color: rgba(51, 51, 51, 0.25);
}
.jeguw .dowinax-about h2 > span {
  border-color: rgba(51, 51, 51, 0.25);
}
.jeguw .dowinax-about .description {
  color: rgba(51, 51, 51, 0.7);
}
.jeguw .dowinax-about ul.ciwi {
  border-top-color: rgba(51, 51, 51, 0.125);
}
.jeguw .pasy .ciwi.zajacyv a {
  background-color: rgba(51, 51, 51, 0.125);
}
.jeguw .pasy .ciwi.zajacyv a:hover {
  background-color: #5c9212;
  color: #ffffff;
}
.jeguw .dowinax-image-box p {
  color: rgba(51, 51, 51, 0.7);
}
.jeguw .widget_mc4wp_form_widget.bordered .mc4wp-form-fields {
  border-color: rgba(51, 51, 51, 0.125);
}
.jeguw .widget_mc4wp_form_widget .mail-chimp-input input[type="email"] {
  background-color: rgba(51, 51, 51, 0.05);
}
.footer-above-wrapper .dowinax-title > span {
  border-bottom-color: #333333;
}
body.dowinax-title-centered .jeguw .dowinax .dowinax-title {
  padding-bottom: 0;
}
.footer-full-width-wrapper .dowinax-title {
  text-align: center !important;
  padding-bottom: 10px !important;
}
.footer-full-width-wrapper .dowinax-title:before {
  border: none;
  display: block !important;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: rgba(51, 51, 51, 0.125);
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-full-width-wrapper .dowinax-title > span {
  border-bottom: none !important;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.footer-full-width-wrapper .dowinax-title > span:before,
.footer-full-width-wrapper .dowinax-title > span:after {
  width: 50% !important;
  content: '';
  position: absolute;
  display: block !important;
  margin: auto !important;
  left: -8px !important;
  right: auto !important;
  bottom: 0 !important;
  border-bottom: solid 1px rgba(51, 51, 51, 0.125) !important;
  border-top: none !important;
  top: auto !important;
}
.footer-full-width-wrapper .dowinax-title > span:after {
  left: auto !important;
  right: -8px !important;
}
.footer-bottom-wrapper {
  text-align: center;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 6px;
  font-family: 'Crimson Text';
  background-color: rgba(51, 51, 51, 0.05);
  color: #333333;
}
/**
* 5.0 - Blog
* ----------------------------------------------------------------------------
*/
/**
* Post Navigation
* ----------------------------------------------------------------------------
*/
.biwa {
  margin-top: 70px;
}
.biwa .prev {
  float: left;
}
.biwa .prev i {
  margin-right: 15px;
}
.biwa .koxiru {
  float: right;
}
.biwa .koxiru i {
  margin-left: 15px;
}
.biwa a {
  background-color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: 1px solid rgba(51, 51, 51, 0.125);
  padding: 14px 30px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.biwa a:hover {
  background-color: #333333;
  border-color: #333333;
  color: #fff !important;
}
.biwa i {
  letter-spacing: 0;
}
/**
* Entry Thumb
* ----------------------------------------------------------------------------
*/
.humyxy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nykof {
  position: relative;
}
.nykof img {
  width: 100%;
}
.nykof .prettyPhoto {
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 55px;
  right: 0;
  line-height: 54px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nykof .prettyPhoto:hover {
  color: #ffffff;
}
.nykof:hover .humyxy:before {
  opacity: 1;
}
.nykof:hover .prettyPhoto {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.nykof.gegycar-video .humyxy:before {
  opacity: 1;
  background-color: rgba(60, 60, 60, 0.7);
}
.nykof.gegycar-video .prettyPhoto {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.4);
  border: 3px solid #e7e7e7;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  color: #333;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.nykof.gegycar-video .prettyPhoto:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.entry-gallery-columns-2 .entry-gallery-item:first-child {
  width: 65.51724137931034%;
  float: left;
}
.entry-gallery-columns-2 .entry-gallery-item:last-child {
  width: 33.33333333333333%;
  float: right;
}
.entry-gallery-columns-3 {
  position: relative;
}
.entry-gallery-columns-3 .entry-gallery-item {
  float: left;
  width: 33.33333333333333%;
}
.entry-gallery-columns-3 .entry-gallery-item:first-child {
  width: 65.51724137931034%;
  float: right;
}
.entry-gallery-columns-3 .entry-gallery-item:last-child {
  position: absolute;
  bottom: 0;
}
.entry-quote-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background-color: rgba(51, 51, 51, 0.7);
  padding: 0 30px;
}
.entry-quote-content i {
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  border-radius: 100%;
  margin-bottom: 15px;
  display: block;
}
.entry-quote-content p {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 5px;
}
.entry-quote-content p:after {
  content: "";
  width: 20px;
  border-top: 1px solid #fff;
  display: block;
  margin: 10px auto 0 auto;
}
.entry-quote-content a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4em;
  color: #fff;
  text-transform: uppercase;
}
.nykof-quote {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-clip: content-box;
  background-size: cover;
  background-position: center center;
}
.cekipo.quote .entry-quote-content {
  position: relative;
  padding: 30px;
}
.cekipo.quote .block-center::before {
  display: none;
}
/**
* Entry Excerpt
* ----------------------------------------------------------------------------
*/
.hohim p:last-child {
  margin-bottom: 0;
}
.zucybe {
  font-size: 11px;
  position: relative;
  padding-bottom: 10px;
}
.zucybe > span {
  margin-right: 20px;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.zucybe:after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #333333;
  bottom: 0;
  left: 0;
}
.zucybe:hover:after {
  border-color: #5c9212;
}
.embed-responsive.embed-responsive-large-image {
  padding-bottom: 51.72413793103448%;
}
.embed-responsive.embed-responsive-grid {
  padding-bottom: 70.17543859649123%;
}
.embed-responsive.embed-responsive-x-medium-image {
  padding-bottom: 77.027027%;
}
.embed-responsive.embed-responsive-x-large-image {
  padding-bottom: 53.6082474%;
}
.embed-responsive.embed-responsive-m-grid {
  padding-bottom: 89.3617021%;
}
.embed-responsive.embed-responsive-medium-image {
  padding-bottom: 118.75%;
}
.embed-responsive.embed-responsive-s-grid {
  padding-bottom: 77.77777777777778%;
}
.format-audio .embed-responsive.embed-responsive-large-image,
.format-audio .embed-responsive.embed-responsive-x-large-image {
  padding: 0;
  overflow: inherit;
  height: auto;
  font-size: 0;
}
.format-audio .embed-responsive.embed-responsive-large-image iframe,
.format-audio .embed-responsive.embed-responsive-x-large-image iframe {
  height: 166px;
  position: static;
}
/**
* Social Share
* ----------------------------------------------------------------------------
*/
.social-share a {
  font-size: 14px;
  display: inline-block;
}
.social-share a + a {
  margin-left: 15px;
}
.social-share.layout-2 {
  position: relative;
}
.social-share.layout-2:hover .social-share-inner {
  opacity: 1;
  visibility: visible;
}
.social-share.layout-2 a.btn-share {
  padding: 0;
}
.social-share.layout-2 .social-share-inner {
  position: absolute;
  z-index: 2;
  white-space: nowrap;
  background-color: #333;
  padding: 5px 10px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transform: translateX(-50%) translateY(5px);
  -moz-transform: translateX(-50%) translateY(5px);
  -o-transform: translateX(-50%) translateY(5px);
  -ms-transform: translateX(-50%) translateY(5px);
  transform: translateX(-50%) translateY(5px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -moz-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
}
.social-share.layout-2 .social-share-inner a {
  color: #fff;
}
.social-share.layout-2 .social-share-inner a:hover {
  color: #5c9212;
}
.social-share.layout-2 .social-share-inner:before {
  content: "";
  position: absolute;
  display: block;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333;
  top: -10px;
  left: 0;
  right: 0;
  width: 10px;
  margin: auto;
}
/**
* Post Default
* ----------------------------------------------------------------------------
*/
article.xocy .kika {
  margin-bottom: 20px;
}
article.xocy .entry-meta-date {
  font-size: 16px;
  font-style: italic;
}
article.xocy .rijiny {
  font-size: 36px;
  margin: 0 0 10px 0;
}
article.xocy .rijiny:after {
  content: "";
  width: 50px;
  display: block;
  margin: 15px auto 0 auto;
  border-top: 1px solid #333333;
}
article.xocy .hune {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
article.xocy .hune > a {
  display: inline-block;
  color: #5c9212;
}
article.xocy .hune > a:hover {
  color: #333333 !important;
}
article.xocy .hohim {
  margin-bottom: 35px;
}
article.xocy .cekipo {
  margin-bottom: 30px;
  position: relative;
}
article.xocy .entry-meta-author span {
  font-family: 'Crimson Text';
  font-style: italic;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  margin-right: 3px;
}
article.xocy .entry-meta-comment,
article.xocy .entry-meta-comment > a,
article.xocy .entry-meta-author > a,
article.xocy .edit-link > a {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
article.xocy .entry-post-meta > div {
  display: inline-block;
}
article.xocy .entry-post-meta > div:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  border-left: 1px solid rgba(51, 51, 51, 0.125);
  margin: 0 18px;
}
article.xocy .entry-post-meta > div:last-child:after {
  display: none;
}
article.xocy .entry-post-meta.layout-2 > div:after {
  margin: 0 5px;
}
article.xocy .entry-post-meta.layout-3 > div:after {
  display: none;
}
article.xocy .entry-post-meta.layout-3 > div + div:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  border-left: 1px solid rgba(51, 51, 51, 0.125);
  margin: 0 18px;
}
article.xocy .entry-post-meta.layout-3 .entry-meta-comment > a {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}
article.xocy .entry-post-meta.layout-3 .entry-meta-comment > a > i {
  margin-right: 5px;
}
article.xocy .entry-post-meta.layout-3 .entry-meta-comment > a > i,
article.xocy .entry-post-meta.layout-3 .btn-share > i {
  color: #5c9212;
  font-size: 14px;
}
article.xocy.post_format-post-format-quote > .cekipo:not(.quote):before,
article.xocy.post_format-post-format-link > .cekipo:not(.quote):before {
  content: "";
  display: inline-block;
  padding-bottom: 51.72413793103448%;
}
article.xocy > .cekipo .owl-dots {
  display: none !important;
}
.fuwu {
  margin-bottom: -70px;
}
.fuwu article {
  margin-bottom: 70px;
}
/**
* Layout 1-large-image-grid
* ----------------------------------------------------------------------------
*/
.archive-1-large-image-grid .fuwu {
  margin-left: -15px;
  margin-right: -15px;
}
.archive-1-large-image-grid article {
  float: left;
  padding: 0 15px;
}
.archive-1-large-image-grid article.gegycar-large-image {
  width: 100%;
}
.archive-1-large-image-grid article.gegycar-large-image .xesuhuf.hibu {
  text-align: left;
}
/**
* Layout Grid
* ----------------------------------------------------------------------------
*/
.archive-grid .fuwu {
  margin-left: -15px;
  margin-right: -15px;
}
.archive-grid article {
  float: left;
  padding: 0 15px;
}
/**
* Layout Masonry
* ----------------------------------------------------------------------------
*/
.archive-masonry .fuwu {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -50px;
}
.archive-masonry article {
  float: left;
  padding: 0 15px;
}
/**
* Layout archive-large-image-grid
* ----------------------------------------------------------------------------
*/
.archive-large-image-grid .fuwu {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -55px;
}
.archive-large-image-grid article {
  float: left;
  padding: 0 15px;
  margin-bottom: 55px;
}
.archive-large-image-grid article .cekipo {
  margin-bottom: 0;
}
.archive-large-image-grid article .cilup {
  border: 1px solid rgba(51, 51, 51, 0.125);
  padding: 35px;
}
.archive-large-image-grid article .cekipo + .cilup {
  border-top: none;
}
.archive-large-image-grid article .rijiny {
  font-size: 30px;
}
.archive-large-image-grid article .hohim {
  margin-top: 20px;
  max-height: 8em;
  overflow: hidden;
}
.archive-large-image-grid article .entry-post-meta {
  margin-top: 50px;
}
body.article-box .archive-large-image-grid article .cilup {
  background-color: rgba(255, 255, 255, 0);
}
/**
* Layout Medium-Image
* ----------------------------------------------------------------------------
*/
.archive-medium-image .fuwu {
  margin-bottom: -30px;
}
/**
* Post Large Image
* ----------------------------------------------------------------------------
*/
article.gegycar-large-image .entry-post-meta {
  float: right;
}
article.gegycar-large-image .xesuhuf.hibu {
  text-align: center;
}
article.gegycar-large-image .xesuhuf.hibu .entry-post-meta {
  float: none;
  margin-top: 20px;
}
/**
* Post Grid
* ----------------------------------------------------------------------------
*/
article.jixim .cekipo {
  margin-bottom: 10px;
}
article.jixim .entry-meta-inner {
  margin-top: 25px;
}
article.jixim .entry-meta-inner.left .social-share,
article.jixim .entry-meta-inner.left .entry-post-meta {
  float: none;
}
article.jixim .entry-meta-inner.left .entry-post-meta {
  margin-top: 10px;
}
article.jixim .social-share {
  float: left;
}
article.jixim .entry-post-meta {
  float: right;
}
article.jixim .hohim {
  max-height: 12em;
  overflow: hidden;
  margin-bottom: 25px;
}
article.jixim .zucybe > span {
  letter-spacing: 0.2em;
}
article.jixim.post_format-post-format-quote .cekipo:not(.quote):before,
article.jixim.post_format-post-format-link .cekipo:not(.quote):before {
  padding-bottom: 70.17543859649123%;
}
/**
* Post X-Medium-Image
* ----------------------------------------------------------------------------
*/
article.gegycar-x-medium-image .rijiny {
  font-size: 30px;
}
article.gegycar-x-medium-image .rijiny:after {
  margin-left: 0;
}
article.gegycar-x-medium-image .hohim {
  max-height: 8em;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 15px;
}
article.gegycar-x-medium-image .entry-post-meta.layout-3 {
  float: right;
}
article.gegycar-x-medium-image .xesuhuf.hibu .entry-post-meta {
  float: none;
  margin-top: 20px;
}
article.gegycar-x-medium-image .cekipo {
  margin-bottom: 0;
  float: left;
  width: 370px;
}
article.gegycar-x-medium-image .cekipo + .cilup {
  padding-left: 400px;
}
article.gegycar-x-medium-image.post_format-post-format-quote .cekipo:not(.quote):before,
article.gegycar-x-medium-image.post_format-post-format-link .cekipo:not(.quote):before {
  padding-bottom: 77.027027%;
}
article.gegycar-x-medium-image > .cekipo .owl-dots {
  display: block !important;
}
article.gegycar-x-medium-image > .cekipo .owl-nav {
  display: none !important;
}
/**
* Post Medium-Image
* ----------------------------------------------------------------------------
*/
article.gegycar-medium-image {
  margin-bottom: 30px;
}
article.gegycar-medium-image .cekipo {
  width: 320px;
}
article.gegycar-medium-image .cekipo + .cilup {
  padding-left: 360px;
}
article.gegycar-medium-image.post_format-post-format-quote .cekipo:not(.quote):before,
article.gegycar-medium-image.post_format-post-format-link .cekipo:not(.quote):before {
  padding-bottom: 118.75%;
}
body.article-box article.gegycar-medium-image {
  background-color: rgba(255, 255, 255, 0);
}
body.article-box article.gegycar-medium-image .bodic-inner {
  padding: 30px 40px 40px 40px;
}
body.article-box article.gegycar-medium-image .cekipo + .cilup .bodic-inner {
  padding-left: 0;
}
/**
* Post Masonry
* ----------------------------------------------------------------------------
*/
article.gegycar-masonry {
  margin-bottom: 50px;
}
article.gegycar-masonry .cekipo {
  margin-bottom: 10px;
}
article.gegycar-masonry .cilup {
  padding-top: 25px;
  padding-bottom: 25px;
}
article.gegycar-masonry .rijiny {
  font-size: 30px;
}
article.gegycar-masonry .hohim {
  margin-top: 15px;
  margin-bottom: 10px;
  max-height: 8em;
  overflow: hidden;
}
article.gegycar-masonry .zucybe {
  background-color: #5c9212;
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
article.gegycar-masonry .zucybe:after {
  display: none;
}
article.gegycar-masonry .zucybe:hover {
  background-color: #333333;
}
body.article-box article.gegycar-masonry .cilup {
  background-color: rgba(255, 255, 255, 0);
  padding-left: 25px;
  padding-right: 25px;
}
/**
* Post X-Large-Image
* ----------------------------------------------------------------------------
*/
article.gegycar-x-large-image {
  width: 100%;
}
article.gegycar-x-large-image.post_format-post-format-quote .cekipo:not(.quote):before,
article.gegycar-x-large-image.post_format-post-format-link .cekipo:not(.quote):before {
  padding-bottom: 53.6082474%;
}
/**
* Post M-Grid
* ----------------------------------------------------------------------------
*/
article.gegycar-m-grid {
  width: 50%;
}
article.gegycar-m-grid .cilup {
  padding: 30px;
}
article.gegycar-m-grid .hohim {
  margin-bottom: 30px;
}
article.gegycar-m-grid .entry-post-meta {
  margin-top: 45px;
}
article.gegycar-m-grid.post_format-post-format-quote .cekipo:not(.quote):before,
article.gegycar-m-grid.post_format-post-format-link .cekipo:not(.quote):before {
  padding-bottom: 89.3617021%;
}
/**
* Post Zigzag
* ----------------------------------------------------------------------------
*/
article.gegycar-zigzag .nykof {
  background-size: cover;
  background-position: center;
}
article.gegycar-zigzag .nykof.gegycar-video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(60, 60, 60, 0.7);
}
article.gegycar-zigzag .cekipo.quote .nykof:before {
  display: none;
}
article.gegycar-zigzag .rijiny {
  font-size: 30px;
}
article.gegycar-zigzag .hohim {
  margin-top: 15px;
}
article.gegycar-zigzag .zucybe > span {
  letter-spacing: 0.2em;
}
article.gegycar-zigzag .entry-post-meta {
  margin-top: 55px;
}
article.gegycar-zigzag.post_format-post-format-quote .cekipo:not(.quote):before,
article.gegycar-zigzag.post_format-post-format-link .cekipo:not(.quote):before {
  display: none;
}
@media (min-width: 992px) {
  .archive-zigzag .fuwu {
    margin-bottom: 70px;
  }
  article.gegycar-zigzag {
    margin-bottom: 0;
  }
  article.gegycar-zigzag .cekipo {
    float: right;
    width: 50%;
    margin-bottom: 0;
  }
  article.gegycar-zigzag .cekipo + .cilup {
    float: left;
    width: 50%;
    position: relative;
  }
  article.gegycar-zigzag .cekipo + .cilup:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border-left: 20px solid rgba(255, 255, 255, 0);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    -webkit-transform: translateX(100%) translateY(-50%);
    -moz-transform: translateX(100%) translateY(-50%);
    -o-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    z-index: 2;
  }
  article.gegycar-zigzag .cekipo + .cilup:after {
    border-left-color: #ffffff;
  }
  article.gegycar-zigzag:nth-child(2n + 1) .cekipo {
    float: left;
  }
  article.gegycar-zigzag:nth-child(2n + 1) .cekipo + .cilup:after {
    right: auto;
    left: 0;
    border-right: 20px solid rgba(255, 255, 255, 0);
    border-left: none;
    -webkit-transform: translateX(-100%) translateY(-50%);
    -moz-transform: translateX(-100%) translateY(-50%);
    -o-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
  }
  article.gegycar-zigzag:nth-child(2n + 1) .cekipo + .cilup:after {
    border-right-color: #ffffff;
  }
  article.gegycar-zigzag .hohim {
    max-height: 10em;
    overflow: hidden;
  }
  article.gegycar-zigzag .cilup {
    padding: 30px 40px 30px 40px;
  }
  .fikiz {
    padding-right: 25px;
  }
  .xubyd-left {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  article.gegycar-zigzag:not(.format-audio) .nykof:before {
    display: inline-block;
    content: "";
    padding-bottom: 51.7241379%;
  }
  article.gegycar-zigzag:not(.format-audio) .embed-responsive.embed-responsive-zigzag {
    padding-bottom: 51.7241379%;
  }
  article.gegycar-zigzag.format-audio .embed-responsive.embed-responsive-zigzag {
    padding: 0;
    overflow: inherit;
    height: auto;
    font-size: 0;
  }
  article.gegycar-zigzag.format-audio .embed-responsive.embed-responsive-zigzag iframe {
    height: 166px;
    position: static;
  }
}
/**
* Post Minimal
* ----------------------------------------------------------------------------
*/
article.gegycar-minimal {
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 0;
}
article.gegycar-minimal:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(55, 47, 50, 0.8);
}
article.gegycar-minimal .cilup {
  position: relative;
  color: #fff;
}
article.gegycar-minimal .entry-meta-date {
  color: #fff;
}
article.gegycar-minimal .rijiny {
  font-size: 48px;
}
article.gegycar-minimal .rijiny a {
  color: #fff;
}
article.gegycar-minimal .rijiny a:hover {
  color: #5c9212;
}
article.gegycar-minimal .rijiny:after {
  border-color: #fff;
}
article.gegycar-minimal .hune > a {
  color: #fff;
}
article.gegycar-minimal .hune > a:hover {
  color: #5c9212 !important;
}
article.gegycar-minimal .block-center-inner {
  max-width: 765px;
  padding: 0 15px;
}
article.gegycar-minimal .hohim {
  max-height: 6em;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 35px;
}
.archive-minimal .fuwu {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  article.gegycar-minimal {
    height: 590px;
    float: left;
    width: 50%;
  }
  article.gegycar-minimal:nth-child(3n + 1) {
    width: 100%;
  }
  article.gegycar-minimal:nth-child(3n + 1):before {
    background-color: rgba(55, 47, 50, 0.6);
  }
}
@media (max-width: 991px) {
  article.gegycar-minimal:nth-child(2n + 1):before {
    background-color: rgba(55, 47, 50, 0.6);
  }
  article.gegycar-minimal .block-center-inner {
    width: 100%;
    padding: 30px 15px;
  }
}
/**
* Post S-Grid
* ----------------------------------------------------------------------------
*/
article.gegycar-s-grid .rijiny {
  font-size: 24px;
}
article.gegycar-s-grid .rijiny:after {
  margin-left: 0;
}
article.gegycar-s-grid .cekipo {
  margin-bottom: 20px;
}
article.gegycar-s-grid .entry-post-meta > div:after {
  margin: 0 2px;
}
/**
* Category Group
* ----------------------------------------------------------------------------
*/
.gegycar-category-wrap > h4 {
  font-size: 24px;
  border-bottom: 3px solid #333333;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.gegycar-category-wrap > .gegycar-category-inner {
  margin: 0 -15px;
}
.gegycar-category-wrap article {
  padding: 0 15px;
  float: left;
  width: 100%;
  margin-bottom: 85px;
}
.gegycar-category-wrap article.gegycar-large-image .rijiny:after {
  display: none;
}
.gegycar-category-wrap article.gegycar-large-image .cekipo {
  margin-top: 55px;
}
.gegycar-category-wrap article.gegycar-s-grid {
  width: 33.33333333333333%;
}
@media (max-width: 767px) {
  .gegycar-category-wrap article.gegycar-s-grid {
    width: 100%;
  }
  .gegycar-category-wrap article {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  /**
	  * Article Grid 2 - 3 columns
	  * ----------------------------------------------------------------------------
	  */
  .archive-columns-2 article.jixim,
  .archive-columns-2 article.gegycar-masonry {
    width: 50%;
  }
  .archive-columns-3 article.jixim,
  .archive-columns-3 article.gegycar-masonry {
    width: 33.33333333333333%;
  }
}
/**
* Single Blog
* ----------------------------------------------------------------------------
*/
.article-box article.jegejow {
  background-color: rgba(255, 255, 255, 0);
  padding: 30px;
}
article.jegejow > .cilup {
  border-bottom: 1px solid rgba(51, 51, 51, 0.125);
}
.bodic h1,
.bodic h2,
.bodic h3,
.bodic h4,
.bodic h5,
.bodic h6,
.bodic p,
.bodic hr,
.bodic dl,
.bodic blockquote,
.bodic table,
.bodic ul,
.bodic ol,
.bodic address,
.bodic pre {
  margin-bottom: 20px;
}
.bodic hr {
  margin-top: 20px;
  border-top: 1px solid rgba(51, 51, 51, 0.125);
  clear: both;
}
.bodic h1,
.bodic h2,
.bodic h3,
.bodic h4,
.bodic h5,
.bodic h6 {
  font-family: 'Lato';
  font-weight: 300;
}
.bodic h1 {
  font-size: 36px;
}
.bodic h2 {
  font-size: 30px;
}
.bodic h3 {
  font-size: 26px;
}
.bodic h4 {
  font-size: 22px;
}
.bodic h5 {
  font-size: 19px;
}
.bodic h6 {
  font-size: 17px;
}
.bodic blockquote {
  padding: 0 20px;
  border-left: 3px solid #5c9212;
}
.bodic blockquote p {
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: 17px;
}
.bodic blockquote cite {
  font-family: 'Lato';
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  display: block;
}
.bodic .block-quote {
  border: none;
  text-align: center;
}
.bodic .block-quote p {
  max-width: 500px;
  margin: auto;
}
.bodic .block-quote:before {
  font-family: 'Playfair Display';
  content: 'â';
  display: block;
  font-size: 72px;
  height: 20px;
  line-height: 48px;
  margin-bottom: 10px;
}
.bodic .block-quote cite:before {
  content: "";
  display: block;
  width: 20px;
  border-top: 1px solid;
  margin: 10px auto 15px auto;
}
.bodic a {
  color: #5c9212;
}
.bodic a:hover {
  text-decoration: underline;
}
.bodic table {
  width: 100%;
  border: 1px solid #e5e5e5;
}
.bodic td,
.bodic th {
  padding: 8px;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}
.bodic th {
  font-weight: bold;
  background: #f5f5f5;
  vertical-align: bottom;
}
.bodic thead:first-child > tr:first-child > td,
.bodic thead:first-child > tr:first-child > th {
  border-top: none;
}
.bodic dt,
.bodic dd {
  line-height: 2;
}
.bodic dd {
  margin-bottom: 15px;
}
.bodic ul,
.bodic ol {
  padding-left: 25px;
}
.bodic li > ul,
.bodic li > ol {
  margin-bottom: 0;
}
.bodic ul.zajacyv {
  list-style: none;
  padding-left: 0;
}
.bodic ul.zajacyv li {
  font-weight: bold;
  margin-bottom: 20px;
}
.bodic ul.zajacyv li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(51, 51, 51, 0.125);
  text-align: center;
  line-height: 22px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  font-weight: normal;
  margin-right: 15px;
}
.bodic address {
  line-height: 1.8;
  font-style: italic;
  color: rgba(51, 51, 51, 0.7);
}
.bodic del {
  color: rgba(51, 51, 51, 0.7);
}
.gallery {
  margin: 0 -5px 10px -5px;
}
.gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  max-width: 33.33%;
  width: 100%;
}
.gallery-caption {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.8;
  margin-top: 5px;
}
.gallery-icon img {
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #eee;
  padding: 7px;
}
.gallery-icon img:hover {
  border: 1px solid #ccc;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.wesofe-links {
  clear: both;
}
.wesofe-links a,
.wesofe-links > span {
  border: 1px solid rgba(51, 51, 51, 0.125);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  display: inline-block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.wesofe-links a {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wesofe-links a:hover {
  text-decoration: none;
  background-color: #5c9212;
  border-color: #5c9212;
}
.wesofe-links > .wesofe-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}
.entry-meta-tag-wrap {
  margin-top: 50px;
  margin-bottom: 40px;
}
.entry-meta-tag-wrap .social-share {
  float: right;
}
.entry-meta-tag-wrap .social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #d8d8d8;
  color: #fff;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-meta-tag-wrap .social-share a:hover {
  background-color: #5c9212;
}
.entry-meta-tag-wrap .social-share a + a {
  margin-left: 5px;
}
.entry-meta-tag-wrap.left .social-share {
  float: left;
  margin-top: 20px;
}
.entry-meta-tag {
  float: left;
}
.entry-meta-tag label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-right: 15px;
}
.nuhyf {
  padding: 0;
  display: table;
  width: 100%;
  position: relative;
}
.nuhyf .dato {
  width: 100%;
  margin: 0 auto;
  display: table;
  border-bottom: solid 1px rgba(51, 51, 51, 0.125);
}
.nuhyf .dato > div {
  position: relative;
  vertical-align: middle;
  padding: 30px 0;
  width: 50%;
  float: left;
}
.nuhyf .dato > div .xonyn {
  margin-left: 30px;
}
.nuhyf .pehozac {
  float: right;
  text-align: right;
}
.nuhyf .pehozac .xonyn {
  margin-left: 0;
  margin-right: 30px;
}
.nuhyf .wugo {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 5px;
}
.nuhyf .nuhyf-icon {
  font-size: 14px;
  line-height: 1em;
  width: 60px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.nuhyf .dato .pehozac .nuhyf-icon {
  right: 0;
}
/**
* Author Bio
* ----------------------------------------------------------------------------
*/
.author-info {
  padding: 40px 0;
}
.author-avatar {
  width: 110px;
  float: left;
  margin-right: 35px;
}
.author-avatar img {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 0;
}
.author-description {
  position: relative;
  overflow: hidden;
}
.author-title {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 10px;
}
.author-bio {
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 10px;
}
/**
* Post Related
* ----------------------------------------------------------------------------
*/
.gegycar-related-wrap .owl-dots {
  display: block !important;
  position: static;
  margin-top: 45px;
  line-height: 1;
}
.gegycar-related-wrap .owl-dot {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid rgba(51, 51, 51, 0.125);
  margin: 0 10px;
}
.gegycar-related-wrap .owl-dot.active {
  background-color: transparent;
  border-color: #5c9212;
}
article.gegycar-related .no-image:before {
  padding-bottom: 77.77777777777778%;
}
article.gegycar-related .cekipo {
  margin-bottom: 20px;
}
article.gegycar-related .rijiny {
  font-size: 20px;
  margin: 5px 0 0 0;
}
article.gegycar-related .rijiny:after {
  display: none;
}
.related-title {
  display: inline-block;
  font-size: 24px;
  border-bottom: 1px solid #333333;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
/**
* Comment
* ----------------------------------------------------------------------------
*/
.comments-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  margin-top: 75px;
}
.comments-title > span {
  display: inline-block;
  border-bottom: 1px solid #333333;
  padding-bottom: 15px;
}
.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comment-list li + li {
  margin-top: 30px;
}
.comment-list .children {
  list-style: none;
  padding-left: 100px;
  margin-top: 30px;
}
.comment-list .avatar {
  margin: 0;
  padding: 0;
  float: left;
  width: 90px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.comment-list .avatar + .comment-text {
  padding-left: 130px;
}
.comment-body {
  border: 1px solid rgba(51, 51, 51, 0.125);
  padding: 40px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.comment-text .text p:last-child {
  margin-bottom: 0;
}
.comment-meta-wrap {
  position: relative;
}
.comment-meta-wrap:before {
  display: block;
  content: '';
  width: 20px;
  border-top: 1px solid #333333;
  margin: 10px 0;
}
.comment-meta-wrap .separator {
  margin: 0 5px;
}
.comment-meta-wrap .author-name {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.comment-meta-wrap .author-name > a {
  color: #333333;
}
.comment-meta-wrap .author-name > a:hover {
  text-decoration: none;
  color: #5c9212;
}
.comment-meta-wrap .comment-edit-link {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #333333;
}
.comment-meta-wrap .comment-edit-link:hover {
  text-decoration: none;
  color: #5c9212;
}
.comment-meta-wrap .comment-reply-link {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 10px 30px;
  border: 1px solid rgba(51, 51, 51, 0.125);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comment-meta-wrap .comment-reply-link:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}
.comment-reply-link + .comment-meta {
  padding-right: 110px;
}
.comment-respond .comments-title {
  margin-bottom: 70px;
}
.comment-respond p {
  margin-bottom: 20px;
}
.comment-respond .form-submit {
  margin-bottom: 0;
}
.comment-respond .form-submit input {
  width: 100%;
  padding: 21.5px 25px;
}
.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
  font-family: 'Playfair Display';
  font-size: 16px;
  font-style: italic;
}
.comment-form-field input,
.comment-form-field textarea {
  width: 100%;
  min-height: 56px;
  padding-left: 30px;
}
.comment-form-field textarea {
  padding-top: 20px;
}
.comment-navigation {
  margin-top: 30px;
}
.comment-navigation .wesofe-numbers {
  border: 1px solid rgba(51, 51, 51, 0.125);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  display: inline-block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  text-align: center;
  width: 30px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.2em;
}
.comment-navigation .wesofe-numbers.current,
.comment-navigation .wesofe-numbers:hover {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
/**
* Responsive
* ----------------------------------------------------------------------------
*/
@media (max-width: 991px) {
  article.jixim,
  article.gegycar-masonry {
    width: 50%;
  }
  .social-share.layout-2 .social-share-inner a {
    display: block;
    padding: 0;
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 767px) {
  /**
	  * Post X-Medium-Image
	  * ----------------------------------------------------------------------------
	  */
  article.gegycar-x-medium-image .cekipo {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }
  article.gegycar-x-medium-image .cekipo + .cilup {
    padding-left: 0;
  }
  body.article-box article.gegycar-medium-image .cekipo {
    margin-bottom: 0;
  }
  body.article-box article.gegycar-medium-image .cekipo + .cilup .bodic-inner {
    padding-left: 40px;
  }
  /**
	   * Post Grid
	   * ----------------------------------------------------------------------------
	   */
  article.gegycar-x-large-image,
  article.gegycar-m-grid,
  article.jixim,
  article.gegycar-masonry {
    width: 100%;
  }
  article.gegycar-x-large-image .hohim,
  article.gegycar-m-grid .hohim,
  article.jixim .hohim,
  article.gegycar-masonry .hohim {
    max-height: none;
  }
  .nuhyf .dato > div {
    width: 100%;
  }
  .nuhyf .tulijyg {
    border-bottom: 1px solid rgba(51, 51, 51, 0.125);
  }
  .comment-list .children {
    padding-left: 0;
  }
  .gegycar-columns-3 > article,
  .gegycar-columns-4 > article {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .biwa a {
    padding: 10px 20px;
  }
  article.xocy:not(.gegycar-related):not(.jegejow) {
    margin-bottom: 50px;
  }
  article.xocy:not(.gegycar-related):not(.jegejow) .kika {
    margin-bottom: 10px;
  }
  article.xocy:not(.gegycar-related):not(.jegejow) .rijiny {
    font-size: 30px;
  }
  article.xocy:not(.gegycar-related):not(.jegejow) .hohim {
    margin-bottom: 15px;
    max-height: none;
  }
  article.xocy:not(.gegycar-related):not(.jegejow) .zucybe > span {
    letter-spacing: 0.2em;
  }
  .fuwu {
    margin-bottom: -50px !important;
  }
  .biwa {
    margin-top: 50px;
  }
  .entry-quote-content {
    padding: 0 15px;
  }
  .entry-quote-content p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .entry-quote-content p:after {
    margin: 10px auto 0 auto;
  }
  .entry-quote-content a {
    font-size: 10px;
  }
  .cekipo.quote .entry-quote-content {
    padding: 15px;
  }
  article.gegycar-medium-image .bodic-inner,
  article.gegycar-x-grid .cilup,
  article.gegycar-x-large-image .cilup,
  article.gegycar-masonry .cilup {
    padding: 15px;
  }
  article.gegycar-minimal {
    margin-bottom: 0;
  }
  article.gegycar-minimal .hohim {
    margin-bottom: 0;
  }
  .author-avatar {
    float: none;
    margin: 0 auto 20px auto;
  }
  .author-info {
    text-align: center;
  }
  .comment-list .avatar + .comment-text {
    padding-left: 0;
  }
  .comment-list .avatar {
    margin-bottom: 20px;
    float: none;
  }
  body.article-box article.gegycar-medium-image .bodic-inner {
    padding: 20px;
  }
}
/**
* 6.0 Featured
* ----------------------------------------------------------------------------
*/
.feature-area-wrap {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
.featured-area .hune a + a {
  padding-left: 15px;
  position: relative;
}
.featured-area .hune a + a:before {
  content: "/";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.featured-area .item {
  position: relative;
}
.featured-area .nykof .slider-image-post {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.featured-area .hover-effect {
  position: absolute;
  width: 100%;
}
/*Feature Carousel*/
.featured-area.carousel .item {
  overflow: hidden;
}
.featured-area.carousel .item .no-image:before {
  padding-top: 87%;
}
.featured-area.carousel .item .content-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.featured-area.carousel .item .content-middle .content-middle-inner {
  display: table-cell;
  vertical-align: middle;
}
.featured-area.carousel .hover-effect {
  color: #fff;
  text-align: center;
  top: 100%;
  height: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: rgba(92, 146, 18, 0.7); /* modi */
}
.featured-area.carousel .hover-effect a {
  line-height: 1.2;
  color: #fff;
  display: block;
}
.featured-area.carousel .hover-effect:after {
  content: '';
  position: absolute;
  border-bottom: solid 16px #ffffff;
  border-left: solid 32px transparent;
  border-right: solid 32px transparent;
  width: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.featured-area.carousel h2.feature-post-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 30px;
  max-height: 3.6em;
  padding: 0 10px;
  overflow: hidden;
}
.featured-area.carousel .entry-meta-date {
  font-family: 'Crimson Text';
  font-style: italic;
  font-size: 16px;
  padding: 0 10px;
}
.featured-area.carousel .hune {
  display: block;
  padding: 0 10px;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
}
.featured-area.carousel .hune a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.4em;
  display: inline-block;
  font-weight: bold;
}
.featured-area.carousel .hune a + a:before {
  top: inherit !important;
}
.featured-area.carousel .owl-controls .owl-nav .owl-next,
.featured-area.carousel .owl-controls .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  border: 1px solid;
  border-color: #fff;
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.featured-area.carousel .owl-controls .owl-nav .owl-next i,
.featured-area.carousel .owl-controls .owl-nav .owl-prev i {
  line-height: 33px;
  width: 33px;
  font-size: 22px;
  text-align: center;
}
.featured-area.carousel .owl-controls .owl-nav .owl-next {
  right: -45px;
}
.featured-area.carousel .owl-controls .owl-nav .owl-prev {
  left: -45px;
}
.featured-area.carousel .item:hover .hover-effect {
  top: 0;
}
.featured-area.carousel:hover .owl-controls .owl-nav .owl-next {
  right: 15px;
}
.featured-area.carousel:hover .owl-controls .owl-nav .owl-prev {
  left: 15px;
}
/*Feature Single Large Title*/
.featured-area.single-image-large-2 .item .nykof,
.featured-area.single-image-large-2 .item .slider-image-post {
  height: 690px;
}
.featured-area.single-image-large-2 .item .hover-effect {
  padding: 0 20px;
  bottom: 0;
}
.featured-area.single-image-large-2 .item .content-middle {
  min-height: 236px;
  padding: 40px 10px;
  text-align: center;
  width: 100%;
  max-width: 715px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
}
.featured-area.single-image-large-2 .item .content-middle-inner {
  vertical-align: middle;
}
.featured-area.single-image-large-2 .item .entry-meta-date {
  font-size: 16px;
  font-family: 'Crimson Text';
  font-style: italic;
  color: #939393;
  line-height: 1.2;
}
.featured-area.single-image-large-2 .item .feature-title-wrap {
  position: relative;
}
.featured-area.single-image-large-2 .item .feature-title-wrap:after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: block;
  border-bottom: 1px solid;
  width: 50px;
  margin: auto;
  left: 0;
  right: 0;
}
.featured-area.single-image-large-2 .item .feature-title-wrap h2.feature-post-title {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 30px;
  max-height: 1.2em;
  overflow: hidden;
}
.featured-area.single-image-large-2 .item .hune a {
  text-transform: uppercase;
  color: #5c9212;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.4em;
}
.featured-area.single-image-large-2 .item .hune {
  display: block;
  line-height: 1.8;
  max-height: 1.8em;
  overflow: hidden;
}
.featured-area.single-image-large-2 .owl-controls {
  position: absolute;
  bottom: 236px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.featured-area.single-image-large-2 .owl-controls .owl-nav {
  display: inline-block;
  position: relative;
}
.featured-area.single-image-large-2 .owl-controls .owl-nav .owl-prev,
.featured-area.single-image-large-2 .owl-controls .owl-nav .owl-next {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  bottom: inherit;
  position: absolute;
  height: 236px;
  display: inline-block;
  width: 70px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.featured-area.single-image-large-2 .owl-controls .owl-nav .owl-prev i,
.featured-area.single-image-large-2 .owl-controls .owl-nav .owl-next i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 26px;
  margin: auto;
  font-size: 26px;
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: .4;
}
.featured-area.single-image-large-2 .owl-controls .owl-nav .owl-prev:hover i,
.featured-area.single-image-large-2 .owl-controls .owl-nav .owl-next:hover i {
  opacity: 1;
}
.featured-area.single-image-large-2 .owl-controls .owl-nav .owl-prev {
  left: -427px;
}
.featured-area.single-image-large-2 .owl-controls .owl-nav .owl-next {
  right: -427px;
}
/*Feature Single Medium Content*/
.featured-area.single-image-medium-2 .item .nykof {
  height: 580px;
}
.featured-area.single-image-medium-2 .item .nykof .slider-image-post {
  height: 580px;
  margin-bottom: 176px;
}
.featured-area.single-image-medium-2 .item .hover-effect {
  padding: 0 10px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.featured-area.single-image-medium-2 .item .content-middle {
  position: relative;
  padding: 35px 0 0 0;
  text-align: center;
  width: 100%;
  max-width: 715px;
  margin: auto;
  background-color: #fff;
}
.featured-area.single-image-medium-2 .item .entry-meta-date,
.featured-area.single-image-medium-2 .item h2.feature-post-title,
.featured-area.single-image-medium-2 .item .hune,
.featured-area.single-image-medium-2 .item .hohim {
  padding-left: 15px;
  padding-right: 15px;
}
.featured-area.single-image-medium-2 .item .hohim p,
.featured-area.single-image-medium-2 .item h2.feature-post-title a {
  color: #222;
}
.featured-area.single-image-medium-2 .item .entry-meta-date {
  font-size: 16px;
  font-family: 'Crimson Text';
  font-style: italic;
  color: #939393;
  line-height: 1.2;
}
.featured-area.single-image-medium-2 .item .feature-title-wrap {
  position: relative;
  margin-bottom: 17px;
}
.featured-area.single-image-medium-2 .item .feature-title-wrap:after {
  content: "";
  display: block;
  border-bottom: 1px solid;
  width: 50px;
  margin: auto;
}
.featured-area.single-image-medium-2 .item .feature-title-wrap h2.feature-post-title {
  position: relative;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 15px;
  max-height: 2.4em;
  overflow: hidden;
}
.featured-area.single-image-medium-2 .item .hune {
  display: block;
  margin-bottom: 15px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 2.4em;
}
.featured-area.single-image-medium-2 .item .hune a {
  text-transform: uppercase;
  color: #5c9212;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.4em;
}
.featured-area.single-image-medium-2 .item .hohim {
  font-size: 15px;
  line-height: 2;
  max-height: 4em;
  overflow: hidden;
  max-width: 570px;
  margin: auto;
  margin-bottom: 65px;
  margin-top: 16px;
}
.featured-area.single-image-medium-2 .item .entry-link-post {
  position: relative;
  width: 100%;
  background-color: #333333;
}
.featured-area.single-image-medium-2 .item .entry-link-post .button-prev,
.featured-area.single-image-medium-2 .item .entry-link-post .button-next {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  background-color: #242424;
  height: 55px;
  width: 70px;
}
.featured-area.single-image-medium-2 .item .entry-link-post .button-prev i,
.featured-area.single-image-medium-2 .item .entry-link-post .button-next i {
  line-height: 55px;
  color: #fff;
}
.featured-area.single-image-medium-2 .item .entry-link-post .button-prev:hover i,
.featured-area.single-image-medium-2 .item .entry-link-post .button-next:hover i {
  color: #5c9212;
}
.featured-area.single-image-medium-2 .item .entry-link-post .button-next {
  right: 0;
}
.featured-area.single-image-medium-2 .item .entry-link-post .button-prev {
  left: 0;
}
.featured-area.single-image-medium-2 .item .entry-link-post a {
  color: #fff;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.2em;
}
.featured-area.single-image-medium-2 .owl-controls {
  display: none;
}
/*Feature Single Image Large*/
.featured-area.single-image-large .item .nykof,
.featured-area.single-image-large .item .slider-image-post {
  height: 876px;
}
.featured-area.single-image-large .item > a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.featured-area.single-image-large .item:hover > a {
  opacity: 1;
}
.featured-area.single-image-large .owl-controls .owl-nav .owl-prev,
.featured-area.single-image-large .owl-controls .owl-nav .owl-next {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}
.featured-area.single-image-large .owl-controls .owl-nav .owl-prev:hover,
.featured-area.single-image-large .owl-controls .owl-nav .owl-next:hover {
  color: #fff;
  border-color: #fff;
}
/*Feature Carousel Large*/
.slick.slider-center .slick-list {
  overflow: inherit;
}
.slick.slider-center .item {
  text-align: center;
  overflow: hidden;
}
.slick.slider-center .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #333;
  opacity: .7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.slick.slider-center .nykof,
.slick.slider-center .slider-image-post {
  height: 570px;
}
.slick.slider-center .hover-effect {
  display: none;
  padding: 30px 15px;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.6);
  color: #fff;
}
.slick.slider-center h2.feature-post-title {
  font-size: 50px;
  margin-bottom: 10px;
}
.slick.slider-center h2.feature-post-title a {
  color: #fff;
}
.slick.slider-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick.slider-center ul li {
  display: inline-block;
}
.slick.slider-center ul li a {
  color: #fff;
}
.slick.slider-center ul li.entry-meta-author span,
.slick.slider-center ul li .entry-meta-date {
  font-style: italic;
  margin-right: 5px;
}
.slick.slider-center ul li.entry-meta-author a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: bold;
}
.slick.slider-center ul li + li:before {
  content: "/";
  font-style: italic;
}
.slick.slider-center .item.slick-center {
  position: relative;
  overflow: hidden;
}
.slick.slider-center .item.slick-center:after {
  opacity: 0;
}
.slick.slider-center .item.slick-center .hover-effect {
  display: block;
  z-index: 3;
}
.slick.slider-center .slick-arrow {
  cursor: pointer;
  width: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  height: 100%;
}
.slick.slider-center .slick-arrow:hover i {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
}
.slick.slider-center .slick-arrow i {
  position: absolute;
  top: 0;
  margin: auto;
  height: 20px;
  bottom: 0;
  opacity: 0.7;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.slick.slider-center .slick-arrow.button-next {
  left: 100%;
  right: -999px;
}
.slick.slider-center .slick-arrow.button-next i {
  left: 15px;
}
.slick.slider-center .slick-arrow.button-prev {
  right: 100%;
  left: -999px;
}
.slick.slider-center .slick-arrow.button-prev i {
  right: 15px;
}
/*Feature Single Medium Content*/
.featured-area.single-image-medium .item {
  overflow: hidden;
  text-align: center;
}
.featured-area.single-image-medium .item .nykof,
.featured-area.single-image-medium .item .slider-image-post {
  height: 580px;
}
.featured-area.single-image-medium .hover-effect {
  padding: 30px 15px;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.6);
  color: #fff;
}
.featured-area.single-image-medium h2.feature-post-title {
  font-size: 50px;
  margin-bottom: 10px;
}
.featured-area.single-image-medium h2.feature-post-title a {
  color: #fff;
}
.featured-area.single-image-medium ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.featured-area.single-image-medium ul li {
  display: inline-block;
}
.featured-area.single-image-medium ul li a {
  color: #fff;
}
.featured-area.single-image-medium ul li.entry-meta-author span,
.featured-area.single-image-medium ul li .entry-meta-date {
  font-family: 'Crimson Text';
  font-style: italic;
  margin-right: 5px;
}
.featured-area.single-image-medium ul li + li:before {
  content: "/";
  font-style: italic;
}
.featured-area.single-image-medium .owl-controls .owl-nav .owl-next,
.featured-area.single-image-medium .owl-controls .owl-nav .owl-prev {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.featured-area.single-image-medium .owl-controls .owl-nav .owl-next:hover,
.featured-area.single-image-medium .owl-controls .owl-nav .owl-prev:hover {
  border-color: #fff;
  color: #fff;
}
/*Feature Vertical Slider*/
.slick.horizontal-slider .item .nykof {
  height: 470px;
}
.slick.horizontal-slider .item .nykof .slider-image-post {
  height: 470px;
}
.slick.horizontal-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  height: 42px;
  width: 42px;
  border: 2px solid #fff;
  color: #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick.horizontal-slider .slick-arrow.button-prev {
  left: 30px;
}
.slick.horizontal-slider .slick-arrow.button-next {
  right: 30px;
}
.slick.horizontal-slider .slick-arrow i {
  font-size: 22px;
  line-height: 38px;
  width: 38px;
  text-align: center;
}
.slick.vertical-slider {
  max-height: 470px;
  overflow: hidden;
}
.slick.vertical-slider .item {
  margin-bottom: 28px;
}
.slick.vertical-slider .item.slick-center {
  display: none;
}
.slick.vertical-slider .item .nykof {
  height: 220px;
}
.slick.vertical-slider .item .nykof .slider-image-post {
  height: 220px;
  background-size: cover;
}
.slick.vertical-slider .slick-list {
  top: -1px;
}
.slick .slider-image-post a.vertical-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(92, 146, 18, 0.7); /* modi */
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.slick .slider-image-post:hover a.vertical-overlay {
  opacity: 1;
}
/*Feature Category Tab*/
.feature-area.category-tab .category-tab-menu {
  display: block;
  position: relative;
  background-color: #5c9212;
}
.feature-area.category-tab .category-tab-menu .menu-mobile-tab {
  padding: 15px;
  display: block;
  background-color: #5c9212;
  position: absolute;
  height: 59px;
  left: 15px;
  top: 0;
  right: 15px;
  z-index: 1;
}
.feature-area.category-tab .category-tab-menu .menu-mobile-tab i {
  background-color: #5c9212;
  z-index: 2;
  font-size: 11px;
  position: absolute;
  left: 30px;
  top: 15px;
  height: 30px;
  color: #fff;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.feature-area.category-tab .category-tab-menu .menu-mobile-tab span {
  color: #fff;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: 30px;
  text-align: center;
}
.feature-area.category-tab .category-tab-menu ul.categories-tab {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature-area.category-tab .category-tab-menu ul.categories-tab li.category-item {
  position: relative;
  display: inline-block;
  font-size: 11px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.feature-area.category-tab .category-tab-menu ul.categories-tab li.category-item a {
  display: block;
  height: 100%;
  padding: 20px 15px;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .2em;
  margin-right: 0;
}
.feature-area.category-tab .category-tab-menu ul.categories-tab li.category-item:after {
  content: '';
  position: absolute;
  border-bottom: solid 8px #ffffff;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  width: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.feature-area.category-tab .category-content-wrap {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 90px 0;
}
.feature-area.category-tab .category-content-wrap a.prettyPhoto {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 12px;
}
.feature-area.category-tab .category-content-wrap a.prettyPhoto i {
  color: #fff;
}
.feature-area.category-tab .category-content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.feature-area.category-tab .category-content-wrap .tab-content {
  position: relative;
}
.feature-area.category-tab .category-content-wrap .tab-content .tab-pane {
  width: 100%;
}
.feature-area.category-tab .category-content-wrap .banner-post {
  height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.feature-area.category-tab .category-content-wrap .category-content-item {
  display: none;
}
.feature-area.category-tab .category-content-wrap .category-content-item.active {
  display: block;
}
.feature-area.category-tab .category-content-wrap .big-post {
  overflow: hidden;
  position: relative;
}
.feature-area.category-tab .category-content-wrap .big-post .nykof,
.feature-area.category-tab .category-content-wrap .big-post .image-post {
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-area.category-tab .category-content-wrap .big-post .content-item {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 10px;
}
.feature-area.category-tab .category-content-wrap .big-post .content-item h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 5px;
  max-height: 2.4em;
  overflow: hidden;
}
.feature-area.category-tab .category-content-wrap .big-post .content-item a {
  color: #fff;
}
.feature-area.category-tab .category-content-wrap .big-post .content-item a.big-post-date {
  font-family: 'Crimson Text';
  font-size: 16px;
  font-style: italic;
  line-height: 1.2;
}
.feature-area.category-tab .category-content-wrap .small-post {
  height: 120px;
  overflow: hidden;
  margin-bottom: 30px;
  color: #000;
}
.feature-area.category-tab .category-content-wrap .small-post a {
  color: #000;
}
.feature-area.category-tab .category-content-wrap .small-post .cekipo {
  width: 170px;
  height: 120px;
  float: left;
}
.feature-area.category-tab .category-content-wrap .small-post .cekipo .embed-responsive-16by9 {
  padding-bottom: 70.58%;
}
.feature-area.category-tab .category-content-wrap .small-post .content {
  padding-left: 200px;
}
.feature-area.category-tab .category-content-wrap .small-post .content h2.title-post {
  line-height: 1.2;
  font-size: 20px;
  max-height: 2.4em;
  overflow: hidden;
  margin-bottom: 15px;
}
.feature-area.category-tab .category-content-wrap .small-post .content h2.title-post a:hover {
  color: #5c9212;
}
.feature-area.category-tab .category-content-wrap .small-post .content a .entry-meta-date {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Crimson Text';
  font-style: italic;
  color: #939393;
  margin-bottom: 5px;
}
.feature-area.category-tab .category-content-wrap .small-post .content .entry-meta-comment,
.feature-area.category-tab .category-content-wrap .small-post .content .entry-meta-comment > a,
.feature-area.category-tab .category-content-wrap .small-post .content .entry-meta-author,
.feature-area.category-tab .category-content-wrap .small-post .content .entry-meta-author > a {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
}
.feature-area.category-tab .category-content-wrap .small-post .content .entry-meta-author span {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #939393;
  text-transform: none;
  font-family: 'Crimson Text';
}
.feature-area.category-tab .category-content-wrap .small-post .content .entry-post-meta > div + div:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  border-left: 1px solid rgba(51, 51, 51, 0.125);
  margin: 0 18px;
}
.feature-area.category-tab .category-content-wrap .small-post:last-child {
  margin-bottom: 0;
}
.feature-area.category-tab .category-content-wrap .category-content-item .cekipo .owl-dots {
  display: none !important;
}
.feature-area.category-tab .category-content-wrap .category-content-item .cekipo .owl-nav > div {
  width: 30px;
  height: 30px;
  line-height: 24px;
  font-size: 14px;
}
.feature-area.category-tab .category-content-wrap .category-content-item .cekipo .owl-nav .owl-prev {
  left: 15px;
}
.feature-area.category-tab .category-content-wrap .category-content-item .cekipo .owl-nav .owl-next {
  right: 15px;
}
body[data-header="header-2"] .slick.slider-center .item .nykof,
body[data-header="header-2"] .slick.slider-center .item .slider-image-post {
  height: 450px;
}
body[data-header="header-2"] .slick.slider-center .slick-arrow i {
  height: 200px;
  line-height: 200px;
  width: 30px;
  text-align: center;
}
body[data-header="header-2"] .slick.slider-center .slick-arrow.button-next i {
  left: -15px;
}
body[data-header="header-2"] .slick.slider-center .slick-arrow.button-prev i {
  right: -15px;
}
/*Reponsive Feature Area*/
@media (max-width: 1200px) {
  .featured-area.single-image-large .item .nykof,
  .featured-area.single-image-large .item .slider-image-post {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .featured-area.single-image-large-2 .item {
    position: relative;
  }
  .featured-area.single-image-large-2 .item .nykof,
  .featured-area.single-image-large-2 .item .slider-image-post {
    height: 500px;
  }
  .featured-area.single-image-large-2 .item .hover-effect {
    margin-bottom: 29px;
  }
  .featured-area.single-image-large-2 .item .hover-effect .content-middle .feature-title-wrap h2.feature-post-title {
    font-size: 36px;
  }
  .featured-area.single-image-large-2 .owl-controls {
    height: 30px;
    margin: auto;
    max-width: 715px;
    left: 0;
    right: 0;
    bottom: 0 !important;
  }
  .featured-area.single-image-large-2 .owl-controls .owl-nav {
    display: block;
  }
  .featured-area.single-image-large-2 .owl-controls .owl-nav .owl-next,
  .featured-area.single-image-large-2 .owl-controls .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0.5);
    width: inherit !important;
    height: 30px !important;
  }
  .featured-area.single-image-large-2 .owl-controls .owl-nav .owl-next i,
  .featured-area.single-image-large-2 .owl-controls .owl-nav .owl-prev i {
    top: 4px;
  }
  .featured-area.single-image-large-2 .owl-controls .owl-nav .owl-prev {
    left: 0 !important;
    right: 50% !important;
  }
  .featured-area.single-image-large-2 .owl-controls .owl-nav .owl-next {
    right: 0 !important;
    left: 50% !important;
  }
  .featured-area.single-image-medium-2 .item .nykof {
    height: 500px;
  }
  .featured-area.single-image-medium-2 .item .nykof .slider-image-post {
    height: 500px;
  }
  .featured-area.single-image-medium-2 .item .hover-effect {
    padding: 0 50px;
  }
  .featured-area.single-image-medium-2 .item .hover-effect .content-middle {
    background-color: #fff;
  }
  .featured-area.single-image-large .item .nykof,
  .featured-area.single-image-large .item .slider-image-post {
    height: 500px;
  }
  .slick.slider-center .item .nykof,
  .slick.slider-center .item .slider-image-post {
    height: 450px;
  }
  .feature-area-wrap .category-content-wrap {
    padding: 50px 0;
  }
  .feature-area-wrap .category-content-wrap .tab-content {
    position: relative;
  }
  .feature-area-wrap .category-content-wrap .tab-content .tab-pane {
    width: 100%;
  }
  .feature-area-wrap .category-content-wrap .category-content-item {
    top: 30px;
  }
  .feature-area-wrap .category-content-wrap .category-content-item .big-post {
    margin-bottom: 30px;
  }
  .feature-area-wrap .category-content-wrap .banner-image {
    display: none;
  }
  .feature-area-wrap .featured-area.vertical-slider .slick-list {
    margin: 0 -15px;
  }
  .feature-area-wrap .featured-area.vertical-slider .item.slick-slide {
    margin: 0 15px;
  }
  .slick.horizontal-slider {
    margin-bottom: 30px;
  }
  body[data-header="header-2"] .slick.slider-center .item .nykof,
  body[data-header="header-2"] .slick.slider-center .item .slider-image-post {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .feature-area-wrap .feature-area.category-tab .category-tab-menu .menu-mobile-tab {
    display: none;
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu ul.categories-tab {
    display: block !important;
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu ul.categories-tab li.category-item {
    display: inline-block !important;
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu ul.categories-tab li.category-item:hover,
  .feature-area-wrap .feature-area.category-tab .category-tab-menu ul.categories-tab li.category-item.active {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu ul.categories-tab li.category-item:hover:after,
  .feature-area-wrap .feature-area.category-tab .category-tab-menu ul.categories-tab li.category-item.active:after {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .featured-area.single-image-large-2 .owl-stage-outer .owl-item .item .hover-effect .content-middle {
    min-height: inherit;
  }
  .featured-area.single-image-large-2 .owl-stage-outer .owl-item .item .nykof,
  .featured-area.single-image-large-2 .owl-stage-outer .owl-item .item .slider-image-post {
    height: 450px;
  }
  .featured-area.single-image-large-2 .owl-controls {
    padding: 0 20px!important;
  }
  .featured-area.single-image-medium-2 .item .nykof .slider-image-post {
    height: 420px;
  }
  .featured-area.single-image-medium-2 .item .hover-effect {
    padding: 0;
  }
  .featured-area.single-image-medium-2 .item .hover-effect .content-middle .hune {
    margin-bottom: 25px;
  }
  .featured-area.single-image-medium-2 .item .hover-effect .content-middle .hohim {
    display: none;
  }
  .slick.slider-center .item .nykof,
  .slick.slider-center .item .slider-image-post {
    height: 350px;
  }
  .featured-area.single-image-medium .owl-stage-outer .owl-item .item .nykof,
  .featured-area.single-image-medium .owl-stage-outer .owl-item .item .slider-image-post {
    height: 400px;
  }
  .featured-area.single-image-large .item .nykof,
  .featured-area.single-image-large .item .slider-image-post {
    height: 400px;
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu {
    background-color: transparent;
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu .menu-mobile-tab {
    background-color: transparent;
    height: 0;
    padding: 0;
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu .menu-mobile-tab span {
    display: none;
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu .menu-mobile-tab.active {
    background-color: #5c9212;
    height: 59px;
    padding: 15px;
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu .menu-mobile-tab.active span {
    display: block;
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu .menu-mobile-tab i.active {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu ul.categories-tab {
    background-color: #5c9212;
    display: none;
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu ul.categories-tab li.category-item {
    display: block;
    text-align: center;
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu ul.categories-tab li.category-item:after {
    display: none;
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu ul.categories-tab li.category-item:hover,
  .feature-area-wrap .feature-area.category-tab .category-tab-menu ul.categories-tab li.category-item.active {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .feature-area-wrap .feature-area.category-tab .category-tab-menu ul.categories-tab li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .feature-area-wrap .feature-area.category-tab .category-content-wrap .category-content-item .banner-image {
    display: none;
  }
  .slick.horizontal-slider .item .nykof {
    height: 400px;
  }
  .slick.horizontal-slider .item .nykof .slider-image-post {
    height: 400px;
  }
  .slick.vertical-slider .item .nykof {
    height: 150px;
  }
  .slick.vertical-slider .item .nykof .slider-image-post {
    height: 150px;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .feature-area-wrap .feature-area.category-tab .category-content-wrap {
    padding: 30px 0;
  }
  .feature-area-wrap .feature-area.category-tab .category-content-wrap .small-post {
    text-align: center;
    height: inherit;
  }
  .feature-area-wrap .feature-area.category-tab .category-content-wrap .small-post .cekipo {
    float: inherit;
    margin: auto;
    width: inherit;
    height: inherit;
  }
  .feature-area-wrap .feature-area.category-tab .category-content-wrap .small-post .content {
    padding: 15px 0 0 0;
  }
  .slick.horizontal-slider .item .nykof {
    height: 300px;
  }
  .slick.horizontal-slider .item .nykof .slider-image-post {
    height: 300px;
  }
  .slick.vertical-slider .item .nykof {
    height: 120px;
  }
  .slick.vertical-slider .item .nykof .slider-image-post {
    height: 120px;
    background-size: cover;
  }
}
/**
* 7.0 - Shortcode
* ----------------------------------------------------------------------------
*/
.hearthstone-social-profiles {
  text-align: center;
  font-size: 0;
}
.hearthstone-social-profiles a {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
  background-color: rgba(51, 51, 51, 0.25);
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.hearthstone-social-profiles a + a {
  margin-left: 15px;
}
.hearthstone-social-profiles a:hover {
  background-color: #5c9212;
}
.hearthstone-about {
  text-align: center;
}
.hearthstone-about .avatar img {
  width: 272px;
  height: 272px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.hearthstone-about h2 {
  font-size: 24px;
  line-height: 60px;
  font-style: italic;
  text-align: center;
  font-family: 'Playfair Display';
  position: relative;
}
.hearthstone-about h2:before,
.hearthstone-about h2:after {
  content: '';
  position: absolute;
  width: 20px;
  border-top: solid 1px rgba(51, 51, 51, 0.25);
  bottom: 0;
  margin: auto;
  left: 0;
  right: 60px;
}
.hearthstone-about h2:after {
  left: 60px;
  right: 0;
}
.hearthstone-about h2 > span {
  border: solid 1px rgba(51, 51, 51, 0.25);
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
.hearthstone-about .description {
  font-family: 'Crimson Text';
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
/**
* 8.0 - Mixins
* ----------------------------------------------------------------------------
*/
/**
* Font
* ----------------------------------------------------------------------------
*/
.b-font {
  font-family: 'Lato' !important;
}
.jabe {
  font-family: 'Playfair Display' !important;
}
.s-font {
  font-family: 'Crimson Text' !important;
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.p-color {
  color: #5c9212 !important;
}
.t-color {
  color: #333333 !important;
}
.s-color {
  color: rgba(51, 51, 51, 0.7) !important;
}
/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-65 {
  padding-top: 65px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-75 {
  padding-top: 75px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-85 {
  padding-top: 85px !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-95 {
  padding-top: 95px !important;
}
.pd-top-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-top-0 {
    padding-top: 0px !important;
  }
  .sm-pd-top-5 {
    padding-top: 5px !important;
  }
  .sm-pd-top-10 {
    padding-top: 10px !important;
  }
  .sm-pd-top-15 {
    padding-top: 15px !important;
  }
  .sm-pd-top-20 {
    padding-top: 20px !important;
  }
  .sm-pd-top-25 {
    padding-top: 25px !important;
  }
  .sm-pd-top-30 {
    padding-top: 30px !important;
  }
  .sm-pd-top-35 {
    padding-top: 35px !important;
  }
  .sm-pd-top-40 {
    padding-top: 40px !important;
  }
  .sm-pd-top-45 {
    padding-top: 45px !important;
  }
  .sm-pd-top-50 {
    padding-top: 50px !important;
  }
  .sm-pd-top-55 {
    padding-top: 55px !important;
  }
  .sm-pd-top-60 {
    padding-top: 60px !important;
  }
  .sm-pd-top-65 {
    padding-top: 65px !important;
  }
  .sm-pd-top-70 {
    padding-top: 70px !important;
  }
  .sm-pd-top-75 {
    padding-top: 75px !important;
  }
  .sm-pd-top-80 {
    padding-top: 80px !important;
  }
  .sm-pd-top-85 {
    padding-top: 85px !important;
  }
  .sm-pd-top-90 {
    padding-top: 90px !important;
  }
  .sm-pd-top-95 {
    padding-top: 95px !important;
  }
  .sm-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-top-0 {
    padding-top: 0px !important;
  }
  .xs-pd-top-5 {
    padding-top: 5px !important;
  }
  .xs-pd-top-10 {
    padding-top: 10px !important;
  }
  .xs-pd-top-15 {
    padding-top: 15px !important;
  }
  .xs-pd-top-20 {
    padding-top: 20px !important;
  }
  .xs-pd-top-25 {
    padding-top: 25px !important;
  }
  .xs-pd-top-30 {
    padding-top: 30px !important;
  }
  .xs-pd-top-35 {
    padding-top: 35px !important;
  }
  .xs-pd-top-40 {
    padding-top: 40px !important;
  }
  .xs-pd-top-45 {
    padding-top: 45px !important;
  }
  .xs-pd-top-50 {
    padding-top: 50px !important;
  }
  .xs-pd-top-55 {
    padding-top: 55px !important;
  }
  .xs-pd-top-60 {
    padding-top: 60px !important;
  }
  .xs-pd-top-65 {
    padding-top: 65px !important;
  }
  .xs-pd-top-70 {
    padding-top: 70px !important;
  }
  .xs-pd-top-75 {
    padding-top: 75px !important;
  }
  .xs-pd-top-80 {
    padding-top: 80px !important;
  }
  .xs-pd-top-85 {
    padding-top: 85px !important;
  }
  .xs-pd-top-90 {
    padding-top: 90px !important;
  }
  .xs-pd-top-95 {
    padding-top: 95px !important;
  }
  .xs-pd-top-100 {
    padding-top: 100px !important;
  }
}
/**
* Padding Bottom
* ----------------------------------------------------------------------------
*/
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-bottom-5 {
  padding-bottom: 5px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-25 {
  padding-bottom: 25px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-bottom-35 {
  padding-bottom: 35px !important;
}
.pd-bottom-40 {
  padding-bottom: 40px !important;
}
.pd-bottom-45 {
  padding-bottom: 45px !important;
}
.pd-bottom-50 {
  padding-bottom: 50px !important;
}
.pd-bottom-55 {
  padding-bottom: 55px !important;
}
.pd-bottom-60 {
  padding-bottom: 60px !important;
}
.pd-bottom-65 {
  padding-bottom: 65px !important;
}
.pd-bottom-70 {
  padding-bottom: 70px !important;
}
.pd-bottom-75 {
  padding-bottom: 75px !important;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-bottom-85 {
  padding-bottom: 85px !important;
}
.pd-bottom-90 {
  padding-bottom: 90px !important;
}
.pd-bottom-95 {
  padding-bottom: 95px !important;
}
.pd-bottom-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .sm-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .sm-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .sm-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .sm-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .sm-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .sm-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .sm-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .sm-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .sm-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .sm-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .sm-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .sm-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .sm-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .sm-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .sm-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .sm-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .sm-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .sm-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .sm-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .sm-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xs-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .xs-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .xs-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .xs-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .xs-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .xs-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .xs-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .xs-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .xs-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .xs-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .xs-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .xs-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .xs-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .xs-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .xs-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .xs-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .xs-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .xs-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .xs-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .xs-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
/**
* Margin Top
* ----------------------------------------------------------------------------
*/
.mg-top-0 {
  margin-top: 0px !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-35 {
  margin-top: 35px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-45 {
  margin-top: 45px !important;
}
.mg-top-50 {
  margin-top: 50px !important;
}
.mg-top-55 {
  margin-top: 55px !important;
}
.mg-top-60 {
  margin-top: 60px !important;
}
.mg-top-65 {
  margin-top: 65px !important;
}
.mg-top-70 {
  margin-top: 70px !important;
}
.mg-top-75 {
  margin-top: 75px !important;
}
.mg-top-80 {
  margin-top: 80px !important;
}
.mg-top-85 {
  margin-top: 85px !important;
}
.mg-top-90 {
  margin-top: 90px !important;
}
.mg-top-95 {
  margin-top: 95px !important;
}
.mg-top-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-top-0 {
    margin-top: 0px !important;
  }
  .sm-mg-top-5 {
    margin-top: 5px !important;
  }
  .sm-mg-top-10 {
    margin-top: 10px !important;
  }
  .sm-mg-top-15 {
    margin-top: 15px !important;
  }
  .sm-mg-top-20 {
    margin-top: 20px !important;
  }
  .sm-mg-top-25 {
    margin-top: 25px !important;
  }
  .sm-mg-top-30 {
    margin-top: 30px !important;
  }
  .sm-mg-top-35 {
    margin-top: 35px !important;
  }
  .sm-mg-top-40 {
    margin-top: 40px !important;
  }
  .sm-mg-top-45 {
    margin-top: 45px !important;
  }
  .sm-mg-top-50 {
    margin-top: 50px !important;
  }
  .sm-mg-top-55 {
    margin-top: 55px !important;
  }
  .sm-mg-top-60 {
    margin-top: 60px !important;
  }
  .sm-mg-top-65 {
    margin-top: 65px !important;
  }
  .sm-mg-top-70 {
    margin-top: 70px !important;
  }
  .sm-mg-top-75 {
    margin-top: 75px !important;
  }
  .sm-mg-top-80 {
    margin-top: 80px !important;
  }
  .sm-mg-top-85 {
    margin-top: 85px !important;
  }
  .sm-mg-top-90 {
    margin-top: 90px !important;
  }
  .sm-mg-top-95 {
    margin-top: 95px !important;
  }
  .sm-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-top-0 {
    margin-top: 0px !important;
  }
  .xs-mg-top-5 {
    margin-top: 5px !important;
  }
  .xs-mg-top-10 {
    margin-top: 10px !important;
  }
  .xs-mg-top-15 {
    margin-top: 15px !important;
  }
  .xs-mg-top-20 {
    margin-top: 20px !important;
  }
  .xs-mg-top-25 {
    margin-top: 25px !important;
  }
  .xs-mg-top-30 {
    margin-top: 30px !important;
  }
  .xs-mg-top-35 {
    margin-top: 35px !important;
  }
  .xs-mg-top-40 {
    margin-top: 40px !important;
  }
  .xs-mg-top-45 {
    margin-top: 45px !important;
  }
  .xs-mg-top-50 {
    margin-top: 50px !important;
  }
  .xs-mg-top-55 {
    margin-top: 55px !important;
  }
  .xs-mg-top-60 {
    margin-top: 60px !important;
  }
  .xs-mg-top-65 {
    margin-top: 65px !important;
  }
  .xs-mg-top-70 {
    margin-top: 70px !important;
  }
  .xs-mg-top-75 {
    margin-top: 75px !important;
  }
  .xs-mg-top-80 {
    margin-top: 80px !important;
  }
  .xs-mg-top-85 {
    margin-top: 85px !important;
  }
  .xs-mg-top-90 {
    margin-top: 90px !important;
  }
  .xs-mg-top-95 {
    margin-top: 95px !important;
  }
  .xs-mg-top-100 {
    margin-top: 100px !important;
  }
}
/**
* Margin Bottom
* ----------------------------------------------------------------------------
*/
.mg-bottom-0 {
  margin-bottom: 0px !important;
}
.mg-bottom-5 {
  margin-bottom: 5px !important;
}
.mg-bottom-10 {
  margin-bottom: 10px !important;
}
.mg-bottom-15 {
  margin-bottom: 15px !important;
}
.mg-bottom-20 {
  margin-bottom: 20px !important;
}
.mg-bottom-25 {
  margin-bottom: 25px !important;
}
.mg-bottom-30 {
  margin-bottom: 30px !important;
}
.mg-bottom-35 {
  margin-bottom: 35px !important;
}
.mg-bottom-40 {
  margin-bottom: 40px !important;
}
.mg-bottom-45 {
  margin-bottom: 45px !important;
}
.mg-bottom-50 {
  margin-bottom: 50px !important;
}
.mg-bottom-55 {
  margin-bottom: 55px !important;
}
.mg-bottom-60 {
  margin-bottom: 60px !important;
}
.mg-bottom-65 {
  margin-bottom: 65px !important;
}
.mg-bottom-70 {
  margin-bottom: 70px !important;
}
.mg-bottom-75 {
  margin-bottom: 75px !important;
}
.mg-bottom-80 {
  margin-bottom: 80px !important;
}
.mg-bottom-85 {
  margin-bottom: 85px !important;
}
.mg-bottom-90 {
  margin-bottom: 90px !important;
}
.mg-bottom-95 {
  margin-bottom: 95px !important;
}
.mg-bottom-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .sm-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .sm-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .sm-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .sm-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .sm-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .sm-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .sm-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .sm-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .sm-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .sm-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .sm-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .sm-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .sm-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .sm-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .sm-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .sm-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .sm-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .sm-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .sm-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .xs-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .xs-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .xs-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .xs-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .xs-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .xs-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .xs-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .xs-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .xs-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .xs-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .xs-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .xs-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .xs-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .xs-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .xs-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .xs-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .xs-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .xs-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .xs-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .xs-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
/**
* Letter Spacing
* ----------------------------------------------------------------------------
*/
.spacing-50 {
  letter-spacing: 0.05em !important;
}
.spacing-100 {
  letter-spacing: 0.1em !important;
}
.spacing-200 {
  letter-spacing: 0.2em !important;
}
.spacing-400 {
  letter-spacing: 0.4em !important;
}
/**
* Font Weight
* ----------------------------------------------------------------------------
*/
.fw-light {
  font-weight: 300 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
.fw-semi-bold {
  font-weight: 700 !important;
}
/**
* Font Size
* ----------------------------------------------------------------------------
*/
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-46 {
  font-size: 46px !important;
}
/**
* Font Style
* ----------------------------------------------------------------------------
*/
.fs-i {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase !important;
}
/**
* Line Height
* ----------------------------------------------------------------------------
*/
.line-small {
  line-height: 1em !important;
}
.line-normal {
  line-height: 1.5em !important;
}
.line-medium {
  line-height: 1.6em !important;
}
.line-large {
  line-height: 1.8em !important;
}
.line-2x {
  line-height: 2em !important;
}
.line-3x {
  line-height: 3em !important;
}
.line-21 {
  line-height: 21px !important;
}
.line-24 {
  line-height: 24px !important;
}
/**
* TRANSITION
* ----------------------------------------------------------------------------
*/
.transition03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.transition05 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fixed {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* -- My additions -- */
.buysellads {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:480px) { /* to hide a widget on mobile device */
.hide_on_mobile {
	display: none !important;}
}
.selam {
  font-size: 18px;
  line-height: 35px;
  color: #333333;
  font-family: 'Playfair Display' !important;
}
.nav-button {
  border:1px solid; 
  font-size:11px;
  border-radius:5px; 
  padding-left:5px;
  padding-right:5px; 
  text-transform: uppercase;
  line-height: 30px;
  display: block;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #333333;
}
#fykawi {
  margin-bottom:50px;
}

/* -- My additions for floating bar in footer.php -- */
.floating-bar {
	background-color: #fff;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
	padding-top: 10px;
	padding-bottom: 0px;	
	padding-left: 15px;
	padding-right: 15px;	
	position: fixed;
		bottom: 0;
		left: 0;
	width: 100%;
	z-index: 80; /* hide behind footer at bottom of page */
}
@media all and (max-width: 900px) {
	.floating-bar {
		/* display: none; //remove comment to hide on mobile */
		text-align: center;
	}
	.floating-bar .alignleft {
		float: none;
		margin-bottom: 0; /* 7px; */
		margin-right: 0;
	}
	.floating-bar .alignright {
		float: none;
		margin-left: 0;
	}
	.floating-bar .button {
		text-align: center;
		width: 100%;
	}
}

.floating-bar-mobile {
	background-color: #fff;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
	padding-top: 5px;
	padding-bottom: 10px;	
	padding-left: 15px;
	padding-right: 15px;	
	position: fixed;
		bottom: 0;
		left: 0;
	width: 100%;
	z-index: 80; /* hide behind footer at bottom of page */
}
@media all and (max-width: 900px) {
	.floating-bar-mobile {
		/* display: none; //remove comment to hide on mobile */
		text-align: center;
	}
	.floating-bar-mobile .alignleft {
		float: none;
		margin-bottom: 0; /* 7px; */
		margin-right: 0;
	}
	.floating-bar-mobile .alignright {
		float: none;
		margin-left: 0;
	}
	.floating-bar-mobile .button {
		text-align: center;
		width: 100%;
	}
}

#close-floating {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#ccc;
}
#close-floating:hover {
	float:right;
	display:inline-block;
	padding:2px 5px;
	background:#ccc;
    color:#fff;
}