/* 
    Created on : Mar 1, 2017, 6:33:15 PM
    Author     : Derick Fab <derick@bbst.org>
*/

/*********** Global ****************/
.font-google-fredericka{
  font-family: 'Fredericka the Great', cursive;
}

.text-center{
  text-align: center;
}

#footer {
  text-align: center;
}

/*padding for the fixed-navbar*/
#google-map-address { 
  margin-top: 40px; 
  margin-bottom: 50px; 
}
nav.navbar {
  min-height: 35px;
}
nav a {
  padding-top: 7px !important;
  padding-bottom: 9px !important;
  font-size: 14px;
}
#google-map-nav-btn{
  margin-right: 30px;
}
.navbar-brand{
  /*  padding:0px;
    float: none !important;*/
  /*display: inline-block;*/
  /*background: url(/images/logo-3plus.png) center / contain no-repeat;
    width: 100px;*/

}
.navbar-left{
  float: none !important;
}
#brand-logo{
  display: block;
  margin-top: 5px;
  margin-left: 7px;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  #brand-logo{
    display: block;
    margin-top: 12px;
    margin-left: 7px;
    opacity: 0.9;
  }
  /****making slideshow fullwidth to screen***/
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  #google-map-address { 
    margin-top: 60px;
    text-align: center;
    font-size: 25px;
  }

}




/*This fix problem of no margin between 1st and 2nd row images in fancy-box gallery*/
img{
  vertical-align: baseline !important;
}



/*hidden on mobile*/
@media screen and (max-width: 550px) {
  #hidden-on-mobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}

hr{
  margin-top: 70px;
}

audio{
  margin-top: 20px;
  margin-bottom: 10px;
}
.audio-block{
  margin-right:70px;
}


/*The more button for the gallery*/
.moreBtn{
  position: relative;  
  left: 50%;
  margin-top: 100px;

}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 15px 5px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}



/******************Google Map ***************/
#map, #street-view {
  float: left;
  height: 100%;
  width: 50%;
}

@media screen and (max-width: 550px) {
  #map, #street-view {
    float: left;
    height: 100%;
    width: 100%;
  }
}

.sub-nav-item {
  margin-left: 2px;
}

#bfs-slideshow {
  margin-top: 60px;
  margin-bottom: 140px;

}

#bfs-gallery{
  margin-top: 50px;
  margin-bottom: 50px;
}

extra-margin-container {
  margin-top: 60px;
  margin-bottom: 80px;
}


/******************* Fancy box  ************************/
#header{
  /*margin-top: 0px !important;*/
}

.download-all{
  margin-top: 40px;
}
.multi-words-a{
  word-spacing: -9px;
}
.multi-words-h3{
  word-spacing: -18px;
}

#hidden-fancy-gallery {
  /* Custom styling */
  /*max-width: 880px;*/
  padding: 10px 30px 30px 30px;
  border-radius: 4px;

  /* Custom transition - fade from top*/
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1.5s;
}

.fancybox-slide--complete #hidden-fancy-gallery {
  opacity: 1;
  transform: translateY(0);
}



#hidden-fancy-google-map {
  /* Custom styling */
  /*  max-width: 800px;*/
  width: 100%;
  /*padding: 10px 30px 30px 30px;*/
  padding: 60px;
  border-radius: 4px;

  /* Custom transition - fade from top*/
  opacity: 0;
  transform: translateY(-50px);
  transition: all .8s;
}

.fancybox-slide--complete #hidden-fancy-google-map {
  opacity: 1;
  transform: translateY(0);
}



/***************  WowSlider   *********************/
/*Slideshow
 *	generated by WOW Slider 4.7
 *	template Crystal
 */

/*reduce the size of slideshow to ~732 x 496.5, as big as Youtube video*/
.ws_images{
  width: 100%;
  max-width: 780px !important;
}

#bfs-slideshow { 
  zoom: 1; 
  position: relative; 
  max-width:1000px;
  margin:10px auto 78px;
  z-index:90;
  border:none;
  text-align:left; /* reset align=center */
}
* html #bfs-slideshow{ width:1000px }
#bfs-slideshow .ws_images ul{
  position:relative;
  width: 10000%; 
  height:auto;
  left:0;
  list-style:none;
  margin:0;
  padding:0;
  border-spacing:0;
  overflow: visible;
  /*table-layout:fixed;*/
}
#bfs-slideshow .ws_images ul li{
  width:1%;
  line-height:0; /*opera*/
  float:left;
  font-size:0;
  padding:0 0 0 0 !important;
  margin:0 0 0 0 !important;
}

#bfs-slideshow .ws_images{
  position: relative;
  left:0;
  top:0;
  width:100%;
  height:100%;
  overflow:hidden;
}
#bfs-slideshow .ws_images a{
  width:100%;
  display:block;
  color:transparent;
}
#bfs-slideshow img{
  max-width: none !important;
}
#bfs-slideshow .ws_images img{
  width:100%;
  border:none 0;
  max-width: none;
  padding:0;
}
#bfs-slideshow a{ 
  text-decoration: none; 
  outline: none; 
  border: none; 
}

#bfs-slideshow  .ws_bullets { 
  font-size: 0px; 
  float: left;
  position:absolute;
  z-index:70;
}
#bfs-slideshow  .ws_bullets div{
  position:relative;
  float:left;
}
#bfs-slideshow  .wsl{
  display:none;
}
#bfs-slideshow sound, 
#bfs-slideshow object{
  position:absolute;
}

#bfs-slideshow .ws_frame{
  display:block;
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  border:solid 8px black;
  z-index:9;
  opacity:0.3;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
* html #bfs-slideshow .ws_frame{
  width:$FrameW$px;
  height:$FrameH$px;
}
#bfs-slideshow  .ws_bullets { 
  padding: 10px; 
}
#bfs-slideshow .ws_bullets a { 
  margin: 0;
  width:16px;
  height:15px;
  background: url(./bullet.png) left top;
  float: left; 
  text-indent: -4000px; 
  position:relative;
  color:transparent;
}
#bfs-slideshow .ws_bullets a:hover{ 
  background-position: -16px 0;
}
#bfs-slideshow .ws_bullets a.ws_selbull{
  background-position: right top;
}
#bfs-slideshow .ws_bullets a.ws_overbull{
  background-position: 50% top;
}
#bfs-slideshow .ws_bullets a:hover{
  background-position: 50% top;
}
#bfs-slideshow a.ws_next, #bfs-slideshow a.ws_prev {
  position:absolute;
  display:block;
  top:50%;
  margin-top:-28px;
  z-index:60;
  height: 56px;
  width: 29px;
  background-image: url(./arrows.png);
}
#bfs-slideshow a.ws_next{
  background-position: 100% 0; 
  right:-29px;
}
#bfs-slideshow a.ws_prev {
  left:-29px;
  background-position: 0 0; 
}

/*playpause*/
#bfs-slideshow .ws_playpause {
  display:none;
  width: 58px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -29px;
  margin-top: -28px;
  z-index: 59;
}

#bfs-slideshow:hover .ws_playpause {
  display:block;
}

#bfs-slideshow .ws_pause {
  background-image: url(./pause.png);
}

#bfs-slideshow .ws_play {
  background-image: url(./play.png);
}

#bfs-slideshow .ws_pause:hover, #bfs-slideshow .ws_play:hover {
  background-position: 100% 100% !important;
}/* bottom center */
#bfs-slideshow  .ws_bullets {
  bottom:-24px;
  left:50%;
}
#bfs-slideshow  .ws_bullets div{
  left:-50%;
}
#bfs-slideshow .ws_bullets .ws_bulframe {
  bottom: 20px;
}
#bfs-slideshow .ws-title{
  position: absolute;
  bottom:18px;
  left: 18px;
  margin-right:23px;
  z-index: 50;
  padding:5px;
  color: #FFF;
  background:#000;
  font-family: Tahoma,Arial,Helvetica;
  font-size: 14px;
  opacity:0.6;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	
}
#bfs-slideshow .ws-title div{
  padding-top:5px;
  font-size: 12px;
}

#bfs-slideshow .ws_images ul{
  animation: wsBasic 12s infinite;
  -moz-animation: wsBasic 12s infinite;
  -webkit-animation: wsBasic 12s infinite;
}
@keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }

#bfs-slideshow  .ws_shadow{
  background-image: url(./bg.png);
  background-repeat: no-repeat;
  background-size:100%;
  position:absolute;
  z-index: -1;
  left:-0.5%;
  top:-0.75%;
  width:101%;
  height:106.6%;
}

* html #bfs-slideshow .ws_shadow{/*ie6*/
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale');
}
*+html #bfs-slideshow .ws_shadow{/*ie7*/
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale');
}