body{
  font-family: 'Lato', sans-serif;
}
h1, h2 {
  font-family: 'Concert One', cursive;
}

/* Mega Menu */
.navbar .mega-dropdown {
  position: static !important;
}

.dropdown-menu {
  padding-left:18px;
}
.navbar .dropdown-menu.mega-menu a {
      color: #4f4f4f;
      line-height:2rem;
      margin-top:1rem;
      font-family: 'Concert One', cursive;
    }
.navbar .dropdown-menu.mega-menu a:hover {
      color: #2196f3 !important; }
.navbar .dropdown-menu.mega-menu a.news-title.smaller {
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.4; }
.navbar .dropdown-menu.mega-menu .sub-menu a.menu-item {
  color: #4f4f4f !important; }
.navbar .dropdown-menu.mega-menu .sub-menu a.menu-item:hover {
    color: #4f4f4f !important; }
.navbar .dropdown-menu.mega-menu .news-single {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #e0e0e0; }
.navbar .dropdown-menu.mega-menu .sub-title {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0; }
.navbar .dropdown-menu.mega-menu .p-sm {
  padding-bottom: 17px; }
.navbar .dropdown-menu.mega-menu .m-sm {
  margin-bottom: -5px;
  font-size: 0.85rem;
  color: #2196f3 !important; }
.navbar .dropdown-menu.mega-menu .m-sm:hover {
    color: #2196f3 !important; }
.navbar .dropdown-menu.mega-menu .mt-sm {
  margin-top: -3px; }
.navbar .dropdown-menu.mega-menu .font-small {
  font-size: 0.85rem; }

.megarow  {
  margin-top:22px;
  margin-bottom:12px;
  border:solid 4px #ccc;
}

.footer {
  background-color: #353a3f;
  padding-top:30px;
  margin-top:60px;
}

.footer {color:#fff;}
.footer a:link {color: #fff; text-decoration: none;}
.footer a:visited {color: #7c4b22; text-decoration: none;}
.footer a:hover {color: #72cf00;text-decoration: none;}

.card-text a:link {color: #7c4b22; text-decoration: none;}
.card-text a:visited {color: #7c4b22; text-decoration: none;}
.card-text a:hover {color: #72cf00;text-decoration: none;}

.btn	{
	white-space: normal; 
}

/* map */
.contact-map{
  margin-bottom: 30px;
}

.contact-map{
  height: 450px;
}
.contact-map #map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/* gallery */
.gal-container{
  padding: 12px;
}
.gal-item{
  overflow: hidden;
  padding: 3px;
}
.gal-item .box{
  height: 350px;
  overflow: hidden;
}
.box img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"+";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
  opacity: 1;
}
.modal-open .gal-container .modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
  outline: none;
}
.modal-open .gal-item button.close span{
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.gal-container .modal-dialogue{
  width: 80%;
}
.gal-container .description{
  position: relative;
  height: 60px;
  top: 0px;
  padding: 20px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4 {
  margin:0px;
  font-size: 1.4em;
  line-height: 0.6em;
  padding-bottom: 1rem;
}

/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.imagepanel {
  border: solid 1px #888;
}

/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 9999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:600px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index: 9999;
    background-color: #fff;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
  z-index: 9999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
   
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(ajax-loader.gif);
    width:32px;
    height:32px;
}


@media (max-width: 768px) {
  .gal-container .modal-content{
      height:250px;
  }

}
@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 75%;
    margin: 50 auto;
  }
}

/* shopping */
.closebtn {
  color: #fff;
}
.closebtn {color: #fff;}
.closebtn a:link {color: #fff; text-decoration: none;}
.closebtn a:visited {color: #fff; text-decoration: none;}
.closebtn a:hover {color: #f50057;text-decoration: none;}

.white-text a:link {color: #fff; text-decoration: none;}
.white-text a:visited {color: #fff; text-decoration: none;}
.white-text a:hover {color: #e8eaf6;text-decoration: none;}

.shopping-cart-box  {
  padding:10px;
  display:none;
  margin-bottom:22px;
}


.checkoutlist {
  background-color:#fff;
  padding:10px;
  margin-bottom:22px;
  border:solid 1px #e8eaf6;
}

.cart-products-loaded {
  color:#fff;
}

/* Misc */

.card-img-right {
  width: 200px;
  max-height:200px;
}

.padd1  {
  margin-top: 2rem;
}

.padd2  {
  margin-top: 6rem;
}

.padd3  {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.padd4  {
  margin-top: 0.8rem;
}

.padd5  {
  margin-top: 0.2rem;
}

.homecard {
  min-height:400px;
}

#addressblock {
  display:none;
}
#searchbar {
  background-color: #4f4f4f;
  display:none;
}
@media(min-width:1224px)  {
  .menufull {
    letter-spacing:16rem;
  }
}
