.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #000;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f67e06;
    border-color: #f67e06;
}

.card-header {
    padding: .45rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#gmap_canvas, .gmap_canvas {
	width: 100%;
	height: 400px;
	float: left;
}

.gray a:link {
  color: gray;
}

.gray a:visited {
  color: gray;
}

.gray a:hover {
  color: gray;
}

.gray a:active {
  color: gray;
}

/* Sticky bar */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 6px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #c2c2c2;
}

.sticky-icon {
  background: #f7f7f7;
}

/* Accordeon border */
.list-group-item-noborder {
    border: 0px solid rgba(0,0,0,.125);
    background-color: #f7f7f7;
}

/* Banner background */
.home-slide-overlay {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* List bullets for admin/jd */
.listperson li {
    margin: 15px;
    list-style-type: disc;
    font-family: Arial;
    font-weight: 9;
}

/* Text color */
.color0-hov:hover {
    color: #fd7b36;
}

/* Agreement */
.hide-content {
    display: none;
}

/* Links */
a {
    /* font-family: Montserrat; */
    /* font-weight: 400; */
    font-size: inherit;
    line-height: 1.7;
    color: #f58221;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

/* Paragraphs */
p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.7;
    color: #212529;
    margin: 0px;
}

/* Pagination */
.item-pagination-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    color: #808080;
    width: 36px;
    height: 36px;
    border-radius: 0%;
    border: 0px solid #e6e6e6;
    margin: 6px;
    margin-left: 30px;
    margin-right: 30px;
}

.item-pagination-text:hover {
    background-color: #ffffff;
    color: #fd7b36;
}

/* Gallery */
.overlay-item-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(245,130,33,0.8);
    opacity: 0;
}

/* Menu */
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
