/* -----------------------------------------
	 all / override foundation
----------------------------------------- */
body {
	background: #ffffff;
}
.tabs {
	margin-bottom: 0;
}
.button.small {
	font-size: 11px;
	padding: 7px 18px 8px;
}

.panel {
	background: #e6e6e6;
	border: 1px solid #d9d9d9;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
}

p {
	margin-bottom: 6px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #555;
	font-size: 70%;
}

.text-muted {
	color: #777;
}

.link-button {
	background-color: transparent;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
}
.link-button:hover, .link-button:focus {
	text-decoration: underline;
}

ul.breadcrumbs {
	background: none !important;
	border: none !important;
}

pre {
	font-family: inherit;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.pointer {
	cursor: pointer !important;
}

ul.inline-list {
	margin-bottom: 0;
}

form.custom div.custom.dropdown ul li.selected:after, form.custom div.custom.dropdown ul li:hover:after {
	content: "";
}
.placeholder {
	color: #aaa !important;
}
::-webkit-input-placeholder {
	color: #aaa;
}
:-moz-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
}

@media print {
	body a:link:after, body a:visited:after {  
		display: none;
		content: "";    
	}
	pre {
		border: none;
	}
}


/*----------- stack-links -----------*/
.stack-links {
	margin: 10px 5px 14px 0;
}
.stack-links div {
	padding: 3px 0;
}
.stack-links a, .stack-links a:hover, .stack-links a:focus {
	color: #808080;
}
.stack-links .icon-stack {
	margin-left: 8px;
}
.stack-links .icon-stack .icon-2x {
	font-size: 16px;
}
.stack-links .icon-stack .icon-stack-base {
	font-size: 32px;
	color: #808080;
}
.stack-links a:hover i {
	text-decoration: none;
}



/* -------------------------------------------------- 
	 header
-------------------------------------------------- */
#header_shadow {
	position: absolute;
	top: -5px;
	left: -20px;
	right: -20px;
	height: 5px;
	-moz-box-shadow:    0 1px 6px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.4);
	box-shadow:         0 1px 6px rgba(0,0,0,.4);
}

/*----------- areas served banner -----------*/
#areas_banner {
	font-size: 13px;
	padding-bottom: 3px;
	line-height: 15px;
	text-align: center;
	padding: 10px 5px;
}

/*----------- logo -----------*/
#logoMobile {
	background: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}
.logo {
	padding-top: 8px;
	padding-bottom: 8px;
}
body.Home.Zen .logo {
	padding-top: 8px;
	padding-bottom: 15px;
}

/*----------- signin / localization -----------*/
#signin a, #signin .name, #signin form {
	padding: 0 3px;
	display: inline;
}
#signin form input {
	padding: 0;
}
#signin a.active, #signin .name {
	color: #ccc;
}
#signin a.active:hover {
	text-decoration: none;
}
body.Home.Zen #signin, body.Home.Zen #signin {
	color: #444;
}
body.Home.Zen #signin a, body.Home.Zen .link-button {
	color: #444;
}
body.Home.Zen #signin a.active, body.Home.Zen #signin .name {
	color: #666;
}
@media only screen and (max-width: 767px) {
	#signin .right { float: right !important; }
}

/*	searchTabs
---------------------------------*/
#searchTabs .nav-bar {
	margin: 0;
	background: none;
	height: 32px;
}
#searchTabs .nav-bar li a {
	padding: 0 20px;
	text-align: center;
}
#searchTabs .nav-bar > li {
	line-height: 30px;
	border-color: #555 -moz-use-text-color #555 #555;
	background: #888;
	padding: 0;
}
#searchTabs .nav-bar > li:last-child {
	border-right: 1px solid #555;
	-moz-box-shadow:    1px 0 0 rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow:         1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
#searchTabs .nav-bar > li:hover {
	background-color: #555;
}
#searchTabs .nav-bar > li.active > a {
	color: #000;
}
#searchTabs .nav-bar > li.active {
	background-color: #fff;
	border-color: #fff;
}
#searchTabs .nav-bar > li:hover {
	color: #666;
}
@media only screen and (max-width: 767px) {
	#searchTabs .nav-bar > li { float: left; }
}
@media only screen and (min-width: 301px) and (max-width: 767px) {
	#searchTabs .nav-bar > li a { padding: 0 10px; }
}
@media only screen and (max-width: 300px) {
	#searchTabs .nav-bar > li a { padding: 0 6px; }
}

/*	searchContent
---------------------------------*/
#searchContent.columns {
	padding: 0;
}
body.Home.Zen #searchPanel {
	margin: 0 12px;
}

#searchPanel form {
	margin: 0;
}
#searchPanel.panel {
	background: #fff;
	border: none;
	padding: 20px 0;
	margin-bottom: 0;
}
body.Home.Zen #searchPanel.panel {
	padding: 20px;
	margin-bottom: 12px;
}

body .non-directories { display: inherit; }
body .is-directories { display: none; }
body.Directories .is-directories { display: inherit; }
body.Directories .non-directories { display: none; }
body .hide-for-small-non-directories, body .hide-for-small-is-directories { display: inherit; }
body .show-for-small-non-directories, body .show-for-small-is-directories { display: none; }
@media only screen and (max-width: 768px) {
	body .hide-for-small-non-directories, body .hide-for-small-is-directories { display: none; }
	body .show-for-small-non-directories, body .show-for-small-is-directories { display: inherit; }
	body.Directories .hide-for-small-is-directories { display: none; }
	body.Directories .show-for-small-is-directories { display: inherit; }
}

body.Directories #searchContent #searchPanel.panel {
	padding: 6px 0 0;
}
body.Directories #searchContent label {
	color: #222;
	margin-bottom: 2px;
	padding-left: 2px;
}

#searchContent ul {
	clear: both;
	margin: 0;
}
#searchContent ul li { display: none; }
#searchContent ul li.active { display: block; }
#searchContent div.custom.dropdown ul li { display: inherit; }

#searchContent .input div {
	padding: 0 5px 0 0;
}
@media only screen and (max-width: 767px) {
	#searchPanel.panel { padding: 14px 0 0 0; margin-bottom: 15px; }
	.row #searchContent form .row.collapse .column, .row #searchContent form .row.collapse .columns { padding: 0 2px; }
	#searchContent .input div { padding: 0; }
}

input[type="search"], input[type="number"], input[type="tel"], form.custom div.custom.dropdown a.current {
	color: #222;
	background-color: #fff;
	border: 1px solid #bbb;
	-moz-border-radius:    2px;
	-webkit-border-radius: 2px;
	border-radius:         2px;
	margin: 0;
	height: 31px;
	transition: all 0.15s linear 0s;
}
.input-holder input[type="search"], .input-holder input[type="number"], .input-holder input[type="tel"] {
	padding-right: 27px;
}
input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus {
	border-color: #919191;
}
input.button[type="submit"], input.medium.button[type="submit"] {
	height: 31px;
	padding: 6px 20px;
}
form.custom div.custom.dropdown {
	width: 100% !important;
	height: 31px;
	margin: 0;
}
form.custom div.custom.dropdown ul {
	width: 100% !important;
	top: 31px;
}
form.custom div.custom.dropdown a.current {
	color: #222;
	font-size: 14px;
	overflow: hidden;
}
body:not(.Directories) form.custom div.custom.dropdown a.current {
	padding-top: 2px;
}
form.custom div.custom.dropdown a.selector {
	border: none;
	border-left: 1px solid #bbb;
	top: 1px;
	height: 29px;
	width: 30px;
	right: 6px;
}
body:not(.Directories) form.custom div.custom.dropdown a.selector {
	background-color: #eaeaea;
}
form.custom div.custom.dropdown a:focus, form.custom div.custom.dropdown a:hover {
	text-decoration: none;
}
form.custom div.custom.dropdown ul li {
	color: #333;
}
form.custom div.custom.dropdown ul li:first-child {
	color: #999 !important;
	background: none !important;
}
form.custom div.custom.dropdown ul li:hover, form.custom div.custom.dropdown ul li.selected, form.custom div.custom.dropdown ul li.selected:hover {
	color: #222;
	background-color: #ddd;
}
@media only screen and (max-width: 767px) {
	form.custom div.custom.dropdown a.selector { right: 1px; }
}

label.error {
	margin: 0 !important;
}

input[type="search"].error, input[type="number"].error, input[type="tel"].error, input[type="search"].error:focus, input[type="number"].error:focus, input[type="tel"].error:focus, form.custom div.custom.dropdown.error a.current, form.custom div.custom.dropdown.error a.selector {
	border-color: #f26161;
}
input[type="search"].error:focus, input[type="number"].error:focus, input[type="tel"].error:focus {
	background-color: #fbf0f0;
}

#searchContent #searchTabCtMobi input.button[type="submit"] {
	text-indent: -9999px;
	background-image: url(http://assets3.drxlive.com/uploads/themes/55f0b0894fc844bd6d000001/assets/search.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px;
}
#searchContent #searchTabCtMobi .row .mobile-three { width: 86% !important; }
#searchContent #searchTabCtMobi .row .mobile-one { width: 14% !important; }

/*----------- category dropdown -----------*/
#searchContent .input-set {
	position: relative;
}
#searchContent .input-holder {
	position: relative;
	z-index: 1;
}
#searchContent .input-arrow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	padding: 0 !important;
	z-index: 2;
	background: none;
	border: none;
	cursor: pointer;
}
#searchContent .ui-button-text {
	padding: 8px 10px 8px 6px;
}
body.Dropdown #searchContent .ui-button-text {
	padding: 10px 10px 10px 6px;
}
#searchContent .icon-caret-down {
	color: #bbb;
	font-size: 18px;
}
#searchContent .input-arrow:hover .icon-caret-down {
	color: #666;
}
#categ-menu, #cities-menu {
	width: 300px;
	height: 0;
	overflow: visible;
	position: absolute;
}
#categ-menu.ui-menu, #cities-menu.ui-menu {
	background: none;
	border: none;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.search-menu {
	color: #222;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow:    0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:         0 5px 10px rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;
	z-index: 1000 !important;
}
.ui-menu {
	margin-top: -1px;
}
.search-menu .row {
	width: 100%;
	min-width: 100%;
}
.search-menu h5 {
	margin-bottom: 10px;
}
.search-menu .item {
	font-size: 11px;
	margin-bottom: 8px;
}
.search-menu .item span {
	cursor: pointer;
}
.search-menu .item span:hover, .search-menu .item span:focus, .search-menu .item span:active {
	text-decoration: underline;
}

/*----------- autocomplete -----------*/
.ui-widget {
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}
.ui-menu {
	color: #222;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow:    0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow:         0 5px 10px rgba(0,0,0,0.2);
	z-index: 1000 !important;
}
.ui-menu .ui-menu-item a {
	cursor: pointer;
}
.ui-menu .ui-menu-item a:hover {
	color: #222;
}
.ui-menu .ui-menu-item a.ui-state-focus:hover, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-focus {
	background: #d0d0d0;
	border: 1px solid #d0d0d0;
}




/* -------------------------------------------------- 
	 home page
-------------------------------------------------- */

/*----------- home_biz -----------*/
#home_biz {
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}

#home_biz .title, #home_posts .title a {
	color: #333;
	font-size: 21px;
	margin-bottom: 10px;
}

#home_biz #m-container {
	margin-bottom: 70px;
	padding-bottom: 8px;
}
#home_biz .tiledbiz .m-item {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	-moz-box-shadow:    0 2px 0 rgba(0,0,0,0.18);
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.18);
	box-shadow:         0 2px 0 rgba(0,0,0,0.18);
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	border-radius:         4px;
}
.lt-ie8 #home_biz .tiledbiz .m-item, .lt-ie9 #home_biz .tiledbiz .m-item {
	border-bottom: 1px solid #e0e0e0;
}
#home_biz .tiledbiz .m-item:hover, #home_biz .tiledbiz .m-item:focus {
	-moz-box-shadow:    0 2px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3);
	box-shadow:         0 2px 2px rgba(0,0,0,.3);
}

#home_biz .m-item.m-image {
	height: 251px;
	position: relative;
}
@media only screen and (min-width: 401px) and (max-width: 516px) {
	#home_biz .m-item { width: 97%; }
	#home_biz .m-item.w2 { width: 97%; }
}
@media only screen and (max-width: 400px) {
	#home_biz .m-item { width: 95%; }
	#home_biz .m-item.w2 { width: 95%; }
}

#home_main.index.m-item {
	background: #fff;
}
#home_main.location.m-item {
	background: #aaa;
	padding: 16px;
}

#home_biz h4 {
	color: #777;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 12px;
	margin-bottom: 3px;
	text-align: center;
}
#home_biz .m-item .img {
	max-width: 100%;
	max-height: 200px;
	text-align: center;
	margin-bottom: 12px;
}
#home_biz .m-item img {
	max-width: 100%;
	max-height: 200px;
}
#home_biz .m-item h5 {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 8px;
	margin: 4px 0 6px;
}
#home_biz .m-item .slogan {
	color: #666;
	font-weight: bold;
	font-style: italic;
	line-height: 14px;
	margin-bottom: 8px;
}
#home_biz .m-item .tags {
	color: #888;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 4px;
}
#home_biz .m-item .text {
	color: #777;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 4px;
}
#home_biz .m-item .review {
	color: #777;
	font-size: 12px;
	line-height: 15px;
}
#home_biz .action-links, #home_biz .review {
	border-top: 1px solid #e9e9e9;
	padding-top: 6px;
	margin-top: 9px;
}
#home_biz ul.inline-list {
	margin-bottom: 0;
	margin-left: -26px !important;
}
#home_biz ul.inline-list li {
	margin-left: 26px !important;
}
#home_biz .action-links a {
	font-size: 11px;
	display: block;
}
#home_biz .action-links a i {
	display: inline;
	text-align: right;
	vertical-align: middle;
	margin-right: 3px;
}
#home_biz .icon-1x {
	font-size: 1.75em !important;
}

/*----------- home_posts -----------*/
#home_posts hr {
	margin: 15px 0 7px;
}
#home_posts h2 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 7px;
}
#home_posts .blog-date {
	font-size: 14px;
}
#home_posts .blog-excerpt {
	font-size: 13px;
	line-height: 20px;
	margin: 13px 0 15px;
}
#home_posts .blog-article .button {
	padding: 6px 10px 7px;
	margin-bottom: 15px;
}



/* -------------------------------------------------- 
	 results page
-------------------------------------------------- */

/* MAIN
-----------------------------------------------*/

/*----------- # results / sort by -----------*/
#results_sort-number {
	padding: 0 0 8px;
}

#results_sort-number .results_number h6 {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	margin: 6px 0 0;
}
@media only screen and (max-width: 767px) {
	#results_sort-number .results_number h6 { margin-bottom: 10px; }
}

#results_sort-number ul#sortby.inline-list > li {
	/*color: #fff;*/
	margin-left: 12px;
}
#results_sort-number ul#sortby.inline-list > li.sort {
	color: #777;
	margin-left: 22px;
	margin-right: -5px;
}

/*----------- pagination -----------*/
.results_paginate.box {
	background-color: #dedede;
	border: 1px solid #d1d1d1;
	border-right: none;
	margin-top: -1px !important;
}
.results_paginate.box .columns {
	padding: 0;
}
.results_paginate.box ul.pagination {
	margin: 0;
	height: 32px;
}
.results_paginate.box ul.pagination li {
	font-size: 14px;
	margin: 0;
}
.results_paginate.box ul.pagination li a {
	padding: 5px 10px;
	border-right: 1px solid #d1d1d1;
}
.results_paginate.box ul.pagination li a.border {
	border-left: 1px solid #d1d1d1;
}
.results_paginate.box ul.pagination li.ellipses {
	color: #333;
	line-height: 20px;
	padding: 5px 2px 5px 3px;
}
.results_paginate.box ul.pagination li a {
	color: #333;
}
.results_paginate.box ul.pagination li a:focus, .results_paginate.box ul.pagination li a:hover {
	background-color: #d1d1d1;
}
.results_paginate.box ul.pagination li.current a {
	color: #fff;
	border-radius: 0;
}
.results_paginate.box ul.pagination li.current a:focus, .results_paginate.box ul.pagination li.current a:hover {
	text-decoration: none;
}
.results_paginate.box ul.pagination li.current a, .results_paginate.box ul.pagination li.current a:focus, .results_paginate.box ul.pagination li.current a:hover {
	background: #b3b3b3 !important;
}


/* LISTINGS
-----------------------------------------------*/
#results_listings {
	margin-bottom: 30px;
}

/*----------- serp-mobile -----------*/
.serp-mobile {
	text-align: center;
}
.serp-mobile img {
	width: 320px;
	height: 50px;
}

/* business
-----------------------------------------------*/

/*----------- business -----------*/
.business h1 {
	margin: 4px 0 10px 0;
}
.business h3 {
	margin: 0 0 5px 0;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
/*.business.package h3 {
	font-size: 19px;
}*/
.business-idx {
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
}
.business .adr {
	line-height: 15px;
	margin-bottom: 3px;
}
.business .labels {
	color: #888;
	font-size: 11px;
}
.business .phone {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
}
.business .slogan {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 2px;
	line-height: 16px;
}
.business .b-score {
	text-align: right;
	color: #777;
	font-size: 11px;
	margin: 0;
}

/*----------- action links -----------*/
#results_listings .action-links, #serving_listings .action-links {
	margin-top: 9px;
}
#results_listings .action-links .text, #serving_listings .action-links .text {
	margin-top: 4px;
}
#results_listings ul.inline-list, #serving_listings ul-inline-list {
	margin-bottom: 0;
}

/*----------- serp-featured -----------*/
#results_listings .serp-featured .sponsored {
	color: #666;
	margin-top: 10px;
	text-align: right;
}


/* no results
-----------------------------------------------*/
#results_none {
	margin-top: 15px;
	margin-bottom: 40px;
}
#results_none h5 {
	color: #666;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 60px;
}
#results_none .columns {
	margin-bottom: 30px;
}

#results_none #nocategories {
	visibility: hidden;
}
#results_none .nocategories {
	color: #777;
	margin-bottom: 10px;
}


/* SIDES
-----------------------------------------------*/
aside p {
	font-style: normal;
	line-height: 1.6;
}

/*----------- filters -----------*/
#results_filter ul, #serp-serving, #serving_listings, #telco {
	margin-bottom: 35px;
}
#results_filter h5, #serving_listings h5 {
	margin: 0 0 5px;
}
#results_filter label {
	line-height: 15px;
	padding: 4px 0 8px;
	margin: 0;
}
#results_filter input {
	margin: 0 3px 0 0;
}
#results_filter ul li.text {
	line-height: 1.2;
	margin-bottom: 8px;
}

/*----------- serving -----------*/
#serving_listings h5, #serp-serving h5 {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 5px;
	margin-bottom: 12px;
}
#serving_listings .business .columns, #serp-serving .business .columns {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 12px;
	padding-bottom: 10px;
}
#serp-serving .business .columns {
	margin-bottom: 0;
	padding-bottom: 15px;
}
#serving_listings ul.inline-list {
	margin-bottom: 0;
}

/*----------- serp-boxad -----------*/
#serp-boxad {
	margin-bottom: 30px;
}
#serp-boxad .box-ad {
	width: auto;
	float: left;
	padding: 4px 1px 5px 0;
}

/*----------- serp-rectanglead -----------*/
#serp-rectanglead {
	margin-bottom: 10px;
}
#serp-rectanglead .rectangle-ad {
	text-align: right;
}
#serp-rectanglead img {
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
	#serp-rectanglead .rectangle-ad { text-align: center; }
}

/*----------- telco -----------*/
#telco .text-align {
	text-align: left;
}
#telco p {
	color: #777;
	margin-bottom: 0;
}
#telco ul.inline-list > li {
	float: none;
	display: inline-block;
	margin-top: 12px;
}
@media only screen and (min-width: 768px) {
	#telco .text-align {
		text-align: right;
	}
	#telco ul > li.hide-for-small {
		display: inline-block !important;
	}
}

#results #telco {
	margin-top: 20px;
	margin-bottom: 70px;
}
body.Small #results #telco {
	margin-top: 40px;
	margin-bottom: 40px;
}

body.Default #profile #telco {
	margin-top: 40px;
	margin-bottom: 40px;
}
body.Images #profile #telco {
	margin-top: 60px;
	margin-bottom: 40px;
}
body.Map #profile #telco {
	margin-top: 30px;
	margin-bottom: 70px;
}


/* MAP
-----------------------------------------------*/
.leaflet-marker-icon {
	background: url(http://assets2.drxlive.com/uploads/themes/55f0b0894fc844bd6d000001/assets/map-marker.png) no-repeat 0 0;
	width: 35px;
	height: 50px;
}
.leaflet-marker-icon.marker_1 { background-position: -35px 0;}
.leaflet-marker-icon.marker_2 { background-position: -70px 0;}
.leaflet-marker-icon.marker_3 { background-position: -105px 0;}
.leaflet-marker-icon.marker_4 { background-position: -140px 0;}
.leaflet-marker-icon.marker_5 { background-position: -175px 0;}
.leaflet-marker-icon.marker_6 { background-position: -210px 0;}
.leaflet-marker-icon.marker_7 { background-position: -245px 0;}
.leaflet-marker-icon.marker_8 { background-position: -280px 0;}
.leaflet-marker-icon.marker_9 { background-position: -315px 0;}
.leaflet-marker-icon.marker_10 { background-position: -350px 0;}
.leaflet-marker-icon.marker_star { background-position: -385px 0;}

.leaflet-popup-content-wrapper {
	background: #fff;
	-moz-box-shadow:    0 3px 14px rgba(0, 0, 0, 0.4) !important;
	-webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4) !important;
	box-shadow:         0 3px 14px rgba(0, 0, 0, 0.4) !important;
	-moz-border-radius:    5px !important;
	-webkit-border-radius: 5px !important;
	border-radius:         5px !important;
	border: 2px solid #555;
	padding: 10px !important;
	max-width: 215px;
}
/*.gm-style .gm-style-iw {
	top: 10px !important;
	right: 10px !important;
	bottom: 10px !important;
	left: 10px !important;
	width: auto !important;
	height: auto !important;
}*/
.leaflet-popup-content, .google-popup-content {
	font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
	line-height: 15px;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}
.leaflet-popup-content div, .google-popup-content div {
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}
.leaflet-popup-content div.title, .google-popup-content div.title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}
.leaflet-popup-content .labels, .google-popup-content .labels {
	color: #888;
}
.leaflet-popup-tip-container {
	margin-top: -2px !important;
	height: 10px !important;
}
.leaflet-popup-tip {
	background: transparent url(http://assets3.drxlive.com/uploads/themes/55f0b0894fc844bd6d000001/assets/map-popup-tip.png) no-repeat !important;
	margin: 0 auto !important;
	width: 21px !important;
	height: 10px !important;
	transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
}
.gmnoprint img {
	max-width: none;
}
.leaflet-top, .leaflet-bottom {
	z-index: 998 !important;
}




/* -------------------------------------------------- 
	 profile page
-------------------------------------------------- */

/* BUSINESS
-----------------------------------------------*/

/*----------- info -----------*/
#profile_business {
	color: #333;
}
#profile_business h1 {
	margin: 0 0 8px 0;
	font-weight: normal;
	font-size: 26px;
}
#profile_business .adr {
	line-height: 16px;
	margin-bottom: 8px;
}
#profile_business .labels, #profile_categories .labels {
	color: #888;
	font-size: 11px;
}
#profile_business .phone {
	font-weight: bold;
	font-size: 14px;
}
#profile_business ul {
	margin-bottom: 0;
	margin-right: 5px;
}
#profile_business ul li {
	margin-bottom: 10px;
}
#profile_business .action-links a {
	font-size: 11px;
	display: block;
}
#profile_business .action-links a i {
	display: inline;
	text-align: right;
	vertical-align: middle;
	margin-right: 5px;
}
#profile_business .action-links.not4 a i {
	/*display: block;
	text-align: center;
	vertical-align: inherit;
	margin-right: 0;*/
}
#profile_business .action-links i.icon-camera-retro.icon-3x {
	font-size: 2.5em;
}

/*----------- links -----------*/
#profile_link .profile_link a {
	float: left;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	margin-right: 8px;
	margin-bottom: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#profile_email.profile_link a { background-color: #3cb64b; }
#profile_facebook.profile_link a { background-color: #1376bc; }
#profile_google.profile_link a { background-color: #d5462b; }
#profile_twitter.profile_link a { background-color: #77cdf0; }
#profile_url.profile_link a { background-color: #d49c00; }
#profile_mobile.profile_link a { background-color: #e0b400; }
#profile_youtube.profile_link a { background-color: #e74c3c; }
#profile_link .profile_link a:hover {
	background-color: #777777;
}


/*----------- images - four -----------*/
#profile_images.images4 {
	margin-bottom: 15px;
}
#profile_images-div.columns {
	padding: 0 0.5%;
}
#profile_images-div .block-grid {
	overflow: inherit;
}
#profile_images.images4 li {
	margin: 0 1%;
	width: 23%;
	padding: 0 !important;
	overflow: hidden;
	height: 160px;
	visibility: hidden;
	position: relative;
	cursor: pointer;
}
#profile_images.images4 li img {
	max-width: inherit;
	position: relative;
}
#profile_images.images4 .fourth-overlay, #profile_images.images4 .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	display: block;
}
#profile_images.images4 .fourth-text {
	color: #fff;
	font-size: 12px;
	line-height: 11px;
	text-align: center;
	-moz-text-shadow:    1px 1px 3px #000;
	-webkit-text-shadow: 1px 1px 3px #000;
	text-shadow:         1px 1px 3px #000;
	margin: 70px 5px 0;
}
#profile_images.images4 .video-text {
	color: #fff;
	font-size: 12px;
	line-height: 11px;
	text-align: center;
	margin: 50px 5px 0;
}
.lt-ie9 #profile_images.images4 .fourth-text, .lt-ie9 #profile_images.images4 .video-text {
	background: #222;
	padding: 5px 0;
}
#profile_images.images4 .fourth-overlay:hover, #profile_images.images4 .fourth-overlay:focus, #profile_images.images4 .video-overlay:hover, #profile_images.images4 .video-overlay:focus {
	background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
	#profile_images.images4 li { height: 70px; }
	#profile_images.images4 .fourth-text { margin-top: 30px; }
	#profile_images.images4 .video-text { margin-top: 10px; }
}

@media print {
	#profile_images.images4 li img {
		margin-left: 0 !important;
		margin-top: 0 !important;
		width: auto !important;
		height: 160px !important;
		min-width: 155px;
	}
	#profile_images.images4 .fourth-overlay, #profile_images.images4 .video-overlay {
		display: none;
	}
}

/*----------- images - default -----------*/
#profile_images .orbits {
	padding: 0 0 0 5px;
}
#profile_images .tiles {
	padding: 0;
}
#profile_images_tiles ul.inline-list {
	margin: 0 !important;
}
#profile_images_tiles li {
	margin: 0 0 5px 5px !important;
	padding: 0 !important;
	overflow: hidden;
}
#profile_images .small #profile_images_tiles li {
	width: 65px;
	height: 65px;
}
#profile_images .large #profile_images_tiles li {
	width: 73px;
	height: 73px;
}
#profile_images_tiles li img {
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
}
#profile_images .small #profile_images_tiles li img {
	min-width: 65px;
	min-height: 65px;
}
#profile_images .large #profile_images_tiles li img {
	min-width: 73px;
	min-height: 73px;
}
#profile_images_orbit img {
	width: 100%;
	height: auto;
}
#profile_images .orbit-wrapper .slider-nav span.right, #profile_images .orbit-wrapper .slider-nav span.left, #profile_images .orbit-wrapper span.mask.move, #profile_images .orbit-wrapper span.pause, #profile_images .orbit-wrapper span.rotator {
	background: none;
}
#profile_images .orbit-wrapper:hover .slider-nav span, #profile_images .orbit-wrapper:focus .slider-nav span {
	background: url(http://assets0.drxlive.com/uploads/themes/55f0b0894fc844bd6d000001/assets/slider-nav.png) no-repeat 0 0;
	width: 26px;
	height: 26px;
	top: 29px;
}
#profile_images .orbit-wrapper .slider-nav span.left {
	left: 4px;
}
#profile_images .orbit-wrapper:hover .slider-nav span.left, #profile_images .orbit-wrapper:focus .slider-nav span.left {
	background-position: 0 0;
}
#profile_images .orbit-wrapper .slider-nav span.left:hover, #profile_images .orbit-wrapper .slider-nav span.left:focus {
	background-position: 0 -26px;
}
#profile_images .orbit-wrapper .slider-nav span.right {
	right: 4px;
}
#profile_images .orbit-wrapper:hover .slider-nav span.right, #profile_images .orbit-wrapper:focus .slider-nav span.right {
	background-position: -26px 0;
}
#profile_images .orbit-wrapper .slider-nav span.right:hover, #profile_images .orbit-wrapper .slider-nav span.right:focus {
	background-position: -26px -26px;
}
#profile_images .orbit-wrapper .timer, #profile_images .orbit-wrapper span.mask, #profile_images .orbit-wrapper span.pause  {
	height: 0;
	width: 0;
	top: inherit;
	right: inherit;
	bottom: 0;
	left: 0;
}
#profile_images_orbit img, #profile_images_tiles img {
	cursor: pointer;
}

/*----------- popup -----------*/
.clearing-blackout {
	z-index: 1001;
}
.clearing-container li.hide-override {
	display: block !important;
	visibility: visible;
}
.visible-img {
	height: 80%;
}
.clearing-assembled .clearing-container .carousel {
	height: 90px;
}
.clearing-assembled .clearing-container ul[data-clearing] li {
	width: 120px;
}


/* SIDE
-----------------------------------------------*/
#profile_categories li {
	margin: 0;
}
#profile_categories .side-nav li a {
	line-height: 16px;
	margin-bottom: 5px;
}
#profile_categories .side-nav .text {
	line-height: 1.2;
	margin-bottom: 8px;
}


/* ABOUT
-----------------------------------------------*/
#profile_about .about {
	color: #555;
	line-height: 1.3;
	padding-top: 0;
	margin-bottom: 50px;
}
#profile_about .panel .row:last-child .about {
	margin-bottom: 0;
}

/*----------- description -----------*/
#profile_about .slogan {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 15px;
	margin-bottom: 15px;
}
#profile_about .discount {
	font-size: 14px;
	line-height: 16px;
}

/*----------- video -----------*/
#profile_main .videoitem {
	margin-bottom: 25px;
	background: #222;
}
#profile_main .videoitem:last-child {
	margin-bottom: 0;
}
#profile_main .video-js {
	background: #333;
}
#profile_main .video-title {
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 6px;
}
#profile_main .video-desc {
	color: #ddd;
	padding: 0 10px 10px;
}
.vjs-default-skin .vjs-big-play-button {
	top: 10px !important;
	left: 10px !important;
	text-align: left !important;
	vertical-align: top !important;
}

/*----------- review -----------*/
#profile_main .review {
	color: #555;
	border-top: 1px solid #d9d9d9;
	padding: 5px 0 25px 0;
}
#profile_main .review .review-author {
	font-weight: bold;
}
#profile_main .review .review-date {
	text-transform: uppercase;
	font-size: 10px;
	color: #7a7a7a;
}
#profile_main .review .description {
	padding: 5px 0;
}



/* -------------------------------------------------- 
	 coupons
-------------------------------------------------- */
#coupons_categories .category {
	line-height: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#coupons_categories img {
	float: left;
	margin: -9px 12px 15px 0px;
}
#coupons_categories .count {
	color: #666;
	margin-left: 6px;
	display: inline-block;
}
#coupons_categories a:hover img, #coupons_categories a:focus img, #coupons_categories a:hover .count, #coupons_categories a:focus .count {
	text-decoration: none !important;
}

#coupon_none {
	margin: 30px 20px 50px;
	color: #555;
	font-size: 14px;
}

.business-coupon {
	padding: 15px 20px 5px;
	border: 2px dashed #999;
	background: #fff;
	margin-bottom: 30px;
}
.business-coupon h2 {
	color: #333;
	font-size: 20px;
	line-height: 21px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#profile_about .business-coupon h2 {
	font-size: 17px;
	line-height: 19px;
}
.business-coupon .expire {
	color: #777;
	margin-top: 18px;
}
.business-coupon h3 {
	color: #222 !important;
	font-size: 15px !important;
	font-weight: bold !important;
	line-height: 1.1 !important;
	margin: 0 0 5px !important;
}
.business-coupon .phone {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.business-coupon .adr, .business-coupon .desc {
	color: #333;
	line-height: 15px;
}
.business-coupon .adr {
	margin-bottom: 4px;
}
.business-coupon hr {
	border-color: #ccc;
	margin: 15px 0;
}

.business-coupon .links {
	font-size: 11px;
}
.business-coupon .links ul.inline-list {
	margin-top: -5px;
	margin-bottom: 7px !important;
}
.business-coupon .links li {
	float: right;
	font-size: 11px;
	color: #666;
}
.business-coupon .links a:hover {
	color: #222;
	text-decoration: none;
}
.business-coupon .links i {
	display: inline;
	vertical-align: middle !important;
	margin-right: 5px;
}
.business-coupon .links i.icon-1x {
	font-size: 1.3em !important;
}
@media only screen and (max-width: 767px) {
	.business-coupon { padding-bottom: 15px; }
}




/* -------------------------------------------------- 
	 modals
-------------------------------------------------- */
.reveal-modal-bg {
	z-index: 9998;
}
.reveal-modal {
	z-index: 9999;
	padding: 5px 0;
}
.reveal-modal .close.button {
	background-color: #222;
	border-color: #222;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 10px 5px;
}
.reveal-modal .close.button:hover, .reveal-modal .close.button:focus {
	background-color: #666;
	border-color: #666;
}
@media only screen and (min-width: 767px) and (max-width: 850px) {
	.reveal-modal.medium {
		margin-left: -30%;
		width: 60%;
	}
}
@media only screen and (min-width: 851px) and (max-width: 1150px) {
	.reveal-modal.medium {
		margin-left: -25%;
		width: 50%;
	}
}

/* location
-----------------------------------------------*/
#findlocation {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
#findlocation i {
	margin-right: 5px;
}
#findlocation:hover, #findlocation:focus {
	text-decoration: underline;
}
#findlocation:hover i, #findlocation:focus i {
	text-decoration: none;
}

#modalMyLocation .title {
	font-size: 28px;
	margin: 45px 0 30px;
}
#modalMyLocation .text {
	font-size: 20px;
	margin: 0 0 70px;
}

#modalMyLocation ul.list-left {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	list-style-type: none;
}
#modalMyLocation ul > li {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 20px;
}
#modalMyLocation .icon-vert a .icon-stack {
	display: block;
	width: auto;
	margin-bottom: 5px;
}
#modalMyLocation .icon-horiz i {
	margin-right: 5px;
}

#modalMyLoc_choose .title {
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 35px;
}

#modalMyLoc_close > .columns {
	float: right !important;
}
#modalMyLoc_error .title {
	color: #cc0000;
	margin-top: 30px;
}
#modalMyLoc_error .text {
	margin-bottom: 50px;
}
#modalMyLoc_error .link {
	margin: 0 0 40px;
}


/* email business form
-----------------------------------------------*/
#formnope {
	display: none;
}
#modalEmailBiz .row {
	margin-bottom: 6px;
}
#modalEmailBiz .title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
#modalEmailBiz .text {
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0 15px;
}
#modalEmailBiz label {
	font-size: 13px;
	cursor: inherit;
}
#modalEmailBiz label, #modalEmailBiz label.inline {
	margin-bottom: 2px;
}
#modalEmailBiz input[type="text"], #modalEmailBiz input[type="email"], #modalEmailBiz textarea {
	font-size: 13px;
	margin-bottom: 7px;
	background: #eaeaea;
	border-color: #b9b9b9;
}
#modalEmailBiz input[type="text"]:disabled, #modalEmailBiz input[type="email"]:disabled, #modalEmailBiz textarea:disabled {
	color: #aaa;
	background: #efefef;
	border-color: #e0e0e0;
}
#modalEmailBiz input[type="text"]:focus, #modalEmailBiz input[type="email"]:focus, #modalEmailBiz textarea:focus {
	background: #ddd;
}
#modalEmailBiz textarea {
	max-width: 100%;
	min-width: 100%;
	max-height: 200px;
	min-height: 70px;
	height: 100px;
}
#modalEmailBiz input[type="text"].error, #modalEmailBiz input[type="email"].error, #modalEmailBiz textarea.error {
	-moz-box-shadow:    0 0 8px rgba(242, 97, 97, 0.6);
	-webkit-box-shadow: 0 0 8px rgba(242, 97, 97, 0.6);
	box-shadow:         0 0 8px rgba(242, 97, 97, 0.6);
	border-color: #f26161;
}

#modalEmailBizFormThanks .thanks, #modalEmailBizFormError .error {
	margin: 40px 0 50px;
}
#modalEmailBizFormThanks .button, #modalEmailBizFormError .button {
	margin: 0 0 60px;
}

#modalEmailBizFormError .error {
	padding-left: 20px;
	padding-right: 20px;
}
#modalEmailBizFormError .error b {
	color: #dd0000;
}




/* -------------------------------------------------- 
	masonry businesses
-------------------------------------------------- */
.tiledbiz {
	position: relative;
	overflow: hidden;
}
.tiledbiz .m-item {
	background: #fff;
	-moz-box-shadow:    0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:         0 0 3px rgba(0,0,0,.2);
	padding: 10px;
	width: 236px;
	margin: 7px;
	overflow: hidden;
}
.tiledbiz .m-item:not(.m-title):hover, .tiledbiz .m-item:not(.m-title):focus {
	-moz-box-shadow:    0 0 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
	box-shadow:         0 0 3px rgba(0,0,0,.5);
}
.tiledbiz .m-item.w2, .tiledbiz .m-title {
	width: 486px;
}
.tiledbiz ul.block-grid .m-item {
	width: 98%;
	margin: 7px 1% 15px;
}

.tiledbiz .m-title {
	border: 1px solid #666;
	border-left: none;
	border-right: none;
	background: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 28px 0;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
}
.tiledbiz .m-item.m-image {
	height: 251px;
	position: relative;
}
@media only screen and (min-width: 401px) and (max-width: 516px) {
	.tiledbiz .m-item { width: 97%; }
	.tiledbiz .m-item.w2 { width: 97%; }
}
@media only screen and (max-width: 400px) {
	.tiledbiz .m-item { width: 95%; }
	.tiledbiz .m-item.w2 { width: 95%; }
}

.tiledbiz h4 {
	color: #999;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 12px;
	margin-bottom: 3px;
	text-align: center;
}
.tiledbiz .m-item .img {
	max-width: 100%;
	max-height: 200px;
	text-align: center;
	margin-bottom: 12px;
}
.tiledbiz .m-item img {
	max-width: 100%;
	max-height: 200px;
}
.tiledbiz .m-item h5 {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 8px;
	margin: 4px 0 6px;
}
.tiledbiz .m-item .slogan {
	color: #777;
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
	margin-bottom: 8px;
}
.tiledbiz .m-item .text, .tiledbiz .m-item p, .tiledbiz .m-item div {
	color: #888;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 0;
}
.tiledbiz .m-item div {
	margin-bottom: 4px;
}
.tiledbiz .m-item .links {
	font-size: 13px;
	border-top: 1px solid #e9e9e9;
	padding-top: 6px;
	margin-top: 9px;
}




/* -------------------------------------------------- 
	 other pages
-------------------------------------------------- */
body.Page.TabsShading, body.Page.Dropdown, body.Page.NoTabs {
	background: #efefef;
}
#page {
	margin-top: 25px;
}
.page_main {
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow:    0 0 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
	box-shadow:         0 0 2px rgba(0, 0, 0, .1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
}
@media only screen and (max-width: 767px) {
	.page_main { padding: 14px; }
}
body.Dropdown .page_main, body.NoTabs .page_main {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
body.TabsFlat .page_main, body.Page #widget_builder .page_main, body.Page #coupons.page_main {
	padding: 20px 8px;
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
body.Page #page ul {
	line-height: 1.1;
	margin-left: 15px;
}

body.Directories #page-nodirectories {
	margin: 40px 0 100px;
}
body.Page #page ul, body.Directories #page ul {
	margin-left: 15px;
}
body.Page #page ul.breadcrumbs, body.Directories #page ul.breadcrumbs {
	margin-left: 0;
}


/*----------- iframe -----------*/
#iframe_resize {
	width: 100%;
	height: 500px;
	border: 2px solid #040404;
}


/*----------- directories -----------*/
#directories_viewing h1 {
	font-size: 25px;
	padding: 0 5px 0 10px;
	margin: 0;
}
#directories_viewing h1, #directories_viewing h1 small {
	color: #222;
}
#directories_viewing h1 small {
	font-size: 70%;
}
#directories_viewing h1 span {
	white-space: nowrap;
}

#directories_viewing .stack-links {
	margin-top: 8px;
	margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
	form#searchDirectory .button { margin-top: 12px; }
	#directories_viewing ul.breadcrumbs { padding: 0; margin-bottom: 10px; }
	#directories_viewing h1 { padding-left: 25px; }
	#directories_viewing .stack-links { margin-top: 8px; margin-bottom: 12px; }
}


/*----------- widget-builder -----------*/
#widget_builder .panel {
	background: #dedede;
	border: 1px solid #d0d0d0;
}
#widget_builder form.custom div.custom.dropdown a.current, #widget_builder form.custom div.custom.dropdown a.selector, #widget_builder input[type="text"] {
	border: 1px solid #c0c0c0;
}
#widget_builder form.custom div.custom.dropdown a:hover {
	text-decoration: none;
}
#widget_builder input[type="text"]:focus {
	border: 1px solid #b0b0b0;
}
#widget_builder #submit.button {
	width: 100%;
	padding: 7px auto 8px;
}
#widget_builder h6 {
	margin: 0 0 10px;
}
#widget_builder pre {
	font-family: 'Monaco', courier, monospace;
	line-height: 1.4;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	padding: 15px 15px 17px 20px;
}
body.Page.TabsFlat #widget_builder pre {
	background: #e5e5e5;
}
#widget_builder #example-title {
	margin-top: -15px;
	padding: 0 0 2px 30px;
}
#widget_builder #example-frame {
	height: 280px;
	padding-left: 18px;
}
#widget_builder #final-title {
	padding: 0 0 12px 30px;
}
#widget_builder #final-frame {
	padding-left: 18px;
}


/*----------- adwords -----------*/
body.Adwords {
	background: #ececec;
}
#adwords {
	margin-top: 25px;
}

#adwords #topics {
	margin-top: 15px;
}
#adwords #topics li {
	padding: 0 30px 30px 12px;
}
#adwords #topics li .item {
	background-color: #fff;
	display: table;
	width: 100%;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	-moz-box-shadow:    0 2px 0 rgba(0,0,0,0.18);
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.18);
	box-shadow:         0 2px 0 rgba(0,0,0,0.18);
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	border-radius:         4px;
	overflow: hidden;
	cursor: pointer;
}
.lt-ie8 #adwords #topics li .item, .lt-ie9 #adwords #topics li .item {
	border-bottom: 1px solid #e0e0e0;
}
#adwords #topics li .item:hover, #adwords #topics li .item:focus {
	-moz-box-shadow:    0 2px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3);
	box-shadow:         0 2px 2px rgba(0,0,0,.3);
}
#adwords #topics li span, #adwords #topics li span img {
	vertical-align: middle;
	display: table-cell;
}
#adwords #topics li span.image {
	background-color: #ccc;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#adwords #topics li span.image img {
	width: 100px !important;
	height: 100px !important;
}
#adwords #topics li span.text {
	padding-left: 15px;
}

#adwords #topic .text-img {
	margin-left: 25px;
	margin-bottom: 15px;
	max-width: 200px;
	max-height: 200px;
}
@media only screen and (min-width: 401px) and (max-width: 767px) {
	#adwords #topic .text-img { max-width: 150px; max-height: 150px; }
}
@media only screen and (max-width: 400px) {
	#adwords #topic .text-img { max-width: 100px; max-height: 100px; }
}

#adwords .tiledbiz {
	margin-top: 20px;
	margin-bottom: 75px;
}
#adwords .tiledbiz .m-item {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	-moz-box-shadow:    0 2px 0 rgba(0,0,0,0.18);
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.18);
	box-shadow:         0 2px 0 rgba(0,0,0,0.18);
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	border-radius:         4px;
}
.lt-ie8 #adwords .tiledbiz .m-item, .lt-ie9 #adwords .tiledbiz .m-item {
	border-bottom: 1px solid #e0e0e0;
}
#adwords .tiledbiz .m-item:hover, #adwords .tiledbiz .m-item:focus {
	-moz-box-shadow:    0 2px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3);
	box-shadow:         0 2px 2px rgba(0,0,0,.3);
}




/* -------------------------------------------------- 
	footer
-------------------------------------------------- */
footer {
	border-top: 1px solid #d9d9d9;
	padding-top: 33px;
	padding-bottom: 20px;
	margin-top: 30px;
}
footer, footer p, footer a {
	font-size: 12px;
}

body.Home.Zen footer {
	border: none;
	padding: 10px 0;
}
body.Zen.abs footer {
	position: absolute;
	background: url(http://assets3.drxlive.com/uploads/themes/55f0b0894fc844bd6d000001/assets/home_search_bg.png);
	bottom: 0;
	width: 100%;
}
body.Zen.rel footer {
	position: relative;
	background: url(http://assets3.drxlive.com/uploads/themes/55f0b0894fc844bd6d000001/assets/home_search_bg.png);
	margin-left: auto;
	margin-right: auto;
}
body.Blogs footer {
	background: #efefef;
}

footer .copy {
	color: #888;
	margin-top: 10px;
}

footer .title, footer .title a {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

.nav-footer-links.one.columns ul.link-list > li, .nav-footer-links.two.columns ul.link-list > li, .nav-footer-links.three.columns ul.link-list > li {
	float: inherit;
	margin-bottom: 8px;
}

.nav-footer-posts {
	margin-bottom: 10px;
}
.nav-footer-posts .blog-article {
	margin-bottom: 20px;
}
.nav-footer-posts .blog-title {
	margin-bottom: 6px;
}
.nav-footer-posts .blog-title a {
	font-size: 14px;
	margin-bottom: 6px;
}
.nav-footer-posts .blog-date {
	font-size: 12px;
}
.nav-footer-posts .blog-events i {
	color: inherit;
	font-size: 13px;
	margin-right: 5px;
}

.nav-footer-social ul > li {
	margin-right: -10px;
}
.nav-footer-social i {
	color: #999;
}
.nav-footer-social i:hover, .nav-footer-social i:focus {
	color: #222;
	text-decoration: none;
}
.nav-footer-social .icn-social-blogspot {
	padding-top: 2px;
}
.nav-footer-social .icn-social-blogspot a {
	background: #999 url(http://assets1.drxlive.com/uploads/themes/55f0b0894fc844bd6d000001/assets/i-social-blogspot.png) no-repeat center center;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	border-radius:         4px;
}
.nav-footer-social .icn-social-blogspot a:hover, .nav-footer-social .icn-social-blogspot a:focus {
	background-color: #222;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	[class*= "nav-footer" ] {
		border-bottom: 1px solid #ddd;
		margin-bottom: 20px;
	}
	.nav-footer-posts {
		padding-bottom: 12px !important;
	}
	.nav-footer-social {
		padding-bottom: 20px !important;
		margin-bottom: 5px;
	}
}




/* -----------------------------------------
	 slider
----------------------------------------- */
.rSlider {
	position: relative;
	direction: ltr;
}
.rSlider > * {
	float: left;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}
.rsThumb {
	float: left;
	position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}
.rSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
.rSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.rSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
	height: auto;
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}
.rsPreloader {
	position: relative;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
}
/*----------- arrows -----------*/
.rsDefault .rsArrow {
	height: 100%;
	width: 40px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault .rsArrowLeft { left: 0; top: 0; }
.rsDefault .rsArrowRight { right: 0; top:0; }
.rsDefault .rsArrowLeft .rsArrowIcn { left: 5px; }
.rsDefault .rsArrowRight .rsArrowIcn { right: 5px; }
.rsDefault .rsArrowIcn {
	top: 50%;
	padding: 5px 8px;
	position: absolute;	
	cursor: pointer;
	-moz-border-radius:    2px;
	-webkit-border-radius: 2px;
	border-radius:         2px;
}
.rsDefault .rsArrowIcn i {
	color: #fff;
}
.rsDefault .rsArrow:hover .rsArrowIcn {
	background-color: rgba(0,0,0,0.2);
}
.rsDefault .rsArrowDisabled .rsArrowIcn i {
	opacity: 0.2;
	filter: alpha(opacity=20);
	*display: none;
}
/*----------- bullets -----------*/
.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}
.rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	line-height: 8px;
	overflow: hidden;
	display: inline;
}
.rsBullet {
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	-moz-border-radius:    50%;
	-webkit-border-radius: 50%;
	border-radius:         50%;
	background: #777;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
}
.rsBullet.rsNavSelected span {
	background-color: #FFF;
	cursor: default;
}
/*----------- misc -----------*/
.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
}
img.rsImg {
	max-width: none;
}
img.rsImgTop {
	margin-top: 0 !important;
}
img.rsImgBottom {
	margin-bottom: 0 !important;
}
img.rsImgLeft {
	margin-left: 0 !important;
}
img.rsImgRight {
	margin-left: auto !important;
	float: right;
}
.rsNoDrag {
	cursor: auto;
}

/*----------- no rslider -----------*/
#slideSingle {
	width: 100%;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}




/* -----------------------------------------
	 blogs
----------------------------------------- */
body.Blogs {
	background: #fff;
}

#blogs {
	padding-top: 30px;
	padding-bottom: 40px;
}

#blogs h1 {
	font-size: 32px;
	margin-top: 6px;
}
#blogs h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
#blogs h5 {
	font-size: 18px;
	font-weight: normal;
}

.blog-info {
	color: #888;
	line-height: 22px;
}
.blog-info i {
	color: #aaa;
	margin-right: 5px;
}
.blog-date {
	color: #666;
	font-size: 16px;
}
.blog-author {
	color: #888;
}

.blog-article hr {
	margin: 12px 0 15px;
}

ul.blog-events.inline-list > li > * {
	display: inline-block;
}
ul.blog-events.inline-list > li {
	font-size: 14px;
}
.blog-events i {
	color: #111;
	font-size: 16px;
	margin-right: 5px;
}
.blog-event-dates, .blog-event-location {
	color: #666;
}

.blog-excerpt, .blog-content {
	margin: 30px 0 35px;
}
.blog-excerpt, .blog-content, .blog-excerpt p, .blog-content p {
	font-size: 15px;
	line-height: 24px;
}
.blog-excerpt p, .blog-content p {
	margin-bottom: 15px;
}

.blog-article .button {
	padding: 8px 15px 9px;
}

@media only screen and (max-width: 767px) {
	#blogs h5 {
		margin-top: 20px;
	}
	.blog-article .button {
		display: inline-block;
	}
}

.blogs-hr {
	border: 2px solid #444;
	margin: 60px 0 50px;
}

ul.tags.inline-list {
	margin-left: 0;
}
ul.tags.inline-list > li {
	margin-left: 10px;
	margin-bottom: 12px;
}
.tags li, .tags a {
	float: left;
	height: 26px;
	line-height: 26px;
	position: relative;
	font-size: 11px;
}	
.tags a {
	margin: 2px 15px 15px 0;
	padding: 0 8px 0 10px;
	background: #ececec;
	color: #666;
	text-decoration: none;
	-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px;
}	
.tags a:before {
	content: "";
	float: left;
	position: absolute;
	top: 0; left: -12px; width: 0; height: 0;
	border-color: transparent #ececec transparent transparent;
	border-style: solid;
	border-width: 13px 12px 13px 0;
}	
.tags a:after {
	content: "";
	float: left;
	position: absolute;
	top: 11px; left: -2px; width: 4px;	height: 4px;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
	background: #fff;
}		
.tags a:hover, .tags li.active a {
	background: #ccc;
	color: #333;
	text-decoration: none;
}	
.tags a:hover:before, .tags li.active a:before {
	border-color: transparent #ccc transparent transparent;
}




/* -----------------------------------------
	 share plugin
----------------------------------------- */
#sharethis {
	margin-top: 35px;
}
#sharethis .text {
	color: #777;
	font-size: 11px;
	margin-bottom: 4px;
}
#sharethis .stButton {
	margin-left: 0 !important;
	margin-right: 1px !important;
}
@media only screen and (max-width: 767px) {
	#sharethis { margin-top: 45px; }
}
