body,
html {
	/*overflow-y: hidden;*/
}


.main-header:before {
	display: none;
}

.map-canvas {
	position: relative;
	overflow: hidden;
	height: 100vh;
	height: calc(100vh - 130px);
}

.map-canvas .map {
	float: right;
	width: 70%;
	position: relative;
	border: 0;
	padding: 0;
	margin: 0;
	min-height: initial;
}

.map-canvas .map #map {
	width: 100%;
	height: 100vh;
	/*margin-top: 105px;*/
}

.map-canvas .map .toggle-navigation {
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	background-color: #f4f4f2;
	bottom: 0;
	height: 27px;
	margin: auto;
	position: absolute;
	top: 0;
	z-index: 1;
}

.toggle-navigation .icon {
	padding: 7px;
}

.toggle-navigation .icon .line {
	-moz-transition: 0.2s ease-in-out all;
	-webkit-transition: 0.2s ease-in-out all;
	transition: 0.2s ease-in-out all;
	background-color: #474747;
	display: block;
	height: 2px;
	margin-bottom: 3px;
	width: 15px;
}

.toggle-navigation:hover .icon .line {
	background-color: #ff513f;
}

.toggle-navigation:hover .icon .line:first-child {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 5px;
}

.toggle-navigation:hover .icon .line:nth-child(2) {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.toggle-navigation:hover .icon .line:last-child {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: -5px;
}

.search-bar {
	background-color: rgba(65, 65, 65, 0.2);
	left: 0;
	position: absolute;
	top: 0;
	width: 237px;
	z-index: 3;
	padding-bottom: 10px;
	display: none;
}

.main-search {
	display: table;
	height: 100%;
	padding: 10px 10px 0 10px;
	width: 100%;
}

.main-search .form-group {
	float: left;
	margin-bottom: 0;
	width: 100%;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.bootstrap-select {
	width: 100% !important;
	margin-bottom: 0 !important;
}

.search-bar select {
	opacity: 1 !important;
	height: auto !important;
	width: 100% !important;
	top: 0;
	line-height: normal;
	padding: 12px 0;
	position: relative !important;
	color: #333;
	font-size: 16px;
}

.search-bar .customSelect {
	display: none !important;
}

.btn:hover,
select:hover {
	/*background-color: #ededea;*/
}

.form-search-location .form-actions {
	display: inline-block;
	width: 54px;
	vertical-align: bottom;
}

input[type='submit'],
#submit {
	background: #023b5c;
	border: solid 1px #023b5c;
	border-color: #023b5c;
	text-transform: uppercase;
	font-size: 16px;
	color: #ffffff;
	max-width: initial;
	width: auto;
	line-height: normal;
	padding: 12px 12px;
	min-width: 55px;
}

#map {
	/*width: 100%; height: 100vh; border: solid 1px #ccc;*/
}

.map-canvas .items-list {
	width: 30%;
	height: 95%;
	/*padding-top: 110px;*/
}

.items-list {
	-moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99);
	-webkit-transition-delay: 0s;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99) 0s;
	background-color: #ffffff;
	float: left;
	width: 35%;
	padding: 6px 0px 20px 20px;
	height: 100%;
	overflow: hidden;
}

.mCSB_inside>.mCSB_container {
	margin-right: 0px;
	padding-right: 20px;
	overflow: visible;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	right: 5px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.1);
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.items-list .inner {
	height: 100%;
	width: 100%;
	position: relative;
}

.items-list header {
	padding: 0;
	margin-bottom: 5px;
}

.items-list header h3 {
	/*margin-bottom: 15px;*/
	margin-bottom: 0px;
	margin-top: 3px;
	text-transform: uppercase;
	font-size: 30px;
}

.items-list .inner .results {
	height: 100%;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.item {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	/*-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);



  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);



  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);*/
	background-color: #fff;
	display: block;
	margin-bottom: 60px;
	position: relative;
	height: auto;
}

.item:hover,
.item:focus {
	color: #474747;
}

.map-canvas .results .item {
	margin-bottom: 20px;
}

.map-canvas .results.list li .item {
	display: table;
	width: 100%;
	overflow: hidden;
}

.items-list .inner .results li .item {
	/*-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);



  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);



  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #fff;
	cursor: pointer;
	display: table;
	margin-bottom: 5px;
	width: 100%;
	box-shadow: none;
	padding: 16px 18px 16px 0;
}

.map-canvas .results.list li .item>.image {
	display: table-cell;
	height: 100%;
	width: 83px;
	position: relative;
	display: none;
}

.items-list .inner {
	height: 100%;
	width: 100%;
	position: relative;
}

.items-list .inner h3 {
	display: block;
	margin: 30px 0 10px 0;
}

.items-list .inner img {
	width: 100%;
}

.item .image a,
.item .image>.inner {
	display: block;
	position: relative;
	z-index: 2;
}

.map-canvas .results.list li .item .inner {
	height: 64px;
}

.items-list .inner .results li .item .image .inner {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
}

.item-specific {
	font-size: 12px;
	height: 100%;
	width: 100%;
}

.item .item-specific {
	bottom: 0;
	font-weight: bold;
	left: 0;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	position: absolute;
	z-index: 2;
}

.item .wrapper {
	padding: 20px 20px 10px;
	position: initial;
	text-align: center;
}

.map-canvas .results.list li .item .wrapper {
	display: table-cell;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	color: #000;
	background: none;
	height: auto;
}

.wrapper a {
	/*margin-top: 5px;*/
}

.map-canvas .results .item h3 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: inherit;
	
}

.item .wrapper figure {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 1;
	font-size: 14px;
	margin: 5px 0;
	color: #555555;
}

.item .info {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 15px;
}

.items-list .inner .results li .item .wrapper .info {
	border-top: none;
	margin-top: 0;
}

.cluster>div,
.marker-cluster>div {
	color: #fff !important;
	text-align: center !important;
	z-index: 3;
	line-height: 40px;
	font-size: 11px;
	font-weight: bold;
}

.cluster>div:before,
.marker-cluster>div:before {
	-moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99);
	-webkit-transition-delay: 0s;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.06, 0.99) 0s;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #474747;
	border: 4px solid #ff513f;
	content: "";
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 34px;
	z-index: -1;
}

.infobox {
	display: block;
	width: 295px;
	position: relative;
}

.infobox .inner {
	border-bottom: 35px solid #db1f27;
}

.infobox .inner .image {
	width: 100%;
	position: relative;
}

.item-specific {
	font-size: 12px;
	height: 100%;
	width: 100%;
}

.infobox .inner .image .item-specific {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	opacity: 0.95;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 20px;
	color: #fff;
	left: 36px;
	margin-top: 3px;
	padding: 5px;
	position: absolute;
	height: inherit;
	width: initial;
}

.infobox .inner .image .overlay {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
}

.infobox .inner .image .overlay:hover,
.infobox .inner .image .overlay:hover .wrapper .quick-view,
.infobox .inner .image .overlay:hover .wrapper .detail {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.infobox .inner .image .overlay .wrapper {
	bottom: 0;
	left: 0;
	height: 80px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.infobox .inner .image .overlay .wrapper hr {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	border: 0;
	border-top: 1px solid #db1f27;
	border-width: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 0px;
}

.infobox .inner .image .overlay:hover .wrapper hr {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	width: 140px;
}

.infobox .inner .image .overlay .wrapper a {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	z-index: 1;
}

.infobox .inner .image .description .meta {
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	bottom: -60px;
	min-width: 259px;
	right: 0;
	padding: 22px;
	position: absolute;
	z-index: 1;
}

.infobox .inner .image .description .meta h2 {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #474747;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	text-transform: none;
	text-align: left;
}

.infobox .inner .image .description .meta figure {
	color: #474747;
	font-size: 12px;
	margin: 0;
}

.infobox .inner .image .description .meta i {
	color: #ff513f;
	bottom: 0;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 15px;
	display: inline-block;
}

.infobox .inner .image .description .meta i:before {
	content: ">";
}

.infobox .inner .image img {
	width: 100%;
}

.fade-in-marker>img {
	z-index: 9;
}

.sub-header {
	position: relative;
	z-index: 1;
	/*  background-color: #f4f4f2;*/
}

.sub-header .search-bar {
	background-color: #474747;
	position: relative;
	width: 100%;
	padding: 10px;
}

.sub-header .search-bar .main-search {
	padding: 0;
	/*width: 250px;



    margin-left: 200px;*/
}

.search-bar.horizontal .main-search .input-row {
	display: table;
	width: 100%;
	/*margin-left: 12px;



    margin-bottom: 10px;*/
}

.sub-header .breadcrumb-wrapper {
	/*background-color: #edf1e2;



  width: 45%;*/
	margin-top: 20px;
}

.sub-header .breadcrumb-wrapper .redefine-search {
	/*   position: relative;



    margin-left: 200px;*/
}

.sub-header .breadcrumb-wrapper .redefine-search .inner {
	display: block;
	margin: 0;
	top: 0px;
	padding: 11px;
	/* position: absolute;*/
}

.sub-header .breadcrumb-wrapper .redefine-search .inner span {
	display: table-cell;
	padding-left: 10px;
	padding-top: 0px;
	vertical-align: middle;
	color: #fff;
}

.sub-header .breadcrumb-wrapper .redefine-search .inner .icon {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #ff513f;
	display: table-cell;
	height: 38px;
	width: 40px;
}

.sub-header .breadcrumb-wrapper .redefine-search .inner .icon:before,
.sub-header .breadcrumb-wrapper .redefine-search .inner .icon:after {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	display: block;
	color: #fff;
	padding-left: 5px;
	position: absolute;
	top: 12px;
}

.sub-header .breadcrumb-wrapper .redefine-search .inner .icon:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	content: "";
/*	background-image: url(../img/refine-icon.png);*/
	width: 20px;
	height: 17px;
}

.sub-header .breadcrumb-wrapper .redefine-search .inner .icon:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	content: "\f00d";
}

.sub-header .breadcrumb-wrapper .redefine-search .inner span {
	/*display: table-cell;*/
	display: block;
	padding-left: 0px;
	padding-top: 0px;
	vertical-align: middle;
	color: #ffffff;
}

.sub-header .breadcrumb-wrapper .breadcrumb {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	font-size: 12px;
	float: right;
	margin-bottom: 0;
	padding: 9px 0px;
	list-style: none;
	margin: 0;
}

.breadcrumb>li {
	display: inline-block;
}

.sub-header .breadcrumb-wrapper .breadcrumb i {
	color: #ff513f;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

.breadcrumb>.active {
	color: #777;
}

#map-detail {
	height: 150px;
}

.block {
	padding: 16px 0;
	transform: translateZ(0);
	overflow: hidden;
}

.page-item-detail #main-content header {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
}

.page-item-detail #main-content .page-title {
	/*border-bottom: 1px solid #f4f4f2;*/
	display: table;
	padding-bottom: 20px;
	width: 100%;
	padding-top: 12px;
}

.page-item-detail #main-content .page-title .title {
	display: table-cell;
}

.page-item-detail #main-content .page-title h1 {
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: 20px;
	padding-bottom: 0;
	text-transform: uppercase;
	line-height: 1;
}

#main-content figure {
	margin: 0;
}

.page-item-detail #main-content #detail-sidebar section {
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #f4f4f4;
	margin-bottom: 20px;
	padding: 20px;
}

#detail-sidebar h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 15px;
	text-align: left;
	padding: 0;
	line-height: 1;
}

.page-item-detail #main-content #detail-sidebar section address {
	margin-bottom: 0px;
	margin-top: 0;
}

address .info {
	line-height: 25px;
}

.info span {
	font-size: 14px;
}

address .info i {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	width: 20px;
}

.page-item-detail #main-content h2 {
	font-size: 16px;
	margin: 10px 0 15px;
	line-height: 1;
	text-align: left;
	padding: 0;
	font-weight: normal;
}

#detail-sidebar dl {
	font-size: 12px;
}

dl dt {
	float: left;
	font-weight: bold;
}

dl dd {
	text-align: right;
	margin-bottom: 8px;
}

dl.lines dd {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 5px;
}

.page-item-detail .btn {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #db1f27;
	color: #fff;
	padding: 12px 20px 10px;
	line-height: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}


/*.navbar-collapse.collapse{ display: block; }*/


/********************** DEC 29 2017 **********************/

span.distance {
	float: right;
	color: #000;
	font-size: 15px;
	clear: both;
}

.location-btns {
	position: relative;
	margin-top: 10px;
}

.location-btns a {
	display: inline-block;
	margin: 0 20px 10px 0;
	font-size: 15px;
}

.location-btns a:last-child {
	margin-right: 0;
}

.location-btns a.order-now {
	background-color: #023b5c;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	line-height: 2;
}

.location-btns a.directions,
.location-btns a.more-detail {
	color: #023b5c;
}

span.features {
	margin-left: 20px;
	color: #023b5c;
}

span.pickup-btn {}

.location-map-popup {
	background: #fff;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
	padding: 24px 0 16px;
	width: 260px;
	text-align: left;
}

.location-map-popup .close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	display: none;
	height: 22px;
	padding: 0 0 0 22px;
	position: absolute;
	right: 10px;
	text-indent: 100%;
	top: 10px;
	white-space: nowrap;
	width: 22px
}

.location-map-popup .close:before {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2.2rem;
	bottom: 0;
	color: #d02c30;
	content: "\f00d";
	display: block;
	height: 22px;
	left: 0;
	line-height: 22px;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: 0;
	top: 0;
	width: 22px
}

.location-map-popup .name {
	font-size: 14px;
	line-height: 1.4285;
	letter-spacing: 0;
	color: #d02c30;
	text-transform: uppercase;
	display: block;
	padding: 0 12px 0 12px;
	position: relative
}

.location-map-popup .star {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	display: block;
	height: 18px;
	left: 10px;
	margin: 0;
	padding: 0 0 0 18px;
	position: absolute;
	vertical-align: text-bottom;
	width: 18px
}

.location-map-popup .star:before {
	font-size: inherit;
	display: inline-block;
	font-family: 'PX Icons';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	font-size: 1.8rem;
	color: #e08b23;
	content: '?';
	left: 0;
	line-height: 18px;
	position: absolute;
	top: 0
}

.location-map-popup .star.favorite:before {
	content: '?'
}

.location-map-popup .star .tooltip:before {
	content: 'Save My Panda';
	display: inline-block
}

.location-map-popup .star.favorite .tooltip:before {
	content: 'Remove My Panda'
}

.location-map-popup .address {
	font-size: 14px;
	line-height: 1.4285;
	letter-spacing: 0;
	color: #595959;
	text-transform: none;
	display: block;
	padding: 5px 12px 12px 12px;
	border-bottom: 1px solid #e5e5e5;
}

.location-map-popup .cross-streets {
	font-size: 14px;
	line-height: 1.4285;
	letter-spacing: 0;
	color: #595959;
	text-transform: none;
	display: block;
	padding: 0 20px 20px 45px;
	position: relative;
	text-transform: capitalize
}

.location-map-popup .cross-streets:before {
	font-size: inherit;
	display: inline-block;
	font-family: 'PX Icons';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 1.6rem;
	color: #d02c30;
	content: '?';
	left: 20px;
	line-height: 1.4285;
	position: absolute;
	top: -2px
}

.location-map-popup .popup-row {
	/*border-top: 1px solid #e5e5e5;



    border-bottom: 1px solid #e5e5e5*/
}

.location-map-popup .phone,
.location-map-popup .fax,
.location-map-popup .hours {
	font-size: 14px;
	line-height: 1.4285;
	letter-spacing: 0;
	color: #595959;
	text-transform: none;
	display: inline-block
}

.location-map-popup .phone:before,
.location-map-popup .fax:before,
.location-map-popup .hours:before {
	font-size: 10px;
	line-height: 1.4285;
	letter-spacing: 0;
	color: #595959;
	text-transform: none;
	display: block
}

.location-map-popup .phone:empty:before,
.location-map-popup .fax:empty:before,
.location-map-popup .hours:empty:before {
	font-size: 0;
	background: red
}

.location-map-popup .phone {
	/*border-right: 1px solid #e5e5e5;width: 50%*/
	padding: 12px 5px 12px 12px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}

.location-map-popup .phone:before {
	content: 'Phone:';
	font-size: 14px;
	color: #d02c30;
}

.location-map-popup .fax {
	padding: 12px 12px 12px 15px;
	width: 50%
}

.location-map-popup .fax:before {
	content: 'Fax:'
}

.location-map-popup .hours {
	/*border-bottom: 1px solid #e5e5e5;*/
	display: block;
	padding: 12px 2px 12px 37px;
	position: relative
}

.location-map-popup .hours:before {
	content: 'Open Today:';
	font-size: 14px;
}

.location-map-popup .hours:after {
	font-family: Font Awesome\ 5 Free;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #d02c30;
	content: "\f017";
	left: 12px;
	line-height: 1;
	position: absolute;
	top: 20px
}

.location-map-popup .features {
	padding: 12px
}

.location-map-popup .features:before {
	font-size: 10px;
	line-height: 1.4285;
	letter-spacing: 0;
	color: #595959;
	text-transform: none;
	content: 'Location Features:';
	display: block;
	padding-bottom: 8px
}

.location-map-popup .features [class^="px"] {
	overflow: hidden;
	width: 24px;
	padding-left: 24px;
	position: relative;
	color: #d02c30;
	height: 23px;
	display: inline-block;
	vertical-align: text-bottom
}

.location-map-popup .features [class^="px"]:after {
	font-size: 24px;
	font-size: 2.4rem;
	height: 23px;
	width: 24px;
	line-height: 23px;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

.location-map-popup .features .px-car:after {
	top: 4px
}

.location-map-popup .features .px-wrap:after {
	top: 3px
}

.location-map-popup .order-now,
.location-map-popup .get-directions {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4285;
	letter-spacing: 0;
	color: #fff;
	text-transform: none;
	color: #fff;
	display: block;
	line-height: 1;
	margin: 5px 12px 0;
	padding: 12px 15px 11px;
	position: relative;
	text-align: center;
	text-decoration: none
}

.location-map-popup .order-now:hover,
.location-map-popup .order-now:focus,
.location-map-popup .get-directions:hover,
.location-map-popup .get-directions:focus {
	text-decoration: none
}

.location-map-popup .order-now {
	background-color: #f19933;
	background-image: -webkit-linear-gradient(#f19933, #e69129);
	background-image: linear-gradient(#f19933, #e69129);
	border-bottom: 2px solid #d17e12
}

.location-map-popup .order-now:hover:not(.inactive) {
	background-color: #f3a54b;
	background: -webkit-linear-gradient(#f3a54b, #e99d40);
	background: linear-gradient(#f3a54b, #e99d40)
}

.location-map-popup .order-now:active:not(.inactive) {
	background-color: #e08b23;
	background-image: -webkit-linear-gradient(#e08b23, #d17e12);
	background-image: linear-gradient(#e08b23, #d17e12);
	border-bottom: none;
	box-shadow: none;
	top: 2px;
	background: -webkit-linear-gradient(#e08b23, #d17e12);
	background: linear-gradient(#e08b23, #d17e12)
}

.location-map-popup .order-now.inactive {
	opacity: .5;
	cursor: default
}

.location-map-popup .get-directions {
	background-color: #d02c30;
	background-image: -webkit-linear-gradient(#d02c30, #c72029);
	background-image: linear-gradient(#d02c30, #c72029);
	border-bottom: 2px solid #b1001a
}

.location-map-popup .get-directions:hover:not(.inactive) {
	background-color: #d63f43;
	background: -webkit-linear-gradient(#d63f43, #dc252e);
	background: linear-gradient(#d63f43, #dc252e)
}

.location-map-popup .get-directions:active:not(.inactive) {
	background-color: #c01725;
	background-image: -webkit-linear-gradient(#c01725, #b1001a);
	background-image: linear-gradient(#c01725, #b1001a);
	border-bottom: none;
	box-shadow: none;
	top: 2px;
	background: -webkit-linear-gradient(#c01725, #b1001a);
	background: linear-gradient(#c01725, #b1001a)
}

.location-map-popup .get-directions.inactive {
	opacity: .5;
	cursor: default
}


/********************** LOCATIONS DETAILS ***********************/

.location-details-frame {
	font-size: 16px;
}

.location-details-frame p a {
	color: #db6327;
	font-size: 18px;
}

.location-details-frame h4 {
	font-size: 28px;
}
.location-gallery-frame{ padding-top: 0; }
.location-details-frame .location-gallery-frame .col-md-4 {
	margin-bottom: 30px;
}

.lightgreen-bg,
.green-bg,
.white-bg,
.image-bg {
	padding: 88px 0 88px 0;
}

.lightgreen-bg {
	background-color: #edf1e2;
}

.lightgreen-bg.white-bg {
	background-color: #f4f2ec;
}

.lightgreen-bg h3 {}

.lightgreen-bg .social-icons {
	float: none;
	text-align: right;
	top: 0;
	margin-bottom: 10px;
	display: block;
}

.social-icons h6 {
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.green-bg {
	background-color: #b0cc81;
}

.green-bg.red-bg {
	background-color: #c80032;
}

.white-bg {
	background-color: #ffffff;
}

.image-bg {
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

.image-bg .container {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px;
}

.image-bg h4 {
	text-align: center;
}

.image-bg p {
	font-size: 20px;
}

.order-buttons {
	/*margin-top: 20px;*/
}

.order-buttons a, .push-top a, .location-details-frame .view-location-menu a, .view-location-menu a {
	text-align: center;
	margin: auto;
	color: #f4f2ec;
	background-color: #db6327;
	border-color: #db6327;
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	padding: 12px;
	text-decoration: none;
	/* background-image: url(../img/slap-tex.jpg); */
	/* max-width: 200px; */
}

.online-order-btn-frame a {
	text-align: center;
	margin: auto;
	color: #f4f2ec;
	background-color: #db6327;
	border-color: #db6327;
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	padding: 17px 0px 10px;
	text-decoration: none;
	/* background-image: url(../img/slap-tex.jpg); */
	max-width: 100%;
}

.opening-hours-list li {
	
	margin-bottom: 10px;
}
.opening-hours-list tr td{ /*text-align: right; */}

.order-buttons a {
	max-width: 260PX;
	width: 100%;
}

.view-location-menu span {
	display: block;
	margin: 20px 0 10px 0;
}

.location-details-frame .view-location-menu a {
	margin: 0;
	width: 100%;
}

.push-top {
	margin: 15px 0px 0px;
}

.push-top a {
	display: block;
	vertical-align: middle;
	padding: 10px 20px;
	margin: 0 0 10px 0;
}

.push-top a :last-child {
	margin-right: 0;
}

.feed-frame h6 {
	width: calc(100% - 40px)
}

.feed-frame a.social-icon {
	width: 35px;
}

.feed-frame h6,
.feed-frame a {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
}

.green-bg {
	text-align: center;
	color: #ffffff;
}

.yelp-frame {
	margin: 0 auto;
	float: none !important;
}

.yelp-section-frame {
	background-color: #ffffff;
	max-width: 370px;
	margin: 0 auto;
	text-align: left;
	padding: 15px;
}

.yelp-section {
	text-align: center;
	/*border-bottom: solid 1px #ccc;*/
}

.yelp-section h5,
.yelp-section p {
	display: inline-block;
	vertical-align: middle;
}

.yelp-color {
	background-color: #C93C27;
	color: #fff;
	padding: 5px 10px;
	float: none;
	display: inline-block;
	text-align: center;
	margin: 0 10px;
}

.yelp-color:hover {
	color: #ffffff;
}

.green-bg h4 {
	text-transform: none;
	color: #ffffff;
}

.green-bg p a {
	text-decoration: underline;
	color: #ffffff;
}

.opening-hours {
	margin: 11px 0 10px 0;
	list-style-type: none;
}

.opening-hours h6 {
	text-transform: none;
}

ul.opening-hours li {
	line-height: 1.8;
	font-size: 17px;
	
}

.yelp-plms {
	font-size: 20px;
	margin: 20px 0;
}

h2.opening-hours,
h6.opening-hours {
	font-size: 37px;
	margin: 30px 0 10px 0;
}

.lightgreen-bg .address {
	
	line-height: 1.2;
	font-size: 20px;
}

.lightgreen-bg .phone {
	
	line-height: 1.2;
	font-size: 20px;
	text-transform: uppercase;
}

.lightgreen-bg .phone a {
	line-height: 1.2;
	font-size: 20px;
	text-decoration: none;
}
.lightgreen-bg .feature-info {
  
/*    margin-top: 15px;*/
}

/******************** FIND A LOCATION *********************/

.widget-search-location {
	padding: 27px 19px 26px 20px;
	background-color: #252524;
}

.widget-search-location .widget-title {
	margin-bottom: 15px;
	line-height: normal;
	font-size: 35px;
	color: #ffffff;
	letter-spacing: normal;
	font-weight: normal;
	padding: 0;
}

.widget-search-location .widget-title i,
.widget-search-location .widget-title em {
	position: absolute;
	top: 3px;
	left: 0;
	vertical-align: -3px;
}

.location-buttons {
	margin-bottom: 10px;
}

.location-buttons a {
	font-size: 14px;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	padding: 10px 20px;
	color: white;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	background-color: #023b5c;
}

.location-buttons .btn-left {
	margin-right: 10px;
}

.ico-marker-white {
/*	background-image: url(images/sprite.png);*/
	background-position: -301px -247px;
	width: 7px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.ico-globus {
/*	background-image: url(images/sprite.png);*/
	background-position: -285px -247px;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.form-search-location {
	margin-bottom: 10px;
	font-size: 0;
}

.form-search-location input[type='text'] {
	width: 100%;
}

.form-search-location .form-row {
	display: inline-block;
	width: calc(100% - 55px);
	vertical-align: top;
	position: relative;
}

.selecter {
	display: inline-block;
	width: 330px;
	max-width: 100%;
	margin: 0;
	text-align: left;
	
	color: #5c5c5c;
	font-size: 13px;
}

.form-search-location .selecter {
	width: 100%;
}

#field-duration.form-control {
	width: 100% !important;
	height: auto;
	text-indent: 0;
}

.customSelect.select.form-control {
	height: auto;
}

.section.map-frame .form-search-location .form-actions .btn {
	border: none;
	height: auto;
	line-height: normal;
	padding: 14px 0;
	font-size: 14px;
}

.selecter .selecter-selected,
.selecter.focus .selecter-selected,
.selecter.open .selecter-selected,
.customSelect.select.form-control,
.form-control {
	border-radius: 0;
	border: 1px solid #ebebeb;
	background: #f8f8f8;
	padding: 0;
	height: 44px;
	font-size: 13px;
	line-height: 42px;
	color: #5c5c5c;
	padding-left: 0px;
	box-shadow: none;
	display: block !important;
	text-indent: 10px;
}

span.customSelectInner {
	width: 100%;
	display: block !important;
}

.selecter .selecter-selected:before,
.customSelect.select.form-control:before {
	position: absolute;
	top: 0;
	content: '';
	width: 2px;
	height: 100%;
	background: #e7e7e7;
	right: 52px;
}

.selecter-selected:after,
.customSelect.select.form-control:after {
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #cccccc;
	content: '';
	display: block;
	margin: auto 0;
}

.selecter .selecter-selected:after,
.customSelect.select.form-control:after {
	border: none;
/*	background: url(../img/ico-selecter-down@2x.png) 0 0 no-repeat;*/
	width: 13px;
	height: 8px;
	right: 20px;
	background-size: 13px 8px;
	transition: -webkit-transform .4s;
	transition: transform .4s;
}

.form-search-location .form-row.field-duration-frame {
	width: 100%;
}


/**********************  LOCATIONS *****************/

.bottom-locations-list {
	padding: 110px 0;
}

.bottom-locations-list .locations-address-frame .row {
	margin: 0 0 30px 0;
}

.locations-address-frame .col-sm-2 {
	width: 20%;
	padding: 0;
}

.bottom-locations-list h2.title {
	/*font-size: 40px;*/
	line-height: normal;
	font-weight: normal;
	margin: 0;
}

h2.description,
h3.description,
h6.description {
	color: #000000;
	margin: 10px 0 30px 0;
	text-transform: none !important;
	line-height: normal;
	font-size: 21px;
	text-align: center;
	
	letter-spacing: .3px;
	font-weight: 400;
}

.list-col-contain {
	/*padding-top: 20px;



    padding-bottom: 20px;*/
	padding-top: 0px;
	margin-bottom: 25px;
}

.list-col-contain .location-state {
    text-transform: uppercase;
    color: #023b5c;
    font-size: 3rem;
    padding-left: 20px;
    margin: 0 0 25px;
    line-height: 1;
}

.all-locations {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	/*justify-content: center;*/
}

.bottom-locations-list .l-list-col {
	visibility: visible;
	padding: 0 15px;
	margin-bottom: 30px;
	/*margin: 0 auto;
	width: 100%; 
	max-width: 300px; 
	max-width: 25%;*/
}

.l-list-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.bottom-locations-list .l-list-col .l-block {}

.bottom-locations-list .l-block h3 {
	color: #023b5c;
	text-transform: uppercase;
}

.bottom-locations-list .l-block .l-location,
.bottom-locations-list .l-block h4,
.l-location a {
	color: #023b5c;
}

.l-location a:hover {
	color: #000000;
}

.bottom-locations-list .l-block p {
	font-weight: normal;
	padding: 0;
	line-height: normal;
	margin: 0 0 5px 0;
	font-size: 26px;
	
}

.bottom-locations-list .l-block h4 a {
	color: #023b5c;
}

.l-block .l-list-inner:hover  h4 a {
    color: #db6327;
}
.bottom-locations-list .l-block .location span {
	white-space: nowrap;
}

.down-arrow-frame {
	text-align: center;
}

.items-list .inner img.list-down-arrow {
	width: auto;
}

.all-loc {
	cursor: pointer;
	color: #ffffff;
	margin: 0;
}

.items-list-arrow {
	display: none;
}

.push-top .direction, .push-top .online-order-btn-frame a, .push-top .view-menu-btn a, .push-top .change-locations-frame a, .push-top a {
	padding: 12px;
	display: inline-block;
	/* max-width:200px; */
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
	/* background-image: url(../img/slap-tex.jpg); */
}

.push-top .online-order-btn-frame a,
.push-top .direction,
.push-top .change-locations-frame a,
.push-top .view-menu-btn a {
	margin-bottom: 20px;
}

.push-top .change-locations-frame a {
	padding: 0;
	background-color: transparent;
	color: #023b5c;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 1.4;
	
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
}

.sub-header .breadcrumb-wrapper .redefine-search .inner {
	display: inline-block;
	margin: 0;
	top: 0px;
	padding: 10px 30px;
	max-width: 220px;
	width: 100%;
}

.locations {
	text-align: center;
}

.page-title.location-page-title {
	padding: 185px 0 70px 0;
}
.push-top .online-order-btn-frame a:hover, .push-top .online-order-btn-frame a:focus, .push-top .online-order-btn-frame a:focus-within, .direction-frame a:hover, .direction-frame:focus, .direction-frame:focus-within, .view-location-menu a:hover, .view-location-menu:focus, .view-location-menu:focus-within {
    background-color: #023b5c;
    color: #b6d2dc;
    border: none;
}

/*.main-header .logo-outer{ padding: 10px 0; }



  .main-header .logo-outer .logo img{ max-width: 200px; width: 100%; }*/

.location-details-frame .direction {
	color: #fff;
	background-color: #023b5c;
	border-color: #023b5c;
	font-size: 18px;
	text-align: center;
	padding: 17px 0px 10px;
	text-transform: uppercase;
	
}

.location-slider .item {
    margin: 0;
}
.location-slider .owl-nav .owl-prev, .location-slider .owl-nav .owl-next {
    width: 71px;
    height: 71px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -35px;
    background-image: url(../img/Left-Arrow.png);
    font-size: 0;
}
.location-slider .owl-nav .owl-next {
    left: auto;
    right: 10px;
    background-image: url(../img/right-arrow.png);
}


/********************** DEC 29 2017  END**********************/

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.owl-carousel.owl-theme.location-slider {
    background: #ddd;
    padding-top: 45%;
    overflow: hidden;
}
.owl-carousel.owl-theme.location-slider.owl-loaded.owl-drag {
    padding: 0;
}
.owl-carousel.owl-theme.location-slider.owl-loaded .owl-stage {
    height: 100%;
    overflow: hidden;
}
.owl-carousel.owl-theme.location-slider .owl-stage-outer {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 45%;
    height: 100%;
}
.owl-carousel.owl-theme.location-slider.owl-loaded.owl-drag .owl-stage-outer {
    position: relative;
    padding: 0;
}
.owl-carousel.owl-theme.location-slider img {
    display: none;
}
.owl-carousel.owl-theme.location-slider.owl-loaded img {
    display: block;
}
@media (max-width: 1500px) {
	/*.logo img {



      width: 147px;



    }



    .logo {



      top: -27px;



    }*/
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 37.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.items-list-arrow {
		clear: both;
		width: 30%;
		position: absolute;
		z-index: 99999;
		/*display: inline-block;*/
		bottom: 20px;
		left: 0;
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 68.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 31.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.map-canvas .results.list li .item>.image,
	.map-canvas .results.list li .item .wrapper {
		/*display: block !important;



      width: 100% !important;*/
	}
	.map-canvas .results.list li .item .wrapper {
		padding: 10px 15px;
	}
}

@media screen and (max-width: 1280px) {
	.widget-search-location .widget-title {
		font-size: 23px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
	.map-canvas .results.list li .item>.image {
		width: 100px;
	}
	.map-canvas .results.list li .item .wrapper {
		padding: 10px 15px;
	}
}
@media (max-width: 1300px) {
    .location-gallery-frame .owl-theme .owl-nav .owl-prev {
        left: 0 !important;
    }
    .location-gallery-frame .owl-theme .owl-nav .owl-next {
        right: 0 !important;
    }
}
@media (max-width: 1050px) {
	.widget-search-location .widget-title {
		margin-top: 5px;
		font-size: 22px;
	}
}

@media screen and (max-width: 991px) {
	.location-details-frame .col-md-5 {
		text-align: center;
	}
	.location-details-frame .sub-header .breadcrumb-wrapper {
		margin: 0 auto;
		margin-top: 20px;
	}
	.location-details-frame .direction {
		margin: 0 auto;
		margin-bottom: 20px;
		/*width: 45%;*/
	}
	.lightgreen-bg .social-icons {
		text-align: center;
	}
}

@media screen and (max-width: 951px) {
	.map-canvas {
		height: auto;
	}
	.map-canvas .map {
		height: 350px;
		overflow: hidden;
		width: 100% !important;
	}
	.map-canvas .items-list {
		margin: 0 auto;
		width: 100% !important;
		float: none;
		padding: 15px;
		height: auto;
	}
	.items-list .inner .results li {
		width: 50%;
		float: left;
	}
	.items-list .inner .results li:nth-child(2n+1) {
		clear: left;
	}
	.items-list .inner .results li:nth-child(2n+2) {
		clear: right;
	}
}

@media screen and (max-width: 767px) {
	.navbar-collapse {
		height: auto !important;
		max-height: initial;
	}
	.navbar-collapse .nav>li {
		text-align: center;
	}
	body.map-fullscreen {
		overflow-y: auto !important;
	}
	.mCSB_inside>.mCSB_container {
		padding-right: 0;
	}
	.locations-address-frame .col-sm-2 {
		width: 100%;
	}
	.order-buttons a {
		/*margin-bottom: 15px*/
	}
	.location-details-frame .location-gallery-frame .col-md-4 img {
		margin: 0 auto;
	}
    * {
        word-break: break-word;
    }
    .feature-info.blog-info h2 {
        font-size: 28px !important;
        margin-bottom: 5px !important;
    }
    .blog-right-listing .feature-img img {
        visibility: hidden;
        height: auto !important;
    }
	/*.main-header .logo-outer .logo img{ width: 60px; max-width: 60px; }
    .main-header .logo-outer{ padding: 0; }*/
}

@media screen and (max-width: 690px) {
	.items-list .inner .results li {
		width: 100%;
		float: none;
	}
	.items-list .inner .results li:nth-child(2n+2),
	.items-list .inner .results li:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width: 690px) {
	.location-details-frame p a.pickup-delivery-btn {
		display: block;
		margin: 10px 0;
	}
}

.accordion-list {
    position: relative;
}

.accordion-list:last-child {
    padding-bottom: 3em;
}

.map-canvas .items-list-accordion {
	padding: 7px 0 0;
	height: 100%;
}

.items-list-accordion .widget-search-location {
	padding: 10px 20px 15px 15px;
	padding: 15px;
	background-color: transparent;
	/*height: 130px;*/
	height: auto;
	position: relative;
	padding-top: 0px;
}

.items-list-accordion .inner {
	height: calc(100% - 200px);
	overflow-y: auto;
}

.items-list-accordion .widget-search-location .widget-title {
	color: #000;
	font-size: 40px;
	
	
	position: relative;
	display: inline-block;
	text-transform: lowercase;
}

.items-list-accordion .widget-search-location .widget-title #my-location {
	padding: 0;
	position: absolute;
	right: -35px;
	top: 0px;
	margin: 0;
	background: none;
	cursor: pointer;
	border: none;
}

.items-list .inner .location-accordion h3 {
	margin: 0;
	border-radius: 0;
	background-color: #ffffff;
	font-size: 20px;
	color: inherit;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 10px 15px;
	padding-bottom: 8px;
	/*outline: none;*/
	cursor: default;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	color: #000000;
}

.items-list .inner .location-accordion .accordion-list:first-child h3 {
	border-top: 0;
}

.items-list .inner .location-accordion h3:hover,
.items-list .inner .location-accordion h3:focus {
	background-color: #e6e6e6;
}

.items-list .inner .location-accordion .accordion-list.active-panel h3 {
	background-color: #e6e6e6;
}

.items-list .inner .location-accordion h3 .ui-icon {
	position: absolute;
	right: 15px;
	top: 15px;
/*	background-image: url(../images/down-arrow.png);*/
	background-size: contain;
	z-index: 99;
	background-position: center;
}

.items-list .inner .location-accordion .accordion-list.active-panel h3 .ui-icon {
	transform: rotate(-180deg);
}

.items-list .inner .location-accordion h3 .location-address {
	text-transform: none;
	
    font-size: 13px;
	margin-top: 5px;
	color: #666666;
}

.items-list .inner .location-accordion h3 .location-address span {
	display: none;
	clear: both;
}

.items-list .inner .location-accordion .accordion-list.active-panel h3 .location-address span {
	display: block;
}

.items-list .inner .location-accordion .wrapper {
	padding: 15px;
	padding-top: 5px;
	border-radius: 0;
	border: 0;
	
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	color: #666666;
	background-color: #e6e6e6;
	display: none;
}

.items-list .inner .location-accordion .accordion-list.active-panel .wrapper {
	display: block;
}

.items-list .inner .location-accordion .wrapper.ui-accordion-content-active {}

.items-list .inner .location-accordion .wrapper .location-address {
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
}

.items-list .inner .location-accordion .wrapper .location-btns {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-bottom: 10px;
}

.items-list .inner .location-accordion .wrapper .location-btns>div {
	margin: 0 15px 5px 0;
    
}

.items-list .inner .location-accordion .wrapper .location-btns a {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	color: #023b5c;
}

.items-list .inner .location-accordion .wrapper .location-btns .fa {
	font-size: 0;
	margin-right: 2px;
}

.items-list .inner .location-accordion .wrapper .location-btns .fa:before {
	font-size: 16px;
}

.location-opening-hours {
	margin-bottom: 15px;
}

.location-opening-hours li {
	margin-bottom: 3px;
}

.location-btns-full {
	display: flex;
	flex-wrap: wrap;
}

.location-btns-full a {
	width: 100%;
	text-align: center;
	display: block;
	/*background-color: #023b5c;



    padding: 7px 15px;



    border: 2px solid #023b5c;*/
	margin-top: 10px;
	color: #fff;
	
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}

.location-btns-full a.outline-btn {
	background-color: transparent;
	color: #023b5c;
}

.location-btns-full a:hover {
	/*background-color: #b51b21;



    color: #fff;*/
}

.search-location-new {
	position: relative;
	margin-top: 30px;
}

.search-location-new .form-row>.form-control {
	width: 100%;
	border: 0;
	border-bottom: 1px solid;
	background-color: transparent;
	/*outline: 0;*/
	padding: 0;
	padding-bottom: 7px;
	height: auto;
	line-height: 1;
	text-indent: 0;
	font-weight: 400;
	font-size: 18px;
}

.search-location-new .form-row>label {
	
	font-weight: 300;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 1;
	transform: translateY(10px);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.search-location-new .form-row>.form-control:focus+label,
.search-location-new .form-row>.form-control:valid+label {
	transform: translateY(-20px);
	font-size: 12px;
}

.search-location-new .form-actions {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.search-location-new .form-actions button {
	padding: 0;
	background-color: transparent;
	color: #023b5c;
	border: 0;
	margin: 0;
	width: auto;
	min-width: inherit;
	cursor: pointer;
	font-size: 16px;
	display: block;
	/*outline: none;*/
}

.search-location-new .form-row>.form-control:valid+label+.form-actions #search-icon,
.search-location-new .form-row>.form-control+label+.form-actions #clear-icon {
	display: none;
}

.search-location-new .form-row>.form-control:valid+label+.form-actions #clear-icon {
	display: block;
}

.marker-loaded img {
	width: 46px;
	height: auto;
}

.marker-active img {
	width: 92px;
	height: auto;
}

.pac-container.pac-logo {
	
	/*top: 317px !important;*/
	border-top: 0;
}

.user-location {
	position: absolute;
	bottom: -55px;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 15px 10px;
	box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.3);
	display: none;
	cursor: default;
	background-color: #fff;
}

.search-location-new .form-row>.form-control:focus+label+.form-actions+.user-location {
	/*display: block;*/
}

.user-location-inner {
	padding-left: 32px;
	position: relative;
	line-height: 1.2;
}

.user-location-inner:before {
	content: "";
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	background-image: url(../img/ur-marker.png);
}

.select-user-location {
	font-size: 16px;
}

.allow-location {
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
	font-style: italic;
}

.pac-container.pac-logo:after { 
	display: none;
}

.pac-container .pac-item {
	padding: 10px 5px;
	padding-left: 40px;
	position: relative;
}

.pac-container .pac-icon {
	position: absolute;
	top: 2px;
	left: 7px;
	background-image: url(../img/gmap-marker.png);
	background-position: center center;
	background-size: cover;
	width: 30px;
	height: 35px;
}

.pac-container .pac-item-query {
	display: block;
	line-height: 1;
	padding: 0px 5px 5px;
	color: #999;
}

.pac-container .pac-item-query .pac-matched {
	font-weight: bold;
	color: #000000;
}

.pac-container .pac-item-query+span {
	padding-left: 5px;
	display: block;
	line-height: 1;
	font-size: 14px;
}

.abroad-btns {
	padding-bottom: 20px;
	display: flex;
	margin: 0 -5px;
}

.abroad-btns a {
	display: inline-block;
	margin: 5px;
	width: 100%;
	padding: 17px 0px 10px;
	
	color: #fff;
	background-image: url(../img/slap-tex.jpg);
	text-align: center;
}



.auto-container {
	position: static;
	max-width: 1170px;
	padding: 0px 15px;
	margin: 0 auto;
}

.page-title .auto-container {
	display: table;
	height: 100%;
	width: 100%;
}

.page-title .page-title-frame {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: bottom;
	text-align: center;
}

.page-title .page-title-frame h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 4.5rem;
    margin: 0;
    line-height: 1;
}

.street-addy span {
	
}
.locations-address-frame{
	/*width: 90%;margin: auto;padding-left: 100px;padding-right: 100px;*/
}
.page-title .page-title-frame h1.location-page-title{ font-size: 53px;text-align: left;color:#353535; }
.change-loc-link{
    color: #f4f3ee;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #db6327;
    padding: 4px 20px;
    display: inline-block;
}
.change-loc-link:hover, .change-loc-link:focus, .change-loc-link:focus-within {
    background-color: #023b5c;
    color: #b5d2dc;
}
.events-promo-frame > .row{ margin-right: -15px;margin-left: -15px; }
.events-promo-frame h3{ margin-bottom: 0px;text-align: center; }
.events-promo-frame .col-md-4{ padding-left: 7px; padding-right: 7px; margin-bottom: 10px; }
.feature-info.blog-info h2{ 
/*    margin: 1.5rem 0; font-size: 50px;  */
}
.feature-info.blog-info h2, .feature-info.blog-info h3{ margin-bottom: 0; margin-top: 0; }
.btn-style-two{
	position:relative;
	padding:13px 43px;
	line-height:24px;
	color:#ffffff;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	background:#023b5c;
	letter-spacing:2px;
	cursor:pointer;	
	text-transform:uppercase;
	background-image: url(../img/slap-tex.jpg);
    
    font-size: 17px;
	/*z-index: 100;*/
}

.location-opening-hours {
    padding: 0;
    list-style: none;
}

.location-opening-hours li{ line-height: 1.8; font-size: 14px; text-transform: uppercase;  }
.bottom-locations-list .l-block .l-location{ 
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    font-weight: normal;
    color: #023b5c; 
}


/******************** MEDIA QUERY *********************/

@media screen and (max-width:992px){
    .locations .title{ font-size: 50px; }
	.list-col-contain .location-state{ font-size: 35px; }
	.bottom-locations-list .l-block .l-location{ font-size: 22px; }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	.map-canvas .map {
		width: 65%;
	}
	.map-canvas .items-list {
		width: 35%;
	}
}
@media screen and (max-width:992px){
    .locations .title{ font-size: 40px; }
	.list-col-contain .location-state{ font-size: 30px; }
	.bottom-locations-list .l-block .l-location{ font-size: 18px; }
}

