﻿@charset "utf-8";
/* CSS Document */
#bsPhotoGalleryModal .modal-content {
    border-radius:0;
}
#bsPhotoGalleryModal .modal-dialog img {
    text-align:center;
    margin:0 auto;
    width:100%;
}
#bsPhotoGalleryModal .modal-body {
    padding:0px !important;
}
#bsPhotoGalleryModal .bsp-close {
  position: absolute;
  right: 0px;
  top: -6px;
  font-size: 30px;
  color:#fff;
  text-shadow: 1px 1px 18px #000;
}

@media(min-width: 1024px) {
    #bsPhotoGalleryModal .bsp-close {
  position: absolute;
  right: -14px;
  top: -11px;
  font-size: 30px;
  color:#fff;
  text-shadow: 1px 1px 18px #000;
}
}

#bsPhotoGalleryModal .bsp-close:hover {
  cursor: pointer;
  opacity:.6;
  text-shadow: none;

}
.bspHasModal {
  cursor: pointer;
}
.bspHasModal .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px; padding-top: 5px; margin-bottom: 15px;
  display: none;
}
.bspHasModal .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px; padding-top: 5px;
  display: none;
}
.imgWrapper {
  overflow: hidden;
  max-height: 160px;
}
.imgborder {border: 1px #dedede solid; margin: 15px 0; position: relative;}
.imgborder .showbx {width: 100%; height: 100%; overflow: hidden; background: url(../img/transparent/black.png) repeat; position: absolute; top: 0; left: 0; display: none;}

.showbx .imgtitle {padding: 10px; font-size: 16px; text-align: center; color: #fff; line-height: 18px;}
.zoomicon {width: 20px; height: 20px; margin: 0 auto; display: block; color: #fff; margin-top: 20px;}



a.bsp-controls,
a.bsp-controls:visited,
a.bsp-controls:active {
  position: absolute;
  top: 44%;
  font-size: 26px;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
}

a.bsp-controls.next {
  right: 15px;
  border: 2px #fff solid; height: 40px; width: 40px;
  border-radius: 100px;
}
a.bsp-controls.previous {
  left: 15px;
   border: 2px #fff solid; height: 40px; width: 40px;
  border-radius: 100px;
}
ul.first {margin: 7px 0 0 0; padding: 0; overflow:hidden;}
@media (min-width: 768px){
a.bsp-controls.next {
  right: -50px;
  border: 2px #fff solid; height: 40px; width: 40px;
  border-radius: 100px;
}
a.bsp-controls.previous {
  left: -50px;
   border: 2px #fff solid; height: 40px; width: 40px;
  border-radius: 100px;
}	
}

a.bsp-controls:hover {
  opacity:.6;
  text-shadow: none;
}
.bsp-text-container {
  clear:both;
  display:block;
  padding: 5px;
}
.glyphicon {text-indent: 5px;}

#bsPhotoGalleryModal h6{
  margin-bottom: 0;
  font-weight: normal;
  color: #000;
  font-size: 16px;
  padding:10px 70px 10px 15px;
  margin-bottom: 5px;
    position: relative;
}
#bsPhotoGalleryModal h6 a.pull-right {position: absolute; right: 5px; top: 12px;}
#bsPhotoGalleryModal .pText {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 0 12px 5px;
}


@media screen and (max-width: 380px){
   .col-xxs-12 {
     width:100%;
   }
   .col-xxs-12 img {
     width:100%;
   }
}
.modal-content .glyphicon{
    top:5px;
}

