.blog-posts-wrapper {
  float: left;
  width: calc(100% - 350px);
  padding: 40px 80px 40px 0;
}

.blog--post {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blog--post:after {
  margin-bottom:0;
}
.blog--post h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog--post a {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #5e94ba;
}
.blog--post img {
  display: block;
  margin: 20px 0;
}
.blog--post p {
  font-size: 16px;
}

.blog-sidebar {
  float: right;
  width: 350px;
  background: #EDF0F4;
  padding: 40px 20px;
}

.sidebar-cats,
.sidebar-blogs,
.sidebar-tags {
  padding: 20px 0 40px;
}

.blog-sidebar .cat-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-sidebar .cat-item:last-of-type {
  border-bottom: 0;
}

.blog-sidebar a {
  color: #5e94ba;
}

.blog-sidebar h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 40px 0 20px;
}
.blog-sidebar form label {
  display: none;
}
.blog-sidebar form input[type="text"] {
  display: block;
  width: 300px;
  height: 30px;
  line-height: 30px;
}
.blog-sidebar form input[type="submit"] {
  background-color: #eb733c;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 0 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 25px;
  border: 0;
  margin-top: 15px;
  display: block;
}
.blog-sidebar form input.blog-sidebar-hotel-submit {
  background-color: #b18448 !important;
}
.sidebar-blog {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidebar-blog:last-of-type {
  border-bottom: 0;
}
.sidebar-blog h5 {
  font-size: 16px;
  font-weight: 500;
}
.sidebar-blog p {
margin: 10px 0;
}

.sidebar-tags a {
 display: inline-block;
 font-size: 16px;
color: #000000;
background: #e4e4e4;
padding: 6px 15px;
margin: 5px;
border-radius: 6px;
}

.blog-header {
  height: auto;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 0;
}

.blog-date {
  display:block;
  opacity: 0.6;
  padding: 15px 0 0;
}
.single-blog-wrap .blog-date {
  padding: 0 0 20px;
}
.single-blog-wrap p {
  margin: 15px 0;
}

.blog-header h1, .blog-header h2 {
  color: white;
  margin: 0 auto;
  text-align: left;
  font-size: 28px;
  display: block;
  padding: 0;
  font-weight: 600;
  line-height: 34px;
}

.padded {
  padding: 30px 0;
}

.padded-bottom {
	padding: 0 0 30px 0;
}

.single-blog-wrap h1 {
  font-size: 30px;
  padding: 0 0 10px;
}
.single-blog-wrap p {
  font-size: 16px;
}

.single-blog-wrap p {
  font-size: 16px;
}
.single-blog-back {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 700;
}
.single-blog-back a {
  color: #5e94ba;
}
.centered {
  text-align: center;
}
.title-contain {
  padding-bottom: 20px;
}
.title-contain h2 {
  font-size: 28px;
}
.kontakt-contacts {
  background: #f1f1f1;
  padding: 40px;
  text-align: center;
}
.kontakt-contacts:after {
  clear: both;
  content: '';
  display: table;
}
.kontakt-col {
  float: left;
  width: 33.333%;
  font-size: 16px;
  line-height: 20px;
  padding: 0 50px;
  text-align: left;
}
.kontakt-col p {
  font-size: 16px;
  line-height: 22px;
}
.kontakt-title {
  display: block;
  font-size: 22px;
  padding: 0 0 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.kontakt-map {
  width: 100%;
  height: 300px;
}
.kontakt-col a {
  color: #5e94ba;
}
.kontakt-form-wrap {
  padding: 50px 0 20px;
  text-align: center;
}
.kontakt-form-wrap h2 {
  font-size: 20px;
}
#kontakt-map {
  width: 100%;
  height: 400px;
}
.kontakt-form {
  padding: 40px 0 0;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
.kontakt-input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-size: 14px;
  padding-bottom: 3px;
}
textarea.kontakt-input {
  height: 150px;
  padding: 3px;
  font-family: 'Montserrat', sans-serif;
}
.kontakt-row {
  padding: 10px 0;
}
.kontakt-submit {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 8px;
  background: #5e94ba;
  color: white;
  text-align: center;
  border: 0;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  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, .075);
  box-shadow: inset 0 1px 1px rgba(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;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #c8c8c8;
  padding: 0 5px;
}
textarea.form-control {
  height: 150px;
}
.kontakt-form p {
  font-size: 17px;
  line-height: 25px;
}
.kontakt-form .button {
  border: 0;
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 20px;
  cursor: pointer;
}

.accord-contain {
  padding: 0 30px;
}

.accord {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  clear: both; }
  .accord-header {
    padding: 40px 0 0;
    cursor: pointer;
    position: relative; }
    .accord-header:after {
      content: '';
      display: block;
      position: absolute;
      top: 44px;
      right: 20px;
      background-image: url(../img/accord-arrow.svg);
      width: 24px;
      height: 24px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
  .accord-title {
    font-size: 25px;
    display: block;
    padding-right: 60px; }
  .accord-image-contain {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
    border: 1px solid #d5d5d5;
    padding: 40px; }
  .accord-image {
    box-shadow: 3px 5px 4px rgba(0, 0, 0, 0.23);
    border: 1px solid #d5d5d5;
    padding: 16px; }
  .accord-content {
    display: none; }
    .accord-content:after {
      clear: both;
      content: '';
      display: table; }
  .accord.open .accord-content {
    display: block; }
  .accord.open .accord-header {
    padding: 40px 0; }
  .accord.open .accord-header:after {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

.mod-row {
  padding: 30px 0;
}
.mod-row:after {
  clear: both;
  content: '';
  display: table;
}

.col {
  float: left;
}
.col:first-of-type {
  padding-right:50px;
}
.col:last-of-type {
  padding-left:50px;
}
.col-50 {
  width: 50%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33.333%;
}
.col-70 {
  width: 70%;
}

.image_row_odd .imagecol {
  float: right;
}

.image_row_odd .col:last-of-type {
  padding-right: 0;
  padding-left: 50px;
}
.image_row_odd .col:first-of-type {
  padding-left: 0;
  padding-right: 50px;
}

.icon-columns:after {
  clear: both;
  content: '';
  display: table;
}

.icon-col {
  width: 33%;
  float: left;
}
.icon-col .icon {
  padding-bottom:10px;
}

.home-testimonials-slider .home-testimonial-img {
  width: auto !important;
  margin: 0 auto 20px;
}

.home-testimonials-slider .owl-nav > div {
  font-size: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-testimonials-slider .owl-nav .owl-prev {
  left: 0;
}
.home-testimonials-slider .owl-nav .owl-next {
  right: 0;
}

.single-blog-wrap {
  padding-right: 50px;
  width: calc(100% - 350px);
  float: left;
  padding-top: 40px;
}
.swp_share_button {
  background: #5e94ba !important;
  border: 0 !important;
}
.blog-header {
  padding: 100px 0;
}
.blog-header._color_no_pic {
  background: none !important;
}

.blog-posts-wrapper {
  float: none;
  width: 100%;
  padding: 40px;
}
.blog-posts-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.blog-posts-cats {
  padding: 0 0 60px;
}
.blog-posts-cats:after {
  clear: both;
  content: '';
  display: table;
}
.blog-posts-cats ul {
  list-style: none;
  float: left;
}
.blog-posts-cats li {
  display: inline-block;
  margin-right: 15px;
}
.blog-posts-cats a {
  background: #5e94ba;
  color: white;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 6px;
  font-weight: 600;
}
.blog-posts-cats .current-cat a {
  background: #484545;
}
.cat_blogs_title {
  padding: 0 0 30px;
}
.cat_blogs_title h2 {
  color: #5e94ba;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  padding: 20px 40px 20px 0;
  position: relative;
}
.cat_blogs_title h2:after {
  content: '';
  display: block;
  width: 2000px;
  height: 4px;
  background: #5e94ba;
  position: absolute;
  left: 100%;
  top: 50%;
}
.blog-posts-search {
  float: right;
}
.blog-search-input {
  border: 1px solid #5e94ba;
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}
.blog-search-submit {
  border: 0;
  background: #5e94ba;
  color: white;
  display: inline-block;
  padding: 7px 20px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.blog-author {
  margin-left: 15px;
  color: #8a8a8a;
}

.single-blog-metas {
  padding: 20px 0;
  font-size: 18px;
  margin: 20px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.single-blog-metas:after {
  clear: both;
  content: '';
  display: table;
}
.single-blog-category {
  display: inline-block;
}
.single-blog-category a {
  color: #eb733c;
  display: inline-block;
  margin: 0 10px;
}
.mod-row ul {
  font-weight: 300;
  margin: 15px 0;
  padding-left: 5px;
}
.mod-row li {
  padding: 4px 0;
  display: block;
  padding-left: 15px;
  line-height: 1.3;
  text-indent: -4px;
}
.mod-row ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: black; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -0.8em; /* Also needed for space (tweak if needed) */
}
.blog-date {
  font-size: 18px;
  display: inline-block;
}
.blog-sidebar-person {
  text-align: center;
  padding: 0 0 40px;
}
.blog-sidebar-person p {
  text-align: left;
}
.blog-sidebar-person img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}
.blog-sidebar-person-text {
  background: rgba(0,0,0,0.3);
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 99;
  top: -30px;
  color: white;
}
.blog-sidebar-person-text strong {
  display: block;
  font-size: 18px;
}
.blog-sidebar-person-text span {
  display: block;
  padding: 4px 0 0;
}
.cat_blogs_title {
  overflow: hidden;
}
.blog-post-cats-left {
  float: left;
  width: calc(100% - 350px);
  padding-right: 5px;
}
.blog-post-cat-date {
  float: right;
  font-size: 18px;
}

@media (max-width: 1099px) {

  .blog-posts-search {
    float: none;
    padding-top: 20px;
    clear: both;

  }
  .blog-posts-cats ul {
    /* float: none; */
  }
}

@media (max-width: 1040px) {

}

@media (max-width: 991px) {
  .col {
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 15px 0;
  }
  .kontakt-col {
    float: none;
    width: 100%;
    padding: 0;
    padding-bottom: 30px;

  }
  .kontakt-col:last-of-type {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .single-blog-wrap {
    float: none;
    width: 100%;
    padding-right: 20px;
  }
  .kontakt-contacts {
    padding: 30px 10px;
  }
  .blog-posts-wrapper {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-sidebar {
    float: none;
    width: 100%;
    max-width: 350px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .cat_blogs_title h2 {
	  font-size: 23px;
  }
  .single-blog-wrap {
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 0px);
    float: left;
  }

 
  .single-blog-wrap .blog-date {
  	display: none;
  }

  .single-blog-wrap a {
  	margin-top: 5px;
  }

  .blog-sidebar {
	  display: none;
  }

  .blog-posts-cats {
	  display: none;
  }

}
