#bsPhotoGalleryModal .modal-content {
    border-radius:0;
    
}
#bsPhotoGalleryModal .modal-dialog img {
    text-align:center;
    margin:0 auto;
    max-height: 700px;
    
}
#bsPhotoGalleryModal .modal-body {
    padding:0px !important;
}
#bsPhotoGalleryModal .glyphicon-remove-circle {
  position: absolute; 
  right: -14px; 
  top: -11px; 
  font-size: 30px; 
  color:#fff; 
  text-shadow: 1px 1px 18px #000;
}

#bsPhotoGalleryModal .glyphicon-remove-circle:hover {
  cursor: pointer;
  opacity:.6;
  text-shadow: none;
  
}
.bspHasModal {
  cursor: pointer;
}
.bspHasModal .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgWrapper {
  overflow: hidden;
  max-height: 99px;
}

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:-10px;
}
a.bsp-controls.previous {
  left:-10px;
}
a.bsp-controls:hover {
  opacity:.6;
  text-shadow: none;
}
.bsp-text-container {
  clear:both;
  display:block;
  padding-bottom: 5px;
}
#bsPhotoGalleryModal h6{
  margin-bottom: 0;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
}
#bsPhotoGalleryModal .pText {
  font-size: 11px;
  margin-bottom: 0px;
  padding: 0 12px 5px;
} 
 

@media screen and (max-width: 380px){
   .col-xxs-12 {
     width:100%;
    
   }
   .col-xxs-12 img {
     width:100%;
   }
}
ul.pagination {
    display: inline-block;
    padding: 0px 0px 5px 0px;
    margin: 0;
    
}

ul.pagination li {display: inline;}

ul.pagination li a {
    font-family: Impact, Charcoal, sans-serif;
    color: #000000;
    float: left;
    padding: 4px 20px;
    text-decoration: none;
    background-color: #ffffff;
    font-size: 1.4em;
}

ul.pagination li a.active{
    background-color:  #000000;
    color:#ffffff;
    border-color: black;
    z-index: 3;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: black;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: black;
}
ul.pagination li a:hover:not(.active) {background-color: #ffffff;
    color: #000000;
    border-color: black;}

#Page2, #Page3 {
    display: none;
}

#Copyright {
    font-size: 14px; 
    font-weight: normal;
}

#SmallLogo {
    margin-bottom: 20px;
}
