/*!
Theme Name: jungerreality
Author: Lukas Alarcon
*/
.row{
 display: flex;
 flex-wrap: wrap;
 margin-bottom:0!important;
}
footer .row{
  align-items: center;
}
.row .col{
}
html, body{
  max-width:100vw;
  font-family: "Montserrat", sans-serif;
}
body{
 font-size:15px;
 line-height:24px;
 font-weight: 400;
 background:white;
 overflow-x:hidden;
 padding:0;
 margin:0;
 padding-top:101px;
 background: #f7f8f9;
}
a, a:hover, a:focus, a:active{
 color:inherit;
 outline:none;
}
body *{
 margin:0;
 padding:0;
}
.slide h1{
  margin:0;
}
h1{
  font-size: 40px;
  line-height: 55px;
  margin-bottom:30px;
  font-weight: 600;
}
h2{
  font-size:30px;
  line-height: 35px;
  margin-bottom:30px;
  font-weight: 600;
  margin-bottom:30px;

}
h3{
  font-size:23px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom:30px;

}
h4{
  font-size:20px;
  line-height: 25px;
  font-weight: 600;

}
h5{
  font-size: 18px;
 line-height: 24px;
 font-weight: 600;

}
h6{
  font-size: 15px;
 line-height: 18px;
 font-weight: 600;

 text-transform: uppercase;
}
.bold{
  font-weight: bold;
}
.whitesmoke{
  background-color: whitesmoke;
}
.noscroll{
 overflow:hidden;
}
.hidden{
 display:none!important;
}
img{
 max-width: 100%;
}
.container_div, .container_fluid{
 padding-left:6vw;
 padding-right:6vw;
}
.container_small{
  padding-left: 12vw;
  padding-right: 12vw;
}
@media(max-width:1200px){
  /* .container_div, .container_fluid{
   padding-left:3vw;
   padding-right:3vw;
  } */

}
.price{
  font-weight: bold;
    color: #EACC04;
    text-align: right;
}
.small_space{
  padding-top:30px;
  padding-bottom:30px;
}
.with_space{
 padding-top:90px;
 padding-bottom:90px;
}
.with_big_space{
  padding-top:120px;
  padding-bottom:120px;
}
.separated{
  margin-bottom:30px;
}
.alignleft {float: left; margin-right: 30px; margin-bottom: 30px;}
.opacity_in{
 transition:all 0.66s ease;
 opacity:1;
 filter:blur(0px);
}
.release_effect .opacity_in{
 opacity:0;
 filter:blur(15px);
}
.bottom_in{
 transition:all 0.66s ease;
 opacity:1;
 filter:blur(0px);
 transform:translateY(0px);
}
.from_up{
 transition:all 0.66s ease;
 opacity:1;
 filter:blur(0px);
 transform:translateY(0px);
}
.release_effect .bottom_in, .release_effect.bottom_in{
 opacity:0;
 filter:blur(15px);
 transform:translateY(50px);
}
.release_effect .from_up{
 opacity:0;
 filter:blur(15px);
 transform:translateY(-20px);
}
.loader{
  position: fixed;
  z-index:1000;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background-color:white;
  display:flex;
  justify-content: center;
  align-items: center;
  transition:all 0.66s ease;
}
.loader-logo-container{
  position: relative;
  width: 300px;
  height: 103px;
}
.loader img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top left;
}
.loader .background-loading{
  filter:grayscale(100%);
  z-index:0;
}
.loader .color-loading{
  z-index:1;
  opacity:0;
}
.loader.start-loading .color-loading{
  opacity:1;
  animation-name: loader-animation;
  animation-duration: 1s;
  transition:all 0.25s ease;
}
.loader.finish-loading{
  filter: blur(15px);
  opacity:0;
}
@keyframes loader-animation {
  0%   {width: 0%;}
  25%  {width: 25%;}
  50%  {width: 50%;}
  75%  {width: 75%;}
  100% {width: 100%;}
}

header{
  position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
font-weight: normal;
background: white;
transition:all 0.33s ease;
background: white;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.sticky{
  transform: translateY(-21px);
}
header .upper{
 background: #F4F0EF;
display: flex;
justify-content: flex-end;
align-items: center;
font-size: 12px;
line-height: 14px;
padding-top: 3px;
padding-bottom: 3px;
}
.upper ul{
 display: flex;
 align-items: center;
}
.upper ul li{
 margin-left:15px;
}
.upper .fa{
 font-size: 14px;
margin-right: 10px;
}
.upper .fa.fa-search{
 margin-left: 15px;
 font-size: 14px;
}
.branding img, .branding{
  height: 70px;
  display: block;
  /* width: 60px; */
  object-fit: cover;
}
.branding{
  position: relative;
}
footer .branding img{
  filter: invert(1);
}
/* .branding::before{
  content: "Junger Reality";
position: absolute;
left: calc(100% + 2px);
top: 50%;
transform: translateY(-50%);
font-weight: bold;
font-size: 25px;
color: #EACC04;
line-height: 30px;
} */
.lower ul{
  display: flex;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.lower ul li:hover{
  color:#EACC04;
}
.lower ul li{
 padding-left: 30px;
 padding-right: 30px;
}
.lower ul li:last-child{
  padding-right:0;
}
.lower{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding-top: 5px;
  padding-bottom: 5px;
}
.current-menu-item{
  color:#EACC04;
}
.bg{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:Cover;
  z-index:0;
}
.card-image{
  width: 100%;
  height: 300px;
  object-fit: Cover;
  margin: 0;
  display: block;
}
a, a:hover, a:active, a:focus{
  color:inherit;
}
.slide{
  height: calc(100vh - 102px);
  position: relative;
}
.carrusel-home .text-overlay{
  left: 6vw;
  width: 54vw;
  padding: 30px;
  border:none;
  border-radius:0px;
  bottom: 60px;
  }
  .text-overlay{
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: auto;
  padding: 15px;
  background: white;
}
.card-text{
  padding: 15px;
background: white;
display: block;
margin: 0;
margin-top: -6px;
}
.col .slide{
  border:1px solid rgba(0,0,0,0.1);
  height:auto;
  margin-bottom: 30px;
}
.tag{
  background: #EACC04;
  color:white;
  font-weight: bold;
  padding:3px 7px;
  font-size:12px;
  line-height: 12px;
  display: inline-block;
}
.slick-dotted{
  margin-bottom:0!important;
}
.slick-dots{
  bottom:30px;
  list-style-type:none;
}
.slick-dots li button:before{
  font-size:14px;
  color:white!important;
}
.wswig{
  margin: 20px 0;
padding: 20px 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wswig p:last-child{
  margin:0;
}
.wswig ul li{
  position: relative;
padding-left: 30px;
margin-bottom: 10px;
}
.wswig ul li::before{
  content:"";
  width: 7px;
height: 7px;
background: black;
position: absolute;
left: 9px;
top: 5px;
}
.wswig p{
  margin-bottom:20px;
}
.wswig h1, .wswig h2, .wswig h3, .wswig h4, .wswig h5, .wswig h6{
  margin-bottom:30px;
}
.wswig img{
  display: block;
margin: 20px auto;
max-width: 100%;
}
/* .post-thumbnail-big{
  width: 100%;
  height: 70vh;
  object-fit: cover;
} */
.single-post-content{
  background: white;
width: 1300px;
z-index: 2;
position: relative;
margin-left: auto;
margin-right: auto;
padding: 30px 20px;
min-height: 500px;
margin:15px auto;
border:1px solid rgba(0,0,0,0.1);
border-radius:15px;
max-width:95vw;
}
.breadcrumbs{
  width: 1300px;
max-width: 95vw;
margin: 15px auto;
color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
}
.breadcrumbs a:hover{
  color:black;
}
.breadcrumbs span{
  margin:0 5px;
}
.main-attributes{
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 15px;
}
.attribute{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 8px;
margin-bottom: 8px;
display: flex;
justify-content: space-between;
}

.attribute:last-child{
  border:none;
  margin-bottom:0;
}
.parallax-container{
  height:65vh;
}
.parallax-container .parallax img{
  display: block;
}
.last-hide:last-child{
    display: none;
}
.last-hide:first-child{
  display: none;
}
.gallery-wrap{
  position: relative;
  height:470px;
}
.arrow-left{
  display: inline-block;
  position: absolute;
  top: 170px;
  left: 10px;
  z-index: 1;
  font-size: 24px;
  color: white;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.33s ease;
}
.arrow-left:hover, .arrow-right:hover{
  opacity:1;
}
.arrow-right{
  display: inline-block;
  position: absolute;
  top: 170px;
  right: 10px;
  z-index: 1;
  font-size: 24px;
  color: white;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.33s ease;
}
.gallery{
  margin-bottom:20px;
}
.gallery img{
  height:350px;
  object-fit:cover;
  border-radius: 15px;
}
.gallery-nav img{
  height:100px;
  border-radius: 15px;
  margin:0 10px;
  object-fit: cover;
}
.gallery-nav{
  width: calc(100% + 20px);
  position: relative;
  margin-left: -10px;
}
.sharing{
  display: flex;
  align-items: center;
  margin:15px 0;
  font-size:12px;
}
.sharing .fa{
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      border-radius:50%;
      margin-right:5px;
      opacity:0.8;
      color:white;
      cursor: pointer;
  }
  .icons{
    margin-left:15px;
  }
  .sharing .fa-whatsapp{
    background: #25D366;
  }
  .sharing .fa-facebook{
    background: #1974EC;
  }
  .sharing .fa-envelope{
    background: #0265dc;
  }
  .sharing .fa-link{
    background: black;
  }
  .for_icons.single .fa:hover{
    opacity:1;
  }
  .page-title{
    margin:0;
  }
  .subtitle{
        opacity: 0.7;
  }
.map iframe{
  border: 0;
  width: 100%;
  height: 350px;
  border-radius:15px;
  overflow: hidden;
}
.profile{
  margin-top: 20px;
padding: 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 15px;
}
.profile-flex{
  display: flex;
  align-items: center;
}
.profile-flex img{
  width: 120px;
height: 120px;
object-fit: cover;
border-radius: 50%;
margin-right: 20px;
}
.profile h3{
  color: #EACC04;
    font-weight: bold;
    margin: 0;
}
.contacts{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 10px 0;
margin: 10px 0;
}
.contact-flex{
  display: flex;
align-items: center;
margin: 5px 0;
}
.contact-flex .fa{
  margin-right: 10px;
  font-size: 20px;
}
.contact-flex:hover{
  color:#EACC04;
}
footer{
  background: #302F2F;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.logo_union{
  height:140px;
  width: 140px;
object-fit: cover;
}
footer .menu {
  display: flex;
justify-content: center;
align-items: center;
height: 70px;
}
footer .menu li{
  margin:0 20px;
}
.contact-container{
  background: white;
padding-top: 60px;
padding-bottom: 60px;
}
.contact-container .profile{
  border: none;
display: flex;
flex-flow: column;
align-items: center;
}
.contact-container .contacts{
  display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 23px;
}
.contact-flex-big{
  display: flex;
align-items: center;
margin-bottom: 20px;
}
.contact-flex-big .fa{
  width: 40px;
height: 40px;
background: #302F2F;
color: white;
text-align: center;
line-height: 40px;
border-radius: 50%;
margin-right: 15px;
}
.contact-container .social-icons .fa{
  width: 40px;
  height: 40px;
  background: #302F2F;
  color: white;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 15px;
  font-size:23px;
}
.contact-container .social-icons .fa-facebook{
  background: #4064AC;
}
.contact-container .social-icons .fa-instagram{
  background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.contact-container .social-icons .fa-youtube-play{
  background: #ED0000;
}
.carrusel-home-wrap{
    width: 66vw;
    position: relative;
}
.carrusel-home-wrap .arrow-left, .carrusel-home-wrap .arrow-right{
  top:50%;
  transform:translateY(-50%);
}
.main-attributes-tag{
display: flex;
flex-flow: row-reverse;
justify-content: space-between;
}
.flexi{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: flex-start;
}
.attribute-tag{
  border: 1px solid black;
padding: 3px 7px;
font-size: 12px;
line-height: 12px;
margin-right: 10px;
margin-bottom: 10px;
}
.col .tag{
  display: none!important;
}
.col .slide .price{
  white-space: nowrap;
}
.col .slide h1{
font-size: 22px;
line-height: 32px;
}
.row{
  display: flex;
  align-items: start;
  flex-wrap:wrap;
  justify-content: flex-start;
}
.row .col{
  margin-left:0!important;
}
.home-flex{
  display: flex;
}
.search-box{
  background: white;
  padding: 30px;
  padding-top: 60px;
  flex:1 auto;
  width:34vw;
  display: flex;
align-items: center;
position: relative;
}
.search-box.home{
    padding-top: 60px !important;
}
.search-box .logo_union {
    position: absolute;
    top: 5px;
    right: 30px;
}
input.select-dropdown{
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-left: 10px !important;
  width: calc(100% - 0.75rem) !important;
}
.select-wrapper svg.caret{
  position: absolute;
top: 50%;
right: 0px;
transform: translateY(-50%);
}
.col .row{
  width: calc(100% + 1.5rem);
transform: translateX(-0.75rem);
}























































.button-like{
  display: block;
  background: #EACC04;
  color: white!important;
  padding: 10px 30px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
}
.custom-wrapper {
  margin: 0;
  width: 100%;
  padding: 0;
  position: relative;
  left: 0;
  margin-bottom:50px;
}

.header h2 {
    font-size: 30px;
    color: #EACC04;
    display: flex;
    justify-content: center;
    padding: 20px;
}

/* Styles for the price input container */
.price-input-container {
    width: 100%;
}

.price-field input {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
width: calc(100% - 0.75rem - 20px) !important;
padding-left: 10px !important;
padding-right:20px!important;
margin:0!important;
}
.euro{
  position: relative;
}
.euro::before{
  content: "€";
position: absolute;
top: 36px;
right: 6px;
}
.euro input{
  text-align: right;
}
.square-meters{
  position: relative;
}
.square-meters::before{
  content: "m²";
position: absolute;
top: 36px;
right: 6px;
}
.square-meters input{
  text-align: right;
}
.price-field.square-meters input {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
width: calc(100% - 0.75rem - 30px) !important;
padding-left: 10px !important;
padding-right:30px!important;
}
.price-input {
    width: 100%;
}
/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider {
    width: 100%;
}

.slider {
  height: 15px;
  position: relative;
  background: #e4e4e4;
  border-radius: 5px;
  top: 20px;
}

.slider .price-slider {
  height: 15px;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #EACC04;
  top: 0px;
  z-index: 100;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
    border:none;
}
input[type="range"]{
  -webkit-appearance: none!important;
  background: transparent!important; /* Removes default grey line in some browsers */
}
input[type="range"]::-moz-range-track {
  background: transparent;
  border: none;
}

/* IE/Edge (non-Chromium) */
input[type="range"]::-ms-track {
  background: transparent;
  border: none;
  color: transparent;
}
/* WebKit (Chrome, Safari, Edge) */
input[type="range"]::-webkit-slider-runnable-track {
  background: transparent!important;
  border: none!important;
}
/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    transform:translateY(-2px)!important;
    border-radius: 70%;
    background: #555;
    pointer-events: auto;
    -webkit-appearance: none;
}
.range-input .thumb {
  display: none!important;
}


/* optional: adjust the value label inside the thumb */
.range-input .thumb .value {
  display: none!important;
}
.search-box.archive{
  width: 100%;
background: white;
margin: 30px 0;
}
.archive-title{
  margin: 30px 0 0;
text-align: center;
font-size: 30px;
}
.brand-color{
  color:#EACC04;
}
.hidden{
  display: none!important;
}
.gallery-wrap:not(.full-screen) .gallery img{
  cursor:pointer;
}
.gallery-wrap.full-screen{
  position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 101;
    background: rgba(0, 0, 0, 0.8);
    padding: 5vh 6vw;
    transform:translateY(-150%);
    opacity:0;
    transition:opacity 0.33s ease;
}
.gallery-wrap.full-screen.active{
  opacity:1;
  transform:none;
}
.gallery-wrap.full-screen .slide-gallery img{
  height: 75vh;
    object-fit: cover;
    border-radius: 15px;
    object-fit: contain;
    width: 100%;
object-position: center;
}
.gallery-wrap.full-screen .arrow-left{
  top: 50%;
transform: translateY(-50%);
font-size: 30px;
left: 3vw;
}
.gallery-wrap.full-screen .arrow-right{
  top: 50%;
transform: translateY(-50%);
font-size: 30px;
right: 3vw;
}
.js-close-gallery{
  position: absolute;
top: 2vh;
right: 3vw;
font-size: 30px;
color: white;
opacity: 0.7;
CURSOR: pointer;
}
.js-close-gallery:hover{
  opacity:1;
}
.list-offers{
  width: 700px;
    margin: 0 auto;
    max-width: 100%;
    background: white;
    padding: 30px;
    margin-bottom: 30px;
}
.offer{
  display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 23px;
}
.offer .fa{
    min-width: 60px;
    color: #EACC04;
    border: 2px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    font-size: 40px;
    margin-right: 20px;
}




@media(max-width:1400px){
  .breadcrumbs {
      width: calc(100% - 30px);
      max-width: calc(100% - 30px);
    }
  .container_div, .container_fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .carrusel-home-wrap {
    width: 55vw;
    position: relative;
}
.carrusel-home .text-overlay {
    left: 15px;
    width: calc(55vw - 30px);
    padding: 15px;
    border: none;
    border-radius: 0px;
    bottom: 15px;
}
.search-box {
    background: white;
    padding: 15px;
    flex: 1 auto;
    width: 45vw;
    display: flex;
    align-items: center;
}
.input-field{
  margin-top:0!important;
}
.slide h1 {
    margin: 0;
    font-size: 30px;
    line-height: 38px;
}
}
@media(min-width:991px){
  .mobile{
    display: none!important;
  }
}
@media(max-width:990px){
  #nav-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left:10px;
   position: relative;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   -webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
   -o-transition: .5s ease-in-out;
   transition: .5s ease-in-out;
   transition:0s!important;
   cursor: pointer;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: black;
    border-radius: 5px;
    opacity: 1;
    left: 10px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   -webkit-transition: .25s ease-in-out;
   -moz-transition: .25s ease-in-out;
   -o-transition: .25s ease-in-out;
   transition: .25s ease-in-out;
  }
  #nav-icon span:nth-child(1) {
  top: 12px;
   -webkit-transform-origin: left center;
   -moz-transform-origin: left center;
   -o-transform-origin: left center;
   transform-origin: left center;
  }
  #nav-icon span:nth-child(2) {
   top: 18px;
   -webkit-transform-origin: left center;
   -moz-transform-origin: left center;
   -o-transform-origin: left center;
   transform-origin: left center;
  }
  #nav-icon span:nth-child(3) {
   top: 24px;
   -webkit-transform-origin: left center;
   -moz-transform-origin: left center;
   -o-transform-origin: left center;
   transform-origin: left center;
  }
   .open#nav-icon span:nth-child(1) {
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   top: 11px;
   left: 13px;
   width: 20px;
  }
   .open#nav-icon span:nth-child(2) {
   width: 0%;
   opacity: 0;
  }
  .open#nav-icon  span:nth-child(3) {
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   top: 25px;
   left: 13px;
   width: 20px;
  }
  .desktop{
    display: none!important;
  }
  .lower .menu-menu-header-container{
    display: none;
  }
  .lower {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu-mobile{
    overflow-y: scroll;
    position: fixed;
    top: 80px;
    height: calc(100vh - 80px);
    z-index: 100;
    background: white;
    padding: 15px;
    width: 100%;
    right: 0;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.33s ease;
      text-align: center;
  }
  .menu_open .menu-mobile{
    opacity:1;
    transform:none;
  }
  .menu-mobile .menu-menu-header-container li{
    text-transform: uppercase;
    margin: 15px 0;
    padding: 0;
    font-weight: 500;
  }
.menu-menu-secondary-container{
      margin: 40px 10px 10px;
      line-height: 30px;
}
.menu-mobile .social-icons{
  display: flex;
margin: 10px 10px;
justify-content: space-between;
width: 100px;
font-size: 20px;
}
body{
      padding-top: 80px;
}
.branding img, .branding {
    height: 50px;
  }
  header.sticky{
    transform:none!important;
  }
  .home-flex {
    display: flex;
    flex-flow: column;
}
.carrusel-home-wrap {
    width: 100%;
    position: relative;
}
.carrusel-home-wrap .slide{
  height: calc(100vh - 80px);
}
.search-box{
  width: 100%;
  padding-top: 200px!important;
}
.search-box .logo_union{
  position: absolute;
  top: 30px;
  right: 50%;
  transform: translateX(50%);
}
.carrusel-home .text-overlay {
        left: 15px;
        width: calc(100% - 30px);
        padding: 15px;
        border: none;
        border-radius: 0px;
        bottom: 15px;
    }
    .price{
      white-space: nowrap;
    }
    .slide h1 {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
}
.attribute-tag {
    border: 1px solid black;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.main-attributes-tag {
    display: flex;
    flex-flow: column-reverse;
  }
  .contact-container .contacts {
    font-size: 17px;
}
footer img{
  display: inline-block!important;
}
footer{
  text-align: center;
}
footer .right{
  float: none!important;
}
footer .menu {
    height: auto;
    flex-flow: column;
    margin:30px 0;
}
footer .menu li{
  margin-bottom:15px;
}
.archive-title {
    margin: 30px 0;
    text-align: center;
    font-size: 30px;
    line-height: 37px;
}
.breadcrumbs {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 15px auto;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 13px;
}
.single-post-content {
    background: white;
    width: 100%;
    z-index: 2;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    min-height: 500px;
    margin: 15px auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    max-width: calc(100% - 30px);
}
.page-title {
    margin: 0;
    font-size: 30px;
    line-height: 38px;
}
.row{
  width:calc(100% + 1.5rem);
  transform:translateX(-0.75rem);
}
button.slick-arrow{
  display: none!important;
}
body{
  font-size:13px;
}
	.logo_union{
		display:none!important;
	}
}
