/** Table of Content  Css



Project:  Gallery Layouts

Version:  1.0

Author: 'Gallaxy Themes'

Primary use:  ///



[Layout]



--> body









[Color Codes]









[Typography]



Body:   font:16px/16px 'Raleway', sans-serif;









==> RESET    

==> Wrapper   











End of Table of Content Css End **/



/*===========================================================================*/

            /*Default Css Start*/

/*===========================================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Montserrat:300,400,500,600,700|Nunito+Sans:300,400,600,700,800,900|Playfair+Display:400,700,900|Poppins:300,400,500,600,700,800,900|Raleway:300,400,500,700,900');


body{

  font-family: 'Raleway', sans-serif;

  margin: 0;

  padding: 0;

  background-color: #fff;

}

.bb-fp-wrapper{

  float: left;

  width: 100%;

}

.pd-tb-100{

  padding-top: 98px;

  padding-bottom: 98px;

}

.pd-t-100{

  padding-top: 98px;

}

.pd-b-100{

  padding-bottom: 98px;

}

.pd-tb-70{

  padding-top: 68px;

  padding-bottom: 68px;

}

.pd-t-70{

  padding-top: 68px;

}

.pd-b-70{

  padding-bottom: 68px;

}

.bb-fp-wrapper figure{

  position: relative;

  float: left;

  width: 100%;

  overflow: hidden;

}

.bb-fp-wrapper figure img{

  max-width: 100%;

  height: auto;

}

.bb-fp-wrapper ul{

  padding: 0;

  margin: 0;

}

.bb-fp-wrapper ul li{

  list-style: none;

}

.bb-fp-wrapper h1,.bb-fp-wrapper h2,.bb-fp-wrapper h3,.bb-fp-wrapper h4,.bb-fp-wrapper h5,.bb-fp-wrapper h6,.bb-fp-wrapper strong {

  font-family: 'Raleway', sans-serif;

  font-weight: normal;

  color: #020202;

  margin: 0;

}

.bb-fp-wrapper h1 a,.bb-fp-wrapper h2 a,.bb-fp-wrapper h3 a,.bb-fp-wrapper h4 a,.bb-fp-wrapper h5 a,.bb-fp-wrapper h6 a{

  color: #020202;

}

.bb-fp-wrapper h2{

  font-weight: 400;

  font-size: 48px;

  line-height: 40px;

}

.bb-fp-wrapper h3{

  font-weight: 400;

  font-size: 24px;

  margin: 0 0 16px;

}

.bb-fp-wrapper h4{

  font-size: 18px;

}

.bb-fp-wrapper p{

  font-size: 16px;
  line-height: 26px;

  margin: 0;

  color: #020202;

}

.bb-fp-heading-outer{

  float: left;
  width: 100%;
  margin-bottom: 50px;

}
.bb-fp-heading-outer.text-left{

}
.bb-fp-heading-outer h2{

  font-size: 30px;
  font-weight: 500;

  position: relative;

  margin: 0 0 15px;

  padding-bottom: 0px;

}

.bb-fp-heading-outer h2:before{

  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 70px;
  display: none;
  border-bottom: 2px solid #222;
  margin: 0 auto;
  bottom: 0;

}
.bb-fp-heading-outer.text-center p{
  padding: 0 100px;
}
.bb-fp-social-links,.bb-fp-social-links_v2{

  float: left;

  width: 100%;

  padding: 0;

  margin: 0;

  transition: all .4s ease-in-out;

}

.bb-fp-social-links li,.bb-fp-social-links_v2 li{

  display: inline-block;

  margin: 0 2px;

}

.bb-fp-social-links_v2 li{

  margin: 0 4px;

}

.bb-fp-social-links li a,.bb-fp-social-links_v2 li a{

  font-size: 14px;

  color: #222;

  display: block;

  text-decoration: none;

  width: 35px;

  height: 35px;

  line-height: 35px;

  border: 1px solid #ccc;

  text-align: center;
  box-shadow: none;

}
.bb-fp-social-links li a:hover,.bb-fp-social-links_v2 li a:hover,
.bb-fp-social-links li a.active,.bb-fp-social-links_v2 li a.active{
  box-shadow: none;
}
.bb-fp-social-links li:hover .fa {

    color: #1e73be;

    -webkit-animation: toTopFromBottom 0.5s forwards;

    -moz-animation: toTopFromBottom 0.5s forwards;

    -ms-animation: toTopFromBottom 0.5s forwards;

    animation: toTopFromBottom 0.5s forwards;

}

.bb-fp-social-links_v2 li a{

  background-color: #fff;

  border-radius: 5px;

  border: none;

  box-shadow: 0 0 2px #ccc;

}

.row{

  clear: both;

}

ul.row{

  margin-left: -15px;

  margin-right: -15px;

}

.load-more-container{

  text-align: center;

  width: 100%;

}

.bb-fp-load-more-btn{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
  padding: 10px 23px;
  background-color: #444;
  border-radius: 30px;
  color: #fff;

  text-align: center;

  text-decoration: none;

  position: relative;

  border: none;

  z-index: 11;

}

.bb-fp-load-more-btn:before{

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 0;

  z-index: -1;
  display: none;
  background-color: #fff;

}

.bb-fp-load-more-btn:hover:before{

  height: 100%;

}

.bb-fp-load-more-btn:hover{

  color: #222;

  border-color: #222;

  text-decoration: none;

}

.bb-fp-loading-btn{

  font-size: 16px;

  color: #222 !important;

  border:1px solid #ccc;

  padding: 14px 40px 14px 25px;

  display: inline-block;

  background-color: #fff;

  position: relative;

  text-align: center;

  text-decoration: none;

}

.bb-fp-loading-btn:hover,.bb-fp-loading-btn:focus{

  text-decoration: none;

}

.bb-fp-loading-btn:after{

  font-size: 16px;

  content: '';

  position: absolute;

  right: 15px;

  top: 18px;

  z-index: 11;

  color: #fff;

  width: 16px;

  height: 16px;

  background: url('../images/loading-img2.gif');

}

.load-more-container .empty-response{

  display: inline-block;

  padding: 8px 20px;

  width: 80%;

  border: 1px solid red;

  color: red;

}

.bb-fp-btn-listed{

  padding: 0;

  margin: 0;

  text-align: center;

}

.bb-fp-btn-listed li{

  display: inline-block;

  margin: 0 2px;

}

.bb-fp-btn-listed a{

  width: 40px;

  height: 40px;

  line-height: 40px;

  border-radius: 100%;

  display: inline-block;

  background-color: #fff;

  color: #222;

  position: relative;

}

.bb-fp-btn-listed a:hover{

  color: #222;

}
.bb-fp-filterlist_v1.text-left{
  text-align: left;
}
.bb-fp-filterlist_v1.text-right{
  text-align: right;
}
.bb-fp-filterlist_v1.text-center{
  text-align: center;
}
/*===========================================================================*/

  /*Galley Section Css Start*/

/*===========================================================================*/

.gt_gallery-section{

  float: left;

  width: 100%;

}

.bb-fp-gallery-full .container-fluid{

  padding: 0;

}

.bb-fp-gallery-full .container-fluid .row{

  margin-left: 0;

  margin-right: 0;

}

.bb-fp-gallery-full .container-fluid .row [class*="col-"]{

  padding-left: 0;

  padding-right: 0;

}

.bb-fp-gallery-full .bb-fp-gallery-box{

  margin-bottom: 0;

}

.bb-fp-gallery-box{

  float: left;

  width: 100%;

  position: relative;

  overflow: hidden;

  z-index: 11;

  margin-bottom: 50px;

}

.bb-fp-gallery-thumb{

  float: left;

  width: 100%;

  position: relative;

  overflow: hidden;

  z-index: 1;

}

.bb-fp-gallery-box:hover img{

  -webkit-transform: scale(1.2);

     -moz-transform: scale(1.2);

      -ms-transform: scale(1.2);

       -o-transform: scale(1.2);

          transform: scale(1.2);

}

.bb-fp-gallery-box img,.bb-fp-gallery-thumb img{

  max-width: 100%;
  width: 100%;
  height: auto;

}

.bb-fp-gallery-box .bb-fp-lightbox-icon{

  position: absolute;

  left: 0;

  right: 0;

  top: 45%;

  margin: 0 auto;

  display: inline-block;

  opacity: 1;

  visibility: visible;

  text-align: center;

}

.bb-fp-lightbox-icon{

  font-size: 16px;

  width: 35px;

  height: 35px;

  line-height: 35px;

  text-align: center;

  color: #454545;

  background-color: #fff;

  border-radius: 100%;

  display: inline-block;

  position: relative;

  z-index: 12;

}

.bb-fp-lightbox-icon:before{

  content: '';

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

  background-color: #f5f5f5;

  border-radius: 100%;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: scale(1.5);

     -moz-transform: scale(1.5);

      -ms-transform: scale(1.5);

       -o-transform: scale(1.5);

          transform: scale(1.5);

}

.bb-fp-lightbox-icon:hover:before{

  opacity: 1;

  visibility: visible;

    -webkit-transform: scale(1);

     -moz-transform: scale(1);

      -ms-transform: scale(1);

       -o-transform: scale(1);

          transform: scale(1);

}

.lg-sub-html .bb-fp-social-links li a{

  width: 30px;

  height: 30px;

  color: #454545;

  display: inline-block;

  line-height: 30px;

  text-align: center;

  background-color: #fff;

}

.lg-sub-html h4 a{

  color: #fff;

}

.lg-sub-html p{

  display: block;

}

/*Gallert With Bottom Text*/

.bb-fp-gallery-box .bb-fp-gallery-caption{

  float: left;

  width: 100%;

  padding: 20px 15px 10px;

  color: #454545;

  text-align: center;

}

.bb-fp-gallery-box .bb-fp-gallery-caption p{

  display: block;

  margin: 0 0 13px;

}

.bb-fp-gallery-box .bb-fp-gallery-caption h4,.bb-fp-gallery-box .bb-fp-gallery-caption h4 a,.bb-fp-gallery-box .bb-fp-gallery-caption p,.bb-fp-gallery-box .bb-fp-gallery-caption strong{

  color: #454545;

}





/*---Gallery Effect 1---*/

.bb-fp-gl-effect1{
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;

}
.bb-fp-gl-effect1 .bb-fp-gallery-thumb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9;
}

.bb-fp-gl-effect1 .bb-fp-lightbox-icon{
  right: 0;
  left: 0;
  top: 0;
  background-color: #f0f0f0;
  box-shadow: none;
  color: #222;
  z-index: 9999;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  
}

.bb-fp-gl-effect1 .bb-fp-gallery-caption{
  float: left;
  width: 100%;
  padding: 30px;
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  background-color: transparent;
}

.bb-fp-gl-effect1 .bb-fp-social-links{

  width: 100%;

  float: left;

  padding: 0;

  margin: 0 auto;

  position: static;

  top: 40%;

  left: 0;

  right: 0;

  transition-delay: 0.5s;

}

.bb-fp-gl-effect1:hover .bb-fp-social-links{

  visibility: visible;

  opacity: 1;

  -webkit-transform: translateY(0);

     -moz-transform: translateY(0);

      -ms-transform: translateY(0);

       -o-transform: translateY(0);

          transform: translateY(0);

}

.bb-fp-gl-effect1 .bb-fp-social-links li{

  display: inline-block;

  margin: 0 3px;

  width: 35px;

  line-height: 35px;

  height: 35px;

  padding: 0;
  border-radius: 0;

  text-align: center;

  background-color: #fff;

  border-bottom: 1px solid #ccc;

}

.bb-fp-gl-effect1 .bb-fp-social-links li:last-child{

  border-bottom: none;

}

.bb-fp-gl-effect1 .bb-fp-social-links li a{

  color: #020202;

  border: none;

}

.bb-fp-gl-effect1 .bb-fp-social-links li a:hover .fa{

  color: #020202;

}

.bb-fp-gallery-caption h4{

  font-size: 18px;

  font-weight: 500;

  margin: 0 0 10px;
  padding-top: 5px;

  text-align: center;

  color: #fff;

}

.bb-fp-gl-effect1 .bb-fp-gallery-caption p{

  color: #fff;


}

.bb-fp-gallery-caption h4 a{

  color: #fff;

  text-decoration: none;

}

.bb-fp-gl-effect1 .bb-fp-gallery-caption h4{
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
}


.bb-fp-gl-effect1 .bb-fp-gallery-caption h4 a{
  color: #fff;

}

.col-md-3 .bb-fp-gl-effect1 .bb-fp-gallery-caption h4{

  font-size: 16px;

  margin: 0 0 10px;

}
/*
Effect ONe with Different Col*/
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect1 .bb-fp-gallery-caption,
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect1 .bb-fp-gallery-caption{
  padding: 15px 10px;
}
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect1 .bb-fp-gallery-caption h4,
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect1 .bb-fp-gallery-caption h4{
  font-size: 20px;
}
/*.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect1 .bb-fp-gallery-caption h4{
  top: 60%;
}
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect1 .bb-fp-gallery-caption .bb-fp-social-links{
  display: none;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect1 .bb-fp-gallery-caption .bb-fp-social-links{
  top: 30%;
}*/
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect1:hover .bb-fp-lightbox-icon{
  top: 20px;
  opacity: 1;
  visibility: visible;
}


/*---Gallery Effect 2---*/

.bb-fp-gl-effect2{

  float: left;

  width: 100%;

  position: relative;

  z-index: 11;
  box-shadow: 3px 5px 25px 0 rgba(0,0,0,0.2);

}
.bb-fp-gl-effect2 .bb-fp-gallery-thumb{
  border-radius: 15px 15px 0 0;
}
.bb-fp-gl-effect2 .bb-fp-gallery-caption{

  float: left;

  width: 100%;

  height: 100%;

  padding: 0 15px;

  position: static;

  left: 0;

  top: 25%;

  z-index: 1;

}

.bb-fp-gl-effect2 .bb-fp-gallery-caption h4{
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
}

.bb-fp-gl-effect2 .bb-fp-gallery-caption h4:after{

  content: '';

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  width: 50px;

  margin: 0 auto;

  border-bottom: 1px solid #fff;

}

.bb-fp-gl-effect2 .bb-fp-social-links{

  width: 100%;

  margin: 0;

}

.bb-fp-gl-effect2 .bb-fp-social-links li a{

  color: #444;

}

.bb-fp-gl-effect2 .bb-fp-social-links li a:hover,.bb-fp-gl-effect2 .bb-fp-social-links li a:hover .fa{

  background-color: transparent;

  color: #555;

}


.bb-fp-gl-effect2 .bb-fp-gallery-caption{

  float: left;

  width: 100%;

  text-align: left;

  padding: 30px 30px 25px;
  text-align: center;
  background-color: #fff;

}

.bb-fp-gl-effect2 .bb-fp-lightbox-icon{

  opacity: 0;

  visibility: hidden;

  transition-delay: 0.6s;

  -moz-transition-delay: 0.6s;

  -ms-transition-delay: 0.6s;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;

  -webkit-transform: translateY(-100px);

  -moz-transform: translateY(-100px);

  -ms-transform: translateY(-100px);

  -o-transform: translateY(-100px);

  transform: translateY(-100px);

}

.bb-fp-gl-effect2:hover .bb-fp-lightbox-icon{

  opacity: 1;

  visibility: visible;

    -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

}

.col-md-3 .bb-fp-gl-effect2 .bb-fp-gallery-caption{

  top: 15px;

}

.col-md-3 .bb-fp-gl-effect2 .bb-fp-gallery-caption p{

  font-size: 14px;

}

.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect2 .bb-fp-gallery-caption,
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect2 .bb-fp-gallery-caption{
  padding-left: 15px;
  padding-right: 15px;
}
.bb-fp-gl-effect2 .bb-fp-social-links li{
  margin: 0 10px;
}
.bb-fp-gl-effect2 .bb-fp-social-links li a,.bb-fp-gl-effect2 .bb-fp-social-links_v2 li a{
  border: none;
  height: auto;
  line-height: auto;
  width: auto;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect2 .bb-fp-gallery-caption h4{
  font-size: 16px;
}
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect2 .bb-fp-gallery-thumb{
  border-radius: 15px;
}
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gallery-box .bb-fp-lightbox-icon{
  top: 35%;
}
/*---Gallery Effect 3---*/
.bb-fp-gl-effect3{
  box-shadow: 3px 3px 20px rgba(0,0,0,0.2);
}
.bb-fp-gl-effect3 .bb-fp-gallery-caption{
  padding: 25px 25px;
  position: static;
  height: 100%;
  bottom: 0;
  z-index: 11;
  text-align: center;
  background-color: #151720;
}
.bb-fp-gl-effect3 .bb-fp-gallery-caption h4{
  font-size: 24px;
}
.bb-fp-gl-effect3 .bb-fp-gallery-caption h4,.bb-fp-gl-effect3 .bb-fp-gallery-caption h4 a,
.bb-fp-gl-effect3 .bb-fp-gallery-caption p,.bb-fp-gl-effect3 .bb-fp-gallery-caption strong{
  color: #adafb8;
}
.bb-fp-gl-effect3 .bb-fp-gallery-caption .bb-fp-social-links li{
  border: none;
}

.bb-fp-gl-effect3 .bb-fp-gallery-caption .bb-fp-social-links li a{
  border: none;
  border-radius: 100%;
  border: 1px solid #adafb8;
  color: #adafb8;
  background-color: transparent;
}
.bb-fp-gl-effect3 .bb-fp-gallery-caption .bb-fp-social-links li a:hover{
  background-color: #fff;
  border-color: #fff;
}
.bb-fp-gl-effect3 .bb-fp-gallery-caption .bb-fp-social-links li a:hover .fa{
  color: #444;
}
.bb-fp-gl-effect3 .bb-fp-gallery-caption h4{

  padding: 0 0 15px;

  margin: 0 0 15px;

  width: 100%;

  position: relative;

}

.bb-fp-gl-effect3 .bb-fp-gallery-caption p{

  margin: 0 0 15px;

}

.bb-fp-gl-effect3 .bb-fp-lightbox-icon{

  color: #222;

  display: none;

}

.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect3 .bb-fp-gallery-caption,
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect3 .bb-fp-gallery-caption{
  padding-left: 15px;
  padding-right: 15px;
}
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect3 .bb-fp-gallery-caption{
  padding: 50px 30px 40px;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect3 .bb-fp-gallery-caption h4{
  font-size: 18px;
}
/*Gt Gallery Effect 4*/

.bb-fp-gl-effect4.bb-fp-gallery-box .bb-fp-gallery-caption{

  background-color: #f0f0f0;

}



/*===========================================================================*/

                        /*Masonary Gallety Section Css*/

/*===========================================================================*/

.masonary-layout_v1{

  float: left;

  width: 100%;

  padding: 100px 0;

  background-color: #f5f5f5;

}

/*
Filter and Gallery Section Different Layout Css*/
.bb_fp_gallery-section3 .bb-fp-load-more-btn{
  border-radius: 30px;
  border: none;
}
.bb-fp-filterlist_v1{

  float: left;

  width: 100%;

  text-align: center;

  margin: 0 0 50px;

  display: block;

  clear: both;

  padding: 0;

}

.bb-fp-filterlist_v1 a{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;

  font-weight: 600;

  letter-spacing: 1px;

  color: #444;

  display: inline-block;

  margin: 0 15px;

  padding: 0 0 10px;

  position: relative;

  text-decoration: none;

  z-index: 11;

  background-color:transparent;

  border: none;
  box-shadow: none;

}
div.bb-fp-filterlist_v1 a{
  color: #444;
}
.bb-fp-filterlist_v1.bb-fp-filterlist-white_v1 a,
.bb-fp-filterlist_v1.bb-fp-filterlist-white_v1 a:hover,.bb-fp-filterlist_v1.bb-fp-filterlist-white_v1 a.current{
  color: #fff;
}
.bb-fp-filterlist_v1.bb-fp-filterlist-white_v1 a:before{
  border-color: #fff;
}
.bb-fp-filterlist_v1 a:hover,.bb-fp-filterlist_v1 a.current{

  text-decoration: none;

  box-shadow: none;

  color: #555;

}

.bb-fp-filterlist_v1 a:hover:before,.bb-fp-filterlist_v1 a.current:before{
  width: 20px;
}

.bb-fp-filterlist_v1 a:before{

  content: '';

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  border-bottom: 2px solid #666;

  z-index: -1;


}

/*Filterable Gallery 3 Css*/
div.bb-fp-filter-effect-3 a {
    font-weight: 500;
    color: #fff;
    background: #f36347;
    border-radius: 30px;
    padding: 8px 23px;
    margin: 0 3px 5px;
}
div.bb-fp-filter-effect-3 a:hover,div.bb-fp-filter-effect-3 a.current{
  background-color: #444;
  color: #fff;
}
.bb-fp-filter-effect-3 a:first-child{
  margin-left: 0;
}
.bb-fp-filter-effect-3 a:last-child{
  margin-right: 0;
}
.bb-fp-filter-effect-3 a:before{
  display: none;
}
/*Filterable Gallery 4 Css*/
div.bb-fp-filter-effect-4 a {
    padding: 10px 25px;
    font-weight: 500;
    color: #666;
    background: #f7f7f7;
    margin: 0 3px;
    border-radius: 30px;
}
div.bb-fp-filter-effect-4 a:hover,div.bb-fp-filter-effect-4 a.current{
  background-color: #444;
  color: #fff;
}
.bb-fp-filter-effect-4 a:first-child{
  margin-left: 0;
}
.bb-fp-filter-effect-4 a:last-child{
  margin-right: 0;
}
.bb-fp-filter-effect-4 a:before{
  display: none;
}

/*Filterable Gallery 5 Css*/
div.bb-fp-filter-effect-5 a {
    padding: 10px 25px;
    font-weight: 500;
    color: #666;
    background: #f7f7f7;
    margin: 0 3px;
    border-radius: 0;
}
div.bb-fp-filter-effect-5 a:hover,div.bb-fp-filter-effect-5 a.current{
  background-color: #444;
  color: #fff;
}
.bb-fp-filter-effect-5 a:first-child{
  margin-left: 0;
}
.bb-fp-filter-effect-5 a:last-child{
  margin-right: 0;
}
.bb-fp-filter-effect-5 a:before{
  display: none;
}
/*Filterable Gallery 7 Css*/
div.bb-fp-filter-effect-7 a{
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.bb-fp-filter-effect-7 a:before{
    display: none;
}
/*Filterable Gallery 8 Css*/
div.bb-fp-filter-effect-8 a {
    padding: 10px 25px;
    font-weight: 500;
    color: #fff;
    background: #999;
    margin: 0 3px;
    border-radius: 0;
}
div.bb-fp-filter-effect-8 a:hover,div.bb-fp-filter-effect-8 a.current{
  background-color: #666;
  color: #fff;
}
.bb-fp-filterlist_v1.bb-fp-filter-effect-8 a:hover:before, .bb-fp-filterlist_v1.bb-fp-filter-effect-8 a.current:before{
  width: 100%;
}
.bb-fp-filter-effect-8 a:first-child{
  margin-left: 0;
}
.bb-fp-filter-effect-8 a:last-child{
  margin-right: 0;
}
.bb-fp-filter-effect-8 a:before{
  display: none;
}
/*Filterable Gallery 9 Css*/
div.bb-fp-filter-effect-9 a {
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #555;
    margin: 0 5px;
    border-radius: 20px 0 20px 0;
}
div.bb-fp-filter-effect-9 a:hover,div.bb-fp-filter-effect-9 a.current{
  background-color: #333;
  color: #fff;
}
.bb-fp-filter-effect-9 a:first-child{
  margin-left: 0;
}
.bb-fp-filter-effect-9 a:last-child{
  margin-right: 0;
}
.bb-fp-filter-effect-9 a:before{
  display: none;
}
/*Filterable Gallery 10 Css*/
div.bb-fp-filter-effect-10 a {
    padding: 10px 25px;
    font-weight: 500;
    color: #666;
    background: #fff;
    margin: 0 5px;
    box-shadow: 2px 2px 10px #e3e3e3;
    border-radius: 0;
}
body div.bb-fp-filter-effect-10 a,div.bb-fp-filter-effect-10 a:hover{
  box-shadow: 2px 2px 10px #e3e3e3;
}
div.bb-fp-filter-effect-10 a:hover,div.bb-fp-filter-effect-10 a.current{
  background-color: #666;
  color: #fff;
}
.bb-fp-filter-effect-10 a:first-child{
  margin-left: 0;
}
.bb-fp-filter-effect-10 a:last-child{
  margin-right: 0;
}
.bb-fp-filter-effect-10 a:before{
  display: none;
}
.bb-fp-hover-effect-10 .bb-fp-load-more-btn{
  border-radius: 0;
}
/*Filterable Gallery 11 Css*/
div.bb-fp-filter-effect-11 a {
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #ed7577;
    margin: 0 5px;
    border-radius: 0;
}
div.bb-fp-filter-effect-11 a:hover,div.bb-fp-filter-effect-11 a.current{
  background-color: #d35254;
  color: #fff;
}
.bb-fp-filter-effect-11 a:first-child{
  margin-left: 0;
}
.bb-fp-filter-effect-11 a:last-child{
  margin-right: 0;
}
.bb-fp-filter-effect-11 a:before{
  display: none;
}
/*Filterable Gallery 12 Css*/
div.bb-fp-filter-effect-12 a {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 0;
}
div.bb-fp-filter-effect-12 a:hover,div.bb-fp-filter-effect-12 a.current{
  background-color: #fff;
  color: #666;
}
.bb-fp-filter-effect-12 a:first-child{
  margin-left: 0;
}
.bb-fp-filter-effect-12 a:last-child{
  margin-right: 0;
}
.bb-fp-filter-effect-12 a:before{
  display: none;
}
/*Filterable Gallery 14 Css*/
div.bb-fp-filter-effect-15 a:hover:before, .div.bb-fp-filter-effect-15 a.current:before{
  width: 100%;
}
/*Filterable Gallery 15 Css*/
div.bb-fp-filter-effect-15 a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 0 5px;
    background-color: #80c2c0;
    border: none;
    border-radius: 0;
}
div.bb-fp-filter-effect-15 a:hover,div.bb-fp-filter-effect-15 a.current{
  background-color: #539e9b;
  color: #fff;
}
.bb-fp-filter-effect-15 a:first-child{
  margin-left: 0;
}
.bb-fp-filter-effect-15 a:last-child{
  margin-right: 0;
}
.bb-fp-filter-effect-15 a:before{
  display: none;
}
/*
Masonary Layout Css*/

.bb-fp-masonaryOuter_v1{

  float: left;

  width: 100%;

  padding: 0;

  margin: 0;

}

.bb-fp-masonaryOuter_v1 > li{

  width: 33.32%;

  float: left;

  margin: 0;

}

.bb-fp-masonaryOuter_v1 > li{

  padding-left: 15px;

  padding-right: 15px;

  margin-bottom: 30px;

}

.bb-fp-masonaryOuter_v1 .bb-fp-filter-item {

  position: relative;

  overflow: hidden;

  float: left;

  width: 100%;

  margin-bottom: 0;

}

.bb-fp-masonaryOuter_v1  .bb-fp-filter-item img{

  width: 100%;

  height: auto;

  -webkit-transition: all 2s ease-in-out;

     -moz-transition: all 2s ease-in-out;

      -ms-transition: all 2s ease-in-out;

       -o-transition: all 2s ease-in-out;

          transition: all 2s ease-in-out;

}

.bb-fp-masonaryOuter_v1 .bb-fp-filter-item:hover img{

  -webkit-transform: scale(1.5);

     -moz-transform: scale(1.5);

      -ms-transform: scale(1.5);

       -o-transform: scale(1.5);

          transform: scale(1.5);

}

.bb-fp-mosonary-listed .bb-fp-gl-effect3 .bb-fp-gallery-thumb{

  position: relative;

}
.bb-fp-mosonary-listed .bb-fp-gl-effect3 .bb-fp-gallery-thumb img{
  width: 100%;
}
.bb-fp-mosonary-listed .bb-fp-gl-effect3 .bb-fp-gallery-thumb:hover img,

.bb-fp-masonaryOuter_v2 .bb-fp-gallery-box .bb-fp-gallery-thumb:hover img{

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

.bb-fp-masonary-layout-v1 .bb-fp-gallery-box h4:after{

  display: none;

}

.bb-fp-mosonary-listed .bb-fp-gl-effect3 .bb-fp-gallery-caption h4,

.bb-fp-masonary-layout-v1 .bb-fp-gallery-box h4{

  padding-bottom: 0;

}

.bb-fp-mosonary-listed .bb-fp-gl-effect3 .bb-fp-gallery-caption{

  height: auto;

  min-height: auto;

  padding: 25px 20px 17px;

  background-color: #fff;

  border: 1px solid #ccc;

}

.bb-fp-mosonary-listed .bb-fp-gl-effect3 a,.bb-fp-masonary-layout-v1 .bb-fp-gallery-box h4 a{

  box-shadow: none;

}
.bb-fp-masonry-effect-1 .bb-fp-masonaryOuter_v1 .bb-fp-filter-item{
  border-radius: 10px 10px 0 0;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.bb-fp-masonry-effect-1 .bb-fp-mosonary-listed .bb-fp-gl-effect3 .bb-fp-gallery-caption{
  border: none;
}
.bb-fp-masonry-effect-1 .bb-fp-mosonary-listed .bb-fp-gl-effect3 a,.bb-fp-masonry-effect-1 .bb-fp-masonary-layout-v1 .bb-fp-gallery-box h4 a{
  color: #454545;
  margin-bottom: 0;
}
.bb-fp-masonry-effect-1 .bb-fp-gl-effect3 .bb-fp-gallery-caption h4{
  font-size: 20px;
}
.bb-fp-masonaryOuter_v1{

  margin-bottom: 50px;

}

ul.bb-fp-masonaryOuter_v2{

  margin-left: 0;

  margin-right: 0;

  margin-bottom: 50px;

}

.bb-fp-masonaryOuter_v2 > li{

  padding-left: 0;

  padding-right: 0;

}

.bb-fp-masonaryOuter_v2 .bb-fp-gallery-box{

  margin-bottom: 0px;

}

.bb-fp-masonaryOuter_v2 .bb-fp-gallery-box .bb-fp-gallery-thumb{

  overflow: visible;

}

.bb-fp-masonaryOuter_v2 .bb-fp-gallery-box .bb-fp-gallery-thumb:after{

  content: '';

  position: absolute;

  width: 90%;

  height: 90%;

  left: 5%;

  bottom: 5%;

  z-index: 99;

  background-color: rgba(0,0,0,0.3);
  margin: 0 auto;

}

.bb-fp-masonaryOuter_v2 .bb-fp-gallery-box .bb-fp-gallery-caption{

  position: absolute;

  height: auto;

  bottom: 0;

  background-color: transparent;

  padding: 20px 20px;

}
.bb-fp-masonaryOuter_v2.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect3 .bb-fp-gallery-caption,
.bb-fp-masonaryOuter_v2.bb-fp-masonary-layout-v1 .bb-fp-gl-effect3 .bb-fp-gallery-caption{
  bottom: 30%;
}
.bb-fp-masonaryOuter_v2 .bb-fp-gallery-box .bb-fp-gallery-caption h4,.bb-fp-masonaryOuter_v2 .bb-fp-gallery-box .bb-fp-gallery-caption h4 a{

  color: #fff;

}
.bb-fp-masonaryOuter_v2 .bb-fp-gallery-box .bb-fp-gallery-caption h4,.bb-fp-masonaryOuter_v2.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect3 .bb-fp-gallery-caption h4{
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bb-fp-masonaryOuter_v2 .bb-fp-gallery-box .bb-fp-gallery-caption p{

  color: #fff;

}
.bb-fp-masonry-effect-3{
 background-color: #f0f0f0;
}
.bb-fp-masonry-effect-3 .bb-fp-masonaryOuter_v3 .bb-fp-gallery-box{
  background-color: #fff;
}
.bb-fp-masonry-effect-3 .bb-fp-gl-effect3 .bb-fp-gallery-caption h4{
  font-size: 20px;
}
.bb-fp-masonaryOuter_v3 .bb-fp-gallery-box{

  padding: 10px;

  box-shadow: 2px 5px 10px #ccc;

  margin-bottom: 30px;

}

.bb-fp-masonaryOuter_v3 .bb-fp-gallery-box .bb-fp-gallery-caption{

  position: absolute;

  height: auto;

  bottom: 0;

  left: 0;

  background-color: #fff;

  padding: 20px 20px 10px;

  /*opacity: 0;

  visibility: hidden;

    -webkit-transform: translateY(-50px);

  -moz-transform: translateY(-50px);

  -ms-transform: translateY(-50px);

  -o-transform: translateX(-50px);

  transform: translateY(-50px);*/

}

.bb-fp-masonaryOuter_v3 .bb-fp-gallery-box:hover .bb-fp-gallery-caption{

  opacity: 1;

  visibility: visible;

  -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

}

.bb-fp-masonaryOuter_v3 .bb-fp-gallery-box .bb-fp-gallery-caption h4{

  padding-bottom: 0;

}

.bb-fp-masonaryOuter_v3 .bb-fp-gallery-box .bb-fp-gallery-caption h4,.bb-fp-masonaryOuter_v3 .bb-fp-gallery-box .bb-fp-gallery-caption p,

.bb-fp-masonaryOuter_v3 .bb-fp-gallery-box .bb-fp-gallery-caption h4 a{

  color: #454545;

}

.bb-fp-masonaryOuter_v4{

  margin-bottom: 20px;

}

.bb-fp-masonaryOuter_v4 .bb-fp-gallery-box{

  margin-bottom: 30px;
  padding: 10px;

}

.bb-fp-masonaryOuter_v4 .bb-fp-gallery-box .bb-fp-gallery-thumb:after{

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0px;

  z-index: 99;

  -webkit-transition: all 0.4s ease-in-out;

     -moz-transition: all 0.4s ease-in-out;

      -ms-transition: all 0.4s ease-in-out;

       -o-transition: all 0.4s ease-in-out;

          transition: all 0.4s ease-in-out;

  background-color: rgba(0,0,0,0.3);

}
.bb-fp-masonaryOuter_v4 .bb-fp-gallery-box .bb-fp-gallery-caption{
  background-color: transparent;
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 30px 15px 20px;

}
.bb-fp-masonary-layout-v1.bb-fp-masonaryOuter_v4 .col-md-4 .bb-fp-gl-effect3 .bb-fp-gallery-caption{
  padding-left: 10px;
  padding-right: 10px;
}
.bb-fp-masonaryOuter_v4 .bb-fp-gallery-box .bb-fp-gallery-caption h4{
  font-size: 16px;

}

.bb-fp-masonaryOuter_v4 .bb-fp-gallery-box .bb-fp-gallery-caption h4,.bb-fp-masonaryOuter_v4 .bb-fp-gallery-box .bb-fp-gallery-caption p,

.bb-fp-masonaryOuter_v4 .bb-fp-gallery-box .bb-fp-gallery-caption h4 a{

  color: #fff;

}
/*
Masonary FilterAble differnt Layouts Css
*/


/*Masonary Filterable One CSS*/
.bb-fp-masonry-effect-1 div.bb-fp-filterlist_v1{
  display: table;
  -moz-display: table;
  -ms-display: table;
  table-layout: fixed;
  background-color: #fff;
  text-align: center;
}
.bb-fp-masonry-effect-1 div.bb-fp-filterlist_v1 a{
  color: #919191;
  font-weight: 500;
  padding: 20px 5px;
  margin: 0 3px;
  display: table-cell;
  -webkit-display: table-cell;
  -moz-display: table-cell;
  -ms-display: table-cell;
}
.bb-fp-masonry-effect-1 div.bb-fp-filterlist_v1 a:before{
  display: none;
}
.bb-fp-masonry-effect-1 .load-more-container .bb-fp-load-more-btn{
  border-radius: 0px;
  padding: 14px 40px;
  color: #919191;
  text-transform: uppercase;
  background-color: #fff;
}
.bb-fp-masonry-effect-1 div.bb-fp-filterlist_v1 a:hover{
  color: #454545;
  background-color: #f7f7f7;
}
.bb-fp-masonry-effect-1 div.bb-fp-filterlist_v1 a.current{
  background-color: #454545;
  color: #fff;
}
/*Masonary Filterable Two CSS*/
.bb-fp-masonry-effect-2 div.bb-fp-filterlist_v1 a{
  border-radius: 0;
  color: #666;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}
.bb-fp-masonry-effect-2 div.bb-fp-filterlist_v1 a:before {
  display: none;
}
.bb-fp-masonry-effect-2 div.bb-fp-filterlist_v1 a:hover,.bb-fp-masonry-effect-2 div.bb-fp-filterlist_v1 a.current{
  color: #454545;
}
.bb-fp-masonry-effect-2 .load-more-container .bb-fp-load-more-btn{
  background-color: #fff;
  color: #454545;
  border-radius: 5px;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 3px 3px 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 3px 20px rgba(0,0,0,0.2);
  -ms-box-shadow: 3px 3px 20px rgba(0,0,0,0.2);
}
/*Masonary Filterable Three CSS*/
.bb-fp-masonry-effect-3 div.bb-fp-filterlist_v1 a{
  background-color: #fff;
  border-radius: 0;
  color: #919191;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 30px;
  margin: 0 3px 5px;
}
.bb-fp-masonry-effect-3 div.bb-fp-filterlist_v1 a:hover,.bb-fp-masonry-effect-3 div.bb-fp-filterlist_v1 a.current{
  background-color: #666;
  color: #fff;
}
.bb-fp-masonry-effect-3 div.bb-fp-filterlist_v1 a:before {
  display: none;
}
.bb-fp-masonry-effect-3 .load-more-container .bb-fp-load-more-btn{
  border-radius: 0;
  background-color: #fff;
  padding: 12px 30px;
  color: #919191;
}
.bb-fp-masonry-effect-3 .load-more-container .bb-fp-load-more-btn:hover{
  background-color: #666;
  color: #fff;
}
/*Masonary Filterable Four CSS*/
.bb-fp-masonry-effect-4 div.bb-fp-filterlist_v1 a{
  background-color: #fff;
  border-radius: 0;
  color: #454545;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 30px;
  margin: 0 3px 5px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
.bb-fp-masonry-effect-4 div.bb-fp-filterlist_v1 a:before {
  display: none;
}
.bb-fp-masonry-effect-4 div.bb-fp-filterlist_v1 a:hover,.bb-fp-masonry-effect-4 div.bb-fp-filterlist_v1 a.current{
  background-color: #454545;
  color: #fff;
}
/*===========================================================================*/

/*Transition And Animation Css*/

/*===========================================================================*/

.bb-fp-gallery-caption h4,.bb-fp-lightbox-icon,.bb-fp-social-links li a,.bb-fp-lightbox-icon:before,.bb-fp-gallery-thumb:before,.bb-fp-gl-effect2 p,.bb-fp-filter-item,.isotope-item,.bb-fp-filterlist_v1 a:before,.bb-fp-filterlist_v1 a:after

,.bb-fp-filterlist_v1 a.current,.bb-fp-filterlist_v1 a,.bb-fp-gallery-box.bb-fp-gl-effect1 .bb-fp-gallery-caption h4:after,.bb-fp-load-more-btn:before,.bb-fp-load-more-btn, .bb-fp-gallery-thumb,.bb-fp-gallery-caption,.bb-fp-btn-listed,.bb-fp-gallery-caption h4,

.bb-fp-gallery-caption p,.bb-fp-lightbox-icon:before,.bb-fp-lightbox-icon,.bb-fp-gallery-caption,.bb-fp-lightbox-icon{

    -webkit-transition: all .4s ease-in-out;

     -moz-transition: all .4s ease-in-out;

      -ms-transition: all .4s ease-in-out;

       -o-transition: all .4s ease-in-out;

          transition: all .4s ease-in-out;

}

.bb-fp-gallery-box img,.bb-fp-gl-effect3 h4,.bb-fp-gl-effect3 p{

     -webkit-transition: all .7s ease-in-out;

     -moz-transition: all .7s ease-in-out;

      -ms-transition: all .7s ease-in-out;

       -o-transition: all .7s ease-in-out;

          transition: all .7s ease-in-out;

}

@-webkit-keyframes toTopFromBottom {

    49% {

        -webkit-transform: translateX(-50%);

    }

    50% {

        opacity: 0;

        -webkit-transform: translateX(50%);

    }

    51% {

        opacity: 1;

    }

}

@-moz-keyframes toTopFromBottom {

    49% {

        -moz-transform: translateX(-50%);

    }

    50% {

        opacity: 0;

        -moz-transform: translateX(50%);

    }

    51% {

        opacity: 1;

    }

}

@-ms-keyframes toTopFromBottom {

    49% {

        -ms-transform: translateX(-50%);

    }

    50% {

        opacity: 0;

        -ms-transform: translateX(50%);

    }

    51% {

        opacity: 1;

    }

}

@keyframes toTopFromBottom {

    49% {

        transform: translateX(-50%);

    }

    50% {

        opacity: 0;

        transform: translateX(50%);

    }

    51% {

        opacity: 1;

    }

}



.none .bb-fp-gl-effect2 .bb-fp-gallery-caption{

  position: static;

}

/*================================================================*/

/*Latest Effect Css*/

/*================================================================*/

/*------------------------

Gallery Effect 4

------------------------*/

.bb-fp-gl-effect4{

  background-color: #fff;

  box-shadow: 3px 2px 20px rgba(0,0,0,0.1);
  padding: 5px;

}

.bb-fp-gl-effect4.bb-fp-gallery-box .bb-fp-gallery-caption{

  padding: 30px 20px;

  background-color: transparent;

}

.bb-fp-gl-effect4 .bb-fp-gallery-caption h4{
  font-size: 18px;
  font-weight: 500;
  padding-top: 0;
  margin-bottom: 15px;

}

.bb-fp-gl-effect4 .bb-fp-gallery-caption p{

  margin-bottom: 18px;

}

.bb-fp-gl-effect4 .bb-fp-lightbox-icon{

  width: 45px;

  height: 45px;

  line-height: 45px;

}

.bb-fp-gl-effect4 .bb-fp-lightbox-icon:before{

  opacity: 1;

  visibility: visible;

  background-color: transparent;

  border: 2px solid #fff;

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -ms-transform: scale(1.2);

  -o-transform: scale(1.2);

  transform: scale(1.2);

}

.bb-fp-gl-effect4 .bb-fp-social-links li a{

  background-color: #f7f7f7;

  border: none;

  color: #666;

  border-radius: 100%;

}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect4 .bb-fp-gallery-caption{
  padding-left: 10px;
  padding-right: 10px;
}
/*------------------------

Gallery Effect 5

------------------------*/

.bb-fp-gl-effect5{

  float: left;

  width: 100%;

  position: relative;

  z-index: 11;

}

.bb-fp-gl-effect5:before{

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 9;

  background-color: rgba(75,198,199,0.2);

}

.bb-fp-gl-effect5:hover:before{

  opacity: 0;

  visibility: hidden;

}

.bb-fp-gl-effect5 .bb-fp-gallery-thumb{

  position: relative;

}

.bb-fp-gl-effect5 .bb-fp-gallery-thumb:before{

  content: '';

  position: absolute;

  width: 15px;

  height: 15px;

  border-left: 3px solid #fff;

  border-top: 3px solid #fff;

  left: 14px;

  top: 12px;

  margin: 0 auto;

  z-index: 99;

}

.bb-fp-gl-effect5 .bb-fp-gallery-thumb:after{

  content: '';

  position: absolute;

  width: 15px;

  height: 15px;

  border-right: 3px solid #fff;

  border-bottom: 3px solid #fff;

  right: 17px;

  bottom: 12px;

  margin: 0 auto;

  z-index: 11;

}

.bb-fp-gl-effect5 .bb-fp-gallery-caption{

  float: left;

  width: 100%;

  height: 100%;

  padding: 30px 15px 0;

  position: absolute;;

  left: -100%;

  top: 0;

  z-index: 1;

  background-color: #444;

}

.bb-fp-gl-effect5:hover .bb-fp-gallery-thumb{

  -webkit-transform: translateX(100%);

     -moz-transform: translateX(100%);

      -ms-transform: translateX(100%);

       -o-transform: translateX(100%);

          transform: translateX(100%);



}
.bb-fp-gl-effect5 .bb-fp-btn-listed a{
  border-radius: 5px;
  background-color: #e3e3e3;
}
.col-md-2 .bb-fp-gl-effect5:hover .bb-fp-gallery-thumb,

.col-md-2 .bb-fp-gl-effect6:hover .bb-fp-gallery-thumb,

.col-md-2 .bb-fp-gl-effect7:hover .bb-fp-gallery-thumb,

.col-md-2 .bb-fp-gl-effect8:hover .bb-fp-gallery-thumb,

.col-md-2 .bb-fp-gl-effect9:hover .bb-fp-gallery-thumb,

.col-md-2 .bb-fp-gl-effect10:hover .bb-fp-gallery-thumb,

.col-md-2 .bb-fp-gl-effect11:hover .bb-fp-gallery-thumb,

.col-md-2 .bb-fp-gl-effect12:hover .bb-fp-gallery-thumb,

.col-md-2 .bb-fp-gl-effect13:hover .bb-fp-gallery-thumb,

.col-md-2 .bb-fp-gl-effect14:hover .bb-fp-gallery-thumb,

.col-md-2 .bb-fp-gl-effect15:hover .bb-fp-gallery-thumb{

  opacity: 1;

  visibility: visible;

  transform: translateX(0) scale(1) rotate(0deg);

  -webkit-transform: translateX(0) scale(1) rotate(0deg);

  -moz-transform: translateX(0) scale(1) rotate(0deg);

   -webkit-animation: none 0.7s ease-in-out;

  -o-animation: none 0.7s ease-in-out;

  animation: none 0.7s ease-in-out;

}
.bb-fp-masonary-layout-v1 .col-md-6 .bb-fp-gl-effect5 .bb-fp-gallery-caption{
  padding-top: 80px;
}
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect5 .bb-fp-gallery-caption{
  padding-top: 50px;
}
.bb-fp-gl-effect5 .bb-fp-gallery-caption .bb-fp-btn-listed,

.bb-fp-gl-effect5 .bb-fp-gallery-caption h4,

.bb-fp-gl-effect5 .bb-fp-gallery-caption p{

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateX(200%);

   -moz-transform: translateX(200%);

      transform: translateX(200%);

}

.bb-fp-gl-effect5:hover .bb-fp-gallery-caption .bb-fp-btn-listed,

.bb-fp-gl-effect5:hover .bb-fp-gallery-caption p,

.bb-fp-gl-effect5:hover .bb-fp-gallery-caption h4{

  -webkit-transform: translateX(0%);

   -moz-transform: translateX(0%);

      transform: translateX(0%);

      opacity: 1;

      visibility: visible;

}

.bb-fp-gl-effect5 .bb-fp-gallery-caption p,.bb-fp-gl-effect5 .bb-fp-gallery-caption h4 a{

  color: #e3e3e3;

}

.bb-fp-gl-effect5:hover .bb-fp-gallery-caption{

  left: 0;

  transition-delay: 0.5s ease-in-out;

  -webkit-transition-delay: 0.5s ease-in-out;

  -moz-transition-delay: 0.5s ease-in-out;

}

.bb-fp-gl-effect5 .bb-fp-gallery-caption .bb-fp-btn-listed{

  margin: 0 0 15px;

}
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect5 .bb-fp-gallery-caption{
  padding-top: 150px;
}

.bb-fp-hover-effect-5 .bb-fp-load-more-btn{
  border-radius: 0;
}


/*------------------------

Gallery Effect 6

------------------------*/

.bb-fp-gl-effect6{

  float: left;

  width: 100%;

  position: relative;

  z-index: 11;

}

.bb-fp-gl-effect6 .bb-fp-gallery-thumb{

  position: relative;

}

.bb-fp-gl-effect6 .bb-fp-gallery-thumb:before{

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  -webkit-transform: scale(0.94,0.90);

  -moz-transform: scale(0.94,0.90);

  -ms-transform: scale(0.94,0.90);

  -o-transform: scale(0.94,0.90);

  transform: scale(0.94,0.90);

  background-color: rgba(255,255,255,0.1);

}

.bb-fp-gl-effect6 .bb-fp-gallery-caption{

  float: left;

  width: 100%;

  height: 100%;

  padding: 30px 15px 0;

  position: absolute;;

  right: 0;

  top: 0;

  z-index: 1;

  background-color: rgba(0,0,0,0.2);

}

.bb-fp-gl-effect6:hover .bb-fp-gallery-thumb img{

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

.bb-fp-gl-effect6:hover .bb-fp-gallery-caption{

  background-color: #4692be;

}


.bb-fp-gl-effect6 .bb-fp-gallery-caption .bb-fp-btn-listed{

  -webkit-transform: translateY(20px);

  -moz-transform: translateY(20px);

  -ms-transform: translateY(20px);

  -o-transform: translateY(20px);

  transform: translateY(20px);

}

.bb-fp-gl-effect6:hover .bb-fp-gallery-caption .bb-fp-btn-listed{

  -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

}
.bb-fp-btn-listed a,.bb-fp-btn-listed a:hover,.bb-fp-btn-listed a.active{
  box-shadow: none;
}
.bb-fp-gl-effect6 .bb-fp-btn-listed li{
  margin: 0 10px;
  position: relative;
}
.bb-fp-gl-effect6 .bb-fp-btn-listed li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
  border: 2px solid #fff;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.bb-fp-gl-effect6 .bb-fp-btn-listed a{
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  box-shadow: none;
}
/*
Effect 6 with Different col style*/
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect6 .bb-fp-gallery-caption .bb-fp-btn-listed{
  position: relative;
  top: 40%;
}
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect6 .bb-fp-gallery-caption h4{
  position: relative;
  top: 40%;
}
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect6 .bb-fp-gallery-caption p{
  position: relative;
  top: 42%;
}
.bb-fp-masonary-layout-v1 .col-md-6 .bb-fp-gl-effect6 .bb-fp-gallery-caption .bb-fp-btn-listed{
  position: relative;
  top: 22%;
}
.bb-fp-masonary-layout-v1 .col-md-6 .bb-fp-gl-effect6 .bb-fp-gallery-caption h4{
  position: relative;
  top: 21%;
}
.bb-fp-masonary-layout-v1 .col-md-6 .bb-fp-gl-effect6 .bb-fp-gallery-caption p{
  position: relative;
  top: 23%;
}
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect6 .bb-fp-gallery-caption .bb-fp-btn-listed{
  position: relative;
  top: 10%;
}
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect6 .bb-fp-gallery-caption h4{
  position: relative;
  top: 8%;
  padding-top: 10px;
}
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect6 .bb-fp-gallery-caption p,
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect6 .bb-fp-gallery-caption p,
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect6 .bb-fp-gallery-caption p{
  display: none;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect6 .bb-fp-btn-listed li{
  margin: 0 5px;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect6 .bb-fp-btn-listed{
  margin-bottom: 0;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect6 .bb-fp-btn-listed li a,
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect6 .bb-fp-btn-listed li a{
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect6 .bb-fp-gallery-caption h4,
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect6 .bb-fp-gallery-caption h4{
  padding-top: 0px;
  margin-top: 13px;
}
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gallery-box{
  margin-bottom: 40px;
}
/*.bb-fp-gl-effect6 .bb-fp-gallery-caption p{

  display: none;

}*/

.bb-fp-gl-effect6 .bb-fp-gallery-caption h4,

.bb-fp-gl-effect6 .bb-fp-gallery-caption p{

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateX(-200%);

   -moz-transform: translateX(-200%);

      transform: translateX(-200%);

}

.bb-fp-gl-effect6:hover .bb-fp-gallery-caption p,

.bb-fp-gl-effect6:hover .bb-fp-gallery-caption h4{

  -webkit-transform: translateX(0%);

   -moz-transform: translateX(0%);

      transform: translateX(0%);

      opacity: 1;

      visibility: visible;

}

.bb-fp-gl-effect6 .bb-fp-gallery-caption p,.bb-fp-gl-effect6 .bb-fp-gallery-caption h4 a{

  color: #fff;

}

.bb-fp-gl-effect6:hover .bb-fp-gallery-caption{

  right: 0;

  transition-delay: 0.5s ease-in-out;

  -webkit-transition-delay: 0.5s ease-in-out;

  -moz-transition-delay: 0.5s ease-in-out;

}

.bb-fp-gl-effect6 .bb-fp-gallery-caption .bb-fp-btn-listed{

  margin: 0 0 15px;

}

/*------------------------

Gallery Effect 7

------------------------*/

.bb-fp-gl-effect7{
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  z-index: 11;
}

.bb-fp-gl-effect7 .bb-fp-gallery-caption{
  float: left;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.bb-fp-gl-effect7 .bb-fp-gallery-thumb{
  border-radius: 100%;
  width: 220px;
  height: 220px;
  float: none;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.bb-fp-gl-effect7 .bb-fp-gallery-thumb img{

  width: 100%;

  height: 100%;

  border-radius: 100%;

}

.bb-fp-gl-effect7 .bb-fp-gallery-caption h4{
  font-size: 18px;
  line-height: 30px;

}
.bb-fp-gl-effect7 .bb-fp-gallery-caption p{
  font-size: 14px;
  line-height: 24px;
}
.bb-fp-gl-effect7 .bb-fp-gallery-caption p,.bb-fp-gl-effect7 .bb-fp-gallery-caption h4 a{

  color: #222;

}

.bb-fp-gl-effect7 .bb-fp-gallery-caption .bb-fp-btn-listed{

  margin: 0 0 15px;

}

.bb-fp-gl-effect7 .bb-fp-gallery-caption .bb-fp-btn-listed a{

  background-color: #444;

  color: #fff;

}

.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect7 .bb-fp-gallery-thumb,
.bb-fp-masonary-layout-v1 .col-md-6 .bb-fp-gl-effect7 .bb-fp-gallery-thumb{
  width: 300px;
  height: 300px;
}

.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect7 .bb-fp-gallery-thumb{
  width: 190px;
  height: 190px;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect7 .bb-fp-gallery-caption h4{
  font-size: 16px;
}

.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect7 .bb-fp-gallery-thumb{
  width: 140px;
  height: 140px;
  margin-bottom: 0;
}

.bb-fp-gl-effect7.bb-fp-gallery-box:hover img,.bb-fp-gl-effect7.bb-fp-gallery-box:hover img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*-----------------------

Gallery Effect 8

------------------------*/

.bb-fp-gl-effect8{

  float: left;

  width: 100%;

  position: relative;

  padding: 8px;

  z-index: 11;

}

.bb-fp-gl-effect8:before{

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  border: 3px solid #666;

}

.bb-fp-gl-effect8 .bb-fp-gallery-caption{

  float: left;

  width: 100%;

  height: 100%;

  padding: 30px 15px 0;

  position: absolute;;

  left: 0%;

  bottom: -100%;

  z-index: 1;

  background-color: #666;

}

.bb-fp-gl-effect8:hover .bb-fp-gallery-thumb{

  -webkit-transform: translateY(-100%);

     -moz-transform: translateY(-100%);

      -ms-transform: translateY(-100%);

       -o-transform: translateY(-100%);

          transform: translateY(-100%);



}

.bb-fp-gl-effect8 .bb-fp-gallery-caption .bb-fp-btn-listed,

.bb-fp-gl-effect8 .bb-fp-gallery-caption h4,

.bb-fp-gl-effect8 .bb-fp-gallery-caption p{

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateY(-200%);

   -moz-transform: translateY(-200%);

      transform: translateY(-200%);

}

.bb-fp-gl-effect8:hover .bb-fp-gallery-caption .bb-fp-btn-listed,

.bb-fp-gl-effect8:hover .bb-fp-gallery-caption p,

.bb-fp-gl-effect8:hover .bb-fp-gallery-caption h4{

  -webkit-transform: translateY(0%);

   -moz-transform: translateY(0%);

      transform: translateY(0%);

      opacity: 1;

      visibility: visible;

}

.bb-fp-gl-effect8 .bb-fp-gallery-caption p,.bb-fp-gl-effect8 .bb-fp-gallery-caption h4 a,.bb-fp-gl-effect8 .bb-fp-gallery-caption strong{

  color: #fff;

}

.bb-fp-gl-effect8:hover .bb-fp-gallery-caption{

  bottom: 0;

  transition-delay: 0.5s ease-in-out;

  -webkit-transition-delay: 0.5s ease-in-out;

  -moz-transition-delay: 0.5s ease-in-out;

}

.bb-fp-gl-effect8 .bb-fp-gallery-caption .bb-fp-btn-listed{

  margin: 0 0 15px;

}

.bb-fp-hover-effect-8 .bb-fp-load-more-btn{
  background-color: #666;
  color: #fff;
  border-radius: 0;
}
.bb-fp-hover-effect-8 .bb-fp-btn-listed a{
  border-radius: 3px;
  color: #444;
}
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect8 .bb-fp-gallery-caption{
  padding-top: 150px;
}
.bb-fp-masonary-layout-v1 .col-md-6 .bb-fp-gl-effect8 .bb-fp-gallery-caption{
  padding-top: 70px;
}




/*------------------------

Gallery Effect 9

------------------------*/

.bb-fp-gl-effect9{

  float: left;

  width: 100%;

  position: relative;

  z-index: 11;

}

.bb-fp-gl-effect9 .bb-fp-gallery-caption{

  float: left;

  width: 100%;

  height: 100%;

  padding: 30px 15px 0;

  border-radius: 30% 0 30% 0;

  position: absolute;;

  left: 0;

  bottom: 0;

  z-index: 1;

  opacity: 0;

  visibility: hidden;

  background-color: #444;

  -webkit-transform: scale(0) rotate(-180deg);

     -moz-transform: scale(0) rotate(-180deg);

      -ms-transform: scale(0) rotate(-180deg);

       -o-transform: scale(0) rotate(-180deg);

          transform: scale(0) rotate(-180deg);

}

.bb-fp-gl-effect9 .bb-fp-gallery-thumb{

  border-radius: 30% 0 30% 0;

}
.bb-fp-gl-effect9 .bb-fp-btn-listed a{
  border-radius: 30% 0 30% 0;
}
.bb-fp-gl-effect9:hover .bb-fp-gallery-thumb{

  opacity: 0;

  visibility: hidden;

   transition-delay: 0.5s ease-in-out;

  -webkit-transition-delay: 0.5s ease-in-out;

  -moz-transition-delay: 0.5s ease-in-out;

  -webkit-transform: scale(0) rotate(180deg);

     -moz-transform: scale(0) rotate(180deg);

      -ms-transform: scale(0) rotate(180deg);

       -o-transform: scale(0) rotate(180deg);

          transform: scale(0) rotate(180deg);



}

.bb-fp-gl-effect9 .bb-fp-gallery-caption p,.bb-fp-gl-effect9 .bb-fp-gallery-caption h4 a{

  color: #fff;

}

.bb-fp-gl-effect9:hover .bb-fp-gallery-caption{

  opacity: 1;

  visibility: visible;

  -webkit-transform: scale(1) rotate(0);

     -moz-transform: scale(1) rotate(0);

      -ms-transform: scale(1) rotate(0);

       -o-transform: scale(1) rotate(0);

          transform: scale(1) rotate(0);

  transition-delay: 0.5s ease-in-out;

  -webkit-transition-delay: 0.5s ease-in-out;

  -moz-transition-delay: 0.5s ease-in-out;

}

.bb-fp-gl-effect9 .bb-fp-gallery-caption .bb-fp-btn-listed{

  margin: 0 0 15px;

}
.bb-fp-hover-effect-9 .bb-fp-load-more-btn{
  border-radius: 20% 0 20% 0;
}
/*
Effect Nine with Different Cols */
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect9.bb-fp-gallery-box .bb-fp-gallery-caption{
  padding-top: 200px;
  padding-bottom: 50px;
}
.bb-fp-masonary-layout-v1 .col-md-6 .bb-fp-gl-effect9.bb-fp-gallery-box .bb-fp-gallery-caption{
  padding-top: 90px;
}
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect9.bb-fp-gallery-box .bb-fp-gallery-caption{
  padding-top: 50px;
}


/*------------------------

Gallery Effect 10

------------------------*/

.bb-fp-gl-effect10{

  float: left;

  width: 100%;

  position: relative;

  padding: 10px;

  background-color: #fff;

  box-shadow: 2px 2px 25px #e3e3e3;

  z-index: 11;

}

.col-md-6 < .bb-fp-gl-effect10{

  padding-left: 0;

  padding-right: 0;

}

.bb-fp-gl-effect10 .bb-fp-gallery-caption{

  float: left;

  width: 100%;

  height: 100%;

  padding: 100px 30px 0;

  position: absolute;;

  left: 0;

  bottom: 0;

  z-index: 99;

  -webkit-transform: scale(0.92);

  -moz-transform: scale(0.92);

  -ms-transform: scale(0.92);

  -o-transform: scale(0.92);

  transform: scale(0.92);

  opacity: 0;

  visibility: hidden;

}

.bb-fp-gl-effect10:hover .bb-fp-gallery-thumb{

  opacity: 0;

  visibility: hidden;

   transition-delay: 0.5s ease-in-out;

  -webkit-transition-delay: 0.5s ease-in-out;

  -moz-transition-delay: 0.5s ease-in-out;

}

.bb-fp-gl-effect10 .bb-fp-btn-listed a{

  border-radius: 0px;
  color: #666;
  background-color: #fff;
  box-shadow: 2px 2px 10px #e3e3e3;
}
.bb-fp-gl-effect10 .bb-fp-btn-listed a:hover{
  box-shadow: 2px 2px 10px #e3e3e3;
}
.bb-fp-gl-effect10 .bb-fp-gallery-caption p,.bb-fp-gl-effect10 .bb-fp-gallery-caption h4,.bb-fp-gl-effect10 .bb-fp-gallery-caption h4 a,.bb-fp-gl-effect10 .bb-fp-btn-listed{

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all .4s ease-in-out;

     -moz-transition: all .4s ease-in-out;

      -ms-transition: all .4s ease-in-out;

       -o-transition: all .4s ease-in-out;

          transition: all .4s ease-in-out;

  transition-delay: 0.4 ease-in-outs;

  -webkit-transition-delay: 0.4s ease-in-out;

  -moz-transition-delay: 0.4s ease-in-out;

}

.bb-fp-gl-effect10 .bb-fp-gallery-caption p,.bb-fp-gl-effect10 .bb-fp-gallery-caption h4 a{

  color: #444;

}

.bb-fp-gl-effect10:hover .bb-fp-gallery-caption{

  opacity: 1;

  visibility: visible;

  background-color: #fff;

  border-color: #5ddab8;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

  -webkit-animation: bounceIn 0.4s ease-in;

  -o-animation: bounceIn 0.4s ease-in-;

  animation: bounceIn 0.4s ease-in;

  transition-delay: 0.5s ease-in;

  -webkit-transition-delay: 0.5s ease-in;

  -moz-transition-delay: 0.5s ease-in;

}

.bb-fp-gl-effect10:hover .bb-fp-gallery-caption h4,.bb-fp-gl-effect10:hover .bb-fp-gallery-caption p,

.bb-fp-gl-effect10:hover .bb-fp-gallery-caption h4 a,.bb-fp-gl-effect10:hover .bb-fp-gallery-caption .bb-fp-btn-listed{

  opacity: 1;

  visibility: visible;

}

.bb-fp-gl-effect10 .bb-fp-gallery-caption .bb-fp-btn-listed{

  margin: 0 0 15px;

}

.col-md-3 .bb-fp-gl-effect10 .bb-fp-gallery-caption{

  padding-top: 50px;

}

.col-md-2 .bb-fp-gl-effect10 .bb-fp-gallery-caption{

  padding-top: 20px;

}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect10 .bb-fp-gallery-caption,
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect10 .bb-fp-gallery-caption{
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect10 .bb-fp-gallery-caption{
  padding-top: 60px;
}
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect10 .bb-fp-gallery-caption{
  padding-top: 200px;
}



/*------------------------

Gallery Effect 11

------------------------*/
.bb-fp-gl-effect11{

  float: left;

  width: 100%;

  position: relative;

  z-index: 11;

}

.bb-fp-gallery-box.bb-fp-gl-effect11{

  overflow: visible;

}

.bb-fp-gl-effect11 .bb-fp-gallery-caption{

  float: left;

  width: 100%;


  padding: 30px 25px 20px;

  position: absolute;

  left: 0;

  top: 0;

  z-index: 999;

  opacity: 0;

  visibility: hidden;

  background-color: #ed7577;

    -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.bb-fp-gl-effect11:hover .bb-fp-gallery-thumb{

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.bb-fp-gl-effect11:hover .bb-fp-gallery-thumb img{

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}
.bb-fp-gl-effect11 .bb-fp-gallery-caption p{
  font-size: 14px;
  line-height: 24px;
}
.bb-fp-gl-effect11 .bb-fp-gallery-caption p,.bb-fp-gl-effect11 .bb-fp-gallery-caption h4 a{

  color: #fff;

}

.bb-fp-gl-effect11:hover .bb-fp-gallery-caption{

  opacity: 1;

  visibility: visible;

    -webkit-transform: translateY(70%);

  -moz-transform: translateY(70%);

  -ms-transform: translateY(70%);

  -o-transform: translateY(70%);

  transform: translateY(70%);

}

.bb-fp-gl-effect11 .bb-fp-gallery-caption .bb-fp-btn-listed{

  margin: 0 0 15px;

}
.bb-fp-gl-effect11 .bb-fp-gallery-caption .bb-fp-btn-listed a{
  border-radius: 0;
  background-color: #f2989a;
  color: #fff;
}
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect11:hover .bb-fp-gallery-caption{
    -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect11:hover .bb-fp-gallery-thumb{
    -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bb-fp-masonary-layout-v1 .col-md-3{
  z-index: 999;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect11{
  margin-bottom: 0;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect11 .bb-fp-gallery-caption{
  position: static;
  z-index: 999;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 1;
  visibility: visible;
  transform: translateY(-70px);

}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect11:hover .bb-fp-gallery-caption{
  transform: translateY(0%);
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect11 .bb-fp-gallery-caption h4,
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect11 .bb-fp-gallery-caption h4{
  font-size: 16px;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect11:hover .bb-fp-gallery-thumb{
  z-index: 999;
  transform: translateY(0px);
}
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect11 .bb-fp-gallery-thumb,
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect11{
  overflow: hidden;
}
.bb-fp-hover-effect-11 .load-more-container .bb-fp-load-more-btn{
  border-radius: 0;
  background-color: #ed7577;
  color: #fff;
}
/*------------------------

Gallery Effect 12

------------------------*/

.bb-fp-gl-effect12{

  float: left;

  width: 100%;

  position: relative;

  z-index: 11;

}

.bb-fp-gl-effect12 .bb-fp-gallery-caption{

  float: left;

  width: 100%;

  height: 100%;

  padding: 100px 30px 0;

  position: absolute;;

  left: 0;

  top: 0;

  z-index: 1;

  opacity: 1;

  visibility: visible;

  -webkit-transform: scale(0.92,0.86);

  -moz-transform: scale(0.92,0.86);

  -ms-transform: scale(0.92,0.86);

  -o-transform: scale(0.92,0.86);

  transform: scale(0.92,0.86);
  background-color: rgba(0,0,0,0.5);

}

.bb-fp-gl-effect12 .bb-fp-gallery-caption p,.bb-fp-gl-effect12 .bb-fp-gallery-caption h4 a{

  color: #fff;

}

.bb-fp-gl-effect12:hover .bb-fp-gallery-caption{

  opacity: 1;

  visibility: visible;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

  -webkit-animation: zoomInUp 1s ease-in-out;

  -o-animation: zoomInUp 1s ease-in-out;

  animation: zoomInUp 1s ease-in-out;

  transition-delay: 0.9s ease-in-out;

  -webkit-transition-delay: 0.9s ease-in-out;

  -moz-transition-delay: 0.9s ease-in-out;

}

.bb-fp-gl-effect12 .bb-fp-gallery-caption .bb-fp-btn-listed{

  margin: 0 0 25px;

}

.bb-fp-gl-effect12 .bb-fp-gallery-caption .bb-fp-btn-listed a{

  border-radius: 0px;
  color: #444;

}

.bb-fp-gl-effect12:hover .bb-fp-gallery-thumb img{

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

.col-md-3 .bb-fp-gl-effect12 .bb-fp-gallery-caption{

  padding-top: 50px;

}

.col-md-2 .bb-fp-gl-effect12 .bb-fp-gallery-caption{

  padding-top: 30px;

}
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect12 .bb-fp-gallery-caption{
  padding-top: 200px;
}
.bb-fp-masonary-layout-v1 .col-md-6 .bb-fp-gl-effect12 .bb-fp-gallery-caption{
  padding-top: 70px;
}
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect12 .bb-fp-gallery-caption,
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect12 .bb-fp-gallery-caption{
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect12 .bb-fp-gallery-caption{
  padding-top: 50px;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect12 .bb-fp-gallery-caption .bb-fp-btn-listed,
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect12 .bb-fp-gallery-caption .bb-fp-btn-listed{
  margin-bottom: 15px;
}
.bb-fp-hover-effect-12 .load-more-container .bb-fp-load-more-btn{
  border-radius: 5px;
}
/*------------------------

Gallery Effect 13

------------------------*/

.bb-fp-gl-effect13{

  float: left;

  width: 100%;

  position: relative;

  z-index: 11;

}

.bb-fp-gl-effect13 .bb-fp-gallery-caption{
  float: left;
  width: 100%;
  padding: 30px 20px 20px;
  position: static;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  border: 1px solid #ccc;
  background-color: #fff;
  border-top: none;

}

.bb-fp-gl-effect13 .bb-fp-gallery-caption p,.bb-fp-gl-effect13 .bb-fp-gallery-caption h4 a{

  color: #454545;

}

.bb-fp-gl-effect13 .bb-fp-gallery-caption .bb-fp-btn-listed{

  margin: 0 0 15px;

}

.bb-fp-gl-effect13 .bb-fp-gallery-caption .bb-fp-btn-listed a{

  border-radius: 5px;

  width: 40px;

  height: 40px;

  margin: 0 4px;
  background-color: #f7f7f7;
  line-height: 40px;

}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect13 .bb-fp-gallery-box .bb-fp-gallery-caption,
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect13 .bb-fp-gallery-box .bb-fp-gallery-caption{
  padding: 30px 15px 15px;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gallery-caption h4{
  font-size: 16px;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gallery-caption p{
  font-size:14px;
  line-height: 24px;
}
/*------------------------

Gallery Effect 14

------------------------*/

.bb-fp-gl-effect14{

  float: left;

  width: 100%;

  position: relative;

  z-index: 11;

  text-align: center;

}

.bb-fp-gl-effect14 .bb-fp-gallery-thumb{

  width: 80%;

  height: 80%;

  margin: 0 auto;

  float: none;

  display: inline-block;

}

.bb-fp-gl-effect14 .bb-fp-gallery-caption{

  float: left;

  width: 100%;

  height: 100%;

  padding: 70px 30px 30px;

  position: static;

  margin-top: -50px;

  background-color: #fff;

  border: 1px solid #ccc;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

}

.bb-fp-gl-effect14 .bb-fp-gallery-caption p,.bb-fp-gl-effect14 .bb-fp-gallery-caption h4 a{

  color: #222;

}

.bb-fp-gl-effect14 .bb-fp-gallery-caption .bb-fp-btn-listed{

  margin: 0 0 15px;

}

.bb-fp-gl-effect14 .bb-fp-gallery-caption .bb-fp-btn-listed a{

  border-radius: 0;

  background-color: transparent;
  border: 1px solid #ccc;
  color: #444;
  padding: 0;
  margin: 0 3px;

}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect14 .bb-fp-gallery-caption{
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect14 .bb-fp-gallery-thumb{
  width: 100%;
  height: 100%;
}



/*------------------------

Gallery Effect 15

------------------------*/

.bb-fp-gl-effect15{

  float: left;

  width: 100%;

  position: relative;

  z-index: 11;

  text-align: center;

  padding-top: 10px;

}

.bb-fp-gl-effect15 .bb-fp-gallery-caption{

  float: none;

  width: 100%;

  height: 100%;

  display: inline-block;

  padding: 30px 15px 20px;

  position: static;

  background-color: #80c2c0;


}

.bb-fp-gl-effect15 .bb-fp-gallery-thumb{

  width: 100%;
  border-radius: 0;
  position: relative;
  z-index: 1;

}


.bb-fp-gl-effect15 .bb-fp-gallery-thumb img{

  width: 100%;

  height: 100%;

}

.bb-fp-gl-effect15 .bb-fp-gallery-caption p,.bb-fp-gl-effect15 .bb-fp-gallery-caption h4 a{

  color: #fff;

}

.bb-fp-gl-effect15 .bb-fp-gallery-caption .bb-fp-btn-listed{

  margin: 0 0 15px;

}

.bb-fp-gl-effect15 .bb-fp-gallery-caption .bb-fp-btn-listed a{

  border-radius:0;

  margin: 0 4px;

}

.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect15 .bb-fp-gallery-caption,
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect15 .bb-fp-gallery-caption{
  width: 100%;
}
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect15 .bb-fp-gallery-thumb,
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect15 .bb-fp-gallery-thumb img{
  width: 100%;
  height: auto;
}
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect15:hover .bb-fp-gallery-thumb img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bb-fp-masonary-layout-v1 .col-md-2 .bb-fp-gl-effect15 .bb-fp-gallery-thumb:before{
  border-radius: 0;
}
.bb-fp-hover-effect-15 .load-more-container .bb-fp-load-more-btn{
  background-color: #80c2c0;
  border-radius: 5px;
}
/*========================================================================*/

/*Responsive Media Css*/

/*========================================================================*/


@media (max-width: 480px) {

.gt_gallery-section .bb-fp-filterlist_v1{

  margin-bottom: 20px;

}  

.gt_gallery-section .bb-fp-gallery-box{

  margin-bottom: 30px;

}

.gt_gallery-section .bb-fp-filterlist_v1 a{

  display: block;

  margin-bottom: 10px;

}



.bb-fp-gallery-box.bb-fp-gl-effect1 .bb-fp-gallery-caption{

  position: static;

  background-color: #f0f0f0;

  padding: 10px 15px 15px;

}

.bb-fp-gallery-box.bb-fp-gl-effect1 .bb-fp-social-links{

  width: 100%;

}

.bb-fp-gallery-box.bb-fp-gl-effect1 .bb-fp-social-links li{

  display: inline-block;

}

.bb-fp-gallery-box.bb-fp-gl-effect1 .bb-fp-social-links li a{

  background-color: #222;

}

.bb-fp-gallery-box.bb-fp-gl-effect1 .bb-fp-gallery-caption h4{

  position: relative;

  color: #020202;

  padding: 0 0 7px;

  margin: 0 0 15px;

}

.bb-fp-gallery-box.bb-fp-gl-effect1 .bb-fp-gallery-caption h4:after{

  content: '';

  left: 0;

  right: 0;

  bottom: 0;

  position: absolute;

  margin: 0 auto;

  width: 50px;

  border-bottom: 1px solid #020202;

}

.bb-fp-gallery-box.bb-fp-gl-effect1 .bb-fp-gallery-caption h4:hover:after{

  width: 50%;

}

.bb-fp-gallery-box.bb-fp-gl-effect1 .bb-fp-gallery-caption h4 a{

  color: #020202;

}

.bb-fp-gallery-box.bb-fp-gl-effect1 .bb-fp-gallery-caption h4,

.bb-fp-gallery-box.bb-fp-gl-effect1 .bb-fp-social-links{

  opacity: 1;

  visibility: visible;

  background-color: transparent;

  -webkit-transform: translateY(0);

     -moz-transform: translateY(0);

      -ms-transform: translateY(0);

       -o-transform: translateY(0);

          transform: translateY(0);

}

.bb-fp-gallery-box.bb-fp-gl-effect3 .bb-fp-gallery-caption h4{

  width: 200px;

  font-size: 16px;

  bottom: 26%;

}

.bb-fp-gallery-box.bb-fp-gl-effect3 .bb-fp-gallery-caption p{

  font-size: 14px;

  width: 90%;

}

.bb-fp-gallery-box.bb-fp-gl-effect3 .bb-fp-gallery-caption .bb-fp-social-links{

  width: 40px;

}

.bb-fp-gallery-box.bb-fp-gl-effect3 .bb-fp-gallery-caption .bb-fp-social-links li a{

  width: 40px;

  height: 32px;

  line-height: 32px;

}

.bb-fp-gallery-box.bb-fp-gl-effect3 .bb-fp-gallery-caption h4{

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-text-overflow: ellipsis;

  -moz-text-overflow: ellipsis;

  width: 200px;

}

.bb-fp-gallery-box.bb-fp-gl-effect3 .bb-fp-gallery-caption p{

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-text-overflow: ellipsis;

  -moz-text-overflow: ellipsis;

  width: 90%;

}






}





/*------------------------------*/

/*767px Css*/

/*------------------------------*/

@media (max-width: 767px) {

.gt_gallery-section .bb-fp-masonaryOuter_v1 > li{

  width: 100%;

}

.bb-fp-mosonary-listed .bb-fp-gl-effect3 .bb-fp-gallery-caption{

  height: auto;

  min-height: 200px;

}
.bb-fp-heading-outer p{
  padding: 0 20px;
}
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gallery-box .bb-fp-gallery-caption{
  padding-top: 70px;
}
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect8 .bb-fp-gallery-caption,
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect9.bb-fp-gallery-box .bb-fp-gallery-caption,
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect10 .bb-fp-gallery-caption,
.bb-fp-masonary-layout-v1 .col-md-12 .bb-fp-gl-effect12 .bb-fp-gallery-caption{
  padding-top: 50px;
}
.bb-fp-masonary-layout-v1 .col-md-6 .bb-fp-gl-effect9.bb-fp-gallery-box .bb-fp-gallery-caption{
  padding-top: 50px;
}
.bb-fp-masonary-layout-v1 .col-md-3 .bb-fp-gl-effect9.bb-fp-gallery-box .bb-fp-gallery-caption,
.bb-fp-masonary-layout-v1 .col-md-4 .bb-fp-gl-effect9.bb-fp-gallery-box .bb-fp-gallery-caption{
  padding-top: 30px;
}


}



/*------------------------------*/

/*768px and 991px Css*/

/*------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {

.gt_gallery-section .bb-fp-masonaryOuter_v1 > li{

  width: 50%;

}

.bb-fp-masonary-layout-v1 > li.col-sm-3,.bb-fp-masonary-layout-v1 > li.col-sm-4{

  width: 50%;

}

}
/*--------------------------------------*/
/*Font Family Css*/
/*--------------------------------------*/
.Raleway{
  font-family: 'Raleway', sans-serif;
}
.Poppins{
  font-family: 'Poppins', sans-serif;
}
.Nunito-Sans{
  font-family: 'Nunito Sans', sans-serif;
}
.Playfair{
  font-family: 'Playfair Display', serif;
}
.Montserrat{
  font-family: 'Montserrat', sans-serif;
}
.Lato{
  font-family: 'Lato', sans-serif;
}

/*--------------------------------------*/
/*Updated Css*/
/*--------------------------------------*/
.bb-fp-option-section{
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fff;
}
.option-inner strong{
  display: block;
  margin-bottom: 15px !important;
  font-size: 20px;
}
.possible-listed{
  padding: 0;
}
.possible-listed li{
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.possible-listed li:last-child{
  margin-bottom: 0;
}
.possible-listed li:before{
  font-family:'FontAwesome';
  content:"\f101";
  font-size: 16px;
  margin-right: 10px;
    transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out; 
}
.possible-listed li:hover:before{
  margin-right: 15px;
}
body .entry-content a,body .entry-content a:focus,body .entry-content a:hover,body .entry-summary a:focus,
body .entry-summary a:hover{
  box-shadow: none;
}


/*16th style*/
.clbb-fp-gl-effect16 .bb-fp-masonary-layout-v1 .cl-custom{ padding: 30px; border: 1px solid #dddddd; width: 100%; float: left; margin-bottom: 30px; border-radius: 7px; }
.clbb-fp-gl-effect16 .bb-fp-masonary-layout-v1 .cl-custom .bb-fp-gallery-thumb{ width: 32%; float: left; }
.clbb-fp-gl-effect16 .bb-fp-masonary-layout-v1 .cl-custom .bb-fp-gallery-caption.gl-caption{ width: 67%; margin-left: 1%; text-align: left; padding: 0; padding-left: 20px; }
.clbb-fp-gl-effect16 .bb-fp-social-links{ display: none; }
.clbb-fp-gl-effect16 .bb-fp-masonary-layout-v1 .bb-fp-gallery-box h4 {
    text-align: left;
}
.clbb-fp-gl-effect16 .bb-fp-masonary-layout-v1 .cl-custom figure{ margin-bottom: 0; }
.clbb-fp-gl-effect16 .load-more-container{ display: none; }
.clbb-fp-gl-effect16 .cf-custom-link{
  padding-top: 3px;
    padding-right: 30px;
    padding-bottom: 3px;
    padding-left: 30px;
    margin-top: 20px;
    border-style: solid;
    border-width: 0;
    background-clip: padding-box;
    border-color: #213643;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-decoration: none !important;
    color: #213164;
    font-size: 16px;
	display: inline-block;
margin-top: 0;
}
.clbb-fp-gl-effect16 .cf-custom-link:hover{
  border-style: solid;
    border-width: 0;
    background-clip: padding-box;
    border-color: #ffffff;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #ffffff;
    background-color: #5dbaa3;
}
.clbb-fp-gl-effect16 .bb-fp-masonary-layout-v1 .bb-fp-gallery-box h4 a{ 
  text-decoration: none; 
  font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #5dbaa3;
}

@media (max-width: 600px) {
  .clbb-fp-gl-effect16 .bb-fp-masonary-layout-v1 .cl-custom{ text-align: center; }
.clbb-fp-gl-effect16 .bb-fp-masonary-layout-v1 .cl-custom .bb-fp-gallery-thumb{ width: 100%; float: none; }
.clbb-fp-gl-effect16 .bb-fp-masonary-layout-v1 .cl-custom .bb-fp-gallery-thumb img{ width: auto; }
.clbb-fp-gl-effect16 .bb-fp-masonary-layout-v1 .cl-custom .bb-fp-gallery-caption.gl-caption{ width: 100%; margin-left: 0; text-align: center; padding: 0; padding-left: 0; }
.clbb-fp-gl-effect16 .bb-fp-masonary-layout-v1 .bb-fp-gallery-box h4{ text-align: center; margin-top: 15px; }
}