﻿.galleryTitleWrap{
   text-align:center;
    margin:1%;
}
.galleryTitleWrap label{
    
    font-size:20px;
}
.badge{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge-itemActive{
    background-color: #5cb85c;
}
.badge-itemInActive{
  background-color: #d9534f;
}
 .ImageAlbumWarp {
    display: inline-block;
    margin: 0 30px 30px 0;
    width:23%;
    vertical-align: top;
    position: relative;
}
.ImageAlbumWarp:last-child{
  margin-right: 0;
}
.ImageAlbumWarp:nth-child(4n+4){
  margin-right: 0;
}
.ImageAlbumWarp .albumWrap .albumImagewrap {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    display: inline-block;
}
.ImageAlbumWarp .albumWrap .albumImagewrap img{
    height: 100%;
    object-fit: cover;
    width: 100%;
   
}
.ImageAlbumWarp h4  {
    margin: 0;
    padding: 15px;
    background: #fcd70a;
    text-align:left;
}
.ImageAlbumWarp h4 a {
     color: #000;
     font-size: 16px;
}
.ImageAlbumWarp .albumoverlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
.ImageAlbumWarp .albumoverlay:hover{
  background-color: rgba(252,215,10,0.3);
}
.ImageAlbumWarp .albumoverlay:hover:before{
  content: "\f178";
  font-family: "FontAwesome";
  left: 50%;
  top: 35%;
  position: absolute;
  font-size: 25px;
  color: #fff;
  margin-left: -10px;
}
.ImageAlbumWarp .albumWrap
{
  cursor:pointer;
  position: relative;
}
.albumImageCount
{
  position: absolute;
  top: 90px;
  left: 90px;
  z-index: 5;
  color:  #fff;
  font-size: 20px;
  font-weight:bold;
   background-color: rgba(0, 0, 0, 0.40);
  padding-left:2px;
  padding-right:2px;
  border-radius:5px;
}
.imageGalleryThumWrap .thumnailWrapDiv
{
  width:200px;
  display:inline-block;
   height: 105px;
   margin:3px;
}
.imageGalleryThumWrap .thumnailWrapDiv img
{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
/*----------------------------------*/
.imageAlbumGalleryWrapper{
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
    margin: 130px auto 0;
    padding: 20px 10px;
    width: 1300px;
}
.imageAlbumGalleryWrapper h1{
  font-size: 32px;
  margin:10px 20px 20px;
}
.imageAlbumGallery{
  width: 100%;
  margin:0;
}
.owl-carousel .owl-wrapper-outer{
  height: auto !important;
}
.largeCarousel.owl-carousel{
  margin-bottom: 20px;
  float: left;
}
.largeCarousel .item{
  /*padding: 0 !important;
  margin:0 20px !important;*/
  /*max-height: 768px;*/
  width: 100%;
  float: left;
  background: rgba(0,0,0,0.5) !important;
  cursor: grabbing; 
}
.largeCarousel .itemImg {
    float: left;
    max-height: 700px;
    min-height: 300px;
    width: 100%;
}
.largeCarousel .owl-item{
  /*height: 600px !important;*/
  max-height: 700px;
  min-height: 300px;
  overflow: hidden;
}
.largeCarousel .item img{
  width: 100%;
  max-height: 700px;
  min-height: 300px;
}
.thumbCarousel{
  /*margin: 0 20px;
  width: -webkit-calc(100% - 40px) !important;
  width: -moz-calc(100% - 40px) !important;
  width: -ms-calc(100% - 40px) !important;
  width: -o-calc(100% - 40px) !important;
  width: calc(100% - 40px) !important;*/
}
.thumbCarousel .owl-item{
  height: 160px;
  border:10px solid rgba(0, 0, 0, 0.3);
  border-top:20px solid rgba(0, 0, 0, 0.3);
  border-bottom:20px solid rgba(0, 0, 0, 0.3);
}
.thumbCarousel .owl-item .item{
  width: 100%;
  height: 100%;
  margin:0;
  padding: 0;
}
.thumbCarousel .owl-item .item img{
  width: 100%;
  height: 100%;
  -webkit-object-fit:cover;
  -moz-object-fit:cover;
  -ms-object-fit:cover;
  -o-object-fit:cover;
  object-fit:cover;
  cursor: pointer;
}
.largeCarousel .owl-item.synced .item > h3,
.largeCarousel .owl-item .item > h3{
  color: #fff;
  padding: 10px;
  float: left;
  margin: 0;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  text-align: left;
}
.sfGallery {
 /* margin:40px 0 20px;
  float: left;
  width: 100%;*/
}
.sfGallery .owl-buttons{
  display: block !important;
  margin-top: 120px;
  float: left;
}
.sfGallery .owl-controls{
  bottom: 0 !important;
  position: relative !important;
}
.sfGallery .owl-controls .owl-page, .owl-controls .owl-buttons div{
  width:40px;
  height:40px;
  border:2px solid #fcd70a;
  float: right;
  border-radius: 0;
  opacity: 0.7;
  text-align: center;
  position: absolute;
  color: #fff;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
.sfGallery .owl-controls .owl-page, .owl-controls .owl-buttons div:hover{
  opacity: 1;
}
.sfGallery .owl-controls .owl-buttons .owl-next{
 right: 10px;
}
.sfGallery .owl-controls .owl-buttons .owl-prev{
 right: 70px;
}
.sfGallery .owl-controls .owl-page, .owl-controls .owl-buttons div > i{
  line-height: 35px;
  font-size: 16px;
  color: #fcd70a;
}
.sfPrimaryBtn{
  margin-left: 20px;
}
.sfGallery h2{
  color: #fff;
}
.sfGallery .imageAlbumGallery .sfNoAlbum{
  color: #000;
  background-color: #f1f1f1;
  padding: 30px;
  float: left;
  width: 100%;
  margin:40px 0;
}
.sfGallery .sfBtnWrapper{
  margin:30px 0 20px;
  float: left;
}
.sfGallery .sfBtnWrapper > input{
  margin: 0;
}
.owl-carousel .owl-wrapper-outer{
  float: left;
}