html, body {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    color: #2b2b2b;
    background-image: url(https://i.postimg.cc/zGcsYTK8/bg-white.jpg);
  background-attachment: fixed;
}
.page-tabs .tabs-list {
    border-bottom: solid 1px #fff;
}
.widget_content_tree li {
    margin-left: 0px;
    list-style: none;
    padding-left: 30px;
    background: url("/templates/inthemer/images/icons/folder.png") no-repeat left 1px;
    margin-right: 25px;
    padding: 1px 1px 6px 29px;
    background-color: ;
}
#galery {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.imgFrame {
  display: inline-block;
  width: 32%;
  background: #fbe2a3;
  padding: 4px;
  margin: 4px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.imgFrame img {
  width: 100%;
  display: block;
}
.imgCaption {
  position: absolute;
  bottom: 10px; left: 100%;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  transition: .4s;
  opacity: 0;
  padding: 5px;
}
.imgFrame:hover .imgCaption {
  opacity: 1;
  left: 0;
}

@media screen and (max-width: 800px){
  .imgFrame {
    width: 48%;
  }
}

@media screen and (max-width: 510px){
  #galery {
    padding: 0 15px;
  }
  .imgFrame {
    width: 100%;
  }
  .imgCaption {
    font-size: 14px;
  }
}




.page-tabs .tab-pane {
    padding: 20px;
    border: solid 0px #aab1bc;
    border-top: none;
    margin-top: -1px;
    display: none;
}
.page-tabs .tabs-list {
    border-bottom: solid 0px #aab1bc;
}
.page-tabs .tab-link.active {
    /* border: solid 0px #aab1bc; */
    /* border-bottom: solid 0px #fff; */
    /* color: #000; */
    /* background: #fff; */
}


.vex.vex-theme-flat-attack .vex-close:before {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    line-height: 9px;
    padding-top: .5em;
    display: block;
    font-size: 3em;
    text-indent: 1px;
    overflow: hidden;
    height: 1.25em;
    width: 1.25em;
    text-align: center;
    top: 0;
    right: 0;
    color: #ccab67;
    background: #5c2a13;
}
.field_social ul li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    text-decoration: none !important;
    border: 0px solid #fff;
    margin-right: 10px;
}
.page-widgets .widget > .body, .page-widgets .widget_tabbed .widgets > .body {
    padding: 10px;
    background: rgba(255, 255, 255, 0);
}
.page-widgets .widget, .page-widgets .widget_tabbed {
    border: solid 0px #ccc;
    margin-bottom: 10px;
}





#home-menu h2 {
    background-image: url(https://i.postimg.cc/0jNF20Gb/menu-m.png);
    background-repeat: no-repeat;
    width: 156px;
    height: 74px;
    text-indent: -10000px;
    margin: 0 auto;
    position: relative;
    top: -4px;
}
#home-menu ul {
    padding: 0;
    list-style-type: none;
}
#home-menu li:nth-child(odd) {
}
#home-menu li {
    float: left;
    width: 42%;
    padding: 0;
    margin: 0px 0 10px 8%;
}
.dish {
    float: left;
    font-weight: bold;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-right: 15px;
    color: #1d1d1d;
    font-size: 15px;
    font-family: 'Exo 2', sans-serif;
}
.price {
  float: right;
  font-weight: bold;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  color: #5c2a13;
  font-size: 18px;
}
.description {
    clear: both;
    display: block;
    color: #999;
    font-style: italic;
    font-size: 14px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    position: relative;
    top: -8px;
	text-align: left;
}
#featured {
    margin-top: 50px;
}
#featured ul {
    padding: 0;
}

#featured li {
    float: left;
    width: 23%;
    margin: 1%;
    list-style-type: none;
}
#featured li img {
    widh: 100%;
    margin-bottom: 10px;
}
#featured li a {
    color: #333;
    text-decoration: none;
    float: left;
}
#featured li span {
    float: right;
    color: #333;
}




.page-widgets .widget > .title {
    padding: 7px;
    background: rgba(255, 255, 255, 0);
    color: white;
    /* color: #000; */
    font-size: 20px;
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    margin: 6px;
}
.page-widgets .widget > .title > .links a {
    display: inline-block;
    color: #000000;
    font-size: 13px;
    /* font-weight: bold; */
    text-transform: uppercase;
    background-color: #ccba8a;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    font-style: italic;
    border-radius: 4px 4px 4px 4px;
}
.widget_content_list.tiles-big .item .title {
    font-size: 12px;
    margin-top: 5px;
    color: #CCBA8A;
}
.widget_content_list.tiles-big .item .title a {
    color: #fff;
    text-decoration: none;
}
.widget_content_list.tiles-big .item .image a, .widget_content_list.tiles-big .item .image > div {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #bdc3c7;
    background-size: cover;
    outline-offset: -1px;
    outline: 1px solid #ccba8a;
}
.pricebuy span.price {
    color: #000;
    font-weight: 700;
    font-size: 25px;
}




.place_summary_address, .place_summary_hours, .place_summary_check {
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
    z-index: 1;
    position: relative;
    cursor: default;
    text-align: center;
}
.place_summary {
    padding: 40px 20px;
    position: relative;
    background-color: #111;
    color: #fff;
    font-size: 17px;
    overflow: hidden;
}
.place_summary_icons {
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-size: 0;
}
.place_summary_icon {
    height: 27px;
    line-height: 25px;
    margin: 7px;
    vertical-align: top;
    cursor: help;
}
.sprite.field.wifi {
    background-position: -85px -27px;
    width: 29px;
    height: 24px;
}
.sprite.field.children {
    background-position: -116px -28px;
    width: 20px;
    height: 25px;
}
.sprite.field.nanny {
    background-position: -116px -55px;
    width: 23px;
    height: 24px;
}


.sprite.field.livemusic {
    background-position: -85px -53px;
    width: 23px;
    height: 26px;
}
.sprite.field.parking {
    background-position: -1px -81px;
    width: 26px;
    height: 27px;
}
.place_summary_icon .sprite {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.sprite {
    float: left;
    display: block;
    background-image: url(https://tomesto.ru/assets/sprite@2x-4b7ae518693bc92bb4de735bbe6f03252e6444919bf079845710efe89c797d47.png);
    background-repeat: no-repeat;
    background-size: 160px 153px;
    background-color: transparent;
}
* {
    margin: 0;
    padding: 0;
}
user agent stylesheet
i, cite, em, var, address, dfn {
    font-style: italic;
}
Inherited from div.place_summary_icon.wifi
.place_summary_icon {
    height: 27px;
    line-height: 25px;
    margin: 7px;
    vertical-align: top;
    cursor: help;
}
Inherited from div.place_summary_icons
.place_summary_icons {
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-size: 0;
}
Inherited from div.place_summary.place_summary-wheader
.place_summary {
    padding: 40px 20px;
    position: relative;
    background-color: #111;
    color: #fff;
    font-size: 17px;
    overflow: hidden;
}
.place_summary_icon {
    height: 27px;
    line-height: 25px;
    margin: 7px;
    vertical-align: top;
    cursor: help;
}

.widget_comments_list .item .text {
    color: #fff;
    text-align: left;
    font-style: italic;
}

a._collapz_parant._close:after, a._collapz_parant._open:after {
    content: "\E8A8";
    font-family: 'Material Icons';
    font-size: 30px;
    position: relative;
    top: 16px;
    font-style: normal;
    color: #000;
}
a._collapz_parant._close:before {
    background-color: #ccba8a;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.content_item .info_bar .bar_item, .content_list_item .info_bar .bar_item {
    float: left;
    /*padding: 3px 5px;*/
    height: 22px;
    line-height: 18px;
}


.pagebar {
    clear: both;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.pagebar_notice {
    display: inline-block;
    font-size: 14px;
    color: #bdc3c7;
    margin-left: 20px;
}
.pagebar_current {
    background-color: #2b2b2b;
    color: #e0ca8f;
    margin: 3px;
    margin-left: 0px;
    padding: 4px 4px 4px 7px;
    border-radius: 4px 4px 4px 4px;
    font-family: 'Russo One', sans-serif;
}

.page-accordion .accordion-pane.active .pane-title {


    font-weight: bold;
    /* border-bottom: dotted 1px #aab1bc; */
}
.page-accordion .accordion-pane.active .pane-title:after {
    background: #9e5717;
  color: #000;
  font-weight: bold;
    /* border-bottom: dotted 1px #aab1bc; */
}

.page-accordion .accordion-pane {
    /* border: solid 1px #aab1bc; */
    margin-bottom: 5px;
    transition: all 0.3s;
}


.content_categories li {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    margin-right: 10px;
    /* background: url(/templates/inthemer/images/icons/folder.png) no-repeat left center; */
    border-radius: 6px 6px 6px 6px;
    background-color: #e0ca8f;
    text-decoration: none;
    background: rgba(237, 237, 237, 0);
    border: 1px #000 solid;
    margin: 5px 0px 5px 5px;
}
.content_categories li a {
    color: #3d4e5e;
    text-decoration: none;
    text-transform: uppercase;
}


.page-accordion .accordion-pane.active .pane-title:before {
    left: -1.35em;
    border-right-width: .75em;
    border-left-color: transparent;
    box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.8);
}

.page-accordion .accordion-pane.active .pane-title:after {
    right: -1.35em;
    border-left-width: .75em;
    border-right-color: transparent;
    box-shadow: -2px 5px 4px rgba(0, 0, 0, 0.8);
}




.nyroModalCont {
    position: absolute;
    box-shadow: 0 0 30px #000;
    margin: 30px;
    padding: 0;
	width: auto !important;
    background: #fff;
    z-index: 101;
    box-sizing: border-box;
    overflow: hidden;
}

input.button-submit, input.button {
  padding: 7px 10px;
  line-height: 100%;
  border-radius: 3px;
  cursor: pointer;
  width: auto;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  background: #5c2a13;
  border: none;
  transition: background ease-in-out 0.15s;
}

.page-nav .menu ul li:hover > a {
    background-color: #1d1d1d;
    text-decoration: none;
}

.page-nav .menu > li ul li a {
    color: #e0ca8f;
    padding: 8px;
    display: block;
    overflow: hidden;
    background: rgba(29, 29, 29, 0.82);
    text-decoration: none;
}
.widget_search .input {
    border: solid 1px #e5ba85;
    box-shadow: none;
    padding-left: 24px;
    background: url("/templates/inthemer/images/icons/search-glyph.png") no-repeat 4px center;
        background-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    background-color: white;
}
#widget_callback_static_buttons_183.widget_callback_static_buttons a.citem {
background: #4caf50;
width: 170px;
display: block;
margin: auto;
}