#hero{
  margin: 90px 0 0;
  border-bottom: 1px solid #888888;
}

@media (max-width: 991px){
  #hero{
      margin: 65px 0 0;
  }
}

#content{
  margin: 0;
  padding: 30px 0 0;
}

/*Navbar*/

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

.navbar{
  padding-bottom: 0;
  padding-top: 0;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .navbar-brand{
    margin-right: 0;
  }
  
  .navbar-brand > img {
    margin-bottom: 18px;
  }
  
  .fixed-header .navbar-brand > img{
    margin-bottom: 24px;
  }
}

.navbar-default #mobilemenu .navbar-nav > li > ul li{
  font-size: 14px;
  line-height: 20px;
}

#mobilemenu {
  border-top: 1px solid #888888;
  width: calc(100vw - 16px);
  height: 76vh;
  top: 5px;
  position: relative;
}

.fixed-header .navbar-default #mobilemenu .navbar-nav > li{
  padding: 0;
}

#mainmenu .navbar-nav{
	flex-direction: row;
}

.navbar-default .navbar-nav > .item.active > a::after, .navbar-default .navbar-nav > .item > a:hover::after{
	bottom: -3px;
}

.navbar-toggle {
  position: absolute;
  right: 0px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.dropdown-toggle::after {
  border-top: 0px solid transparent;
  margin-left: 0;
  position: absolute;
}

.dropdown-toggle .fa.fa-angle-down {
  font-size: 16px;
  padding-left: 5px;
}


.dropdown-menu > li > a {
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  font-family: "Montserrat", sans-serif;
}

.dropdown-menu{
  padding-bottom: 0;
}

.navbar .caret {
  padding-left: 5px;
}

#mainmenu{
 padding-left: 30px;
 padding-right: 0;
}

/* Dekore */
.default-portfolio-item .overlay-box {
  background: #333333;
  border-top: 1px solid #888888;
}

.default-portfolio-item.dekore .overlay-box{
  height: 19%;
}

.default-portfolio-item.dekore:hover .overlay-box {
  height: 46%;
}

.column{
  margin-bottom: 30px;
}

figure{
  margin: 0;
}

.google-maps {
  height: 600px;
  margin-top: 5.5rem;
}

.img-responsive{
  display: block;
  width: 100%;
  height: auto;
}

#back-to-top {
 line-height: 46px; 
}

.socialicons li {
 line-height: 43px; 
}


/* Hero Image & Text*/

.heroimage {
  position: relative;
  height: 31vw;
  min-height: 50vh;
}

@media(max-width: 991px){
  .heroimage {
    min-height: 35vh;
  }

}

.heroimage .background {
  width: 100%;
  height: 100%;
}

.heroimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroimage .content {
  position: absolute;
  bottom: 10%;
  left: 63%;
  transform: translateX(-50%);
}

.heroimage .title {
  font-size: 65px;
}

@media(max-width: 991px){
  .heroimage .title {
    font-size: 45px;
  }
}

@media(max-width: 767px){
  .heroimage .content {
    left: 57%; 
  }
  
  .heroimage .title {
    font-size: 30px;
  }
}


/* Heroslider */

.heroslider .swiper-button-next, .heroslider .swiper-button-prev {
  color: #fff;
}

.herosliderimage{
  width: 100%;
  height: calc(100vh - 90px);
}

@media (max-width: 991px){
  .herosliderimage{
    width: 100%;
    height: calc(100vh - 65px);
  }
}

.herosliderimage .background{
  width: 100%;
  height: 100%;
}

.herosliderimage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.herosliderimage .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 45px;
}

.herosliderimage .content span{
   font-size: 65px; 
}

.heroslider .scollmain {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  color: #fff;
  font-size: 50px;
  line-height: 66px;
  font-weight: 400;
  text-decoration: none;
}

@media(max-width: 991px){
  .herosliderimage .content span{
     font-size: 45px;
  }
}

@media(max-width: 768px){
  .herosliderimage .content span{
     font-size: 30px; 
  }
}

#darkbox_description p { margin-bottom:0; }
#darkbox_description p:nth-last-of-type { margin-bottom: 20px; }

#darkbox { 
  top: 0px !important;
  left: 0px !important;
  bottom: 0px !important;
  right: 0px !important;
  background-color: #000000 !important;
  padding: 24px;
}

#darkbox_prev {
  left: 24px !important;
}

#darkbox_next {
  right: 24px !important;
}

#darkbox_close {
  right: 24px !important;
  top: 0 !important;
}

#darkbox_stats {
  left: 24px !important;
  top: 12px !important;
}

/* News */

.news .list-group-item{
  background-color: transparent;
  color: #fff;
}

.news .list-group-item::before{
  display: none;
}

.news .list-group-item {
  margin-bottom: 16px;
  border-bottom: 1px solid #999;
}

.news .page-item .page-link, .news .page-item .page-link:hover{
  padding: 0;
  background-color: transparent;
  border: none;
}

.news .page-item .page-link:hover{
  color: #fff;
}

.news .pagination{
  display: flex;
  justify-content: center;
}

*:lang(en) .ba-slider::after {
    content: "polished";
}

*:lang(en) .ba-slider::before {
    content: "raw";
}

#lang > span {
  text-transform: uppercase;
}

.web2pdf a {
  text-decoration: none;
}