/* Import Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,700');


/* Reset Defaults */
html, body {
	width: 100%;
	overflow-x: hidden;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, select, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	vertical-align: baseline;
	font: inherit;
	color: inherit;
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #333;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
	outline: none;
}

/* Blackout */
#blackout {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.65);
	z-index: 1060;
}
#blackout .close {
	color: #FFF;
	text-decoration: none;
	font-size: 34px;
	position: absolute;
	top: 32px;
	right: 32px;
}

/* Popover Messages */
.message-bar {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1048;
}
.message-bar .message-container {
	width: 100%;
	background-color: #008AFF;
	color: #FFF;
	padding: 15px 20px;
	border-bottom: 1px solid #ECECEC;
}
.message-bar .message-content {
	font-size: 14px;
	line-height: 21px;
	margin: 0 auto;
	text-align: center;
	max-width: 80%;
}


.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clearfix {
	clear: both;
}


/* Sizing and Spacing */
.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}
.container.content {
	padding-left: 90px;
	padding-right: 90px;
}
.container.slim {
	max-width: 375px;
}
.container.medium {
	max-width: 800px;
}
.container.small {
	max-width: 480px;
}

.sidebar {
	width: 25%;
	float: right;
}
.main-col {
	width: 75%;
	float: left;
}
@media( max-width: 960px ) {
	.container.content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media( max-width: 800px ) {
	.sidebar {
		display: none;
	}
	.main-col {
		width: 100%;
		float: none;
	}
}
@media( min-width: 768px ) {
	.mobile-only {
		display: none !important;
	}
}
@media( max-width: 768px ) {
	.mobile-clearfix {
		clear: both;
	}
	.hidden-mobile {
		display: none !important;
	}
	.container {
		padding: 0 10px;
	}
}

/* Font Sizing */
h1.hero, h2.hero, h3.hero, h4.hero, h5.hero, h6.hero, .hero {
	font-weight: 700;
	font-size: 40px;
	line-height: 54px;
}
h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1, .h1 {
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
}

h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2, .h2 {
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
}

h3, h1.h3, h2.h3, h4.h3, h5.h3, h6.h3, .h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
}

h4, h1.h4, h2.h4, h3.h4, h5.h4, h6.h4, .h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}

h5, h1.h5, h2.h5, h3.h5, h4.h5, h6.h5, .h5 {
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
}

h6, h1.h6, h2.h6, h3.h6, h4.h6, h5.h6, .h6 {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}

h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular, .regular {
	font-weight: 400;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, .light {
	font-weight: 300;
}
.condensed {
	font-family: 'Open Sans Condensed', sans-serif;
}


h1.divider, h2.divider, h3.divider, h4.divider, h5.divider, h6.divider, p.divider {
	text-align: center;
	display: table;
	width: 100%;
	white-space: nowrap;
}
h1.divider span, h2.divider span, h3.divider span, h4.divider span, h5.divider span, h6.divider span, p.divider span {
	padding: 0 15px;
}
h1.divider:before, h2.divider:before, h3.divider:before, h4.divider:before, h5.divider:before, h6.divider:before, p.divider:before,
h1.divider:after, h2.divider:after, h3.divider:after, h4.divider:after, h5.divider:after, h6.divider:after, p.divider:after {
	content: "";
	width: 50%;
	display: table-cell;
	overflow-x: hidden;
	border-top: 1px solid #333;
	transform: translate( 0, 50% );
}
.divider.divider-light:after, .divider.divider-light:before {
	border-top: 1px solid #ccc;
}

strong, .strong {
	font-weight: 700;
}
small, .small {
	font-size: 90%;
}
small.smaller, .smaller {
	font-size: 80%;
}
.lead {
	font-size: 200%;
	line-height: 130%;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/* Backgrounds */
.background-primary {
	background-color: #fedc18;
}
.background-gradient {
	background: #ffe600; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe600 0%, #ffcc00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffe600 0%,#ffcc00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffe600 0%,#ffcc00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe600', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */
}
.background-light {
	background-color: #f6f6f6;
}
.background-extra-light {
	background-color: #FCFCFC;
}
.background-white {
	background-color: #fff;
}
.background-blue {
	background-color: #eff6f9;
}
.background-gray {
	background-color: #e5e5e5;
}

/* Borders */
.border-bottom {
	border-bottom: 1px solid #ECECEC;
}
.border-bottom-dark {
	border-bottom: 1px solid #D2D2D2;
}

/* Shadows */
.shadow-sm {
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
}
.shadow-lg {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}

/* Radius */
.radius-sm, .sm-rounded {
	border-radius: 2px;
}


/* Colors */
.primary {
	color: #fedc18;
}
.white {
	color: #FFF;
}
.black {
	color: #333;
}
.dark {
	color: #686868;
}
.gray {
	color: #999;
}
.blue, a.blue {
	color: #297acc !important;
}
a {
	color: #297acc;
	text-decoration: none;
}
a.noul {
	text-decoration: none;
}

.sidebar {
	width: 23.96%;
	float: right;
}
.main {
	width: 75%;
	float: left;
	padding-right: 20px;
}
@media( max-width: 768px ) {
	.main {
		width: 100%;
		padding-right: 0;
	}
	.sidebar {
		display: none;
	}
}


/* Lists */
ul.inline-list {
	list-style-type: none;
}
ul.inline-list li {
	display: inline;
}
ul.two-col {
	list-style-type: none;
	width: 100%;
}
ul.two-col:after {
	clear: left;
}
ul.two-col li {
	display: block;
	width: 50%;
	float: left;
}
ul.two-col li:nth-child(even) {
	padding-left: 8px;
}
ul.two-col li:nth-child(odd) {
	padding-right: 8px;
}


/* Cards */
.card {
	position: relative;
	background-size: cover;
	background-position: center;
	border-radius: 2px;
	min-height: 250px;
}
.card .card-blackout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, .3 );
	border-radius: 2px;
}
.card:hover .card-blackout {
	background-color: rgba( 0, 0, 0, .15 );
}
.card .card-content {
	color: #FFF;
	position: absolute;
	left: 25px;
	bottom: 25px;
	font-size: 12px;
}
.card .rating-box {
	position: absolute;
	top: 25px;
	right: 25px;
	padding: 8px 15px;
	/*background-color: #FEFEFE;*/
	background-color: rgba( 255, 255, 255, 0.75 );
	border-radius: 2px;
	color: #424242;
	font-size: 11px;
	line-height: 11px;
}
.card .category-box {
	position: absolute;
	top: 25px;
	right: 25px;
	padding: 6px 12px;
	background-color: #fedc18;
	border-radius: 2px;
	color: #333;
	font-size: 11px;
	line-height: 11px;
}
.card-content .card-label {
	background-color: #fedc18;
	border-radius: 2px;
	font-size: 11px;
	line-height: 11px;
	padding: 4px 8px;
	color: #333;
}
.card:hover .rating-box {
	background-color: #FEFEFE;
	border-radius: 2px;
	/*color: #fedc18;*/
	font-size: 11px;
	line-height: 11px;
}

.mini-card {
	padding: 20px 30px;
	background-color: #FFF;
	border-top: 1px solid #ECECEC;
}
.mini-card .card-content {
	background-image: url('/images/icons/right.png');
	background-repeat: no-repeat;
	background-position: right 65%;
	background-size: 14px 24px;
}
.mini-card h4 {
	padding: 10px 40px 5px 0;
}
.mini-card h4 a {
	color: #2B2B2B;
	text-decoration: none;
}

.card.card-lg {
	min-height: 400px;
}

.card a {
	color: inherit;
	text-decoration: none;
}

/* MTStyling */
.featured-grid {
	margin: 10px -10px 0 -10px;
}
.featured-grid.nomargin {
	margin-top: 0;
}
.featured-grid .featured-box {
	float: left;
	width: 33.333%;
	padding: 10px;
}
.featured-grid .featured-big-box {
	float: left;
	width: 50%;
	padding: 10px;
}
.featured-grid .card {
	margin: 0;
}
.featured-grid .card.featured-listing-card {
	height: 520px;
}
.card.hero-listing-card {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 400px;
}
.card.business-card.hero-listing-card .card-content {
	position: absolute;
	left: 80px;
	right: 80px;
	bottom: 120px;
	font-size: 16px;
	line-height: 20px;
}

.card.tip-card.hero-listing-card {
	position: relative;
	margin-bottom: 0;
}
.card.tip-card.hero-listing-card .card-content {
	position: absolute;
	left: 80px;
	right: 80px;
	bottom: 120px;
	font-size: 16px;
	line-height: 20px;
}


.card.business-card {
	position: relative;
}
.card.business-card .card-content {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
	font-size: 16px;
	line-height: 20px;
}


.card.featured-review {
	margin: 0 auto;
	max-width: 1024px;
	padding: 60px 100px;
}
.card.featured-review .review-block {
	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.card.featured-review .review-user {
	max-width: 148px;
	float: left;
}
.card.featured-review .review-user h4 {
	padding: 0 0 5px 0;
}
.card.featured-review .review-block .review-user  p {
	width: 148px;
	padding: 0;
	font-size: 10px;
	color: #686868;
}
.card.featured-review .review-block .review-user  p span {
	padding-right: 2px;
	vertical-align: -1px;
}

.card.featured-review .review-user .user-avatar {
	height: 148px;
	width: 148px;
	border: 2px solid #FDDA14;
	background-color: #F8F8F8;
	border-radius: 74px;
	overflow: hidden;
	margin-bottom: 15px;
}
.card.featured-review .review-user .user-avatar img {
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	border-radius: 74px;
}

.card.featured-review .review-block .review-content {
	margin-left: 200px;
	padding-top: 10px;
}

.card.featured-review .review-block h2 {
	padding-bottom: 10px;
}
.card.featured-review .review-block p.lead {
	color: #5E5E5E;
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 5px;
}


.article {
	width: 75%;
	padding-right: 20px;
	float: left;
}
.article .article-content {
	padding: 40px;
}
.article .article-content p.info {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}
.article .article-content p.info span.icon-clock {
	vertical-align: -1px;
	margin-left: 8px;
	margin-right: 3px;
}
.article .tip-hero {
	padding-top: 20px;
	padding-bottom: 40px;
}
.article .tip-hero img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.article ul {
	padding-left: 40px;
	margin-bottom: 10px;
}

.article-share {
	text-align: right;
}
.article-share li {
	padding-left: 5px;
}
.article-share li img {
	width: 24px;
	height: auto;
}
@media( max-width: 768px ) {
	.article {
		width: 100%;
		padding: 0;
		margin: 0;
		float: none;
	}
	.article .article-content {
		border-radius: 0;
		padding: 30px;
		width: 100%;
	}
	.article .article-share {
		margin-top: 5px;
		display: block;
		width: 100%;
		border: 1px solid #ECECEC;
		padding: 10px 20px;
		border-radius: 5px;
	}
	.article .article-share small {
		float: left;
		line-height: 32px;
	}
	.article .article-share ul {
		float: right;
		margin: 0;
		padding: 0;
	}
	.article-share li {
		padding-left: 15px;
	}
	.article-share li a {
		height: 32px;
		margin: 0;
		padding: 0;
	}
	.article-share li img {
		width: 32px;
	}
}



/* Previous and Next Buttons */
.article-pagination {
	padding: 0 20px;
}
.previous-article {
	background-image: url('/images/icons/left.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10.5px 18px;
	padding: 20px 30px;
	width: 50%;
	float: left;
}
.next-article {
	background-image: url('/images/icons/right.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10.5px 18px;
	padding: 20px 30px;
	width: 50%;
	float: right;
	text-align: right;
	border-left: 1px solid #ECECEC;
}


@media( max-width: 768px ) {
	.card.featured-review {
		margin: 0 auto;
		max-width: 1024px;
		padding: 30px 30px;
	}
	.card.featured-review .review-user .user-avatar {
		height: 100px;
		width: 100px;
	}
	.card.featured-review .review-user {
		max-width: 100px;
		float: left;
	}
	.card.featured-review .review-block .review-user p {
		width: 100px;
		text-align: center;
	}
	.card.featured-review .review-block .review-content {
		margin-left: 130px;
		padding-top: 10px;
	}
}
@media( max-width: 480px ) {
	.card.featured-review .review-user {
		max-width: 100px;
		float: none;
		margin: 0 auto;
	}
	.card.featured-review .review-block .review-content {
		margin-left: 0;
		text-align: center;
	}
}

@media( max-width: 1080px ) {
	.featured-grid .featured-box {
		float: left;
		width: 50%;
		padding: 10px;
	}
	.featured-grid .featured-box {
		float: left;
		width: 50%;
		padding: 10px;
	}
}
@media( max-width: 480px ) {
	.featured-grid .featured-box {
		float: left;
		width: 100%;
		padding: 10px;
	}
	.featured-grid .featured-box {
		float: left;
		width: 100%;
		padding: 10px;
	}
}

@media( max-width: 768px ) {
	.card.tip-card.hero-listing-card .card-content {
		left: 30px;
		right: 30px;
		top: 30px;
		bottom: auto;
		font-size: 9px;
		line-height: 16px;
	}
	.card.tip-card.hero-listing-card .card-content h1 {
		font-size: 25px;
		line-height: 28px;
	}
	.card.hero-listing-card {
		height: 270px;
	}
}

/* END CARD */


.well {
	border: 1px solid #ccc;
	background-color: #FFF;
	padding: 20px;
}



/* Ratings/Reviews */
.rating-block {
	display: inline-block;
	padding: 5px 0;
	color: #333;
	font-size: 12px;
	line-height: 12px;
	color: #666;
}
.rating-block .stars {
	color: #fedc18;
}
.rating-block .rating {
	margin-left: 7px;
	font-weight: 700;
}
.rating-block.big-rating {
	font-size: 15px;
	line-height: 15px;
	padding: 10px 15px;
}


/* Toggle Slider */
.toggle-slider {
	font-size: 24px;
	line-height: 20px;
	vertical-align: -4px;
}

/* Tags */
span.tag, a.tag, div.tag {
	font-size: 12px;
	line-height: 14px;
	color: #2B2B2B;
	padding: 5px 20px;
	background-color: #ECECEC;
	border-radius: 2px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #D2D2D2;
}
span.tag:hover, a.tag:hover, div.tag:hover {
	background-color: #f6f6f6;
}
span.tag.tag-white, a.tag.tag-white, div.tag.tag-white {
	background-color: #FFF;
	border: 1px solid #ECECEC;
}
span.tag.tag-primary, a.tag.tag-primary, div.tag.tag-primary {
	background-color: #FDDA14;
	border: 1px solid #FDDA14;
	color: #404040;
}

/* Labels */
.label {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	border-radius: 3px;
	background-color: #ECECEC;
	color: #2A2A2A;
	text-decoration: none;
	padding: 7px 13px;
	text-align: center;
}
.label.label-time {
	border-radius: 3px 3px 0 0;
}
.label.label-light {
	background-color: #FFF;
	border: 1px solid #ECECEC;
}
.label.label-green {
	color: #fff;
	background-color: #4BB000;
}
.label.label-red {
	color: #fff;
	background-color: #D0011B;
}
.open-timer {
	border-radius: 0 0 3px 3px;
	background-color: rgba(236,236,236,0.5);
	border: 1px solid #ECECEC;
	text-align: center;
	padding: 13px 11px;
}
.open-timer .timer-label {
	font-size: 12px;
	line-height: 18px;
	color: #9B9B9B;
}
.open-timer .time {
	color: #2b2b2b;
	font-size: 22px;
	line-height: 26px;
}
.open-appointment {
	background-color: #fff;
	color: #4BB000;
	font-size: 10px;
	padding: 3px;
	border-radius: 0 0 3px 3px;
	margin: 5px -12px -6px -12px;
}



/* Forms */
/*
input {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #ccc;
	padding: 0 15px;
	margin-bottom: 15px;
	border-radius: 3px;
}
input.block {
	display: block;
	width: 100%;
}
*/


/* AutoSuggest */
.autosuggest {
	position: absolute;
	z-index: 1040;
}
.autosuggest .choices {
	background-color: #FFFFFF;
	border-radius: 0 0 5px 5px;
	padding: 16px 0px 16px 0px;
	border: 1px solid #CCC;
}
.autosuggest .choices-list {
	list-style-type: none;
	margin: 0;
	padding: 0 0px 0 0;
	height: 105px;
	overflow: auto;
	width: 100%;
}
.autosuggest .choices-list li {
	width: 100%;
}
.autosuggest .choices-list a {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 35px;
	padding: 0 30px;
	color: #686868;
	text-decoration: none;
}
.autosuggest .choices-list a.active, .autosuggest .choices-list a:hover {
	background-color: #ECECEC;
}
.autosuggest .choices-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.autosuggest .choices-list::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.autosuggest .choices-list::-webkit-scrollbar-thumb {
  background: #d2d2d2;
  border: none;
  border-radius: 50px;
}
.autosuggest .choices-list::-webkit-scrollbar-thumb:hover {
  background: #d2d2d2;
}
.autosuggest .choices-list::-webkit-scrollbar-thumb:active {
  background: #d2d2d2;
}
.autosuggest .choices-list::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 50px;
}
.autosuggest .choices-list::-webkit-scrollbar-track:hover {
  background: none;
}
.autosuggest .choices-list::-webkit-scrollbar-track:active {
  background: none;
}
.autosuggest .choices-list::-webkit-scrollbar-corner {
  background: transparent;
}




/* Dropdowns */
.dropdown {
	font-size: 14px;
	line-height: 17px;
	padding: 11px 24px 10px 11px;
	background-color: #FFF;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-image: url('/images/dropdown-arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	position: relative;
}
.dropdown.dropdown-small {
	font-size: 10px;
	line-height: 12px;
	padding: 7px 32px 7px 11px;
	min-width: 125px;
}
.dropdown.dropdown-inline {
	display: inline-block;
}
.dropdown ul {
	position: absolute;
	width: 125px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	max-height: 170px;
	overflow-y: auto;
	padding: 5px 2px;
	list-style-type: none;
	z-index: 1090;
}
.dropdown ul li {
	color: #686868;
}
.dropdown.dropdown-small ul li a {
	padding: 5px 8px 5px 8px;
}
.dropdown ul li:hover {
	background-color: #f7f7f7;
}
.dropdown ul li a {
	display: block;
	color: #686868;
	text-decoration: none;
	padding: 11px 9px 12px 9px;
	
}