body {
  /* overflow-x: hidden; */
}
.page-header { font-family: 'Kaushan Script', cursive; background-color: #000; color: #fff; margin: 0px 0px; padding: 0px; border: none; }
.page-header img { width: 100%; max-width: 200px; }
.page-header h1 { display: inline; }

#title_div { text-align: center; padding: 40px 40px; }
#who_we_are { color: black; }
/* #logo_div img{
  transform: scale(0.8, 0.8);
} */

.carousel-inner img {
    background-color: black;
    margin: auto;
    /*height: auto;*/
    width: 100%;
}

.carousel-caption {
  position: absolute;
  top: 0px;
}
.carousel-caption span {
  font-size: 32px;
  font-family: 'Kaushan Script', cursive;
}
.navbar {
  border: none;
  border-radius: 0px;
  margin: 0px;
  color: #fff;
}

.navbar-invert {
  color: #fff;
}

.navbar-header {
  padding-left: 10px;
}

.navbar-nav a {
  color: #fff;
}

.navbar-invert .navbar-toggle .icon-bar {
  background-color: #fff;
}

.logo-container {
  display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
width: 90%;
margin-bottom: 20px;
}
#logo_cfjjb {max-height: 100px;max-width: 70%;}
#logo_ibjjf {max-height: 150px;max-width: 100%;}

#where_we_are { 
  background-color: #f3f3f3;
}

body .container-fluid {
  /* override default bootstrap left/right padding */
  padding-left: 0px;
  padding-right: 0px;
}


#googleMap {
  height: 400px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

#googleMap_2 {
  height: 400px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer { background-color: #2d2d30; color: #bdbdbd; padding-bottom: 30px; padding-top: 30px; }

.standard-text-footer {
  margin-left: 3px;
  margin-right: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  display:inline-block;
  line-height:29px;
  height:29px;
}

.facebook-text-footer {
  margin-right:6px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  line-height: 29px;
  height: 29px;
}

.facebook-picto {
  display: inline-block;
  line-height: 29px;
  height: 29px;
}

.main-para-title {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 10px;
}

.main-para {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-para-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#logo_ffl {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main-video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 660px;
	max-width: 100%;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.5;
  position: fixed;
  top: auto;
  bottom: 30px;
  right: 30px;
  display: none;
  border-radius: 2px;
  border: 2px solid #fafafa;
  text-align: center;
  background: #3b3b3b;
  font-size: 22px;
  z-index: 9999;
}

.scrollup span {
  vertical-align: middle;
  margin-left: 2px;
}

a.scrollup {
  opacity: 0.5;
  color: #fafafa;
}

a.scrollup:hover {
  opacity: 0.8;
  color: #ffffff;
}

.img-portrait {
  display: block
}

@media (min-width: 650px) {
  .img-portrait {
    display: none
  }
}

.img-landscape {
  display: block;
}

@media (max-width: 650px) {
  .img-landscape {
    display: none
  }
}
		