/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

body { -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
* { -webkit-transition: inherit; transition: inherit; }
ul#nav, ul#nav li, .response, .bg1, .main-container, .subnav { -webkit-transition: none; transition: none; }
a, a:visited {
  cursor: pointer;
  color: #27ba5b;
}
.hide-mobile { display: none; }

.wrapper, .wrapper {
    width: 90%;
    margin: 0 5%;
}
.wrapper.medium {
	max-width: 1250px;
}
.wrapper.small {
	max-width: 1050px;
}
.wrapper.smaller {
	max-width: 855px;
}
.main-container, .media-container { min-height: 300px; }

.light-text > * { color: #FFFFFF; }
.dark-text > * { color: #000000; }
.green { color: #27ba5b !important }

.section { position: relative; padding: 45px 0px; }

#header { text-align: center; }
#header-container { padding: 20px 0px; }

#bizpart-logo { margin: 0px; }
#bizpart-logo a {
	display: block;
	width: 150px;
	height: 41px;
}
#bizpart-logo a img {
    display: block;
    width: 100%;
}
h4 a, h4 a:visited {
	color: #202020;
}
.content-container, .listings-container {
	min-height: 450px;
	padding: 35px 0px;
	/* max-width: 1200px; */
	margin: 0 auto;
}
 .content-section {
	padding: 25px 0px;
}

.product-centerstage { text-align: center; padding: 35px 0px; }
.product-centerstage .content-container {
    max-width: 875px;
    padding: 20px 0px;
    min-height: auto;
}
.product-centerstage .listings {
    display: none;
    margin-top: 25px;
}
.product-centerstage .listings .listing {
    text-align: center;
    max-width: 265px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.product-centerstage .listings .listing .listing-container {
    padding: 0px 15px;
}
.product-centerstage .listings .listing h2 {
    font-size: 17px;
}
.product-centerstage .listings .listing h2 a, .product-centerstage .listings .listing h2 a:visited {
    color: #202020;
    line-height: 1em;
}



#subcat-bubbles .listing .listing-image {
	position: relative;
}
#subcat-bubbles .listing .listing-image .listing-image-container {
	position: absolute;
	top: -10%;
	left: 5%;
	z-index: 11;
	padding: 20px;
	max-height: 100%;
	height: 100%;
	width: calc(100% - 40px - 5%);
}
#subcat-bubbles .listing .listing-image .listing-image-container a {
	display: inline-block;
	max-height: 100%;
	height: 100%;
	max-width: 100%;
	width: auto;
}
#subcat-bubbles .listing .listing-image .listing-image-container a img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
#subcat-bubbles .listing .listing-image .listing-image-bg {
	position: relative;
	width: 68%;
	aspect-ratio: 1 / 1;
	margin: 0 auto 20px;
	border: 6px solid #e94b4b;
	border-radius: 150px;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 10;
}

#subcat-bubbles .listing .listing-image .listing-image-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 120%;
	background-color: #be2121;
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: top left;
	z-index: 1;
}




.leftCol {
	margin-bottom: 35px;
}

.divider {
    background-color: #202020;
    display: block;
	width: 50px;
	height: 10px;
    margin: 25px auto 25px auto;
}
.align-right .divider {
	margin: 0px;
}
p.pretitle, p.subtitle {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 7px;
	text-transform: uppercase;
	width: 100%;
}
h1, h2, h3 {
    text-transform: uppercase;
}
h1.big-heading, h2.big-heading, h3.big-heading, h3.medium-heading, h3.small-heading {
    font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 43px;
    font-weight: 1000;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 0px;
}
h3.medium-heading {
	font-size: 38px;
}
h3.small-heading {
	font-size: 35px;
}

.fullmedia-section.dark-section h1, .fullmedia-section.dark-section p:not(.button, .learn-more) {
	text-shadow: 2px 2px 7px #000000;
}
.fullmedia-section.dark-section .divider {
    box-shadow: 2px 2px 7px #000000;
}

h1.big-heading, h3.big-heading {
	margin-bottom: 25px;
}
h1 span, h2 span, h3 span { display: block; line-height: 1.2em; font-size: 20px; }

h1.big-heading + .divider, h3.big-heading + .divider {
	margin-top: 0px;
}
p.button a, button a {
    display: inline-block;
	text-align: center;
	color: #FFFFFF;
	background-color: #27ba5b;
	border-radius: 3px;
	padding: 12px 25px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
p.button.rounded a {
    border-radius: 25px;
    padding: 15px 35px;
    font-size: 15px;
}
p.button.black a {
    background-color: #000000 !important;
}


#nav-container { position: relative; }
ul.nav {
	text-align: center;
	margin: 0px;
}
ul.nav li {
	display: inline-block;
	font-weight: 900;
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
	
}
ul#nav li {
	display: block;
	background-color: #222222;
	color: #FFFFFF;
}


ul.nav li a { display: block; position: relative; padding: 18px 35px; color: #000000; }

/*
ul.nav li.nav-dropdown:not(.nav-active) > a:after {
*/

ul.nav li.nav-dropdown a:after {
	position: absolute;
	top: 25px;
	right: 20px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #000000 transparent transparent transparent;
	 -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul#nav li.nav-dropdown a:after { border-color: #FFFFFF transparent transparent transparent; }

ul#nav li a, ul#nav li a:visited { color: #FFFFFF; text-decoration: none; }
ul.nav li ul {
	display: none;
	margin: 0px;
	text-align: center;
}
ul.nav li#nav-marketing ul {
	display: block;
}

ul#nav li ul li { 
	display: block;
	background-color: #444444;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	text-transform: none;
}
ul.nav li ul li a { display: block; padding: 15px; }
ul#nav li.nav-dropdown ul li a:after {
	display: none;
}
.flipit:after {
	transform: rotate(-180deg);
}
#subnav-placeholder { height: 7px; }


.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, 
.dark-section h6, .dark-section p, .dark-section li, .dark-section a, .dark-section a:visited 
{ color: #FFFFFF; }

.button a:visited, button a:visited { color: #FFFFFF; }
.button a.knockout, button a.knockout { margin-right: 15px; }
.button.knockout, button.knockout { margin-bottom: 0px; margin-right: 15px; }
.button.knockout a, .button a.knockout, button.knockout a, button a.knockout {
	background: none !important;
	color: #202020 !important;
	border-radius: 0px;
}


.loading {
	background: url('/images/img_loading@2x.gif') center -8px no-repeat;;
	background-size: auto;
	background-size: 55px 55px;
	cursor: default;
}

.submit-text {
    display: inline-block;
    font-size: 14px;
    min-height: 43px;
    text-decoration: underline;
}
.button.loading a, .submit-text.loading a {
	visibility: hidden;
}

input[type="text"]:disabled {
    border-color: #ededed;
    color: #999;
}

input[type="checkbox"] { display:none; }
input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-weight: normal;
}
input[type="checkbox"] + label span.checkbox {
    display: inline-block;
    width: 21px;
    height: 21px;
	margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}
input[type="checkbox"] + label span.checkmark {
	position: absolute;
	width: 16px;
	height: 13px;
	top: 5px;
	left: 4px;
	display: none;
	cursor: pointer;
}
input[type="checkbox"]:checked + label span.checkmark { display: block; }
input[type="checkbox"][disabled] + label,
input[type="checkbox"][disabled] + label span.checkbox,
input[type="checkbox"][disabled] + label span.checkmark { cursor: default; }
input[type="checkbox"][disabled] + label span.checkbox { background-color: #f8f8f8; }
input[type="checkbox"] + label span.checkbox { border: 1px solid #cccccc; }
input[type="checkbox"]:checked + label span.checkbox {
	background-color: #27ba5b;
	border: 1px solid #27ba5b;
}
input[type="checkbox"] + label span.checkmark {
	background: url("/images/checkmark_white_2@2x.png") no-repeat;
	background-size: 16px 13px;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label
{
	display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
	font-weight: normal;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #CCCCCC;
    border-radius: 100%;
    background: #fff;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #27ba5b;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.disabled-form input[type="radio"]:checked + label, 
.disabled-form input[type="radio"]:not(:checked) + label { cursor: default; }
.disabled-container { opacity: .7; }

.response {
	display: none;
	margin: 25px 0px;
	padding: 20px;
	border: 1px solid #bcbcbc;
}
.response.error, .invalid-action, .decline { border: 2px solid #ff0006; }
.response.success, .valid-action { border: 2px solid #12b366; }
.response p { margin-bottom: 7px; }
.response p:last-child { margin: 0px; }

.apply-field span { display: block; }
.apply-field input[type="text"] { display: inline-block; }
.apply-field .response { padding: 10px; }
.apply-field .response p { padding: 0px 5px; font-weight: normal; }


#overlay {
    display: none;
    background-color: #111111;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
}
.popUp {
	display: none;
	position: absolute;
	width: 90%;
	margin: 0 auto;
	top: 60px;
	left: 50%;
	margin-left: -45%;
	z-index: 21;
	background-color: #ffffff;
}
.popUp .popUp-container { position: relative; padding: 25px; }
.popUp .signup-container { display: none; }
.popUp input.input { width: calc(100% - 22px); }
.popUp h3 { text-align: center; }

.popUp-close {
    position: absolute;
    top: -17px;
    right: -17px;
    background-color: #d8d8d8;
    padding: 5px 10px;
    margin: 0px;
    border-radius: 35px;
    font-weight: 700;
    font-size: 19px;
    cursor: pointer;
	box-shadow: 0px 4px 10px #333333;
}
.popUp .button.required {
	display: none;
}
.popUp.popUp-required .button.required {
	display: inline-block;
}
.popUp.popUp-required .popUp-close {
	display: none;
}
.confirm-popup .jconfirm-box {
    max-width: 500px;
}
.confirm-popup .popUp-image { text-align: center; }
.confirm-popup .popUp-image img {
    max-width: 70px;
    max-height: 80px;
}
.confirm-popup h4 { margin-bottom: 0px; }

.fullmedia-section {
	position: relative;
	overflow: hidden;
	clear: both;
    text-align: center;
}
.fullmedia-section .wrapper { width: 90%; height: 100%; max-width: 650px; }

.fullmedia-section .mediawrapper {
	display: flex;	
	flex-direction: column;
	justify-content: center;
	width: 100%; height: 100%;
}


.fullmedia-section .mediatext {
	
	padding: 55px 0px;
}
.fullmedia-section.centered .mediawrapper {
	align-items: center;
}
.fullmedia-section .mediatext {
	text-align: center;
}

.fullmedia-section .media-col {
	height: 100%;
}
.fullmedia-section div.fullimage, .fullmedia-section div.fullvideo {
	position: absolute;
    top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 100%;
    z-index: -1;
	background-color: #000000;
}
.fullmedia-section div.fullimage img, .fullmedia-section div.fullvideo video {
	object-fit: cover;
	height: 100%;
}
.fullmedia-section div.fullimage.fade-mobile img {
	opacity: .7;
}

.fullmedia-section.parallax div.fullimage img {
    height: 125%;
}

.fullimage img, .fullvideo video, p.paraimage img {
    display: block;
    width: 100%;
}

p.fullimage { margin: 25px 0px; }
.diagonal {
	overflow: hidden;
}
.diagonal div.fullimage {
	z-index: -2;
}
.diagonal .mediawrapper {
	height: 400px;
}

.diagonal:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	z-index: -1;
}
.diagonal.right:before {
	right: -50%;
	left: 50%;
	transform: skewX(22deg);
}
.diagonal.left:before {
	right: 50%;
	left: -50%;
	transform: skewX(-22deg);
}

.diagonal .diagonal-image {
	width: 33%;
}

.diagonal .diagonal-image img {
	display: block;
	width: 100%;
}
.diagonal .diagonal-image.bg {
	position: absolute;
	top: 0px; bottom: 0px;
	left: 0px; right: 0px;
}
.diagonal .diagonal-image.bg img {
	object-fit: cover;
	height: 100%;
}

p.learn-more a {
	display: inline-block;
	background-color: #FFFFFF;
	padding: 12px 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto;
	min-width: 125px;
	text-align: center;
	text-decoration: none;
}

.light-text .divider { background-color: #FFFFFF !important; }

.promo.diagonal:before {
	background-color: #e94b4b;
}
.apparel.diagonal:before {
	background-color: #77beaa;
}


.tableify {
	border-collapse: collapse;
    border-spacing: 0;
    width:100%;
	border-top: 1px solid #dedede;
	margin: 25px auto;
}
.tableify th, .tableify td {
	border-bottom: 1px solid #dedede;
	text-align: center;
	padding: 12px 5px;
	font-size: 13px;
	vertical-align: middle;
	text-overflow: ellipsis;
}
.tableify th {
	background-color: #363636;
	color: #FFFFFF;
}
.tableify td { padding: 12px 7px; line-height: 1.5em; }
.tableify .note { font-size: 12px; }
.tableify tr td a { text-decoration: underline; }

.tab-section ul.tab-selectors {
	height: 36px;
}
.tab-section ul.tab-selectors li {
  display: inline-block;
  margin-bottom: 0px;
}
.tab-section ul.tab-selectors li a {
	display: inline-block;
	text-decoration: none;
	background-color: #666666;
	color: #FFFFFF;
	padding: 10px 20px;
	border-radius: 3px 3px 0px 0px;
	line-height: 1em;
	margin: 0px 2px;
	margin-top: 0px;
	font-size: 14px;
}
.tab-section ul.tab-selectors li a.active-tab {
	margin-top: 1px;
	border: 1px solid #e0e0e0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(224, 224, 224);
	border-bottom: none;
	background-color: #FFFFFF;
	color: #444444;
}
.tab-section .tab-container {
	display: none;
	margin-top: 25px;
}
#footer-container {
	position: relative;
	padding: 45px 0px;
	background-color: #000000;
}
#footer > *, #footer a, #footer a:visited { color: #FFFFFF; }
#footer ul li { font-size: 15px; }
#footer ul, #footer ul li:last-child { margin-bottom: 0px; }
#footer ul li a { text-decoration: none; }
#footer-left { clear: both; }
#footer-myaccount { display: none; }
#footer-middle, #footer-right { margin-top: 35px; }
#footer-right { width: 225px; }
#footer ul.ew-soc { margin-bottom: 15px; }
#footer ul.ew-soc li { margin: 0; margin-right: 12px; }
#footer ul.ew-soc li:last-child { margin: 0; }
#newsletter-field {
	position: relative;
	border-radius: 20px;
	border: 3px solid #FFFFFF;
}
#footer-newsletter .response {
    padding: 10px;
    margin: 10px 0px 15px 0px;
}
#footer-newsletter .response p { font-size: 13px; }
#footer-newsletter input {
	display: block;
	background: none;
	border: none;
	padding: 7px;
	padding-left: 15px;
	font-weight: normal;
	outline: none;
	color: #FFFFFF;
	width: auto;
	max-width: none;
}
#footer-newsletter span {
	display: block;
	position: absolute;
	top: 8px; right: 12px;
	background: url('../images/footer_newsletter_submit@2x.jpg') no-repeat;
	background-size: 20px auto;
	color: #FFFFFF;
	width: 20px;
	height: 13px;
	cursor: pointer;
	text-indent: -9999px;
	
}
ul.ew-soc li {
	float: left;
	margin: 0px;
	margin-left: 10px;
}
ul.ew-soc li a {
	display: block;
	width: 34px;
	height: 35px;
	text-indent: -9999px;
}
ul.ew-soc li.ew-facebook a { background: url('../images/icon_facebook.jpg') no-repeat; }
ul.ew-soc li.ew-twitter a { background: url('../images/icon_twitter.jpg') no-repeat; }
ul.ew-soc li.ew-youtube a { background: url('../images/icon_youtube.jpg') no-repeat; }
#newsletter-response { display: none; }
#newsletter-response p {
	padding: 10px 0px;
	font-size: 13px;
}


#categories-list {
	border-bottom: 1px solid #dedede;
	padding-bottom: 25px;
}

#categories-list ul {
	column-count: 2;
}
#categories-list ul li ul {
	display: none;
	column-count: 1;
}
#filters-list { display: none; }

#footer-copyright {
	background-color: #222222;
	padding: 15px 0px;
}
#footer-copyright p { text-align: center; margin: 0px; font-size: 13px; }


.highlight, p.button a.knockout, button a.knockout { color: #27ba5b; }
.bg-highlight { background-color: #27ba5b; }
.bg-shadow,  ul#nav li ul, p.button a  { background-color: #165f2c; }




.promo .highlight, .promo .main-container a, .promo p.button a.knockout, .promo button a.knockout, .promo p.learn-more a, .promo ul.sub-categories li.listings-selected:before { color: #e94b4b; }
.promo .bg-highlight, .promo .divider, .promo p.button a, .promo input[type="radio"]:checked + label::after, .promo input[type="checkbox"]:checked + label span.checkbox { background-color: #e94b4b; color: #FFFFFF; }
.promo .bg-shadow, .promo ul#nav li ul, .promo .dark-section p.button a, .promo #header-profile #header-cart:after { background-color: #be2121; }
.promo ul#nav li.nav-active > a:after { border-color: transparent transparent #be2121 transparent; }
.promo input[type="checkbox"]:checked + label span.checkbox { border: 1px solid #e94b4b; }
.promo a.selector-button.selected { border: 2px solid #e94b4b; }

.apparel .highlight, .apparel .main-container a, .apparel p.button a.knockout, .apparel p.learn-more a, .apparel p.button a.knockout:visited, .apparel ul.sub-categories li.listings-selected:before { color: #3a816d; }
.apparel .bg-highlight, .apparel .divider, .apparel p.button a { background-color: #77beaa; }
.apparel .bg-shadow, .apparel ul#nav li ul, .apparel p.button a, .apparel input[type="radio"]:checked + label::after, .apparel input[type="checkbox"]:checked + label span.checkbox, .apparel #header-profile #header-cart:after { background-color: #3a816d; color: #FFFFFF; }
.apparel ul#nav li.nav-active > a:after { border-color: transparent transparent #3a816d transparent; }
.apparel input[type="checkbox"]:checked + label span.checkbox { border: 1px solid #3a816d; }
.apparel a.selector-button.selected { border: 2px solid #3a816d; }
.apparel a.selector-button { color: #3a816d; }

.web .highlight, .web .main-container a { color: #27ba5b; }
.web .bg-highlight { background-color: #000000; }
.web .divider { background-color: #27ba5b; }
.web .bg-shadow, .web ul#nav li ul, .web p.button a  { background-color: #27ba5b; color: #FFFFFF; }
.web ul#nav li.nav-active > a:after { border-color: transparent transparent #27ba5b transparent; }
.web .bg-shadow, .web ul#nav li ul, .web .dark-section p.button a, .web #header-profile #header-cart:after { background-color: #27ba5b; }

.tradeshows .highlight, .tradeshows .main-container a, .tradeshows p.button a.knockout, .tradeshows p.learn-more a, .tradeshows ul.sub-categories li.listings-selected:before { color: #5a99ab; }
.tradeshows .bg-highlight, .tradeshows .divider, .tradeshows p.button a, .tradeshows input[type="radio"]:checked + label::after, .tradeshows input[type="checkbox"]:checked + label span.checkbox { background-color: #5a99ab; color: #FFFFFF; }
.tradeshows .bg-shadow, .tradeshows ul#nav li ul, .tradeshows .dark-section p.button a, .tradeshows #header-profile #header-cart:after { background-color: #166981; }
.tradeshows ul#nav li.nav-active > a:after { border-color: transparent transparent #166981 transparent; }
.tradeshows input[type="checkbox"]:checked + label span.checkbox { border: 1px solid #5a99ab; }
.tradeshows a.selector-button.selected { border: 2px solid #5a99ab; }


.signs .highlight, .signs .main-container a, .signs p.button a.knockout, .signs p.learn-more a, .signs ul.sub-categories li.listings-selected:before { color: #9290c6; }
.signs .bg-highlight, .signs .divider, .signs p.button a, .signs input[type="radio"]:checked + label::after, .signs input[type="checkbox"]:checked + label span.checkbox { background-color: #9290c6; color: #FFFFFF; }
.signs .bg-shadow, .signs ul#nav li ul, .signs .dark-section p.button a, .signs #header-profile #header-cart:after { background-color: #504d9a; }
.signs ul#nav li.nav-active > a:after { border-color: transparent transparent #504d9a transparent; }
.signs input[type="checkbox"]:checked + label span.checkbox { border: 1px solid #9290c6; }
.signs a.selector-button.selected { border: 2px solid #9290c6; }


.printing .highlight, .printing .main-container a, .printing p.button a.knockout, .printing p.learn-more a, .printing ul.sub-categories li.listings-selected:before { color: #ff6283; }
.printing .bg-highlight, .printing .divider, .printing p.button a, .printing input[type="radio"]:checked + label::after, .printing input[type="checkbox"]:checked + label span.checkbox { background-color: #ff6283; color: #FFFFFF; }
.printing .bg-shadow, .printing ul#nav li ul, .printing .dark-section p.button a, .printing #header-profile #header-cart:after { background-color: #a82b45; }
.printing ul#nav li.nav-active > a:after { border-color: transparent transparent #a82b45 transparent; }
.printing input[type="checkbox"]:checked + label span.checkbox { border: 1px solid #ff6283; }
.printing a.selector-button.selected { border: 2px solid #ff6283; }

h3 { font-size: 30px; }

.listings-nav ul li a { color: #000000 !important; }
.listings-nav ul li ul { display: none; margin: 10px 0px 15px 15px; }
.listings-nav ul li ul li { margin: 10px 0px; color: #27ba5b; }


.listings-nav ul li.listings-selected ul { display: block; }
.listings-nav ul li.listings-selected a { color: #27ba5b; font-weight: bold; text-transform: uppercase; }
.listings-nav ul li.listings-selected ul li a { font-weight: normal; text-transform: none; }
.listings-nav ul li.listings-selected ul li.listings-selected a { color: #202020; font-weight: bold; text-transform: none; display: inline-block; }
ul li.listings-selected a.listings-selected {
    display: inline-block;
	color: #000000 !important;
}

.listings {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}
.listing-container { padding: 10px; }
.fullCol .listing-container { padding: 10px 25px; }
.listing {
	position: relative;
    flex: 0 0 calc(100% - 0px);
	text-align: left;
	margin-bottom: 20px;
}
.listing .listing-controls {
	display: none;
}
.listings.editable .listing.listing-active:before {
	position: absolute;
	display: block;
	content: "";
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	/*
	background-color: #000000;
	opacity: 0.6;
	*/
}
.listing h5:last-child { margin-bottom: 0px; }
.listing h5 a { color: #202020; }
.listing .listing-image {
	display: block;
	width: 100%;
	text-align: center;
	
	margin-bottom: 15px;
}
.horizontal-listings .listing .listing-image {
	height: 200px;
}
.listing img { 
	width: 100%;
	max-width: 100%;
}
.horizontal-listings .listing img, #cat-listings .listing img { 
	height: 100%;
	max-height: 200px;
	width: auto;
}
.listing p a { display: inline-block; }
.listings.loading {
    background-position: 43% 50px;
    background-size: 83px auto;
}
.listings.loading .listing {
    visibility: hidden;
}

.horizontal-listings.wrapper { max-width: none; }
.horizontal-listings {
	position: relative;
	background-color: #FFFFFF;
	padding: 15px 0px;
	margin-bottom: 35px;
}
.horizontal-listings h4 a, .horizontal-listings h4 a:visited { color: #202020; }
.horizontal-listings h4 a:hover { text-decoration: underline; }
.horizontal-listings .horizontal-scroller {
	position: absolute;
	width: 100%;
	overflow-x: scroll;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.horizontal-listings .btn {
	display: none;
	width: 55px;
	height: 50%;
	background: rgba(0,0,0,0.55);
	position: absolute;
	top: 22%;
	z-index: 1001;
	cursor: pointer;
}

.horizontal-listings .btn.prev { left: 0px; }
.horizontal-listings .btn.next { right: 0px; }
.horizontal-listings .btn.prev:after{
	display: block;
	content:"";
	width: 0;
	height: 0;
	position: absolute;
	left: 20px;
	top: calc(50% - 10px);
	border-style: solid;
	border-width: 7.5px 13.0px 7.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
.horizontal-listings .btn.next:after{
	display: block;
	content:"";
	width: 0;
	height: 0;
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
	border-style: solid;
	border-width: 7.5px 0 7.5px 13.0px;
	border-color: transparent transparent transparent #ffffff;	
}

.horizontal-listings .listings {
	flex-wrap: nowrap;
	padding-left: 20px;
}
.horizontal-listings .listings .listing {
	flex: 0 0 calc(65% - 0px);
	margin-bottom: 0px;
}

ul.bulleted li, ul.sub-categories li {
	position: relative;
	padding-left: 17px;
	line-height: 1.4em;
}
ul.bulleted li:before, ul.sub-categories li:before {
	position: absolute;
	content: "•";
	font-size: 22px;
	left: 0px; top: 0px;
	width: 0;
	height: 0;
	color: #000000;
	/*
	border-style: solid;
	border-width: 4.5px 0 4.5px 8px;
	border-color: transparent transparent transparent #ee2128;
	*/
}
ul.bulleted li ul li { margin-top: 5px; }

#logo-upload {
	background-color: #eee;
	padding: 15px;
}

.upload-area {
	padding: 35px;
    border: 2px dashed lightgray;
    border-radius: 3px;
	background-color: #eaeaea;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
	line-height: 1.7em;
}

.upload-area:hover{
    cursor: pointer;
}
.upload-area h5 {
    text-align: center;
    font-weight: normal;
    line-height: 50px;
	margin: 0px;
    color: darkslategray;
}
.upload-area .thumbnail {
    width: 80px;
    height: auto;
    padding: 10px 15px;
    border: 1px solid lightgray;
    border-radius: 7px;
	background-color: #FFFFFF;
    float: left;
    margin: 5px;
	text-align: center;
}
.upload-area .thumbnail img {
	width: 100%;
}
.upload-area .thumbnail span {
	display: block;
    font-size:12px;
}
.file-upload p.submit-text { display: none; }

.stick-to-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
}
.thumbnail {
	display: inline-block;
	margin-bottom: 25px;
	width: 32%;
	vertical-align: top;
}
.upload-preview img, .upload-result img, .thumbnail img {
	display: block;
	width: auto;
	max-height: 100px;
	height: auto;
	max-width: 100%;
	margin-bottom: 10px;
}
.thumbnail p span { display: block; margin-bottom: 5px; }
.thumbnail input[type="radio"]:checked + label::before, .thumbnail input[type="radio"]:not(:checked) + label::before {
	top: 50px;
	
}
.thumbnail input[type="radio"]:checked + label::after, .thumbnail input[type="radio"]:not(:checked) + label::after {
	top: 54px;
}
.saved-files {
	max-height: 240px;
	overflow-y: scroll;
}



.bubble-cats .listing {
	margin-bottom: 25px;
}
.bubble-cats .listing h4 {
	text-align: center;
	margin-bottom: 10px;
}
.bubbles .listing-container { text-align: center; }

.bubble-cats .listing .listing-image {
	margin-bottom: 15px;
	height: auto;
}
.bubble-cats .listing .listing-image {
	display: inline-block;
	width: 200px;
	height: 200px;
	background-color: #404040;
	border-radius: 200px;
    overflow: hidden;
}
.bubble-cats .listing .listing-image img {
    object-fit: cover;
    max-height: none;
    object-position: center;
	height: 100%;
}
.bubble-cats #bubble-web .listing-image img {
    object-position: -75px -7px;
}

#contact-form {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}
#contact-form input, #contact-form textarea {
    width: 95%;
}



/* ==========================================================================
   High resolution display detection
   ========================================================================== */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	
	ul.ew-soc li.ew-facebook a {
		background: url('../images/icon_facebook@2x.jpg') no-repeat;
		background-size: 34px 35px;
	}
	ul.ew-soc li.ew-twitter a {
		background: url('../images/icon_twitter@2x.jpg') no-repeat;
		background-size: 34px 35px;
	}
	ul.ew-soc li.ew-youtube a {
		background: url('../images/icon_youtube@2x.jpg') no-repeat;
		background-size: 34px 35px;
	}
	
}
