/* CSS Document */

/* 
HEADER
*/
.navbar-short a.text-secondary {
	color: inherit !important;
}
.navbar-short .navbar-logo {
	filter: brightness(1) invert(0);
}
.navbar-short {
    background: rgba(255, 255, 255, 255)!important;box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.navbar-short .dropdown-menu {
    background: rgba(255, 255, 255, 255)!important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2)
}

h1, .h1 {
 font-size: calc(27px + 0.390625vw)  !important;
    
    text-wrap: balance;
}
h2, .h2 {
 font-size: calc(23px + 0.390625vw)  !important;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    text-wrap: balance;
}
/*
HOME PAGE
*/
#features17-y .card-columns {
    column-count: 1;
}
@media (min-width: 576px) {
    #features17-y .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    #features17-y .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    #features17-y .card-columns {
        column-count: 4;
    }
}
.mbr-gallery .icon-focus.with-title { /* put icon a little higher */
    top: calc(50% - 42px);
	 text-shadow: 3px 3px 7px #000;
}
.mbr-gallery .mbr-gallery-item > div:hover::before {
	display: none;
}
.flyers-listings .mbr-gallery-item {
	overflow: hidden;
}
.flyers-listings .mbr-gallery-item > div:hover .mbr-gallery-title::before {
	 opacity: 0.9;
	background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.flyers-listings .mbr-gallery-item > div .mbr-gallery-title::before {
	 opacity: 0.8;
	background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.flyers-listings .mbr-gallery-item > div .mbr-gallery-title {
	line-height: 1em !important;
}

/*
GENERAL
*/

.shadow-shelf {
    box-shadow: 0 2px 4px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07);
    transition: box-shadow 0.3s;
}
.shadow-shelf:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.07),0 8px 16px rgba(0,0,0,0.15),0 2px 16px rgba(0,0,0,0.15);
}
.cid-qFLCSm326I { /* set up bg image right the first time */
	background-size: cover !important;
	background-position: 50%;
	background-position-y: 50%;
	background-attachment: scroll;
}
table,td {
	border: none;
	vertical-align: top;
}

.b-lazy-fb-wrapper { /* wrapper for 600x315 lazy img based on ratio to set up the layout */
	padding-bottom: 52.5%; /* 315/600*100 = 52.5 */
    height: 0;
}
.b-lazy-sq-wrapper { /* wrapper for square lazy img based on ratio to set up the layout */
	padding-bottom: 100%;
    height: 0;
}
.b-lazy.b-lazy-loader {
  border: .25em solid rgba(0, 0, 0, .1);
  border-top: .25em solid rgba(100, 100, 255, .5);
	border-radius: 100%;
	animation: rot .8s infinite linear;
}
.b-lazy.b-lazy-loader.b-loaded {
	animation: none;
	border: none;
	border-radius: 0;
}
@keyframes rot {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}
	
.form-control {
  line-height: 1.5em;
  min-height: 1.5em;
  padding: .5em;
}

.alert {
 border-top-width: 1px;
  border-right-width-value: 1px;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #999999;
  border-right-color-value: #999999;
  border-bottom-color: #999999;
  border-left-color-value: #999999;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  color: #ffffff;
  text-shadow: #000000;
  overflow: hidden;
}
.alert img {
  margin-top: -3px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: left;
}
.alert_red {
  background-color: #9e253b;
  background-image: linear-gradient(180deg, #9e253b, #7c1f30);
  border: 1px solid #7C1F30;
}
/* FLYERS LISTINGS */
.flyers-listings .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.flyers-listings .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.flyers-listings .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.flyers-listings .mbr-gallery-title::before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.flyers-listings .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: 0.8 !important;
}

/*
FLYER
*/

.flyer_pagination.sticky-top {
    top: 60px;
}
	a.flyerpageanchor{display: block; position: relative; top: -50px; visibility: hidden;}
a.flyerpageanchor:first-child{ top: 0px;}
	.flyer_pagination {
		padding: 10px 0;
		background: #f0f0f0;
		border-bottom: 1px solid #aaa;
		border-top: 1px solid #aaa;
		width: 100%;
		z-index: 20;
		font-size: 16px;
	}
	.flyer_pagination.static {
		position: fixed;
		top: 60px;
		left: 0;
		opacity: 0.9;
		background: rgba(230,230,230,0.8);
	}
	.flyer_pagination.static:hover {
		opacity: 1;
		background: rgba(230,230,230,0.9);
	}
	

	.flyer_pagination .tbutton {
		margin-top: -3px;
		margin-right: 10px;
	}

	.flyer_pagination {
  text-align: center; }
  .flyer_pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .flyer_pagination li {
    display: inline; }
  .flyer_pagination ul a {
	width: 30px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    margin: 1px 2px;
    padding: 5px 0px;
	text-align:center;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #717171;
    font-size: smaller;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea'); }
    .flyer_pagination ul a:first-child, .paginate a.first {
      margin-left: 0; }
    .flyer_pagination ul a:last-child, .paginate a.last {
      margin-right: 0; }
    .flyer_pagination ul a:hover, .paginate a:focus {
      border-color: #fff;
      background-color: #fdfdfd;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
      background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
      background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
      background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
      background-image: -o-linear-gradient(top, #fefefe, #fafafa);
      background-image: linear-gradient(top, #fefefe, #fafafa);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); }
    .flyer_pagination a.more {
      box-shadow: 0 0 0 0 transparent;
      border: 0 none;
      background: transparent;
      margin-left: 0;
      margin-right: 0; }
	  .flyer_pagination a.hidden {
		  display: none;
	  }
    .flyer_pagination a.active {
      box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
      border-color: #505050;
      color: #f2f2f2;
      text-shadow: black 0 1px 0;
      background-color: #676767;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
      background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c'); }
	  
    .flyer_pagination a.inactive {
		opacity: 0.5;
      border-color: #fff;
      background-color: #fdfdfd;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
      background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
      background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
      background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
      background-image: -o-linear-gradient(top, #fefefe, #fafafa);
      background-image: linear-gradient(top, #fefefe, #fafafa);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');
	}
	.completeflyer {
		text-align: center;	
	}
	.completeflyer img {
		max-width: 100%;
	}
	.completeflyer strong {
		font-size: 16px;
		display: block;
		margin: 10px 0;
		padding: 5px 0;	
	}
	.completeflyer em {
		display: block;
		margin-top: -10px;
		color: #666;
	}
	.completeflyer a.send_right {
		color: #fff
	}
/*
DIRECTORY
*/
#mapwrapper {
	margin-top: -50px;
}


/*
SHOP ONLINE
*/

.amazon-searchbox {
  padding-top: 90px;
  padding-bottom: 90px;
}
.amazon-searchbox .mbr-section-subtitle {
  color: #767676;
}
.amazon-searchbox .formoid {
  margin: auto;
}
.amazon-searchbox .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.amazon-searchbox a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.amazon-searchbox .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.amazon-searchbox .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.amazon-searchbox a:not([href]):not([tabindex]) {
  color: #fff;
}
.amazon-searchbox a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.amazon-searchbox .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.amazon-searchbox .mbr-subscribe .input-group-btn button,
.amazon-searchbox .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .amazon-searchbox .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .amazon-searchbox input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .amazon-searchbox .input-group-btn {
    width: 100%;
  }
  .amazon-searchbox .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .amazon-searchbox .input-group-btn a.btn {
    width: 100%;
  }
  .amazon-searchbox .input-group-btn {
    width: calc(92%);
  }
  .amazon-searchbox .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .amazon-searchbox .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .amazon-searchbox .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .amazon-searchbox .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .amazon-searchbox .input-group-btn button,
  .amazon-searchbox .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .amazon-searchbox .mbr-subscribe > * {
    margin: 0 0.5rem;
  }
}
.amazon-searchbox H2 {
  color: #ffffff;
}

.amazon-searchbox .form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
/*
FOOTER
*/
#footer1-z {
    background-color: #2e2e2e;
}
#footer1-z a, #footer1-z a:visited {
	color: #ffffff;
}
#footer1-z a:hover {
	color: #ffffff;
}
.copyright {
	color: #999999;
}
.copyright a {
    text-decoration: underline;
}
@media (max-width: 768px) {
  /* target your footer links */
  #footer1-z a {
    display: inline-block;          /* full-width tappable area */
    min-height: 44px;        /* enforce WCAG minimum touch size */
    padding: 0.75rem 1rem;   /* ~12px top/bottom, 16px left/right (adjust as you like) */
    margin: 0.25rem 0;       /* space between links */
    line-height: 1.2;        /* keep text vertically centered */
  }

  #footer1-z nav .h5 {
      font-weight: 800;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem !important;
      
    }
}

/* ADS */
.adsense {
    position: relative;
}
.adsense__loading
{
	width: 100%;
	height: 100%;
	background-color: rgba( 245, 245, 245, .9 );
	border: 1px solid #ccc;
	color: #999;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
}
.adsense--loaded .adsense__loading { display: none; }

.adsense__loading span
{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.adsense_h50 { min-height: 50px; }
.adsense_h90 { min-height: 90px; }
.adsense_h300 { min-height: 300px; }
.ezoic-floating-bottom {
	z-index: 1500 !important;
}


.color-facebook { color: #3b5999 }
.color-twitter { color: #55acee }
.color-pinterest { color: #bd081c }
.color-googleplus { color: #dd4b39 }
.color-youtube { color: #cd201f }
.color-flickr { color: #f94877 }

.select2-dropdown { font-size: 12px !important; }


.square {
    position: relative;
  width: 100%;
    overflow: hidden;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square img {
    max-width: 100%;
    max-height: 100%;
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
  width: 100%;
  object-fit: contain;
}

/**
Placeholder
*/
.load-wraper{
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgb(221,221,221);
  z-index: 44;
  overflow: hidden;
}
.activity{
  position: absolute;
  left: -45%;
  height: 100%;
  width: 45%;
  background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
  background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
  background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
  animation: loading 1s infinite;
  z-index: 45;
}

@keyframes loading {
  0%{
    left: -45%;
  }
  100%{
    left: 100%;
  }
}
