@charset "UTF-8";
/*
 $package Eroshik SAVP Theme
*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.eroshik_savp_image_format .entry_header, .eroshik_savp_gallery_format .carousel-control {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.entry_excerpt.image_caption {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */
}

/*
	@package eroshik savp
*/
.alignnone {
  margin: 5px 0 20px 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignright {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignnone {
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.aligncenter {
  /*@include fullwidth();*/
  width: 100%;
  height: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 20px;
}

.wp-caption.alignleft {
  margin: 5px 0 20px 20px;
}

.wp-caption.alignright {
  margin: 5px 20px 20px 0;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*need to redifined*/
p {
  font-size: 14px;
  margin: 0.5em;
  color: #20303c;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  padding-right: 1em;
  text-indent: -.7em;
}

ul li:before {
  content: "• ";
}

ul li a {
  cursor: pointer;
  text-decoration: none !important;
  color: #20303c;
  opacity: 0.7;
}

ul li a:hover, ul li a:focus {
  color: #02acac;
  opacity: 1;
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
}

.eroshik-widget {
  margin: 30px 0 50px;
  padding: 0 20px;
}

.eroshik-widget .search-field {
  resize: vertical;
  border: none;
  border-radius: 0;
  padding: 8px 15px;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.eroshik-widget .search-submit {
  display: block;
  width: 50%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.eroshik-widget .textwidget {
  font-size: 12px;
  color: #20303c;
}

.eroshik-widget ul li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

.eroshik-widget ul li span {
  font-size: 10px;
}

.eroshik-widget ul li a {
  font-size: 12px;
  color: #20303c;
}

.btn {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  background-color: #656565;
  border-radius: 2px;
  font-size: 1.2em;
  width: auto;
  padding: 14px 60px;
  color: #fff;
  font-weight: 100;
  border: none;
}

.btn:hover, .btn:focus {
  background-color: #898989;
  color: #fff;
}

.table {
  display: table;
  width: 100%;
  height: 80%;
}

.table_cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  padding: 0.3em;
}

td {
  padding: 0.3em;
}

/*--------------------------------------------------------------
	# Typography
	--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.68;
}

.entry-content h1:before {
  width: 66px;
}

.entry-content h1:after {
  width: 170px;
}

.entry-content h1.center:before {
  right: 50%;
  margin-right: -33px;
}

.entry-content h1.center:after {
  right: 50%;
  margin-right: -85px;
}

.entry-content h1.right:before {
  right: auto;
  left: 0;
}

.entry-content h1.right:after {
  right: auto;
  left: 0;
}

.entry-content h2:before {
  width: 40px;
}

.entry-content h2:after {
  width: 106px;
}

.entry-content h2.center:before {
  right: 50%;
  margin-right: -20px;
}

.entry-content h2.center:after {
  right: 50%;
  margin-right: -53px;
}

.entry-content h2.right:before {
  right: auto;
  left: 0;
}

.entry-content h2.right:after {
  right: auto;
  left: 0;
}

.entry-content h3:before {
  width: 26px;
  height: 2px;
}

.entry-content h3:after {
  width: 66px;
  height: 2px;
}

.entry-content h3.center:before {
  right: 50%;
  margin-right: -13px;
}

.entry-content h3.center:after {
  right: 50%;
  margin-right: -33px;
}

.entry-content h3.right:before {
  right: auto;
  left: 0;
}

.entry-content h3.right:after {
  right: auto;
  left: 0;
}

.entry-content h4:before {
  width: 16px;
  height: 2px;
}

.entry-content h4:after {
  width: 40px;
  height: 2px;
}

.entry-content h4.center:before {
  right: 50%;
  margin-right: -8px;
}

.entry-content h4.center:after {
  right: 50%;
  margin-right: -20px;
}

.entry-content h4.right:before {
  right: auto;
  left: 0;
}

.entry-content h4.right:after {
  right: auto;
  left: 0;
}

.entry-content h5:before {
  width: 10px;
  height: 1px;
}

.entry-content h5:after {
  width: 26px;
  height: 1px;
}

.entry-content h5.center:before {
  right: 50%;
  margin-right: -5px;
}

.entry-content h5.center:after {
  right: 50%;
  margin-right: -13px;
}

.entry-content h5.right:before {
  right: auto;
  left: 0;
}

.entry-content h5.right:after {
  right: auto;
  left: 0;
}

.entry-content h6:before {
  width: 6px;
  height: 1px;
}

.entry-content h6:after {
  width: 16px;
  height: 1px;
}

.entry-content h6.center:before {
  right: 50%;
  margin-right: -3px;
}

.entry-content h6.center:after {
  right: 50%;
  margin-right: -8px;
}

.entry-content h6.right:before {
  right: auto;
  left: 0;
}

.entry-content h6.right:after {
  right: auto;
  left: 0;
}

p {
  margin: 0 0 15px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
}

address {
  margin: 0 0 15px;
}

pre {
  background: #eee;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code {
  background-color: #f2f2f2;
  padding: 0.125em 0.25em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
	HTML ELEMENTS
	--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

blockquote:before,
blockquote:after {
  content: "";
}

q:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}

q:after {
  font-family: 'FontAwesome';
  content: "\f10e";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

blockquote {
  quotes: "" "";
  font-size: 105%;
  background: rgba(0, 0, 0, 0.03);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  border-radius: 3px;
}

q {
  quotes: "" "";
  position: relative;
  padding: 0 17px;
}

hr {
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 15px 15px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

table {
  margin: 0 0 15px;
  width: 100%;
  border: 1px solid #f5f5f5;
}

/*--------------------------------------------------------------
	# Forms
	--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  line-height: 36px;
  height: 36px;
  transition: all .5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  box-shadow: inset 0 -100px 0 transparent;
  transition: all linear 1s;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #404040;
  border: 1px solid #DDD;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: 36px;
  width: 100%;
}

select {
  border: 1px solid #DDD;
  padding: 3px 8px 3px 40px;
  height: 36px;
  background-color: transparent;
  background-color: #fff;
  line-height: 100%;
  outline: 0;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
}

select::-ms-expand {
  display: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px 8px;
}

textarea {
  padding: 3px 8px;
  width: 100%;
  min-height: 100px;
}

input[type="search"] {
  width: auto;
}

.alignleft {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.alignright {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after {
  content: "";
  display: table;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after {
  clear: both;
}

.widget {
  margin: 0 0 30px;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul ul {
  margin-right: 10px;
}

.widget a {
  text-decoration: none;
  color: #000;
}

.widget .post-date {
  font-size: 80%;
  color: #bbb;
  padding-left: 50%;
  white-space: nowrap;
}

#colophon .widget {
  margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
	## Posts and pages
	--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 30px;
}

.updated:not(.published) {
  display: none;
}

.single-entry-content {
  font-size: 15px;
}

.page-links {
  clear: both;
  margin: 0 0 15px;
}

#primary {
  background: transparent;
  width: 66%;
  float: right;
  transform: translateY(0);
}

#primary.full-width {
  width: auto;
  float: none;
}

#secondary {
  background: transparent;
  width: 31%;
  float: left;
  transform: translateY(0);
}

article {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 8em;
}

article.post {
  background: #fff;
  margin-bottom: 8em;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
}

article.post:hover {
  transition: .2s box-shadow ease-out;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}

.search-results article {
  background: #fff;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
}

.search-results article:hover {
  transition: .2s box-shadow ease-out;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}

.single article,
.single article:hover {
  padding: 20px;
  border: none;
  box-shadow: none;
}

.entry-figure {
  text-align: center;
  margin-bottom: 15px;
}

.entry-header {
  text-align: right;
  margin-bottom: 15px;
}

.entry-header .entry-title {
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

article.post.sticky .entry-header .entry-title {
  margin-bottom: 8em;
}

.entry-header .entry-title:before {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  height: 4px;
  width: 65px;
  background-color: #00bc96;
  background-position: right center;
  background-repeat: repeat-y;
  border-radius: 2px;
  transition: .2s width ease-out;
}

.entry-header .entry-title:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  height: 4px;
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 2px;
}

article.post.sticky .entry-header .entry-title:before,
article.post.sticky .entry-header .entry-title:after {
  height: 20px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.03);
}

article.post.sticky .entry-header .entry-title:after {
  font-family: 'FontAwesome';
  content: "\f08d";
  font-size: 20px;
  text-align: left;
  color: #00bc96;
  line-height: 1;
  padding-left: 10px;
  transition: .2s color ease-in;
}

article:hover .entry-header .entry-title:before {
  width: 100%;
  transition: .4s width ease-in-out;
}

article.post.sticky:hover .entry-header .entry-title:after {
  color: #fff;
  transition: .4s color ease-in;
}

article.post .entry-header .trusted-entry-icon:before,
article.post .entry-header .trusted-entry-icon:after {
  font-style: normal;
  content: "";
}

article.post.format-aside .entry-header .trusted-entry-icon:before {
  content: "\f15b";
  margin-left: 10px;
}

article.post.format-image .entry-header .trusted-entry-icon:before {
  content: "\f03e";
  margin-left: 10px;
}

article.post.format-video .entry-header .trusted-entry-icon:before {
  content: "\f03d";
  margin-left: 10px;
}

article.post.format-quote .entry-header .trusted-entry-icon:before {
  content: "\f10e";
  margin-left: 10px;
}

article.post.format-link .entry-header .trusted-entry-icon:before {
  content: "\f0c1";
  margin-left: 10px;
}

article.post.format-quote .entry-header .trusted-entry-icon:before {
  content: "\f10e";
  margin-left: 10px;
}

article.post.format-gallery .entry-header .trusted-entry-icon:before {
  content: "\f03e\f03e";
  margin-left: 10px;
}

article.post.format-audio .entry-header .trusted-entry-icon:before {
  content: "\f001";
  margin-left: 10px;
}

article.post.format-status .entry-header .trusted-entry-icon:before {
  content: "\f075";
  margin-left: 10px;
}

article.post.format-chat .entry-header .trusted-entry-icon:before {
  content: "\f086";
  margin-left: 10px;
}

article.post.post-password-required .entry-header .trusted-entry-icon:after,
article.post.post-password-protected .entry-header .trusted-entry-icon:after {
  content: "\f023";
  margin-left: 10px;
}

.entry-header .entry-title a {
  text-decoration: none;
  color: #323b45;
}

.entry-meta,
.entry-footer {
  font-size: 14px;
  color: rgba(68, 68, 68, 0.5);
  font-style: normal;
}

.entry-footer .edit-link {
  display: block;
  margin: 20px 0;
  clear: both;
}

.entry-meta span,
.entry-footer span {
  margin-left: 10px;
}

.entry-meta span .fa,
.entry-footer span .fa {
  margin-left: 5px;
  background: #00bc96;
  color: #fff;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.entry-meta a,
.entry-footer a {
  text-decoration: none;
}

.single .entry-meta {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
	## Asides
	--------------------------------------------------------------*/
aside {
  background: #fff;
}

#secondary .widget .widget-title {
  color: #323b45;
  font-weight: 300;
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  text-align: right;
  text-transform: uppercase;
}

#secondary .widget .widget-title:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 4px;
  background-color: #00bc96;
  top: 4px;
  right: -10px;
  border-radius: 2px;
  transition: .2s all ease-in-out;
}

#secondary .widget:hover .widget-title:before {
  height: 31px;
  top: -5px;
  transition: .2s all ease-in-out;
}

.widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-area ul ul {
  border-top: 1px solid #f2f2f2;
  margin-top: 5px;
}

.widget-area ul ul li {
  padding-right: 10px;
}

.widget-area ul ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget-area li {
  padding: 6px 0;
  border-bottom: 1px solid #f2f2f2;
}

.widget-area a {
  text-decoration: none;
  color: #000;
}

.widget-area a:hover {
  text-decoration: underline;
  color: #00bc96;
}

.widget-area .widget {
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
}

.widget-area .widget.widget_image {
  padding: 5px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
}

.widget-area .widget.widget_image img {
  border-radius: 3px;
}

#search {
  width: 100%;
  margin: 4px;
}

#search_text {
  width: 13em;
  padding: 15px 20px 15px 0;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  border: 0 none;
  height: 36px;
  margin-left: 0;
  color: white;
  outline: none;
  float: right;
  box-sizing: border-box;
  transition: all 0.15s;
}

#search_button {
  border: 0 none;
  width: 60px;
  float: right;
  padding: 0;
  text-align: center;
  height: 36px;
  cursor: pointer;
}

body {
  color: #20303c;
  font-size: 15px;
}

body.no-scroll {
  overflow-y: hidden;
}

.header_container {
  position: relative;
  display: block;
  height: 200px;
  background: #1E1E1E;
}

.bg_image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.site_tagline {
  margin-top: 0.2em;
  font-size: 18px;
  font-weight: 600;
}

.site_title {
  font-size: 40px;
  font-weight: 700;
  margin: 0.2em;
  margin-bottom: 5px;
}

.container-fluid {
  padding: 0px;
}

.header_btn_wrapper {
  float: left;
  /* margin-top: 0%; */
  margin-left: 0%;
  /* width: 6%; */
  position: relative;
  left: 0;
  /* left: 0px; */
  margin-left: 0.5%;
  margin-top: 0.5%;
  margin-bottom: 0.53m;
}

.header_btn_wrapper .first_btn {
  border-radius: 0px;
  /* font-weight: bold; */
  font-size: 1em;
}

.header_btn_wrapper .first_btn:hover, .header_btn_wrapper .first_btn:focus {
  opacity: 1;
  -webkit-transition: opacity 320ms ease;
  -moz-transition: opacity 320ms ease;
  -ms-transition: opacity 320ms ease;
  -o-transition: opacity 320ms ease;
  transition: opacity 320ms ease;
}

.header_btn_wrapper .other_btn {
  font-size: 1em;
  font-weight: bold;
  border-radius: 0px;
  opacity: 0.7;
}

.header_btn_wrapper .other_btn:hover, .header_btn_wrapper .other_btn:focus {
  opacity: 1;
  -webkit-transition: opacity 320ms ease;
  -moz-transition: opacity 320ms ease;
  -ms-transition: opacity 320ms ease;
  -o-transition: opacity 320ms ease;
  transition: opacity 320ms ease;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.col-xs-12 {
  padding: 0px !important;
}

.navbar-toggler {
  color: #000 !important;
  border: 0px !important;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  background-color: none !important;
  background: none !important;
  border: 1px solid #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media only screen and (max-width: 262px) {
  .number_bar {
    font-size: 8px !important;
  }
  .entry_meta {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 500px) {
  .site_title {
    font-size: 18px !important;
    margin-top: 1em;
  }
  .site_tagline {
    font-size: 12px;
  }
  .other_btn {
    font-size: 8px !important;
  }
  .first_btn {
    font-size: 8px !important;
  }
  .entry_title {
    font-size: 15px;
  }
  .entry_meta {
    font-size: 10px !important;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 250px) {
  .icons_bar {
    display: none;
  }
  .number_bar {
    display: none;
    font-size: 8px !important;
  }
  .other_menu_btn {
    line-height: 1em !important;
  }
  #contact_email {
    display: none;
  }
}

@media (min-width: 303px) {
  .icons_bar {
    display: none;
  }
  .number_bar {
    display: block;
    font-size: 8px !important;
  }
  .other_menu_btn {
    line-height: 1em !important;
  }
  #contact_email {
    display: none;
  }
}

@media (min-width: 440px) {
  .icons_bar {
    display: none;
  }
  .number_bar {
    display: block;
  }
  .other_menu_btn {
    line-height: 27px !important;
  }
  #contact_email {
    display: none;
  }
}

@media (min-width: 530px) {
  .icons_bar {
    display: none;
  }
  .number_bar {
    display: block;
    font-size: 12px !important;
  }
  .other_menu_btn {
    line-height: 27px !important;
  }
  #contact_email {
    display: none;
  }
}

@media (min-width: 576px) {
  .icons_bar {
    display: none;
  }
  .number_bar {
    display: block;
    font-size: 12px !important;
  }
  .other_menu_btn {
    line-height: 27px !important;
  }
  #contact_email {
    display: none;
  }
}

@media (min-width: 768px) {
  .icons_bar {
    display: block;
  }
  .number_bar {
    display: block;
    font-size: 12px !important;
  }
  .other_menu_btn {
    line-height: 27px !important;
  }
  #contact_email {
    display: none;
  }
}

@media (min-width: 890px) {
  .icons_bar {
    display: block;
  }
  .number_bar {
    display: block;
    font-size: 12px !important;
  }
  .other_menu_btn {
    line-height: 27px !important;
  }
  #contact_email {
    display: block;
  }
}

@media (min-width: 992px) {
  .icons_bar {
    display: block;
  }
  .number_bar {
    display: block;
    font-size: 12px !important;
  }
  .other_menu_btn {
    line-height: 27px !important;
  }
  #contact_email {
    display: block;
  }
}

@media (min-width: 1079px) {
  .icons_bar {
    display: block;
  }
  .number_bar {
    display: block;
    font-size: 12px !important;
  }
  .other_menu_btn {
    line-height: 27px !important;
  }
  #contact_email {
    display: block;
  }
}

@media (min-width: 1200px) {
  .icons_bar {
    display: block;
  }
  .number_bar {
    display: block;
    font-size: 12px !important;
  }
  .other_menu_btn {
    line-height: 27px !important;
  }
  #contact_email {
    display: block;
  }
}

@media (min-width: 4407px) {
  .icons_bar {
    display: block;
  }
  .number_bar {
    display: block;
    font-size: 12px !important;
  }
  .other_menu_btn {
    line-height: 27px !important;
  }
  #contact_email {
    display: block;
  }
}

.navbar-toggler {
  border: none;
  background-color: transparent;
}

.navbar-toggler.visited {
  background-color: transparent;
}

.top_bar {
  min-height: 37px;
}

.number_bar {
  height: 36px;
  font-size: 12px;
  padding-top: 1em;
}

.number_bar a {
  text-decoration: none;
  opacity: 0.7;
  color: #20303c;
}

.number_bar a.hover, .number_bar a focus {
  opacity: 1;
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
  color: #02acac;
}

.top_menus {
  margin-right: 0.5em;
  height: 36px;
  float: right;
  padding: 0.5em;
}

.icons_bar {
  height: 36px;
  padding: 0.5em;
}

.icons_bar a {
  color: #ff9d1d;
  opacity: 0.65;
}

.icons_bar a:hover, .icons_bar a:focus {
  opacity: 1;
  color: #ff9d1d;
}

.other_menu {
  height: 36px;
  padding: 0.5em;
  background: transparent;
}

.brand_logo {
  height: 36px;
}

.brand_logo_bg {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 37px;
}

.number_container {
  color: color_header_bg;
  font-weight: bold;
  font-size: 12px;
  margin-left: 1em;
}

.social_icons_list {
  display: table;
  width: 100%;
  text-align: center;
}

.social_icons_list li {
  display: table-cell;
  padding-right: 0 !important;
  text-indent: 0 !important;
}

.social_icons_list li:before {
  content: '';
}

.social_icons_list li a {
  opacity: 0.9;
  color: #20303c;
}

.social_icons_list li a:hover, .social_icons_list li a:focus {
  color: #02acac;
  opacity: 1;
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
}

.other_menu_btn {
  display: block;
  color: #20303c;
  text-align: left;
  font-size: 10px;
  line-height: 22px;
  opacity: 0.7;
  text-transform: uppercase;
}

.other_menu_btn:hover, .other_menu_btn:active, .other_menu_btn:focus {
  text-decoration: none;
  color: #02acac;
  opacity: 1;
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
}

.table {
  margin-bottom: 0% !important;
}

h1 {
  font-size: 48px;
  font-weight: 200;
}

h1.entry_title {
  line-height: 1.5em;
  margin: 0 0 0;
  padding: 0;
}

h1.entry_title:before, h1.entry_title:after {
  display: inline-block;
  position: relative;
}

h1.entry_title:before {
  margin-left: 10px;
}

h1.entry_title:after {
  margin-right: 10px;
}

.entry_meta {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}

.entry_meta a {
  font-weight: 700;
  color: #333333;
}

.entry_meta a:hover, .entry_meta a:focus {
  color: #898989;
}

.featured_image_link {
  display: block;
  position: relative;
}

.featured_image_link:hover .featured_image:after, .featured_image_link:focus .featured_image:after {
  background-color: transparent;
}

.featured_image {
  height: 330px;
  display: block;
  position: relative;
}

.featured_image:after {
  -webkit-transition: background-color 320ms ease;
  -moz-transition: background-color 320ms ease;
  -ms-transition: background-color 320ms ease;
  -o-transition: background-color 320ms ease;
  transition: background-color 320ms ease;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.35);
}

.entry_excerpt {
  margin: 30px 0 16px;
}

.entry_excerpt p {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.button_container {
  margin-bottom: 30px;
}

.btn-default {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  padding: 8px 12px;
  border-radius: 0;
  border: 1px solid #333333;
  background-color: transparent;
}

.btn-default:hover, .btn-default:focus {
  color: #ffffff;
  border-color: #898989;
  background-color: #898989;
}

.entry_footer {
  padding: 10px 5px;
  border-bottom: 4px solid #F1F1F1;
  text-transform: uppercase;
}

.entry_footer a {
  display: inline-block;
  font-size: 12px;
}

.entry_footer .tags_list .eroshik-icon {
  margin-left: 10px;
}

.entry_footer .tags_list a {
  padding: 0 4px;
}

.butt_container {
  margin-bottom: 30px;
}

.btn_eroshik {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding: 5px 10px;
  border-radius: 0px;
  border: 1px solid #333333;
  background-color: transparent;
}

.btn_eroshik:hover, .btn_eroshikfocus {
  color: #fff;
  border-color: #898989;
  background-color: #898989;
}

.entry_footer {
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.entry_footer a {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
}

.entry_footer .tags_list a {
  font-size: 12px;
  padding: 0 5px;
}

.entry_footer .comment_icon {
  margin-right: 5px;
}

.tag_icon {
  margin-left: 5px;
}

.eroshik_savp_image_format .entry_header {
  height: 530px;
  position: relative;
}

.eroshik_savp_image_format h1, .eroshik_savp_image_format .entry_meta, .eroshik_savp_image_format .entry_header {
  color: #fff;
}

.eroshik_savp_image_format h1 a, .eroshik_savp_image_format .entry_meta a, .eroshik_savp_image_format .entry_header a {
  color: #fff;
}

.eroshik_savp_image_format h1 {
  padding-top: 20px;
}

.entry_excerpt.image_caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}

.entry_excerpt.image_caption P {
  margin: 45px 0;
}

.eroshik_savp_audio_format h1 {
  font-size: 30px;
}

.eroshik_savp_audio_format h1.entry-title {
  display: inline-block;
  margin-left: 20px;
}

.eroshik_savp_audio_format h1.entry-title:before, .eroshik_savp_audio_format h1.entry-title:after {
  display: none;
}

.eroshik_savp_audio_format .entry-meta {
  display: inline-block;
  margin-bottom: 0;
}

.eroshik_savp_audio_format .entry-content iframe {
  width: 100%;
  height: 166px;
}

.eroshik_savp_video_format header h1.entry-title {
  margin-top: 20px;
}

.eroshik_savp_gallery_format header h1.entry_title {
  margin-top: 20px;
}

.eroshik_savp_gallery_format .featured_image {
  height: 500px;
  color: #ffffff;
}

.eroshik_savp_gallery_format .featured_image:after {
  background-color: transparent;
}

.eroshik_savp_gallery_format .carousel-control {
  background: none;
  background-image: none;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 30px;
  width: auto;
}

.eroshik_savp_gallery_format .carousel-control .preview-container {
  position: relative;
  display: block;
  padding: 20px;
  background-color: transparent;
  line-height: 0;
  -webkit-transition: background-color 320ms ease;
  -moz-transition: background-color 320ms ease;
  -ms-transition: background-color 320ms ease;
  -o-transition: background-color 320ms ease;
  transition: background-color 320ms ease;
}

.eroshik_savp_gallery_format .carousel-control .preview-container .thumbnail-container {
  position: absolute;
  display: block;
  height: 68px;
  width: 68px;
  border-radius: 50%;
  background: #999;
  top: 1px;
  -webkit-transition: transform 320ms ease;
  -moz-transition: transform 320ms ease;
  -ms-transition: transform 320ms ease;
  -o-transition: transform 320ms ease;
  transition: transform 320ms ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.eroshik_savp_gallery_format .carousel-control.right .preview-container {
  padding-right: 80px;
  border-radius: 0 35.5px 35.5px 0;
}

.eroshik_savp_gallery_format .carousel-control.right .preview-container .thumbnail-container {
  right: 1px;
}

.eroshik_savp_gallery_format .carousel-control.left .preview-container {
  padding-left: 80px;
  border-radius: 35.5px 0 0 35.5px;
}

.eroshik_savp_gallery_format .carousel-control.left .preview-container .thumbnail-container {
  left: 1px;
}

.eroshik_savp_gallery_format .carousel-control:hover .preview-container {
  background-color: rgba(0, 0, 0, 0.8);
}

.eroshik_savp_gallery_format .carousel-control:hover .preview-container .thumbnail-container {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eroshik_savp_gallery_format .entry_excerpt.image_caption {
  -webkit-transition: transform 320ms ease;
  -moz-transition: transform 320ms ease;
  -ms-transition: transform 320ms ease;
  -o-transition: transform 320ms ease;
  transition: transform 320ms ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.eroshik_savp_gallery_format:hover .entry_excerpt.image_caption {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.eroshik_savp_quote_format .quote-content {
  font-size: 42px;
  font-weight: 100;
  line-height: 1.3em;
  letter-spacing: 0.03em;
}

.eroshik_savp_quote_format .quote-content:before, .eroshik_savp_quote_format .quote-content:after {
  content: '';
  display: inline-block;
  position: relative;
  color: #ccc;
}

.eroshik_savp_quote_format .quote-content:before {
  content: '“';
}

.eroshik_savp_quote_format .quote-content:after {
  content: '„';
}

.eroshik_savp_quote_format .quote-author {
  color: #898989;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-top: 10px;
  margin-block-end: 30px;
}

.eroshik_savp_link_format h1.entry_title:before, .eroshik_savp_link_format h1.entry_title:after {
  display: none;
}

.eroshik_savp_link_format h1.entry_title a {
  display: block;
}

.eroshik_savp_link_format h1.entry_title .link-icon {
  display: block;
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  line-height: 1em;
  padding-top: 10px;
}

.eroshik_savp_aside_format .aside-container {
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}

.eroshik_savp_aside_format .aside-featured {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  margin: 0 auto -20px;
}

.eroshik_savp_aside_format .entry_meta {
  margin-bottom: 5px;
  margin-top: 2em;
  margin-right: 1em;
}

.eroshik_savp_aside_format .entry_excerpt {
  margin-top: 0;
}

.eroshik_savp_aside_format .entry_excerpt p {
  font-size: 15px;
  padding-left: 10px;
}

.eroshik_savp_aside_format .entry_footer {
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.05);
  padding-left: 10px;
}

.eroshik_savp_footer {
  background-color: #444;
  padding: 0px 0;
  display: block;
}

.eroshik_savp_footer * {
  color: inherit;
}

.eroshik_savp_posts_container {
  background-color: #FFFFFF;
  padding-top: 1em;
  margin-bottom: 1em;
}

.eroshik_savp_posts_container article {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

.btn_eroshik_load {
  display: block;
  width: 9em;
  font-size: 30px;
  margin: 0 auto;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 320ms ease;
  -moz-transition: opacity 320ms ease;
  -ms-transition: opacity 320ms ease;
  -o-transition: opacity 320ms ease;
  transition: opacity 320ms ease;
}

.btn_eroshik_load:hover, .btn_eroshik_load:focus, .btn_eroshik_load.loading {
  opacity: 1;
}

.btn_eroshik_load.loading {
  cursor: default;
}

.btn_eroshik_load span {
  display: block;
}

.spin {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.entry-content {
  margin-top: 40px;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 1.7em;
}

.entry-content .eroshik_savp_bstooltip,
.entry-content .eroshik_savp_bspopover {
  cursor: pointer;
  color: #000000;
}

.entry-content .eroshik_savp_bstooltip:hover, .entry-content .eroshik_savp_bstooltip:focus,
.entry-content .eroshik_savp_bspopover:hover,
.entry-content .eroshik_savp_bspopover:focus {
  color: #000000;
}

.entry-content p {
  margin-bottom: 15px;
  word-wrap: break-word;
}

.entry-content b,
.entry-content strong {
  font-weight: bold;
}

.post-link-nav {
  padding: 10px 0;
}

.post-link-nav a {
  padding: 0 5px;
}

.post-link-nav a:hover, .post-link-nav a:focus {
  color: #000000;
}

.post-link-nav {
  padding: 10px 0;
}

.post-link-nav a {
  padding: 0 5px;
}

.post-link-nav a:hover, .post-link-nav a:focus {
  color: #000000;
}

.eroshik_savp-share_p {
  display: block;
  text-align: center;
  border-top: 1px solid #e5eaec;
  padding-top: 10px;
  clear: both;
}

.eroshik_savp-share_p ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eroshik_savp-share_p ul li {
  float: none;
  margin-left: 0.6em;
  display: inline-block;
}

.eroshik_savp-share_p ul li:before {
  content: '';
}

.eroshik_savp-share_p a {
  display: inline-block;
  font-size: 20px;
  opacity: 0.65;
  margin: 0 5px;
  color: #20303c;
}

.eroshik_savp-share_p a:hover, .eroshik_savp-share_p a:focus {
  opacity: 1;
  color: #02acac;
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
}

.comments-area {
  border-top: 2px solid #e5eaec;
  margin-top: 40px;
}

.last-field {
  margin-bottom: 50px;
}

.comment-list {
  padding: 0;
  list-style: none;
}

.comment-body {
  padding-bottom: 0;
}

.children {
  background-color: #F5F5F5;
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
  margin-right: 60px;
}

.children .comment-author:before {
  background-color: #fff;
}

.comment-author {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 300;
}

.comment-author:before {
  position: absolute;
  content: '';
  display: block;
  top: 10px;
  bottom: 13px;
  right: 40px;
  left: 0;
  background-color: #f5f5f5;
  z-index: 1;
  border-radius: 4px;
}

.comment-author * {
  z-index: 1;
  position: relative;
}

.comment-author b {
  font-weight: 400;
}

.comment-author .avatar {
  border-radius: 50%;
  margin-left: 10px;
  border: 3px solid #e5eaec;
}

.comment-metadata {
  text-align: left;
  text-transform: uppercase;
  margin-top: -5px;
  font-size: 12px;
}

.comment-metadata a {
  color: #999;
}

.comment-content {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #e5eaec;
  margin-right: 60px;
}

.reply {
  text-align: left;
  padding: 5px 0;
}

a.comment-reply-link {
  text-transform: uppercase;
  color: #20303c;
}

a.comment-reply-link:hover, a.comment-reply-link:focus {
  color: #02acac;
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
}

.comment-respond {
  margin-top: 60px;
}

.number_e_container {
  margin-left: 0.5em;
  margin-right: 1em;
  float: right;
}

.number_e_container a {
  color: #20303c;
  opacity: 0.9;
}

.number_e_container a:hover, .number_e_container a:focus {
  color: #02acac;
  opacity: 1;
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
}

.eroshik_savp_sidebar_blog {
  position: fixed;
  color: #ffffff;
  z-index: 110;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  max-width: 280px;
  -webkit-transition: transform 320ms ease;
  -moz-transition: transform 320ms ease;
  -ms-transition: transform 320ms ease;
  -o-transition: transform 320ms ease;
  transition: transform 320ms ease;
}

.eroshik_savp_sidebar_blog.sidebar-closed {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.eroshik_savp_sidebar_container {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
}

.eroshik_savp_sidebar_profile_widget {
  background: #ececec;
  padding: 0.5em;
  color: #333333;
}

.sidebar_sroll {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.sidebar_sroll section ul li:before {
  content: '';
}

.sidebar_sroll section a {
  color: #fff;
}

.sidebar_sroll section a:hover, .sidebar_sroll section a:focus {
  text-decoration: none;
}

.sidebar-close,
.sidebar-open {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #20303c;
  cursor: pointer;
}

.sidebar-close:hover, .sidebar-close:focus,
.sidebar-open:hover,
.sidebar-open:focus {
  color: #02acac;
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
}

.sidebar-open {
  right: auto;
  left: 20px;
  top: 20px;
  font-size: 10px;
}

.sidebar-bars {
  position: absolute;
  top: 154px;
  font-size: 24px;
  left: 1px;
  color: #20303c;
  padding: 0.625em 0.938em;
  mix-blend-mode: difference;
  background-color: rgba(255, 255, 255, 0.8);
}

.eroshik_savp_sidebar_preview {
  min-height: 200px;
  width: 29%;
  background: #20232c;
  color: #fff;
  float: right;
  margin-top: 1.5%;
}

.eroshik_savp_sidebar_preview h1, .eroshik_savp_sidebar_preview h2 {
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.eroshik_savp_sidebar_preview h2 {
  font-size: 1em;
}

.eroshik_savp_user_name {
  width: 100%;
  min-height: 30px;
  padding: 1%;
  text-align: center;
}

.eroshik_savp_user_name h1 {
  font-size: 25px;
}

.eroshik_savp_user_description {
  width: 96%;
  min-height: 30px;
  padding: 1%;
  text-align: center;
}

.eroshik_savp_user_description h2 {
  font-size: 15px;
  margin: 0px;
}

.eroshik_savp_handlers {
  width: 100%;
  min-height: 40px;
  display: none;
  text-align: center;
}

.eroshik_savp_single_handler {
  float: right;
  margin-left: 1%;
  width: 99%;
  min-height: 40px;
  margin-top: 2%;
  line-height: 40px;
}

.eroshik_savp_form_settings {
  float: right;
  width: 70%;
  text-align: r;
  margin-right: 1%;
}

.eroshik_savp_form_settings form {
  width: 70%;
}

.eroshik_savp_image_preview {
  text-align: center;
  margin-top: 5%;
}

.eroshik_savp_image_preview h1 {
  font-size: 25px;
}

.eroshik_savp_image_preview h2 {
  font-size: 18px;
}

.eroshik_savp_image_preview img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  width: 150px;
  height: 150px;
  border: solid 1px #555;
  background-color: #fff;
  border-radius: 100px;
}

.page_top_container {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 1em;
}

.tagcloud {
  text-align: center;
}

.tagcloud a {
  display: inline-block;
  background-color: #7D7D7D;
  padding: 1px 9px;
  border-radius: 10px;
  color: #eee;
}

.blog_sidebar_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
  display: none;
  position: fixed;
  cursor: w-resize;
}

.eroshik_sidebar_container {
  position: fixed;
  width: 100%;
  height: 40px;
  background: transparent;
  z-index: 4;
}

.eroshik_sidebar_container a:hover, .eroshik_sidebar_container a:focus {
  cursor: pointer;
}

.comment-author-link {
  font-weight: 600 !important;
}

.about_p {
  font-weight: 500;
  line-height: 1.5em;
  text-align: justify;
  text-justify: inter-word;
  color: #fff;
  font-size: 13px;
}

.eroshik-widget-footer-contact-info {
  color: #fff;
}

.footer_copy {
  background-color: #fff;
  cursor: pointer;
  font-weight: bold;
  min-height: 44px;
}

.eroshik_breadcrumb {
  font-size: 13px;
  letter-spacing: 0.1em;
  mix-blend-mode: difference;
}

.eroshik_breadcrumb ol {
  margin-bottom: 0px;
  background: transparent;
}

.eroshik_breadcrumb #breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}

.eroshik_breadcrumb #breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.eroshik_breadcrumb #breadcrumbs li.item-current {
  color: #ccc;
}

.eroshik_breadcrumb #breadcrumbs li:before {
  content: '' !important;
}

.eroshik_breadcrumb #breadcrumbs li a {
  color: #20303c;
  opacity: 0.7;
  font-size: 12px;
  font-weight: bold;
}

.eroshik_breadcrumb #breadcrumbs li a:hover, .eroshik_breadcrumb #breadcrumbs li a:focus {
  opacity: 1;
  -webkit-transition: opacity 1 ease;
  -moz-transition: opacity 1 ease;
  -ms-transition: opacity 1 ease;
  -o-transition: opacity 1 ease;
  transition: opacity 1 ease;
  color: #20303c;
}

.cat-item {
  position: relative;
}

.cat-item a,
.cat-item span {
  display: block;
  line-height: 1em;
}

.cat-item a {
  padding: 4px 0;
}

.cat-item span {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 7px 5px;
  background-color: #7D7D7D;
  border-radius: 10px;
}

.recentcomments {
  font-size: 10px;
  color: #ccc;
}

.recentcomments a {
  text-transform: uppercase;
}

.recentcomments span,
.recentcomments span a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-bottom: 4px;
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-transform: none;
}

.ppc {
  color: #fff !important;
  opacity: 0.65;
}

.ppc:hover {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 320ms ease;
  -moz-transition: opacity 320ms ease;
  -ms-transition: opacity 320ms ease;
  -o-transition: opacity 320ms ease;
  transition: opacity 320ms ease;
}

.ppt {
  color: #fff !important;
  opacity: 0.65;
}

.ppt:hover {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 320ms ease;
  -moz-transition: opacity 320ms ease;
  -ms-transition: opacity 320ms ease;
  -o-transition: opacity 320ms ease;
  transition: opacity 320ms ease;
}

.eroshik_contact_form {
  padding: 40px 0;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.eroshik_contact_form .form-group {
  margin-bottom: 30px;
  position: relative;
}

.eroshik_contact_form .form-group:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #CBCBCB;
}

.eroshik_contact_form .form-group .form-control-msg {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
}

.eroshik_contact_form .form-group.has-error:before {
  background-color: #a94442;
}

.eroshik_form_control {
  resize: vertical;
  border: none;
  border-radius: 0;
  padding: 8px 15px;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.eroshik_form_control::-webkit-input-placeholder {
  text-transform: uppercase;
}

.eroshik_form_control::-moz-placeholder {
  text-transform: uppercase;
}

.eroshik_form_control:-ms-placeholder {
  text-transform: uppercase;
}

.eroshik_form_control:-moz-placeholder {
  text-transform: uppercase;
}

.eroshik_form_control:hover, .eroshik_form_control:focus, .eroshik_form_control:active {
  box-shadow: none;
}

.btn_eroshik_form {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  background-color: #656565;
  border-radius: 2px;
  font-size: 26px;
  padding: 14px 60px;
  color: #fff;
  font-weight: 100;
  border: none;
}

.btn_eroshik_form:hover, .btn_eroshik_form:focus {
  background-color: #898989;
  color: #fff;
}

.form-control-msg {
  display: none;
}

.has-error .form-control-msg {
  display: block;
}

.js-show-feedback {
  display: block;
}

.send_icon {
  font-size: 40px;
  color: #656565;
}

.navbar-nav {
  margin: 0px;
}

.eroshik_footer_text {
  margin: 0px;
  font-weight: normal;
  line-height: 40px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1.2em;
}

.eroshik-widget-footer-first, .eroshik-widget-footer-second, .eroshik-widget-footer-third, .eroshik-widget-footer-fourth {
  background-color: transparent;
  padding: 0.5em;
}

.eroshik-widget-footer-first h3, .eroshik-widget-footer-second h3, .eroshik-widget-footer-third h3, .eroshik-widget-footer-fourth h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.eroshik-widget-footer-first .seperator, .eroshik-widget-footer-second .seperator, .eroshik-widget-footer-third .seperator, .eroshik-widget-footer-fourth .seperator {
  height: 0px;
  margin: 0.5em 0 32px;
  border-bottom: 1px solid #e5eaec;
  margin-bottom: 20px;
}

.seperator {
  margin: 20px 0 0;
  padding: 0;
  height: 1px;
  background-color: #e5eaec;
  width: 100%;
  position: relative;
}

.seperator_line {
  width: 40px;
  height: 3px;
  position: absolute;
  top: -1px;
}

.page_sidebar .eroshik-widget-page-sidebar .seperator {
  margin-bottom: 2%;
}

.page_article {
  padding-top: 0.5em !important;
}

.entry-content-page {
  margin-top: 0px;
}

ul.dropdown-menu li > ul.dropdown-menu {
  right: 100%;
  top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu {
  display: block;
}

.page_top_container {
  -webkit-box-shadow: 0 6px 6px -10px #20303c;
  -moz-box-shadow: 0 6px 6px -10px #20303c;
  box-shadow: 0 6px 6px -17px #20303c;
  padding-bottom: 0.5em !important;
  padding-left: 10px !important;
  padding-right: 1em !important;
}

.page_sidebar {
  /*  -webkit-box-shadow: -1px 6px 20px -10px $font_color;
  -moz-box-shadow: -1px 6px 20px -10px $font_color;
   box-shadow: -1px 6px 20px -10px $font_color;*/
}

.sticky {
  position: relative;
  padding: 20px !important;
  clear: both;
}

.sticky:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  border-left: 40px solid #46344E;
  border-bottom: 40px solid transparent;
}

.gallery-caption {
  display: block;
  line-height: 1.5;
  padding: 0.5em 0;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry_title {
  word-wrap: break-word;
}

#scrollTopBtn {
  display: block;
  position: fixed;
  bottom: 1em;
  left: 1em;
  z-index: 120;
  border: none;
}

.navbar_eroshik_savp {
  text-align: center;
  min-height: auto;
  margin-bottom: 0;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0px -4px 3px rgba(229, 234, 236, 0.4);
  -moz-box-shadow: 0px -4px 3px rgba(229, 234, 236, 0.4);
  box-shadow: 0px -4px 3px rgba(229, 234, 236, 0.4);
  border-top: 1px solid rgba(243, 243, 243, 0.1);
}

@media only screen and (max-width: 700px) {
  .eroshik-res {
    display: block !important;
  }
}

.navbar_eroshik_savp ul {
  float: none;
  list-style-type: none;
}

.navbar_eroshik_savp li {
  float: none;
  display: inline-block;
}

.navbar_eroshik_savp li::before {
  content: '';
}

.dropdown-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.menu-item:hover .child_link {
  display: block;
  margin-top: 0;
}

.navbar_eroshik_savp li.active a {
  opacity: 1;
}

.navbar_eroshik_savp li.active a:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.navbar_eroshik_savp li.open a {
  opacity: 1;
}

.navbar_eroshik_savp li.open a:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0 !important;
}

.navbar_eroshik_savp li.open a:hover:after, .navbar_eroshik_savp li.open a:focus:after, .navbar_eroshik_savp li.open a:visited:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0 !important;
}

.navbar_eroshik_savp li a {
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.9;
  letter-spacing: 0.05em;
  background: none;
  -webkit-transition: opacity 320ms ease;
  -moz-transition: opacity 320ms ease;
  -ms-transition: opacity 320ms ease;
  -o-transition: opacity 320ms ease;
  transition: opacity 320ms ease;
  font-size: 14px;
}

.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li a:visited {
  background: none;
  opacity: 1;
}

.navbar-nav li a:hover:after, .navbar-nav li a:focus:after, .navbar-nav li a:visited:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.navbar-nav > li > a:after {
  content: '';
  position: absolute;
  display: block;
  right: 0px;
  left: 1em;
  bottom: 11px;
  height: 2px;
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.navbar_eroshik_savp li ul.dropdown-menu {
  border: 0;
  border-radius: 0;
}

.navbar_eroshik_savp li ul.dropdown-menu li {
  display: block;
}

.eroshik-page-top-widget-title h1:before, .eroshik-page-top-widget-title h2:before, .eroshik-page-top-widget-title h3:before, .eroshik-page-top-widget-title h4:before, .eroshik-page-top-widget-title h5:before, .eroshik-page-top-widget-title h6:before, .entry-content h1:before, .entry-content h2:before, .entry-content h3:before, .entry-content h4:before, .entry-content h5:before, .entry-content h6:before, .eroshik-widget-title:before {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  height: 0.1em;
  width: 2em;
}

.eroshik-page-top-widget-title h1:after, .eroshik-page-top-widget-title h2:after, .eroshik-page-top-widget-title h3:after, .eroshik-page-top-widget-title h4:after, .eroshik-page-top-widget-title h5:after, .eroshik-page-top-widget-title h6:after, .entry-content h1:after, .entry-content h2:after, .entry-content h3:after, .entry-content h4:after, .entry-content h5:after, .entry-content h6:after, .eroshik-widget-title:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  height: 0.1em;
  background: rgba(0, 0, 0, 0.03);
  width: 4em;
}

.next-prev-link-single {
  margin-top: 8em;
}
/*
@package: Eroshik SAVP Theme
*/
.eroshik_savp_sidebar_preview {
  min-height: 200px;
  width: 29%;
  background: #20232c;
  color: #fff;
  float: right;
  margin-top: 1.5%;
}

.eroshik_savp_sidebar_preview h1, .eroshik_savp_sidebar_preview h2 {
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.eroshik_savp_sidebar_preview h2 {
  font-size: 1em;
}

.eroshik_savp_user_name {
  width: 100%;
  min-height: 30px;
  padding: 1%;
  text-align: center;
}

.eroshik_savp_user_description {
  width: 96%;
  min-height: 30px;
  padding: 1%;
  text-align: center;
}

.eroshik_savp_handlers {
  width: 100%;
  min-height: 40px;
  display: none;
  text-align: center;
}

.eroshik_savp_single_handler {
  float: right;
  margin-left: 1%;
  width: 99%;
  min-height: 40px;
  margin-top: 2%;
  line-height: 40px;
}

.eroshik_savp_form_settings {
  float: right;
  width: 70%;
  text-align: r;
  margin-right: 1%;
}

.eroshik_savp_form_settings form {
  width: 70%;
}

.eroshik_savp_image_preview {
  text-align: center;
  margin-top: 5%;
}

.eroshik_savp_image_preview img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  width: 150px;
  height: 150px;
  border: solid 1px #555;
  background-color: #fff;
  border-radius: 100px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
p {
  font-size: 18px;
  margin: 0.5em; }
/*
	@package eroshik savp
*/
.alignnone {
  margin: 5px 0 20px 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignright {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignnone {
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.aligncenter {
  /*@include fullwidth();*/
  width: 100%;
  height: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 20px;
}

.wp-caption.alignleft {
  margin: 5px 0 20px 20px;
}

.wp-caption.alignright {
  margin: 5px 20px 20px 0;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
