* {letter-spacing:.25px}

/* J2 STORE */

/*bootstrap modal */
.modal-open .dropdown-menu {
	z-index: 2050;
}

.modal-open .dropdown.open {

}

.modal-open .popover {
	z-index: 2060;
}

.modal-open .tooltip {
	z-index: 2080;
}

.modal-backdrop {
	background-color: #000000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
	display:none !important;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop,.modal-backdrop.fade.in {
	opacity: 0.8;
}

.j2store-modal .modal {
	display: none;
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	left: 50%;
	margin: -250px 0 0 -280px;
	overflow: auto;
	position: fixed;
	top: 50% !important;
	width: 560px;
	z-index: 1050;
}

.j2store-modal .model.fade {
	top: -25%;
	transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}

.j2store-modal .model.hide {
	display: none !important;
}

.j2store-modal .model.in {
	top: 50%;
}

.j2store-modal .modal-header {
	border-bottom: 1px solid #EEEEEE;
	padding: 9px 15px;
	text-align:right;
	background-color:#f5f5f5;
}

.j2store-modal .modal-header .close {
	margin-top: 2px;
}

.j2store-modal .modal-header h3 {
	line-height: 30px;
	margin: 0;
}

.j2store-modal .modal-body {
	max-height: 400px;
	overflow-y: auto;
	padding: 15px;
	text-align: left;
}

.j2store-modal .modal-form {
	margin-bottom: 0;
}

.j2store-modal .modal-footer {
	background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;

}

.j2store-modal .modal-footer:before,.j2store-modal .modal-footer:after {
	content: "";
	display: table;
	line-height: 0;
}

.j2store-modal .modal-footer:after {
	clear: both;
}

.j2store-modal .modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.j2store-modal .modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

/* common css */
.j2store-img-responsive {
	max-width: 100%;
	height: auto;
}

.j2store-left {
	float: left;
}

.j2store-right {
	float: right;
}

.j2store-remove {
	color: white;
}

.j2store .options .required {
	color: #FF0000;
	font-weight: bold;
}

.j2store_field_required {
    color: #ff0000;
    display: inline-block;
    margin-right: 8px;
    padding-top: 20px;
}

/* error & highlighs */
.j2error,div.j2error em.error,div.j2storeerror em.error,.payment_info input.error,.j2store label.error
	{
	color: #ff0000;
	font-style: italic;
}

div.j2error em.success,div.j2storeerror em.success,.j2store label.success
	{
	color: #17B500;
	font-style: italic;
}

.j2store input.error {
	border: 1px solid red;
}

.j2store input.valid {
	border: 1px solid #17B500;
}

/* cart and checkout */
.cart-thumb-image img {
	width: 80px;
	float: left;
	margin-right: 10px;
}

table.j2store-cart-table td.cart-line-subtotal,table.cart-footer td {
	text-align: right;
}

.j2store-cart-buttons {
	display: block;
	width: 100%;
}

.j2store-cart-table .remove-icon {
	margin-bottom: 9px;
	vertical-align:middle;
	padding: 10px 15px !important;
}

.fa-trash-o::before {font-size:20px}

.j2store-cart-buttons .buttons-left {
	display: block;
	float: left;
}

.j2store-cart-buttons .buttons-right {
	display: block;
	float: right;
}

.j2store-cart-shipping {
	display: block;
	clear: both;
	margin-top: 20px;
}

.cart-estimator-discount-block {
	display: block;
	width: 100%;
	clear: both;
	margin-top: 10px;
}

.j2store .have-account {
	display: block;
	width: 100%;
}

.j2store .j2store-checkout-login-form {
	padding: 15px 5px;
	border: 1px solid #ccc;
}

.j2store-order-action-icons a {
	font-size: 16px;
	padding: 10px 10px;
}

.j2store .checkout-heading {
	background: none repeat scroll 0 0 #F8F8F8;
	border: 1px solid #DBDEE1;
	color: #555555;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 8px;
}

.j2store .checkout-heading a {
	float: right;
	font-weight: normal;
	margin-top: 1px;
	text-decoration: none;
	cursor: pointer;
}

.j2store .checkout-content {
	display: none;
	overflow-x:hidden;
	overflow-y:auto;
	padding: 0 0 15px;
}

.j2store .checkout-content .buttons {
	clear: both;
}

.j2store.checkout tr,.j2store.checkout td {
	padding-right: 10px;
}

.j2store.checkout label {
    display: inline-block;
    margin: 20px 0 0;
    vertical-align: top;
    width: 90%;
    font-weight:800;
}

.j2store #billing-existing select[size],.j2store #shipping-existing select[size]
	{
	height: auto;
}

#onCheckoutShipping_wrapper label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

#j2store-checkout-content .shipping-make-same>label {
	display: inline;
	vertical-align:middle;
}

#j2store-checkout-content #checkbox_tos>label {
	display: inline;
}

.j2store-product-info label {
	display: inline;
}

#j2store-cart-shipping input[type="radio"] {
	margin-right: 5px;
}

#j2store-cart-shipping label {
    display: inline-block;
    width: 95%;
}

.j2store .cart-total td {
	text-align: right;
}

/** product common **/
.j2store-addtocart-form {
	margin-top: 10px;
}

ul.additional-image-list {
	margin: 0px;
}

.additional-image-list li {
	list-style-type: none;
	display: inline;
}

.blog .j2store-mainimage img {
	width: 98%;
}

.blog .additional-image-list img {
	width: 120px;
}

.blog .j2store-mainimage .zoom,.item-page .j2store-mainimage .zoom {
	display: inline-block;
}

.blog .j2store-mainimage .nozoom,.item-page .j2store-mainimage .nozoom {
	display: block;
	padding-bottom: 5px;
}


.item-page .j2store-product-images {
	display: inline;
	width: 50%;
}

.item-page .j2store-mainimage img {
	width: 400px;
}

.item-page .additional-image-list img {
	width: 120px;
}

.item-page .j2store-product {
	display: inline;
}

.item-page .sale-price {
	font-size: 16px;
	font-weight: bold;
	line-weight: 25px;
}

.product-qty input[type="text"],.product-qty input[type="number"] {
	display: inline;
	height: 100%;
	padding: 5px !important;
	width: 70px !important;
	text-align: center;
	margin: 0px;
}

.product-qty,.j2store-add-to-cart {
	display: inline;
}

.j2store-add-to-cart {
	margin-left: 5px;
	display: inline;
}

.j2store-addtocart-form .options label {
	display: inline;
}

.j2store-product-list select {
	width: auto;
}

.j2store-product-filters {
	display: block;
	margin-bottom: 20px;
}

h4.product-filter-heading {
	display: inline;
}

#j2store-product-loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: url('../images/loading.gif') no-repeat center center;
}

/* some basic styles to product layout pages */
.price-sku-brand-container {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 0 0 25px;
	padding: 15px 0;
}

.base-price,.sale-price {
	line-height: 26px;
}

.product-price-container .strike {
	text-decoration: line-through;
	color: #ff0000;
	font-size: 1em;
}

.product-price-container .sale-price {
	font-size: 1.4em;
	font-weight: bold;
}

.discount-percentage {
	color: #81c02e;
}

.product-stock-container .instock {
	color: #85AD74;
	font-size: 1.2em;
	margin-top: 5px;
}

.j2store-product-main-image {
	margin-bottom: 10px;
}

/* image zoom */
.j2store-single-product .zoomImg:hover {
	cursor: crosshair;
}

.j2store-single-product .zoom {
	display: block;
	position: relative;
}

.j2store-single-product .zoom img::selection {
	background-color: transparent;
}

/* currency module css */
.j2store .currency_symbol {
	margin-right: 2px;
}

#j2store_currency a {
	border: 1px solid #ccc;
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 2px 4px;
	text-decoration: none;
	cursor: pointer;
}

/* price slider */
#j2store-slider-range .ui-widget {
	background-color: #000000;
	opacity: 2px;
	width: 150px;
}

#j2store-slider-range .ui-slider-range {
	background-color: #a46497;
	border: 0 none;
	border-radius: 1em;
	display: block;
	font-size: 0.7em;
	position: absolute;
	z-index: 1;
}

#j2store-slider-range .ui-slider-horizontal .ui-slider-range {
	height: 100%;
	top: 0;
}

#j2store-slider-range.ui-slider {
	border-radius: 0px;
	background: #DEC3D9;
	border: none;
	height: 5px;
	width: 150px;
}

#j2store-slider-range.ui-slider .ui-slider-range {
	height: 5px;
	top: -1px;
	transition: all 0.2s ease-out;
}

#j2store-slider-range  .ui-slider-handle {
	background: #a46497;
	border-radius: 1em;
	*cursor: ew-resize;
	height: 1em;
	outline: 0 none;
	position: absolute;
	top: -0.3em;
	width: 1em;
	z-index: 2;
	border: none;
}

/* my profile */
.j2store-myprofile-address-list li {
	list-style-type: none;
}

.table-responsive {
	overflow-x: auto;
}

.product-compare {
	padding: 5px 2px;
}

.options input[type="radio"],
.options input[type="checkbox"],
.options select {
	display: inline-block;
}

.options .wait {
display: inline-block;
position:relative;
line-height: 1px;
}

.cart-footer th,
.emailtemplate-table-footer th,
.cart-footer td,
.emailtemplate-table-footer td
{
	text-align: right !important;
}

.zen-panel .btn-success {color:white !important;margin-left:15px;white-space: nowrap;}

#zen-overlay {background-color: rgba(130, 97, 97, 0.6) !important;}

.com_j2store #abovecontent {display:none}

@media (max-width:600px) {
	.product-qty {display: inline-block;width:100%}
	.j2store-cart-table .remove-icon {display: inline-block;margin-bottom: 9px;margin-top: 15px;}
	.j2store-cart .span6 {width:100%}
}

@media (max-width:400px) {
	.cart-checkout-button, cart-cart-button {width:100%;display:inline-block}
	.zen-panel .btn-success {color: white !important;display: inline-block;margin: 0 0 15px;text-align: center;white-space: nowrap;width: 100%;}
	#zen-panel .zen-module-body {padding-bottom:0 !important}
}



/* END J2 STORE */

#navwrap.fixed {padding:10px 0 8px 0}
#image-wrapper {height:460px !important;}
.banner-overlay {height:460px !important;}
#top-area {height:460px !important;min-height:460px !important;}
#grid-wrapper {margin-top:0 !important}
/* default header */
#image-wrapper {background:transparent url('/images/backgrounds/003.jpg') no-repeat center / 100% auto}
/* About Menu Header */
.itemid-159 #image-wrapper, .itemid-137 #image-wrapper, .itemid-138 #image-wrapper, .itemid-139 #image-wrapper, .itemid-141 #image-wrapper, .itemid-242 #image-wrapper {background:transparent url('/images/backgrounds/about.jpg') no-repeat center bottom / 100% auto}
/* Education & Outreach Header */
.itemid-143 #image-wrapper, .itemid-144 #image-wrapper, .itemid-227 #image-wrapper, .itemid-145 #image-wrapper, .itemid-146 #image-wrapper {background:transparent url('/images/backgrounds/education.jpg') no-repeat center / 100% auto}
/* News & Events Header */
.itemid-148 #image-wrapper, .itemid-275 #image-wrapper, .itemid-151 #image-wrapper {background:transparent url('/images/backgrounds/events.jpg') no-repeat center top / 100% auto}
/* Paseo Del Lobo */
.itemid-276 #image-wrapper, .itemid-277 #image-wrapper, .itemid-181 #image-wrapper {background:transparent url('/images/PaseodelLobo_logo.png') no-repeat center bottom / 100% auto}
/* Take Action Header */
.itemid-154 #image-wrapper, .itemid-158 #image-wrapper {background:transparent url('/images/backgrounds/action.jpg') no-repeat center / 100% auto}
/* marketplace header */
.itemid-157 #image-wrapper {background:transparent url('/images/wolf_prayer_flags.jpg') no-repeat center / 100% auto}
#logo p {text-align:center}
#logo p a {display:inline-block}
#zen-panel {overflow:hidden;padding:0;}
#zen-panel .zen-module-body {width:90%;margin-left:5%;padding-bottom: 40px}
.grid-row {padding: 0 40px;}
#top-area {min-height:460px}
.zentools ul li {border-bottom:0 none;}
.zen-module-title {box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);margin-bottom:20px !important;padding-bottom:5px}
.zen-module-title span {padding:10px 0 7px;}
.center-heading .zen-module-title {padding-bottom:0;}
.center-heading .zen-module-title span {padding:10px 15px 5px;line-height:1.96em;color:#2a2c36}
.zen-module-title h3 {line-height:1.3em}
#grid4wrap {background:#F8C885}
#grid5wrap {background:#f4ad70}
#grid6wrap {background:#618683}
#grid4wrap .zt-title, #grid4wrap .zt-text-intro {color:#2A2C36}
.secondary2-row li a {color: #856464;}
.zt-list.zt-lines li.zt-item {margin: 0 0 10px !important;padding: 0 0 10px !important;}
.secondary3-row li a:link,.secondary3-row li a:visited,.secondary2-row li a:link,.secondary2-row li a:visited {color: #920909;}
.secondary3-row li a:hover,.secondary2-row li a:hover {color:#140000}
.secondary3-row h1, .secondary3-row h2, .secondary3-row h3, .secondary3-row h4, .secondary3-row h5, .secondary3-row h6, .secondary3-row p, .secondary3-row li, .secondary3-row span {color:#2A2C36}
.zt-following-wrap {padding:25px 0 0 !important}
.zt-leading .zt-following-wrap .zt-item {padding:7px 0}
#newsbutton .btn:link, #newsbutton .btn:visited, .zt-leading .btn:link, .zt-leading .btn:visited {background: #afac8d;color: #fff !important;}
.zt-leading .btn span {color:#fff !important}
#newsbutton .btn:hover, .zt-leading .btn:hover {background: #8e9486 none repeat scroll 0 0;}
#bottomwrap {background:#B55332 url('/images/wolf-bg.png') repeat-x center bottom;padding:0 40px 50px 40px;}
input, select {border:1px solid #9C9DBE !important;border-radius: 0 !important;box-shadow: none !important;color: black;font-size: 16px;height: 42px;line-height: 42px;margin: 10px 10px 10px 0;padding: 0 10px;vertical-align: middle;width:75%}
input[type="submit"],input.button {background: #afac8d;border: 0 none !important;border-radius: 4px !important;color: #fff;height: 42px;line-height: 42px;margin-bottom: 10px;padding: 0 20px !important;text-shadow: none;transition: all 0.2s ease-in 0s;width:auto}
input[type="submit"]:hover,input.button:hover {background: #757b6c;}
.cart-continue-shopping-button input[type="button"] {background:#757b6c;border: 0 none !important;border-radius: 4px !important;color: #fff;height: 42px;line-height: 42px;margin-bottom: 10px;padding: 0 20px !important;text-shadow: none;transition: all 0.2s ease-in 0s;width:auto}
.cart-continue-shopping-button input[type="button"]:hover {background: #afac8d;}
.j2store-product.simple {text-align:center;margin-bottom:25px}
#donate_symbol_currency {display:none}
#grid6wrap p, #paypal_logo {margin:0 0 10px}
#grid5wrap .zen-spotlight, #grid6wrap .zen-spotlight, #bottomwrap .zen-spotlight {padding:40px 0 0}
a[href="http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-donations-module.html"]:link,a[href="http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-donations-module.html"]:visited {color:#c4c2ab}
a[href="http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-donations-module.html"]:hover {color:#a7a270}
/*.social-wrap::before {content:"SHARE";position:absolute;left:10px;top:-13px;font-family:"Open Sans";font-size:9px;color:#081341}*/
.social-wrap {display:none !important}
#footerwrap {background:#F8C885;font-size:10px;color:#4d4f5a;line-height:1.68em;margin-bottom: 0;padding-bottom: 0;padding-top: 20px;}
#footerwrap .moduletable {margin-bottom:0}
#mid-col-inner {padding:10px 30px 60px}
main article header {box-shadow:0 4px 0 rgba(0, 0, 0, 0.05);text-align:center;margin-bottom: 25px;}
main article a {color:#B55332}
#jform_captcha {text-align:center;display:inline-block}
#jform_captcha div div {display:inline-block}
#contact-form fieldset:last-child div {text-align:center}
.responsive-enabled #grid4wrap .moduletable {margin-bottom:0}
.responsive-enabled #grid4wrap .moduletable a:link, .responsive-enabled #grid4wrap .moduletable a:visited {color:#ea2c2c}
.responsive-enabled #grid4wrap .moduletable a.btn:link, .responsive-enabled #grid4wrap .moduletable a.btn:visited {color:#fff}
.contact [itemprop="jobTitle"] {font-size: 20px;}
.contact h3.margins {display: none}
h1 {font-size:26px}
.cols-1 .article-title, .cols-2 .article-title {color: #333;line-height: 1.4em;margin-bottom: 0;margin-left: 0;margin-top: 0;padding-bottom: 20px;padding-left: 0;text-align:center;font-size:24px}
.page-subheader {box-shadow:0 4px 0 rgba(0, 0, 0, 0.05);margin-bottom: 20px;}
.zt-boxed .zt-item-container {padding: 0 0 30px 0 !important}
.zt-grid ul {margin:0 !important}
#mid-col-inner, #belowcontent {background: #fff none repeat scroll 0 0;box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.05);float: left;margin-bottom: 60px;padding: 10px 30px 60px;width: 100%;}
#mid-col-inner {margin-bottom: 20px;padding: 10px 30px 20px;}
#belowcontent .zentools .zt-block {margin:0}
#menu ul ul {width:auto}
#menu ul ul > li a {white-space: nowrap}
.responsive-enabled #grid5wrap .moduletable, .responsive-enabled #grid6wrap .moduletable, .responsive-enabled #bottomwrap .moduletable {margin-bottom: 30px;}
#toTop {width:40px;height:40px;line-height:40px;}
#newsbutton {padding-top:0 !important;padding-bottom:40px;}
#grid18 .zt-readmore {padding-top:40px;}
#mainWrap {overflow-x: hidden}
.btn,button,input.button,#toolbar a {box-shadow:none !important}
.contact .contact-address {
    padding-bottom: 0;
}
.contact legend {
    margin: 0 0 20px !important;
}
#abovecontent {background: #e1e3e7;margin-bottom: 25px;padding-bottom:2px;padding-left:10px;display:inline-block;width:100%}
#abovecontent .moduletable {margin-bottom:0;}
.breadcrumb {margin-bottom: 0;}
.blog-featured, .blog, .item-page {
    margin-top: 0;
}
h2.page-subtitle {text-align:center}
.item-row {
    float: left;
    margin-bottom: 20px;
}
div.items-more {box-shadow:none}
.view-carts h2, .contact h2 {text-align:center;font-size:26px;padding-bottom:5px}
main header, .contact .page-header {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    text-align: center;
}
.itemid-155 input[name="submit"] {border:0 none !important}
.mean-container .mean-nav ul li a:hover, .mean-container .off-canvas-body ul li a:hover, .mean-container .mean-nav ul li span.zen-menu-heading:hover, .mean-container .off-canvas-body ul li span.zen-menu-heading:hover, .mean-container .mean-nav ul li .separator:hover, .mean-container .off-canvas-body ul li .separator:hover {
    color: #f8c885;
}
.nav-tabs li {
    display: block;
    float: left;
    margin-bottom: 4px;
    width: 100%;
}
.nav-tabs li a {
    float: left !important;
    width: 100% !important;
    text-align: center !important;
}
#menu ul > li.active > a, #menu ul > li:hover > a, #menu ul > li.active > .zen-menu-heading, #menu ul > li:hover > .zen-menu-heading {
    background: #f7bc3a;
    color: #fff;
}
#menu ul > li a:hover, #menu ul > li .zen-menu-heading:hover, #menu ul > li.active:hover {
    background: #f7bc3a !important;
}
@media (max-width:600px) {
	#image-wrapper {background:transparent !important;}
	#image-wrapper {height:350px !important}
	.banner-overlay {background:#618683 !important;height:350px !important}
	#top-area {height:350px !important;min-height:350px !important;}
	.social-wrap.fixed {display:none !important}
	}
	
@media (max-width:930px) {
	.zen-container {max-width:100% !important;width: 100% !important;}
	#midCol {width:100% !important}
	.zen-row {margin:0 !important}
	}
	
@media (max-width:899px) {
	.hide900 {display:none !important}
}

/* Minimal BS */

@CHARSET "UTF-8";

/* The following directives add a minimal bootstrap support */

.row {
	/*margin-left: -20px;*/
	*zoom: 1;
}
.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}
[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}
.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
[class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.127659574%;
}
.span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
	margin-left:12.5%;
	float:left;
}
.span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.span6 {
	width: 48.936170208%;
	*width: 48.882978718638%;
}
.span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.span4 {
	width: 31.914893614%;
	*width: 31.861702124638%;
}
.span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.row-fluid .offset12 {
	margin-left: 104.255319138%;
	*margin-left: 104.14893615928%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.127659564%;
	*margin-left: 102.02127658528%;
}
.row-fluid .offset11 {
	margin-left: 95.744680841%;
	*margin-left: 95.638297862277%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.617021267%;
	*margin-left: 93.510638288277%;
}
.row-fluid .offset10 {
	margin-left: 87.234042544%;
	*margin-left: 87.127659565277%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.10638297%;
	*margin-left: 84.999999991277%;
}
.row-fluid .offset9 {
	margin-left: 78.723404247%;
	*margin-left: 78.617021268277%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.595744673%;
	*margin-left: 76.489361694277%;
}
.row-fluid .offset8 {
	margin-left: 70.21276595%;
	*margin-left: 70.106382971277%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.085106376%;
	*margin-left: 67.978723397277%;
}
.row-fluid .offset7 {
	margin-left: 61.702127653%;
	*margin-left: 61.595744674277%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.574468079%;
	*margin-left: 59.468085100277%;
}
.row-fluid .offset6 {
	margin-left: 53.191489356%;
	*margin-left: 53.085106377277%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.063829782%;
	*margin-left: 50.957446803277%;
}
.row-fluid .offset5 {
	margin-left: 44.680851059%;
	*margin-left: 44.574468080277%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.553191485%;
	*margin-left: 42.446808506277%;
}
.row-fluid .offset4 {
	margin-left: 36.170212762%;
	*margin-left: 36.063829783277%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.042553188%;
	*margin-left: 33.936170209277%;
}
.row-fluid .offset3 {
	margin-left: 27.659574465%;
	*margin-left: 27.553191486277%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.531914891%;
	*margin-left: 25.425531912277%;
}
.row-fluid .offset2 {
	margin-left: 19.148936168%;
	*margin-left: 19.042553189277%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.021276594%;
	*margin-left: 16.914893615277%;
}
.row-fluid .offset1 {
	margin-left: 10.638297871%;
	*margin-left: 10.531914892277%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.510638297%;
	*margin-left: 8.4042553182766%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}


label,
input,
button,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
input,
button,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
	display: block;
	margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 18px;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
input,
textarea,
.uneditable-input {
	width: 90%;
}
textarea {
	height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="radio"] {margin: 2px 2px 0;}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select {
	width: 90%;
	border: 1px solid #ccc;
	-moz-appearance: none;
    background: white url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+") no-repeat scroll 100% 50%;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
	color: #999;
	background-color: #fcfcfc;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	cursor: not-allowed;
}
.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
}
.uneditable-textarea {
	width: auto;
	height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}
.radio,
.checkbox {
	min-height: 18px;
	padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 210px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}
input,
textarea,
.uneditable-input {
	margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
	margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
	width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
	width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
	width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
	width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
	width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
	width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
	width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
	width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
	width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
	width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
	width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
	width: 46px;
}


.j2store .table {
	width: 100%;
	margin-bottom: 18px;
}
.j2store .table th,
.j2store .table td {
	padding: 8px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}
.j2store .table th {
	font-weight: bold;
}
.j2store .table thead th {
	vertical-align: bottom;
}
.j2store .table caption + thead tr:first-child th,
.j2store .table caption + thead tr:first-child td,
.j2store .table colgroup + thead tr:first-child th,
.j2store .table colgroup + thead tr:first-child td,
.j2store .table thead:first-child tr:first-child th,
.j2store .table thead:first-child tr:first-child td {
	border-top: 0;
}
.j2store .table tbody + tbody {
	border-top: 2px solid #ddd;
}
.j2store .table .j2store .table {
	background-color: #fff;
}
.j2store .table-condensed th,
.j2store .table-condensed td {
	padding: 4px 5px;
}
.j2store .table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.j2store .table-bordered th,
.j2store .table-bordered td {
	border-left: 1px solid #ddd;
}
.j2store .table-bordered caption + thead tr:first-child th,
.j2store .table-bordered caption + tbody tr:first-child th,
.j2store .table-bordered caption + tbody tr:first-child td,
.j2store .table-bordered colgroup + thead tr:first-child th,
.j2store .table-bordered colgroup + tbody tr:first-child th,
.j2store .table-bordered colgroup + tbody tr:first-child td,
.j2store .table-bordered thead:first-child tr:first-child th,
.j2store .table-bordered tbody:first-child tr:first-child th,
.j2store .table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.j2store .table-bordered thead:first-child tr:first-child > th:first-child,
.j2store .table-bordered tbody:first-child tr:first-child > td:first-child,
.j2store .table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.j2store .table-bordered thead:first-child tr:first-child > th:last-child,
.j2store .table-bordered tbody:first-child tr:first-child > td:last-child,
.j2store .table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.j2store .table-bordered thead:last-child tr:last-child > th:first-child,
.j2store .table-bordered tbody:last-child tr:last-child > td:first-child,
.j2store .table-bordered tbody:last-child tr:last-child > th:first-child,
.j2store .table-bordered tfoot:last-child tr:last-child > td:first-child,
.j2store .table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.j2store .table-bordered thead:last-child tr:last-child > th:last-child,
.j2store .table-bordered tbody:last-child tr:last-child > td:last-child,
.j2store .table-bordered tbody:last-child tr:last-child > th:last-child,
.j2store .table-bordered tfoot:last-child tr:last-child > td:last-child,
.j2store .table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.j2store .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.j2store .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.j2store .table-bordered caption + thead tr:first-child th:first-child,
.j2store .table-bordered caption + tbody tr:first-child td:first-child,
.j2store .table-bordered colgroup + thead tr:first-child th:first-child,
.j2store .table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.j2store .table-bordered caption + thead tr:first-child th:last-child,
.j2store .table-bordered caption + tbody tr:first-child td:last-child,
.j2store .table-bordered colgroup + thead tr:first-child th:last-child,
.j2store .table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.j2store .table-striped tbody > tr:nth-child(odd) > td,
.j2store .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.j2store .table-hover tbody tr:hover > td,
.j2store .table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}
.j2store .table td.span1,
.j2store .table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0;
}
.j2store .table td.span2,
.j2store .table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0;
}
.j2store .table td.span3,
.j2store .table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0;
}
.j2store .table td.span4,
.j2store .table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0;
}
.j2store .table td.span5,
.j2store .table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0;
}
.j2store .table td.span6,
.j2store .table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0;
}
.j2store .table td.span7,
.j2store .table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0;
}
.j2store .table td.span8,
.j2store .table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0;
}
.j2store .table td.span9,
.j2store .table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0;
}
.j2store .table td.span10,
.j2store .table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0;
}
.j2store .table td.span11,
.j2store .table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0;
}
.j2store .table td.span12,
.j2store .table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0;
}
.j2store .table tbody tr.success > td {
	background-color: #dff0d8;
}
.j2store .table tbody tr.error > td {
	background-color: #f2dede;
}
.j2store .table tbody tr.warning > td {
	background-color: #fcf8e3;
}
.j2store .table tbody tr.info > td {
	background-color: #d9edf7;
}
.j2store .table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6;
}
.j2store .table-hover tbody tr.error:hover > td {
	background-color: #ebcccc;
}
.j2store .table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc;
}
.j2store .table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3;
}

.frontpagespecial p {color:black}

#grid23 iframe {border-radius:10px}

#jform_captcha-lbl {display:none}

.s2s_credits_wrapper {display:none !important}

.s2s_contenedor.s2s-btn-group::before {
    content: "SHARE:";
    font-size: 9px;
    padding-bottom: 8px;
    padding-right: 5px;
}