

@charset "utf-8";
*{
  box-sizing:border-box;
}
.navbar-light .navbar-brand img {
    height: 55px;
    width: auto;
    margin: 10px 0;
}

.dropdown-menu{
  padding: 0!important;
  width: 15rem;

}

.dropdown-menu > li{
  text-align: center;
}

.dropdown-menu > li:focus, .dropdown-menu > li:hover{
  color: #fff!important;
  text-decoration: none!important;
  background-color: #3e5757!important;
}


.dropdown-menu > li >a:focus, .dropdown-menu > li> a:hover{
  color: #fff!important;
}

.blog-entry .text .news-des {
    
    height: 110px;
    overflow: hidden;
}
.map {
  width: 100%;
  height:350px;
}
.clear{
	clear: both;
}

@media screen and (max-width: 767px){
  .hidden-xs{
    display: none!important;
  } 

   #ftco-nav {
    position: absolute;
    top: 100%;
    z-index: 99;
    right: 0;
    width: 100%;
    overflow: scroll;
    background: #233e62;
    padding-top: 10px;
    border-top: 1px solid #233e62;
    padding-left: 50px;
     height: auto;
     opacity: 0.9;
  }
}