body {
  /*font-family: 'Lora';*/
  font-family: sans-serif, serif;
  /*background: linear-gradient(rgba(11,76,95,0.65), rgba(11,76,95,0.65)), url("../img/bg.jpg");*/
  /*background: linear-gradient(rgba(206,236,245,0.65), rgba(206,236,245,0.65)), url("../img/bg.jpg");*/
  /*background : #FCF9F2;*/
  background: #f0f2f5;
  /*background: #F0F4F6;*/
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
}

.sub-title{
  font-family: 'Arial';
  background: #f2f2f2;
  color: #000000;
  padding: 10px 21px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  font-size: 20px;
  font-weight: 600;
  opacity:0.8;
}

p {
  line-height: 1.5;
}

.vis:visited{
  color: #6600cc;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.site-heading {
  margin-top: 0rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';
  background-color:#fff;
  /*background-image: url("/img/header_bg12.png");*/
  background-repeat: none;
  
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.site-heading .site-heading-lower {
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
}

.page-section {
  margin-top: 0rem;
  /*margin-bottom: 1rem;*/
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}

.navbar-expand-lg .navbar-collapse {
  margin: -8px;
}

#mainNav {
  background-color: #047395;
  font-family: 'Raleway';
  border-bottom: 4px solid #034d63;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out ;
}


#mainNav .navbar-brand {
  color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 800;
  padding-top: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out ;
}

#mainNav .navbar-nav .nav-item.active{
  background-color: #034d63;
  position: relative;
  display: block;
}

#mainNav .navbar-nav .nav-item .nav-link a.active{
  color: #e6b800;
}

#mainNav .dropdown-menu {
  border-top: 2px solid #034d63;
  background-color: #03607c;

}

#mainNav .dropdown-menu a {
  color: #fff;
  font-weight:600;

}

#mainNav .dropdown-menu a:hover {
  /*color: rgba(224, 144, 41, 0.9);*/
  background-color: #034d63;
  color: #fff;
}


@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    /*background-color: #03607c;*/
    color: rgba(255, 255, 255, 0.7);
  }
  

}

/*scrollTop*/
#scrollTop ul.nav-pills {
  top: 500px;
  position: fixed;
}

#scrollTop ul.nav-pills .nav-item .nav-link{
  color:#666666;
}

#scrollTop ul.nav-pills .nav-item .nav-link.active{
  background: rgba(255, 255, 255, 0);
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}


@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

/*carousel*/
/*.carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,  
.carousel-fade .carousel-inner .next.left,  
.carousel-fade .carousel-inner .prev.right {
    opacity: 1; 
}
.carousel-fade .carousel-inner .next,  
.carousel-fade .carousel-inner .prev,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}*/


.cta {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fff;
  /*background: #EFEBE9;*/
  /*background: #f2f2f2;*/
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner::before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
  /*z-index: -1;*/
}

.cta .cta-inner a{
  position:relative; 
  z-index:2;
}

.cta .cta-inner button{
  position:relative; 
  z-index:2;
}


@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}

.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(230, 167, 86, 0.5);
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: #e6a756;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

.address strong {
  font-size: 1.2rem;
}

.breadcrumb{
  background: #dee9ed;
}

.breadcrumb .breadcrumb-item.active{
  color: #03607d;
  font-weight:bold;
}

/*.text-primary {
  color: #e6a756 !important;
}

.bg-primary {
  background-color: #e6a756 !important;
}*/

.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #518294;
  border-color: #518294;
  font-size: 16px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #3f6573;
  border-color: #3f6573;
}

.font-weight-light {
  font-weight: 100 !important;
}


#map {
  width: 100%;
  height: 400px;
  background-color: #F2F2F2;
}

.toggle-button
{
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.list-group .list-group-item {
  color: #805500;
}

.list-group .list-group-item.active{
 background-color: #997300;
 border:none;
 color:#000000;
}

.list-group .list-group-item:hover{
 background-color: rgba(153, 115, 0, 0.8);
 color:#fff;
}

#reg_banner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  /*background-color: #fff;*/
  /*border:#e6e6e6;*/
  background: linear-gradient(rgba(255, 255, 255,0.4), rgba(255, 255, 255,0.4)), url("../img/reg_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
}

#privacy_policy {
  resize:vertical;
  overflow: scroll;
  border:1px solid silver;
  border-radius:5px;
  height:300px;
  box-shadow: inset 0 0 0px silver;
  padding:1em;
  background: white;
  margin: 0 auto;
}

#sidebar {
    overflow: hidden;
    z-index: 3;
}

#sidebar a.active{
  color: #fff;
}

/**
Fixing bootstrap columns for safari
 */
.row:before, .row:after{
 display: inline-block !important;
}

/*#sidemenu a {
  color: #808080;
}

#sidemenu a.active{
  color: #000000;
  font-weight:bold;
}

#sidemenu a:hover{
  color: #4d4d4d;
}

#sidemenu hr{
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
}
*/
footer {
 /* background-color: #0489B1;*/
  height: 200px;
　position: relative;
 
}