/* Extended css styles */
.client-logo-area {
  background: #fff;
  /*background: url(/content/images/partners_light.jpg) no-repeat;*/
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
}

/*.client-logo-area:before {
  content: "";
  position: absolute;
  left:0;
  right: 0;
  top:0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
} */
.client-logo-area h2 {
  	color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.home-page-nature-area {
    padding: 60px 0;
    background: url(/content/images/webkamera_light.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.home-page-nature-area:before {
  content: "";
  position: absolute;
  left:0;
  right: 0;
  top:0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  
}
.client-logo-area .logo-area ul li {
    margin-left: 10px;
    margin-right: 10px;
}
.preview-2 .nivo-directionNav a.nivo-prevNav::before, .preview-2 .nivo-directionNav a.nivo-nextNav:before {
    border: 1px solid #fff !important;
}
.contact-page-area .contact-us-area h3 {
    font-size: 16px;
}
.team-block img {
  float: left;
  width: 46%;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: 5px;
}
.team-content {
  display: inline-block;
  width: 35%;
}
.team-block span { 
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.team-block p {
  font-size: 16px;
}
.clearfix {
    clear: both;
}
@media screen and (max-width: 1200px) {
.team-block img, .team-content {
  width: 100%;
  }
}

.sidebar-block img {
    border: 1px solid #3c2f2f;
    padding: 10px;
    border-radius: 10px;
}

.activities-single-image .overley a {
  display:block;
  width:100%;
  height:100%;
}
.team-block img {
    float: left;
    width: 38%;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 5px;
}

@media (max-width: 480px) {
 .mean-container .mean-bar {
   
}
  body {
    margin-top: 28px;
  }
  .home-page-room-area .section-title h2:before, .home-page-gallery-area .section-title h2:before {
    display: none;
  }
  .page_h1 {
    font-size: 26px;
  }
  
  .blog-section-area .blog-single {
    padding-left: 20px;
  }
  .blog-section-area .blog-content-area .blog-single .images {
    margin-right:0;
  }
  
  .blog-section-area .sidebar-area {
    margin-bottom: 20px;
  }
  
}

.single-blog-page-area .single-blog-content-area iframe {
  max-width: 100%;
}

 .home-page-room-area .section-title h2 {
	position:relative
}
 
.home-page-room-area .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 130px;
    height: 50px;
    border-radius: 50%;
    width: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 30px;
  background-color: rgba(41, 182, 246, 0.5);
}
.home-page-room-area .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -60px;
}
.home-page-room-area .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -60px;
}

@media (max-width:991px) {
	.home-page-room-area .owl-theme .owl-controls .owl-buttons .owl-prev,
  .home-page-gallery-area .owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -20px;
}
.home-page-room-area .owl-theme .owl-controls .owl-buttons .owl-next,
  .home-page-gallery-area .owl-theme .owl-controls .owl-buttons .owl-next{
  right: -20px;
}
}
.header-bennar-area3 {
  position: relative;
}
.header-bennar-area3:before {
    content: '';
    width: 100%;
    /* height: 180px; */
    display: block;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    bottom: 0;
}
.bennar-content {
    position: relative;
}
.overley-video {
   position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/img/play-button.png) no-repeat center;
  opacity: 0.8;
}
.overley-video:hover {
  opacity:1;
}
.header-area .header .main-menu-area ul li ul:not(.level_2) {
  position: relative;
}

.recent-post-area a {
  color: #333333;
}

.main-logo {
 position: absolute;
    background: #fff;
    width: 195px;
    height: 193px;
    z-index: 999;
    border-radius: 0 0% 50% 50%;
    -webkit-box-shadow: -1px 10px 17px -11px rgba(89,86,89,1);
    -moz-box-shadow: -1px 10px 17px -11px rgba(89,86,89,1);
    box-shadow: 0px 0px 11px 0px rgba(89,86,89,1);
    top: -62px;
}
.home-page-room-area .single-room-area .feature-image {
  max-height: 144px;
}
.descriptor {
    font-size: 15px;
    position: absolute;
    right: -30px;
   
}

.client-block {
 	font-size: 0;
  	box-shadow: -1px 10px 17px -11px rgba(89,86,89,1);
    transition: 0.3s all ease;
    background: #fff;
    padding: 20px;
  	margin: 0 8px;
    width: 48%;
}
.client-block .col-sm-4 {
  	float: none;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 1200px) {
  .descriptor {
    font-size: 12px;
  }
  .main-logo {
    width: 180px;
  }
}

.single-blog-page-area  .home-page-gallery-area {
  padding-left: 40px;
  padding-right: 40px;
 background: #fff;
}

@media screen and (max-width: 480px) {
  .client-block {
        width: 100%;
    	padding: 0;
    }
  .client-logo-area {
    padding: 30px 0;
  }
}