/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== CUSTOM CSS ============================== */
html {
	height: 100%!important;
	margin-bottom: 1px!important;
	overflow:auto!important;
	}
/* =============== GENERAL LAYOUT =============== */
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	font-size: 1.2em;
}
.jsn-demo-page #jsn-mainbody {
	padding: 0;
}
/* =============== HOMEPAGE SLIDER =============== */
.homepage-slideshow .box_skitter .image {
	position: relative;
}
.homepage-slideshow .box_skitter .label_skitter {
	background: transparent;
	position: absolute;
	left: 100px;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 60%;
	max-height: 300px;
	opacity: 1;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.homepage-slideshow .box_skitter .label_skitter p.jsn-themeslider-caption-title {
	font-family: 'Abel', Verdana, Geneva, sans-serif;
	font-size: 3.6em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: rgba(0,0,0,0.8);
	display: inline-block;
	margin: 0;
	padding: 15px 30px;
}
.homepage-slideshow .box_skitter .label_skitter p.jsn-themeslider-caption-description {
	font-size: 1.3em;
	line-height: 1.7;
	color: rgba(255,255,255,0.8);
	background: rgba(0,0,0,0.75);
	display: inline-block;
	margin: 0;
	padding: 15px 30px;
}

.jsn-color-blue .homepage-slideshow .box_skitter .label_skitter p.jsn-themeslider-caption-title {
	background: rgba(16,92,123,0.75);
}
.homepage-slideshow .box_skitter [class*="_button"] {
	width: 56px;
	height: 56px;
	margin-top: -34px;
}
.homepage-slideshow .box_skitter .prev_button {
	left: -34px;
	background: rgba(0,0,0,0.7) url(../images/icons/icon-arrow-prev.png) center center no-repeat;
}
.homepage-slideshow .box_skitter .next_button {
	right: -34px;
	background: rgba(0,0,0,0.7) url(../images/icons/icon-arrow-next.png) center center no-repeat;
}

/* ========== TABULOUS CSS ========== */
#tabs_container {
	padding: 40px;
	overflow: hidden;
	position: relative;
	background: white;
}

#tabs_container div {
	margin-right: 40px;
}

.transition {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s;
}

.make_transist {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.tabulous_active {
	background: white;
	color: #655c89;
}

.tabulousclear {
	display: block;
	clear: both;
}

/* ========== DEMO ABOUT US ========== */
h3.main-heading {
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 2.5em;
	margin: 0 auto;
	padding: 40px 0;
	color: #111;
	letter-spacing: 2px;
	text-align: center;
}
h3.main-heading span {
	display: inline-block;
	position: relative;
}
h3.main-heading span:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	bottom: 0;
	left: 50%;
	margin-left: -25%;
	background-color: #111;
}
h3.main-heading + .main-heading-desc {
	text-align: center;
	text-transform: uppercase;
	color: #777;
	letter-spacing: 1px;
}
#aboutus-tabs {
	padding: 0 50px;
}
#aboutus-tabs ul.tab-title {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
#aboutus-tabs ul.tab-title li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
#aboutus-tabs ul.tab-title li a {
	color: #999;
	display: block;
	padding: 40px 30px;
	font-size: 1.2em;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
}
#aboutus-tabs ul.tab-title li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	width: 10px;
	height: 10px;
	background-color: #999;
	border: 10px solid #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	z-index: 50;
}
#aboutus-tabs ul.tab-title li a.tabulous_active {
	color: #009aca;
}
#aboutus-tabs ul.tab-title li a.tabulous_active:after {
	background-color: #009aca;
	margin-left: -20px;
	margin-top: -20px;
	width: 20px;
	height: 20px
}

#aboutus-tabs #tabs_container {
	padding: 40px 0;
}

/* ========== DEMO OUR SERVICES ========== */
div.jsn-modulecontainer.our-services {
	background: url(../../../media/joomlashine/jsn-epic/backgrounds/workingdesk.jpg) center center fixed no-repeat;
	background-size: cover;
	color: #fff;
}
div.jsn-modulecontainer.our-services h3.main-heading {
	color: #fff;
}
div.jsn-modulecontainer.our-services h3.main-heading span:after {
	background-color: #fff;
}
#demo-our-services .ourservice-grid {
	padding: 30px 80px 100px;
}
#demo-our-services .ourservice-item .grid-col_inner {
	margin: 0;
	padding: 0 20px;
	text-align: center;
}
#demo-our-services .ourservice-item .icon {
	display: inline-block;
}
#demo-our-services .ourservice-item .icon a,
#demo-our-services .ourservice-item .icon a img {
	display: block;
}
#demo-our-services .ourservice-item .icon a {
	padding: 50px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#demo-our-services .ourservice-item .icon a img {
	background: none;
	width: 50px;
	height: 50px;
	transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.jsn-color-blue #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
	background-color: #009aca;
}
.jsn-color-red #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
	background-color: #bf0000;
}
.jsn-color-green #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
	background-color: #429e00;
}
.jsn-color-violet #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
	background-color: #9e0084;
}
.jsn-color-orange #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
	background-color: #e66000;
}
.jsn-color-grey #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
	background-color: #ccc;
}
#demo-our-services .ourservice-item .grid-col_inner:hover .icon a img {
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
#demo-our-services .ourservice-item .content .heading {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 2px;
}
.jsn-color-blue #demo-our-services .ourservice-item .content .heading {
	color: #009aca;
}
.jsn-color-red #demo-our-services .ourservice-item .content .heading {
	color: #bf0000;
}
.jsn-color-green #demo-our-services .ourservice-item .content .heading {
	color: #429e00;
}
.jsn-color-violet #demo-our-services .ourservice-item .content .heading {
	color: #9e0084;
}
.jsn-color-orange #demo-our-services .ourservice-item .content .heading {
	color: #e66000;
}
.jsn-color-grey #demo-our-services .ourservice-item .content .heading {
	color: #ccc;
}

/* =============== DEMO RESPONSIVE INTRO =============== */
#demo-responsive-intro {
	padding: 80px 0;
}
#demo-responsive-intro .iphone-wrapper {
	width: 300px;
	height: 639px;
	float: right;
	margin: 0 50px;
	background: url(../../../media/joomlashine/jsn-epic/custom-html/responsive-intro/iphone.png) no-repeat;
}
#demo-responsive-intro .iphone-wrapper .bx-wrapper {
	margin-left: 24px !important;
	padding-top: 90px !important;
}
ul#demo-responsiveintro-slider li {
	margin: 0;
}
#demo-responsive-intro .item {
	width: 350px;
	max-width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
#demo-responsive-intro .item .heading {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.6em;
}
.jsn-color-blue #demo-responsive-intro .item .heading {
	color: #009aca;
}
.jsn-color-red #demo-responsive-intro .item .heading {
	color: #bf0000;
}
.jsn-color-green #demo-responsive-intro .item .heading {
	color: #429e00;
}
.jsn-color-violet #demo-responsive-intro .item .heading {
	color: #9e0084;
}
.jsn-color-orange #demo-responsive-intro .item .heading {
	color: #e66000;
}
.jsn-color-grey #demo-responsive-intro .item .heading {
	color: #999;
}
#demo-responsive-intro .item .desc {
	letter-spacing: 1px;
	color: #555;
}

/* =============== DEMO OUR WORK =============== */
.jsn-modulecontainer.our-work {
	background: url(../../../media/joomlashine/jsn-epic/backgrounds/our-products-bg.jpg) center center fixed;
	background-size: cover;
}
#demo-our-work {
	padding: 20px 0 80px;
}
#demo-our-work .grid-layout {
	width: 750px;
	max-width: 100%;
	margin: 0 auto 10px;
}
#demo-our-work .grid-layout .grid-lastcol .grid-col_inner {
	margin-right: 10px;
}
#demo-our-work .grid-layout .item a,
#demo-our-work .grid-layout .item a img {
	display: block;
}
#demo-our-work .grid-layout .item a {
	position: relative;
	overflow: hidden;
}
#demo-our-work .grid-layout .item a img {
	max-width: 100%;
	max-height: 240px;
}
#demo-our-work .grid-layout .item a .desc {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-size: 1.3em;
	letter-spacing: 2px;
	height: 50px;
	line-height: 50px;
	left: 0;
	bottom: 0;
	transform: translate(0,50px);
	-moz-transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 80;
	transition: all 0.65s cubic-bezier(.04,.72,.39,1.45);
	-moz-transition: all 0.65s cubic-bezier(.04,.72,.39,1.45);
	-webkit-transition: all 0.65s cubic-bezier(.04,.72,.39,1.45);
}
#demo-our-work .grid-layout .item a:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 50;
	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-our-work .grid-layout .item a:before {
	background-color: rgba(0,154,202,0.9);
}
.jsn-color-red #demo-our-work .grid-layout .item a:before {
	background-color: rgba(213,67,23,0.9);
}
.jsn-color-green #demo-our-work .grid-layout .item a:before {
	background-color: rgba(57,190,116,0.9);
}
.jsn-color-violet #demo-our-work .grid-layout .item a:before {
	background-color: rgba(185,100,208,0.9);
}
.jsn-color-orange #demo-our-work .grid-layout .item a:before {
	background-color: rgba(242,126,32,0.9);
}
.jsn-color-grey #demo-our-work .grid-layout .item a:before {
	background-color: rgba(10,10,10,0.9);
}
#demo-our-work .grid-layout .item a:after {
	background-repeat:no-repeat;
	background-image:url(../../../images/logo/Cejay_Logo_Symbol_Only.png);
	background-position:center;
	content: ' ';
	display: block;
	position: absolute;
	color: #fff;
	background-color: rgba(255,255,255,0.3);
	font-size: 1.2em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: scale(0.2,0.2);
	-moz-transform: scale(0.2,0.2);
	-webkittransform: scale(0.2,0.2);
	z-index: 70;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#demo-our-work .grid-layout .item:hover a .desc {
	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#demo-our-work .grid-layout .item:hover a:before {
	opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
#demo-our-work .grid-layout .item:hover a:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkittransform: scale(1,1);
}
/* =============== DEMO CUSTOM PROMO =============== */
div.jsn-modulecontainer.custom-promo-1 {
	margin-top: 0;
}
.demo-custom-promo-wrapper {
	padding: 60px 0;
	color: #fff;
}
.jsn-color-blue .demo-custom-promo-wrapper {
	background-color: rgba(0,154,202,1);
}
.jsn-color-red .demo-custom-promo-wrapper {
	background-color: rgba(213,67,23,1);
}
.jsn-color-green .demo-custom-promo-wrapper {
	background-color: rgba(57,190,116,1);
}
.jsn-color-violet .demo-custom-promo-wrapper {
	background-color: rgba(185,100,208,1);
}
.jsn-color-orange .demo-custom-promo-wrapper {
	background-color: rgba(242,126,32,1);
}
.jsn-color-grey .demo-custom-promo-wrapper {
	background-color: #393e40;
}
.demo-custom-promo-wrapper .desc {
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.demo-custom-promo-wrapper .mark {
	color: rgba(255,255,255,0.5);
}
/* =============== DEMO TESTIMONIALS =============== */
div.jsn-modulecontainer.testimobials-partners {
	margin-top: 0;
	color: #ddd;
	background: url(../../../media/joomlashine/jsn-epic/backgrounds/bridge.jpg) center top no-repeat;
}
#demo-testimonials-wrapper .testimonials {
	padding: 20px 0 60px;
}
#demo-testimonials-wrapper .main-heading {
	color: #fff;
}
#demo-testimonials-wrapper .main-heading span:after {
	background: #fff;
}
#demo-testimonials-wrapper .slide-item .person .avatar,
#demo-testimonials-wrapper .slide-item .person .avatar img {
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
#demo-testimonials-wrapper .slide-item .person .avatar {
	margin: 30px 0;
}
#demo-testimonials-wrapper .slide-item .person .avatar img {
	display: block;
}
#demo-testimonials-wrapper .slide-item .text {
	color: #ddd;
	letter-spacing: 1px;
}
#demo-testimonials-wrapper .slide-item .text .desc {
	color: #999;
	font-style: italic;
	font-weight: bold;
}
#demo-testimonials-wrapper .bx-wrapper {
	text-align: center;
}
#demo-testimonials-wrapper .bx-wrapper ul#testimonials-slider,
#demo-testimonials-wrapper .bx-wrapper ul#testimonials-slider li {
	margin: 0;
}
.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: rgba(0,154,202,1);
}
.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: rgba(213,67,23,1);
}
.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: rgba(57,190,116,1);
}
.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: rgba(185,100,208,1);
}
.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: rgba(242,126,32,1);
}
.jsn-color-grey .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-grey .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: rgba(255,255,255,1);
}

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

.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;
}
/* Cejay Custom CSS */
a {
	color: #2B5783; 
}
.cejay-product-cat a {
	color:#ffffff;
}
#fancybox-content a {
	color:#2B5783;
}
#fancybox-content H4 {
	color:#2B5783;
}
.dealer-menu a {
	color: #ffffff; 
}
a:hover {
	color: #429e00; 
}
#jsn-menu div.cejay-main-menu-mod {
	/*float:right;*/
}
.cejay-logo img {
	margin-top:-20px !important;
	margin-left:-20px !important;
}
#jsn-header {
	background-color:#CCC;
	max-height:80px;
/*	display:none;
	visibility:collapse;*/
}
#jsn-headerright {
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
}
.vmCartModule {
    float: left;
	width:95%;
	padding-bottom:0px;
	margin-bottom:0px;
}
.vmCartModule .show_cart {
    float: left;
	display:block;
	width:14%;
	padding: 6px 6px 8px 0;
}
#jsn-menu div.cejay-main-cart {
    background-image:none;
	border:none;
    float: right;
	text-shadow:none;
	padding-right:6px;
	padding-top:2px;
}
.cejay-main-cart .total_products a {
	color:#ffffff;
}
#jsn-pos-topbar div.cejay-topbar-cart {
    background-image:none;
	border:none;
    float: right;
	text-shadow:none;
	margin-top:0px!important;
	padding-top:0px;
}
.cejay-topbar-cart .total_products a {
	color:#ffffff;
}

h3.main-heading {
    line-height: 1.5em;
    margin: 0 auto;
    padding: 0;
	padding-bottom:6px;
}
.cejay-product-category {
	min-height:180px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom: 2px solid #999;
}
.cejay-product-category p {
	font-size:larger;
}
.browse-view h1 {
    font-size: 150%;
	color:#011B82;
}
#demo-our-work .desc {
	font-size:110%;
	color:#011B82;
	font-weight:bold;
	text-align:center;
}
#jsn-pos-stick-righttop div.cejay-login-button {
	display:inline-block;
    float: right;
    padding-right: 6px;
    padding-top: 3px;
	margin-top:44px;
	margin-right:12px;
	}
#jsn-pos-stick-righttop div.cejay-login-button .link-button {
    padding: 3px 12px;
    text-decoration: none;
}

#jsn-menu div.cejay-login-button {
	display:inline-block;
    float: right;
    padding-right: 6px;
    padding-top: 3px;
	}
#jsn-menu div.cejay-login-button .link-button {
    padding: 3px 12px;
    text-decoration: none;
}
#jsn-menu div.cejay-login-button-mobile {
	display:inline-block;
    float: right;
    padding-right: 6px;
    padding-top: 3px;
	}
#jsn-menu div.cejay-login-button-mobile .link-button {
    padding: 3px 12px;
    text-decoration: none;
}
#jsn-topbar div.cejay-topbar-login-button {
	display:inline-block;
    float: right;
    padding-right: 6px;
    padding-top: 3px;
	}
#jsn-topbar div.cejay-topbar-login-button .link-button {
    padding: 3px 12px;
    text-decoration: none;
}

#com-form-login-remember .button {
	margin-left:4px;
}
/* VirtueMart Availability Image */
.availability {
    text-align: left!important;
}
#sim_receipt_header2 {
	font-size:180%;
}
.sim_receipt_header3 {
	font-size:100%;
}
/* LinaLabs CSS */
div.obrazek {
    min-height: 160px;
}
div.nadpis {
    min-height: 310px;
}
.labpagination {
    height: auto;
	border:none;
}
.labpagination a, .labpagination span {
	line-height:12px;
	float:none;
}
span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
    color: #000000!important;
}
#sbox-window {
	height:auto!important;
}
span.addtocart-button input.addtocart-button {
    background: url("../images/cart.png") no-repeat scroll 4px 6px rgba(0, 0, 0, 0);
    padding-left: 30px;
}
span.addtocart-button input.addtocart-button:hover {
	background-position: 4px 6px;
}
/* Flexible Web Customizations */
.flexibleReplaceImg {
	max-height:150px;
	min-height:100px;
}
.fancybox2-opened .fancybox2-skin{
	padding:12px!important;
	margin:12px!important;
}
.FlexibleBrowseProductName {
	min-height:100px;
}
a.product-details, a.details, div.details, a.ask-a-question {
    color: #678b99;
    max-height: 18px;
    padding: 2px 12px 5px;
	margin-top:-4px;
}
#flexv2cat .product-price, #flexv2cat div.vm-price-value {
	padding-bottom:0px;
	margin-bottom:0px;
}
a#FWcategorynameImage {
    min-height: 250px;
}
a#FWcategorynamelink {
	min-height: 94px;
}
.product-fields div[class*="product-field-type-"] {
	border:none;
	margin: 6px 0!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
}
div#FlexibleDetailsRight div.addtocart-bar {
    margin: 12px 0 0;
    padding: 0;
}
div.cejay-search {
    background: none!important;
	border:none;
}
div.cejay-search input.inputbox {
    background-color: #fff;
}
div.cejay-search-mainmenu {
    background: none!important;
	border:none;
    display: inline-block;
    float: right !important;
    padding-right: 6px;
    padding-top: 3px;
	}
div.cejay-search-mainmenu .form-inline {
	margin-top:0px;
}
div.cejay-search-mainmenu input.inputbox {
    background-color: #fff;
}
div.cejay-topbar-search {
    background: none!important;
	border:none;
    display: inline-block;
    float: right !important;
    padding-right: 6px;
    padding-top: 2px;
	margin-top: 0px!important;
	}
div.cejay-topbar-search .form-inline {
	margin-top:0px;
}
div.cejay-topbar-search input.inputbox {
    background-color: #fff;
}

/* Cejay Contact Page CSS from Original Site */
#cejaycontactus {
	/*color:#CCC;*/
	color:#000;
	margin-left:-12px;
	margin-right:-12px;
	margin-top:-12px;
	margin-bottom:-6px;
	padding:12px;
	background-size: 100%;
	background-image:url(../../../images/stories/backgrounds/contact-brochure-1.jpg);
	background-repeat:no-repeat;
	min-height:730px;
}
#cejaycontactus H3{
	margin-top:3px;
}
P#cejaycontactinfo {
	padding-left:60%;
}
ul#cejaycontactinfo {
	padding-left:20px;
	width:260px;
}

/* Issue Tracker Overrides */
.fieldDiv dt {
    color: #333333;
    font-weight: bold;
    letter-spacing: 1px;
    width: 16em;
}
.fieldDiv dd {
    color: #333333;
    float: left;
    letter-spacing: 1px;
    padding-bottom: 2px;
    padding-top: 2px;
	font-weight:normal;
}
.fieldDiv legend {
	font-family: Verdana,Geneva,sans-serif;
    background: none repeat scroll 0 0 #fafafa;
	color:#2B5783;
	text-decoration:underline;
    border: medium none;
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 12px;
    padding: 0;
    position: relative;
    width: auto;
}
.jsn-joomla-30 fieldset {
    padding: 12px;
}
.form-horizontal .control-group {
    margin-bottom: 10px;
	margin-top:10px;
}
/* Plugin SIMSCC Payment Plugin for VM */
#cejay-order-details {
	display:inline-block;
	width:90%;
}
#cejay-order-details-table {
	width:100%;
}
#cejay-order-address {
	display:inline-block;
	width:90%;
}
#cejay-order-address-table {
	width:100%;
}
#cejay-order-address-table TD {
	width:50%;
}
#cejay-order-billing-address-table {
	width:75%;
}
$cejay-order-shipping-address-table {
	width:75%;
}
td.cejay-address-left {
	border-bottom-style:hidden;
	text-align:right;
	font-weight:bold;
	padding-right:6px;
}
td.cejay-address-right {
	border-bottom-style:hidden;
	text-align:left;
}
.cejay-simscc-thanks {
	width:90%;
	margin-top:-24px!important;
}
.cejay-simscc-thanks a.continue_link {
	background:#2B5783!important; 
	display:inline-block!important;
	height:36px!important;
	line-height:36px!important;
	padding:0 25px!important;
	color:#fff!important;
	text-decoration:none!important;
	font-size:13px!important;
	-webkit-border-radius:3px!important;
	-moz-border-radius:3px!important;
	border-radius:3px!important;
	border:none!important;
	-webkit-box-shadow:1px 1px 2px #CDCDCD!important;
	-moz-box-shadow:1px 1px 2px #CDCDCD!important;
	box-shadow:1px 1px 2px #CDCDCD!important;
	text-transform:uppercase!important;
	width:auto!important;
	cursor:pointer!important
	}
.cejay-simscc-thanks a.continue_link:hover {
	background:#BCBEC0!important;
	color:#000!important
	}
.cejay-simscc-thanks a.continue_link:active {
	background:#BCBEC0!important;
	color:#000!important
	}
a.FlexibleSelectShippingButton, a.FlexibleSelectPaymentButton, div.checkout-content .billto-shipto a.details, div.FlexibleLoginBoxRight a.FlexibleResgiterButton, div.FlexibleLoginBoxRight a.FlexibleGuestButton, #askform input.highlight-button, span.addtocart-button input.notify-button {
    padding: 10px 30px 10px 10px !important;
	margin-top:6px!important;
}
.cejay-footer-menu {
	display:inline-block;
	width:100%;
	padding-left:24px!important;
	padding-right:24px!important;
	margin-top:12px!important;
	float:none!important;
}
#debug {
	display:block;
	width:65%;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}
.VMmenu {
    text-transform:none;
}
.FlexibleCSS3ButtonQuantity .quantity-box, .FlexibleCSS3ButtonQuantity .quantity-box input.quantity-input {
  width:58% !important;
}
img.browseProductImage {
    border: 1px solid #e5e5e5;
    padding: 3px;
}
.required-field {
	color:#F00;
	padding-bottom:6px;
}
#required-field {
	color:#F00;
	padding-bottom:6px;
}
.wf_caption {
	display:inline-block!important;
	vertical-align:top!important;
}
#jsn-topbar {
    background-color: #282828;
    margin: auto;
    padding: 0px;
    width: 1170px;
}
div.cejay-left-search div.search input.inputbox {
    padding: 5px 0 3px 15px;
    width: auto;
	}
div.cejay-left-search {
    border-radius: 15px;
	}
div.cejay-left-search .form-inline {
	margin-top:0px;
}
span.co-red {
	color:#F00;
}
.related_product_wrapper {
    height: auto!important;
}
.jcarousel-relatedproduct .slider-relatedproduct .eachitem {
	max-width:240px;
}
.cj-2col-1-outer {
	display:inline-block;
	width: 100%;
}
.cj-2col-1-L {
	display:inline-block;
	float:left;
	width:25%;
}
.cj-2col-1-R {
	display:inline-block;
	float:right;
	width:75%;
}
.cj-gsa-logolink {
	display:inline-block;
	float:right;
}
/* Flexible Shopping Cart CSS */
#flexibleStepBar {
    background: #f7f7f7 none repeat scroll 0 0;
    height: 50px;
    line-height: 36px;
    position: relative;
    text-transform: uppercase;
}
#flexibleStepBar .flexibleStepBarBlue {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #395b7e 0%, #395b7e 47%, #26405b 100%) repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 0 25px;
}
#flexibleStepBar .flexibleStepBarRed {
    background: #ec1e2b none repeat scroll 0 0;
    border-right: 1px solid #ccc;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) inset;
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 36px;
    margin: 0 15px 0 0;
    padding: 0 15px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
}
#flexibleStepBar.flexibleGrandTotal .flexibleStepBarBlue {
    display: inline-block;
    float: none;
    font-size: 130%;
    height: auto;
    line-height: 45px;
    vertical-align: top;
}
#flexibleStepBar.flexibleGrandTotal .flexibleStepBarRed {
    display: inline-block;
    float: none;
    font-size: 180%;
    height: auto;
    line-height: 45px;
    margin: 0;
    padding: 0 45px;
    vertical-align: top;
}
.newshoppingcart div.PricesalesPrice span.PricesalesPrice {
    color: #07c700;
    font-size: 150%;
    font-weight: bold;
}
.flexibleShippingMethods .flexibleShippingEach .vmshipment_cost {
    color: #00c900;
    font-size: 110%;
    font-weight: bold;
}
.flexibleShippingMethods .col-md-3 {
    width: 33%;
}
/* Flexible Category Module */
ul.VMmenu, .VMmenu ul, .VMmenu li {
    background-image: none!important;
    list-style-type: none!important;
    padding: 2px;
	margin-left:6px;
}
ul.VMmenu a::before {
    background:none!important;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 0px;
    transform: rotate(-90deg);
    width: 0px;
}
ul.VMmenu .VmArrowdown {
    height: 16px;
    margin: 4px 0 0;
    padding: 0;
    transition: all 0.3s linear 0s;
    width: 16px;
}
ul li {
    margin: 0.2em 0 0.2em 1em;
    padding: 0;
}
ul.VMmenu ul {
    margin: 0 0 0 6px;
    padding: 0;
}