@import url("https://fonts.googleapis.com/css?family=PT+Serif");
body {
  background: #e0ded7; }

p {
  margin: 0;
  padding: 0; }

.post-page img{
  max-width: 100% !important;
  height: auto !important;
}

.subcategory-list-specific .current-menu-parent a{
  color: #008275 !important;
}
.subcategory-list-specific .menu-item-has-children ul{
  display: none;
}

#header-autocomplete{
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  max-height: 300px;
  overflow-y: scroll;
  width: 200px;
  z-index: 10;
}

.menu-item-has-children .sub-menu li button{
  display: none;
}

#header-autocomplete a{
  color: #008275 !important;
}

section {
  margin: 40px 0;
  display: block; }
  section h5 {
    font-size: 25px;
    margin: 0 0 30px;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 5px; }

.header-banner {
  width: 100%; }
  .header-banner img {
    width: 100%; }

.navbar-top {
  background: #252525; }
  .navbar-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 48px; }
    .navbar-top ul li {
      display: inline-block;
      position: relative; }
      .navbar-top ul li a {
        display: block;
        padding: 14px 20px 10px 10px;
        color: #fff !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .navbar-top ul li ul {
        position: absolute;
        top: 100%;
        background: #252525;
        z-index: 2;
        display: none; }
      .navbar-top ul li:hover ul {
        display: block; }
      .navbar-top ul li:hover > a {
        color: #008275 !important; }
      .navbar-top ul li:last-child button, .navbar-top ul li:last-child ul, .navbar-top ul li:nth-child(7) button, .navbar-top ul li:nth-child(7) ul {
        display: none; }
      .navbar-top ul li:nth-child(3) ul li:last-child {
        display: none; }

.menu-item {
  padding-right: 10px !important; }
  .menu-item button {
    outline: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-38%);
            transform: translateY(-38%); }

.banners-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.banners-right__item:not(:last-child) {
  margin-bottom: 30px; }

.banners-right__item img {
  max-width: 100%; }

.posts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .posts__item:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 20px; }
  .posts__item b4 a {
    color: #ce3a12;
    font-size: 22px; }
  .posts__item p {
    font-size: 14px;
    color: #000; }
  .posts__item a {
    color: #ce3a12;
    font-size: 1.3rem;
    font-weight: 600;}

.fc-row .fc-content-skeleton {
  padding-bottom: 15px !important; }

.posts__item_right {
  margin-left: 25px; }

.content-wrap {
  padding: 20px;
  background: #fff; }
  .content-wrap h5::first-letter {
    text-transform: capitalize; }

.secondary-slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px; }

.secondary-slider .slick-slide {
  margin: 0 10px; }

.secondary-slider .slick-list {
  margin: 0 -10px; }

footer {
  background: #000;
  padding: 20px 0; }
  footer .logo {
    margin-bottom: 20px; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.footer-bottom-wrap, .footer-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer-bottom-wrap{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;}

  

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3px; }
  .contacts a {
    color: #fff;
    font-size: 16px; }

.footer__item:not(:first-child) {
  margin-left: 30px; }

.navbar-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .navbar-bottom ul li {
    margin: 0 10px; }
    .navbar-bottom ul li a {
      color: #fff; }

.author-field {
  margin-top: -15px; }

.logo-section {
  background: #008275;
  color: #fff; }
  .logo-section h1 {
    font-size: 55px; }

.fc-more-cell a.fc-more {
  color: #008275 !important;
  text-decoration: underline !important;
  display: block !important;
  text-align: center;
  margin: 15px 0 10px !important; }

.logo-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 5px 0; }

.slick-arrow {
  background: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }
  .slick-arrow:before {
    content: '\203A';
    font-size: 50px;
    position: relative;
    left: 20px;
    color: #fff; }
  .slick-arrow:focus {
    outline: 0;
    border: 0; }

.slick-next {
  right: 0; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: '\2039'; }

.slider__item {
  position: relative;
  min-height: 350px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slider__item .slider__description {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
    max-height: 130px;
    overflow: hidden; }
    .slider__item .slider__description a {
      color: #fff; }
    .slider__item .slider__description h4 a, slider__item .slider__description .h4 a {
      color: #fff !important; }

.photo {
  margin: 0 auto;
  width: 100%; }

.share-wrap {
  margin-bottom: 50px; }

.posts__item_left a {
  width: 100%; }

.post-page table tr, .post-page table td {
  border: 1px solid #b9b9b9; }

.post-page table td {
  padding: 0 15px; }

.single-page table tr, .single-page table td {
  border: 1px solid #b9b9b9; }

.service-page .content {
  max-width: 100%;
  overflow-x: scroll; }

.service-page table td {
  background: #008276;
  color: #fff; }

.service-page table tr:first-child td:first-child, .service-page table tr:first-child td:nth-child(2n+1), .service-page table tr:nth-child(2n+1) td:first-child, .service-page table tr:nth-child(2n+1) td:nth-child(2n+1) {
  background: black; }
  .service-page table tr:first-child td:first-child a span, .service-page table tr:first-child td:nth-child(2n+1) a span, .service-page table tr:nth-child(2n+1) td:first-child a span, .service-page table tr:nth-child(2n+1) td:nth-child(2n+1) a span {
    color: #5cd0b9 !important; }

.service-page table tr:nth-child(2n) td:nth-last-child(2n) {
  background: black; }
  .service-page table tr:nth-child(2n) td:nth-last-child(2n) a span {
    color: #5cd0b9 !important; }

.service-page a {
  color: #c94c20 !important;
  text-decoration: underline; }
  .service-page a span {
    color: #fff !important; }

.slider__description .heateor_sss_sharing_container {
  display: none !important; }

.secondary-slider .slick-prev:before {
  left: -30px; }

.secondary-slider .slick-next:before {
  left: 60px; }

.secondary-slider img {
  max-width: 100%;
  height: inherit; }

.slider_photo {
  width: 730px;
  height: 422px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.secondary-slider_image {
  width: 222px;
  height: 160px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.calendar img {
  max-width: 100%; }

.share-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .share-wrap h6 {
    margin-right: 10px; }

.social-network-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .share button {
    border: 0;
    outline: 0;
    font-size: 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .share button:hover {
      color: #008275; }

.share__item {
  margin: 0 5px; }

.posts_tile__item {
  position: relative;
  margin: 10px 0;
  min-width: 55px;
  min-height: 55px; }
  .posts_tile__item .posts_tile__title {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    width: 100%; }
    .posts_tile__item .posts_tile__title a {
      color: #fff;
      text-decoration: none; }
  .posts_tile__item img {
    max-width: 100%;
    height: 140px; }

.posts__item_left img {
  max-width: 190px;
  height: auto; }

.slick-slide img {
  max-width: 100%; }

.search-section-wrap {
  background: #252525;
  padding: 5px 0; }

.search-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .search-section a {
    color: #ce3a12; }
  .search-section input {
    padding-left: 5px; }

.logo-img img {
  width: 100%;
  max-width: 140px;
  margin-bottom: 5px; }

.navbar-open {
  display: none !important;
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }
  .navbar-open:focus {
    outline: 0 !important; }

.menu {
  position: relative; }

.calendar-wrap {
  margin-bottom: 30px; }

.works-list a {
  color: #ce3a12; }

.globus-img {
  max-width: 12px !important;
    max-width-position: relative;
    max-width-bottom: 6px;
    max-width-left: 0px; }

.footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .footer .logo img {
    max-width: 200px;
    height: auto; }

.work-banner {
  margin-top: 30px; }

.more-posts {
  width: 100%;
  margin: 0 0 5px; }
  .more-posts a {
    display: block;
    text-align: center;
    color: #008275 !important; }

.social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-network a {
    color: #fff;
    display: block;
    margin: 0 10px;
    font-size: 22px; }

.footer .navbar-bottom ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.navbar-bottom ul li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 32px; }

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.column-style {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px; }
  .column-style .posts__item_right {
    margin: 0; }
    .column-style .posts__item_right b4 {
      font-size: 20px; }
  .column-style .posts__item_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px; }
    .column-style .posts__item_left img {
      max-width: 100%; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination a, .pagination span {
    margin: 0 5px; }
  .pagination a {
    color: #008275; }

.emails-block {
  margin: 30px 0; }
  .emails-block h5 {
    font-size: 24px; }
  .emails-block a {
    color: #008275;
    font-size: 16px;
    margin-top: -10px;
    display: block; }

.post-page h4 {
  margin-top: 30px; }

.post-page .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.post-page p {
  margin: 10px 0; }

.post-page span a {
  color: #008275;
  font-weight: 600;}

.more-posts-b2b a {
  text-align: right; }

.post-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .post-image-wrap img {
    width: 100%;
    height: auto; }

.subcategory-list {
  margin-top: 10px;
  background: transparent; }
  .subcategory-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 48px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .subcategory-list ul li {
      display: inline-block; }
      .subcategory-list ul li a {
        font-weight: 700;
        color: #252525 !important;
        display: block;
        padding: 14px 20px 10px 10px;
        text-align: center; }

.distributor-post {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .distributor-post a {
    display: block;
    max-width: 500px;
    width: 100%; }

.content-wrap form, .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-bottom: 30px; }
  .content-wrap form button, .content-wrap form input, .form button, .form input {
    height: 35px;
    border: 0;
    outline: 0;
    border: 1px solid #252525;
    padding: 0 10px; }
  .content-wrap form button, .form button {
    background: #252525;
    color: #fff;
    max-width: 72px;
    cursor: pointer; }
  .content-wrap form input, .form input {
    width: 100%; }

.logo-section__description h3 {
  margin-bottom: 0;
  font-size: 18px; }

.logo-section__images {
  position: absolute;
  right: 160px;
  bottom: 0; }
  .logo-section__images img {
    width: 100%;
    max-width: 200px; }

.logo-section__description {
  position: relative;
  top: 4px; }

.other-page .logo-section__description {
  padding: 3px 0 5px; }

.other-page .logo-section__images {
  display: none; }

.distributor-links h5 {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .distributor-links h5 a {
    font-size: 20px;
    margin-left: 7px;
    color: #008275;
    border-left: 1px solid #b9b9b9;
    padding-left: 0 !important; }
  .distributor-links h5 a, .distributor-links h5 span {
    width: 210px;
    display: inline-block;
    padding-left: 10px;
    text-align: center; }

.post-description, .posts__item_right p {
  font-family: 'PT Serif', serif;
  white-space: pre-line;
  margin-bottom: 20px; }

em {
  margin-left: 20px;
  display: contents;
  margin-bottom: 5px;
  margin-top: 15px; }

.aligncenter {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .aligncenter img {
    margin-bottom: 5px; }

.wp-caption {
  margin: 15px auto; }

.travel-posts h4 {
  font-size: 18px; }

.map-section {
  margin-bottom: 50px; }

.map-item {
  width: 100%;
  height: 400px; }

.map-content a {
  color: #008275; }

.map-wrap {
  max-width: 700px;
  width: 700px; }

.wine-roads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wine-roads_right {
  margin-left: 50px; }

.roads-categories__item {
  margin: 5px 0; }
  .roads-categories__item img {
    margin-right: 5px; }
  .roads-categories__item input {
    display: none; }
    .roads-categories__item input:checked + label:before {
      background-position: -234px -58px; }
  .roads-categories__item label {
    margin-left: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer; }
    .roads-categories__item label::before {
      content: '';
      position: absolute;
      top: 2px;
      left: -34px;
      width: 29px;
      height: 27px;
      background: url(../../images/sprites.png) -204px -61px; }

.posts-slider {
  background: #008275;
  padding: 10px 30px;
  margin-bottom: 30px; }
  .posts-slider .slick-arrow {
    top: 35%; }
  .posts-slider .slick-next {
    right: -10px; }
  .posts-slider .slick-prev {
    left: -20px; }

.posts-slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .posts-slider__item a {
    color: #fff; }

.posts_list table {
  width: 100%; }

.posts_list td {
  padding: 10px 0; }

.posts_list tr {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .posts_list tr:hover {
    background: #008275; }
    .posts_list tr:hover p {
      color: #fff; }
    .posts_list tr:hover .marker {
      background-position: -168px -52px; }

.posts_list .name {
  max-width: 270px;
  width: 100%;
  padding-left: 10px; }

.posts_list .inf {
  width: 150px; }

.posts_list .marker {
  width: 23px;
  height: 30px;
  background: url(../../images/sprites.png) -138px -50px;
  margin-right: 10px; }

.posts_list .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.calendar h5 {
  border-bottom: 0;
  text-align: center; }

.calendar form {
  margin: 0 auto; }

.fc-header-toolbar .fc-left {
  margin: 0 auto; }

.fc-header-toolbar h2 {
  text-transform: uppercase;
  text-align: center; }

.fc-title {
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 5px; }

#calendar {
  margin-top: 30px; }

.navbar-top ul li.current-menu-item > a, .navbar-top ul li.current-menu-ancestor > a {
  color: #008275 !important; }

.search-input {
  width: 100%;
  max-width: 256px;
  position: relative; }
  .search-input input {
    //width: 100%; }

.search-input form{
  position: relative;
}

.fc-button {
  text-transform: capitalize; }

.horeca .slider {
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }

.horeca .slider_photo {
  width: 920px;
  height: 450px; }

.post-image-wrap-specifix {
  width: 100%; }

.heateor_sss_horizontal_sharing {
  width: 100%; }
  .heateor_sss_horizontal_sharing ul {
    width: 100%; }

.heateor_sss_sharing_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .heateor_sss_sharing_ul li:last-child {
    float: right !important;
    text-align: right !important; }
  .heateor_sss_sharing_ul li .fb-like span {
    height: initial !important; }

.share-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }

.subscribe {
  color: #008275;
  margin-top: 5px;
  display: block; }

.share-wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

blockquote {
  margin-left: 20px; }
  blockquote p {
    display: inline; }

blockquote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 30px;
  font-style: italic;
  margin-right: 10px;
  display: inline-block; }

blockquote:after {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 30px;
  font-style: italic;
  margin-left: 10px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.subcategory-list ul li.current-menu-item a {
  color: #008275 !important; }

.booking {
  margin-bottom: 50px; }
  .booking img {
    width: 100%; }

.page {
  margin: 50px 0; }
  .page .heateor_sss_sharing_container {
    display: none; }

.footer__item_subscribe {
  display: none; }

.site-decription{
  max-width: 590px;
}

.site-decription p{
  color: #fff;
  font-size: 13px;
}

.company-name{
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: flex-end;
}

.company-name a{
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}

.window_age-wrap{
  display: none;
}

.window_age {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    font: 23px "BebasNeueRegular", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    text-align: center;
    line-height: 1;
    color: #FFF;
    background: rgba(25, 142, 131, 0.95);
}

.window_age > section {
    display: table-cell;
    vertical-align: middle;
}

.window_age > section > h2, .window_age > section > .h2 {
    margin-bottom: 12px;
    font: 32px "BebasNeueRegular", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #f6ff00;
}
.breadcrumbs a{
	    font-weight: 700;
	        color: #252525 !important;
}
.breadcrumbs{
	    margin-top: 10px;
}
.breadcrumbs .breadcrumb_last{
	  font-weight: 700;
	    color: #008275 !important;
}
.window_age > section > p {
    margin-bottom: 5px;
}

.window_age > section > a {
    display: table;
    margin: 25px auto 0 auto;
    width: 400px;
    height: 80px;
    line-height: 80px !important;
    font: 17px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 15px rgba(255, 255, 190, 0.75);
    box-shadow: inset 0 0 15px rgba(255, 255, 190, 0.75);
    background: #cfee85;
    background: -moz-linear-gradient(top, #cfee85 0%, #c1e572 25%, #bade6b 50%, #c1e572 75%, #cfee85 100%);
    background: -webkit-linear-gradient(top, #cfee85 0%, #c1e572 25%, #bade6b 50%, #c1e572 75%, #cfee85 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#cfee85), color-stop(25%, #c1e572), color-stop(50%, #bade6b), color-stop(75%, #c1e572), to(#cfee85));
    background: -o-linear-gradient(top, #cfee85 0%, #c1e572 25%, #bade6b 50%, #c1e572 75%, #cfee85 100%);
    background: linear-gradient(to bottom, #cfee85 0%, #c1e572 25%, #bade6b 50%, #c1e572 75%, #cfee85 100%);
}

.window_age > section > a span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
}

@media (max-width: 1200px) {
  .slider_photo {
    width: 610px; } }

@media (max-width: 992px) {
  .navbar-top ul li:hover ul {
    display: none; }
  .navbar-top ul li ul {
    position: initial;
    top: 0;
    max-width: 127px; }
  .menu-item button {
    -webkit-transform: none;
            transform: none;
    top: 14px; }
  .menu-item {
    padding-right: 35px !important; }
  .navbar-top .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .wine-roads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .map-wrap {
    max-width: 100%;
    width: 100%; }
  .wine-roads_right {
    margin-left: 25px;
    margin-top: 30px; }
  .slider_photo {
    width: 450px;
    height: 320px; }
  .posts_tile__item img {
    height: auto; }
  .navbar-open {
    display: block !important; }
  .ul-wrap {
    display: none;
    position: absolute;
    left: 0;
    z-index: 10; }
    .ul-wrap ul {
      background: #252525;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .logo-img img {
    max-width: 100px; }
  .globus-img {
    max-width: 25px; }
  .logo-section__images img {
    max-width: 140px; }
  h3 {
    font-size: 19px; }
  .secondary-slider__item img {
    height: inherit !important; }
  .wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .navbar-open {
    margin-right: 20px; } }

@media (max-width: 768px) {
  #calendar {
    min-width: 800px; }
  .calendar-wrap {
    overflow-x: scroll; }
  .posts_list {
    max-width: 650px;
    overflow-x: scroll; }
  .slider, .content-wrap {
    margin-bottom: 50px; }
  .secondary-slider {
    margin-top: -40px; }
  .slick-slide img {
    height: auto; }
  .slider__item {
    min-height: initial !important;
    height: initial !important; }
  .logo-section__images {
    right: 60px; } 

  .footer__item_subscribe {
    margin: 0 !important;
    display: block; }
    .footer__item_subscribe a {
      color: #ce3a12; }
  .menu-item {
    padding: 0 !important; }
  .footer-top-wrap, .footer-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  
  .logo-section__content {
    padding: 10px 0; }
  .footer, .navbar-bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer li, .navbar-bottom ul li {
      margin: 0; }
  .footer__item:not(:first-child) {
    margin: 0;
    margin-top: 20px; }

  .social-network {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .site-decription p{
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }

  .company-name{
    text-align: center;
    margin-top: 10px;
    align-items: center;
  }

  .contacts {
    text-align: center; }

  }

@media (max-width: 600px) {
  /*.footer__item_subscribe {
    margin: 0 !important;
    display: block; }
    .footer__item_subscribe a {
      color: #ce3a12; }
  .menu-item {
    padding: 0 !important; }
  .footer-top-wrap, .footer-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .logo-section__images {
    display: none; }
  .logo-section__content {
    padding: 10px 0; }
  .footer, .navbar-bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer li, .navbar-bottom ul li {
      margin: 0; }
  .footer__item:not(:first-child) {
    margin: 0;
    margin-top: 20px; }*/
  .slider__description p {
    max-height: 70px !important; }
   }

@media (max-width: 480px) {
  .header-banner a img {
    /*height: 80px;*/ }
  .search-section-wrap {
    display: none; }
  .travel .posts_tile__item {
    max-width: 140px;
    margin: 0 auto; }
  .logo-section__content {
    padding: 4px 0; }
  .logo-section__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .column-style .posts__item_left {
    width: 100%; }
  .slider_photo {
    width: 300px;
    height: 250px; }
  .posts__item_left img {
    max-width: 100%; }
  .posts__item_right {
    margin-left: 0; }
  .posts__item {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  h4 {
    font-size: 16px; }
  .slider__description {
    font-size: 13px;
    line-height: 15px; }
    .slider__description p {
      max-height: 48px !important; }
  .posts__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .posts__item_left {
    margin-bottom: 20px; }
  .search-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .search-section > div {
      margin: 5px 0; }
  .ul-wrap {
    right: initial; } }
.yoast_breadcrumb {
  margin-left: 10%;
  padding-top: 25px;
}
.g-hidden{
	display:none;
}