@import url('/fonts.css');
@import url('/font/icon.css');
body {
  margin: 0;
  padding: 0;
  font-family: 'dinpro', arial, sans-serif;
  font-weight: 100;
  font-size: 14px;
  background: #ffffff url("/img/bg_faded.jpg") left top repeat fixed;
}
.panton {
  font-family: 'panton', verdana, sans-serif;
}
/*   common  */
.container:after {
  content: "";
  display: block;
  clear: both;
}
.half-resp {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .half-resp {
    float: left;
    width: 50%;
  }
}
.decor:after {
  content: '';
  width: 182px;
  height: 33px;
  background: transparent url(/img/title_img.png) 50% 50% no-repeat scroll;
  display: block;
  margin: 20px auto;
}
h2 {
  font-family: 'panton', verdana, sans-serif;
  color: #e68828;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}
h2:after {
  content: '';
  width: 182px;
  height: 33px;
  background: transparent url(/img/title_img.png) 50% 50% no-repeat scroll;
  display: block;
  margin: 20px auto;
}
p,
.p {
  font-size: 27px;
  font-weight: 300;
  display: block;
  width: 70%;
  margin: 30px auto;
  color: #191917;
}
p.decor {
  padding: 10px 0;
}
.alignCenter {
  text-align: center;
}
.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1024px) {
  .stuck {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*  ids */
#main {
  width: 100%;
  min-height: 100vh;
  background: #FFF;
}
@media (min-width: 1024px) {
  #main {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 3px 12px rgba(128, 128, 128, 0.3), -3px -3px 12px rgba(128, 128, 128, 0.3);
  }
}
#header {
  height: 55px;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #171717;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
#header ul {
  display: none;
}
@media (min-width: 768px) {
  #header ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
#header ul li {
  font-size: 20px;
  display: inline-block;
  padding: 0 2px;
}
#header ul li a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  transition: background-color 300ms linear;
}
#header ul li a:hover {
  background-color: #8a8989;
  border-bottom: 5px solid #cb7326;
}
#header ul li.active a {
  border-bottom: 5px solid #E68828;
}
#header #social {
  float: left;
  height: 50px;
  line-height: 50px;
}
#header #social a {
  text-decoration: none;
  margin-right: 10px;
}
#header #social a img {
  vertical-align: middle;
}
#header #maintel {
  text-align: center;
}
@media (min-width: 768px) {
  #header #maintel {
    float: right;
    display: inline-block;
    line-height: 24px;
  }
}
#header #maintel span {
  font-size: 16px;
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  #header #maintel span {
    display: block;
    margin: 0;
  }
}
#header #maintel a {
  font-family: 'panton', verdana, sans-serif;
  text-decoration: none;
  font-size: 22px;
  color: #E58727;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #header #maintel a {
    vertical-align: top;
  }
}
#header #maintel svg {
  width: 24px;
  height: 50px;
  fill: #999;
  float: right;
}
@media (min-width: 768px) {
  #header #maintel svg {
    display: none;
  }
}
#rightmenu {
  position: fixed;
  right: -260px;
  height: 100%;
  width: 260px;
  background: #263238;
  z-index: 101;
  transition: right 300ms linear;
}
#rightmenu.visible {
  right: 0;
}
#rightmenu ul {
  list-style: none;
  padding: 20px;
  margin: 0;
}
#rightmenu ul li {
  display: block;
}
#rightmenu ul li a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  transition: background-color 300ms linear;
  font-size: 20px;
}
#rightmenu ul li a:hover {
  background-color: #8a8989;
}
#rightmenu ul li.active a {
  background-color: #E58727;
}
.overlay-text {
  font-family: 'panton', verdana, sans-serif;
  position: absolute;
  font-size: 20px;
  font-weight: 400;
  left: 20px;
  right: 20px;
  top: 20px;
  padding: 20px;
  color: #402912;
  /*#333333;*/
  background-color: rgba(239, 210, 186, 0.7);
  /*rgba(255, 255, 255, .7);*/
}
@media (min-width: 768px) {
  .overlay-text {
    font-size: 38px;
    left: 50px;
    right: 50px;
    top: 50px;
    padding: 50px;
  }
}
#toplogo {
  text-align: center;
  background-color: #FFF;
  padding: 30px 0;
}
#toplogo .treelogo {
  width: 65px;
  height: 52px;
  margin: 0 auto 20px auto;
  background: transparent url(/img/trees.png) top left no-repeat scroll;
}
#toplogo .logo {
  width: 230px;
  height: 116px;
  margin: 0 auto 30px auto;
  background: transparent url(/img/logo.png) top left no-repeat scroll;
}
#toplogo .tagline {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  #toplogo .tagline:before {
    content: '';
    vertical-align: middle;
    width: 73px;
    height: 15px;
    display: inline-block;
    margin-right: 20px;
    background: url(/img/branch_left.png);
  }
  #toplogo .tagline:after {
    content: '';
    vertical-align: middle;
    width: 73px;
    height: 15px;
    display: inline-block;
    margin-left: 20px;
    background: url(/img/branch_right.png);
  }
}
#toplogo .bg {
  height: 463px;
  margin-top: 30px;
  background: transparent url("/img/bg-1.jpg") 50% top no-repeat scroll;
  position: relative;
}
#toplogo .bg.contacts {
  background-image: url("/img/bg-3.jpg");
}
#toplogo .bg.house {
  background-image: url("/img/bg-2.jpg");
}
#toplogo .bg.news {
  background-image: url("/img/bg-4.jpg");
}
#toplogo .bg .text {
  font-family: 'panton', verdana, sans-serif;
  position: absolute;
  font-size: 20px;
  font-weight: 400;
  left: 20px;
  right: 20px;
  top: 20px;
  padding: 20px;
  color: #402912;
  /*#333333;*/
  background-color: rgba(239, 210, 186, 0.7);
  /*rgba(255, 255, 255, .7);*/
}
@media (min-width: 768px) {
  #toplogo .bg .text {
    font-size: 38px;
    left: 50px;
    right: 50px;
    top: 50px;
    padding: 50px;
  }
}
.videocontainer .text {
  font-family: 'panton', verdana, sans-serif;
  position: absolute;
  font-size: 20px;
  font-weight: 400;
  left: 20px;
  right: 20px;
  top: 20px;
  padding: 20px;
  color: #402912;
  /*#333333;*/
  background-color: rgba(239, 210, 186, 0.7);
  /*rgba(255, 255, 255, .7);*/
}
@media (min-width: 768px) {
  .videocontainer .text {
    font-size: 38px;
    left: 50px;
    right: 50px;
    top: 50px;
    padding: 50px;
  }
}
#footer {
  padding: 0 30px;
  background-color: #c2aa83;
  height: 130px;
  line-height: 130px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}
#footer:after {
  content: "";
  display: block;
  clear: both;
}
#footer .social {
  float: right;
}
#footer .social a {
  text-decoration: none;
  margin-left: 10px;
}
#footer .social a img {
  height: 30px;
}
#footer img {
  vertical-align: middle;
}
#news {
  background-color: #4c535b;
  padding: 30px;
  color: #FFF;
}
#news h3 {
  font-family: 'panton', verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-align: left;
}
#news a {
  color: #FFF;
  text-decoration: none;
}
.block {
  margin: 50px 0;
}
.block:after {
  content: "";
  display: block;
  clear: both;
}
.block .big_img {
  width: 450px;
  height: 450px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .block .big_img {
    float: left;
    text-align: left;
    margin: 0;
    width: 538px;
    height: 518px;
  }
}
.block .big_img img {
  width: 450px;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 100%;
  transition: top 0ms ease-out 200ms;
}
@media (min-width: 1024px) {
  .block .big_img img {
    width: 518px;
    top: 0;
    left: 100%;
    transition: left 0ms ease-out 200ms;
  }
}
.block .big_img img.top {
  z-index: 2;
  left: 0;
  top: 0;
  transition: top 200ms ease-out;
}
@media (min-width: 1024px) {
  .block .big_img img.top {
    top: 0;
    left: 0;
    transition: left 200ms ease-out;
  }
}
.block .info {
  margin: 0 auto;
  width: 450px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .block .info {
    float: left;
    margin: 0;
    height: 518px;
  }
}
.block .info .text {
  position: relative;
  background-color: #B19261;
  color: #FFF;
  height: 218px;
  box-sizing: border-box;
}
.block .info .text .text_block {
  max-height: 198px;
  overflow: hidden;
  font-size: 18px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.block .info .text.fullheight {
  height: 518px;
}
.block .info .text.fullheight .text_block {
  max-height: 498px;
}
.block .info .images {
  height: 300px;
  position: relative;
}
.block .info .images:after {
  content: "";
  display: block;
  clear: both;
}
.block .info .images img {
  position: absolute;
  transition: all 200ms ease-out;
}
@media (min-width: 1024px) {
  .block.right .big_img {
    float: right;
    text-align: right;
  }
  .block.right .big_img img {
    left: 20px;
  }
  .block.right .info {
    float: right;
  }
}
.newsitem {
  margin-bottom: 20px;
  min-height: 50px;
  border-bottom: 1px #60676f solid;
  padding-bottom: 10px;
  margin-right: 20px;
}
.newsitem:after {
  content: "";
  display: block;
  clear: both;
}
.newsitem img {
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 50px;
}
#homegallery {
  padding: 50px 0;
  background: #7d5134;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: center;
}
.gallery a {
  display: inline-flex;
  text-decoration: none;
  margin-left: 30px;
  margin: 20px;
  box-shadow: 2px 2px 25px -2px rgba(0, 0, 0, 0.53);
}
.img_info_block {
  height: 520px;
  overflow: hidden;
}
.img_info_block:after {
  content: "";
  display: block;
  clear: both;
}
.img_info_block .img {
  width: 60%;
  height: 520px;
  float: left;
  background: transparent url(/img/info_kitchen.jpg) right top no-repeat;
}
.img_info_block .description {
  margin-left: 60%;
  height: 100%;
  box-sizing: border-box;
  background-color: #353535;
  padding: 30px;
  position: relative;
}
.img_info_block .description h3 {
  font-family: 'panton', verdana, sans-serif;
  color: #e68828;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 30px 0;
}
.img_info_block .description .text {
  color: #FFF;
  font-size: 16px;
}
.img_info_block .description .info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #FFF;
  font-size: 22px;
}
.img_info_block .description .info strong {
  color: #e68828;
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
}
#guestcomment {
  background-color: #7d5134;
  padding: 70px 50px;
  /* fill-in selected dot */
}
#guestcomment .carousel {
  background-color: #FFF;
  padding: 30px;
}
#guestcomment .carousel .wrapper {
  border: 1px solid #f4d200;
  padding: 30px;
}
#guestcomment .carousel .container {
  max-height: 400px;
}
#guestcomment .carousel .container .page {
  width: 100%;
  color: #777777;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}
#guestcomment .carousel .container .page .text {
  height: 170px;
  overflow: hidden;
}
#guestcomment .carousel .container .page .guestname {
  color: #333333;
  display: inline-block;
  margin: 20px auto;
  line-height: 70px;
  text-align: left;
}
#guestcomment .carousel .container .page .guestname .avatar {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 35px;
  margin-right: 20px;
}
#guestcomment .carousel .container .page .guestname .avatar img {
  width: 70px;
  height: 70px;
}
#guestcomment .flickity-page-dots {
  bottom: -110px;
}
#guestcomment .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #e68828;
}
#guestcomment .flickity-page-dots .dot.is-selected {
  background: #e68828;
}
.videocontainer {
  max-height: 500px;
  width: 100%;
  color: #fff;
  text-align: center;
  overflow: hidden;
  height: auto;
  position: relative;
  margin-top: 30px;
}
.videocontainer video {
  width: 100%!important;
  height: auto!important;
  display: block;
}
.videocontainer .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
}
@media (min-width: 768px) {
  .videocontainer .buttons {
    height: 90px;
    bottom: 30px;
  }
}
.overlay-button {
  display: inline-block;
  background: rgba(101, 181, 69, 0.65);
  width: 150px;
  height: 35px;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  line-height: 35px;
  border-radius: 10px;
  outline: none;
  transition: width 200ms ease-out;
}
.overlay-button:hover {
  background: #65b545;
}
.overlay-button.primary {
  background: rgba(0, 89, 178, 0.65);
}
.overlay-button.primary:hover {
  background: #0059b2;
}
.overlay-button.margin {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .overlay-button.margin {
    margin-left: 80px;
  }
}
.overlay-button.margin.min {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .overlay-button.margin.min {
    margin-left: 30px;
    width: 50px;
  }
}
@media (min-width: 768px) {
  .overlay-button {
    width: 250px;
    height: 80px;
    font-size: 22px;
    line-height: 80px;
  }
}
.overlay-button [class^="flaticon-"]:before {
  margin: 0;
  font-size: 28px;
}
#phone_block {
  background: #B19261;
  padding: 50px;
  text-align: center;
}
#phone_block h3 {
  font-family: 'panton', verdana, sans-serif;
  font-size: 30px;
}
#phone_block .contact {
  height: 40px;
  line-height: 40px;
}
#phone_block a {
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  color: #171717;
  border-bottom: 1px dotted #171717;
  transition: font-size 300ms linear;
}
#phone_block a:hover {
  font-size: 30px;
}
#phone_block h4 {
  font-size: 18px;
}
#citate_block {
  background-color: #b19261;
  font-size: 26px;
  text-align: center;
  padding: 50px;
}
#citate_block .citate {
  font-size: 36px;
  padding: 30px;
}
#news_block {
  background: #60676F;
  padding: 50px;
}
#pricetable {
  padding: 20px 10px;
}
#pricetable table {
  text-align: center;
  font-size: 17px;
  width: 100%;
  border: 1px solid #4c535b;
  border-radius: 5px;
}
#pricetable table th,
#pricetable table td {
  padding: 10px 5px;
}
#pricetable table th {
  font-weight: 400;
  vertical-align: top;
}
#pricetable table thead th {
  border-bottom: 1px solid #4c535b;
}
#pricetable table td {
  font-size: 20px;
}
#pricetable .period {
  font-size: 18px;
  text-align: right;
  margin-right: 10px;
}
#pricetable table.wide {
  display: none;
}
@media (min-width: 1024px) {
  #pricetable table.wide {
    display: table;
  }
}
@media (min-width: 1024px) {
  #pricetable table.slim {
    display: none;
  }
}
#map iframe {
  width: 100%;
}
#contacts .social {
  background: #B19261;
  padding: 0 20px 50px 20px;
  text-align: center;
}
#contacts .social a {
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  margin-right: 20px;
}
#contacts .social img {
  vertical-align: middle;
}
