/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
.jsn-demo-page #jsn-usermodules1,
.jsn-demo-page #jsn-usermodules2 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	background: none;
}
.jsn-demo-page #jsn-usermodules3 {
	margin-top: 30px;
}

/* ----- JSN IMAGESHOW CUSTOM OVERRIDE ----- */
.jsn-demo-page #jsn-pos-user-top {
	padding: 0;
}
.jsn-demo-page .jsn-demo-slideshow div.jsn-modulecontainer_inner {
	margin: 0 0 10px;
}
div.jsn-gallery .container_skitter .image a img {

}
[id^="jsn-themeslider-skitter-"] {
	background-color: #FFF;
	padding: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
div.box_skitter .image {
	overflow: hidden;
}
div.jsn-gallery .jsn-themegrid-container {
	background-color: transparent !important;
}
div.jsn-gallery .jsn-themegrid-container .jsn-themegrid-image img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
/* ----- MODULE ----- */
/* STICKY MODULE */
div[id*=jsn-pos-stick-] a.modal img {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* VIRTUEMART */
#vm-cat-custom-show .cat-wrapper,
#vm-cat-custom-show .cat-wrapper h1.cat-name,
#vm-cat-custom-show .cat-wrapper h1.cat-name a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#vm-cat-custom-show .cat-wrapper {
	height: 240px;
	float: left;
	margin: 20px 42px;
	position: relative;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	border: 7px solid #D4DEE1;
}
#vm-cat-custom-show .cat-wrapper img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#vm-cat-custom-show .cat-wrapper:hover,
#vm-cat-custom-show .cat-wrapper:active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#vm-cat-custom-show .cat-wrapper h1.cat-name {
	position: absolute;
	top: 100px;
	margin: 0;
	text-align: center;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
}
#vm-cat-custom-show .cat-wrapper h1.cat-name a {
	display: block;
	padding: 10px 0;
}
#vm-cat-custom-show .cat-wrapper:hover h1.cat-name {
	top: 70px;
	background-color: rgba(255,255,255,0.9);
}
#vm-cat-custom-show .cat-wrapper:hover h1.cat-name a {
	padding: 40px 0;
	text-decoration: none;
}
/* SHOP INFORMATION */
img.shop-logo {
	float: left;
	padding: 10px;
	border-right: 1px solid rgba(0,0,0,0.2);
	box-shadow: 1px 0 0 #FFF;
}
p.shop-about {
	padding-left: 165px;
}
/* TOPBAR LEFT SOCIAL MODULE */
div.social-wrapper {
	float: left;
	width: auto;
	min-width: 130px;
	margin: 15px 10px 0 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
div.social-wrapper:first-child {
	min-width: 140px;
}
div.social-wrapper img {
	float: left;
}
div.social-wrapper a {
	line-height: 16px;
	text-decoration: none;
	display: block;
	margin-right: 10px;
	padding-left: 40px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
div.social-wrapper:hover a {
	padding-left: 50px;
}
div.social-wrapper span {
	display: block;
}
div.social-wrapper span:first-child {
	font-weight: bold;
}
div.social-wrapper span:last-child {
	font-style: italic;
	color: #BBB;
}
/* CONTENT-TOP INTRO CUSTOM MODULE */
div.intro1,
div.intro2,
div.intro3 {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	text-align: center;
}
div.intro-wrapper .number {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 5em;
	overflow: hidden;
	font-weight: bold;
	color: #FFF;
	background-color: #35b2ec;
	cursor: default;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
div.intro-wrapper:hover .number {
	font-size: 6em;
}
div.intro-wrapper h3 {
	width: 100%;
}
div.intro1 .number {
	background-color: #a3cbdd;
}
div.intro1:hover .number {
	background-color: #35b2ec;
}
div.intro1 h3 {
	color: #35b2ec;
}
div.intro2 .number {
	background-color: #e1b6a9;
}
div.intro2:hover .number {
	background-color: #e86239;
}
div.intro2 h3 {
	color: #e86239;
}
div.intro3 .number {
	background-color: #d0d9ad;
}
div.intro3:hover .number {
	background-color: #b6dc1c;
}
div.intro3 h3 {
	color: #9bb924;
}
div.intro-wrapper .text {
	color: #999;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
div.intro-wrapper:hover .text {
	color: #000;
}
/* OTHERS */
img.thumb-img {
	background-color: #FFF;
	padding: 0 !important;
	border: 2px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 15px;
}

/* =============== DEMO TOP INFO =============== */
#jsn-pos-top,
#jsn-pos-top div.jsn-modulecontainer {
	float: none;
}
#demo-top-info {
	padding: 20px 0;
}
#demo-top-info .top-info-item .icon {
	float: left;
	margin-right: 10px;
}
#demo-top-info .top-info-item .content {
	padding-left: 65px;
}
#demo-top-info .top-info-item .content .heading {
	text-transform: uppercase;
	color: #fff;
}

/* =============== DEMO CONTENT-TOP BANNERS =============== */
.jsn-demo-page #demo-top-banners .grid-layout div.grid-col_inner {
	margin-right: 25px;
}
.jsn-demo-page #demo-top-banners .grid-layout .grid-lastcol div.grid-col_inner {
	margin-right: 0;
}
.jsn-demo-page #demo-top-banners .grid-layout a,
.jsn-demo-page #demo-top-banners .grid-layout a img {
	display: block;
	max-width: 100%;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.jsn-demo-page #demo-top-banners .grid-layout a {
	max-height: 180px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.jsn-demo-page #demo-top-banners .grid-layout a:hover img {
	transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}

/* =============== DEMO FEATURED PPRODUCTS =============== */
.jsn-demo-page .main-heading {
	text-transform: uppercase;
	color: #666;
	font-size: 1.8em;
	padding: 15px 0;
	margin: 10px 0 0;
	overflow: hidden;
}
.jsn-demo-page .main-heading span {
	position: relative;
}
.jsn-demo-page .main-heading span:after {
	content: '';
	position: absolute;
	display: block;
	width: 1000px;
	height: 2px;
	background: #ccc;
	left: calc(100% + 10px);
	top: calc(50% - 2px);
	box-shadow: 0 1px 0 rgba(255,255,255,0.9);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.9);
}
div.jsn-modulecontainer.demo-products-slider div.jsn-modulecontainer_inner {
	margin: 0;
}
.jsn-demo-page .slider {
	margin: 0 0 0 2px;
}
.jsn-demo-page .slider li {
	position: relative;
	margin: 0 23px 0 0 !important;
}
.jsn-demo-page .slider li > a {
	margin: 5px 0;
	display: block;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.jsn-demo-page .slider li > a img {
	display: block;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.jsn-demo-page .slider li > a:hover img {
	transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
.jsn-demo-page .slider li .info {
	position: absolute;
	bottom: 20px;
	max-width: 100%;
	display: block;
	color: #fff;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.jsn-demo-page .slider li .info span {
	display: block;
	padding: 10px;
	width: 100%;
	text-align: center;
	text-shadow: none;
	background: rgba(24,141,152,0.85);
}
.jsn-demo-page .demo-featured-product .bx-controls .bx-prev {
	left: -8px;
}
.jsn-demo-page .demo-featured-product .bx-controls .bx-next {
	right: -8px;
}
.jsn-demo-page .demo-featured-product .bx-controls {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.jsn-demo-page .demo-featured-product .bx-wrapper:hover .bx-controls {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.horizontal-banner {
	margin: 30px 0;
}
.horizontal-banner a,
.horizontal-banner a img {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.horizontal-banner a {
	margin: 0 2px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.horizontal-banner a img {
	max-width: 100%;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ========== ADS SLIDER ========== */
.jsn-demo-page .slider.demo-ads-slider li {
	margin: 0 !important;
}
.jsn-demo-page .ads-slider .bx-pager {
	position: absolute;
	bottom: 10px;
}
.jsn-demo-page .ads-slider .bx-pager.bx-default-pager a {
	background: #fff;
}
.jsn-demo-page .ads-slider .slider {
	margin: 0;
}

/* ========== SALE-OFF PRODUCTS ========== */
.jsn-demo-page div.jsn-modulecontainer.saleoff-products .main-heading {
	margin-top: 0;
	padding-top: 0;
}
.jsn-demo-page .slider.demo-saleoff-products li {
	margin: 0 0 10px !important;
}
.jsn-demo-page .demo-saleoff-products .item > a {
	float: left;
	display: block;
	margin: 2px 0;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
}
.jsn-demo-page .demo-saleoff-products .item > a img {
	display: block;
}
.jsn-demo-page .demo-saleoff-products .item .info {
	padding-left: 140px;
	padding-top: 15px;
}
.jsn-demo-page .demo-saleoff-products .item .info h4 {
	font-size: 1.2em;
}
.jsn-demo-page .demo-saleoff-products .item .info .price {
	font-size: 1.3em;
	color: #d65e2e;
}

/* ========== DEMO COLLECTIONS INFO ========== */
div.jsn-modulecontainer.collections-info .jsn-modulecontainer_inner {
	margin: 0;
}
.demo-collections-info .collection-banner {
	overflow: hidden;
	display: block;
	max-width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.demo-collections-info .collection-banner img {
	display: block;
	max-width: 100%;
}

/* ========== DEMO WE COMMIT ========== */
.demo-wecommit-slider .item {
	padding: 40px 10px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
.demo-wecommit-slider li:nth-child(1) .item {
	background: #a4bf6a;
}
.demo-wecommit-slider li:nth-child(2) .item {
	background: #ee684d;
}
.demo-wecommit-slider li:nth-child(3) .item {
	background: #3bb6b7;
}
.demo-wecommit-slider li:nth-child(4) .item {
	background: #9073ca;
}
.demo-wecommit-slider li:nth-child(5) .item {
	background: #50af6b;
}
.demo-wecommit-slider .item .desc {
	display: inline-block;
	margin: 0 auto 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.demo-wecommit-slider .item .desc + span {
	display: block;
	color: rgba(255,255,255,0.8);
}

/* ========== OUR PARTNERS SLIDER ========== */
.jsn-demo-page .demo-our-partners .demo-partners-slider.slider li {
	margin: 0 15px 0 0 !important;
}
.jsn-demo-page .demo-our-partners .bx-wrapper .bx-prev {
	left: -25px;
}
.jsn-demo-page .demo-our-partners .bx-wrapper .bx-next {
	right: -25px;
}


/**
 * 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: 98%;
}

.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-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;
}
