@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 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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 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 {
  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;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

p {
  font-size: 14px;
  margin: 0.5em;
  color: #20303c;
}

h3 {
  color: #20303c;
}

a {
  color: #20303c;
  opacity: 0.7;
}

a:hover, a:focus {
  color: #02acac;
  text-decoration: none;
  opacity: opacity_max;
  -webkit-transition: opacity 320ms ease;
  -moz-transition: opacity 320ms ease;
  -ms-transition: opacity 320ms ease;
  -o-transition: opacity 320ms ease;
  transition: opacity 320ms ease;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  padding-left: 1em;
  text-indent: -.7em;
}

ul li:before {
  content: "• ";
  color: #02acac;
}

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;
}

.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: 26px;
  padding: 14px 60px;
  color: #fff;
  font-weight: 100;
  border: none;
}

.btn:hover, .btn:focus {
  background-color: #898989;
  color: #fff;
}

body {
  letter-spacing: 2px;
  color: #20303c;
  font-family: 'Roboto', sans-serif, Arial,Verdana,'Helvetica';
  font-size: 15px;
}

body.no-scroll {
  overflow-y: hidden;
}

/*a { color: $primary_color; @include animate( color, 320ms );
	&:hover,
	&:focus { text-decoration: none; color: $dark_grey; }
}*/
article {
  padding-bottom: 40px;
  padding-top: 10px;
}

article:first-child {
  /*padding-top:80px;*/
}

.header_container {
  position: relative;
  display: block;
  height: 200px;
  background: #1E1E1E;
}

.table {
  display: table;
  width: 100%;
  height: 80%;
}

.table_cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.bg_image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.site_tagline {
  color: #FFF;
  margin-top: 0.2em;
  font-size: 18px;
  font-weight: 600;
}

.site_title {
  font-size: 40px;
  font-weight: 700;
  margin: 0.2em;
  color: #FFF;
  margin-bottom: 5px;
}

.container-fluid {
  padding: 0px;
}

.header_btn_wrapper {
  float: right;
  /* margin-top: 0%; */
  margin-right: 0%;
  /* width: 6%; */
  position: relative;
  right: 0;
  /* left: 0px; */
  margin-right: 0.5%;
  margin-top: 0.5%;
  margin-bottom: 0.53m;
}

.header_btn_wrapper .first_btn {
  color: #fff;
  background: #1E1E1E;
  border-radius: 0px;
  /* font-weight: bold; */
  font-size: 10px;
}

.header_btn_wrapper .first_btn:hover {
  background: #333;
  color: #fff;
}

.header_btn_wrapper .other_btn {
  background-color: transparent;
  color: #20303c;
  font-size: 10px;
  font-weight: bold;
  border-radius: 0px;
  opacity: 0.7;
}

.header_btn_wrapper .other_btn:hover, .header_btn_wrapper .other_btn:focus {
  color: #20303c;
  background-color: transparent;
  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-right: 0px !important;
  margin-left: 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;
  }
}

@media only screen and (max-width: 500px) {
  .site_title {
    font-size: 18px !important;
  }
  .site_tagline {
    font-size: 12px;
  }
  .other_btn {
    font-size: 8px !important;
  }
  .first_btn {
    font-size: 8px !important;
  }
  .entry_title {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 700px) {
  .social_icons_list {
    display: none !important;
  }
  .other_menu {
    display: none;
    width: 20%;
    font-size: 10px;
  }
  .icons_bar {
    display: none;
  }
  .number_bar {
    width: 80% !important;
    font-size: 9px !important;
    margin-top: 1em;
    text-align: center;
    margin: 0.2em;
  }
  .other_btn {
    font-size: 8px !important;
  }
  .first_btn {
    font-size: 8px !important;
  }
}

.navbar-toggler {
  border: none;
  background-color: transparent;
}

.navbar-toggler.visited {
  background-color: transparent;
}

.top_bar {
  height: 37px;
  background-color: #fff;
  border-bottom: 1px solid #e5eaec;
}

.number_bar {
  width: 40%;
  margin-left: 2em;
  height: 36px;
  float: left;
  padding-top: 1em !important;
  font-size: 12px;
  padding: 0.5em;
}

.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 {
  width: 45%;
  margin-left: 0.5em;
  height: 36px;
  float: left;
  padding: 0.5em;
}

.icons_bar {
  width: 30%;
  margin-left: 0.5em;
  height: 36px;
  float: right;
  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 {
  width: 15%;
  margin-left: 0.5em;
  height: 36px;
  float: right;
  padding: 0.5em;
  background: transparent;
}

.brand_logo {
  width: 5%;
  padding-top: 0.2em;
  margin-left: 0.5em;
  height: 36px;
  float: left;
}

.brand_logo_bg {
  width: 100%;
  height: 37px;
}

.number_container {
  color: color_header_bg;
  font-weight: bold;
  font-size: 12px;
  margin-right: 1em;
}

.social_icons_list {
  display: table;
  width: 100%;
  text-align: center;
}

.social_icons_list li {
  display: table-cell;
}

.social_icons_list li:before {
  content: '';
}

.social_icons_list li a {
  opacity: 0.7;
  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: center;
  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 {
  content: '~';
  display: inline-block;
  position: relative;
}

h1.entry_title:before {
  margin-right: 10px;
}

h1.entry_title:after {
  margin-left: 10px;
}

.entry_meta {
  font-size: 13px;
  font-weight: 700;
  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;
  right: 0;
  bottom: 0;
  left: 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;
  color: #333333;
  text-transform: uppercase;
}

.entry_footer a {
  color: #333333;
  display: inline-block;
  font-size: 12px;
}

.entry_footer a:hover, .entry_footer a:focus {
  color: #898989;
}

.entry_footer .tags_list .eroshik-icon {
  margin-right: 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;
  border-bottom: 2px solid #DCDCDC;
  text-transform: uppercase;
  font-weight: 700;
}

.entry_footer a {
  color: #333333;
  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-left: 5px;
}

.tag_icon {
  margin-right: 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;
  left: 0;
  bottom: 0;
  right: 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-right: 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-left: 80px;
  border-radius: 35.5px 0 0 35.5px;
}

.eroshik_savp_gallery_format .carousel-control.right .preview-container .thumbnail-container {
  left: 1px;
}

.eroshik_savp_gallery_format .carousel-control.left .preview-container {
  padding-right: 80px;
  border-radius: 0 35.5px 35.5px 0;
}

.eroshik_savp_gallery_format .carousel-control.left .preview-container .thumbnail-container {
  right: 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-left: 1em;
}

.eroshik_savp_aside_format .entry_excerpt {
  margin-top: 0;
}

.eroshik_savp_aside_format .entry_excerpt p {
  font-size: 15px;
  padding-right: 10px;
}

.eroshik_savp_aside_format .entry_footer {
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.05);
  padding-right: 10px;
}

.eroshik_savp_footer {
  background-color: #444;
  padding: 0px 0;
  margin-top: 0.5em;
  display: block;
  border-top: 1px solid #e5eaec;
  -webkit-box-shadow: 0px -1px 3px rgba(229, 234, 236, 0.4);
  -moz-box-shadow: 0px -1px 3px rgba(229, 234, 236, 0.4);
  box-shadow: 0px -1px 3px rgba(229, 234, 236, 0.4);
}

.eroshik_savp_footer * {
  color: inherit;
}

.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);
  opacity: 0;
}

.eroshik_savp_posts_container article.reveal {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.btn_eroshik_load {
  display: block;
  width: 200px;
  color: #222;
  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 a,
.entry-content .eroshik_savp_bstooltip,
.entry-content .eroshik_savp_bspopover {
  cursor: pointer;
  color: #000000;
}

.entry-content a:hover, .entry-content a:focus,
.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;
}

.entry-content b,
.entry-content strong {
  font-weight: 500;
}

.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-right: 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-right: 20px;
  padding-left: 20px;
  list-style: none;
  margin-left: 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;
  left: 40px;
  right: 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-right: 10px;
  border: 3px solid #e5eaec;
}

.comment-metadata {
  text-align: right;
  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-left: 60px;
}

.reply {
  text-align: right;
  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-right: 0.5em;
  margin-left: 1em;
  font-weight: bold;
}

.number_e_container a {
  color: #20303c;
  opacity: 0.7;
}

.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: 9;
  top: 0;
  right: 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;
}

.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;
  left: 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 {
  left: auto;
  right: 20px;
  top: 20px;
  font-size: 10px;
}

.sidebar-bars {
  position: absolute;
  top: 154px;
  font-size: 24px;
  right: 1px;
  color: #20303c;
}

.eroshik_savp_sidebar_preview {
  min-height: 200px;
  width: 29%;
  background: #20232c;
  color: #fff;
  float: left;
  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;
}

.eroshik_savp_handlers {
  width: 100%;
  min-height: 40px;
  display: none;
  text-align: center;
}

.eroshik_savp_single_handler {
  float: left;
  margin-right: 1%;
  width: 99%;
  min-height: 40px;
  margin-top: 2%;
  line-height: 40px;
}

.eroshik_savp_form_settings {
  float: left;
  width: 70%;
  text-align: r;
  margin-left: 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;
}

h2.eroshik-widget-title {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  background-color: #303030;
  padding: 8px;
  border-radius: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}

.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;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
  display: none;
  position: fixed;
  cursor: e-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;
  border-top: 1px solid #e5eaec;
  font-weight: bold;
  min-height: 44px;
}

.eroshik_breadcrumb {
  font-size: 10px;
}

.eroshik_breadcrumb ol {
  margin-bottom: 0px;
}

.eroshik_breadcrumb #breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}

.eroshik_breadcrumb #breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 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;
  right: 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;
  left: 0;
  right: 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-right: 0.5em;
  padding-left: 0.5em;
}

.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: 24px 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;
  background-color: #43b4f9;
  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 {
  left: 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 20px -10px #20303c;
  -moz-box-shadow: 0 6px 20px -10px #20303c;
  box-shadow: 0 6px 20px -10px #20303c;
}

.page_sidebar {
  -webkit-box-shadow: -1px 6px 20px -10px #20303c;
  -moz-box-shadow: -1px 6px 20px -10px #20303c;
  box-shadow: -1px 6px 20px -10px #20303c;
}

.sticky {
  position: relative;
  padding: 20px !important;
  border: 1px solid #dadada;
}

.sticky:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 150;
  border-right: 40px solid #FE824C;
  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;
}
