/* ============================== 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:-moz-linear-gradient(50% 0% -90deg,rgb(100,100,100) 0%,rgb(73,73,73) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(100,100,100)),color-stop(1, rgb(73,73,73)));
	background-image:-webkit-linear-gradient(-90deg,rgb(100,100,100) 0%,rgb(73,73,73) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(100,100,100) 0%,rgb(73,73,73) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(100,100,100) 0%,rgb(73,73,73) 100%);
	background-image:linear-gradient(-90deg,rgb(100,100,100) 0%,rgb(73,73,73) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff646464,endColorstr=#ff494949,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff646464,endColorstr=#ff494949,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 {
	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 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
body.jsn-css3 .link-button:hover {
	box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
}
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: #999999;
	background-image:-moz-linear-gradient(50% 0% -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%);
	background-image: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);
}
.link-button.button-dark,
.link-button.button-dark:hover {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(100,100,100) 0%,rgb(77,77,77) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(100,100,100)),color-stop(1, rgb(77,77,77)));
	background-image:-webkit-linear-gradient(-90deg,rgb(100,100,100) 0%,rgb(77,77,77) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(100,100,100) 0%,rgb(77,77,77) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(100,100,100) 0%,rgb(77,77,77) 100%);
	background-image:linear-gradient(-90deg,rgb(100,100,100) 0%,rgb(77,77,77) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff646464,endColorstr=#ff4d4d4d,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff646464,endColorstr=#ff4d4d4d,GradientType=0);
}
.link-button.button-green,
.link-button.button-green:hover {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(163,181,78) 0%,rgb(143,160,67) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(163,181,78)),color-stop(1, rgb(143,160,67)));
	background-image:-webkit-linear-gradient(-90deg,rgb(163,181,78) 0%,rgb(143,160,67) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(163,181,78) 0%,rgb(143,160,67) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(163,181,78) 0%,rgb(143,160,67) 100%);
	background-image:linear-gradient(-90deg,rgb(163,181,78) 0%,rgb(143,160,67) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa3b54e,endColorstr=#ff8fa043,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa3b54e,endColorstr=#ff8fa043,GradientType=0);
}
.link-button.button-orange,
.link-button.button-orange:hover {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(237,126,52) 0%,rgb(227,100,28) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(237,126,52)),color-stop(1, rgb(227,100,28)));
	background-image:-webkit-linear-gradient(-90deg,rgb(237,126,52) 0%,rgb(227,100,28) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(237,126,52) 0%,rgb(227,100,28) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(237,126,52) 0%,rgb(227,100,28) 100%);
	background-image:linear-gradient(-90deg,rgb(237,126,52) 0%,rgb(227,100,28) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffed7e34,endColorstr=#ffe3641c,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffed7e34,endColorstr=#ffe3641c,GradientType=0);
}
.link-button.button-blue,
.link-button.button-blue:hover {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(75,177,239) 0%,rgb(24,144,217) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(75,177,239)),color-stop(1, rgb(24,144,217)));
	background-image:-webkit-linear-gradient(-90deg,rgb(75,177,239) 0%,rgb(24,144,217) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(75,177,239) 0%,rgb(24,144,217) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(75,177,239) 0%,rgb(24,144,217) 100%);
	background-image:linear-gradient(-90deg,rgb(75,177,239) 0%,rgb(24,144,217) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4bb1ef,endColorstr=#ff1890d9,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4bb1ef,endColorstr=#ff1890d9,GradientType=0);
}
.link-button.button-red,
.link-button.button-red:hover {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(210,74,23) 0%,rgb(177,61,17) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(210,74,23)),color-stop(1, rgb(177,61,17)));
	background-image:-webkit-linear-gradient(-90deg,rgb(210,74,23) 0%,rgb(177,61,17) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(210,74,23) 0%,rgb(177,61,17) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(210,74,23) 0%,rgb(177,61,17) 100%);
	background-image:linear-gradient(-90deg,rgb(210,74,23) 0%,rgb(177,61,17) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd24a17,endColorstr=#ffb13d11,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd24a17,endColorstr=#ffb13d11,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:-moz-linear-gradient(50% 0% -90deg,rgb(29,105,175) 0%,rgb(48,64,79) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(29,105,175)),color-stop(1, rgb(48,64,79)));
	background-image:-webkit-linear-gradient(-90deg,rgb(29,105,175) 0%,rgb(48,64,79) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(29,105,175) 0%,rgb(48,64,79) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(29,105,175) 0%,rgb(48,64,79) 100%);
	background-image:linear-gradient(-90deg,rgb(29,105,175) 0%,rgb(48,64,79) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff1d69af,endColorstr=#ff30404f,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff1d69af,endColorstr=#ff30404f,GradientType=0);
}
ul.list-number-bullet.bullet-green li .jsn-listbullet {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(66,158,0) 0%,rgb(38,91,0) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(66,158,0)),color-stop(1, rgb(38,91,0)));
	background-image:-webkit-linear-gradient(-90deg,rgb(66,158,0) 0%,rgb(38,91,0) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(66,158,0) 0%,rgb(38,91,0) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(66,158,0) 0%,rgb(38,91,0) 100%);
	background-image:linear-gradient(-90deg,rgb(66,158,0) 0%,rgb(38,91,0) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff429e00,endColorstr=#ff265b00,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff429e00,endColorstr=#ff265b00,GradientType=0);
}
ul.list-number-bullet.bullet-grey li .jsn-listbullet {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(133,133,133) 0%,rgb(56,56,56) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(133,133,133)),color-stop(1, rgb(56,56,56)));
	background-image:-webkit-linear-gradient(-90deg,rgb(133,133,133) 0%,rgb(56,56,56) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(133,133,133) 0%,rgb(56,56,56) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(133,133,133) 0%,rgb(56,56,56) 100%);
	background-image:linear-gradient(-90deg,rgb(133,133,133) 0%,rgb(56,56,56) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff858585,endColorstr=#ff383838,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff858585,endColorstr=#ff383838,GradientType=0);
}
ul.list-number-bullet.bullet-orange li .jsn-listbullet {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(230,96,0) 0%,rgb(116,50,0) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(230,96,0)),color-stop(1, rgb(116,50,0)));
	background-image:-webkit-linear-gradient(-90deg,rgb(230,96,0) 0%,rgb(116,50,0) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(230,96,0) 0%,rgb(116,50,0) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(230,96,0) 0%,rgb(116,50,0) 100%);
	background-image:linear-gradient(-90deg,rgb(230,96,0) 0%,rgb(116,50,0) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe66000,endColorstr=#ff743200,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe66000,endColorstr=#ff743200,GradientType=0);
}
ul.list-number-bullet.bullet-red li .jsn-listbullet {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(191,0,0) 0%,rgb(113,0,0) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(191,0,0)),color-stop(1, rgb(113,0,0)));
	background-image:-webkit-linear-gradient(-90deg,rgb(191,0,0) 0%,rgb(113,0,0) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(191,0,0) 0%,rgb(113,0,0) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(191,0,0) 0%,rgb(113,0,0) 100%);
	background-image:linear-gradient(-90deg,rgb(191,0,0) 0%,rgb(113,0,0) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbf0000,endColorstr=#ff710000,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbf0000,endColorstr=#ff710000,GradientType=0);
}
ul.list-number-bullet.bullet-violet li .jsn-listbullet {
	background-image:-moz-linear-gradient(50% 0% -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%);
	background-image: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 .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 ----- */
/* --- MENU TOGGLE -- */
body.jsn-color-yellow #jsn-menu .jsn-menu-toggle.active,
body.jsn-color-yellow #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a,
body.jsn-color-yellow #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a,
body.jsn-color-yellow #jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle,
body.jsn-color-yellow #jsn-menu .jsn-modulecontainer.display-dropdown.jsn-dropdown-active .jsn-modulecontainer_inner h3.jsn-moduletitle {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(85,73,0) 0%,rgb(24,20,1) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(85,73,0)),color-stop(1, rgb(24,20,1)));
	background-image:-webkit-linear-gradient(-90deg,rgb(85,73,0) 0%,rgb(24,20,1) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(85,73,0) 0%,rgb(24,20,1) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(85,73,0) 0%,rgb(24,20,1) 100%);
	background-image:linear-gradient(-90deg,rgb(85,73,0) 0%,rgb(24,20,1) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(85,73,0) 0%,rgb(24,20,1) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff554900,endColorstr=#ff181401,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff554900,endColorstr=#ff181401,GradientType=0);
}
body.jsn-color-green #jsn-menu .jsn-menu-toggle.active,
body.jsn-color-green #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a,
body.jsn-color-green #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a,
body.jsn-color-green #jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle,
body.jsn-color-green #jsn-menu .jsn-modulecontainer.display-dropdown.jsn-dropdown-active .jsn-modulecontainer_inner h3.jsn-moduletitle {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(95,112,61) 0%,rgb(100,139,61) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(95,112,61)),color-stop(1, rgb(100,139,61)));
	background-image:-webkit-linear-gradient(-90deg,rgb(95,112,61) 0%,rgb(100,139,61) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(95,112,61) 0%,rgb(100,139,61) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(95,112,61) 0%,rgb(100,139,61) 100%);
	background-image:linear-gradient(-90deg,rgb(95,112,61) 0%,rgb(100,139,61) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(95,112,61) 0%,rgb(100,139,61) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5f703d,endColorstr=#ff648b3d,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5f703d,endColorstr=#ff648b3d,GradientType=0);
}
body.jsn-color-red #jsn-menu .jsn-menu-toggle.active,
body.jsn-color-red #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a,
body.jsn-color-red #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a,
body.jsn-color-red #jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle,
body.jsn-color-red #jsn-menu .jsn-modulecontainer.display-dropdown.jsn-dropdown-active .jsn-modulecontainer_inner h3.jsn-moduletitle {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(64,33,33) 0%,rgb(128,42,44) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(64,33,33)),color-stop(1, rgb(128,42,44)));
	background-image:-webkit-linear-gradient(-90deg,rgb(64,33,33) 0%,rgb(128,42,44) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(64,33,33) 0%,rgb(128,42,44) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(64,33,33) 0%,rgb(128,42,44) 100%);
	background-image:linear-gradient(-90deg,rgb(64,33,33) 0%,rgb(128,42,44) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(64,33,33) 0%,rgb(128,42,44) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff402121,endColorstr=#ff802a2c,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff402121,endColorstr=#ff802a2c,GradientType=0);
}
body.jsn-color-pink #jsn-menu .jsn-menu-toggle.active,
body.jsn-color-pink #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a,
body.jsn-color-pink #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a,
body.jsn-color-pink #jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle,
body.jsn-color-pink #jsn-menu .jsn-modulecontainer.display-dropdown.jsn-dropdown-active .jsn-modulecontainer_inner h3.jsn-moduletitle {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(36,2,29) 0%,rgb(49,5,47) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(36,2,29)),color-stop(1, rgb(49,5,47)));
	background-image:-webkit-linear-gradient(-90deg,rgb(36,2,29) 0%,rgb(49,5,47) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(36,2,29) 0%,rgb(49,5,47) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(36,2,29) 0%,rgb(49,5,47) 100%);
	background-image:linear-gradient(-90deg,rgb(36,2,29) 0%,rgb(49,5,47) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(36,2,29) 0%,rgb(49,5,47) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff24021d,endColorstr=#ff31052f,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff24021d,endColorstr=#ff31052f,GradientType=0);
}
body.jsn-color-orange #jsn-menu .jsn-menu-toggle.active,
body.jsn-color-orange #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a,
body.jsn-color-orange #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li:hover> a,
body.jsn-color-orange #jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle,
body.jsn-color-orange #jsn-menu .jsn-modulecontainer.display-dropdown.jsn-dropdown-active .jsn-modulecontainer_inner h3.jsn-moduletitle {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(69,22,14) 0%,rgb(159,60,36) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(69,22,14)),color-stop(1, rgb(159,60,36)));
	background-image:-webkit-linear-gradient(-90deg,rgb(69,22,14) 0%,rgb(159,60,36) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(69,22,14) 0%,rgb(159,60,36) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(69,22,14) 0%,rgb(159,60,36) 100%);
	background-image:linear-gradient(-90deg,rgb(69,22,14) 0%,rgb(159,60,36) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(69,22,14) 0%,rgb(159,60,36) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45160e,endColorstr=#ff9f3c24,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45160e,endColorstr=#ff9f3c24,GradientType=0);
}
body.jsn-color-cyan #jsn-menu .jsn-menu-toggle.active,
body.jsn-color-cyan #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a,
body.jsn-color-cyan #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a,
body.jsn-color-cyan #jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle,
body.jsn-color-cyan #jsn-menu .jsn-modulecontainer.display-dropdown.jsn-dropdown-active .jsn-modulecontainer_inner h3.jsn-moduletitle {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(18,55,70) 0%,rgb(48,134,153) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(18,55,70)),color-stop(1, rgb(48,134,153)));
	background-image:-webkit-linear-gradient(-90deg,rgb(18,55,70) 0%,rgb(48,134,153) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(18,55,70) 0%,rgb(48,134,153) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(18,55,70) 0%,rgb(48,134,153) 100%);
	background-image:linear-gradient(-90deg,rgb(18,55,70) 0%,rgb(48,134,153) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(18,55,70) 0%,rgb(48,134,153) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff123746,endColorstr=#ff308699,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff123746,endColorstr=#ff308699,GradientType=0);
}
/* 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,
body.jsn-css3 #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	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-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;
}
/* ----- SUB-MENU BACKGROUND ----- */
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 ul#jsn-sitetools-menu li ul,
body.jsn-color-cyan #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(35,87,97,0.85);
}
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 ul#jsn-sitetools-menu li ul,
body.jsn-color-green #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(57,84,30,0.85);
}
body.jsn-color-yellow div.jsn-modulecontainer ul.menu-mainmenu ul,
body.jsn-color-yellow div.jsn-modulecontainer ul.menu-sidemenu ul,
body.jsn-color-yellow ul#jsn-sitetools-menu li ul,
body.jsn-color-yellow #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(168,147,0,0.85);
}
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 ul#jsn-sitetools-menu li ul,
body.jsn-color-orange #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(107,43,20,0.85);
}
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 ul#jsn-sitetools-menu li ul,
body.jsn-color-red #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(108,30,31,0.85);
}
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 ul#jsn-sitetools-menu li ul,
body.jsn-color-pink #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(129,46,85,0.85);
}
/* ----- TOP MENU BACKGROUND ----- */
body.jsn-color-cyan #jsn-mobiletools li a,
body.jsn-color-cyan ul.menu-topmenu li a {
	background-color: rgba(57,103,112,0.7);
}
body.jsn-color-green #jsn-mobiletools li a,
body.jsn-color-green ul.menu-topmenu li a {
	background-color: rgba(76,101,52,0.7);
}
body.jsn-color-orange #jsn-mobiletools li a,
body.jsn-color-orange ul.menu-topmenu li a {
	background-color: rgba(122,64,43,0.5);
}
body.jsn-color-pink #jsn-mobiletools li a,
body.jsn-color-pink ul.menu-topmenu li a {
	background-color:rgba(141,66,102,0.5);
}
body.jsn-color-yellow #jsn-mobiletools li a,
body.jsn-color-yellow ul.menu-topmenu li a {
	background-color:rgba(177,158,25,0.7);
}
body.jsn-color-red #jsn-mobiletools li a,
body.jsn-color-red ul.menu-topmenu li a {
	background-color:rgba(122,52,53,0.7);
}
/* ----- OVERRIDE JOOMLA 30 ----- */
.jsn-joomla-30 .calendar .button {
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
}