@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.ttf");
}
body{
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-size: 16px;
  font-family: "Roboto Condensed";
}
h2 {
  margin-bottom: 15px;
}
a {
  color: #c99e75;
}
a:hover { 
  color: #ffcc9b;
}
.clear{
  clear: both;
}
.body_bg {
  width: 100%;
  position: absolute;
}
.body_bg .bg{
  width: 100%;
  height: 100%;
  position: absolute;
}
.body_bg .bg img{
  width: 100%;
  height: 100%;
  filter: blur(5px);
  object-fit: cover;
}
.body_bg .bg_overlay{
  background: #5f3229;
  filter: opacity(0.8);
  width: 100%;
  height: 100%;
  position: absolute;
}
.body_wrapper{
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}
.body_wrapper h1 {
    filter: drop-shadow(2px 4px 6px black);
    font-size: 17vmin;
    margin-top: -27px;
    text-transform: uppercase;
}
.body_wrapper p{
  text-align: justify;
}
.body_wrapper p.adres{
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.about_text p{
  font-size: 16px;
  line-height: 1.3em;
}
.footer{
    background: linear-gradient(to top, #793521, #793521);
    color: #fff;
    margin-top: 35px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.footer h3{
  font-size: 30px;
  margin-top: 10px;
}
.footer p{
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
}
.stavar {
    font-size: 1.5em;
}
.texlin p {
    line-height: 25px;
    text-align: center;
}
.colltex {
    color: #f9c88c;
    opacity: 0.7;
}
.modalo-header h2 {
    color: #555;  
    font-size: 20px;
    font-weight: normal;
    line-height: 1;    
    margin: 0;
}
/* ÐºÐ½Ð¾Ð¿ÐºÐ° Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ð¾ÐºÐ½Ð° */
.modalo .btn-close {
    color: #aaa;
    cursor: pointer;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 0;
}
.modalo .btn-close:hover {
    color: red;
}
/* ÑÐ»Ð¾Ð¹ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ñ */
.modalo-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.modalo-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
}
/* Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ñ ÑÐ»Ð¾Ñ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ñ Ð¸ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð±Ð»Ð¾ÐºÐ° */
.modalo-open:checked ~ .modalo-wrap:before,
.modalo-open:checked ~ .modalo-wrap .modalo-overlay {
    display: block;
}
.modalo-open:checked ~ .modalo-wrap .modalo-dialog {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    top: 50%;
}
/* ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð° */
.modalo-dialog {
    background: #fefefe;
    border: none;
    position: fixed;
    width: 80%;
    height: auto;
    overflow: auto;
    max-height: 80%;
    max-width: 500px;
    left: 50%;
    top: -100%;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    z-index: 999999;
}
.modalo-body {
  padding: 20px;
}
.modalo-body p {
  margin: 0;
  padding: 20px;
    text-align: justify;
    font-size: 14px;
    color: black;
}
.modalo-header,
.modalo-footer {
    padding: 20px 20px;
}
.modalo-header {
  border-bottom: #eaeaea solid 1px;
  text-align: center;
  background: #c99e75;
}
.modalo-header h2 {
    font-size: 20px;
  margin: 0;
  color: white;
}
.modalo-footer {
    border-top: #eaeaea solid 1px;
    text-align: right;
}
/* Ð°Ð´Ð°Ð¿Ñ‚Ð¸Ð²Ð½Ñ‹Ðµ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ¸ Ð² Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð¼ Ð±Ð»Ð¾ÐºÐµ */
.modalo-body img { 
    max-width: 100%;
    height: auto;
}
.btn-primary {
    border-radius: 0px;
    color: #fff;
    font-size: small;
}
.btn-primary:hover {
    background-color: #060403 !important;
    border-color: #ffcc9b !important;
}
#plt, #noofert, #usecookie {
    background: transparent;
    color: #fff;
    padding: 5px;
    outline: 0;
    cursor: pointer;
    margin: 20px 5px;
    font-weight: 100;
}

@media (max-width: 767px){
    .modalo-dialog {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 0px;
}
}
@media (max-width: 767px){
    #plt {
      margin-bottom: 20px;
    }
    #noofert {
       margin-bottom: 20px;
     }
   #usecookie {
      margin-bottom: 50px;
    }
  }

  .navbar {
    margin: 35px auto;
    padding: 0px;
  }
  .navbar .nav-item {
    font-size: 18px;
  }
  .navbar .nav-item:hover {
  background: #ffcc9b;
  }
  .navbar .nav-item:hover a {
  color: white !important;
}
  .navbar .nav-item.active {
  background: #ff5722;
  font-weight: bold;
  }
  .navbar .nav-item.active a {
    color: white !important;
  }
  @media (max-width:1200px) {
  .navbar .nav-item {
    font-size: 16px;
  }
  }
  .fancphoto {
    margin: 15px 0;
  }
  .fancphoto img {
	width: 100%;
    border-radius: 3.28%;
    height: 220px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .fancphoto img:hover {
    transform: scale(1.04);
  }
  #portfolio .controls {
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
  }
  
  .for_pom {
  width: 100%;
  white-space: normal;
  margin-bottom: 15px;
  }
  
  #portfolio .filter.btn.btn-border.active {
    background: #ca9f75;
    color: #ffffff;
  }
  #portfolio .controls .btn {
    margin: 10px 5px;
    font-weight: 700;
    font-size: 20px;
    background: rgb(170, 170, 170);
    border: 0px;
    padding: 10px;
    color: white;
    border-radius: 0px;
  }
  #portfolio-items.portfolio-items {
    width: 100%;
  }
  #portfolio.portfolio .portfolio-items .mix {
    width: 100%;
    padding: 5px;
  }
  #portfolio .portfolio-items figure {
    background: #ca9f75;
    float: left;
    width: 100%;
    border: none;
    position: relative;
    padding: 6px;
  }
  .mix {
    display: none !important;
  }
  .active_pom {
    display: inline-block !important;
  }
  #portfolio.portfolio .portfolio-items .mix figure .img {
    position: relative;
    width: 30%;
    display: inline-block;
    float: left;
  }
  #portfolio .portfolio-items figure .img {
    position: relative;
    width: 100%;
    height: 230px;
  }
  #portfolio .portfolio-items figure .img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
  }
  #portfolio.portfolio .portfolio-items .mix figure .item-description {
    position: relative;
    width: calc(70% - 20px);
    height: 230px;
    float: left;
    display: inline-block;
    border: none;
    margin-left: 20px;
  }
  #portfolio .portfolio-items .item-description {
    padding: 4px 12px;
    text-align: center;
    background-color: #ca9f75;
    border-top: 3px solid #ca9f75;
    border-bottom: 6px solid #ca9f75;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
  }
  #portfolio.portfolio .portfolio-items figure h3 {
    color: #fff;
    display: inline-block;
    float: left;
    margin: 20px 0 10px;
    font-size: 24px;
  }
  .item-description > .property-main-features-wrapper {
    display: inline-block;
    background: transparent;
    margin-top: 20px;
    width: 75%;
    padding: 0;
    float: left;
  }
  figure .item-description > .btn.title {
    background: transparent;
    border: 0px;
    outline: none;
    box-shadow: none;
  }
  .item-description > .btn.title {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 50px;
    border-radius: 0;
    cursor: context-menu !important;
  }
  .item-description > .property-main-features-wrapper ul li {
    color: #fff;
    margin: 0;
    /* padding-top: 10px; */
    width: 100%;
    font-size: 17px;
    display: block;
    /* padding: 24px 0 0 0; */
    /* line-height: 30px; */
    float: left;
    text-align: left;
    white-space: nowrap;
  }
  #portfolio {
    position: relative;
  }
  #portfolio .portfolio-items .item-description p {
    color: #FEF2F6;
    font-weight: 300;
    line-height: 22px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .item-description > .btn.description a {
    display: block;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #ca9f75;
    font-size: 18px;
    text-decoration: none;
    background: #ffffff;
    transition: 0.4s all;
  }
  .item-description > .btn.description a:hover {
    border-color: #fff;
    color: white !important;
    background-color: #ca9f75;
  }
  .item-description > .btn.title {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 50px;
    border-radius: 0;
    cursor: context-menu !important;
  }
  .item-description > .btn.description {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    right: 12px;
    border-radius: 0;
  }
  .item-description > .btn.title p {
    font-size: 20px;
    font-weight: 600 !important;
  }


  @media (max-width:1000px) {
    #portfolio .portfolio-items figure {
      display: flex;
      flex-direction: column;
    }
    #portfolio.portfolio .portfolio-items .mix figure .img {
      width: 100%;
    }
    #portfolio.portfolio .portfolio-items .mix figure .item-description {
      width: 100%;
      margin-left: 0px;
    }
    #portfolio-items.portfolio-items {
      width: 90%;
      margin: 0px auto;
    }

  }
  
  @media (max-width:640px) {
    .item-description > .property-main-features-wrapper {
      width: 250px;
    }
    .item-description > .property-main-features-wrapper ul li {
      white-space: normal;
    }
    .item-description > .btn.description {
      bottom: -95px;
    }
    #portfolio .portfolio-items figure {
      min-height: 580px;
    }
  }
  
  @media (max-width:500px) {

  .item-description > .btn.title {
    display: none;
  }
  }

  .menus > div {
    height: 370px;
    margin-bottom: 15px;
  }
  .menus .thumbnail {
    position: relative;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    padding: 0;
    border: none;
    overflow: hidden;
    filter: grayscale(80%);
    border-radius: 0;
  }
  .thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
  }
  .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .menus .thumbnail > a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 50;
  }
  .menus img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .thumbnail>img, .thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
  }
  .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: 100%;
  }
  .menus .thumbnail .caption.bg3 {
    background: rgba(255,255,255,0.7);
  }
  .menus .thumbnail .caption.bg-primary {
    background: rgba(48, 113, 91, 0.8);
  }
  .menus .thumbnail .caption.bg2 {
  background: rgba(202, 159, 117, 0.7);
  }
  .menus .thumbnail .caption {
    padding: 20px 21px 21px 22px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 45;
    height: auto;
    min-height: 150px;
  }
  .thumbnail .caption {
    padding: 9px;
    color: #333;
  }
  .bg-primary {
    background-color: rgba(96, 104, 123, 0.9)  !important;
  }
  .bg-primary {
    color: #fff;
    background-color: #428bca;
  }
  .menus .thumbnail .caption h3 {
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
  }
  .menus .thumbnail .caption .wrap .thumb_ins2 {
    width: 80%;
  }
  .menus .thumbnail .caption p {
    line-height: 1.4em;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
  }
  .menus .thumbnail .caption.bg-primary a.btn-link {
    color: #ffffff;
  }
  .menus .thumbnail .caption a.btn-link {
    color: #60687b ;
  }
  .menus .thumbnail .caption .wrap a {
    right: 15px;
    bottom: 20px;
    position: absolute;
    display: inline-block;
    font-size: 44px;
    line-height: 45px;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }
  .fa-angle-right:before {
    content: "\f105";
  }
  .menus .thumbnail .caption.bg2 h3, .menus .thumbnail .caption.bg2 p, .menus .thumbnail .caption.bg-primary h3, .menus .thumbnail .caption.bg-primary p {
    color: #fff !important;
  }
  .menus .thumb-shadow:hover {
    box-shadow: 9px 13px 26px -8px #222533;
    filter: grayscale(0%);
  }

  .contact-info .contact {
    padding: 20px 0px;
    text-align: center;
    }
    .contact p {
    text-align: center;
  }
    .contact-info .contact-phone {
        border-left: 2px solid white;
        border-right: 2px solid white;
    }
    
    @media (max-width:768px){
        .contact-info .contact-phone {
    border: 0px;
        }
  }
  
  table th {
    text-align: center;
    background: #ca9f75 !important;
    color: white;
    }
    
    table td { 
    text-align: center;
    background: white;
    border-color: #343a40 !important;
    }

    table .dopheader {
      background: #adabad;
      color: white;
    }
    .carouselPresentation_office {
      margin: 35px auto;
    }
    .carouselPresentation_office .owl-wrapper-outer .owl-wrapper .owl-item {
      height: 500px;
    }

    @media(max-width:768px) {
      .carouselPresentation_office .owl-wrapper-outer .owl-wrapper .owl-item {
        height: 300px !important;
      }
    }