
@import 'bb-default.css';

.bb-lightbox-wrap {
    position: absolute;
    top: 0;
}

.bb-lightbox-open {
  overflow: hidden;
  height: 100%;
}

.bb-lightbox-content {
  max-width: 80%;
}

.bb-lightbox-slide {
  max-height: 90%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.bb-lightbox-slide-content {
  background-color: #fff;
}

.bb-lightbox-slide-html .bb-lightbox-htmlcontent {
  padding: 1px 1em;
}

.bb-lightbox-options {
  position: absolute;
  right: 0;
  top: 0;
}

.bb-lightbox-option-button {
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  float: left;
  color: #fff;
  font-size: 2em;
  text-align: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.bb-lightbox-option-button:before {
  font-family: FontAwesome;
}

.bb-lightbox-fullscreen {
	display:none;
	width:60px;
	height:60px;
	background: transparent;
	background:url(../img/i_zoom.png) no-repeat 100% 50%;
	background-size: 60px 60px;
	left:0;
	position:fixed;
  }
  
.bb-lightbox-content-close {
	width:60px;
	height:60px;
	background: transparent;
	background:url(../img/i_close.png) no-repeat 100% 50%;
	background-size: 60px 60px;
}
  
.bb-lightbox-fullscreen:before {
  /*content: "\f065";*/
  content:"";
}
.bb-lightbox-mode-fullscreen .bb-lightbox-fullscreen:before {
  /*content: "\f066";*/
  content:"";
}

.bb-lightbox-content-close:before {
  /*content: "\f00d";*/
  content:"";
}
.bb-lightbox-no-content-close .bb-lightbox-content-close {
  display: none;
}

.bb-lightbox-texts {
  padding: 0 1em;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.bb-lightbox-error {
  color: #000;
  margin: 0;
  padding: 1em;
}
.bb-lightbox-error:before {
  content: "\f071";
  display: block;
  color: #395a73;
  font-family: FontAwesome;
  font-size: 3em;
  text-align: center;
}

.bb-lightbox-has-pager-gallery .bb-lightbox-content {
  padding-bottom: 115px;
}
.bb-lightbox-has-pager-gallery.bb-lightbox-mode-fullscreen .bb-lightbox-content {
  padding-bottom: 0;
}
.bb-lightbox-has-pager-gallery.bb-lightbox-mode-fullscreen .bb-lightbox-media-img {
  max-height: none;
}


.bb-lightbox-control-next,
.bb-lightbox-control-prev {
  height: 6em;
  width:60px;
  margin-top: -3em;
  padding: 0 .1em;
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 5em;
  border: 0;
  background: transparent;
  background:url(../img/i_prev.png) no-repeat 100% 50%;
  background-size: 60px 60px;
    /*
  opacity: .5;
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
		  */
}

.bb-lightbox-control-next {
  background: transparent;
  background:url(../img/i_next.png) no-repeat 100% 50%;
  background-size: 60px 60px;
}

.bb-lightbox-control-next:before,
.bb-lightbox-control-prev:before {
  font-family: FontAwesome;
}
.bb-lightbox-control-next:hover, .bb-lightbox-control-next:focus,
.bb-lightbox-control-prev:hover,
.bb-lightbox-control-prev:focus {
  opacity: 1;
}

.bb-lightbox-control-next {
  right: 0;
}
.bb-lightbox-control-next:before {
	/*content: "\f105";*/
	content:"";
}

.bb-lightbox-control-prev {
  left: 0;
}
.bb-lightbox-control-prev:before {
  /*content: "\f104";*/
  content:"";

}

.bb-lightbox-pager-button {
  width: 0.5em;
  height: 0.5em;
  margin: .5em;
  padding: 0;
  background-color: #ffffff;
  border: 0;
  border-radius: 100%;
  /*box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);*/
}

.bb-lightbox-pager-active .bb-lightbox-pager-button {
  background-color: #000000;
}

.bb-lightbox-mode-fullscreen .bb-lightbox-pager-gallery .bb-lightbox-pager-item {
  height: 2em;
  -webkit-transition: height .5s;
          transition: height .5s;
  box-shadow: inset 0 -10px 10px -5px rgba(0, 0, 0, 0.75);
}
.bb-lightbox-mode-fullscreen .bb-lightbox-pager-gallery .bb-lightbox-pager-item:hover {
  height: 100px;
}
.bb-lightbox-pager-gallery .bb-lightbox-pager-item {
  width: 170px;
  height: 100px;
  margin: 0 .5em;
  background-position: center;
  background-size: cover;
}
.bb-lightbox-pager-gallery .bb-lightbox-pager-button {
  width: 100%;
  height: 100%;
  margin: 0;
  background: none;
  border-radius: 0;
}
.bb-lightbox-pager-gallery .bb-lightbox-pager-active {
  box-shadow: 0 0 5px #fff;
}

@media only screen and (max-width: 767px) {
  .bb-lightbox-control-next,
  .bb-lightbox-control-prev {
    font-size: 5em;
  }
}

/*standard*/
.standard .bb-lightbox-bg-close {
  background: #000;
  background-image:url();
  background-size:50px 50px;
  background-position: center;
  background-repeat:no-repeat;
  /*opacity: .75; */
}
.standard .bb-lightbox-mode-fullscreen .bb-lightbox-option-button {
  background-color: rgba(0, 0, 0, 0.25);
}

/*/standard*/

/*classic*/
.classic .bb-lightbox-bg-close {
  background-color: #fff;
  opacity: .8;
}
.classic .bb-lightbox-content {
  position: relative;
  padding: .5em 60px;
}
.classic .bb-lightbox-slide {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.classic .bb-lightbox-slide-content {
  padding: 46px .5em .5em;
}
.classic .bb-lightbox-texts {
  padding-right: 5em;
  padding-left: 0;
  position: absolute;
  left: .5em;
  top: 0;
  color: #000;
  text-align: left;
}
.classic .bb-lightbox-options {
  margin: .75em 65px 0 0;
}
.classic .bb-lightbox-option-button {
  margin: 3px 3px 0 0;
  color: #aaa;
  font-size: 1.375em;
  border: 1px solid #aaa;
  border-radius: 2px;
}
.classic .bb-lightbox-control-next,
.classic .bb-lightbox-control-prev {
  width: 55px;
  height: 1.5em;
  margin-top: -0.75em;
  color: #aaa;
  font-size: 4em;
  background-color: #fff;
  opacity: 1;
}
.classic .bb-lightbox-control-next {
  right: 5px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
}
.classic .bb-lightbox-control-prev {
  left: 5px;
  box-shadow: -2px 2px 5px -2px rgba(0, 0, 0, 0.5);
}
.classic.bb-lightbox-has-pager-gallery .bb-lightbox-content {
  padding-bottom: 115px;
}
.classic.bb-lightbox-has-pager-gallery .bb-lightbox-slide:after {
  content: "";
  height: .5em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.classic.bb-lightbox-mode-fullscreen.bb-lightbox-has-pager-gallery .bb-lightbox-content {
  padding-bottom: 0;
}
.classic.bb-lightbox-mode-fullscreen .bb-lightbox-content {
  padding: 0;
}
.classic.bb-lightbox-mode-fullscreen .bb-lightbox-slide-content {
  padding: 0;
}
.classic.bb-lightbox-mode-fullscreen .bb-lightbox-media-img {
  max-height: none;
}
.classic.bb-lightbox-mode-fullscreen .bb-lightbox-options {
  margin-top: 5px;
  margin-right: 5px;
  padding-bottom: 3px;
  padding-left: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
}
.classic.bb-lightbox-mode-fullscreen .bb-lightbox-pager {
  background-color: transparent;
  box-shadow: none;
}
.classic.bb-lightbox-mode-fullscreen .bb-lightbox-pager:before, .classic.bb-lightbox-mode-fullscreen .bb-lightbox-pager:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .classic .bb-lightbox-content {
    padding-right: 0;
    padding-left: 0;
  }
  .classic .bb-lightbox-control-next,
  .classic .bb-lightbox-control-prev {
    background-color: transparent;
    box-shadow: none;
  }
  .classic .bb-lightbox-options {
    margin-right: 5px;
  }
}
/*/classic*/

/*vintage*/
.vintage .bb-lightbox-bg-close {
  background: ivory url(../img/vintage/bg.png) repeat center;
  opacity: 1;
}
.vintage .bb-lightbox-slide:before, .vintage .bb-lightbox-slide:after,
.vintage .bb-lightbox-slide-content:before,
.vintage .bb-lightbox-slide-content:after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  background-image: url(../img/vintage/photo-corners.png);
  background-repeat: no-repeat;
  z-index: 1;
}
.vintage .bb-lightbox-slide {
  padding: 16px;
}
.vintage .bb-lightbox-slide:before, .vintage .bb-lightbox-slide:after {
  top: 8px;
}
.vintage .bb-lightbox-slide:before {
  left: 8px;
}
.vintage .bb-lightbox-slide:after {
  right: 8px;
  background-position: 100% 0;
}
.vintage .bb-lightbox-slide-content {
  position: relative;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.5);
}
.vintage .bb-lightbox-slide-content:before, .vintage .bb-lightbox-slide-content:after {
  bottom: -8px;
}
.vintage .bb-lightbox-slide-content:before {
  left: -8px;
  background-position: 0 100%;
}
.vintage .bb-lightbox-slide-content:after {
  right: -8px;
  background-position: 100% 100%;
}
.vintage .bb-lightbox-modal {
  padding: 2.5em;
  position: relative;
  z-index: 2;
}
.vintage .bb-lightbox-texts {
  margin-top: -.5em;
  color: #000;
  font-family: "Brush Script MT", cursive;
  font-size: 2em;
}
.vintage .bb-lightbox-texts p {
  margin: .5em 0;
}
.vintage .bb-lightbox-option-button,
.vintage .bb-lightbox-control-next,
.vintage .bb-lightbox-control-prev {
  color: #999;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(0, 0, 0, 0.7);
}
.vintage .bb-lightbox-control-next,
.vintage .bb-lightbox-control-prev {
  opacity: 1;
}
.vintage.bb-lightbox-mode-fullscreen .bb-lightbox-slide:before, .vintage.bb-lightbox-mode-fullscreen .bb-lightbox-slide:after,
.vintage.bb-lightbox-mode-fullscreen .bb-lightbox-slide-content:before,
.vintage.bb-lightbox-mode-fullscreen .bb-lightbox-slide-content:after {
  display: none;
}
.vintage.bb-lightbox-mode-fullscreen .bb-lightbox-slide {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .vintage .bb-lightbox-control-next,
  .vintage .bb-lightbox-control-prev {
    width: 1em;
  }
}
/*/vintage*/
