/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== CSS3 EFFECTS ============================== */
/* ----- READ MORE ----- */
body.jsn-css3 .readon {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	background-image:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(216,216,216)));
	background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffd8d8d8,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffd8d8d8,GradientType=0);
}
body.jsn-css3 .readon:hover {
	box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
}
/* ----- GO TOP LINK ----- */
body.jsn-css3 #jsn-gotoplink {
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	transition: color 0.3s linear, background 0.3s ease-out;
	-moz-transition: color 0.3s linear, background 0.3s ease-out;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out;
}
/* ----- TYPOGRAPHY STYLE ----- */
/* TEXT STYLES */
body.jsn-css3 .text-box {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
}
body.jsn-css3 .text-box-highlight {
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
body.jsn-css3 .text-box-highlight:hover {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
}
body.jsn-css3 .text-highlight {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* LINK STYLES */
body.jsn-css3 .link-button {
}
body.jsn-css3 .link-button:hover {
	box-shadow: 0px 0px 3px #999999;
	-moz-box-shadow: 0px 0px 3px #999999;
	-webkit-box-shadow: 0px 0px 3px #999999;
}
body.jsn-css3 .link-button,
body.jsn-css3 .link-button a {
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
body.jsn-css3 .link-action {
	transition: color 0.3s linear, background 0.3s ease-out;
	-moz-transition: color 0.3s linear, background 0.3s ease-out;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out;
}
body.jsn-css3 .link-highlight {
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
body.jsn-css3 .link-highlight:hover {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
}
.link-button.button-light,
.link-button.button-light:hover {
	border-color: #ccc;
	background-image:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(240,240,240) 38%,rgb(223,223,223) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(240,240,240) 38%,rgb(223,223,223) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0.38, rgb(240,240,240)),color-stop(1, rgb(223,223,223)));
	background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(240,240,240) 38%,rgb(223,223,223) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(240,240,240) 38%,rgb(223,223,223) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(240,240,240) 38%,rgb(223,223,223) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdfdfdf,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdfdfdf,GradientType=0);
}
.link-button.button-dark,
.link-button.button-dark:hover {
	background-image:linear-gradient(-90deg,rgb(112,135,137) 0%,rgb(88,105,107) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(112,135,137) 0%,rgb(88,105,107) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(112,135,137)),color-stop(1, rgb(88,105,107)));
	background-image:-webkit-linear-gradient(-90deg,rgb(112,135,137) 0%,rgb(88,105,107) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(112,135,137) 0%,rgb(88,105,107) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(112,135,137) 0%,rgb(88,105,107) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff708789,endColorstr=#ff58696b,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff708789,endColorstr=#ff58696b,GradientType=0);
}
.link-button.button-green,
.link-button.button-green:hover {
	background-image:linear-gradient(-90deg,rgb(123,186,30) 0%,rgb(105,159,26) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(123,186,30) 0%,rgb(105,159,26) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(123,186,30)),color-stop(1, rgb(105,159,26)));
	background-image:-webkit-linear-gradient(-90deg,rgb(123,186,30) 0%,rgb(105,159,26) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(123,186,30) 0%,rgb(105,159,26) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(123,186,30) 0%,rgb(105,159,26) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff7bba1e,endColorstr=#ff699f1a,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff7bba1e,endColorstr=#ff699f1a,GradientType=0);
}
.link-button.button-orange,
.link-button.button-orange:hover {
	background-image:linear-gradient(-90deg,rgb(233,146,0) 0%,rgb(206,129,0) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(233,146,0) 0%,rgb(206,129,0) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(233,146,0)),color-stop(1, rgb(206,129,0)));
	background-image:-webkit-linear-gradient(-90deg,rgb(233,146,0) 0%,rgb(206,129,0) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(233,146,0) 0%,rgb(206,129,0) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(233,146,0) 0%,rgb(206,129,0) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe99200,endColorstr=#ffce8100,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe99200,endColorstr=#ffce8100,GradientType=0);
}
.link-button.button-blue,
.link-button.button-blue:hover {
	background-image:linear-gradient(-90deg,rgb(83,193,235) 0%,rgb(28,167,219) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(83,193,235) 0%,rgb(28,167,219) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(83,193,235)),color-stop(1, rgb(28,167,219)));
	background-image:-webkit-linear-gradient(-90deg,rgb(83,193,235) 0%,rgb(28,167,219) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(83,193,235) 0%,rgb(28,167,219) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(83,193,235) 0%,rgb(28,167,219) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff53c1eb,endColorstr=#ff1ca7db,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff53c1eb,endColorstr=#ff1ca7db,GradientType=0);
}
.link-button.button-red,
.link-button.button-red:hover {
	background-image:linear-gradient(-90deg,rgb(206,37,37) 0%,rgb(172,32,32) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(206,37,37) 0%,rgb(172,32,32) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 104%,color-stop(0, rgb(206,37,37)),color-stop(1, rgb(172,32,32)));
	background-image:-webkit-linear-gradient(-90deg,rgb(206,37,37) 0%,rgb(172,32,32) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(206,37,37) 0%,rgb(172,32,32) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(206,37,37) 0%,rgb(172,32,32) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffce2525,endColorstr=#ffac2020,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffce2525,endColorstr=#ffac2020,GradientType=0);
}
/* TABLE STYLES */
body.jsn-css3 table.table-style th,
body.jsn-css3 table.table-style td {
	transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
}
/* LIST STYLES */
ul.list-number-bullet li .jsn-listbullet {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.list-number-bullet.bullet-blue li .jsn-listbullet {
	background-image:linear-gradient(-90deg,rgb(30,103,169) 0%,rgb(49,62,74) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(30,103,169) 0%,rgb(49,62,74) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(30,103,169)),color-stop(1, rgb(49,62,74)));
	background-image:-webkit-linear-gradient(-90deg,rgb(30,103,169) 0%,rgb(49,62,74) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(30,103,169) 0%,rgb(49,62,74) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(30,103,169) 0%,rgb(49,62,74) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff1e67a9,endColorstr=#ff313e4a,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff1e67a9,endColorstr=#ff313e4a,GradientType=0);
}
ul.list-number-bullet.bullet-green li .jsn-listbullet {
	background-image:linear-gradient(-90deg,rgb(65,156,0) 0%,rgb(39,94,0) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(65,156,0) 0%,rgb(39,94,0) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(65,156,0)),color-stop(1, rgb(39,94,0)));
	background-image:-webkit-linear-gradient(-90deg,rgb(65,156,0) 0%,rgb(39,94,0) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(65,156,0) 0%,rgb(39,94,0) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(65,156,0) 0%,rgb(39,94,0) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff419c00,endColorstr=#ff275e00,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff419c00,endColorstr=#ff275e00,GradientType=0);
}
ul.list-number-bullet.bullet-grey li .jsn-listbullet {
	background-image:linear-gradient(-90deg,rgb(130,130,130) 0%,rgb(60,60,60) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(130,130,130) 0%,rgb(60,60,60) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(130,130,130)),color-stop(1, rgb(60,60,60)));
	background-image:-webkit-linear-gradient(-90deg,rgb(130,130,130) 0%,rgb(60,60,60) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(130,130,130) 0%,rgb(60,60,60) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(130,130,130) 0%,rgb(60,60,60) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff828282,endColorstr=#ff3c3c3c,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff828282,endColorstr=#ff3c3c3c,GradientType=0);
}
ul.list-number-bullet.bullet-orange li .jsn-listbullet {
	background-image:linear-gradient(-90deg,rgb(230,96,0) 0%,rgb(121,52,0) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(230,96,0) 0%,rgb(121,52,0) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(230,96,0)),color-stop(1, rgb(121,52,0)));
	background-image:-webkit-linear-gradient(-90deg,rgb(230,96,0) 0%,rgb(121,52,0) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(230,96,0) 0%,rgb(121,52,0) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(230,96,0) 0%,rgb(121,52,0) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe66000,endColorstr=#ff793400,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe66000,endColorstr=#ff793400,GradientType=0);
}
ul.list-number-bullet.bullet-red li .jsn-listbullet {
	background-image:linear-gradient(-90deg,rgb(191,0,0) 0%,rgb(117,0,0) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(191,0,0) 0%,rgb(117,0,0) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(191,0,0)),color-stop(1, rgb(117,0,0)));
	background-image:-webkit-linear-gradient(-90deg,rgb(191,0,0) 0%,rgb(117,0,0) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(191,0,0) 0%,rgb(117,0,0) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(191,0,0) 0%,rgb(117,0,0) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbf0000,endColorstr=#ff750000,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbf0000,endColorstr=#ff750000,GradientType=0);
}
ul.list-number-bullet.bullet-violet li .jsn-listbullet {
	background-image:linear-gradient(-90deg,rgb(158,0,132) 0%,rgb(93,0,76) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(158,0,132) 0%,rgb(93,0,76) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(158,0,132)),color-stop(1, rgb(93,0,76)));
	background-image:-webkit-linear-gradient(-90deg,rgb(158,0,132) 0%,rgb(93,0,76) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(158,0,132) 0%,rgb(93,0,76) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(158,0,132) 0%,rgb(93,0,76) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9e0084,endColorstr=#ff5d004c,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9e0084,endColorstr=#ff5d004c,GradientType=0);
}
/* FORM STYLE */
body.jsn-css3 .inputbox {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: color 0.1s linear, background 0.3s ease-out, border-color 0.3s;
	-moz-transition: color 0.1s linear, background 0.3s ease-out, border-color 0.3s;
	-webkit-transition: color 0.1s linear, background 0.3s ease-out, border-color 0.3s;
}
body.jsn-css3 #jsn-page .button {
	background-image: -ms-linear-gradient(top, #999, #777);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#777));
	background-image: -webkit-linear-gradient(top, #999, #777);
	background-image: -o-linear-gradient(top, #999, #777);
	background-image: linear-gradient(top, #999, #777);
	background-image: -moz-linear-gradient(top, #999, #777);
	background-repeat: repeat-x;
	border: 1px solid #000;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
		  border-radius: 3px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#999', endColorstr='#777', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	transition: color 0.1s linear, background 0.3s ease-out;
	-moz-transition: color 0.1s linear, background 0.3s ease-out;
	-webkit-transition: color 0.1s linear, background 0.3s ease-out;
}
body.jsn-css3 .button:hover,
body.jsn-css3 .button:active {
	background-image: -ms-linear-gradient(top, #777, #555);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777), to(#555));
	background-image: -webkit-linear-gradient(top, #777, #555);
	background-image: -o-linear-gradient(top, #777, #555);
	background-image: linear-gradient(top, #777, #555);
	background-image: -moz-linear-gradient(top, #777, #555);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#777', endColorstr='#555', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	transition: color 0.1s linear, background 0.3s ease-out, background-position 0.3s;
	-moz-transition: color 0.1s linear, background 0.3s ease-out, background-position 0.3s;
	-webkit-transition: color 0.1s linear, background 0.3s ease-out, background-position 0.3s;
}
/* ----- MENU STYLES ----- */
/* GENERAL */
body.jsn-css3 ul.menu-mainmenu li a,
body.jsn-css3 ul.menu-sidemenu li a,
body.jsn-css3 ul.menu-treemenu li a {
	transition: color 0.3s linear, background 0.3s ease-out;
	-moz-transition: color 0.3s linear, background 0.3s ease-out;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out;
}
/* MAIN MENU - SIDE MENU */
body.jsn-css3 ul.menu-mainmenu li ul,
body.jsn-css3 ul.menu-sidemenu li ul {
	opacity: 0;
	filter: alpha(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;
}
body.jsn-css3 ul.menu-mainmenu li:hover > ul,
body.jsn-css3 ul.menu-sidemenu li:hover > ul,
body.jsn-css3 #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner:hover .jsn-modulecontent {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* ----- SITE TOOLS ----- */
ul#jsn-sitetools-menu li ul {
	opacity: 0;
	filter: alpha(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;
}
ul#jsn-sitetools-inline li.active ul,
ul#jsn-sitetools-menu li ul {
	background:rgba(52,61,63,0.9);
}
ul#jsn-sitetools-menu li:hover ul {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
body.jsn-css3 ul#jsn-sitetools-menu li,
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner h3,
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
}
/* ----- FONT STYLES ----- */
body.jsn-css3 span.breadcrumbs,
body.jsn-css3 ul.menu-mainmenu > li.active > a,
body.jsn-css3 #jsn-promo h3.jsn-moduletitle,
body.jsn-css3 div[class*="solid-"] h3.jsn-moduletitle,
body.jsn-css3 div[class*="box-"] h3.jsn-moduletitle {
	text-shadow: 1px 1px 1px #000;
}
body.jsn-css3.jsn-joomla-30 .breadcrumb {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
/* ----- SUB-MENU BACKGROUND ----- */
body div.jsn-modulecontainer ul.menu-mainmenu.jsn-menu-mobile li ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    position: static;
}
body.jsn-color-blue div.jsn-modulecontainer ul.menu-mainmenu ul,
body.jsn-color-blue div.jsn-modulecontainer ul.menu-sidemenu ul,
body.jsn-color-blue #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(34,161,209,0.95);
}
body.jsn-color-green div.jsn-modulecontainer ul.menu-mainmenu ul,
body.jsn-color-green div.jsn-modulecontainer ul.menu-sidemenu ul,
body.jsn-color-green #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(98,147,25,0.95);
}
body.jsn-color-cyan div.jsn-modulecontainer ul.menu-mainmenu ul,
body.jsn-color-cyan div.jsn-modulecontainer ul.menu-sidemenu ul,
body.jsn-color-cyan #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(89,145,123,0.95);
}
body.jsn-color-orange div.jsn-modulecontainer ul.menu-mainmenu ul,
body.jsn-color-orange div.jsn-modulecontainer ul.menu-sidemenu ul,
body.jsn-color-orange #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(255,138,0,0.95);
}
body.jsn-color-red div.jsn-modulecontainer ul.menu-mainmenu ul,
body.jsn-color-red div.jsn-modulecontainer ul.menu-sidemenu ul,
body.jsn-color-red #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(195,38,38,0.95);
}
body.jsn-color-pink div.jsn-modulecontainer ul.menu-mainmenu ul,
body.jsn-color-pink div.jsn-modulecontainer ul.menu-sidemenu ul,
body.jsn-color-pink #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(217,100,98,0.95);
}
/* ----- OVERRIDE JOOMLA 30 ----- */
.jsn-joomla-30 .calendar .button {
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
}