/* ==================== JSN FORCE CUSTOM CSS ==================== */
#jsn-promo-full div[id*="jsn-themeclassic-jsgallery-"] {
	display: inherit;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	max-width: 100% !important;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/icons/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/icons/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/icons/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/icons/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/icons/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* ========== CUSTOMIZED BX SLIDER ========== */
.demo-bx-slider,
.demo-bx-slider li {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
.item .product-img {
	overflow: hidden;
	position: relative;
	border: 1px solid #e5e5e5;
}
.item .product-img a,
.item .product-img a img {
	display: block;
}
.item .product-img a img {
	max-width: 100%;
}
.item .product-info .product-name {
	color: #222;
	font-size: 18px;
	line-height: 1.2;
	float: left;
	font-weight: 400;
}
.item .product-info .product-price {
	float: right;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
.item .product-info .product-price .price {
	color: #363636;
	font-size: 30px;
	font-weight: 400;
}
.item .product-info .product-price .old-price {
	font-size: 22px;
	margin-right: 3px;
	color: #999;
	text-decoration: line-through; 
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: -45px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 14px;
	height: 14px;
	margin: 0 3px;
}
.jsn-color-blue .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-blue .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #00BBEA;
}
.jsn-color-red .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-red .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #ef0009;
}
.jsn-color-green .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-green .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #57b952;
}
.jsn-color-violet .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-violet .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #92278f;
}
.jsn-color-orange .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-orange .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #ff952e;
}
.jsn-color-cyan .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-cyan .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #1abcb6;
}


/* ========== PROMO PRODUCTS ========== */
#promo-products {
	padding-top: 0px;
}
#promo-products .item .product-info .product-name,
#promo-products .item .product-info .product-price .price {
	color: #fff;
}
.item .product-img:before {
	content: '';
	position: absolute;
	display: block;
	left: -50px;
	top: -50px;
	width: 80px;
	height: 92px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	z-index: 1;
}
.item.sale .product-img:before {
	background-color: #ff8300;
}
.item.hot .product-img:before {
	background-color: #f00;
}
.item.new .product-img:before {
	background-color: #63c76a;
}
.item .product-img:after {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 39px;
	height: 39px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	z-index: 2;
}
.item.sale .product-img:after {
	content: 'Sale';
}
.item.hot .product-img:after {
	content: 'Hot';
}
.item.new .product-img:after {
	content: 'New';
}

/* ========== FEATURED PRODUCTS ========== */

.main-heading {
	background: url(../images/backgrounds/bg-module-title.png);
}
.main-heading .heading {
	float: left;
	margin: 0;
	padding: 6px 12px;
	font-size: 2em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}
.jsn-color-blue .main-heading .heading {
	background-color: #00BBEA;
}
.jsn-color-red .main-heading .heading {
	background-color: #ef0009;
}
.jsn-color-green .main-heading .heading {
	background-color: #57b952;
}
.jsn-color-violet .main-heading .heading {
	background-color: #92278f;
}
.jsn-color-orange .main-heading .heading {
	background-color: #ff952e;
}
.jsn-color-cyan .main-heading .heading {
	background-color: #1abcb6;
}
.main-heading .link {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	float: right;
	color: #333;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1.6;
	padding: 5px 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.main-heading .link:hover {
	color: #999;
}

#demo-featured-products {
	padding: 60px 0 0;
}

#demo-featured-products div.grid-layout div.grid-col div.grid-col_inner {
	margin-right: 30px;
}
#demo-featured-products div.grid-layout {
	margin: 35px 0;
	margin-right: -30px;
}

/* ========== NEW PRODUCTS ========== */
#demo-new-products {
	padding: 60px 0 0;
}
#demo-new-products #demo-new-products-slider {
	margin: 0;
}
#demo-new-products .bx-wrapper {
	padding: 35px 0;
}
div.jsn-modulecontainer.new-products {
	margin-top: 0px;
}

/* ========== SALE BANNER ========== */
.sale-banner a.banner-link,
.sale-banner a.banner-link img {
	display: block;
}
.sale-banner a.banner-link img {
	max-width: 100%;
}
.sale-banner#sale-70 {
	position: relative;
	margin-top: 45px;
}
.sale-banner#sale-70 .text {
	position: absolute;
	left: 20px;
	top: 0;
	display: block;
}
.sale-banner#sale-70 span {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	color: #57b952;
	text-transform: uppercase;
	font-size: 6em;
	line-height: 100px;
	font-weight: bold;
}
.sale-banner#sale-70 span.small {
	font-size: 2em;
	font-weight: normal;
	margin-left: 5px;
}

/* ========== FEATURED ARTICLES ========== */
.demo-thumb {
	max-width: 100%;
	width: 100%;
}
.jsn-demo-page {
	margin-top: 20px;
}
.jsn-demo-page .front-page-blog {
	padding: 20px 0 35px;
}
.jsn-demo-page .jsn-articlecols .jsn-article {
	padding: 0;
}
.jsn-demo-page .contentheading {
	margin-bottom: 15px;
	font-weight: 400;
}
.jsn-demo-page .componentheading {
	background: url(../images/backgrounds/bg-module-title.png);
	margin: 0;
	padding: 0;
	font-size: 2em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}
.jsn-demo-page .componentheading span {
	padding: 6px 12px;
	display: inline-block;
}
.jsn-color-blue.jsn-demo-page .componentheading span {
	background-color: #00BBEA;
}
.jsn-color-red.jsn-demo-page .componentheading span {
	background-color: #ef0009;
}
.jsn-color-green.jsn-demo-page .componentheading span {
	background-color: #57b952;
}
.jsn-color-violet.jsn-demo-page .componentheading span {
	background-color: #92278f;
}
.jsn-color-orange.jsn-demo-page .componentheading span {
	background-color: #ff952e;
}
.jsn-color-cyan.jsn-demo-page .componentheading span {
	background-color: #1abcb6;
}
/*-----------------READMORE STYLE------------------------*/
p.readmore a.btn {
	background: #57b952;
	box-shadow: none;
	border: none;
	color: #fff;
	text-shadow: none;
	font-size: 15px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	cursor: pointer;
	margin: 0;
	padding: 15px;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 300 !important;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
p.readmore a.btn {
	background-color: #57b952;
}
.jsn-color-blue p.readmore a.btn {
	background: #00BBEA;
}
.jsn-color-blue p.readmore a.btn:hover {
	background: #104365;
}
.jsn-color-cyan p.readmore a.btn {
	background: #1abcb6;
}
.jsn-color-cyan p.readmore a.btn:hover {
	background: #03a383;
}
.jsn-color-orange p.readmore a.btn {
	background: #ff952e;
}
.jsn-color-orange p.readmore a.btn:hover {
	background: #e18226;
}
.jsn-color-red p.readmore a.btn {
	background: #ef0009;
}
.jsn-color-red p.readmore a.btn:hover {
	background: #e12d4f;
}
.jsn-color-violet p.readmore a.btn {
	background: #92278f;
}
.jsn-color-violet p.readmore a.btn:hover {
	background: #8f0098;
}
p.readmore a.btn span{
	display: none;
}
/* ========== HOMEPAGE SLIDESHOW ========== */
.demo-homepage-slider .galleria-info {
	background: rgba(0,0,0,0.5);
}
.demo-homepage-slider .galleria-info-text {
	width: 1170px;
	margin: 0 auto;
	background: none !important;
}
.jsn-color-blue .demo-homepage-slider .galleria-info-title {
	color: #00BBEA;
}
.jsn-color-red .demo-homepage-slider .galleria-info-title {
	color: #ef0009;
}
.jsn-color-green .demo-homepage-slider .galleria-info-title {
	color: #57b952;
}
.jsn-color-violet .demo-homepage-slider .galleria-info-title {
	color: #92278f;
}
.jsn-color-orange .demo-homepage-slider .galleria-info-title {
	color: #ff952e;
}
.jsn-color-cyan .demo-homepage-slider .galleria-info-title {
	color: #1abcb6;
}
.demo-homepage-slider .galleria-container {
	border: none !important;
}

/* ========== PORODUCT TAGS ========== */
.demo-product-tags ul {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}
.demo-product-tags ul li {
	float: left;
	padding: 0;
	margin: 0;
}
.demo-product-tags ul li a {
	display: block;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.05);
	color: #D9D9D9;
	padding: 4px 8px;
	margin: 0 3px 3px 0;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.jsn-color-blue .demo-product-tags ul li:hover a {
	background-color: #00BBEA;
}
.jsn-color-red .demo-product-tags ul li:hover a {
	background-color: #ef0009;
}
.jsn-color-green .demo-product-tags ul li:hover a {
	background-color: #57b952;
}
.jsn-color-violet .demo-product-tags ul li:hover a {
	background-color: #92278f;
}
.jsn-color-orange .demo-product-tags ul li:hover a {
	background-color: #ff952e;
}
.jsn-color-cyan .demo-product-tags ul li:hover a {
	background-color: #1abcb6;
}

/* =============== DEMO CONTACT INFO =============== */
.demo-contact-info .jsn-modulecontent {
	padding: 12px 0;
}
.demo-contact-info .jsn-uniform .jsn-row-container {
	margin: 0;
}
.demo-contact-info .jsn-uniform .jsn-row-container .jsn-form-content {
	display: inline-block;
}
.demo-contact-info .jsn-uniform .jsn-row-container .form-actions {
	margin: 1px 0;
	padding: 0;
	display: inline-block;
}
.demo-contact-info .jsn-uniform .jsn-row-container .form-actions + .jsn-text-center {
	display: none;
}
.demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar {
	margin: 0;
}
.demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit {
	background: #57b952;
	box-shadow: none;
	border: none;
	color: #fff;
	text-shadow: none;
	font-size: 15px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	cursor: pointer;
	margin: 0;
	padding: 15px;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 300 !important;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit:hover {
	background-color: #57b952;
}
.jsn-color-blue .demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit {
	background: #00BBEA;
}
.jsn-color-blue .demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit:hover {
	background: #104365;
}
.jsn-color-cyan .demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit {
	background: #1abcb6;
}
.jsn-color-cyan .demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit:hover {
	background: #03a383;
}
.jsn-color-orange .demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit {
	background: #ff952e;
}
.jsn-color-orange .demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit:hover {
	background: #e18226;
}
.jsn-color-red .demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit {
	background: #ef0009;
}
.jsn-color-red .demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit:hover {
	background: #e12d4f;
}
.jsn-color-violet .demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit {
	background: #92278f;
}
.jsn-color-violet .demo-contact-info .jsn-uniform .jsn-row-container .form-actions .btn-toolbar .jsn-form-submit:hover {
	background: #8f0098;
}
.demo-contact-info .jsn-uniform .jsn-row-container .control-group {
	padding: 0 !important;
}
.demo-contact-info .jsn-uniform .jsn-row-container .control-group.ui-state-highlight {
	border-color: transparent !important;
	background: none !important;
}
.demo-contact-info .jsn-uniform .jsn-row-container label {
	display: none !important;
}

.demo-contact-info .jsn-uniform .jsn-row-container input.email {
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 15px 10px;
	width: 85% !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.demo-contact-info .jsn-uniform .jsn-row-container input.email:focus {
	box-shadow: none;
}
.demo-contact-info .jsn-uniform .demo-contact-desc {
	margin: 5px 0 0;
	padding: 15px 0 0;
}

/* ========== DEMO LOGO SLIDER ========== */
#jsn-pos-content-bottom-mid {
	padding: 25px 0;
}
#demo-logo-slider li a,
#demo-logo-slider li a img {
	display: block;
}
#demo-logo-slider li a {
	opacity: 0.45;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#demo-logo-slider li:hover a {
	opacity: 1;
}
#demo-logo-slider li a img {
	max-width: 100%;
}
#demo-logo .bx-wrapper .bx-next {
	right: -30px;
}
#demo-logo .bx-wrapper .bx-prev {
	left: -30px;
}
.jsn-desktop-on-mobile #sale-70.sale-banner span {
	line-height: 85px;
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
	.jsn-mobile .item .product-info .product-name {
		font-size: 1.3em;
		line-height: 40px;	
	}
	.jsn-mobile .item .product-info .product-price .old-price {
		font-size: 1.4em;
		margin-right: 3px;
	}
	.jsn-mobile .item .product-info .product-price .price {
		font-size: 2em;
	}
}
@media only screen and (max-width: 640px), (max-device-width: 640px) {
	.jsn-mobile .item .product-info .product-name {
		font-size: 1.1em;
		line-height: 28px;	
	}
	.jsn-mobile .item .product-info .product-price .old-price {
		font-size: 1.1em;
	}
	.jsn-mobile .item .product-info .product-price .price {
		font-size: 1.4em;
	}
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	.jsn-mobile div[id*="jsn-themeclassic-jsgallery-"] .galleria-info .galleria-info-text .galleria-info-title {
		font-size: 1.6em !important;
		line-height: 26px !important;
	}
	.jsn-mobile div[id*="jsn-themeclassic-jsgallery-"] .galleria-info .galleria-info-text .galleria-info-description {
		font-size: 14px !important;
	}
	.jsn-mobile .item .product-info .product-name {
		font-size: 1.3em;
		line-height: 28px;
		margin-left: 10px;	
	}
	.jsn-mobile .item .product-info .product-price {
		margin-right: 10px;
	}
	.jsn-mobile .item .product-info .product-price .old-price {
		font-size: 1.2em;
	}
	.jsn-mobile .item .product-info .product-price .price {
		font-size: 1.6em;
		margin-top: 3px;
	}
	.jsn-mobile .demo-bx-slider li {
		width: auto !important;
	}
	.jsn-mobile .demo-bx-slider li .item {
		width: 320px;
		margin: 0 auto;
	}
	.jsn-mobile .main-heading .heading {
		font-size: 1.5em;
	}
	.jsn-mobile #demo-logo-slider li a,
	.jsn-mobile #demo-logo-slider li a img {
		display: inline-block;
	}
	.jsn-mobile #demo-logo-slider li a {
		width: 320px;
		text-align: center;
		margin: 0 auto;
	}
	.jsn-mobile #demo-featured-products div.grid-layout {
		margin: 0;
		margin-right: -30px;
	}
}
