
/* ==================== CUSTOM CSS ==================== */
body.jsn-demo-page #jsn-body {
        padding-top: 0;
}
body.jsn-demo-page #jsn-header {
        background: rgba(0,0,0,0.6);
        position: relative;
}
body.jsn-demo-page #jsn-header.jsn-menu-sticky {
        background: rgba(0,0,0,0.85);
}
body.jsn-demo-page #jsn-header,
body.jsn-demo-page .jsn-menu-placeholder {
	position: absolute;
}
body.jsn-demo-page #jsn-header.jsn-menu-sticky {
	position: fixed;
}
body.jsn-demo-page #jsn-promo {
	padding-top: 130px;
	background: url(../../../media/joomlashine/demo_assets/jsn-glass/custom-html/promo-slideshow/promo-slideshow-bg.jpg) center top;
	background-size: 100% 100%;
}
body.jsn-demo-page #jsn-mainbody-content {
	border-bottom: 1px solid #e5e5e5;
}
.jsn-demo-images.jsn-modulecontainer {
	display: none;
}
/* ===== MINI SEARCH ===== */
div.search form {
	float: left;
	margin: 7px 8px 7px 0;
	padding: 0;
	position: relative;
	background: #444A4F;
}
div.search form .inputbox {
	float: left;
	border: none;
	min-height: 26px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	min-width: 120px;
	padding: 2px 2px 2px 5px;
	background-color: #444A4F;
	color: #fff;
	margin: 0;
}
div.search form .inputbox:focus {
	background-color: #ededed;
	color: #000;
}
#jsn-page div.search form .button {
	background: #282828 url(../images/icons/icon-search.png) 7px center no-repeat;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	height: 30px;
	text-shadow: none;
	text-indent: -999em;
	width: 30px;
}
#jsn-page div.search form .button:hover {
	background-color: #ff7200;
}
.roksearch-wrapper #roksearch_search_str {
	min-width: 200px;
}
/* ===== LOGIN ===== */
#jsn-pos-top-right .display-dropdown {
	position: relative;
}
#jsn-pos-top-right .display-dropdown h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 3px 15px 1px;
	cursor: pointer;
	line-height: 40px;
}
#jsn-pos-top-right .display-dropdown:hover h3 {
	background: #5C656A;
}
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background: #5C656A;
	color: #fff;
	visibility: hidden;
	position: absolute;
	top: 44px;
	right: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer:hover .jsn-modulecontent {
	visibility: visible;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer .jsn-modulecontent form {
	width: 220px;
	padding: 0 10px;
	margin-top: 0;
	font-size: 13px;
	line-height: 35px;
}
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer .jsn-modulecontent form input.inputbox {
	width: 216px;
	padding: 3px 2px;
	display: block;
	border: none;
}
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer .jsn-modulecontent form #form-login-username a,
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer .jsn-modulecontent form #form-login-password a {
	float: right;
}
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer .jsn-modulecontent form ul li {
	list-style-type: none;
	line-height: 20px;
	margin: 5px 0 0;
}

/* ===== CONTENT-TOP ===== */
#jsn-template-features {
	color: #fff;
	text-align: center;
	margin: 50px 0;
}
h1.jsn-title {
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	line-height: 50px;
}
h1.jsn-title span {
	font-weight: 100;
	display: block;
}
#jsn-template-features h3 {
	text-transform: uppercase;
	font-weight: 100;
	color: #fff;
}
#jsn-template-features .row-fluid {
	margin-top: 45px;
	font-size: 16px;
}
body.jsn-color-grey h1.jsn-title,
body.jsn-color-grey #jsn-template-features h3 {
        color: #000;
}
@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}
#jsn-template-features .span4 a {
	position: relative;
	padding: 15px;
	margin-bottom: 35px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	border: 1px solid #fff\9;
	border: 1px solid rgba(255,255,255,0.6);
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#jsn-template-features .span4 a span {
	padding: 15px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	border: 1px solid #fff\9;
	border: 1px solid rgba(255,255,255,.6);
	display: inline-block;
	width: 60px;
	height: 60px;
	text-indent: -999em;
	background: url(../../../media/joomlashine/demo_assets/jsn-glass/custom-html/icons/icon-flat.png) center 14px no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#jsn-template-features .span4 a:hover {
	border-color: transparent !important;
}
/*#jsn-template-features .span4 a:before {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	display: block;
	visibility: hidden;
	width: 100%;
	height: 100%;
	border: 5px dashed rgba(255,255,255,0.8);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
}*/
#jsn-template-features .span4 a:hover:before {
	visibility: visible;
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
}
#jsn-template-features .span4 a:hover span {
	transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	border-color: transparent;
}
#jsn-template-features .span4 a.jsn-icon-fav span {
	background-position: center -225px;
}
#jsn-template-features .span4 a.jsn-icon-eye span {
	background-position: center -105px;
}

/* GREY COLOR STYLE */
body.jsn-color-grey #jsn-template-features .span4 a span {
        background-color: #222\9;
        background-color: rgba(0,0,0,0.7);
}
body.jsn-color-grey #jsn-template-features .span4 a,
body.jsn-color-grey #jsn-template-features .span4 a:before {
        border-color: #222;
}
body.jsn-color-grey #jsn-template-features {
        color: #222;
}
/* ===== HOMEPAGE SLIDESHOW ===== */
.box_skitter,
.label_skitter {
	background: none !important;
}
/* ===== FEATURED PRODUCTS ===== */
.demo-featured-products .product-item a {
	position: relative;
	overflow: hidden;
}
.demo-featured-products .product-item a:before {
	content: "Go";
	position: absolute;
	left: 50%;
	top: -80px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	background: #eb5e42;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	z-index: 2;
	opacity: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.demo-featured-products .product-item a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000\9;
	background: rgba(0,0,0,0.6);
	z-index: 1;
	opacity: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.demo-featured-products .product-item:hover a:before {
	opacity: 1;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 50%;
	margin-top: -40px;
}
.demo-featured-products .product-item:hover a:after {
	opacity: 1;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.demo-homepage-article {
	padding: 40px 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.demo-featured-products {
	padding-left: 25px;
	padding-top: 25px;
}
.demo-featured-products .grid-layout {
	margin-bottom: 25px;
}
.demo-featured-products .grid-layout .grid-col {
	text-align: center;
}
.demo-featured-products .product-item a {
	display: inline-block;
}
.demo-featured-products .product-item a img {
	width: 100%;
	max-width: 100%;
}
.demo-featured-products .product-item .grid-col_inner {
	margin-right: 25px !important;
}
/* ===== GET IN TOUCH ===== */
.demo-getintouch {
	padding: 0 25px;
}
.demo-getintouch h3.demo-heading {
	font-weight: normal;
	font-size: 2.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.demo-getintouch h3.demo-heading + p {
	width: 260px;
	max-width: 100%;
	line-height: 32px;
	margin: 20px 0;
        float: left;
}
.demo-getintouch .sep {
	width: 150px;
	border: none;
	height: 2px;
	background: #ddd;
	margin: 10px 0;
        float: left;
        clear: both;
}
.demo-getintouch ul.contact-info {
	list-style: none;
}
.demo-getintouch ul.contact-info li {
	padding-left: 24px;
	line-height: 16px;
	margin: 20px 0;
}
.demo-getintouch ul.contact-info li.add {
	background: url(../../../media/joomlashine/demo_assets/jsn-glass/custom-html/icons/icon-address.png) left center no-repeat;
}
.demo-getintouch ul.contact-info li.phone {
	background: url(../../../media/joomlashine/demo_assets/jsn-glass/custom-html/icons/icon-phone.png) left center no-repeat;
}
.demo-getintouch ul.contact-info li.fax {
	background: url(../../../media/joomlashine/demo_assets/jsn-glass/custom-html/icons/icon-fax.png) left center no-repeat;
}
.demo-getintouch ul.contact-info li.email {
	background: url(../../../media/joomlashine/demo_assets/jsn-glass/custom-html/icons/icon-mail.png) left center no-repeat;
}
body.jsn-demo-page .demo-getintouch {
	width: 64.9%;
}
body.jsn-demo-page .demo-getintouch {
	width: 64.9%;
	background: url(../../../media/joomlashine/demo_assets/jsn-glass/custom-html/getintouch/map-bg.jpg) right center no-repeat;
}
body.jsn-demo-page .demo-contact-form {
	width: 32.5%;
	padding-right: 25px;
}
/* ===== DEMO CONTACT FORM ===== */
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master label {
	display: none;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master input[type="text"] {
	height: 54px;
	margin: 0;
	padding: 10px 15px;
	border-color: #e5e5e5;
	box-shadow: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .jsn-form-content {
	text-align: right;
	color: #fff;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .jsn-form-content .control-group {
	padding: 0 !important;
	border: none;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .jsn-form-content .control-group.message {
	margin-top: 30px;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .jsn-form-content .control-group.name input[type="text"] {
	border-radius: 4px 4px 0 0;
	background: url(../../../media/joomlashine/demo_assets/jsn-glass/custom-html/icons/icon-user.png) center no-repeat !important;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .jsn-form-content .control-group.email input[type="text"] {
	border-radius: 0;
	margin-top: -1px;
	background: url(../../../media/joomlashine/demo_assets/jsn-glass/custom-html/icons/icon-mail.png) center no-repeat !important;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .jsn-form-content .control-group.website input[type="text"] {
	border-radius: 0 0 4px 4px;
	margin-top: -1px;
	background: url(../../../media/joomlashine/demo_assets/jsn-glass/custom-html/icons/icon-website.png) center no-repeat !important;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .jsn-form-content .control-group.message textarea {
	border-color: #e5e5e5;
	padding: 10px 15px;
	box-shadow: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .jsn-form-content .jsn-row-container {
	margin: 0;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .demo-subscribe-form-desc {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .jsn-form-content .control-group.ui-state-highlight {
	background: none !important;
	box-shadow: none;
	padding: 0 15px;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .form-actions {
	margin: 0;
	padding: 0;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .form-actions .btn-toolbar {
	margin: 0;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .form-actions .btn-toolbar .jsn-form-submit {
	cursor: pointer;
	font-size: 16px;
	margin-top: 15px;
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: #459ff3;
	border: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
div.jsn-modulecontainer.demo-contact-form .jsn-uniform.jsn-master .form-actions + .jsn-text-center {
	display: none;
}
/* ===== RTL STYLE ===== */
body.jsn-direction-rtl.jsn-demo-page .demo-getintouch {
        background-position: left center;
}
body.jsn-direction-rtl .demo-getintouch h3.demo-heading + p,
body.jsn-direction-rtl .demo-getintouch .sep {
        float: right;
}
body.jsn-direction-rtl .demo-getintouch ul.contact-info li {
	padding-left: 0;
	padding-right: 24px;
        background-position: right center;
}
@media only screen and (max-width: 960px), (max-device-width: 960px) {
	body.jsn-demo-page #jsn-header,
	body.jsn-demo-page .jsn-menu-placeholder {
		position: static;
	}
	body.jsn-mobile #jsn-pos-mainmenu{
		margin: 0;
	}
}
@media only screen and (max-width: 960px) and (min-width: 569px), (max-device-width: 960px) and (min-device-width: 569px) {
	.demo-featured-products .grid-layout.grid-layout4 div.grid-col {
		width: 24.96%;
	}
	[class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
		font-size: 35px;
	}
}
@media only screen and (min-width: 569px) and (max-width: 768px), (min-device-width: 569px) and (max-device-width: 768px) and (orientation:portrait) {
	[class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
		margin-top: 0;
	}
}
@media only screen and (max-width: 568px), (max-device-width: 568px) {
	.demo-featured-products {
		padding-left: 25px;
	}
	body.jsn-mobile .demo-featured-products {
		padding-left: 0;
	}
	body.jsn-mobile .demo-featured-products .grid-layout .grid-col{
		margin-top: 10px;
	}
	[class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
		font-size: 19px !important;
		margin-top: 0 !important;
	}
	[class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-description {
		font-size: 15px !important;
	}
	body.jsn-desktop-on-mobile [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
		font-size: 15px !important;
	}
	body.jsn-desktop-on-mobile [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-description {
		font-size: 20px;
	}
	body.jsn-demo-page #jsn-promo {
		padding-top: 50px;
	}
	body.jsn-demo-page.jsn-mobile #jsn-promo {
		padding-top: 0;
	}
}

/*--- 19/08/2015 ---*/

.jsn-joomla-30 #system-message .alert-message .alert-message{
    background: none;
    padding: 0;
}
