@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('/fonts/Montserrat-SemiBold.eot');
	src: url('/fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('/fonts/Montserrat-SemiBold.woff') format('woff'),
		url('/fonts/Montserrat-SemiBold.ttf') format('truetype'),
		url('/fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg'),
		url('/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Light';
	src: url('/fonts/Montserrat-Light.eot');
	src: url('/fonts/Montserrat-Light.woff2') format('woff2'),
		url('/fonts/Montserrat-Light.woff') format('woff'),
		url('/fonts/Montserrat-Light.ttf') format('truetype'),
		url('/fonts/Montserrat-Light.svg#Montserrat-Light') format('svg'),
		url('/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBlack';
	src: url('/fonts/GothamBlack.woff') format('woff'),
		url('/fonts/GothamBlack.ttf') format('truetype'),
		url('/fonts/GothamBlack.svg#GothamBlack') format('svg');
	src: url('/fonts/ufonts.com_gotham-black.eot');
	src: url('/fonts/ufonts.com_gotham-black.woff2') format('woff2'),
		url('/fonts/ufonts.com_gotham-black.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ebrima';
	src: url('/fonts/Ebrima.woff') format('woff'),
		url('/fonts/Ebrima.ttf') format('truetype'),
		url('/fonts/Ebrima.svg#Ebrima') format('svg');
	src: url('/fonts/ebrima.eot');
	src: url('/fonts/ebrima.woff2') format('woff2'),
		url('/fonts/ebrima.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

body{
//	font-family:'Lato', sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
}

@media (min-width:1024px) {
.fixed-width {
	 min-width:1024px;
	 max-width:1024px;
	 margin:0 auto;
}
}
#mobile-check {
	display:none;
}
@media screen AND (max-width: 820px) AND (orientation:portrait),
    screen AND (max-width:820px) AND (orientation:landscape) {

	#mobile-check {
		display:block;
	}
}
#portrait-check {
	display:none;
}
@media screen AND (orientation:portrait) {
	#portrait-check {
		display:block;
	}
}
a {
	color: #2a76dc;
    text-decoration: none;
}
/*
#content {
	margin-top:50px;
}
#content.listings-page,
#content.deals-page,
#content.picks-page,
#content.featured-page {
	margin-top:100px;
}
*/
#contentbar {
	height:50px;
/*	background-color:rgb(224, 226, 225);	*/
}
#contentbar.results-page {
	height:100px;
}
.navbar-fixed-top .navbar-collapse {
	max-height:initial;
}
.navbar-fixed-top .navbar-collapse .navbar-right {
	margin-right:10px;
}
.navbar-custom {
	border:0;
}
.navbar-custom .nav-active {
	background:#B8C7E0;
}
.navbar-nav>li>a {
	color:#fff;
}
.navbar>.container .navbar-brand {
	margin-left:-70px;
}
/*
.navbar-custom .nav li > a {
	font-weight: initial;
	font-size: 11px;
}
*/
.navbar-custom .nav li > a {
	font-family:'Lato', sans-serif;
	font-size:14px;
	font-weight:700;
	padding:15px 10px;
}
@media (min-width:950px) and (max-width:1024px) {
	.navbar-custom .nav li > a {
//		font-size:13px;
		padding:15px 7px;
	}
}
@media (max-width:819px) {
	.navbar>.container .navbar-brand {
		margin-left:-5px;
	}
	.navbar-custom .nav li > a {
		padding:8px 10px;
	}
	.navbar-fixed-top .navbar-collapse {
		position:absolute;
		width:200px;
	}
	.navbar-fixed-top .navbar-collapse .navbar-right {
		margin-right:-15px;
	}
}
#zones.navbar-nav>li>a {
	color:#5a6a74;
}
.light-bg {
	background:#E0E2E1;
}

.home-image,
.home-image-mobile {
    background-position:center !important;
    background-repeat:no-repeat !important;
}
/*
@media (min-width:1601px) {
.home-image {
	background:url('/img/slides/homepage-1920px.jpg');
}
}
@media (min-width:1281px) and (max-width:1600px) {
.home-image {
	background:url('/img/slides/homepage-1600px.jpg');
}
}
@media (min-width:1025px) and (max-width:1280px) {
.home-image {
	background:url('/img/slides/homepage-1280px.jpg');
}
}
@media (min-width:820px) and (max-width:1024px) {
.home-image {
	background:url('/img/slides/homepage-1024px.jpg');
}
}
*/
@media (min-width:820px) {
.home-image {
	background:url('/img/slides/homepage-1920px.jpg');
}
}
@media (max-width:819px) {
.home-image-mobile {
	background:url('/img/slides/homepage-820px.jpg');
}
}

.section-header h1 {
	font-family:'Lato', sans-serif;
}
/*
.btn:hover,
.btn:focus,
.btn-default,
.btn.active{
	background-color:#363639;
	color:#fff !important;
}
*/
.sweepstakes {
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-124px;
	display:none;
}

.top-tab,
.top-bar {
//	position:absolute;
	top:50px;
//	left:50%;
	background-position: center center;
	background-repeat: no-repeat;
	width:100%; 
	height:33px;
	z-index:10;
}
.top-tab img,
.top-bar img {
//	margin-left:-50%;
}
.top-bar a img {
	width:100%;
	height:100%;
}

.list-wrapper {
	display:inline-block;
	text-align:center;
	margin-bottom:20px;
}
/*
.widget {
	display:table-cell;
	vertical-align:middle
}
*/
.ui-widget {
	font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
}
.ui-autocomplete {
	max-height: 260px;
	position:absolute;
	overflow-y: auto;
	overflow-x: hidden;
	font-size:12px;
	z-index:1050 !important;
}
.ui-autocomplete-input {
	transition:0s;
}
.ui-autocomplete .item-wrapper {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-left:5px;
}
.ui-menu .ui-menu-item {
//	line-height:0;
	font-size:12px;
}
.ui-menu .search-btn {
	margin-top:-28px;
}
#return-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	height:50px;
	width:50px;
	display: none;
	text-decoration: none;
}

@media (min-width:820px) {
.sweepstakes {
	display:block;
}
.hpsearch {
	position:absolute;
	text-align: center;
	background-color: #0063A7;
/*	opacity: .8;	*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #fff;
	z-index: 1;
	width:720px;
	top:225px;
	left: 50%;
	margin-left:-360px;
}
.dnmsearch {
	position:initial;
	left: 50%;
	margin-left:-360px;
}
.hpsearch.new {
	width:524px;
	margin-left:-262px;
}
/*	OLD
.hpsearch .search {
	display:table-cell;
}
*/
.hpsearch .search {
	margin:10px;
//	display:table-cell;
}	
.hpsearch title {
	font-size:30px;
}
.hpsearch h4 {
	color:white;
}
/*
.map-page.widget {
	width:250px;
}
.widget .search-form .form-group {
	margin-left:10px;
}
*/
}

.searchbar {
	position:absolute;
	background:#E0E2E1;
	height:50px;
	width:100px;
	overflow:hidden;
	border-radius:0 0 15px 0;
	z-index:1000;
	border-style: solid;
	border-color: #000;
	border-width: 0 1px 1px 0;
}
.search-wrapper {
	float:left;
	width:400px;
	margin:5px;
	display:table;
	height: 40px;
	margin-top: 3px;
}
.searchbox {
	display:table-cell;
	vertical-align:middle;
}
/*
#search-input {
	float:left;
	width:400px;
	max-width:100%;
}
@media (max-width:480px)
	#search-input {
		max-width:95%;
	}
}
*/
#search-zones {
	float:left;
	margin:7px 0 0 25px;
}
.zonelist-wrapper {
	display:inline-block;
	vertical-align:middle;
	margin: 0 14px 0 10px;
	width:150px;
}

.search-toggle {
	float:left;
	margin:12px 10px;
	cursor:pointer;
}
.search-toggle img {
	width:25px;
}

@media (max-width:819px) {
	.hpsearch {
		position:absolute;
		text-align:center;
		background-color: #0063A7;
		opacity: .8;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border: 1px solid #fff;
		z-index: 1;
		width:90%;
		top:125px;
//		left:5%;
		max-width:375px;
		left:50%;
		transform: translateX(-50%);
	}
	.hpsearch h4 {
		color:#fff;
		font-size:16px;
	}
	.hpsearch .search {
		margin:10px;
	}
	.form-control {
		height: 40px;
	}
	.home-page.widget {
		display:block;
	}
	.widget .search-form .form-group .btn {
		height: 40px;
	}
	.hpsearch title {
		font-size:20px;
	}
	#search-input {
		margin-left:0;
		padding:0 10px;
		text-align:center;
	}
	.search-toggle {
		margin: 12px 0;
		position:absolute;
		right:60px;
	}
}

#search-gps {
	margin-top:8px;
	cursor:pointer;
	position:absolute;
	top:0;
	left:3px;
	display:none;
}
/*
#search {
	width:49%;
}
*/
/*	OLD
.savings {
	width:500px;
}
*/
.savings {
	width:100%;
	overflow:hidden;
}

.cst-btn-ten {
	border-radius:5px;
}
.posA-holder {
	background-color:#f4f4f4;
}
.posA {
	color:#333;
	text-align: center;
	margin: 5px 0;
	font-size:14px;
}               
.posA a {       
	color:#333;     
	text-decoration:underline;
}                       
.posA img {             
	max-height:50px;        
}

.social-holder {
	background-color:#434447;
}
.social {
	color:#333;
	text-align: center;
	margin: 5px 0;
	font-size:14px;
}               
.social a {       
	color:#333;     
	text-decoration:underline;
}                       
.social img {             
	max-height:50px;        
}

.posB-holder {
	background-color:#fff;
}
.posB {
	color:#fff;
	text-align: center;
    margin: 10px 0 5px;
	font-size:14px;
}
.posB .border,
.posB div .border {
	width:222px;
	height:207px;
	display:inline-block;
	margin:0 2px 5px;
	border:solid #333 1px;
}
.posB img {
	max-width:220px;
}
/*
.posB img {
	max-width:300px;
	max-height:280px;
}
*/
.posC-holder {
	background-color:#fff;
}
.posC {
	color:#fff;
	text-align: center;
    margin: 10px 0 5px;
	font-size:14px;
}

.topshop {
	cursor:pointer;
}

.lbfooter-links {
	float:right;
	margin-right:25px;
}

.lbfooter-copyright {
	float:left;
	color: #8f9296;
	font-size:12px;
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
}

.center {
	text-align:center;
}

.col-5-wide {
	width:20%;
	float:left;
	padding:0 5px;
	margin-bottom:20px;
}
 .float-left {
 	float:left !important;
 }

#zones {
//	overflow:hidden;
	white-space:nowrap;
	max-height:50px;
}

.featured {
	height:169px;
	max-height:169px;
	margin-top:-172px;	/* temporarily move off screen to render */
	margin-bottom:5px;
	overflow:hidden;
	text-align:center;
}
.featuredvendor {
	position:relative;
	min-height:167px;
}
.featuredvendor .img-frame {
	display:table-cell;
	vertical-align:middle;
}
.featuredvendor .img-frame .featured{
    position:absolute;  
    top:0;
    left:0;
    font-size:0;
    line-height:0;          
    background:url(../images/bg-featured.png) no-repeat;
    width:55px;
    height:55px;
    text-indent:-9999px;
    overflow:hidden;        
}
.featured-banners {
/*	margin-top:50px;	*/
	text-align:center
}
.featured-banners img {
	max-width:100%;
	height:auto;
}

.toprated-wrapper {
	max-width:174px;
}

.fv-play {
	display:none;
	position:absolute !important;
	height:initial !important;
	width:initial !important;
}

.toprated,
.featuredvideo,
.featureddispensary {
	cursor:pointer;
}

.featureddispensary {
	width:605px;
}
@media only screen and (max-width: 819px) {
	.featureddispensary {
		width:300px;
		margin:0 auto;
	}
}

@media only screen and (max-width: 819px) {
.featured-banners {
	margin-top:100px;
}
ul.resp-tabs-list.map {
	display:block;
}
}

.slick-slider {
	margin:0;
}
.slick-dots {
	bottom:-5px;
}

.cbp-l-grid-slider-team-name {
	float:none;
	text-align:center;
	font-size:13px;
/*	color:#fff;	*/
	color:#333;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cbp-l-grid-slider-team-social {
	margin-top:0;
}
/*
.potguide {
	margin-bottom:20px;
}

.potguide ul {
	list-style:none;
	margin-left:-25px;
}
.potguide ul li {
	background-image: url('/images/bullet.png');
	background-repeat: no-repeat;
	line-height: 20px;
	padding:0 0 5px 20px;
}
*/
.articles,
.cities {
	padding-right: 15px;
	padding-left: 15px;
//	height:280px;
	overflow-y:auto;
	text-align:initial;
}
.articles p,
.cities p {
	margin-bottom:7px;
}
.legalstates {
	float:right;
	margin: 0 auto 10px;
	text-align: center;
	padding: 0;
}
@media (max-width:819px) {
	.legalstates {
		width: 100%;
	}
}

.social-networks,
.services{
	overflow:auto;
	margin:0 0 10px 0;
}
.social-networks div,
.services div {
	float:left;
	margin:0 5px 0 0;
}
.social-networks .facebook{
	width:25px;
	height:25px;
/*	background:url(../images/bg-social-networks.png) no-repeat;	*/
	background:url(../images/social/facebook-profile.png);
	border-radius:2px;
}
.social-networks .twitter{
	width:25px;
	height:25px;
/*	margin:0 -1px 0 -7px;	*/
/*	background:url(../images/bg-social-networks.png) no-repeat -37px 0;	*/
	background:url(../images/social/twitter-profile.png);
	border-radius:2px;
}
.social-networks .googleplus{
	width:25px;
	height:25px;
/*	background:url(../images/bg-social-networks.png) no-repeat -87px 0;	*/
	background:url(../images/social/googleplus-profile.png);
	border-radius:2px;
}
.social-networks .youtube{
	width:25px;
	height:25px;
/*	background:url(../images/bg-social-networks.png) no-repeat -131px 0;	*/
	background:url(../images/social/youtube-profile.png);
	border-radius:2px;
}
.social-networks .instagram{
	width:25px;
	height:25px;
/*	background:url(../images/bg-social-networks.png) no-repeat -173px 0;	*/
	background:url(../images/social/instagram-profile.png);
	border-radius:2px;
}

.services .parking{
	width:25px;
	height:25px;
	background:url(../images/services/parking.png);
	border-radius:2px;
}
.services .cash{
	width:25px;
	height:25px;
	background:url(../images/services/cash.png);
	border-radius:2px;
}
.services .debitcard{
	width:25px;
	height:25px;
	background:url(../images/services/debitcard.png);
	border-radius:2px;
}
.services .creditcard{
	width:25px;
	height:25px;
	background:url(../images/services/creditcard.png);
	border-radius:2px;
}
.services .atm{
	width:25px;
	height:25px;
	background:url(../images/services/atm.png);
	border-radius:2px;
}
.services .accessible{
	width:25px;
	height:25px;
	background:url(../images/services/accessible.png);
	border-radius:2px;
}

.counter{
	margin-top:10px;
	text-align:center;
}
.counter-digit {
    height:20px;
}
/*
.star-rating {
	width:110px;
	height:20px;
	background:url(../images/stars.png) 0 0 no-repeat;
	background-size: 110px;
}
.half-star {
	background-position: 0 -184px;
}
.one-star {
	background-position: 0 -164px;
}
.one-half-star {
	background-position: 0 -143px;
}
.two-star {
	background-position: 0 -123px;
}
.two-half-star {
	background-position: 0 -103px;
}
.three-star {
	background-position: 0 -82px;
}
.three-half-star {
	background-position: 0 -62px;
}
.four-star {
	background-position: 0 -41px;
}
.four-half-star {
	background-position: 0 -21px;
}
.five-star {
	background-position: 0 0;
}

.header {
	padding:10px;
	height:60px;
	margin:-10px 0 6px 0;
}
*/
.platinum {
    color: #000;
    background: #a4a4a4; /* Old browsers */
    background-image: -ms-linear-gradient(bottom, #a4a4a4 0%, #fffff 75%, #a4a4a4 100%);
    background-image: -moz-linear-gradient(bottom, #a4a4a4 0%, #fffff 75%, #a4a4a4 100%);
    background-image: -o-linear-gradient(bottom, #a4a4a4 0%, #fffff 75%, #a4a4a4 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a4a4a4), color-stop(0.75, #fffff), color-stop(1, #a4a4a4));
    background-image: -webkit-linear-gradient(bottom, #a4a4a4 0%, #fffff 75%, a4a4a4 100%);
    background-image: linear-gradient(to top, #a4a4a4 0%, #ffffff 75%, #a4a4a4 100%);
}
.gold {
	color: #000;
	background: #FDD017; /* Old browsers */
	background-image: -ms-linear-gradient(bottom, #FDD017 0%, #F6F7D2 75%, #FDD017 100%);
	background-image: -moz-linear-gradient(bottom, #FDD017 0%, #F6F7D2 75%, #FDD017 100%);
	background-image: -o-linear-gradient(bottom, #FDD017 0%, #F6F7D2 75%, #FDD017 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FDD017), color-stop(0.75, #F6F7D2), color-stop(1, #FDD017));
	background-image: -webkit-linear-gradient(bottom, #FDD017 0%, #F6F7D2 75%, #FDD017 100%);
	background-image: linear-gradient(to top, #FDD017 0%, #F6F7D2 75%, #FDD017 100%);
}
.silver {
	color: #000;
	background: #C0C0C0; /* Old browsers */
	background-image: -ms-linear-gradient(bottom, #C0C0C0 0%, #F7F7F7 75%, #C0C0C0 100%);
	background-image: -moz-linear-gradient(bottom, #C0C0C0 0%, #F7F7F7 75%, #C0C0C0 100%);
	background-image: -o-linear-gradient(bottom, #C0C0C0 0%, #F7F7F7 75%, #C0C0C0 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #C0C0C0), color-stop(0.75, #F7F7F7), color-stop(1, #C0C0C0));
	background-image: -webkit-linear-gradient(bottom, #C0C0C0 0%, #F7F7F7 75%, #C0C0C0 100%);
	background-image: linear-gradient(to top, #C0C0C0 0%, #F7F7F7 75%, #C0C0C0 100%);
}
.bronze {
	color: #000;
	background: #CD7F32; /* Old browsers */
	background-image: -ms-linear-gradient(bottom, #CD7F32 0%, #F7DFDC 75%, #CD7F32 100%);
	background-image: -moz-linear-gradient(bottom, #CD7F32 0%, #F7DFDC 75%, #CD7F32 100%);
	background-image: -o-linear-gradient(bottom, #CD7F32 0%, #F7DFDC 75%, #CD7F32 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CD7F32), color-stop(0.75, #F7DFDC), color-stop(1, #CD7F32));
	background-image: -webkit-linear-gradient(bottom, #CD7F32 0%, #F7DFDC 75%, #CD7F32 100%);
	background-image: linear-gradient(to top, #CD7F32 0%, #F7DFDC 75%, #CD7F32 100%);
}
.base {
	color: #fff;
	background: #196584; /* Old browsers */
	background: -moz-linear-gradient(top,  #196584 0%, #2d8db5 1%, #47b9e8 20%, #4cbeee 25%, #55bfea 35%, #55b8df 40%, #49a8cf 50%, #2493c1 60%, #2193c1 68%, #2195c4 75%, #2ca8d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#196584), color-stop(1%,#2d8db5), color-stop(20%,#47b9e8), color-stop(25%,#4cbeee), color-stop(35%,#55bfea), color-stop(40%,#55b8df), color-stop(50%,#49a8cf), color-stop(60%,#2493c1), color-stop(68%,#2193c1), color-stop(75%,#2195c4), color-stop(100%,#2ca8d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #196584 0%,#2d8db5 1%,#47b9e8 20%,#4cbeee 25%,#55bfea 35%,#55b8df 40%,#49a8cf 50%,#2493c1 60%,#2193c1 68%,#2195c4 75%,#2ca8d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #196584 0%,#2d8db5 1%,#47b9e8 20%,#4cbeee 25%,#55bfea 35%,#55b8df 40%,#49a8cf 50%,#2493c1 60%,#2193c1 68%,#2195c4 75%,#2ca8d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #196584 0%,#2d8db5 1%,#47b9e8 20%,#4cbeee 25%,#55bfea 35%,#55b8df 40%,#49a8cf 50%,#2493c1 60%,#2193c1 68%,#2195c4 75%,#2ca8d9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #196584 0%,#2d8db5 1%,#47b9e8 20%,#4cbeee 25%,#55bfea 35%,#55b8df 40%,#49a8cf 50%,#2493c1 60%,#2193c1 68%,#2195c4 75%,#2ca8d9 100%); /* W3C */
}
.delivery {
	color: #000;
	background: #ffc578; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc578 0%, #ffe7c9 27%, #fb9d23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(27%,#ffe7c9), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc578 0%,#ffe7c9 27%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc578 0%,#ffe7c9 27%,#fb9d23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc578 0%,#ffe7c9 27%,#fb9d23 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffc578 0%,#ffe7c9 27%,#fb9d23 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}
.picks {
	color: #fff;
	background: #8AC240; /* Old browsers */
	background: -moz-linear-gradient(bottom, #557529 0%, #8AC240 39%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #557529), color-stop(0.39, #8AC240) );
	background: -webkit-linear-gradient(bottom, #557529 0%, #8AC240 39%);
	background: -o-linear-gradient(bottom, #557529 0%, #8AC240 39%);
	background: -ms-linear-gradient(bottom, #557529 0%, #8AC240 39%);
	background: linear-gradient(to bottom, #557529 0%, #8AC240 39%);
}

.claim {
	color:#fff;
}
.button.claim {
	background:lightslategray;
}

.deals {
	background:initial;
	color:black;
	height:50px;
}
.off-holder {
	background:#e23737;
	color:white;
	padding:5px 10px;
}

.item {
    border:3px solid #ccc;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.resp-tab-content {
	padding:10px;
}

table.menu tbody tr:nth-child(4n+1),
table.menu tbody tr:nth-child(4n+2) {
//  background-color:#BFCCD6;
    background-color:#efefef;
}
/*
#lbmoverlay .lbmpanelheader {
	height:initial;
}
*/
.profile-col {
	float:left;
	width:33%;
	padding:0 10px;
	margin-bottom: 10px;
}
@media (max-width:819px) {
	.profile-col {
		float:left;
		width:95%;
		margin:0 10px 10px;
	}
}

.profile-links {
	margin:10px 0;
	overflow:hidden;
}
.profile-links div {
/*	float:left;		*/
/*	margin-left:5px;	*/
	margin: 5px 0;
}
.profile-links .btn {
	padding:4px 8px;
	text-transform:uppercase;
}
/*
.profile-links div:first-child {
	margin-left:0;
}
*/
.profile-panel {
	display:none;
	border:1px solid rgba(0,0,0,0.08);
	padding:5px;
}
#reset-map {
	top: 60px;
	right: 30px;
	float: right;
	position: absolute;
	display:none;
}
/*
.table {
	display:table;
}
.table-row {
	display:table-row;
}
.table-cell {
	display:table-cell;
}

@media (max-width:819px) {

.table {
	display:table;
}
.table-row {
	display:table-row;
}
.table-cell {
	display:table-cell;
}
}
*/
.table.menu th,
.table.menu td {
	padding:1px;
}

.table.menu th:nth-child(n+2),
.table.menu td:nth-child(n+2) {
	text-align:center;
}

.item.videothumbnail {
	width:320px;
}
 
@media (max-width:400px) {

 .item.videothumbnail {
 	max-width:100%;
 }
 
 }
/* 
.table.product {
	font:500 16px/22px 'Lato', Arial, Helvetica, sans-serif;
	width:935px;
}
*/
.table.product {
	display:none;
}
/*
.table.product th {
	color:#fff;
	background:url(../images/menu-th-bg.png) left top repeat-x;
	height:52px;
	vertical-align: middle;
	font:700 14px/20px 'Lato', Arial, Helvetica, sans-serif;
	border-left:1px solid #77c9e9;
	width:120px;
}
.table.product th:first-child {
	border-left:0;
	text-align: left;
	vertical-align:middle;
}
.table.product th.caps{
	text-transform:uppercase;
}
.table.product th .product-form {
	margin: 0 10px;
}
*/
.table.product th {
	text-align:center;
}

.table.product tbody tr:nth-child(2n+1) {
	background-color:#f2f2f2;
}
.table.product tfoot tr:last-child {
	border-bottom:double #c2c2c2 3px;
}
.table.product tfoot tr:last-child td {
	height:0px;
}
.table.product td {
	height:40px;
	border-left:1px solid #c2c2c2;
	vertical-align: middle;
	text-align: center;
}
.table.product td:first-child {
	border-left:0;
	text-align: left;
}
/*
.table.product td:last-child {
	text-align: left;
	max-width:250px;
}
*/
.table.product td.pic {
	text-align:center;
}
.table.product .prodpic {
	max-height:75px;
	max-width:75px;
	vertical-align:middle;
	margin:5px auto;
	display:block;
 	box-shadow:2px 2px 5px #888888;
    background-color:#fff;
}
.table.product .prodpic img {
	max-height:75px;
	max-width:75px;
}
.table.product td.description div {
	text-align: left;
	padding: 5px 0 5px 10px;
	height: 78px;
	line-height:1.3em;
	display:block;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient:vertical;
}

.product-grid {
	display:table-cell;
	text-align:center;
}

@media (min-width:820px) {
	.product-grid {
		border-left:solid grey 1px;
		padding-left:25px
	}
}
/*
.strain,
.product {
	cursor:pointer;
	margin-bottom:10px;
}
*/
@media (max-width:450px) {
	.strain {
		width:49%;
		float:left;
	}
}
/*
@media (max-width:819px) {
	.product {
		float:none !important;
	}
}
*/
.product-images {
	text-align:center;
}
.product-images img {
	width:initial;
	max-width:250px;
}

.paging {
	text-align:center;
	height:50px;
	border-top: 1px solid rgba(0,0,0,0.08);
	border-radius:5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
/*
.pagelist {
	display:none;
}
*/
.pagination-frame{
	padding:10px 0 0;
	display:inline-block;
	vertical-align:top;
	background-color:#ffffff;
}
.page-list {
	display:inline-block;
}
.page-list-condensed {
	display:none;
}

@media (max-width:819px) {
	.page-list {
		display:none;
	}
	.page-list-condensed {
		display: inline-block;
	}
}

.list-tab-on {
	max-width:24.5%;
	margin-bottom:5px;
	display:none;
}
.list-tab-off {
	max-width:24.5%;
	cursor:pointer;
	margin-bottom:5px;
	border-bottom:solid #ccc 1px;
}

@media screen AND (max-width: 820px) and (orientation:portrait) {
	.list-tab-on,
	.list-tab-off {
		max-width:32%;
	}
}

.paging ul{
	padding:0;
	margin:0;
	vertical-align:top;
	height:35px;
	list-style:none;
	overflow:hidden;
}
.paging li{
	float:left;
	height:30px;
	margin:0 2px;
}
.paging li.active{
	width:30px;
	height:33px;
	text-align:center;
	border-radius:5px;
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4e4e4 0%, #dbdbdb 49%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(49%,#dbdbdb), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4e4e4 0%,#dbdbdb 49%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4e4e4 0%,#dbdbdb 49%,#c8c8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4e4e4 0%,#dbdbdb 49%,#c8c8c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e4e4e4 0%,#dbdbdb 49%,#c8c8c8 100%); /* W3C */
	padding:1px;
	margin:0 2px;
}
.paging li.active span{
	border-radius:5px;
	display:block;
	color:#447fd1;
	padding:6px 0 5px;
	font:700 15px/20px Helvetica, Arial, sans-serif;
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(240,240,240,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(240,240,240,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(240,240,240,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(240,240,240,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(240,240,240,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(240,240,240,0.6) 100%); /* W3C */
}
.paging li.dotted {
	padding:11px 2px 0 2px;
	font-weight:bold
}
.paging li a{
	-webkit-box-shadow:  0px 2px 2px -1px rgba(95, 95, 95, 0.36);
	box-shadow:  0px 2px 2px -1px rgba(95, 95, 95, 0.36);
	color:#444;
	float:left;
	width:30px;
	height:33px;
	text-align:center;
	padding:1px;
	font:700 15px/20px Helvetica, Arial, sans-serif;
	border-radius:5px;
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #d7d7d7 50%, #c4c4c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(50%,#d7d7d7), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#d7d7d7 50%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e6e6 0%,#d7d7d7 50%,#c4c4c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#d7d7d7 50%,#c4c4c4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e6e6 0%,#d7d7d7 50%,#c4c4c4 100%); /* W3C */
}
.paging li a span{
	border-radius:5px;
	display:block;
	padding:4px 0 3px;
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f8 0%,#f0f0f0 100%); /* W3C */
	line-height:1.6;
}
.paging li.prev a,
.paging li.prev div {
	width:49px;
	height:35px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding:0;
	background:url(../images/sprite.png) no-repeat 0 -238px;
	text-indent:-9999px;
	overflow:hidden;
}
.paging li.next a,
.paging li.next div {
	width:49px;
	height:35px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding:0;
	background:url(../images/sprite.png) no-repeat -61px -238px;
	text-indent:-9999px;
	overflow:hidden;
}
.paging li.next{margin:0 0 0 5px;}
/*
#lbmedia *,
#lbmoverlay * {
	text-align:left;
	font-size:12px;
	line-height:normal;
	z-index:100;
}
#lbmoverlay label{
	float:left;
	margin:5px 0 5px 4px;
	text-transform:uppercase;
}
#lbmoverlay textarea{
	background:#f0f0f0;
	border:0;
	border-radius:5px;
	padding:7px 9px 9px;
	margin:0;
	color:#666;
}
#lbmoverlay input[type="text"]{
	float:left;
	width:140px;
	background:#f0f0f0;
	border:0;
	border-radius:5px;
	padding:7px 9px 9px;
	margin:0;
	color:#666;
}
*/
.requiredField {
	padding:0 2px;
	line-height:2 !important;
    border:solid #0063A7 2px!important;
	border-radius:3px;
}
.requiredField.highlight {
	padding:0 2px;
	line-height:2 !important;
    border:solid #f00 2px !important;
	border-radius:3px;
}
.coupon {
	cursor: pointer;
}
.dashes {
	border:dashed black 2px;
	background:#ffffff;
}

.nodashes {
	border:2px solid #000;
	background:#ffffff;
}

/* override bootstrap.css definition */

.map-blurb {
	position:relative;
	height:100px;
	margin-top:-50px;
}
.toggle-map-list,
#togle-map,
#toggle-list {
	display:none;
	font-weight:bold;
}
@media (max-width:819px) {
.map-blurb {
	visibility:hidden;
}
.toggle-map-list {
    border-radius: 2px;
    padding: 5px 6px;
    margin-top: 12px;
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display:block;
}
}
.map-header {
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	min-height:50px;
	padding:0 25px;
	background:#E0E2E1;
	overflow:hidden;
	display:table
}
.map-header .search {
 	width:200px;
 	display:table-cell;
 	vertical-align:middle;
 }

@media (max-width:819px) {
.map-header .search {
	margin-top:3px;
	display:block;
	width:100%;
}
}

#map-wrapper {
	position:relative;
}
@media (max-width:819px) {
#google-map {
	width:100%;
}
}
@media (min-width:820px) {
#google-map {
	width: 50%;
	min-height: 855px;
}
}
#refresh-map {
    top: 10px;
    right: 0;
    margin-right: 10px;
    float: right;
    position: absolute;
    display: none;
}
@media (min-width:820px) {
#refresh-map {
	margin-top:50px;
    margin-right: 51%;
}
}
#results {
	padding-top:0px;
	z-index:10;
}
#results .col-sm-6 {
	padding:0;
	background-color:#fff;
}

@media (min-width:820px) {
#results .col-sm-6 {
		float:right;
}
}

#claim-listing {
	float:right;
}
/*
@media (max-width:819px) {
#claim-listing {
	display:none;
}
}
*/
#featuredoffers .slick-dots {
	bottom:-15px;
}
.update-results {
	width:150px;
	float:right;
}
.button {
	z-index: 10;
	background: #0063A7;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	line-height: 1.66em;
	cursor: pointer;
	padding: 8px;
}
.button-disabled {
	background: #4A76B0;
	color: #cfcfcf;
	cursor:initial;
}
.button.inverted {
	border:solid #2A76D9 2px;
	background-color:#fff;
	color:#2A76D9;
}
.button.preorder {
    background-color: #6AB2E2;
}
.button.register {
    background-color: #0063A2;
}

.button.red {
	background-color:#DE0B0B;
}
.button-disabled.red {
	background-color:#C41D1D;
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top:10px;
}

.resp-tabs-list li.tab {
	color:#62A3E1;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:0;
	margin-top:2px;	
}

.resp-tabs-list li.activetab {
	background:#ffffff;
	color:#62A3E1;
}

@media (max-width:819px) {
.resp-tabs-list li.tab {
	padding: 5px 5px;
}
}
/*
#dealstab {
	background-color:#62A3E1;
	color:#fff;
}
*/
.results-panel {
	display:none;
	border:1px solid rgba(0,0,0,0.08);
	padding:5px;
}

@media (min-width:820px) {
.results-panel {
	height:635px;
	overflow-y:hidden;
}
.results-list {
	height:628px;
	overflow-y:auto;
}
#dealspanel .results-list,
#locationspanel .results-list {
//	height:545px;
	height:640px;
}
#pickspanel .results-list,
#featuredpanel .results-list,
#topratedpanel .results-list,
#optionspanel .results-list {
//	height:630px;
	height:720px;
}
}

.results-list .row {
	margin:0;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
#optionspanel .results-list .row {
	border:0;
}
.results-filter {
	width:100%;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

.options-map {
	float:left;
	width:50%;
}
.options-list-wrapper {
	float:right;
	width:50%;
	height:100%;
	padding:10px;
	border-bottom:solid #cfcfcf 1px;
}
.options-list {
	height:93%;
	overflow-y:auto;
}
.options-message {
 	width:100%;
 	color:#f00;
 	display:none;
}
.options-states {
	width:50%;
}
.options-cities {
	width:33%;
}
/*	OLD
@media (max-width:819px) {
	.options-states {
		width:100%;
	}
	.options-cities {
		width:50%;
	}
}
*/
@media (max-width:820px) {
	.options-list-wrapper {
		width:100%;
		float:none;
	}
	.options-map {
		display:none;
	}
	.options-states,
	.options-cities {
		width:25%;
	}
}
@media (max-width:450px) {
	.options-states,
	.options-cities {
		width:50%;
	}
}

.activepanel {
	display:block;
}

.results-message {
 	width:100%;
 	color:#f00;
 	display:none;
 }
 
.thumbnail {
	background-color:inherit;
	margin-top:5px;
	margin-bottom:0;
}

.vendor-logo {
 	float:left;
 	width:150px;
 	margin-right:5px;
}
.coupon-type-holder {
	position: absolute;
	z-index: 999;
	padding: 0 2px 0 100%;
}
.coupon-type {
	position:absolute;
}
@media (max-width:819px) {
.coupon-type-holder {
	position:initial;
	padding:0;
}
.coupon-type {
	position:initial;
	-webkit-transform:initial;
	transform:initial;
}
}
.coupon-logo {
	float:left;
	width:150px;
	margin:0 10px 0 0;
	text-align:center;
}
.coupon-details {
	overflow:hidden;
 	margin:0 29px 0 0;
 }
.coupon-header {
	font-size:14px;
	font-weight:bold;
	background-color:#337ab7;
	color:#fff;
	margin:0 0 10px;
	padding:5px 25px 5px 5px;
}
.sale-holder,
.potency,
.caption {
	padding:0 5px;
}
.thumbnail .caption {
	padding:5px 25px 5px 5px;
}
.caption span {
	line-height:1.2;
}

@media (max-width:819px) {
.vendor-logo {
 	float:none;
 	margin:0 auto;
}
.coupon-logo {
	float:none;
	margin:0 auto;
}
.coupon-details {
 	float:left;
/*	max-width:305px;	*/
	width:100%;
}
.coupon-header {
	width:100%;
	text-align:center;
}
}

.thumbnail-bg {
	background-color:white;
}

.result-icon {
	width:15px;
	height:15px;
}

.result-text {
	max-height:50px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.multiline-text {
	overflow: hidden;
	position: relative; 
	line-height: 1.2em;
	max-height: 3.6em; 
	text-align: justify;  
/*	margin-right: -1em;	*/
/*	padding-right: 1em;	*/
}
/*
.multiline-text:before {
	content: '...';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1em;
	height: 1.2em;1208
	background-color: inherit;
	padding-left: 2px;
}

.multiline-text:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1.2em;
	background: inherit;
}
*/
/*
@media (max-width:819px) {
.footer-ad {
	display:none;
}
}
*/
.bottom-bar {
	list-style:none;
	overflow:hidden;
	margin:10px 5px 0;
	-webkit-padding-start:0;
	text-align:center;
}
.bottom-bar li {
/*
	float:left;
	width:auto;
	height:30px;
	margin:0;
	padding-right:5px;
*/
	display:inline-block;
	margin:5px 0 0 0;
}
.bottom-bar li a {
	float:left;
/*	height:30px;	*/
	background-size:20px 20px;
	color:#62A3E1;
	text-decoration:none;
	font-weight:bold;
}
.bottom-bar li .video-icon {
	padding:0 0 0 20px;
	background:url(../img/icons/video.png) no-repeat;
	background-size:20px 20px;
}
.bottom-bar li .text-icon {
	padding:0 0 0 20px;
	background:url(../img/icons/text.png) no-repeat;
	background-size:20px 20px;
}
.bottom-bar li .map-icon,
.bottom-bar li .outlets-icon {
	padding:0 0 0 20px;
	background:url(../img/icons/map.png) no-repeat;
	background-size:20px 20px;
}
.bottom-bar li .menu-icon {
	padding:0 0 0 20px;
	background:url(../img/icons/menu.png) no-repeat;
	background-size:20px 20px;
}
.bottom-bar li .deals-icon {
	padding:0 0 0 20px;
	background:url(../img/icons/deals.png) no-repeat;
	background-size:20px 20px;
}

.topshops {
/*	background:#75802B;	*/
	background:#f4f4f4;
/*	color:#fff;	*/
	color:#333;
	padding:5px;
	white-space:nowrap;
}
.thumb-wrapper {
	border: solid #666 1px;
}

.featured-text-holder {
	border-top:solid #ddd 1px;
	font-size:11px;
	max-height: 50px;
}
.headline {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.blurb {
	white-space: normal;
}
@media (max-width:819px) {
.featured-text-holder {
	font-size:10px;
}
}
@media (min-width:820px) {
#js-grid-slider-team1.cbp {
	margin-bottom:20px;
}
#js-grid-slider-team1 .cbp-nav {
	display:none;
}

#js-grid-slider-team2 img {
	max-width:267px;
//	width:300px;
//	height:200px
}
}

table.events tbody tr:nth-child(odd),
table.growsold tbody tr:nth-child(odd) {
	background-color:#f2f2f2;
}
/*
table.jobs tbody tr:nth-child(4n+1),
table.jobs tbody tr:nth-child(4n+2) {
*/
table.jobs tbody tr:nth-child(odd) {
	background-color:#f2f2f2;
}

.middle > * {
	vertical-align:middle;
}

.search-gps {
   content:url(/images/gps-searchIcon.png);
   margin-right:5px;
}
.search-state {
   content:url(/images/state-searchIcon.png);
   margin-right:5px;
}
.search-area {
   content:url(/images/area-searchIcon.png);
   margin-right:5px;
}
.search-city {
   content:url(/images/cmpss-searchIcon.png);
   margin-right:5px;
}
.search-vendor {
   content:url(/images/bldg-searchIcon.png);
   margin-right:5px;
}
.search-manufacturer {
   content:url(/images/man-searchIcon.png);
   margin-right:5px;
}
.search-strain {
   content:url(/images/strn-searchIcon.png);
   margin-right:5px;
}
.search-brand {
	content: url(/images/brand-searchIcon.png);
	margin-right: 5px;
}
.search-name {
	content:url(/images/name-searchIcon.png);
	margin-right:5px;
}

.dd_buttons {
	margin: 10px 0;
	overflow:hidden;
}
.dd_button {
	float:left;
	margin-right:10px;
}

/* overlay.css overrides	*/
/*
#lbmoverlay .lbmcoupon.lbmbig .lbmcoupon-header {
	background:initial;
	background-color:#0063A7;
}

#lbmoverlay .lbmcoupon.lbmbig .lbmcoupon-header div {
	background:initial;
}

#lbmoverlay .lbmcoupon.lbmbig .lbmcoupon-header div h3 {
	width:100%;
	padding-right:12px;
}

#lbmoverlay .lbmcoupon.lbmbig .lbmmedrec {
	background-color:#748224;
	color:#fff;
	height:30px;
	font-size:16px;
	font-weight:bold;
	height: 30px;
	padding: 6px 0;
	margin: 5px 0 -5px;
	-webkit-print-color-adjust: exact;
}
*/

.thumbnail {
	transition:initial;
	-webkit-transition:initial;
}
.thumbnail:hover {
	border-color: initial;
}

@media (min-width:820px) {
	.home-image {
		background:url('/img/slides/homepage-1920px.jpg');
	}
}
@media (max-width:820px) {
	.home-image-mobile {
		background:url('/img/slides/homepage-820px.jpg');
	}
}
.hidden-mobile {
	display:block !important;
}
.shown-mobile {
	display:none !important;
}
@media screen AND (max-width: 820px) AND (orientation:portrait),
	screen AND (max-width:820px) AND (orientation:landscape) {

	.hidden-mobile {
		display: none !important;
	}
	.shown-mobile {
		display:block !important;
	}
}

#blog {
	font-size:14px;
}

#blog strong {
	font-weight:700';
}

#blog figure.alignright,
#blog figure.aligncenter {
	float:right;
	margin-left:10px;
}

.partner-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
}

.partner-wrapper {
//	display:inline-block;
//	width:200px;
//	height:150px;
	text-align:center;
	align-self:center;
	grid-gap:10px;
}
.partner-spacer {
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.entry-content img.alignright {
	float:right;
	margin:0 20px;
	max-height:125px;
	width:auto;
}
.entry-content img.alignleft {
	float:right;
	margin:0 20px;
	max-height:200px;
	width:auto;
}

.entry-content img.alignright.noresize,
.entry-content img.alignleft.noresize {
	max-height:none;
}

.shadow-5 {
	border-radius:10px;
	box-shadow: 5px 5px 5px 2px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 5px 5px 5px 2px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 5px 5px 5px 2px rgba(119, 119, 119, 0.75);
}

.shadow-2 {
	border-radius:10px;
	border: solid rgb(204, 204, 204) 1px;
	box-shadow: 2px 2px 5px 1px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 2px 2px 5px 1px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(119, 119, 119, 0.75);
}

.search-what-active {
	width: 290px;
}
.search-types {
	margin:-35px 60px 0 0;
}
.search-types-active {
//	margin-right:215px;
	margin-right:52%;
}
.search-where {
	margin: -55px 0;
	float: right;
}

@media (max-width:820px) {
	.search-where {
		margin-top:-40px;
	}
}

#search-form input[type="text"] {
	border:2px solid #ccc;
	border-radius:4px;
}

.search-btn {
	float: right;
	padding: 0;
	margin-top:-35px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.search-btn span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding: 0 5px;
	margin:0 5px;
}
.search-btn:last-child {
	margin-right:5px;
}

.search-target {
	cursor:	pointer;
}
.search-target-static {
	margin-top:0 !important;
	cursor:initial;
}
.color-locations {
	background: #0f65a8;
}
.color-deals,
.color-livedeals {
	background: #688e40;
}
.color-menus {
	background: #6fb2e2;
}
.color-strains {
	background: #000;
	font-color:#fff;
}

#news #featured_stories img {
	min-height: 194px;
}

#news .overlay_holder {
	height: 85px;
}

#blog strong {
	font-weight:700;
}

.multiline-text {
	text-align: initial;
	line-height: 1.3em;
	max-height: 90px;
}

.paging {
	margin: 10px 0 0 0;
	background: #fff;
}

.favorite-label {
	color: #333;
	font-size: 18px;
	line-height: 18px;
	cursor:pointer;
	z-index:1000;
}

.favorite-label:after {
	content: "\e901";
	font-family: "icomoon" !important;
}

.favorite-label.jcf-label-active {
	color: #f00;
}

.favorite-label.jcf-label-active:after {
	content: "\e902";
}

.favorite-label .jcf-checkbox,
.favorite-label input[type="checkbox"] {
	top: -9999px !important;
	left: -9999px !important;
	opacity: 0 !important;
	position: fixed !important;
}

.account {
	width: 100%;
}

.account .btn:hover {
	color: #fff;
	background: #000;
}

.account .profile-block {
	margin: 0 0 27px;
	background: #fff;
	position: relative;
}

.account .profile-block:after {
	content: " ";
	display: block;
	clear: both;
}

.account .map-holder {
	margin: 0;
	overflow: hidden;
	position: relative;
}

.account .map-holder:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 5;
	position: absolute;
	background: rgba(0, 0, 0, .7);
}

.account .map-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.account .profile-holder {
	padding: 16px 13px 13px 13px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(100, 100, 100, .7);
}

.account .profile-holder:after {
	content: " ";
	display: block;
	clear: both;
}

.account .user-holder {
	width: 114px;
	height: 114px;
	bottom: 14px;
	left: 50%;
	margin: 0 0 0 -57px;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: absolute;
	border: 4px solid #fff;
	background: #0063A7;
	text-align: center;
	border-radius: 100%;
}

.account .user-holder .icon {
	display: inline-block;
	vertical-align: top;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.account .user-holder .icon img {
	display: block;
	height: auto;
	max-width: 100%;
}

.info-block:after {
	content: " ";
	display: block;
	clear: both;
}

.info-block h1 {
	margin: 0 0 19px;
	font-size: 23px;
	line-height: 26px;
	font-weight: 300;
	color: #9a9a9a;
}

.info-block .info-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row-wrap;
	flex-flow: row-wrap;
	margin: 0 -4px;
	width: calc(100% + 8px);
}

.info-block .info-frame:after {
	content: " ";
	display: block;
	clear: both;
}

.info-block .info-col {
//	-webkit-box-flex: 1;
//	-ms-flex: 1;
//	flex: 1;
//	margin: 0 4px;
	width: calc(50% - 8px);
}

/*
.info-block .info-col + .info-col {
	padding: 0;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(100, 100, 100, .34);
}
*/
.info-block .info-col + .info-col div {
	border: solid #dddd 1px;
	display: block;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(100, 100, 100, .34);
	background-color:#ebeced;
}

.info-block .detail-list {
	margin: 0;
	padding: 0;
	list-style: none;
//	margin: 0 -4px;
	font-size: 0;
	line-height: 0;
}

.info-block .detail-list > * {
	font-size: 16px;
	line-height: 18px;
}

.info-block .detail-list li {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	padding: 0 4px;
	margin: 0 0 10px;
}
/*
.info-block .detail-list li:last-child,
.info-block .detail-list li:nth-child(5) {
	margin-bottom: 0;
}
*/
.info-block .detail-list block {
	border: solid #dddd 1px;
	display: block;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(100, 100, 100, .34);
	padding: 18px 23px 9px 20px;
	text-decoration: none;
	background-color: #ebeced;
}
@media (max-width:480px) {
	.info-block .detail-list block {
		width:180px;
		height:120px;
	}
}

.info-block .detail-list a:hover {
	opacity: .5;
}

.info-block .detail-list .text {
	margin: 0;
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #333;
}

.info-block .detail-list .count-number {
	display: block;
	text-align: right;
	font-size: 54px;
	line-height: 58px;
	color: #4d4d4c;
}

.info-block .wrap-info {
	padding: 14px 20px;
	overflow: hidden;
}

.info-block h2 {
	margin: 0 0 19px;
	font-size: 23px;
	line-height: 26px;
	font-weight: 400;
	color: #333;
	text-align: left;
}

.info-block dl {
	overflow: hidden;
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #333;
	text-align: left;
}

.info-block dl dt {
	float: left;
	min-width: 180px;
	text-transform: uppercase;
}

.info-block dl dd {
	margin: 0 0 15px;
}

.leaderboard-wrapper {
	width:100%;
	min-height:90px;
	max-width:728px;
}
.block-wrapper {
	width:300px;
	height:250px;
	margin:0 auto;
}
.bottom-space {
	margin-bottom:20px;
}

@media (max-width:820px) {
	.leaderboard-wrapper {
		max-width:100%;
		width:100%;
		height:initial;
		min-height:initial;
	}

	.aligncenter {
		margin-left:initial;
		margin-right:initial;
	}
}
.td-a-rec-id-custom_ad_3 .leaderboard-wrapper {
/*	max-width:620px;	*/
	height:initial;
}

.lbuy-otc {
	margin-top:10px;
	width:100%;
	text-align:center;
}
.lbuy-blue {
	background-color:#0063A7;
}
