@charset "utf-8";@import url(/media/system/css/system.css);@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
/***!  /templates/system/css/system.css  !***/

/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */


/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}

/***!  /templates/system/css/general.css  !***/

/**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(/templates/system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(/templates/system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(/templates/system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(/templates/system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(/templates/system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(/templates/system/images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/templates/system/images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(/templates/system/images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/***!  /templates/jsn_decor_pro/css/template.css  !***/

/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
/* =============== DEFAULT HTML - GENERAL STYLES =============== */
html, body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
/* =============== DEFAULT HTML - TEXT STYLES =============== */
p, pre, blockquote, form, dl, ul, ol, fieldset, address, table {
	padding: 0;
	margin: 10px 0;
}
p:first-child,
blockquote:first-child,
form:first-child,
dl:first-child,
ul:first-child,
ol:first-child,
fieldset:first-child,
address:first-child,
table:first-child {
	margin-top: 10px;
}
p:last-child,
blockquote:last-child,
form:last-child,
dl:last-child,
ul:last-child,
ol:last-child,
fieldset:last-child,
address:last-child,
table:last-child {
	margin-bottom: 5px;
}
fieldset {
	padding: 10px;
}
.jsn-joomla-30 fieldset {
	padding: 0;
	margin: 0;
}
small {
	font-size: .85em;
}
sup {
	bottom: 0.3em;
	font-size: .8em;
	position: relative;
	vertical-align: baseline;
}
sup em {
	color: red;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
pre {
	padding: 1em;
	background: #FFFFD5;
	border-left: 5px solid #404040;
	font-family: "Courier New",Courier,monospace;
}
blockquote {
	color: #404040;
	min-height: 45px;
	font-style: italic;
	padding-left: 60px;
	background: url(/templates/jsn_decor_pro/images/icons/icon-text-blockquote.png) no-repeat top left;
}
blockquote p {
	font-size: 1em;
	line-height: inherit;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
	font-weight: bold;
}
h5 {
	color: #5A8406;
}
h6 {
	color: #663300;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	font-weight: normal;
	color: #222;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a:active {
	text-decoration: none;
}
a img {
	border: none;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul li {
	padding: 0;
	margin: 0.3em 0 0.3em 1.6em;
}
ol li {
	padding: 0;
	margin: 0.3em 0 0.3em 2em;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.clearafter:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearafter {
	display: block;
}
* html .clearafter {
	height: 1%;
}
.clearbreak {
	clear: both;
}
div.jsn-modulecontainer {
	margin-top: 20px;
}
div.jsn-modulecontainer:first-child,
div.jsn-horizontallayout div.jsn-modulecontainer {
	margin-top: 0;
}
div.jsn-modulescontainer {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 0;
}
div.jsn-modulescontainer div.jsn-modulecontainer_inner,
div#jsn-pos-innerleft div.jsn-modulecontainer_inner,
div#jsn-pos-innerright div.jsn-modulecontainer_inner  {
	margin: 10px;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer {
	width: 23.404255319148934%;
	margin-left: 2.127659574468085%;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer:first-child {
	margin-left: 0;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer:last-child {
	margin-left: 0;
	margin-top: 2.127659574468085%;
	clear: left;
}
#jsn-pos-user1 .jsn-modulecontainer,
#jsn-pos-user2 .jsn-modulecontainer,
#jsn-pos-user3 .jsn-modulecontainer,
#jsn-pos-user4 .jsn-modulecontainer {
	margin-top: 15px;
}
#jsn-pos-user1 .jsn-modulecontainer:first-child,
#jsn-pos-user2 .jsn-modulecontainer:first-child,
#jsn-pos-user3 .jsn-modulecontainer:first-child,
#jsn-pos-user4 .jsn-modulecontainer:first-child {
	margin-top: 0;
}
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
	text-align: center;
	background-color: #EEE;
}
#jsn-page {
	color: #666;
	overflow-x: hidden;
}
#jsn-header {
	background-position: left bottom;
	background-repeat: repeat-x;
}
#jsn-header-inner2,
#jsn-menu-inner1,
#jsn-body-inner,
#jsn-footer-inner {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#jsn-footer-inner {
	background-image: url(/templates/jsn_decor_pro/images/bg-master-gradient.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#jsn-header-inner1,
#jsn-menu-inner3,
#jsn-pos-content-bottom {
	background: url(/templates/jsn_decor_pro/images/bg-master-gradient.png) center top no-repeat;
}
#jsn-pos-content-top,
#jsn-breadcrumbs-inner,
#jsn-content-bottom-inner2,
#jsn-footermodules {
	background: url(/templates/jsn_decor_pro/images/backgrounds/bg-trans-dot.png) left top repeat-x;
}
#jsn-menu-inner2 {
	background-image: url(/templates/jsn_decor_pro/images/backgrounds/bg-trans-dot.png);
	background-position: left top;
	background-repeat: repeat-x;
}
#jsn-pos-content-top,
#jsn-pos-content-bottom,
#jsn-usermodules3 {
	padding: 20px;
}
#jsn-usermodules3 {
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #BBB;

}
/* ----- STICKLEFT / STICKRIGHT ----- */
div[id*=jsn-pos-stick-] {
	position: fixed;
	z-index: 888888;
}
div[id*=jsn-pos-stick-left] {
	left: 0;
}
div[id*=jsn-pos-stick-right] {
	right: 0;
}
#jsn-pos-stick-leftmiddle,
#jsn-pos-stick-rightmiddle {
	visibility: hidden;
}
#jsn-pos-stick-leftbottom,
#jsn-pos-stick-rightbottom {
	bottom: 0;
}
/* =============== LAYOUT - TOPBAR AREA =============== */
#jsn-topbar {
	background-color: #2B363C;
	padding: 5px 0 0;
}
#jsn-pos-topbar {
	color: #ffffff;
	margin: 0 auto;
	width: 960px;
}
#jsn-pos-topbar a {
	color: #ffffff;
}
#jsn-pos-topbar .jsn-modulecontainer {
	float: right;
}
/* =============== LAYOUT - LAYOUT CHANGING =============== */
/* ----- PROMO AREA ----- */
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid  #jsn-pos-promo.order1 + #jsn-pos-promo-left.order3 .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid  #jsn-pos-promo-left.order2 #jsn-pos-promo-right.order3 .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid  #jsn-pos-promo-left.order2[class*="offset-"] .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid  #jsn-pos-promo-left.order1 + #jsn-pos-promo-right.order2 .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid  #jsn-pos-promo-left.order2 + #jsn-pos-promo-right.order3 .jsn-modulecontainer {
    margin-left: -17px;
    margin-right: 0;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo-right.order2 .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo-left.order2 .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo:not(.order2) + #jsn-pos-promo-right.order1[class*="offset-"] .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo-left.order2 + #jsn-pos-promo-right.order1 .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo:not(.order2) + #jsn-pos-promo-left.order1 .jsn-modulecontainer {
    margin-right: -17px;
    margin-left: 0;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span1[class*="order"] > div {
    margin: 0 -33.3333%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2[class*="order"] > div {
    margin: 0 -14.2857%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3[class*="order"] > div {
    margin: 0 -9.0909%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4[class*="order"] > div {
    margin: 0 -6.6667%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5[class*="order"] > div {
    margin: 0 -5.2632%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6[class*="order"] > div {
    margin: 0 -4.3478%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7[class*="order"] > div {
    margin: 0 -3.7037%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8[class*="order"] > div {
    margin: 0 -3.2258%;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order1 > div {
    margin: 0 -2.8571% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span10 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order10 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10.order1 > div {
    margin: 0 -2.5641% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span8 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order1 > div {
    margin: 0 -3.2258% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span7 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order1 > div {
    margin: 0 -3.7037% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span6 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order1 > div {
    margin: 0 -4.3478% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span5 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5.order1 > div {
    margin: 0 -5.2632% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span4 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order1 > div {
    margin: 0 -6.6667% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span3 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order1 > div {
    margin: 0 -9.0909% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span2 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order1 > div {
    margin: 0 -14.2857% 0 0;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order3 > div {
    margin: 0 0 0 -2.8571%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span10.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10.order3 > div {
    margin: 0 0 0 -2.5641%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span8.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order3 > div {
    margin: 0 0 0 -3.2258%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span7.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order3 > div {
    margin: 0 0 0 -3.7037%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span6.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order3 > div {
    margin: 0 0 0 -4.3478%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span5.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5.order3 > div {
    margin: 0 0 0 -5.2632%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span4.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order3 > div {
    margin: 0 0 0 -6.6667%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span3.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order3 > div {
    margin: 0 0 0 -9.0909%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span2.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order3 > div {
    margin: 0 0 0 -14.2857%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span1[class*="order"] > div {
    margin: 0 -42.8571%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2[class*="order"] > div {
    margin: 0 -17.6471%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3[class*="order"] > div {
    margin: 0 -11.1111%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4[class*="order"] > div {
    margin: 0 -8.1081%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5[class*="order"] > div {
    margin: 0 -6.383%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6[class*="order"] > div {
    margin: 0 -5.2632%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7[class*="order"] > div {
    margin: 0 -4.4776%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8[class*="order"] > div {
    margin: 0 -3.8961%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order1 > div {
    margin: 0 -3.4483% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span10 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order10 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10.order1 > div {
    margin: 0 -3.0928% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span8 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order1 > div {
    margin: 0 -3.8961% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span7 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order1 > div {
    margin: 0 -4.4776% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span6 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order1 > div {
    margin: 0 -5.2632% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span5 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5.order1 > div {
    margin: 0 -6.383% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span4 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order1 > div {
    margin: 0 -8.1081% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span3 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order1 > div {
    margin: 0 -11.1111% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order1 > div {
    margin: 0 -17.6471% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order3 > div {
    margin: 0 0 0 -3.4483%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span10.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10.order3 > div {
    margin: 0 0 0 -3.0928%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span8.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order3 > div {
    margin: 0 0 0 -3.8961%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span7.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order3 > div {
    margin: 0 0 0 -4.4776%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span6.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order3 > div {
    margin: 0 0 0 -5.2632%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span5.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5.order3 > div {
    margin: 0 0 0 -6.383%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span4.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order3 > div {
    margin: 0 0 0 -8.1081%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span3.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order3 > div {
    margin: 0 0 0 -11.1111%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span2.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order3 > div {
    margin: 0 0 0 -17.6471%;
}
/* ----- Maincontent Area ----- */
#jsn-content.jsn-hasleft.jsn-hasright #jsn-content_inner2.jsn-flip #jsn-leftsidecontent.order2 > div,
#jsn-content.jsn-hasleft.jsn-hasright #jsn-content_inner2.jsn-flip #jsn-rightsidecontent.order2 > div {
	margin-left: -30px;
}
#jsn-content.jsn-hasright.jsn-hasleft #jsn-content_inner.jsn-flip #jsn-rightsidecontent.order2 > div,
#jsn-content.jsn-hasright.jsn-hasleft #jsn-content_inner.jsn-flip #jsn-leftsidecontent.order2 > div {
	margin-right: -30px;
}
#jsn-content.jsn-hasleft.jsn-hasright #jsn-content_inner.jsn-flip #jsn-content_inner2 {
	background: none;
}
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent #jsn-maincontent_inner {
	margin-left: -25px;
	margin-right: -25px;
}
#jsn-content.jsn-hasright #jsn-maincontent_inner,
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order1 #jsn-maincontent_inner {
	margin-right: -15px;
	margin-left: 0;
}
#jsn-content.jsn-hasleft #jsn-maincontent_inner,
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order3 #jsn-maincontent_inner,
#jsn-content.jsn-hasright .order2 #jsn-maincontent_inner,
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order3 #jsn-maincontent_inner {
	margin-left: -15px;
	margin-right: 0;
}
#jsn-content.jsn-hasleft.jsn-hasinnerleft #jsn-maincontent.order1 #jsn-maincontent_inner {
	margin: 0;
}
#jsn-maincontent.span12[class*="order"],
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order2 {
	padding: 0;
}
/* ----- Component Area ----- */
#jsn-content.jsn-hasinnerleft:not([class*="jsn-hasinnerright"]) #jsn-maincontent.span12 #jsn-centercol {
	padding-right: 15px;
}
#jsn-content.jsn-hasinnerright:not([class*="jsn-hasinnerleft"]) #jsn-maincontent.span12 #jsn-centercol {
	padding-left: 15px;
}
#jsn-content.jsn-hasinnerleft.jsn-hasinnerright #jsn-maincontent.span12 #jsn-centercol {
	padding: 0;
}
/* =============== LAYOUT - HEADER AREA =============== */
#jsn-header-inner1 {
	position: relative;
}
#jsn-logo {
	margin: 15px 0 10px;
}
#jsn-logo a {
	line-height: 100%;
	display: inline-block;
}
#jsn-headerright {
	padding: 25px 0 40px;
}
#jsn-pos-top form {
	margin: 0;
}
#jsn-pos-top div.jsn-modulecontainer {
	float: left;
	margin: 0 0 0 20px;
}
#jsn-pos-top div.jsn-modulecontainer:first-child {
	margin-left: 0;
}
/* =============== LAYOUT - MENU AREA =============== */
#jsn-menu {
	padding-bottom: 12px;
	margin-bottom: -14px;
}
#jsn-menu-inner2 {
	position: relative;
	z-index: 999;
	margin: 0 -10px;
}
#jsn-menu .left,
#jsn-menu .right {
	width: 10px;
	position: absolute;
	bottom: -7px;
	z-index: -1;
}
#jsn-menu .left {
	background: url(/templates/jsn_decor_pro/images/bg-mainmenu-inner1.png) 0 bottom no-repeat;
	left: 0;
}
#jsn-menu .right {
	background: url(/templates/jsn_decor_pro/images/bg-mainmenu-inner2.png) 0 bottom no-repeat;
	right: 0;
}
#jsn-pos-mainmenu {
	float: left;
	margin: 10px;
}
#jsn-pos-toolbar {
	float: right;
}
#jsn-pos-toolbar div.jsn-modulecontainer {
	float: right;
	margin-left: 10px;
}
#jsn-pos-toolbar form {
	margin: 0;
}
/* =============== LAYOUT - CONTENT TOP AREA =============== */
#jsn-promo,
#jsn-content-top {
	z-index: 88;
	position: relative;
	background: #FFF;
	margin-bottom: 20px;
	border-bottom: 1px solid #888;
}
#jsn-content-top {
	background-image: url(/templates/jsn_decor_pro/images/bg-master-gradient.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #EEE;
}
#jsn-content-top h3.jsn-moduletitle,
#jsn-content-bottom h3.jsn-moduletitle  {
	color: #FFF;
}
#jsn-promo,
#jsn-promo #jsn-pos-promo,
#jsn-promo #jsn-pos-promo-left,
#jsn-promo #jsn-pos-promo-right {
	position: relative;
}
#jsn-pos-promo-left div.jsn-modulecontainer,
#jsn-pos-promo-right div.jsn-modulecontainer {
	padding: 18px 22px;
}
/* =============== LAYOUT - CONTENT AREA =============== */
div[id*="jsn-content"],
div[id*="mainbody-content-inner"],
#jsn-maincontent,
#jsn-centercol,
#jsn-pos-innerleft,
#jsn-pos-innerright,
#jsn-leftsidecontent,
#jsn-rightsidecontent {
	position: relative;
}
#jsn-content {
	background: #FAFAFA;
	margin-bottom: 20px;
	border: 1px solid #BBB;
	border-top: none;
}
div.jsn-hasinnerleft #jsn-mainbody-content-inner1 {
    background: url(/templates/jsn_decor_pro/images/backgrounds/mainbody-content-sepline.png) right top repeat-y;
}
div.jsn-hasinnerright #jsn-mainbody-content-inner3 {
    background: url(/templates/jsn_decor_pro/images/backgrounds/mainbody-content-sepline.png) left top repeat-y;
}
#jsn-leftsidecontent,
#jsn-rightsidecontent {
	z-index: 87;
}
#jsn-leftsidecontent_inner,
#jsn-rightsidecontent_inner {
	padding: 5px;
}
#jsn-content.jsn-hasinnerleft.jsn-hasinnerright #mainbody-pos-content-inner {
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
}
#jsn-content.jsn-hasinnerleft #mainbody-pos-content-inner {
	margin-left: -15px;
}
#jsn-content.jsn-hasinnerright #mainbody-pos-content-inner {
	margin-right: -15px;
}
#jsn-leftsidecontent div.jsn-modulecontainer,
#jsn-rightsidecontent div.jsn-modulecontainer {
	margin-bottom: 15px;
}
#jsn-leftsidecontent div.jsn-modulecontainer_inner,
#jsn-rightsidecontent div.jsn-modulecontainer_inner {
	margin: 10px;
}
#jsn-content.jsn-hasright #jsn-maincontent {
	z-index:86;
}
#jsn-maincontent_inner {
	padding: 5px;
}
#jsn-mainbody {
	padding: 10px 10px 20px;
}
#jsn-pos-breadcrumbs {
	position: relative;
	z-index: 88;
}
#jsn-breadcrumbs-inner2 {
	padding: 8px 10px 9px;
}
#jsn-pos-user-top,
#jsn-usermodules1,
#jsn-pos-user-bottom,
#jsn-pos-banner,
#jsn-usermodules2 {
	background-image: url(/templates/jsn_decor_pro/images/dot.png);
	background-repeat: repeat-x;
}
#jsn-pos-user-top,
#jsn-usermodules1 {
	background-position: left bottom;
}
#jsn-pos-user-bottom,
#jsn-pos-banner,
#jsn-usermodules2 {
	background-position: left top;
}
#jsn-usermodules1_inner_grid2,
#jsn-usermodules2_inner_grid2 {
	width: 100%;
	padding: 5px 0;
}
#jsn-pos-user-top {
	padding-bottom: 10px;
}
#jsn-pos-user-bottom,
#jsn-pos-banner {
	padding-top: 10px;
}
#jsn-pos-banner {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
/* =============== LAYOUT - CONTENT BOTTOM AREA =============== */
#jsn-content-bottom {
	z-index: 85;
	position: relative;
	color: #fff;
	margin: 0 -9px -8px;
	background: url(/templates/jsn_decor_pro/images/bg-mainmenu-inner1.png) left bottom no-repeat;
}
#jsn-content-bottom-inner {
	padding-bottom: 6px;
	background: url(/templates/jsn_decor_pro/images/bg-mainmenu-inner2.png) right bottom no-repeat;
}
#jsn-content-bottom-inner1 {
	margin: 0;
}
/* =============== LAYOUT - FOOTER AREA =============== */
#jsn-footer {
	color: #FAFAFA;
	font-size: 0.9em;
}
#jsn-footer-inner {
	background-color: #FAFAFA;
}
#jsn-footermodules {
	padding: 5px 5px 12px;
}
#jsn-footer a {
	text-decoration: none;
}
#jsn-footer a:hover {
	text-decoration: underline;
}
#jsn-pos-bottom {
	text-align: right;
}
#jsn-footer div.jsn-modulecontainer_inner {
	margin: 5px 10px;
}
#jsn-brand {
	padding-top: 10px;
    display: block;
    padding: 3px 8px;
    color: #16445E;
    text-align: center;
}
#jsn-brand a {
	color: #16445E;
}
#jsn-brand a:hover {
	text-decoration: underline;
}
/* FIX LAYOUT PADDING */
#jsn-centercol_inner {
	border-top: 1px solid rgba(255,255,255,0);
}
.span12 #jsn-centercol_inner {
	padding: 20px;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - GENERAL TYPOGRAPHY =============== */
.hd {
	display: none;
}
/* ----- PREDEFINED CONTENT ALIGN ----- */
.align-left {
	float: left;
}
.align-center {
	margin-left: auto;
	margin-right: auto;
}
.align-right {
	float: right;
}
.margin-left {
	margin-left: 1em;
	margin-right: 0;
}
.margin-right {
	margin-left: 0;
	margin-right: 1em;
}
.content-left {
	text-align: left;
}
.content-center {
	text-align: center;
}
.content-right {
	text-align: right;
}

/* =============== TYPOGRAPHY - CONTENT COLUMMNS =============== */
div.grid-layout {
	margin: 0px 0 20px;
} 
div.grid-layout2 div.grid-col {
	float: left;
	width: 49.95%;
}
div.grid-layout3 div.grid-col {
	float: left;
	width: 33.3%;
}
div.grid-layout4 div.grid-col {
	float: left;
	width: 24.96%;
}
div.grid-layout5 div.grid-col {
	float: left;
	width: 19.98%;
}
div.grid-layout6 div.grid-col {
	float: left;
	width: 16.65%;
}
div.grid-layout div.grid-col div.grid-col_inner {
	margin-right: 10px;
}
div.grid-layout div.grid-lastcol div.grid-col_inner {
	margin-right: 0;
}
/* =============== TYPOGRAPHY - TEXT STYLES =============== */
.text-box {
	padding: .8em;
	border: 1px solid #e5e5e5;
}
.text-box-highlight {
	padding: .8em;
	border: 1px solid transparent;
}
.text-box-highlight:hover {
	border-color: #d9d9d9;
	background-color: #f2f2f2;
}
.text-highlight {
	padding: .2em .5em;
	background: #FFFFAA;
}
.text-highlight.highlight-green {
	color: #fff;
	background: #48691b;
}
.text-highlight.highlight-light {
	color: #000;
	background: #e5e5e5;
}
.text-highlight.highlight-dark {
	color: #fff;
	background: #595959;
}
.text-dropcap p:first-child:first-letter,
p.text-dropcap:first-child:first-letter {
	color: #404040;
	font: 4em/.8em "Times New Roman", Times, serif;
	float: left;
}
.text-size-small {
	font-size: 0.9em;
}
.text-size-medium {
	font-size: 1em;
}
.text-size-large {
	font-size: 1.1em;
}
.text-size-xlarge {
	font-size: 1.2em;
}
.text-size-xxlarge {
	font-size: 1.3em;
}
hr.line-dots {
	border: none;
	padding: 0.9em 0;
	background: url(/templates/jsn_decor_pro/images/dot.png) left center repeat-x;
}
hr.line-solid {}
/* ----- ACTION LINK ----- */
.link-action {
	padding: 1px 2px;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}
.link-action:hover {
	color: #FFF;
	text-decoration: none;
	border: none;
}
/* ----- HIGHLIGHT LINK ----- */
.link-highlight {
	color: #595959;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid transparent;
}
.link-highlight:hover {
	color: #000;
	border-color: #d9d9d9;
	text-decoration: none;
	background-color: #f2f2f2;
}
/* ----- TOOLTIPS LINK ----- */
a.link-tooltip {
	position: relative;
}
a.link-tooltip:hover {
	z-index: 25;
}
a.link-tooltip span {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
}
a.link-tooltip:hover span {
	display: block;
}
/* =============== TYPOGRAPHY - LIST STYLES =============== */
/* ----- ARROW LIST ----- */
ul.list-arrow {
	list-style: none;
}
ul.list-arrow li {
	margin-left: 0;
	padding-left: 16px;
	position: relative;
	display: block;
}
ul.list-arrow li:after {
	content: '';
	height: 0;
	position: absolute;
	width: 0;
	border: 0.34em solid transparent;
	left: 5px;
	top: 4px;
}
ul.list-arrow.arrow-red li:after {
	border-left-color: #AE0000;
}
ul.list-arrow.arrow-blue li:after {
	border-left-color:#0060BF;
}
ul.list-arrow.arrow-green li:after {
	border-left-color: #3AA655;
}
/* =============== TYPOGRAPHY - IMAGES STYLES =============== */
img.image-left {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
img.image-right {
	float: right;
	margin: 0.5em 0.5em 0.5em 1em;
}
img.image-border {
	padding: 3px;
	border: 1px solid #e5e5e5;
}
img.image-margin {
	margin: .5em;
}
/* ============================== MENU ============================== */
/* =============== MENU - GENERAL =============== */
/* ----- RICH MENU STYLE ----- */
.jsn-menutitle,
.jsn-menudescription {
	display: block;
}
.jsn-menudescription {
	color: #B8B8B8;
	font-size: 0.9em;
	font-weight: normal;
}
/* =============== MENU - MAIN MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-mainmenu {
	margin: 0;
	padding: 0;
	clear: both;
}
div.jsn-modulecontainer ul.menu-mainmenu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style-type: none;
}
div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-right: 1px solid #404040;
}
div.jsn-modulecontainer ul.menu-mainmenu li a {
	color: #EEE;
	display: block;
	cursor: pointer;
	padding: 10px 0;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	text-transform:	uppercase;
	font-size: 1.2em;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a.jsn-nodescription {
	padding: 5px 20px 26px;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	padding: 5px 18px;
}
div.jsn-modulecontainer ul.menu-mainmenu li > a > span {
	display: block;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li a span.jsn-menudescription {
	display: none;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu li a span.jsn-menudescription {
	display: block;
	text-transform: none;
	line-height: 1.2;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu.menu-iconmenu > li > a span {
	line-height: 1.5;
}
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul {
	margin: 0;
	padding: 0;
	width: 200px;
	left: -999em;
	position: absolute;
	padding: 0 10px;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > ul {
	padding-top: 10px;
	background-position: 0 10px;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li {
	width: 200px;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
div.jsn-modulecontainer ul.menu-mainmenu ul ul {
	top: 0;
	margin-left: 199px;
}
/* ----- PARENT ITEMS / ADD ARROW TO ITEMS HAVE SUBLEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
	padding-right: 16px;
	background: url(/templates/jsn_decor_pro/images/icons/icon-arrow-white.png) 98% center no-repeat;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a {
	color: #FFF000;
	text-decoration: none;
}
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a {
	background-color: none;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
	color: #fff000;		/* 2017-12-03 Farbe auf Gelb ge?ndert */
}
/* ----- ROLLOVER STATE / DISPLAY SUB-MENU OF SELECTED MENU ITEM ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
	left: auto;
	right: auto;
}
/* =============== MENU - TREE MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-treemenu,
div.jsn-modulecontainer ul.menu-treemenu ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
div.jsn-modulecontainer ul.menu-treemenu li {
	margin: 0;
	padding: 0;
	position: relative;
}
div.jsn-modulecontainer ul.menu-treemenu > li {
	border-bottom: 1px dotted #b3b3b3;
}
div.jsn-modulecontainer ul.menu-treemenu li a {
	padding: 6px 3px;
	display: block;
	color: #999;
	cursor: pointer;
	text-decoration: none;
}
ul.menu-treemenu li a span {
	display: block;
}
ul.menu-treemenu li > a > span {
	padding-left: 18px;
	background: url(/templates/jsn_decor_pro/images/icons/icons-base.png) left -343px no-repeat;
}
div[class*=richbox-] ul.menu-treemenu li a,
div[class*=solid-] ul.menu-treemenu li a {
	color: #EEE;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-treemenu li a span.jsn-menudescription {
	display: none;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription {
	color: #999;
	display: block;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu.menu-iconmenu > li > a span {
	line-height: 1.5;
}
div[class*="richbox-"] ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription,
div[class*="solid-"] ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription {
	color: #FFF;
}
/* ---------- NORMAL STATE ---------- */
div.jsn-modulecontainer ul.menu-treemenu ul li {
	margin: 0;
}
div.jsn-modulecontainer ul.menu-treemenu ul li a {
	padding-left: 25px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul li a {
	padding-left: 40px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul li a {
	padding-left: 55px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul li a {
	padding-left: 70px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul ul li a {
	padding-left: 85px;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-treemenu li.active > a,
div.jsn-modulecontainer ul.menu-treemenu li.active > a span.jsn-menudescription {
	font-weight: bold;
	color: #000;
}
div[class*=richbox-] ul.menu-treemenu li.active > a,
div[class*=richbox-] ul.menu-treemenu li.active > a span.jsn-menudescription,
div[class*=solid-] ul.menu-treemenu li.active > a,
div[class*=solid-] ul.menu-treemenu li.active > a span.jsn-menudescription {
	color: #FFF;
}
/* ----- CURRENT / HOVER STATE ----- */
div[class*=lightbox-] ul.menu-treemenu > li:hover > a,
div[class*=lightbox-] ul.menu-treemenu.menu-richmenu > li:hover > a span.jsn-menudescription,
div[class*=lightbox-] ul.menu-treemenu ul > li:hover > a,
div[class*=lightbox-] ul.menu-treemenu.menu-richmenu ul > li:hover > a span.jsn-menudescription {
	color: #000;
}
div[class*=richbox-] ul.menu-treemenu > li:hover > a,
div[class*=richbox-] ul.menu-treemenu.menu-richmenu > li:hover > a span.jsn-menudescription,
div[class*=richbox-] ul.menu-treemenu ul > li:hover > a,
div[class*=richbox-] ul.menu-treemenu.menu-richmenu ul > li:hover > a span.jsn-menudescription,
div[class*=solid-] ul.menu-treemenu > li:hover > a,
div[class*=solid-] ul.menu-treemenu.menu-richmenu > li:hover > a span.jsn-menudescription,
div[class*=solid-] ul.menu-treemenu ul > li:hover > a,
div[class*=solid-] ul.menu-treemenu.menu-richmenu ul > li:hover > a span.jsn-menudescription {
	color: #FFF;
}
/* =============== MENU - DIV MENU =============== */
ul.menu-divmenu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
ul.menu-divmenu:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}
ul.menu-divmenu li {
	margin: 0;
	padding: 0 0.8em;
	float: left;
	display: inline;
	border-right: 1px solid #666666;
}
ul.menu-divmenu li.first {
	padding-left: 0;
}
ul.menu-divmenu li.last {
	border-right-width: 0;
}
/* =============== MENU - TOP MENU =============== */
ul.menu-topmenu {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
ul.menu-topmenu li {
	margin: 0;
	padding: 0 8px;
	display: inline-block;
}
ul.menu-topmenu li a {
	padding: 0;
	color: #EEE;
	display: block;
}
ul.menu-topmenu li a:hover {
	text-decoration: underline;
}
ul.menu-topmenu li a span {
	display: block;
}
/* ============================== MODULE STYLES ============================== */
h3.jsn-moduletitle {
	margin: 0;
	color: #444;
	font-size: 1.1em;
	padding-bottom: 5px;
}
h3.jsn-moduletitle span {
	display: block;
	line-height: 16px;
}
div[class*=solid-] div.jsn-modulecontainer_inner > div {
	background: url(/templates/jsn_decor_pro/images/backgrounds/bg-trans-dot.png) center top repeat-x;
}
div[class*=box-] h3.jsn-moduletitle,
div[class*=solid-] h3.jsn-moduletitle {
	color: #fff;
}
div[class*=lightbox-] div.jsn-modulecontent {
	color: #444;
}
div[class*=richbox-] .link-action,
div[class*=solid-] .link-action,
#jsn-pos-content-top .link-action,
#jsn-pos-content-bottom .link-action {
	color: #FFF;
	border-color: #FFF;
	text-decoration: none;
}
div[class*=richbox-] a,
div[class*=solid-] a,
#jsn-pos-content-top a,
#jsn-pos-content-bottom a {
	color: #FFF;
	text-decoration: underline;
}
body.jsn-desktop #jsn-pos-content-bottom img {
	max-width: 100%;
}
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- GENERAL MODULE STYLES ----- */
div.jsn-modulescontainer div[class*="solid-"] div.jsn-modulecontainer_inner,
div.jsn-modulescontainer div[class*="box-"] div.jsn-modulecontainer_inner {
	margin: 10px;
}
/* ----- LIGHTBOX STYLE ----- */
div[class*=box-] h3.jsn-moduletitle {
	padding: 10px;
	background: #666 url(/templates/jsn_decor_pro/images/backgrounds/bg-trans-dot.png) left top repeat-x;
	border: 1px solid #555;
}
div[class*=box-] div.jsn-modulecontent {
	background-color: #EEE;
	padding: 6px 16px 10px;
	border: 1px solid #999;
	border-top: none;
}
/* ----- RICHBOX STYLE ----- */
div[class*=richbox-] {
	position: relative;
}
div[class*=richbox-] div.jsn-modulecontent {
	background: #888 url(/templates/jsn_decor_pro/images/bg-master-gradient.png) -250px top no-repeat;
	color: #EEE;
	border: 1px solid #666;
	border-top: none;
}
div.richbox-2 div.jsn-modulecontainer_inner img.image-border {
	border: none;
	width: 98%;
	padding: 0;
}
/* RICHBOX ON LEFTSIDE & RIGHTSIDE */
#jsn-rightsidecontent div[class*=richbox-] {
	margin-right: -15px;
	padding-bottom: 6px;
	background: url(/templates/jsn_decor_pro/images/bg-mainmenu-inner2.png) 100% bottom no-repeat;
}
#jsn-rightsidecontent.order1 div[class*=richbox-] {
	margin-right: 0;
	padding-bottom: 6px;
	background: none;
}
#jsn-leftsidecontent.order2 div[class*=richbox-],
#jsn-leftsidecontent.order3 div[class*=richbox-] {
	margin-left: 0;
	padding-bottom: 6px;
	background: none;
}
#jsn-leftsidecontent div[class*=richbox-] {
	margin-left: -15px;
	padding-bottom: 6px;
	background: url(/templates/jsn_decor_pro/images/bg-mainmenu-inner1.png) left bottom no-repeat;
}
#jsn-rightsidecontent div[class*=richbox-] div.jsn-modulecontainer_inner {
	margin-right: 0;
	margin-bottom: 0;
}
#jsn-leftsidecontent div[class*=richbox-] div.jsn-modulecontainer_inner {
	margin-left: 0;
	margin-bottom: 0;
}
/* ----- SOLIDBOX STYLE ----- */
div[class*=solid-] div.jsn-modulecontainer_inner {
	background: #666 url(/templates/jsn_decor_pro/images/bg-master-gradient.png) -250px top no-repeat;
	color: #EEE;
	border: 1px solid #555;
}
div[class*=solid-] h3.jsn-moduletitle {
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #555;
}
div[class*=solid-] div.jsn-modulecontent {
	padding: 5px 16px 20px;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== PAGEBREAK - TABS STYLE =============== */
dl.tabs {
	float: left;
	margin-bottom: -1px;
}
dl.tabs dt.tabs {
	float: left;
	margin-left: 3px;
	padding: 4px 10px;
	background-color: #F0F0F0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
dl.tabs dt:hover {
	background-color: #F9F9F9;
}
dl.tabs dt.open {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
dl.tabs dt.tabs h3 {
	margin: 0;
	font-size: 1.1em;
}
dl.tabs dt.tabs h3 a {
	color: #666;
	font-weight: normal;
}
dl.tabs dt.open h3 a,
dl.tabs dt.tabs h3 a:hover {
	color: #000;
	text-decoration: none;
}
dl.tabs dt.open h3 a {
	font-weight: bold;
}
div.current dd.tabs {
	margin: 0;
	padding: 10px;
	clear: both;
	border: 1px solid #CCC;
	background-color: #FFF;
}
/* =============== PAGEBREAK - SLIDERS STYLE =============== */
div.panel {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
div.panel h3.title {
	margin: 0;
	cursor: pointer;
	font-size: 1.1em;
	padding: 8px 10px;
	border-bottom: 1px solid #CCC;
}
div.panel h3.title:hover,
div.panel h3.pane-toggler-down {
	background-color: #F0F0F0;
}
div.panel h3.title a {
	color: #666;
}
div.panel h3.title a:hover {
	text-decoration: none;
}
div.panel h3.pane-toggler-down {
	border-bottom: none;
}
div.panel h3.pane-toggler-down a {
	color: #000;
}
div.panel div.content > div,
div.panel div.content > p {
	margin: 15px;
}
/* =============== JOOMLA! EXTENSIONS - GENERAL =============== */
/* ----- HEADING ----- */
.contentheading,
.componentheading,
.subheading {
	margin-top: 0;
	font-size: 1.6em;
}
table.contentpaneopen {
	width: 100%;
}
/* ----- FORM ----- */
.jsn-formbuttons {
	text-align: center;
	padding-top: .45em;
}
table.paramlist td {
	padding: .3em;
}
table.paramlist td.paramlist_key {
	width: 150px;
}
.inputbox {
	border: 1px solid #d0d0d0;
	background-color: #fafafa;
	padding: 2px 4px;
	min-height: 22px;
}
.inputbox:active, .inputbox:focus {
	border-color: #b5b5b5;
	background-color: #f2f2f2;
}
select.inputbox {
	padding: 2px;
}
#jsn-page .button {
	display: inline-block;
	*display: inline;
	padding: 4px 10px;
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 18px;
	*line-height: 20px;
	color: #eee;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	vertical-align: middle;
	cursor: pointer;
	background-color: #999;
}
.button:hover, .button:active {
	background-color: #777;
	color: #fff;
}
/* ----- TOOLTIPS ----- */
.jsn-joomla-25 .tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index: 88;
	position: relative;
}
.jsn-joomla-25 .tip-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/templates/system/images/selector-arrow.png) no-repeat;
}
.jsn-joomla-25 .tip-text {
	font-size: 100%;
	margin: 0;
}
/* ----- POP-UP / PRINT WINDOWS ----- */
body.contentpane {
	color: #000000;
	background: #FFFFFF;
}
body.contentpane div.com-content {
	padding: 1em;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- ARTICLE METADATA ----- */
.jsn-article-metadata {
	margin-bottom: 15px;
}
.jsn-article-metadata > span {
	padding-right: 10px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}
.jsn-article-metadata > span:last-child {
	padding-right: 0;
	margin-right: 0;
	border: none;
}
.article-info {
	margin: 0;
	font-size: 0.9em;
	float: left;
}
.article-info-term {
	display: none;
}
.archive .article-info dd,
.article-info dd {
	margin: 2px 0 0;
	line-height: 1.5;
}
/* ----- ARTICLE TOOLBAR ----- */
.jsn-article-toolbar {
	margin-bottom: 15px;
	background-color: #f4f4f4;
}
.jsn-article-toolbar .btn-group.pull-right {
	padding: 5px;
}
.jsn-article-toolbar dl {
	padding: 5px;
}
#article-index {
    float: right;
    margin: 0 0 1em 1em;
    background-color: #F2F2F2;
    border: 1px solid #D9D9D9;
}
#article-index ul {
	margin: 0;
	list-style-type: none;
}
#article-index ul li {
	margin: 0;
	padding: 0.25em 0.6em;
}
/* ----- ARTICLE INFO ----- */
.jsn-article-info {
	padding: 10px;
}
.jsn-article-info p:first-child {
	margin-top: 0;
}
.jsn-article-info p:last-child {
	margin-bottom: 0;
}
.author,
.createdate,
.publishdate,
.hits {
	margin: 10px 0;
	color: #595959;
	font-size: 0.9em;
}
.author,
.createdate,
.publishdate {
	padding-left: 22px;
	background-image: url(/templates/jsn_decor_pro/images/icons/icons-base.png);
	background-repeat: no-repeat;
}
.author {
	background-position: 0 0;
}
.createdate,
.publishdate {
	background-position: 0 -86px;
}
.modifydate {
	margin: 1em 0;
	text-align: right;
	color: #999999;
	font-style: italic;
}
/* ----- ARCHIVE ARTICLE  ----- */
div.archive .intro {
	clear: both;
}
/* ----- 2 BUTTON PRINT, EMAIL CONTAINER ----- */
ul.jsn-article-tools {
	margin: 10px;
	list-style: none;
}
ul.jsn-article-tools li {
	float: left;
	margin: 0 0 0 10px;
}
ul.jsn-article-tools li a {
	float: left;
	display: block;
	height: 16px;
	width: 16px;
	background: url(/templates/jsn_decor_pro/images/icons/icons-base.png) left top no-repeat;
}
ul.jsn-article-tools li a.no-icon {
	background: none;
	width: auto;
	height: auto;
}
ul.jsn-article-tools li.jsn-article-icon-edit a {
	background: none;
}
ul.jsn-article-tools li a.jsn-article-print-button {
	background-position: 0 -430px;
}
ul.jsn-article-tools li a.jsn-article-email-button {
	background-position: 0 -516px;
}
ul.jsn-article-tools li a:hover {
	text-decoration: none;
}
.jsn-article-submit {
	margin-top: 0.8em;
}
.jsn-joomla-25 .item-title-entry .icon-edit,
.item-title-entry .jsn-icon-edit {
	display: inline-block;
}
/* ----- SUBMIT AN ARTICLE ----- */
.field-title {
	width: 120px;
	float: left;
}
.formelm, .formelm-area {
	margin: 10px 0;
	clear: both;
}
.formelm .fltlft {
	float: left;
}
.formelm label {
    display: inline-block;
    width: 25%;
    float: left;
}
/* ----- READ MORE ----- */
a.readon {
	color: #888;
	cursor: pointer;
	font-size: 1.1em;
	padding: 5px 12px;
	font-weight: bold;
	border: #999 1px solid;
	display: inline-block;
	text-decoration: none;
}
a.readon:hover {
}
/* ----- TABLE OF CONTENT ----- */
table.contenttoc {
	margin: 0 0 1em 1em;
	border: 1px solid #D9D9D9;
	background: #f2f2f2;
	float: right;
}
table.contenttoc th {
	padding: .4em;
	background: url(/templates/jsn_decor_pro/images/dot.png) bottom repeat-x;
	font-weight: bold;
	text-align: center;
}
table.contenttoc td {
	padding: .25em .6em;
}
/* PAGE LINK IN TOC */
a.toclink {
	font-size: .9em;
}
/* PAGE NUMBER SHOWING "PAGE 1 OF ..." UNDER TOC */
div.pagenavcounter {
	color: #595959;
	margin: .5em 0;
	font-size: .9em;
	font-weight: bold;
}
/* PAGE NAVIGATION */
div.pagenavbar div {
	color: #999999;
	font-weight: bold;
	font-size: .9em;
}
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* SEPARATOR BETWEEN ARTICLES */
div.article_separator {
	height: 1em;
	clear: both;
}
div.row_separator {
	height: 1em;
	clear: both;
}
/* ARTICLE COLUMN CONTAINER */
.jsn-articlecols {
	float: left;
}
.jsn-articlecols .jsn-article {
	padding: 0 5px;
}
/* "MORE ARTICLES..." PANEL HEADING TEXT */
div.blog_more {
	padding: 10px 15px;
	margin: 0 0 1em 0;
	border: 1px solid #e5e5e5;
	background-color: #F4F4F4;
}
/* PAGE PAGINATION */
ul.pagenav,
div.pagination ul {
	list-style-type: none;
}
ul.pagenav {
	text-align: center;
}
ul.pagenav li,
div.pagination ul li {
	color: #999;
	margin: 0;
	display: inline-block;
	font-weight: bold;
}
div.pagination ul li {
	font-size: 0.9em;
}
ul.pagenav li a,
div.pagination ul li a {
	margin: 0 15px;
}
ul.jsn-pagination {
	list-style-type: none;
}
ul.jsn-pagination li {
	display: inline-block !important; /*override compression*/
	margin: 0;
}
ul.jsn-pagination li a,
ul.jsn-pagination li span {
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #CCC;
	color: #999;
	display: inline-block;
}
ul.jsn-pagination li a:hover {
	color: #000;
	text-decoration: none;
}
ul.jsn-pagination li.navigation-page span {
	border: none;
	padding: 6px 10px;
	color: #fff;
}
ul.jsn-pagination,
p.jsn-pageinfo {
	font-size: 0.9em;
	text-align: center;
	margin: 20px 0 10px 0;
}
p.counter.pull-right {
	float: none;
	display: inline-block;
}
/* BLOG PAGES NAV LINK */
a.pagenav {
	text-transform: uppercase;
}
/* ----- CATEGORY LIST LAYOUT ----- */
/* DESCRIPTION IN CONTENT TABLE AND COMPONENT PAGE */
.categories-list ul {
	list-style-type: none;
}
.cat-children ul dl dt,
.cat-children ul dl dd,
dl.article-count dt,
dl.article-count dd {
	display: inline;
}
.categories-list dl dt,
.categories-list dl dd {
	margin: 0;
	padding: 0;
	display: inline;
}
/* TABLE IN CATEGORY TABLE PAGE */
.sectiontableheader {
	padding: 5px 8px;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
}
.sectiontableheader img {
	margin: 0;
	vertical-align: text-top;
}
.sectiontableheader a {
	color: #ffffff;
	text-decoration: underline;
}
.sectiontableheader a:hover {
	text-decoration: none;
}
/* TABLE FILTER */
.jsn-infofilter {
	text-align: right;
}
.jsn-titlefilter {
	float: left;
}
.archived-article-list .jsn-infofilter {
	text-align: left;
}
/* TABLE'S ROW */
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 6px 8px;
	border-bottom: 1px solid #e5e5e5;
}
tr.sectiontableentry2 td {
}
/* ----- SECTION LAYOUT ----- */
/* LINKS IN SECTION TABLE PAGE */
a.category {
	font-weight: bold;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTACT =============== */
/* ----- STANDARD CONTACT LAYOUT ----- */
div.com-contact .jsn-contact-image {
	float: right;
	margin: 10px 5px 0 0;
}
div.com-contact .contact-position {
	margin: 5px 0 0 0;
}
div.com-contact .contact-vcard {
	margin: 0 0 5px 0;
}
div.com-contact .jicons-icons {
	float: left;
}
div.com-contact .contact-address {
	margin-top: 5px;
}
div.com-contact .contact-address p {
	margin: 0;
	padding-left: 20px;
}
div.com-contact .contact-contactinfo p,
div.com-contact .contact-miscinfo p {
	margin: 5px 0;
}
div.com-contact .contact-contactinfo .jicons-icons,
div.com-contact .contact-miscinfo .jicons-icons {
	margin-right: 4px;
}
div.com-contact div.contact-form fieldset {
	padding: 0 10px;
}
div.com-contact div.contact-form dt {
	margin: 10px 0 5px 0;
}
div.com-contact div.contact-form dd {
	margin-left: 0;
}
div.com-contact .form-required {
	color: #EF593B;
	font-weight: bold;
	text-align: right;
}
/* =============== JOOMLA! EXTENSIONS - COM_SEARCH =============== */
div.com-search #searchForm .search-phrase {
	margin-left: 95px;
}
div.com-search #searchForm .search-range input,
div.com-search #searchForm .search-phrase input {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
div.com-search #searchForm [class*="search-"] label,
div.com-search #searchForm .search-field-title {
	width: 100px;
	line-height: 21px;
	text-align: left;
	padding-right: 3px;
	display: inline-block;
}
div.com-search #searchForm .search-range label,
div.com-search #searchForm .search-phrase label {
	width: auto;
}
div.com-search #searchForm .search-ordering select {
	padding: 2px 0;
}
div.com-search #searchForm .search-range label {
	line-height: 21px;
}
/* =============== JOOMLA! EXTENSIONS - COM_FINDER =============== */
.collapse {
	overflow: hidden;
}
/* ----- KEYWORD GIGHLIGHT IN SEARCH RESULT ----- */
span.highlight {
	padding: .2em;
	background: #FFFFAA;
}
/* =============== JOOMLA! EXTENSIONS - COM_WEBLINK =============== */
table.jsn-infotable .description p {
	margin: 0;
}
table.jsn-infotable ul.actions {
	display: inline;
}
table.jsn-infotable ul.actions li {
	display: inline;
	margin: 0 0 0 5px;
}
#editor-xtd-buttons {
	float: left;
}
/* =============== JOOMLA! EXTENSIONS - COM_NEWSFEED =============== */
div.com-newsfeed td.jsn-table-column-name {
	font-weight: bold;
}
div.com-newsfeed table {
	width: 100%;
	border-collapse: collapse;
}
div.com-newsfeed td {
	border: 1px solid #ccc;
	padding: 10px 5px;
	border-top: none;
}
div.com-newsfeed th {
	background: #999;
	padding: 10px 5px;
	border: 1px solid #999;
	border-bottom: none;
}
div.com-newsfeed th a {
	color: #fff;
}
div.com-newsfeed td.item-num-art {
	text-align: center;
}
/* =============== JOOMLA! EXTENSIONS - COM_USER =============== */
/* ----- USER FORM LAYOUT ----- */
div.com-user div.default-login {
	width: 350px;
	margin: 0 auto;
	padding: 10px;
	background-color: #F4F4F4;
	border: 1px solid #E5E5E5;
}
.login-fields {
	margin: 10px 0;
}
.login-fields label {
	width: 9em;
	float: left;
}
/* ----- REGISTER FORM ----- */
.jsn-formRow {
	margin: 8px 0;
}
.jsn-formRow .jsn-formRow-lable {
	float: left;
	width: 170px;
}
/* =============== JOOMLA! EXTENSIONS - POPUP COMPONENT =============== */
#jsn-content-popup .com-content,
#jsn-content-popup #mailto-window {
	max-width: 1018px;
	margin: 1em auto;
}
#jsn-content-popup .com-content {
    padding-top: 0;
}
#mailto-window {
	padding: 15px;
	position: relative;
	background: #f5f5f5;
	border: solid 1px #ddd;
}
#mailto-window h2 {
	padding: 3px 0;
	margin: 0 0 10px;
	font: bold 1.2em "Times New Roman", Times, serif;
}
#mailto-window label {
	width: 8em;
	display: inline-block;
}
#mailto-window .mailto-close {
	right: 0;
	top: 5px;
	background: none;
	position: absolute;
}
#mailto-window .mailto-close a {
	display: block;
	min-width: 25px;
	min-height: 25px;
	overflow: visible;
	background: url(/templates/jsn_decor_pro/images/icons/icon-close.png) 0 0 no-repeat;
}
#mailto-window .mailto-close a span {
	top: -3000px;
	left: -3000px;
	display: inline;
	position: absolute;
}
#mailto-window .inputbox {
	padding: 3px;
	border: 1px solid #ccc;
	background: #FFF url(/templates/jsn_decor_pro/images/backgrounds/popup-bg.png) repeat-x 0 0;
}
#mailto-window p {
    margin: 20px 0 8px 0;
}
#mailto-window button {
	cursor: pointer;
	margin:0 5px 0 0;
	padding: 3px 10px;
	border: 1px solid #ccc;
	font: bold 1em "Times New Roman", Times, serif;
	background-image:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	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%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffd8d8d8,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffd8d8d8,GradientType=0);
}
#mailto-window .formelm,
#mailto-window .formelm-area {
    clear: both;
    margin: 5px 0;
}
/* =============== JOOMLA! EXTENSIONS - SYSTEM MESSAGES =============== */
/* ----- SYSTEM STANDARD MESSAGES ----- */
#system-message {
	margin-bottom: 20px;
}
#system-message dd.message ul {
	text-indent: 0;
	padding-left: 40px;
	background: #c3d2e5 url(/media/system/images/notice-info.png) 4px center no-repeat;
}
#system-message ul li {
	margin-left: 0;
}
/* ----- SYSTEM ERROR MESSAGES ----- */
#system-message dd.error ul {
	background: #e6c0c0 url(/media/system/images/notice-alert.png) 4px center no-repeat;
}
/* ----- SYSTEM NOTICE MESSAGES ----- */
#system-message dd.notice ul {
	color: #cc0000;
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
	background: #efe7b8 url(/media/system/images/notice-note.png) 4px center no-repeat;
}
/* =============== JOOMLA! EXTENSIONS - MOD_BREADCRUMB =============== */
#jsn-pos-breadcrumbs {
	background: #EEE;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
span.breadcrumbs {
	display: block;
}
span.breadcrumbs a,
span.breadcrumbs span {
	font-size: 1em;
	padding: 0 25px 0 15px;
	line-height: 25px;
	text-decoration: none;
	background: url(/templates/jsn_decor_pro/images/icons/icon-arrow-black.png) right center no-repeat;
}
span.breadcrumbs a.first,
span.breadcrumbs span.current:first-child {
	padding-left: 5px;
}
span.breadcrumbs a:hover {
	text-decoration: underline;
}
span.breadcrumbs span.current {
	font-weight: bold;
	background: none;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}
.breadcrumb li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
}
.breadcrumb li a,
.breadcrumb li span + span {
	display: inline-block;
}
.breadcrumb li span + span {
	font-weight: bold;
}
.breadcrumb a,
.breadcrumb span:not(.divider) {
	padding: 0 25px 0 0;
	background: url("/templates/jsn_decor_pro/images/icons/icon-arrow-black.png") right center no-repeat;
	margin-right: 15px;
}
.breadcrumb li:last-child a,
.breadcrumb li:last-child span:not(.divider) {
	background: none;
}
.breadcrumb > li > .divider {
	padding: 0 !important;
}
.breadcrumb li.active:first-child span.divider {
	padding: 0 15px 0 0;
	background: none;
}
.breadcrumb .active {
	font-weight: bold;
	background: none;
}
/* =============== JOOMLA! EXTENSIONS - MOD_LOGIN =============== */
#form-login fieldset.input {
	border: none;
	padding: 0;
}
#form-login div.button-wrapper {
	text-align: center;
	margin-top: 0.5em;
}
#form-login [id^="form-login-"] {
	margin: 0 0 6px 0;
}
form#login-form a.btn {
	height: 15px;
}
form#login-form .icon-arrow-right {
	background-position: -458px -73px;
}
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod-search-searchword {
	padding: 2px 0 2px 25px;
	background: #FFF url(/templates/jsn_decor_pro/images/icons/icons-base.png) 5px -168px no-repeat;
}
/* =============== JOOMLA! EXTENSIONS - MOD_NEWSFLASH =============== */
.jsn-mod-newsflash.jsn-horizontal-container .jsn-article {
	padding: 0 1em;
}
.jsn-mod-newsflash .contentheading {
	margin: 0 0 0.3em 0;
}
.jsn-mod-newsflash .article-separator {
	display: block;
    height: 0.5em;
}
/* ============================== JOOMLA! 3.x CORE COMPONENT LAYOUT ============================== */
.img-fulltext-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.pull-right.collapsed .icon-minus,
.pull-right .icon-plus {
	display: none;
}
.pull-right .icon-minus,
.pull-right.collapsed .icon-plus {
	display: block;
}
/* ---------- OVERRIDE ----------- */
.jsn-joomla-30 blockquote {
	border-left: none;
}
.jsn-joomla-30 hr {
	margin: 0.5em 0;
}
.jsn-joomla-30 .form-horizontal .control-label {
	text-align: left;
}
.jsn-joomla-30 .calendar tbody td,
.jsn-joomla-30 .calendar tbody td.hilite,
.jsn-joomla-30 .calendar tbody td.selected {
    border: none;
    padding: 5px;
	text-align: center;
}
.jsn-joomla-30 .input-append .btn {
	padding: 7px 14px 6px;
	outline: none;
}
.jsn-joomla-30 label,
.jsn-joomla-30 input,
.jsn-joomla-30 button,
.jsn-joomla-30 select,
.jsn-joomla-30 textarea,
.jsn-joomla-30 .btn,
.jsn-joomla-30 .uneditable-input {
	font-size: 13px;
}
.jsn-joomla-30 .icon-location {
    background-position: -24px -73px;
}
.jsn-joomla-30 div.tooltip {
	background: none;
	border: none;
}
.jsn-joomla-30 #form-login-remember .control-label,
.jsn-joomla-30 #modlgn-remember {
	vertical-align: middle;
}
.jsn-joomla-30 .dropdown-menu li,
.jsn-joomla-30 .category li {
	margin: 0;
}
.jsn-joomla-30 .page-header {
    border-bottom: none;
	margin-bottom: 0;
}

/*=======================================================CUSTOM CSS=======================================================*/
/**
 * 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 0;
	padding-bottom: 40px;
	*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(/templates/jsn_decor_pro/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 {
	background: url(/templates/jsn_decor_pro/images/icons/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	background: url(/templates/jsn_decor_pro/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;
}

.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(/templates/jsn_decor_pro/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(/templates/jsn_decor_pro/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;
}

/*==============NAVIGATOR================*/
div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-right: 1px solid rgba(255,255,255,0.15) !important;
}

/*==============SLIDER==============*/
.jsn-demopage .jsn-gallery .galleria-container.notouch {
	border: none !important;
}

.jsn-demopage .jsn-gallery .galleria-thumbnails-list {
	margin-top: 10px !important;
}

.jsn-demopage .jsn-gallery .galleria-thumbnails .galleria-image img {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
}

.jsn-demopage .jsn-gallery {
	margin-bottom: -6px;
}

.jsn-demopage .jsn-gallery .label_skitter {
	opacity: 1 !important;
	background: none !important;
	max-width: 80% !important;
	padding: 20px;
	width: 100%;
}

.jsn-demopage .jsn-gallery .label_skitter p {
	margin: 0 !important;
}

.jsn-demopage .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	font-size: 22px !important;
	padding: 10px 10px 10px 20px;
	color: #fff !important;
}

.jsn-demopage .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	font-size: 13px !important;
	padding: 10px 10px 10px 20px;
	color: #fff !important;
}

.jsn-demopage .jsn-gallery .prev_button:before {
	background: url(/templates/jsn_decor_pro/images/icons/controls.png) no-repeat 0 -32px;
	content: '';
	display: block;
	position: absolute;
	padding: 20px;
	margin: 6px;
}

.jsn-demopage .jsn-gallery .prev_button {
	left: -9px !important;
	overflow: inherit;
}

.jsn-demopage .jsn-gallery .prev_button:after {
	padding-top: 29px;
	padding-right: 33px;
	background:url(/templates/jsn_decor_pro/images/bg-mainmenu-inner1.png) left bottom no-repeat !important;
	display: block;
	content: '';
	position: absolute;
}

.jsn-demopage .jsn-gallery .next_button:before {
	background: url(/templates/jsn_decor_pro/images/icons/controls.png) no-repeat -43px -32px;
	content: '';
	display: block;
	position: absolute;
	padding: 20px;
	margin: 6px;
}

.jsn-demopage .jsn-gallery .next_button {
	right: -9px !important;
	overflow: inherit;
}

.jsn-demopage .jsn-gallery .next_button:after {
	padding-top: 29px;
	padding-left: 42px;
	background:url(/templates/jsn_decor_pro/images/bg-mainmenu-inner2.png) right bottom no-repeat !important;
	display: block;
	content: '';
	position: absolute;
}
/*===============COLORS OF SLIDER===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	background-color: #206193;
}

.jsn-demopage.jsn-color-blue .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	background-color: rgba(32,97,147,0.8);
}

.jsn-demopage.jsn-color-blue .jsn-gallery .prev_button, 
.jsn-demopage.jsn-color-blue .jsn-gallery .next_button {
	background: #206193 !important;
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	background-color: #922311;
}

.jsn-demopage.jsn-color-red .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	background-color: rgba(146,35,17,0.8);
}

.jsn-demopage.jsn-color-red .jsn-gallery .prev_button, 
.jsn-demopage.jsn-color-red .jsn-gallery .next_button {
	background: #922311 !important;
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	background-color: #5F6A24;
}

.jsn-demopage.jsn-color-green .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	background-color: rgba(95,106,36,0.8);
}

.jsn-demopage.jsn-color-green .jsn-gallery .prev_button, 
.jsn-demopage.jsn-color-green .jsn-gallery .next_button {
	background: #5F6A24 !important;
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	background-color: #5D2D46;
}

.jsn-demopage.jsn-color-purple .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	background-color: rgba(93,45,70,0.8);
}

.jsn-demopage.jsn-color-purple .jsn-gallery .prev_button, 
.jsn-demopage.jsn-color-purple .jsn-gallery .next_button {
	background: #5D2D46 !important;
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	background-color: #BC501B;
}

.jsn-demopage.jsn-color-orange .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	background-color: rgba(188,80,27,0.8);
}

.jsn-demopage.jsn-color-orange .jsn-gallery .prev_button, 
.jsn-demopage.jsn-color-orange .jsn-gallery .next_button {
	background: #BC501B !important;
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	background-color: #2B363C;
}

.jsn-demopage.jsn-color-darkblue .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	background-color: rgba(43,54,60,0.8);
}

.jsn-demopage.jsn-color-darkblue .jsn-gallery .prev_button, 
.jsn-demopage.jsn-color-darkblue .jsn-gallery .next_button {
	background: #2B363C !important;
}
/*=======END DARK BLUE========*/
/*===============END COLORS OF SLIDER===============*/

/*===============QUOTES===============*/
.jsn-demopage .jsn-modulecontent #quotes {
	background: url(/media/joomlashine/jsn-decor/custom-html/quotes/quote-bg-darkblue.png) top no-repeat;
	padding: 12px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.jsn-demopage .jsn-modulecontent #quotes .quote-text {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.3em;
	color: #2B363C;
	max-width: 540px;
	margin: 0 auto;
	padding: 5px;
}

.jsn-demopage .jsn-modulecontent #quotes .quote-title {
	font-family: Arial, san-serif;
	font-size: 0.8em;
	font-weight: bold;
}
.jsn-demopage .jsn-modulecontent .testimonial {
	padding: 15px 10px 10px;
}

/*===============CONTENT TOP===============*/
.jsn-demopage #jsn-content-top {
	background-image: none;
	background-color: #fff;
}

.jsn-demopage #jsn-content-top, #jsn-content-bottom-inner1 {
	border-top: none;
	border-right: none;
	border-left: none;
	border: none;
}

.jsn-demopage #jsn-pos-content-top, #jsn-content-bottom-inner2, #jsn-footermodules {
	box-shadow: none;
	text-shadow: none;
}

.jsn-demopage #jsn-content-top #static-block {
	padding: 10px 20px;
}

.jsn-demopage #jsn-content-top #static-block .sb-content .sb-img {
	border-radius: 100%;
	float: left;
	width: 48px;
	height: 48px;
}

.jsn-demopage #jsn-content-top #static-block .sb-content .sb-link {
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-size: 1.4em;
	font-family: "Playfair Display", Georgia, serif;
	font-weight: bold;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    line-height: 50px;
}

.jsn-demopage #jsn-content-top #static-block .sb-content .sb-text {
	color: #586165;
	max-width: 350px;
}
/*===============COLORS OF CONTENT TOP===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue #jsn-content-top #static-block .sb-content .sb-img {
	background-color: #206193;
}

.jsn-demopage.jsn-color-blue #jsn-content-top #static-block .sb-content .sb-link {
	color: #2B363C;
}

.jsn-demopage.jsn-color-blue #jsn-content-top #static-block .sb-content:hover .sb-link {
	color: #186a8f;
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red #jsn-content-top #static-block .sb-content .sb-img {
	background-color: #922311;
}

.jsn-demopage.jsn-color-red #jsn-content-top #static-block .sb-content .sb-link {
	color: #2B363C;
}

.jsn-demopage.jsn-color-red #jsn-content-top #static-block .sb-content:hover .sb-link {
	color: #7B2724;
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green #jsn-content-top #static-block .sb-content .sb-img {
	background-color: #5F6A24;
}

.jsn-demopage.jsn-color-green #jsn-content-top #static-block .sb-content .sb-link {
	color: #2B363C;
}

.jsn-demopage.jsn-color-green #jsn-content-top #static-block .sb-content:hover .sb-link {
	color: #4D7200;
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple #jsn-content-top #static-block .sb-content .sb-img {
	background-color: #5D2D46;
}

.jsn-demopage.jsn-color-purple #jsn-content-top #static-block .sb-content .sb-link {
	color: #2B363C;
}

.jsn-demopage.jsn-color-purple #jsn-content-top #static-block .sb-content:hover .sb-link {
	color: #723B4A;
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange #jsn-content-top #static-block .sb-content .sb-img {
	background-color: #BC501B;
}

.jsn-demopage.jsn-color-orange #jsn-content-top #static-block .sb-content .sb-link {
	color: #2B363C;
}

.jsn-demopage.jsn-color-orange #jsn-content-top #static-block .sb-content:hover .sb-link {
	color: #935227;
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue #jsn-content-top #static-block .sb-content .sb-img {
	background-color: #2B363C;
}

.jsn-demopage.jsn-color-darkblue #jsn-content-top #static-block .sb-content .sb-link {
	color: #2B363C;
}

.jsn-demopage.jsn-color-darkblue #jsn-content-top #static-block .sb-content:hover .sb-link {
	color: #2d98bb;
}
/*=======END DARK BLUE========*/
/*===============END COLORS OF CONTENT TOP===============*/

/*=================ARTICLES===================*/
.jsn-demopage #jsn-content #jsn-mainbody .line-dots {
	padding: 5px 0 10px;
	height: 1px;
}

.jsn-demopage #jsn-content #jsn-content_inner {
	background: #fff;
}
.article p {
	margin: 0 0 20px;
}

/*===============RICH BOX===================*/
.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer {
	margin-right: -25px;
}

.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer:before {
	display: block;
	content: '';
	position: absolute;
	padding-bottom: 204px;
	padding-right: 275px;
	background: url(/templates/jsn_decor_pro/images/bg-mainmenu-inner2.png) 100% bottom no-repeat;
}

/*================INNER RIGHT==================*/
.jsn-demopage .jsn-hasinnerright #jsn-mainbody-content-inner3 {
	background: none;
}

.jsn-demopage #jsn-pos-innerright {
	margin-top: 9px;
	border-bottom-color: #3c5868;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
div#jsn-pos-innerright .jsn-modulecontainer .jsn-modulecontainer_inner {
	margin: 10px 0px 10px 25px;
}

.jsn-demopage #jsn-pos-innerright .jsn-modulecontent img {
	width: 100%;
}

.jsn-demopage #jsn-pos-innerright .jsn-modulecontent p {
	color: #fff;
}
/*================INNER LEFT==================*/
div#jsn-pos-innerleft .jsn-modulecontainer .jsn-modulecontainer_inner {
	margin: 10px 25px 10px 0;
}

/*===============COLORS OF INNER RIGHT===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue #jsn-pos-innerright {
	background-color: #5C8FB6;
	border: 1px solid #5C8FB6;
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red #jsn-pos-innerright {
	background-color: #AF5546;
	border: 1px solid #AF5546;
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green #jsn-pos-innerright {
	background-color: #8D9A48;
	border: 1px solid #8D9A48;
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple #jsn-pos-innerright {
	background-color: #854E6B;
	border: 1px solid #854E6B;
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange #jsn-pos-innerright {
	background-color: #D77B4E;
	border: 1px solid #D77B4E;
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue #jsn-pos-innerright {
	background-color: #4C6979;
	border: 1px solid #4C6979;
}
/*=======END DARK BLUE========*/
/*===============END COLORS OF INNER RIGHT===============*/

/*================BOTTOM BLOCK===============*/
.jsn-demopage #jsn-content-bottom #jsn-pos-content-bottom {
	background-image: url(/templates/jsn_decor_pro/images/bg-master-gradient.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.jsn-demopage #jsn-content-bottom #jsn-content-bottom-inner2 {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

.jsn-demopage #jsn-content-bottom #bottom-static .bs-img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.jsn-demopage #jsn-content-bottom #bottom-static .bs-inner:hover .bs-img {
	border: 6px solid #fff;
}

.jsn-demopage #jsn-content-bottom #bottom-static .bs-inner {
}

.jsn-demopage #jsn-content-bottom #bottom-static .bs-inner .grid-col_inner {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
}

.jsn-demopage #jsn-content-bottom #bottom-static .bs-inner .bs-title {
	color: #fff;
}

.jsn-demopage #jsn-content-bottom #bottom-static .bs-link {
	text-decoration: none;
}
/*===============COLORS OF BOTTOM BLOCK===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue #jsn-content-bottom #jsn-content-bottom-inner1 {
	background-color: #5C8FB6;
	border: 1px solid #5C8FB6;
	border-bottom-color: #4b7da4;
}

.jsn-demopage.jsn-color-blue #jsn-content-bottom #bottom-static .bs-img {
	border: 6px solid #206193;
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red #jsn-content-bottom #jsn-content-bottom-inner1 {
	background-color: #AF5546;
	border: 1px solid #AF5546;
	border-bottom-color: #a24434;
}

.jsn-demopage.jsn-color-red #jsn-content-bottom #bottom-static .bs-img {
	border: 6px solid #922311;
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green #jsn-content-bottom #jsn-content-bottom-inner1 {
	background-color: #8D9A48;
	border: 1px solid #8D9A48;
	border-bottom-color: #7b8739;
}

.jsn-demopage.jsn-color-green #jsn-content-bottom #bottom-static .bs-img {
	border: 6px solid #5F6A24;
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple #jsn-content-bottom #jsn-content-bottom-inner1 {
	background-color: #854E6B;
	border: 1px solid #854E6B;
	border-bottom-color: #5D2D46;
}

.jsn-demopage.jsn-color-purple #jsn-content-bottom #bottom-static .bs-img {
	border: 6px solid #5D2D46;
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange #jsn-content-bottom #jsn-content-bottom-inner1 {
	background-color: #D77B4E;
	border: 1px solid #D77B4E;
	border-bottom-color: #BC501B;
}

.jsn-demopage.jsn-color-orange #jsn-content-bottom #bottom-static .bs-img {
	border: 6px solid #BC501B;
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue #jsn-content-bottom #jsn-content-bottom-inner1 {
	background-color: #4C6979;
	border: 1px solid #4C6979;
	border-bottom-color: #3c5868;
}

.jsn-demopage.jsn-color-darkblue #jsn-content-bottom #bottom-static .bs-img {
	border: 6px solid #2B363C;
}
/*=======END DARK BLUE========*/
/*===============END COLORS OF BOTTOM BLOCK===============*/

/*============QUOTES=============*/
.jsn-demopage #jsn-usermodules3 .testimonial blockquote {
	padding-left: 0;
	background: none;
}

.jsn-demopage #jsn-usermodules3 .test-img {
	float: left;
	border: 1px solid #e5e5e5;
	padding: 2px;
}

.jsn-demopage #jsn-usermodules3 .test-content {
	padding-left: 70px;
}

/*=====================OUR GALLERY========================*/
.jsn-demopage #jsn-content-bottom-below {
	margin-bottom: 20px;
}

.jsn-demopage #our-gallery {
	background-image: url(/templates/jsn_decor_pro/images/bg-master-gradient.png);
	background-position: left top;
	background-repeat: no-repeat;
	box-shadow: 0 2px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
}

.jsn-demopage #our-gallery .bx-pager.bx-default-pager {
	display: none;
}

.jsn-demopage #our-gallery .bx-pager .bx-controls-auto {
	display: none;
}

.jsn-demopage #our-gallery .slider4 .slide {
	margin-top: 40px;
}

.jsn-demopage #our-gallery .bx-viewport {
	height: 100% !important;
	position: inherit !important;
}

.jsn-demopage #our-gallery .og-content {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

.jsn-demopage #our-gallery .og-content h1 {
	text-align: center;
	color: #fff;
	padding-top: 20px;
	margin-bottom: -4px;
	font-size: 1.6em;
}

.jsn-demopage #our-gallery .og-content p {
	text-align: center;
	color: #fff;
	margin-bottom: -10px;
}

.jsn-demopage #our-gallery .og-content .slide-inner {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.jsn-demopage #our-gallery .bx-controls-direction {
	top: 50%;
}

.jsn-demopage #our-gallery .bx-controls-direction .bx-next {
	right: -9px;
}

.jsn-demopage #our-gallery .bx-controls-direction .bx-next:after {
	padding-top: 18px;
	padding-left: 33px;
	background:url(/templates/jsn_decor_pro/images/bg-mainmenu-inner2.png) right bottom no-repeat;
	display:block;
	content: '';
	position: absolute;
}

.jsn-demopage #our-gallery .bx-controls-direction .bx-prev {
	left: -10px;
}

.jsn-demopage #our-gallery .bx-controls-direction .bx-prev:after {
	padding-top: 18px;
	padding-right: 33px;
	background:url(/templates/jsn_decor_pro/images/bg-mainmenu-inner1.png) left bottom no-repeat;
	display:block;
	content: '';
	position: absolute;
}

.jsn-demopage #our-gallery .bx-controls-auto {
	display: none;
}
/*===============COLORS OF OUR GALLERY===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue #our-gallery {
	background-color: #5C8FB6;
}

.jsn-demopage.jsn-color-blue #our-gallery .og-content {
	border: 1px solid #5C8FB6;
	border-bottom-color: #4b7da4;
}

.jsn-demopage.jsn-color-blue #our-gallery .bx-controls-direction .bx-next,
.jsn-demopage.jsn-color-blue #our-gallery .bx-controls-direction .bx-prev {
	background-color: #206193;
}

.jsn-demopage.jsn-color-blue #our-gallery .og-content .slide-inner:before {
	background: #206193;
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red #our-gallery {
	background-color: #AF5546;
}

.jsn-demopage.jsn-color-red #our-gallery .og-content {
	border: 1px solid #AF5546;
	border-bottom-color: #a24434;
}

.jsn-demopage.jsn-color-red #our-gallery .bx-controls-direction .bx-next,
.jsn-demopage.jsn-color-red #our-gallery .bx-controls-direction .bx-prev {
	background-color: #922311;
}

.jsn-demopage.jsn-color-red #our-gallery .og-content .slide-inner {
	background: #922311;
}

/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green #our-gallery {
	background-color: #8D9A48;
}

.jsn-demopage.jsn-color-green #our-gallery .og-content {
	border: 1px solid #8D9A48;
	border-bottom-color: #7b8739;
}

.jsn-demopage.jsn-color-green #our-gallery .bx-controls-direction .bx-next,
.jsn-demopage.jsn-color-green #our-gallery .bx-controls-direction .bx-prev {
	background-color: #5F6A24;
}

.jsn-demopage.jsn-color-green #our-gallery .og-content .slide-inner {
	background: #5F6A24;
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple #our-gallery {
	background-color: #854E6B;
}

.jsn-demopage.jsn-color-purple #our-gallery .og-content {
	border: 1px solid #854E6B;
	border-bottom-color: #5D2D46;
}

.jsn-demopage.jsn-color-purple #our-gallery .bx-controls-direction .bx-next,
.jsn-demopage.jsn-color-purple #our-gallery .bx-controls-direction .bx-prev {
	background-color: #5D2D46;
}

.jsn-demopage.jsn-color-purple #our-gallery .og-content .slide-inner {
	background: #5D2D46;
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange #our-gallery {
	background-color: #D77B4E;
}

.jsn-demopage.jsn-color-orange #our-gallery .og-content {
	border: 1px solid #D77B4E;
	border-bottom-color: #BC501B;
}

.jsn-demopage.jsn-color-orange #our-gallery .bx-controls-direction .bx-next,
.jsn-demopage.jsn-color-orange #our-gallery .bx-controls-direction .bx-prev {
	background-color: #BC501B;
}

.jsn-demopage.jsn-color-orange #our-gallery .og-content .slide-inner {
	background: #BC501B;
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue #our-gallery {
	background-color: #4C6979;
}

.jsn-demopage.jsn-color-darkblue #our-gallery .og-content {
	border: 1px solid #3c5868;
	border-bottom-color: #4C6979;
}

.jsn-demopage.jsn-color-darkblue #our-gallery .bx-controls-direction .bx-next,
.jsn-demopage.jsn-color-darkblue #our-gallery .bx-controls-direction .bx-prev {
	background-color: #2B363C;
}

.jsn-demopage #our-gallery .og-content .slide-inner {
	background: #2b363c;
	padding: 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.jsn-demopage #our-gallery .og-content .slide-inner:hover {
	background: #fff !important;
}
/*=======END DARK BLUE========*/
/*===============END COLORS OF OUR GALLERY===============*/

/*=====================EVENTS========================*/
.jsn-demopage #events {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
}

.jsn-demopage #events .grid-layout.grid-layout4 {
	padding: 50px 15px 50px 0;
	margin: 0;
}

.jsn-demopage #events .events-content {
}

.jsn-demopage #events .events-content .event-title2 {
	margin-top: -10px;
}

.jsn-demopage #events .events-content .grid-col_inner {
	margin-right: 20px;
}

.jsn-demopage #events .events-content .event-text {
	font-style: italic;
}

.jsn-demopage #events .events-content .event-clock {
	font-weight: bold;
	color: #404040;
}

.jsn-demopage #events .events-info {
	margin-left: -10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
}

.jsn-demopage #events .events-info:after {
	content: '';
	display: block;
	position: absolute;
	background:url(/templates/jsn_decor_pro/images/bg-mainmenu-inner1.png) left bottom no-repeat;
	padding-top: 7px;
	padding-left: 10px;
}

.jsn-demopage #events .events-info-inner {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

.jsn-demopage #events .events-info-inner .event-title1 {
	margin-top: -12px;
}

.jsn-demopage #events .events-info-inner p {
	max-width: 250px;
}

.jsn-demopage #events .events-info-inner a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.jsn-demopage #events .events-info-inner a:hover {
	color: #fff;
}

.jsn-demopage #events .events-info .event-title,
.jsn-demopage #events .events-info .event-title1,
.jsn-demopage #events .events-info .event-title2,
.jsn-demopage #events .events-info p {
	color: #fff;
}
/*===============COLORS OF EVENTS===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue #events .events-info {
	background-color: #5C8FB6;
	border: 1px solid #5C8FB6;
	border-bottom-color: #4b7da4;
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red #events .events-info {
	background-color: #AF5546;
	border: 1px solid #AF5546;
	border-bottom-color: #a24434;
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green #events .events-info {
	background-color: #8D9A48;
	border: 1px solid #8D9A48;
	border-bottom-color: #7b8739;
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple #events .events-info {
	background-color: #854E6B;
	border: 1px solid #854E6B;
	border-bottom-color: #5D2D46;
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange #events .events-info {
	background-color: #D77B4E;
	border: 1px solid #D77B4E;
	border-bottom-color: #BC501B;
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue #events .events-info {
	background-color: #4C6979;
	border: 1px solid #4C6979;
	border-bottom-color: #3c5868;
}
/*=======END DARK BLUE========*/
/*===============END COLORS OF EVENTS===============*/

/*=====================FOOTER=====================*/
/*===============COLORS OF FOOTER===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue #jsn-footer #jsn-footer-inner {
	background-color: #5C8FB6;
	border: 1px solid #5C8FB6;
}

.jsn-demopage.jsn-color-blue #jsn-footer #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red #jsn-footer #jsn-footer-inner {
	background-color: #AF5546;
	border: 1px solid #AF5546;
}

.jsn-demopage.jsn-color-red #jsn-footer #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green #jsn-footer #jsn-footer-inner {
	background-color: #8D9A48;
	border: 1px solid #8D9A48;
}

.jsn-demopage.jsn-color-green #jsn-footer #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple #jsn-footer #jsn-footer-inner {
	background-color: #854E6B;
	border: 1px solid #854E6B;
}

.jsn-demopage.jsn-color-purple #jsn-footer #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange #jsn-footer #jsn-footer-inner {
	background-color: #D77B4E;
	border: 1px solid #D77B4E;
}

.jsn-demopage.jsn-color-orange #jsn-footer #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue #jsn-footer #jsn-footer-inner {
	background-color: #4C6979;
	border: 1px solid #4C6979;
}

.jsn-demopage.jsn-color-darkblue #jsn-footer #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
/*=======END DARK BLUE========*/
/*===============END COLORS OF FOOTER===============*/

@media screen and (max-width: 960px) {
	.jsn-mobile.jsn-demopage #jsn-logo {
		padding-left: 20px;
	}

	.jsn-mobile.jsn-demopage #jsn-headerright {
		padding-right: 20px;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .prev_button {
		left: 0 !important;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .prev_button:after {
		background: none !important;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .next_button {
		right: 0 !important;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .next_button:after {
		background: none !important;
	}

	.jsn-mobile.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer:before {
		padding-bottom: 151px;
		padding-right: 915px;
	}

	.jsn-mobile.jsn-demopage #events .events-content {
		width: 25%;
	}

	.jsn-mobile.jsn-demopage #jsn-pos-innerright .jsn-modulecontent img {
		width: 10%;
		float: left;
	}

	.jsn-mobile.jsn-demopage #jsn-pos-innerright .jsn-modulecontent p {
		padding-left: 110px;
		max-width: 740px;
	}
}


@media screen and (max-width: 480px) {
	.jsn-mobile.jsn-demopage #jsn-logo {
		text-align: center;
	}

	.jsn-mobile.jsn-demopage .jsn-modulecontent #quotes .quote-text {
		font-size: 1em;
	}

	.jsn-mobile.jsn-demopage #jsn-content-top #static-block .sb-content.grid-col {
		padding-bottom: 20px;
	}

	.jsn-mobile.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer:before {
		padding-bottom: 194px;
		padding-right: 365px;
	}

	.jsn-mobile.jsn-demopage #events .events-content {
		padding-left: 20px;
		width: 100%;
	}

	.jsn-mobile.jsn-demopage #events .events-info:after {
		display: none;
	}

	.jsn-mobile.jsn-demopage #our-gallery .slider4 .slide img {
		width: 100% !important;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
		display: none;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .label_skitter {
		bottom: -3% !important;
		left: 13% !important;
		width: 58% !important;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
		font-size: 10px !important;
		margin-bottom: 10px !important;
		padding: 10px;
	}

	.jsn-mobile.jsn-demopage #jsn-leftsidecontent div.jsn-modulecontainer_inner, #jsn-rightsidecontent div.jsn-modulecontainer_inner {
		margin: 0;
	}

	.jsn-mobile.jsn-demopage #jsn-pos-innerright .jsn-modulecontent img {
		width: 100%;
		padding-bottom: 10px;
	}

	.jsn-mobile.jsn-demopage #jsn-pos-innerright .jsn-modulecontent p {
		padding-left: 0px;
		font-size: 1em;
		padding-top: 0px;
		max-width: none;
	}

	.jsn-mobile.jsn-demopage #jsn-content-top #static-block .sb-content .sb-text {
		max-width: none;
	}

	.jsn-mobile.jsn-demopage #jsn-rightsidecontent div[class*=richbox-] {
		margin-right: 0;
		background: none;
	}

	.jsn-mobile.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer {
		margin-right: 0;
	}

	.jsn-mobile.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer:before {
		display: none;
	}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.jsn-mobile.jsn-demopage .jsn-gallery .label_skitter{
		padding: 5px;
		margin-left: 49px;
	}
}
.jsn-menu-mobile-control, li.jsn-menu-mobile-control, ul.menu-topmenu li.jsn-menu-mobile-control,
ul.menu-divmenu li.jsn-menu-mobile-control {
	display: none;
}
#jsn-pos-mainmenu div.jsn-modulecontainer ul.menu-mainmenu ul li {
	width: 100%;
}
#jsn-pos-mainmenu div.jsn-modulecontainer.jsn-megamenu ul.menu-mainmenu ul {
	width: 209px;
}

/***!  /templates/jsn_decor_pro/css/template_pro.css  !***/

/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h2 {
	line-height: inherit;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
#jsn-page {
	transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
}
div#jsn-pos-breadcrumbs.display-mobile,
div.jsn-modulecontainer.display-mobile,
div#jsn-pos-breadcrumbs.display-tablet,
div.jsn-modulecontainer.display-tablet,
div#jsn-pos-breadcrumbs.display-smartphone,
div.jsn-modulecontainer.display-smartphone {
	display: none;
}
div#jsn-pos-breadcrumbs.display-desktop,
div.jsn-modulecontainer.display-desktop {
	display: block;
}
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-body {
	margin-top: -12px;
}
#jsn-menu-inner2 {
	background-image: none;
}
#jsn-usermodules3 {
	border: none;
	padding: 20px 10px;;
}
#jsn-pos-content-top,
#jsn-breadcrumbs-inner,
#jsn-content-bottom-inner2,
#jsn-footermodules {
	background: transparent;
}
#jsn-footer-inner {
	background-image: none;
}
#jsn-footermodules {
	background: url(/templates/jsn_decor_pro/images/bg-master-gradient.png) center top no-repeat;
}
/* =============== LAYOUT - HEADER AREA =============== */
#jsn-logo #jsn-logo-mobile {
	display: none;
}
#jsn-logo .jsn-topheading {
	display: none;
}
/* =============== LAYOUT - MENU AREA =============== */
#jsn-menu {
	margin-bottom: 0;
}
#jsn-pos-toolbar {
	margin: 10px 0;
}
#jsn-menu div.jsn-modulecontainer {
	float: left;
	margin:0;
}
/* =============== MENU SUFFIX =============== */
#jsn-menu #jsn-pos-toolbar div.jsn-modulecontainer {
	float: left;
}
#jsn-menu div.display-inline.jsn-modulecontainer {
	margin: 0 10px 0;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	color: #EEEEEE;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 26px;
	right: 0;
	z-index: 200;
	background: #4a4a4a;
	padding: 10px;
	min-width: 220px;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer a,
#jsn-menu div.display-inline.jsn-modulecontainer a {
	color: #ccc;
	text-decoration: underline;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer a:hover,
#jsn-menu div.display-inline.jsn-modulecontainer a:hover {
	color: #fff;
	text-decoration: none;
}
#jsn-menu #jsn-pos-mainmenu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	left: 0;
}
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner {
	position: relative;
}
#jsn-menu .jsn-modulecontainer[class*="display-"] .jsn-modulecontainer_inner h3.jsn-moduletitle {
    color: #EEEEEE;
    font-size: 1.2em;
    padding: 0;
    text-transform: uppercase;
	cursor: pointer;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner h3.jsn-moduletitle > span {
	padding: 5px 20px;
}
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle {
	color: #FFF;
}
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover .jsn-modulecontent {
	visibility: visible;
}
#jsn-menu div.display-dropdown.menu-richmenu.jsn-modulecontainer .jsn-modulecontent {
	top: 54px;
}
#jsn-menu div.display-dropdown.menu-richmenu.jsn-modulecontainer .jsn-modulecontainer_inner h3.jsn-moduletitle > span {
    padding: 5px 20px 26px;
}
#jsn-menu div.display-dropdown.menu-richmenu.jsn-modulecontainer .jsn-modulecontainer_inner h3.jsn-moduletitle span {
	line-height: 1.5;
}
/* =============== MENU - TOOLBAR POSITION =============== */
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul {
	right: 0;
}
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
    background: url(/templates/jsn_decor_pro/images/icons/icon-arrow-white-rtl.png) no-repeat scroll 2% center;
    padding-left: 16px;
}
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
    text-align: right;
}
/* =============== LAYOUT - CONTENT AREA =============== */
#jsn-content {
	margin: 0 0 20px;
	border: none;
	background: transparent;
}
#jsn-content_inner {
	background: #FAFAFA;
	border-bottom: 1px solid #BBB;
	margin: 0 0 20px;
}
#jsn-mainbody-content.jsn-hasinnerleft,
#jsn-mainbody-content[class*="jsn-hasmainbody"] {
	padding: 5px;
}
#jsn-maincontent_inner {
	padding: 0;
}
#jsn-gotoplink {
	color: #999;
	z-index: 999;
	padding: 5px 10px;
	display: block;
	background-color: #000;
	position: fixed;
	left: 50%;
	bottom: 0;
}
#jsn-gotoplink:hover {
	color: #e5e5e5;
	text-decoration: none;
	background-color: #333333;
}
/* =============== BACKGROUND POSITION =============== */
#jsn-pos-background {
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    top: 0;
	text-align: center;
    width: 100%;
    z-index: -100;
}
#jsn-pos-background p {
	margin: 0;
}
#jsn-pos-background img {
	width: 100%;
}
/* =============== LAYOUT - CONTENT BOTTOM AREA =============== */
#jsn-content-bottom {
	margin: 0 -10px -8px;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - TEXT STYLES =============== */
.text-alert {
	border-top: 2px solid #FEABAB;
	border-bottom: 2px solid #FEABAB;
	background: #FFDFDF url(/templates/jsn_decor_pro/images/icons/icon-text-alert.png) no-repeat;
}
.text-info {
	border-top: 2px solid #B7D2F2;
	border-bottom: 2px solid #B7D2F2;
	background: #DBE7F8 url(/templates/jsn_decor_pro/images/icons/icon-text-info.png) no-repeat;
}
.text-download {
	border-top: 2px solid #DDEDBC;
	border-bottom: 2px solid #DDEDBC;
	background: #F2F9E5 url(/templates/jsn_decor_pro/images/icons/icon-text-download.png) no-repeat;
}
.text-comment {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	background: #FEF8E1 url(/templates/jsn_decor_pro/images/icons/icon-text-comment.png) no-repeat;
}
.text-tip {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	background: #FFFFD5 url(/templates/jsn_decor_pro/images/icons/icon-text-tip.png) no-repeat;
}
.text-attachment {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #f2f2f2 url(/templates/jsn_decor_pro/images/icons/icon-text-attachment.png) no-repeat;
}
.text-video {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #f2f2f2 url(/templates/jsn_decor_pro/images/icons/icon-text-video.png) no-repeat;
}
.text-audio {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #f2f2f2 url(/templates/jsn_decor_pro/images/icons/icon-text-audio.png) no-repeat;
}
.text-tip,
.text-info,
.text-alert,
.text-audio,
.text-video,
.text-comment,
.text-download,
.text-attachment {
	background-position: left center;
	padding: 1.3em 1em 0.5em 5em;
	margin-bottom: 30px;
	min-height: 20px;
}
.text-tip p,
.text-info p,
.text-alert p,
.text-audio p,
.text-video p,
.text-comment p,
.text-download p,
.text-attachment p {
	margin-bottom: 15px;
}
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- BUTTON LINK ----- */
.link-button {
	cursor: pointer;
	font-size: 1.1em;
	padding: 5px 12px;
	border: 1px solid;
	display: inline-block;
	border-color: #AAA;
	text-decoration: none;
	background-image: url(/templates/jsn_decor_pro/images/bg-master-gradient.png) center top no-repea
}
.link-button:hover {
	border-color: #999;
}
.link-button.button-light {
	background-color: #DDD;
}
.link-button.button-light:hover {
	background-color: #EEE
}
.link-button.button-dark {
	background-color: #444;
	border-color: #000;
}
.link-button.button-dark:hover {
	background-color: #666;
}
.link-button.button-green {
	background-color: #5F6A24;
	border-color: #404912;
}
.link-button.button-green:hover {
	background-color: #7B892F;
}
.link-button.button-orange {
	background-color: #C35d2B;
	border-color: #8D3A11;
}
.link-button.button-orange:hover {
	background-color: #E17540;
}
.link-button.button-blue {
	background-color: #206193;
	border-color: #114369;
}
.link-button.button-blue:hover {
	background-color: #337EB7;
}
.link-button.button-red {
	background-color: #922311;
	border-color: #68180B;
}
.link-button.button-red:hover {
	background-color: #B43723;
}
a.link-button:hover,
.link-button a:hover {
	text-decoration: none;
}
a.link-button,
.link-button a {
	font-weight: bold;
	color: #fff !important;
}
.link-button.button-light,
.link-button.button-light a {
	color: #555 !important;
}
.link-button .link-icon {
	margin: 3px 0;
	line-height: 16px;
}
/* ----- ICON LINK ----- */
.link-icon {
	display: inline-block;
	padding-left: 22px;
}
/* ----- EXTENDED LINK ----- */
.link-icon-ext {
	display: inline-block;
	padding-right: 22px;
	background: url(/templates/jsn_decor_pro/images/icons/icons-ext.png) no-repeat right 0;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-aim,
.link-icon-ext.jsn-icon-ext-aim {
	background-position: right 0;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-archive,
.link-icon-ext.jsn-icon-ext-archive {
	background-position: right -86px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-mobile,
.link-icon-ext.jsn-icon-ext-mobile {
	background-position: right -172px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-css,
.link-icon-ext.jsn-icon-ext-css {
	background-position: right -258px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-application,
.link-icon-ext.jsn-icon-ext-application {
	background-position: right -344px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-doc,
.link-icon-ext.jsn-icon-ext-doc {
	background-position: right -430px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-feed,
.link-icon-ext.jsn-icon-ext-feed {
	background-position: right -516px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-movie,
.link-icon-ext.jsn-icon-ext-movie {
	background-position: right -602px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-flash,
.link-icon-ext.jsn-icon-ext-flash {
	background-position: right -688px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-calendar,
.link-icon-ext.jsn-icon-ext-calendar {
	background-position: right -774px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-mail,
.link-icon-ext.jsn-icon-ext-mail {
	background-position: right -860px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-quicktime,
.link-icon-ext.jsn-icon-ext-quicktime {
	background-position: right -946px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-msn,
.link-icon-ext.jsn-icon-ext-msn {
	background-position: right -1032px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-music,
.link-icon-ext.jsn-icon-ext-music {
	background-position: right -1118px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-pdf,
.link-icon-ext.jsn-icon-ext-pdf {
	background-position: right -1204px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-powerpoint,
.link-icon-ext.jsn-icon-ext-powerpoint {
	background-position: right -1290px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-skype,
.link-icon-ext.jsn-icon-ext-skype {
	background-position: right -1376px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-torrent,
.link-icon-ext.jsn-icon-ext-torrent {
	background-position: right -1462px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-font,
.link-icon-ext.jsn-icon-ext-font {
	background-position: right -1548px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-text,
.link-icon-ext.jsn-icon-ext-text {
	background-position: right -1634px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-vcard,
.link-icon-ext.jsn-icon-ext-vcard {
	background-position: right -1720px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-windowsmedia,
.link-icon-ext.jsn-icon-ext-windowsmedia {
	background-position: right -1806px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-xls,
.link-icon-ext.jsn-icon-ext-xls {
	background-position: right -1892px;
}
.jsn-joomla-25 .link-icon-ext.icon-ext-yahoo,
.link-icon-ext.jsn-icon-ext-yahoo {
	background-position: right -1978px;
}
/* ----- ACTION LINK ----- */
.link-action {
	font-weight: bold;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
table.table-style {
	background: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	color: #404040;
	margin: 0 0 35px;
}
table.table-style caption {
	padding: 6px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
table.table-style td,
table.table-style th {
	padding: 10px;
	border-bottom: 1px solid #DEDEDE;
}
table.table-style th {
	text-align: left;
}
table.table-style .highlight {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
table.table-style thead th {
	font-size: 1.1em;
	border-top: 6px solid #fff;
	color: #ffffff;
}
table.table-style thead th.highlight {
	border-top: none;
}
table.table-style tbody th,
table.table-style tbody td {
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}
table.table-style tbody .highlight {
	background-color: #999;
}
table.table-style tbody tr.odd {
	background: #f2f2f2;
}
table.table-style tbody tr.odd .highlight {
	background-color: #7E7E7E;
}
table.table-style tbody tr:hover th,
table.table-style tbody tr:hover td {
	background: #E4E4E4;
}
table.table-style tbody tr:hover .highlight {
	background: #737373;
}
table.table-style tfoot {
	border: 1px solid #DEDEDE;
}
table.table-style tfoot th,
table.table-style tfoot td {
	border: none;
	padding: 4px 10px;
	background-color: #d9d9d9;
}
table.table-style tfoot td {
	text-align: right;
}
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th.highlight {
	background-color: #484848;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes {
	color: #fff;
}
table.style-colorstripes thead,
table.style-colorstripes tfoot {
	border: none;
}
table.style-colorstripes tbody .highlight {
	color: #333;
	border-bottom: none;
	border-top: 1px solid #fff;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th {
	background: #8B7E70;
	border-right: 1px groove #999999;
}
/* =============== TYPOGRAPHY - LIST STYLES =============== */
/* ----- ICON LIST ----- */
ul.list-icon {
	list-style-type: none;
}
ul.list-icon li {
	margin: 5px 0;
	position: relative;
	padding-left: 20px;
}
ul.list-icon li .jsn-listbullet {
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	position: absolute;
}
/* ----- BULLET NUMBER LIST ----- */
ul.list-number-bullet {
	list-style: none;

}
ul.list-number-bullet li {
	margin-left: 0;
	position: relative;
	padding: 6px 0 6px 36px;
}
ul.list-number-bullet li .jsn-listbullet {
	color: #fff;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: 4px;
	left: 0;
	top: -2px;
	width: 24px;
	display: block;
	font-weight: bold;
	position: absolute;
}
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);
}
/* ----- DIGIT NUMBER LIST ----- */
ul.list-number-digit {
	list-style: none;
	margin: 15px 0 35px;
}
ul.list-number-digit li {
	margin-left: 0;
	position: relative;
	padding: 8px 0 8px 42px;
}
ul.list-number-digit li .jsn-listbullet {
	top: 0;
	left: 0;
	width: 32px;
	display: block;
	font-size: 32px;
	line-height: 100%;
	text-align: right;
	font-weight: bold;
	position: absolute;
}
ul.list-number-digit.digit-blue li .jsn-listbullet {
	color: #009aca;
}
ul.list-number-digit.digit-green li .jsn-listbullet {
	color: #429e00;
}
ul.list-number-digit.digit-grey li .jsn-listbullet {
	color: #999999;
}
ul.list-number-digit.digit-orange li .jsn-listbullet {
	color: #e66000;
}
ul.list-number-digit.digit-red li .jsn-listbullet {
	color: #bf0000;
}
ul.list-number-digit.digit-violet li .jsn-listbullet {
	color: #9e0084;
}
/* ----- HORIZONTAL LIST ----- */
ul.list-horizontal {
	margin: 0;
	list-style: none;
}
ul.list-horizontal li {
	display: inline;
	margin: 0 .5em;
}
/* ----- NOBULLET LIST ----- */
ul.list-nobullet {
	margin: 0 0 35px;
	list-style: none;
}
ul.list-nobullet li {
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 0;
	list-style: none;
}
/* ============================== MENU ==============================
/* ----- ICONS MENU STYLE ----- */
.menu-iconmenu li[class*="icon-"] > a > span,
.menu-iconmenu li[class*="jsn-icon-"] > a > span {
	padding-left: 24px;
}
.jsn-menu-toggle {
	display: none;
}
div.jsn-modulecontainer ul.menu-mainmenu li > a > i[class*='fa fa-']{
	display: none;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu li > a > i[class*='fa fa-'] {
    display: inline-block;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu > li > a > span{
	display: inline-block;
}
/* =============== MENU - MAIN MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-mainmenu > li:last-child,
div.jsn-modulecontainer ul.menu-mainmenu > li:last-child > a {
	border-right: none !important;
}
div.jsn-modulecontainer ul.menu-mainmenu ul {
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
}
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
	visibility: visible;
	display: block\0;
}
ul.menu-mainmenu.jsn-desktop-on-mobile ul {
	display: none;
}
ul.menu-mainmenu.jsn-desktop-on-mobile li:hover > ul {
	display: block;
}
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu > li > a > span {
	line-height: 16px;
}
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul {
	left: auto;
}
#jsn-menu.jsn-menu-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	padding-bottom: 0;
	background-position: 0 0;
}
#jsn-menu.jsn-menu-sticky #jsn-menu-inner2 {
	background: none;
	border: none;
	box-shadow: none;
}
#jsn-menu.jsn-menu-sticky #jsn-menu-inner3 {
	box-shadow:  none;
	background: none;
}
#jsn-menu.jsn-menu-sticky div.left,
#jsn-menu.jsn-menu-sticky div.right {
	background-image: none;
}
/* ========= MENU - FLIPBACK ========= */
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback > ul {
	right: 0;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback a {
	text-align: right;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback ul li.parent > a {
    background-image: url("/templates/jsn_decor_pro/images/icons/icon-arrow-white-rtl.png");
    background-position: 2% center;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback ul ul {
    right: 199px;
    margin-left: 0;
}
/* =============== MENU - TREE MENU =============== */
/* ----- CURRENT / HOVER STATE ----- */
div.box-blue ul.menu-treemenu li a:hover,
div.box-blue ul.menu-treemenu li a.current {
	background-color: #CFF0FA;
}
div.solid-1 ul.menu-treemenu li a:hover,
div.solid-1 ul.menu-treemenu li a.current {
	background-color: #FAFACF;
}
div.box-green ul.menu-treemenu li a:hover,
/* =============== MENU - TREE MENU =============== */
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-treemenu.menu-iconmenu > li > a > span {
	line-height: 16px;
}
/* =============== MENU - SIDE MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-sidemenu,
div.jsn-modulecontainer ul.menu-sidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.jsn-modulecontainer ul.menu-sidemenu li {
	margin: 0;
	padding: 0;
	position: relative;
}
div.jsn-modulecontainer ul.menu-sidemenu > li {
	border-bottom: 1px dotted #b3b3b3;
}
div.jsn-modulecontainer ul.menu-sidemenu li a {
	display: block;
	color: #999;
	cursor: pointer;
	padding: 8px 12px 8px 0;
	text-decoration: none;
}
div[class*="richbox-"] ul.menu-sidemenu > li > a,
div[class*="solid-"] ul.menu-sidemenu > li > a {
	color: #d9d9d9;
}
div.jsn-modulecontainer ul.menu-sidemenu > li.parent > a {
	padding-right: 16px;
	background: url(/templates/jsn_decor_pro/images/icons/icon-arrow-black.png) 98% center no-repeat;
}
ul.menu-sidemenu li > a > span {
	display: block;
}
ul.menu-sidemenu > li > a > span {
	padding-left: 18px;
	background: url(/templates/jsn_decor_pro/images/icons/icons-base.png) left -343px no-repeat;
}
div.jsn-modulecontainer ul.menu-sidemenu ul {
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
}
div.jsn-modulecontainer ul.menu-sidemenu li:hover > ul {
	visibility: visible;
	display: block\9;
}
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-sidemenu.menu-iconmenu > li > a > span {
	line-height: 16px;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li a span.jsn-menudescription {
	display: none;
}
div.jsn-modulecontainer ul.menu-sidemenu.menu-richmenu li a span.jsn-menudescription {
	color: #999;
	display: block;
}
div.jsn-modulecontainer ul.menu-sidemenu.menu-richmenu li:hover a span.jsn-menudescription {
	color: #000;
}
ul.menu-sidemenu.menu-richmenu li a span.jsn-menudescription,
div[class*="richbox-"] ul.menu-sidemenu.menu-richmenu li a span.jsn-menudescription {
	color: #CCC;
}
div.jsn-modulecontainer ul.menu-sidemenu.menu-richmenu.menu-iconmenu > li > a span {
	line-height: 1.5;
}
/* ---------- 1st LEVEL ---------- */
div.jsn-modulecontainer ul.menu-sidemenu ul {
	top: 0;
	position: absolute;
	padding: 0 10px;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li a {
	color: #EEE !important;
	display: block;
	cursor: pointer;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li.parent > a {
	padding-right: 16px;
	background: url(/templates/jsn_decor_pro/images/icons/icon-arrow-white.png) 98% center no-repeat;
}
div.jsn-modulecontainer ul.menu-sidemenu ul ul {
	top: 0;
}
/* ----- PARENT ITEMS / ADD ARROW TO ITEMS HAVE SUBLEVEL ----- */
/* 1st LEVEL */
/* 1st LEVEL - CUSTOM MODULE */
div[class*=richbox-] ul.menu-sidemenu > li.parent > a,
div[class*=solid-] ul.menu-sidemenu > li.parent > a {
	background-image: url(/templates/jsn_decor_pro/images/icons/icon-arrow-white.png);
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li:hover > a {
	color: #FFF000;/* 2017-12-03 Farbe auf Gelb ge?ndert */
}
div.jsn-modulecontainer ul.menu-sidemenu > li:hover > a {
	color: #000;
}
/* ----- FOCUS STATE ---- 2017-12-03 */
div.jsn-modulecontainer ul.menu-sidemenu li:focus > a {
	color: #FFF000;/* 2017-12-03 Farbe auf Gelb ge?ndert */
}
div.jsn-modulecontainer ul.menu-sidemenu > li:focus > a {
	color: #000;
}
/* ----- HOVER STATE IN SPECIFIC MODULE BOXES ----- */
div[class*=richbox-] ul.menu-sidemenu > li:hover > a,
div[class*=richbox-] ul.menu-sidemenu.menu-richmenu > li:hover a span.jsn-menudescription,
div[class*=solid-] ul.menu-sidemenu > li:hover > a,
div[class*=solid-] ul.menu-sidemenu.menu-richmenu > li:hover a span.jsn-menudescription {
	color: #FFF000;		/* 2017-12-03 Farbe auf Gelb ge?ndert */
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li.active > a {
	color: #FFF000;		/* 2017-12-03 Farbe auf Gelb ge?ndert */
	font-weight: bold;
}
div.jsn-modulecontainer ul.menu-sidemenu > li.active > a {
	color: #000;
}
/* ----- ACTIVE STATE IN SPECIFIC MODULE BOXES ----- */
div[class*=richbox-] ul.menu-sidemenu > li.active > a,
div[class*=richbox-] ul.menu-sidemenu.menu-richmenu > li.active a span.jsn-menudescription,
div[class*=solid-] ul.menu-sidemenu > li.active > a,
div[class*=solid-] ul.menu-sidemenu.menu-richmenu > li.active a span.jsn-menudescription {
	color: #FFF000;	/* 2017-12-03 Farbe auf Gelb ge?ndert */
}
/* ----- ROLLOVER STATE / DISPLAY SUB-MENU OF SELECTED MENU ITEM ----- */
div.jsn-modulecontainer ul.menu-sidemenu li:hover > ul {
	left: auto;
}
/* =============== MENU - TOP MENU =============== */
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-topmenu.menu-iconmenu > li > a {
	line-height: 16px;
}
/* ============================== MOBILE SWITCH ============================== */
#jsn-mobileswitch {
	display: none;
	padding: 8px;
	float: right;
	margin-top: 8px;
	margin-right: 8px;
}
#jsn-mobileswitch a {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	background: url("/templates/jsn_decor_pro/images/icons/icons-mobile.png") -16px 0 no-repeat;
}
#jsn-desktopswitch {
	display: none;
	padding: 16px 8px 12px;
	float: right;
}
#jsn-desktopswitch a {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	background: url("/templates/jsn_decor_pro/images/icons/icons-mobile.png") -32px 0 no-repeat;
}
@media only screen and (max-device-width: 960px) {
	body.jsn-mobile #jsn-desktopswitch {
		display: block;
	}
	body.jsn-desktop #jsn-mobileswitch {
		display: block;
	}
}
/* ============================== SITE TOOLS ============================== */
/* =============== SITE TOOLS - GENERAL PRESENTATION =============== */
#jsn-sitetoolspanel {
	float: right;
	margin: 10px 8px 0 0;
}
/* ----- DROP DOWN ----- */
ul#jsn-sitetools-menu,
ul#jsn-sitetools-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#jsn-sitetools-menu li {
	padding: 0;
	margin: 0;
	background: url(/templates/jsn_decor_pro/images/icons/icons-uni.png) center -1368px no-repeat;
	position: relative;
}
ul#jsn-sitetools-menu li a {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	display: block;
}
ul#jsn-sitetools-menu li ul {
	z-index: 90;
	right: 0;
	margin-left: -138px;
	position: absolute;
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
}
ul#jsn-sitetools-menu li:hover ul {
	visibility: visible;
	display: block\9;
}
body.jsn-desktop-on-mobile ul#jsn-sitetools-menu li ul {
	display: none;
}
body.jsn-desktop-on-mobile ul#jsn-sitetools-menu li:hover ul {
	display: block;
}
ul#jsn-sitetools-menu ul li {
	padding: 6px 6px 4px;
	background: none;
	float: left;
}
ul#jsn-sitetools-menu ul li a {
	float: left;
	width: 22px;
	height: 22px;
	margin: 0 2px;
	display: inline-block;
}
/* ----- INLINE ROW ----- */
ul#jsn-sitetools-inline {
	margin: 0;
	float: left;
	padding: 0;
	list-style: none;
}
ul#jsn-sitetools-inline ul {
	float: left;
	margin: 5px 0;
}
ul#jsn-sitetools-inline li {
	margin: 0;
	float: left;
	padding: 0;
	list-style: none;
}
ul#jsn-sitetools-inline ul li a {
	float: left;
	width: 19px;
	height: 20px;
	display: inline-block;
}
/* =============== SITE TOOLS - COLOR SELECTOR =============== */
#jsn-selector-blue,
#jsn-selector-red,
#jsn-selector-green,
#jsn-selector-purple,
#jsn-selector-orange,
#jsn-selector-darkblue,
#jsn-selector-blue.current,
#jsn-selector-blue:hover,
#jsn-selector-red.current,
#jsn-selector-red:hover,
#jsn-selector-green.current,
#jsn-selector-green:hover,
#jsn-selector-purple.current,
#jsn-selector-purple:hover,
#jsn-selector-orange.current,
#jsn-selector-orange:hover,
#jsn-selector-darkblue.current,
#jsn-selector-darkblue:hover {
	background-image: url(/templates/jsn_decor_pro/images/icons/icons-sitetools-color.png);
	background-repeat: no-repeat;
}
#jsn-selector-blue {
	background-position: -20px 0;
}
#jsn-selector-red {
	background-position: -40px 0;
}
#jsn-selector-green {
	background-position: -60px 0;
}
#jsn-selector-purple {
	background-position: -80px 0;
}
#jsn-selector-orange {
	background-position: -100px 0;
}
#jsn-selector-darkblue {
	background-position: -120px 0;
}
#jsn-selector-blue.current,
#jsn-selector-blue:hover {
	background-position: -20px -20px;
}
#jsn-selector-red.current,
#jsn-selector-red:hover {
	background-position: -40px -20px;
}
#jsn-selector-green.current,
#jsn-selector-green:hover {
	background-position: -60px -20px;
}
#jsn-selector-purple.current,
#jsn-selector-purple:hover {
	background-position: -80px -20px;
}
#jsn-selector-orange.current,
#jsn-selector-orange:hover {
	background-position: -100px -20px;
}
#jsn-selector-darkblue.current,
#jsn-selector-darkblue:hover {
	background-position: -120px -20px;
}
/* ============================== MODULE STYLES ============================== */
div[class*=solid-] div.jsn-modulecontainer_inner > div {
	background: transparent;
}
/* ----- LIGHTBOX STYLE ----- */
div[class*=box-] h3.jsn-moduletitle {
	background: #666 url(/templates/jsn_decor_pro/images/bg-master-gradient.png) -250px top no-repeat;
}
/* =============== MODULE STYLES - MODULE ICONS =============== */
div[class*="icon-"] h3.jsn-moduletitle span.jsn-moduleicon,
div[class*="jsn-icon-"] h3.jsn-moduletitle span.jsn-moduleicon {
	padding-left: 22px;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* =============== JOOMLA! EXTENSIONS - COM_CONTACT =============== */
div.contact .dl-horizontal dd {
	margin-left: 25px;
}
.jsn-joomla-30 div.search .inputbox {
	width: auto;
	max-width: 100%;
}
/* =============== JOOMLA! EXTENSIONS - COM_USER =============== */
button#jform_profile_dob_img.btn {
	height: 30px;
}
/* =============== JOOMLA! EXTENSIONS - MOD_LOGIN =============== */
form#login-form a.btn {
	min-height: 15px;
}
/* =============== JOOMLA! EXTENSIONS - MOD_STATISTICS =============== */
dl.stats-module dt {
	float: left;
	width: 65%;
}
dl.stats-module dd {
	margin: 0;
}
/* ============================== MISC ============================== */
/* =============== GENERAL ICON ASSIGNMENT =============== */
.jsn-joomla-25 .link-icon[class*="icon-"],
.jsn-joomla-25 .menu-iconmenu [class*="icon-"] > a > span,
.jsn-joomla-25 .list-icon[class*="icon-"] li .jsn-listbullet,
.jsn-joomla-25 [class*="icon-"] h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon[class*="jsn-icon-"],
.menu-iconmenu [class*="jsn-icon-"] > a > span,
.list-icon[class*="jsn-icon-"] li .jsn-listbullet,
[class*="jsn-icon-"] h3.jsn-moduletitle span.jsn-moduleicon {
	background-image: url(/templates/jsn_decor_pro/images/icons/icons-uni.png);
	background-repeat: no-repeat;
}
.jsn-joomla-25 .link-icon.icon-article,
.jsn-joomla-25 .menu-iconmenu .icon-article > a > span,
.jsn-joomla-25 .list-icon.icon-article li .jsn-listbullet,
.jsn-joomla-25 .icon-article h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-article,
.menu-iconmenu .jsn-icon-article > a > span,
.list-icon.jsn-icon-article li .jsn-listbullet,
.jsn-icon-article h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 0;
}
.jsn-joomla-25 .link-icon.icon-calendar,
.jsn-joomla-25 .menu-iconmenu .icon-calendar > a > span,
.jsn-joomla-25 .list-icon.icon-calendar li .jsn-listbullet,
.jsn-joomla-25 .icon-calendar h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-calendar,
.menu-iconmenu .jsn-icon-calendar > a > span,
.list-icon.jsn-icon-calendar li .jsn-listbullet,
.jsn-icon-calendar h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -86px;
}
.jsn-joomla-25 .link-icon.icon-cart,
.jsn-joomla-25 .menu-iconmenu .icon-cart > a > span,
.jsn-joomla-25 .list-icon.icon-cart li .jsn-listbullet,
.jsn-joomla-25 .icon-cart h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-cart,
.menu-iconmenu .jsn-icon-cart > a > span,
.list-icon.jsn-icon-cart li .jsn-listbullet,
.jsn-icon-cart h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -172px;
}
.jsn-joomla-25 .link-icon.icon-comment,
.jsn-joomla-25 .menu-iconmenu .icon-comment > a > span,
.jsn-joomla-25 .list-icon.icon-comment li .jsn-listbullet,
.jsn-joomla-25 .icon-comment h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-comment,
.menu-iconmenu .jsn-icon-comment > a > span,
.list-icon.jsn-icon-comment li .jsn-listbullet,
.jsn-icon-comment h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -258px;
}
.jsn-joomla-25 .link-icon.icon-display,
.jsn-joomla-25 .menu-iconmenu .icon-display > a > span,
.jsn-joomla-25 .list-icon.icon-display li .jsn-listbullet,
.jsn-joomla-25 .icon-display h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-display,
.menu-iconmenu .jsn-icon-display > a > span,
.list-icon.jsn-icon-display li .jsn-listbullet,
.jsn-icon-display h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -344px;
}
.jsn-joomla-25 .link-icon.icon-download,
.jsn-joomla-25 .menu-iconmenu .icon-download > a > span,
.jsn-joomla-25 .list-icon.icon-download li .jsn-listbullet,
.jsn-joomla-25 .icon-download h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-download,
.menu-iconmenu .jsn-icon-download > a > span,
.list-icon.jsn-icon-download li .jsn-listbullet,
.jsn-icon-download h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -430px;
}
.jsn-joomla-25 .link-icon.icon-folder,
.jsn-joomla-25 .menu-iconmenu .icon-folder > a > span,
.jsn-joomla-25 .list-icon.icon-folder li .jsn-listbullet,
.jsn-joomla-25 .icon-folder h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-folder,
.menu-iconmenu .jsn-icon-folder > a > span,
.list-icon.jsn-icon-folder li .jsn-listbullet,
.jsn-icon-folder h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -516px;
}
.jsn-joomla-25 .link-icon.icon-help,
.jsn-joomla-25 .menu-iconmenu .icon-help > a > span,
.jsn-joomla-25 .list-icon.icon-help li .jsn-listbullet,
.jsn-joomla-25 .icon-help h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-help,
.menu-iconmenu .jsn-icon-help > a > span,
.list-icon.jsn-icon-help li .jsn-listbullet,
.jsn-icon-help h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -602px;
}
.jsn-joomla-25 .link-icon.icon-home,
.jsn-joomla-25 .menu-iconmenu .icon-home > a > span,
.jsn-joomla-25 .list-icon.icon-home li .jsn-listbullet,
.jsn-joomla-25 .icon-home h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-home,
.menu-iconmenu .jsn-icon-home > a > span,
.list-icon.jsn-icon-home li .jsn-listbullet,
.jsn-icon-home h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -688px;
}
.jsn-joomla-25 .link-icon.icon-image,
.jsn-joomla-25 .menu-iconmenu .icon-image > a > span,
.jsn-joomla-25 .list-icon.icon-image li .jsn-listbullet,
.jsn-joomla-25 .icon-image h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-image,
.menu-iconmenu .jsn-icon-image > a > span,
.list-icon.jsn-icon-image li .jsn-listbullet,
.jsn-icon-image h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -774px;
}
.jsn-joomla-25 .link-icon.icon-info,
.jsn-joomla-25 .menu-iconmenu .icon-info > a > span,
.jsn-joomla-25 .list-icon.icon-info li .jsn-listbullet,
.jsn-joomla-25 .icon-info h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-info,
.menu-iconmenu .jsn-icon-info > a > span,
.list-icon.jsn-icon-info li .jsn-listbullet,
.jsn-icon-info h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -860px;
}
.jsn-joomla-25 .link-icon.icon-mail,
.jsn-joomla-25 .menu-iconmenu .icon-mail > a > span,
.jsn-joomla-25 .list-icon.icon-mail li .jsn-listbullet,
.jsn-joomla-25 .icon-mail h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-mail,
.menu-iconmenu .jsn-icon-mail > a > span,
.list-icon.jsn-icon-mail li .jsn-listbullet,
.jsn-icon-mail h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -946px;
}
.jsn-joomla-25 .link-icon.icon-online,
.jsn-joomla-25 .menu-iconmenu .icon-online > a > span,
.jsn-joomla-25 .list-icon.icon-online li .jsn-listbullet,
.jsn-joomla-25 .icon-online h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-online,
.menu-iconmenu .jsn-icon-online > a > span,
.list-icon.jsn-icon-online li .jsn-listbullet,
.jsn-icon-online h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1032px;
}
.jsn-joomla-25 .link-icon.icon-rss,
.jsn-joomla-25 .menu-iconmenu .icon-rss > a > span,
.jsn-joomla-25 .list-icon.icon-rss li .jsn-listbullet,
.jsn-joomla-25 .icon-rss h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-rss,
.menu-iconmenu .jsn-icon-rss > a > span,
.list-icon.jsn-icon-rss li .jsn-listbullet,
.jsn-icon-rss h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1118px;
}
.jsn-joomla-25 .link-icon.icon-search,
.jsn-joomla-25 .menu-iconmenu .icon-search > a > span,
.jsn-joomla-25 .list-icon.icon-search li .jsn-listbullet,
.jsn-joomla-25 .icon-search h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-search,
.menu-iconmenu .jsn-icon-search > a > span,
.list-icon.jsn-icon-search li .jsn-listbullet,
.jsn-icon-search h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1204px;
}
.jsn-joomla-25 .link-icon.icon-selection,
.jsn-joomla-25 .menu-iconmenu .icon-selection > a > span,
.jsn-joomla-25 .list-icon.icon-selection li .jsn-listbullet,
.jsn-joomla-25 .icon-selection h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-selection,
.menu-iconmenu .jsn-icon-selection > a > span,
.list-icon.jsn-icon-selection li .jsn-listbullet,
.jsn-icon-selection h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1290px;
}
.jsn-joomla-25 .link-icon.icon-settings,
.jsn-joomla-25 .menu-iconmenu .icon-settings > a > span,
.jsn-joomla-25 .list-icon.icon-settings li .jsn-listbullet,
.jsn-joomla-25 .icon-settings h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-settings,
.menu-iconmenu .jsn-icon-settings > a > span,
.list-icon.jsn-icon-settings li .jsn-listbullet,
.jsn-icon-settings h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1376px;
}
.jsn-joomla-25 .link-icon.icon-star,
.jsn-joomla-25 .menu-iconmenu .icon-star > a > span,
.jsn-joomla-25 .list-icon.icon-star li .jsn-listbullet,
.jsn-joomla-25 .icon-star h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-star,
.menu-iconmenu .jsn-icon-star > a > span,
.list-icon.jsn-icon-star li .jsn-listbullet,
.jsn-icon-star h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1462px;
}
.jsn-joomla-25 .link-icon.icon-statistics,
.jsn-joomla-25 .menu-iconmenu .icon-statistics > a > span,
.jsn-joomla-25 .list-icon.icon-statistics li .jsn-listbullet,
.jsn-joomla-25 .icon-statistics h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-statistics,
.menu-iconmenu .jsn-icon-statistics > a > span,
.list-icon.jsn-icon-statistics li .jsn-listbullet,
.jsn-icon-statistics h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1548px;
}
.jsn-joomla-25 .link-icon.icon-user,
.jsn-joomla-25 .menu-iconmenu .icon-user > a > span,
.jsn-joomla-25 .list-icon.icon-user li .jsn-listbullet,
.jsn-joomla-25 .icon-user h3.jsn-moduletitle span.jsn-moduleicon,
.link-icon.jsn-icon-user,
.menu-iconmenu .jsn-icon-user > a > span,
.list-icon.jsn-icon-user li .jsn-listbullet,
.jsn-icon-user h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1634px;
}
/* ============================== JOOMLA 3.0 CORE COMPONENT LAYOUT ============================== */
.jsn-joomla-30 .blog-featured .items-leading h2 {
	padding: 5px 0;
}
.jsn-joomla-30 .input-append .btn {
	padding: 7px 14px 6px;
}
/* ============================== CSS3 EFFECTS ============================== */
/* ----- GENERAL LAYOUT ----- */
#jsn-pos-user-bottom {
	border-top: 1px solid rgba(255,255,255,0);
}
/* ----- READ MORE ----- */
.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);
}
.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 ----- */
#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 */
.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;
}
.text-box-highlight {
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
.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;
}
.text-highlight {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* LINK STYLES */
.link-button {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
.link-button.button-light {
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
}
.link-button,
.link-button a {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.button-light {
	text-shadow: 0 1px 0 #FFF;
}
.link-action {
	transition: color 0.3s linear, background 0.3s ease-out, text-shadow 0;
	-moz-transition: color 0.3s linear, background 0.3s ease-out, text-shadow 0;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out, text-shadow 0;
}
.link-action:hover {
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
.link-highlight {
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
.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;
}
/* TABLE STYLES */
table.table-style th,
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: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
/* FORM STYLE */
.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;
}
#jsn-page .button {
	background: #EEE;
	border: 1px solid #BBB;
	border-bottom-color: #999;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #555;
	text-shadow: 0 1px 0 #FFF;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.button:hover,
.button:active {
	background: #DDD;
}
/* ----- MENU STYLES ----- */
/* GENERAL */
#jsn-menu-inner2,
#jsn-content-bottom-inner1 {
	box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}
#jsn-promo,
#jsn-content-top,
#jsn-content_inner,
#jsn-usermodules3,
#jsn-footer-inner {
	box-shadow: 0 2px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
}
#jsn-menu-inner3 {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}
#jsn-pos-breadcrumbs {
	box-shadow: 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 #FFF;
	-webkit-box-shadow: 0 1px 0 #FFF;
}
#jsn-breadcrumbs-inner {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
#jsn-pos-content-top,
#jsn-content-bottom-inner2,
#jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
#jsn-footermodules a {
	text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}
/* MAIN MENU - SIDE MENU */
#jsn-pos-mainmenu .jsn-menu-toggle.active {
	text-shadow: 0 0 10px #FFF;
}
ul.menu-mainmenu li ul,
ul.menu-sidemenu li ul,
#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;
}
div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-right: 1px solid rgba(255,255,255,0.15);
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	border-right: 1px solid rgba(0,0,0,0.4);
}
#jsn-menu #jsn-pos-mainmenu .jsn-modulecontainer.display-dropdown h3.jsn-moduletitle > span {
	border-left: 1px solid rgba(0,0,0,0.4);
}
#jsn-menu #jsn-pos-mainmenu .jsn-modulecontainer.display-dropdown h3.jsn-moduletitle {
	border-left: 1px solid rgba(255,255,255,0.15);
}
#jsn-pos-mainmenu .jsn-modulecontent > .jsn-menu-toggle,
ul.menu-mainmenu li a,
ul.menu-sidemenu li a,
ul.menu-sidemenu.menu-richmenu span.jsn-menudescription,
ul.menu-treemenu li a,
ul.menu-treemenu.menu-richmenu span.jsn-menudescription {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
div.jsn-modulecontainer ul.menu-mainmenu li a,
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner h3.jsn-moduletitle {
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu > li.active > a,
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle {
	/*text-shadow: 0 0 20px rgba(255,255,255,0.9);*/
	text-shadow: 0 0 20px rgba(255,240,0,0.9);	/* 2017-12-03 Farbe auf Gelb ge?ndert */
}
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a,
div.jsn-modulecontainer ul.menu-sidemenu ul li:hover > a,
div.jsn-modulecontainer ul.menu-sidemenu ul li.active > a,
div[class*=richbox-] ul.menu-sidemenu li:hover > a,
div[class*=richbox-] ul.menu-sidemenu li.active > a,
div[class*=solid-] ul.menu-sidemenu li:hover > a,
div[class*=solid-] ul.menu-sidemenu li.active > a,
div[class*=richbox-] ul.menu-treemenu li:hover > a,
div[class*=richbox-] ul.menu-treemenu li.active > a,
div[class*=solid-] ul.menu-treemenu li:hover > a,
div[class*=solid-] ul.menu-treemenu li.active > a {
	text-shadow: 0 0 10px rgba(255,255,255,0.8);
}
div.jsn-modulecontainer ul.menu-mainmenu ul li,
div.jsn-modulecontainer ul.menu-sidemenu ul li {
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a,
div.jsn-modulecontainer ul.menu-sidemenu ul li a {
	border-bottom: 1px solid rgba(0,0,0,0.4);
}
div.jsn-modulecontainer ul.menu-mainmenu ul li:last-child,
div.jsn-modulecontainer ul.menu-sidemenu ul li:last-child,
div.jsn-modulecontainer ul.menu-mainmenu ul li:last-child > a,
div.jsn-modulecontainer ul.menu-sidemenu ul li:last-child > a {
	border-bottom: none;
}
ul.menu-mainmenu li:hover > ul,
ul.menu-sidemenu li:hover > ul,
#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)";
}
/* Fix Hover Event on touch mobile devices */
@media only screen and (max-width: 960px), (max-device-width: 960px) {
     ul.menu-mainmenu li ul,
     ul.menu-sidemenu li ul {
         transition: none;
         -moz-transition: none;
         -webkit-transition: none;
         -ms-transition: none;
         -o-transition: none;
         }
}
/* ----- SITE TOOLS ----- */
ul#jsn-sitetools-menu > li:hover > a {
	box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
}
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;
	box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
}
ul#jsn-sitetools-menu li:hover ul {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
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;
}
ul#jsn-sitetools-menu > li:hover {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
ul#jsn-sitetools-inline {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* ----- MOBILE TOOLS ----- */
#jsn-mobiletools ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* ----- FONT STYLES ----- */
.contentheading,
.componentheading,
.subheading {
	text-shadow: 1px 1px 1px #e5e5e5;
}
/* ----- MODULE STYLES ----- */
div[class*=lightbox-] div.jsn-modulecontainer_inner {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
div[class*=richbox-] div.jsn-modulecontainer_inner,
div[class*=solid-] div.jsn-modulecontainer_inner {
	box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	-o-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}
div[class*=box-] h3.jsn-moduletitle {
	box-shadow: inset 0 0 2px rgba(255,255,255,0.6); 
	-moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.6); 
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.6); 
	-o-box-shadow: inset 0 0 2px rgba(255,255,255,0.6); 
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
div[class*=solid-] h3.jsn-moduletitle {
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	box-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
div[class*=lightbox-] div.jsn-modulecontent {
	text-shadow: 0 1px 0 #FFF;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.9);
	-o-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.9);
}
div.jsn-modulecontent ul.menu-sidemenu li ul {
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
div[class*=richbox-] div.jsn-modulecontent,
div[class*=solid-] div.jsn-modulecontainer_inner > div {
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 2px rgba(255,255,255,0.6);
	-moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.6);
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.6);
	-o-box-shadow: inset 0 0 2px rgba(255,255,255,0.6);
}
/* ----- TEXT SHADOW ----- */
#jsn-headerright,
#jsn-content-top {
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
/* ----- OVERRIDE JOOMLA 30 ----- */
.jsn-joomla-30 .calendar .button {
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
}
div#fd .link-button.button-blue {
	background: #206193;
}
div#fd .link-button.button-blue:hover {
	background-color: #337eb7;
}
.box_skitter span.prev_button, .box_skitter span.next_button {
	font-size: 0;
}
#k2Container div.catItemIsFeatured::before, #k2Container div.userItemIsFeatured::before {
	position: relative;
	left: 5px;
}

/***!  /templates/jsn_decor_pro/css/colors/blue.css  !***/

/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
a {
	color: #186a8f;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
	background-color: #e9eef2;
}
#jsn-header {
	background-color: #5C8FB6;
}
#jsn-menu {
	background: url(/templates/jsn_decor_pro/images/colors/blue/bg-mainmenu.png) left 10px repeat-x;
}
#jsn-menu-inner2 {
	background-color: #206193;
	border: 1px solid #17517e;
}
#jsn-content-top,
#jsn-content-bottom-inner1 {
	background-color: #5C8FB6;
	border: 1px solid #5C8FB6;
	border-bottom-color: #4b7da4;
}
#jsn-footer-inner {
	background-color: #6ca7d4;
	border: 1px solid #6ca7d4;
}
#jsn-footer a {
	color: #285C91;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action {
	border-bottom: 1px solid #2D96C5;
}
.link-action:hover {
	background-color: #2D96C5;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #2783AF;
	border-right: 1px groove #5A93C5;
}
table.style-colorheader thead th.highlight {
	background-color: #18516B;
}
table.table-style tbody tr.odd .highlight {
	background-color: #2F98C8;
}	
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #33AAE0;
	border-right: 1px groove #366999;
}
table.style-colorstripes thead th {
	background-color: #17516B;
}
table.style-colorstripes thead th.highlight {
	background-color: #247CA2;
}
table.style-colorstripes tbody tr {
	background-color: #2C8DBC;
}
table.style-colorstripes tbody .highlight {
	background-color: #DEE9F3;
}
table.style-colorstripes tbody tr.odd {
	background-color: #277CA5;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #CBDBED;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #2882AC;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #BBD0E8;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #33AAE0;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #1f3d59;
}
.sectiontableheader {
	background-color: #366999;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #18516B;
}
table.table-style tbody .highlight {
	background: #2783AF;
}
table.table-style tbody tr:hover .highlight { 
	background: #18516B;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU =============== */
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul,
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background: url(/templates/jsn_decor_pro/images/colors/blue/submenu-bg.png) repeat-x;
}
div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-right: 1px solid #2F98C8;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	border-right: 1px solid #2781AB;
}
body.jsn-direction-rtl div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-left: 1px solid #2F98C8;
	border-right: none;
}
body.jsn-direction-rtl div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	border-left: 1px solid #2781AB;
	border-right: none;
}
/* =============== MENU - TREE MENU =============== */
/* ----- HOVER STATE ----- */
div.lightbox-2 ul.menu-treemenu > li:hover > a,
div.lightbox-2 ul.menu-treemenu ul > li:hover > a,
div.lightbox-2 ul.menu-treemenu.menu-richmenu > li:hover > a span.jsn-menudescription,
div.lightbox-2 ul.menu-treemenu.menu-richmenu ul > li:hover > a span.jsn-menudescription,
div.lightbox-2 ul.menu-treemenu > li.active > a,
div.lightbox-2 ul.menu-treemenu ul > li.active > a,
div.lightbox-2 ul.menu-treemenu.menu-richmenu > li.active > a span.jsn-menudescription,
div.lightbox-2 ul.menu-treemenu.menu-richmenu ul > li.active > a span.jsn-menudescription  {
	color: #13476F;
	
}
/* =============== MENU - SIDE MENU =============== */
/* ---------- 1st LEVEL ---------- */
div.jsn-modulecontainer ul.menu-sidemenu ul {
	background: #2A6dA0;
}
/* ----- HOVER STATE ----- */
div.lightbox-2 ul.menu-sidemenu > li:hover > a,
div.lightbox-2 ul.menu-sidemenu.menu-richmenu > li:hover > a span.jsn-menudescription,
div.lightbox-2 ul.menu-sidemenu > li.active > a,
div.lightbox-2 ul.menu-sidemenu.menu-richmenu > li.active > a span.jsn-menudescription {
	color: #13476F;
}
/* ============================== SITE TOOLS ============================== */
/* =============== SITE TOOLS - GENERAL PRESENTATION =============== */
/* ----- DROP DOWN ----- */
ul#jsn-sitetools-menu > li:hover {
	background-color: #5C8FB6;
}
ul#jsn-sitetools-menu li ul {
	background-color: #5C8FB6;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- LIGHTBOX ----- */
div.lightbox-2 h3.jsn-moduletitle {
	background-color: #206193;
	border-color: #17517E;
}
/* ----- RICHBOX ----- */
div.richbox-2 h3.jsn-moduletitle {
	background-color: #206193;
	border-color: #17517E;
}
div.richbox-2 div.jsn-modulecontent, div.richbox-2.jsn-modulecontainer ul.menu-sidemenu ul {
	background-color: #5C8FB6;
	border-color: #17517E;
}
div.richbox-2.jsn-modulecontainer ul.menu-sidemenu ul li a {
	border-bottom: 1px dotted #b3b3b3;
}
div.richbox-2.jsn-modulecontainer ul.menu-sidemenu ul li {
	border: none;
}
/* ----- SOLIDBOX ----- */
div.solid-2 h3.jsn-moduletitle {
	border-color: #17517E;
}
div.solid-2 div.jsn-modulecontainer_inner {
	background-color: #5C8FB6;
	border-color: #17517E;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod_search_searchword {
	border: 1px solid #284D73;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #4786BE;
}

/***!  /templates/jsn_decor_pro/css/styles/personal.css  !***/

/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/


body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 80%;
}
h1,
h2,
h3,
h4,
h5,
h6,
#jsn-gotoplink,
.page-header,
.subheading-category,
#jsn-menu a,
#jsn-menu span,
.componentheading,
.contentheading,
.pathway {
	font-family: "Playfair Display", Georgia, serif;
}
body.jsn-textstyle-personal .jsn-moduletitle {
	font-size: 1.3em;
	font-weight: normal;
}
body.jsn-textstyle-personal ul.menu-mainmenu li a span {
	font-weight: normal;
}
body.jsn-textstyle-personal .contentheading,
body.jsn-textstyle-personal .componentheading,
body.jsn-textstyle-personal .subheading {
	font-size:1.6em;
}
body.jsn-textstyle-personal h1 {
	font-size: 1.6em;
}
body.jsn-textstyle-personal h2 {
	font-size: 1.5em;
}
body.jsn-textstyle-personal h3 {
	font-size: 1.4em;
}
body.jsn-textstyle-personal h4 {
	font-size: 1.3em;
}
body.jsn-textstyle-personal h5,
body.jsn-textstyle-personal h6 {
	font-size: 1.2em;
}

/***!  /templates/jsn_decor_pro/css/layouts/jsn_wide.css  !***/

/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/************************************************************************************
 desktop layout (larger than 1200): common settings for wide desktop screen
*************************************************************************************/
@media only screen and (min-width: 1200px) {
	#jsn-master #jsn-pos-topbar,
	#jsn-master #jsn-header-inner2,
	#jsn-master #jsn-menu-inner1,
	#jsn-master #jsn-body-inner,
	#jsn-master #jsn-footer-inner {
		width: 1170px;
	}
	div.jsn-modulescontainer {

	}
	#jsn-maincontent.order1 {
		padding-left: 20px;
	}
	#jsn-maincontent.order3,
	#jsn-content.jsn-hasleft:not([class="jsn-hasright"]) #jsn-maincontent.order2,
	#jsn-content.jsn-hasright:not([class="jsn-hasleft"]) #jsn-maincontent.order2 {
		padding-right: 20px;
	}
	#jsn-maincontent.span12[class*="order"],
	#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order2 {
		padding: 0;
	}
	#jsn-maincontent.span12 #jsn-centercol.span12 {
		padding: 0 20px;
	}
	#jsn-content.jsn-hasinnerleft:not([class="jsn-hasinnerright"]) #jsn-maincontent.span12 #jsn-centercol {
		padding-right: 20px;
	}
	#jsn-content.jsn-hasinnerright:not([class="jsn-hasinnerleft"]) #jsn-maincontent.span12 #jsn-centercol {
		padding-left: 20px;
	}

}

/***!  /templates/jsn_decor_pro/css/layouts/jsn_mobile.css  !***/

/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/************************************************************************************
 mobile layout (240 - 960): common settings for both smartphone and tablet
*************************************************************************************/
@media only screen and (max-width: 960px), (max-device-width: 960px) {
	body {
		font-size: 14px !important;
		-webkit-text-size-adjust: none;
	}
	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	#jsn-master #jsn-page {
		margin: 0 15px;
		min-width: inherit;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#jsn-master #jsn-topbar {
		margin: 0 15px;
	}
    #jsn-master #jsn-pos-topbar,
	#jsn-master #jsn-header-inner2,
	#jsn-master #jsn-menu-inner1,
	#jsn-master #jsn-body-inner,
	#jsn-master #jsn-footer-inner {
		width: 100%;
	}
	#jsn-body {
		margin-top: 0;
	}
	#jsn-menu-inner2,
	#jsn-pos-mainmenu {
		margin: 0;
	}
	#jsn-menu-inner2 {
		border: none;
	}
	#jsn-maincontent {
		right: auto !important;
	}
	#jsn-header-inner1 {
		position: static;
	}
	#jsn-headerright {
		padding-right: 10px;
		padding-left: 10px;
	}
	#jsn-promo {
		overflow: hidden;
	}
	[id*="jsn-content_inner"],
	[id*="jsn-mainbody-content-inner"] {
		left: auto !important;
		right: auto !important;
		background-image: none !important;
	}
	/* =============== MAIN MENU =============== */
	#jsn-menu {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#jsn-pos-toolbar {
		margin: 0;
	}
	#jsn-menu.jsn-mobile-menu-sticky {
		position: fixed;
		z-index: 9999;
		top: 0;
		-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
		width: 95%;
	}
	#jsn-pos-mainmenu,
	body.jsn-direction-rtl #jsn-pos-mainmenu {
		float: none;
	}
	#jsn-menu .left,
	#jsn-menu .right {
		display: none;
	}
	/* ----- MAIN TOGGLE ----- */
	#jsn-menu .jsn-menu-toggle {
		cursor: pointer;
		display: inline-block;
	}
	#jsn-menu .jsn-modulecontent > .jsn-menu-toggle,
	#jsn-menu .jsn-modulecontainer[class*="display-"] .jsn-modulecontainer_inner h3.jsn-moduletitle {
		color: #EEE;
		font-size: 1.2em;
		text-transform: uppercase;
	}
	#jsn-menu .jsn-modulecontent > .jsn-menu-toggle {
		padding: 12px 10px;
	}
	#jsn-menu .jsn-modulecontainer[class*="display-"] .jsn-modulecontainer_inner h3.jsn-moduletitle {
		margin-top: 12px;
	}
	#jsn-menu .jsn-menu-toggle.active {
		color: #FFF;
	}
	#jsn-menu ul.jsn-menu-mobile {
		position: absolute;
		width: 100%;
	}
	#jsn-menu #jsn-pos-mainmenu ul.jsn-menu-mobile {
		left: 0;
	}
	#jsn-menu #jsn-pos-toolbar ul.jsn-menu-mobile {
		right: 0;
	}
	#jsn-menu .jsn-menu-toggle + ul {
		display: none;
	}
	#jsn-menu .jsn-menu-toggle + ul.jsn-menu-mobile {
		display: block;
	}
	#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner h3.jsn-moduletitle > span {
	    padding: 5px 10px;
	}
	#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle {
	    background: none;
	}
	#jsn-menu .jsn-modulecontainer.display-dropdown.jsn-dropdown-active .jsn-modulecontainer_inner h3.jsn-moduletitle {
	    color: #FFFFFF;
	}
	#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner .jsn-modulecontent {
		visibility: visible;
		display:none;
		opacity: 0;
	}
	#jsn-menu div.display-dropdown.jsn-dropdown-active.jsn-modulecontainer .jsn-modulecontainer_inner .jsn-modulecontent {
		display: block;
		opacity: 1;
	}
	body.jsn-direction-rtl #jsn-menu #jsn-pos-mainmenu ul.jsn-menu-mobile {
		right: 0;
		left: auto;
	}
	body.jsn-direction-rtl #jsn-menu #jsn-pos-toolbar ul.jsn-menu-mobile {
		left: 0;
		right: auto;
	}
	body.jsn-direction-rtl #jsn-menu .jsn-menu-toggle + ul {
		right: 0;
	}
	body.jsn-direction-rtl div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback a {
		text-align: right;
	}
	/* ----- LEVEL 1 ----- */
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu li {
		float: none;
		width: auto;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li:first-child {
		border-top: 1px solid #000;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li {
		border-top: 1px solid #444;
		border-bottom: 1px solid #111;
		border-right: none;
		border-left: none;
		margin: 0;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li > a,
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li > a:hover {
		border: none;
		background: #333;
		color: #ddd;
		font-size: 1.1em;
		text-decoration: none;
		padding: 10px;
	}
	/* ----- ACTIVE STATE COLOR ----- */
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
		color: #FFF;
	}
	body.jsn-color-blue #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
		background-color: #134359;
	}
	body.jsn-color-green #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
		background-color: #2D4200;
	}
	body.jsn-color-red #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
		background-color: #401613;
	}
	body.jsn-color-purple #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
		background-color: #46242E;
	}
	body.jsn-color-orange #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
		background-color: #935227;
	}
	body.jsn-color-darkblue #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
		background-color: #1C2222;
	}

	/* ----- LEVEL 2 ----- */
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu.jsn-menu-mobile ul {
		width: auto;
		position: static;
		background-color: #444;
		background-image: none;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		margin: 0;
		padding: 0;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li > .jsn-menu-mobile {
		padding: 5px 10px;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu ul li {
		border: none;
		background: none;
	}
	#jsn-menu [id*="jsn-pos-"] div.jsn-modulecontainer ul.menu-mainmenu ul li a {
		border: none;
		background: none;
		color: #ccc;
		padding: 8px 0 8px 20px;
		background: url(/templates/jsn_decor_pro/images/icons/icons-base.png) left -332px no-repeat;
	}
	#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
		text-align: left;
	}
	body.jsn-direction-rtl #jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
		text-align: right;
	}
	body.jsn-direction-rtl #jsn-menu [id*="jsn-pos-"] div.jsn-modulecontainer ul.menu-mainmenu ul li a,
	body.jsn-direction-rtl #jsn-menu [id*="jsn-pos-"] div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
		padding-left: 0;
		padding-right: 20px;
		background-position: right -332px;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu li span.jsn-menu-toggle {
		top: 0;
		padding: 0;
		margin: 0;
		width: 32px;
		height: 32px;
		cursor: pointer;
		position: absolute;
		background: rgba(0,0,0,0.3) url(/templates/jsn_decor_pro/images/icons/icon-toggle-expand.png) center center no-repeat;
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#4c000000', EndColorStr='#4c000000');
		right: 0;
	}
	body.jsn-direction-rtl #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu li span.jsn-menu-toggle {
		left: 0;
		right: auto;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu li span.jsn-menu-toggle.active {
		background-image: url(/templates/jsn_decor_pro/images/icons/icon-toggle-collapse.png);
	}
	body.jsn-direction-rtl #jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
		border: none;
	}
	/* ----- LEVEL 3 ----- */
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu ul ul li {
		margin-left: 20px;
		margin-right: 10px;
		width: auto;
	}
	body.jsn-direction-rtl #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu ul ul li {
		margin-left: 10px;
		margin-right: 20px;
	}
	/* =============== MOBILE SIDE MENU =============== */
	body div.jsn-modulecontainer ul.menu-sidemenu ul {
		display: none;
	}
	body div.jsn-modulecontainer ul.menu-sidemenu li.parent > a {
		padding-right: 8px;
		background-image: none;
	}
	/* ===============  SITETOOLS =============== */
	#jsn-sitetoolspanel {
		display: none;
	}
	#jsn-sitetoolspanel.jsn-include-color {
		display: block;
	}
	ul#jsn-sitetools-inline li {
		padding: 0;
		margin: 0;
		background: url(/templates/jsn_decor_pro/images/icons/icons-uni.png) center -1368px no-repeat;
	}
	ul#jsn-sitetools-menu > li:hover,
	ul#jsn-sitetools-inline > li:hover {
		background-color: transparent;
		box-shadow: none !important;
	}
	ul#jsn-sitetools-menu > li:hover a {
		box-shadow: none !important;
	}
	ul#jsn-sitetools-menu > li > a,
	ul#jsn-sitetools-inline > li > a {
		margin: 0;
		padding: 0;
		width: 30px;
		height: 34px;
		display: block;
	}
	ul#jsn-sitetools-menu li ul {
		top: 34px;
		display: none;
		right: 0;
	}
	ul#jsn-sitetools-inline li ul {
		z-index: 90;
		right: 8px;
		top: 39px;
		position: absolute;
		display: none;
		margin-left: -114px;
	}
	ul#jsn-sitetools-inline li.active ul,
	ul#jsn-sitetools-menu li.active ul {
		display: block;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	ul#jsn-sitetools-inline ul li {
		padding: 3px 6px;
		background: none;
		clear: both;
	}
	ul#jsn-sitetools-inline ul li a {
		float: left;
		width: 22px;
		height: 22px;
		display: inline-block;
	}
	ul#jsn-sitetools-inline li {
		transition: background 0.3s ease-out;
		-moz-transition: background 0.3s ease-out;
		-webkit-transition: background 0.3s ease-out;
	}
	body.jsn-color-blue #jsn-sitetoolspanel li.active,
	body.jsn-color-blue ul#jsn-sitetools-inline li ul {
		background-color: #5C8FB6;
	}
	body.jsn-color-green #jsn-sitetoolspanel li.active,
	body.jsn-color-green ul#jsn-sitetools-inline li ul {
		background-color: #8D9A48;
	}
	body.jsn-color-purple #jsn-sitetoolspanel li.active,
	body.jsn-color-purple ul#jsn-sitetools-inline li ul {
		background-color: #854E6B;
	}
	body.jsn-color-orange #jsn-sitetoolspanel li.active,
	body.jsn-color-orange ul#jsn-sitetools-inline li ul {
		background-color: #D77B4E;
	}
	body.jsn-color-red #jsn-sitetoolspanel li.active,
	body.jsn-color-red ul#jsn-sitetools-inline li ul {
		background-color: #AF5546;
	}
	body.jsn-color-darkblue #jsn-sitetoolspanel li.active,
	body.jsn-color-darkblue ul#jsn-sitetools-inline li ul {
		background-color: #4C6979;
	}
	/* -----  RTL Layout ----- */
	body.jsn-direction-rtl #jsn-sitetoolspanel {
		left: 0;
		right: auto;
	}
	body.jsn-direction-rtl ul#jsn-sitetools-menu > li {
		position: inherit;
	}
	body.jsn-direction-rtl ul#jsn-sitetools-menu li ul,
	body.jsn-direction-rtl ul#jsn-sitetools-inline li ul {
		margin-right: -114px;
		margin-left: 0;
		left: 8px;
		right: auto;
	}
	/* ===============  OTHER POSITIONS =============== */
	div[id*="jsn-pos-stick-left"],
	div[id*="jsn-pos-stick-right"] {
		display: none;
		height: 0;
	}
	#jsn-pos-promo,
	#jsn-pos-promo-left,
	#jsn-pos-promo-right,
	#jsn-content #jsn-maincontent,
	#jsn-content #jsn-maincontent #jsn-mainbody-content-inner,
	#jsn-content #jsn-leftsidecontent,
	#jsn-content #jsn-rightsidecontent,
	#jsn-content #jsn-pos-innerleft,
	#jsn-content #jsn-pos-innerright {
		width: 100%;
		margin: 0;
	}
	#jsn-content #jsn-maincontent_inner,
	#jsn-promo #jsn-pos-promo div.jsn-modulecontainer {
		margin: 0 !important;
	}
	#jsn-pos-promo-left div.jsn-modulecontainer,
	#jsn-pos-promo-right div.jsn-modulecontainer {
		padding: 0 !important;
	}
	#jsn-leftsidecontent_inner,
	#jsn-rightsidecontent_inner {
		padding: 0 !important;
	}
	#jsn-content.jsn-hasinnerleft #mainbody-pos-content-inner {
		margin: 0 !important;
	}
	#jsn-pos-content-bottom + #jsn-usermodules3 {
		padding-top: 0 !important;
	}
	div.jsn-modulescontainer4.jsn-horizontallayout div.jsn-modulecontainer {
		width: 49.9%;
	}
	div#jsn-pos-breadcrumbs.display-mobile,
	div.jsn-modulecontainer.display-mobile {
		display: block;
	}
	div#jsn-pos-breadcrumbs.display-desktop,
	div.jsn-modulecontainer.display-desktop {
		display: none;
	}
	/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
	/* =============== JOOMLA! EXTENSIONS - COM_CONTACT =============== */
	/* ----- STANDARD CONTACT LAYOUT - CONTACT FORM INPUT BOXES ----- */
	.jsn-mailling-form {
		text-align: center;
	}
	.jsn-mailling-form p {
		text-align: left;
	}
	.jsn-mailling-form #contact_name,
	.jsn-mailling-form #contact_email,
	.jsn-mailling-form #contact_subject,
	.jsn-mailling-form #contact_text {
		width: 100%;
		padding: 3px 0;
	}
	/* =============== JOOMLA! EXTENSIONS - COM_SEARCH =============== */
	div.com-search #searchForm .search-phrase {
		margin-left: 0;
	}
	div.com-search #searchForm .search-keyword label,
	div.com-search #searchForm .search-ordering label,
	div.com-search #searchForm .search-field-title {
		float: none;
		display: inline;
		text-align: left;
		padding-bottom: 3px;
	}
	div.com-search #searchForm .search-keyword-result .search-field-title {
		display: inline;
	}
	div.com-search #searchForm .search-range label,
	div.com-search #searchForm  .search-range .search-field-title {
		float: left;
	}
	body.jsn-direction-rtl div.com-search #searchForm .search-range label,
	body.jsn-direction-rtl div.com-search #searchForm .search-range .search-field-title {
		float: right;
	}
	#jsn-pos-mainmenu.jsn-hasMegamenu .jsn-modulecontainer {
		display: block;
	}
	#jsn-pos-mainmenu.jsn-hasMegamenu .jsn-modulecontainer.jsn-megamenu {
		display: none;
	}
	#jsn-menu ul.jsn-menu-mobile .jsn-menu-toggle i.fa-navicon {
		display: none;
	}
	/* =============== MOBILE SLIDE MENU =============== */
	#jsn-menu .close-menu {
		color: #fff;
		margin: 10px 3px;
		cursor: pointer;
	}
	#jsn-menu ul.menu-mainmenu[class*="jsn-menu-mobile-"] {
		width: 280px;
		height: 100%;
		top: 0;
		z-index: 9999999;
		padding: 0;
		background: #404040;
		position: fixed;
		overflow-y: auto;
	}
	#jsn-menu ul.menu-mainmenu[class*="jsn-menu-mobile-"] .jsn-menu-mobile-control {
		display: block !important;
		border: none !important;
		background: transparent !important;
		text-align: center;
		position: initial;
		padding: 20px 10px;
	}
	#jsn-menu ul.menu-mainmenu[class*="jsn-menu-mobile-"] .jsn-menu-mobile-control i[class*="fa-"]{
		float: right;
		font-size: 17px;
		border: 2px solid #fff;
		border-radius: 50%;
		padding: 2px;
		width: 16px;
		vertical-align: middle;
		color: #fff;
	}
	#jsn-menu ul.menu-mainmenu[class*="jsn-menu-mobile-right"] .jsn-menu-mobile-control i[class*="fa-"]{
		float: left;
	}

	#jsn-menu ul.menu-mainmenu.jsn-menu-mobile-left {
		left: -280px;
	}
	#jsn-menu ul.menu-mainmenu.jsn-menu-mobile-right {
		right: -280px;
	}
	#jsn-menu span.active + ul.jsn-menu-mobile-left {
		left: 0;
	}
	#jsn-menu span.active + ul.jsn-menu-mobile-right {
		right: 0;
		left: auto !important;
	}
	body {
		overflow-x: hidden;
	}
	body.jsn-menu-mobile-push-left {
		position: relative;
		left: 280px;
	}
	body.jsn-menu-mobile-push-right {
		position: relative;
		right: 280px;
	}
	#jsn-menu ul.menu-mainmenu[class*="jsn-menu-mobile-"] {
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	#jsn-content-top {
		overflow-x: hidden;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu.jsn-menu-mobile-slide > li > a {
		padding: 10px 15px;
		font-size: 1em;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu.jsn-menu-mobile-slide li span.jsn-menu-toggle {
		background-color: transparent;
	}
	div.jsn-modulecontainer ul.menu-mainmenu[class*="jsn-menu-mobile-"] li.jsn-submenu-flipback a {
		text-align: left;
	}
	ul:not(.jsn-menu-mobile-slide) .jsn-menu-mobile-control {
		display: none;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.fa {
		display: block;
		position: relative;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li.fa a span {
		padding-left: 24px;
	}
	#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu li.fa:before {
		left: 10px;
		margin-top: 12px;
		position: absolute;
	}
	div#jsn-page {
		overflow: visible;
	}
}
/************************************************************************************
smartphone layout (320 - 480): everything is layout in single column
*************************************************************************************/
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	#jsn-logo {
		margin: 0;
	}
	#jsn-logo #jsn-logo-mobile {
		display: block;
	}
	#jsn-logo #jsn-logo-mobile + #jsn-logo-desktop {
		display: none;
	}
	#jsn-logo {
		float: none;
	}
	#jsn-headerright,
	#jsn-social-icons,
	#jsn-social-icons ul {
		float: none !important;
		padding: 0 10px;
		text-align: center;
	}
	#jsn-social-icons ul {
		display: inline-block;
	}
	#jsn-headerright #jsn-pos-top {
		float: none;
	}
	#jsn-headerright #jsn-pos-top div.jsn-modulecontainer {
		float: none;
		margin: 0 0 15px 0;
	}
	#jsn-menu.jsn-mobile-menu-sticky{
		right: 0 !important;
		left: 0 !important;
		width: 100% !important;
	}
	div#jsn-pos-breadcrumbs.display-tablet,
	div.jsn-modulecontainer.display-tablet {
		display: none;
	}
	div#jsn-pos-breadcrumbs.display-smartphone,
	div.jsn-modulecontainer.display-smartphone {
		display: block;
	}
	div#jsn-content.jsn-hasright #jsn-content_inner2,
	div#jsn-content.jsn-hasleft #jsn-content_inner {
		background: none;
	}
	#jsn-pos-promo-left div.jsn-modulecontainer,
	#jsn-pos-promo-right div.jsn-modulecontainer,
	#jsn-leftsidecontent_inner,
	#jsn-rightsidecontent_inner {
		margin: 20px 10px !important;
	}
	#jsn-content.jsn-hasinnerleft #jsn-pos-innerright > div {
		padding-top: 0;
	}
	div.jsn-modulescontainer2 div.jsn-modulecontainer,
	div.jsn-modulescontainer3 div.jsn-modulecontainer,
	div.jsn-modulescontainer4 div.jsn-modulecontainer,
	div.jsn-modulescontainer5 div.jsn-modulecontainer,
	div.jsn-modulescontainer6 div.jsn-modulecontainer,
	[id^=jsn-pos-user],
	#jsn-pos-footer,
	#jsn-pos-bottom {
		width: 100% !important;
	}
	#jsn-pos-user1 + #jsn-pos-user2,
	#jsn-pos-user3 + #jsn-pos-user4 {
		margin-top: 15px;
	}
	#jsn-pos-user5,
	#jsn-pos-user6,
	#jsn-pos-user7 {
		margin: 0;
		margin-top: 15px;
	}
	div.jsn-horizontallayout div.jsn-modulecontainer:first-child,
	#jsn-usermodules3 > div:first-child {
		margin-top: 0;
	}
	#jsn-pos-bottom {
		text-align: left;
	}
	div[class*="grid-layout"] div.grid-col {
		width: 100%;
	}
	div.grid-layout div.grid-col div.grid-col_inner {
		margin-right: 0;
	}
	body.jsn-direction-rtl div.grid-layout div.grid-col div.grid-col_inner {
		margin-left: 0;
	}
	[class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-description {
		display: none !important;
	}
	/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
	/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
	/* ----- ARTICLE DETAILS ----- */
	p, pre, blockquote, form, dl, ul, ol, fieldset, address, table {
		word-wrap: break-word;
	}
	/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
	/* ARTICLE COLUMN CONTAINER */
	.jsn-articlecols {
		float: none;
		width: 100% !important;
	}
	.jsn-articlecols .jsn-article {
		padding: 0;
	}
	/* =============== JOOMLA! EXTENSIONS - COM_NEWSFEED =============== */
	.com-newsfeed table.jsn-infotable td.jsn-table-column-links,
	.com-newsfeed legend.hidelabeltxt {
		display: none;
	}
	.com-newsfeed div.display-limit {
		float: right;
	}
	.com-newsfeed table.category {
		width: 100%;
		border: none;
		border-collapse: collapse;
	}
	.com-newsfeed table.category thead th {
		padding: 10px;
	}
	.com-newsfeed table.category thead .item-title {
		text-align: left;
	}
	.com-newsfeed table.category thead {
		background-color: #999;
		text-shadow: 0 1px 0 rgba(0,0,0,0.5) ;
	}
	.com-newsfeed table.category thead th a {
		color: #FFF;
	}
	.com-newsfeed table.category .item-num-art {
		text-align: center;
	}
	.com-newsfeed table.category .item-link {
		display: none;
	}
	.com-newsfeed table.category tbody td {
		padding: 10px 5px;
		border-bottom: 1px solid #CCC;
	}
	.jsn-joomla-30 .com-newsfeed ul.category li {
		float: left;
		width: 100%;
	}
	.jsn-joomla-30 .com-newsfeed div.display-limit {
	    float: none;
	}
	/* =============== JOOMLA! EXTENSIONS - COM_CONTACT =============== */
	.com-contact table.jsn-infotable td.jsn-table-column-country,
	.com-contact table.jsn-infotable td.jsn-table-column-state,
	.com-contact table.jsn-infotable td.jsn-table-column-suburb,
	.com-contact table.jsn-infotable td.jsn-table-column-position {
		display: none;
	}
	/* =============== JOOMLA! EXTENSIONS - COM_USER =============== */
	/* ----- USER FORM LAYOUT ----- */
	div.com-user div.default-login {
		width: 90%;
	}
	div.com-user div.default-login .login-fields input {
		display: block;
		width: 95%;
	}
	#jsn-logo {
		text-align: center;
	}
}
/************************************************************************************
 tablet wide layout (481 - 960): arrange modules in 3 columns and 1 side bar
*************************************************************************************/
@media only screen and (min-width: 481px) and (max-width: 960px), (min-device-width: 481px) and (max-device-width: 960px) {
	#jsn-content-top.jsn-haspromoleft.jsn-haspromoright #jsn-promo #jsn-pos-promo-left,
	#jsn-content-top.jsn-haspromoleft.jsn-haspromoright #jsn-promo #jsn-pos-promo-right,
	#jsn-content.jsn-hasleft.jsn-hasright #jsn-leftsidecontent,
	#jsn-content.jsn-hasleft.jsn-hasright #jsn-rightsidecontent,
	#jsn-content.jsn-hasinnerright #jsn-pos-innerleft,
	#jsn-content.jsn-hasinnerleft #jsn-pos-innerright {
		width: 49.95%;
		float: left;
	}
	#jsn-pos-promo,
	#jsn-pos-promo-left,
	#jsn-pos-promo-right,
	#jsn-maincontent,
	#jsn-leftsidecontent,
	#jsn-rightsidecontent,
	#jsn-pos-innerleft,
	#jsn-pos-innerright {
		margin: 0;
	}
	#jsn-maincontent {
		padding: 0 !important;
	}
	#jsn-pos-promo-left[class*="order"] div.jsn-modulecontainer,
	#jsn-pos-promo-right[class*="order"] div.jsn-modulecontainer {
		margin: 20px 10px;
	}
	#jsn-leftsidecontent div.jsn-modulecontainer,
	#jsn-rightsidecontent div.jsn-modulecontainer {
		margin-top: 20px;
	}
	#jsn-leftsidecontent div.jsn-modulecontainer:first-child,
	#jsn-rightsidecontent div.jsn-modulecontainer:first-child {
		margin-top: 0;
	}
	#jsn-pos-content-top,
	#jsn-pos-content-bottom,
	#jsn-pos-user-top,
	#jsn-pos-user-bottom,
	#jsn-pos-mainbody-top,
	#jsn-pos-mainbody-bottom {
		padding-top: 0 !important;
	}
	div#jsn-pos-breadcrumbs.display-smartphone,
	div.jsn-modulecontainer.display-smartphone {
		display: none;
	}
	div#jsn-pos-breadcrumbs.display-tablet,
	div.jsn-modulecontainer.display-tablet {
		display: block;
	}
	#jsn-leftsidecontent_inner,
	#jsn-rightsidecontent_inner {
		margin: 15px 10px !important;
	}
	#jsn-pos-innerleft > div,
	#jsn-pos-innerright > div {
		padding: 15px;
	}
	div.grid-layout4 div.grid-col,
	div.grid-layout5 div.grid-col,
	div.grid-layout6 div.grid-col {
		width: 33.3%;
	}
	div.jsn-modulescontainer3 #jsn-pos-user5 div.jsn-modulecontainer,
	div.jsn-modulescontainer3 #jsn-pos-user6 div.jsn-modulecontainer,
	div.jsn-modulescontainer3 #jsn-pos-user7 div.jsn-modulecontainer {
		width: 100%;
	}
	#jsn-pos-content-top .span2,
	#jsn-pos-content-top .span3,
	#jsn-pos-content-top .span4,
	#jsn-pos-content-bottom .span2,
	#jsn-pos-content-bottom .span3,
	#jsn-pos-content-bottom .span4,
	#jsn-pos-user-top .span2,
	#jsn-pos-user-top .span3,
	#jsn-pos-user-top .span4,
	#jsn-pos-user-bottom .span2,
	#jsn-pos-user-bottom .span3,
	#jsn-pos-user-bottom .span4,
	#jsn-usermodules3 .span2,
	#jsn-usermodules3 .span3,
	#jsn-usermodules3 .span4,
	#jsn-pos-mainbody-top .span2,
	#jsn-pos-mainbody-top .span3,
	#jsn-pos-mainbody-top .span4,
	#jsn-pos-mainbody-bottom .span2,
	#jsn-pos-mainbody-bottom .span3,
	#jsn-pos-mainbody-bottom .span4 {
		width: 31.491712707182323%;
		float: left;
	}
	#jsn-pos-content-top .span2:nth-child(4),
	#jsn-pos-content-top .span3:nth-child(4),
	#jsn-pos-content-bottom .span2:nth-child(4),
	#jsn-pos-content-bottom .span3:nth-child(4),
	#jsn-pos-user-top .span2:nth-child(4),
	#jsn-pos-user-top .span3:nth-child(4),
	#jsn-pos-user-bototm .span2:nth-child(4),
	#jsn-pos-user-bottom .span3:nth-child(4),
	#jsn-usermodules3 .span2:nth-child(4),
	#jsn-usermodules3 .span3:nth-child(4),
	#jsn-pos-mainbody-top .span2:nth-child(4),
	#jsn-pos-mainbody-top .span3:nth-child(4),
	#jsn-pos-mainbody-bottom .span2:nth-child(4),
	#jsn-pos-mainbody-bottom .span3:nth-child(4) {
		margin-left: 0;
	}
}
/************************************************************************************
 tablet narrow layout (481 - 767): arrange modules in 2 columns and 1 side bar
*************************************************************************************/
@media only screen and (min-width: 481px) and (max-width: 768px), (min-device-width: 481px) and (max-device-width: 768px) and (orientation:portrait) {
	#jsn-pos-content-top [class*="span"],
	#jsn-pos-content-bottom [class*="span"],
	#jsn-pos-user-top [class*="span"],
	#jsn-pos-user-bottom [class*="span"],
	#jsn-pos-mainbody-top [class*="span"],
	#jsn-pos-mainbody-bottom [class*="span"],
	#jsn-usermodules1 [class*="span"],
	#jsn-usermodules2 [class*="span"],
	#jsn-usermodules3 [class*="span"],
	#jsn-footermodules [class*="span"] {
		width: 48.93617021276595%;
		margin: 0 !important;
		float: left;
	}
	.jsn-horizontallayout .span12,
	#jsn-usermodules1 .span12,
	#jsn-usermodules2 .span12,
	#jsn-usermodules3 .span12 {
		width: 100% !important;
	}
	#jsn-pos-content-top [class*="span"]:nth-child(2),
	#jsn-pos-content-top [class*="span"]:nth-child(4),
	#jsn-pos-content-top [class*="span"]:nth-child(6),
	#jsn-pos-content-bottom [class*="span"]:nth-child(2),
	#jsn-pos-content-bottom [class*="span"]:nth-child(4),
	#jsn-pos-content-bottom [class*="span"]:nth-child(6),
	#jsn-pos-user-top [class*="span"]:nth-child(2),
	#jsn-pos-user-top [class*="span"]:nth-child(4),
	#jsn-pos-user-top [class*="span"]:nth-child(6),
	#jsn-pos-user-bottom [class*="span"]:nth-child(2),
	#jsn-pos-user-bottom [class*="span"]:nth-child(4),
	#jsn-pos-user-bottom [class*="span"]:nth-child(6),
	#jsn-pos-mainbody-top [class*="span"]:nth-child(2),
	#jsn-pos-mainbody-top [class*="span"]:nth-child(4),
	#jsn-pos-mainbody-top [class*="span"]:nth-child(6),
	#jsn-pos-mainbody-bottom [class*="span"]:nth-child(2),
	#jsn-pos-mainbody-bottom [class*="span"]:nth-child(4),
	#jsn-pos-mainbody-bottom [class*="span"]:nth-child(6),
	#jsn-usermodules1 [class*="span"]:nth-child(2),
	#jsn-usermodules2 [class*="span"]:nth-child(2),
	#jsn-usermodules3 [class*="span"]:nth-child(2),
	#jsn-footermodules [class*="span"]:nth-child(2) {
		margin-left: 2.127659574468085%;
	}
	#jsn-usermodules3.jsn-modulescontainer3 .span4:last-child {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1200px), (min-device-width: 960px) and (max-device-width: 1200px){
	.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer:before{
		padding-bottom: 242px !important;
		padding-right: 230px !important;
		background: url(/templates/jsn_decor_pro/css/images/bg-mainmenu-inner2.png) 100% bottom no-repeat;
	}	
}

/***!  /templates/jsn_decor_pro/css/custom.css  !***/

div.jsn-modulecontainer ul.menu-mainmenu > li > a:focus {
background: yellow;
color: #000;
}

/*=======================================================CUSTOM CSS=======================================================*/
/**
 * 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 0;
	padding-bottom: 40px;
	*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(/templates/jsn_decor_pro/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 {
	background: url(/templates/jsn_decor_pro/images/icons/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	background: url(/templates/jsn_decor_pro/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;
}

.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(/templates/jsn_decor_pro/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(/templates/jsn_decor_pro/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;
}

/*==============NAVIGATOR================*/
div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-right: 1px solid rgba(255,255,255,0.15) !important;
}

/*==============SLIDER==============*/
.jsn-demopage .jsn-gallery .galleria-container.notouch {
	border: none !important;
}

.jsn-demopage .jsn-gallery .galleria-thumbnails-list {
	margin-top: 10px !important;
}

.jsn-demopage .jsn-gallery .galleria-thumbnails .galleria-image img {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
}

.jsn-demopage .jsn-gallery {
	margin-bottom: -6px;
}

.jsn-demopage .jsn-gallery .label_skitter {
	opacity: 1 !important;
	background: none !important;
	max-width: 80% !important;
	padding: 20px;
	width: 100%;
}

.jsn-demopage .jsn-gallery .label_skitter p {
	margin: 0 !important;
}

.jsn-demopage .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	font-size: 22px !important;
	padding: 10px 10px 10px 20px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: normal;
}

.jsn-demopage .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	font-size: 13px !important;
	padding: 10px 10px 10px 20px;
	color: #EEE !important;
}

.jsn-demopage .jsn-gallery .prev_button:before {
	background: url(/templates/jsn_decor_pro/images/icons/controls.png) no-repeat 0 -32px;
	content: '';
	display: block;
	position: absolute;
	padding: 20px;
	margin: 6px;
}

.jsn-demopage .jsn-gallery .prev_button {
	left: -9px !important;
	overflow: inherit;
}

.jsn-demopage .jsn-gallery .prev_button:after {
	padding-top: 29px;
	padding-right: 33px;
	background:url(/templates/jsn_decor_pro/images/bg-mainmenu-inner1.png) left bottom no-repeat !important;
	display: block;
	content: '';
	position: absolute;
	bottom: -6px;
}

.jsn-demopage .jsn-gallery .next_button:before {
	background: url(/templates/jsn_decor_pro/images/icons/controls.png) no-repeat -43px -32px;
	content: '';
	display: block;
	position: absolute;
	padding: 20px;
	margin: 6px;
}

.jsn-demopage .jsn-gallery .next_button {
	right: -9px !important;
	overflow: inherit;
}

.jsn-demopage .jsn-gallery .next_button:after {
	padding-top: 29px;
	padding-left: 42px;
	background:url(/templates/jsn_decor_pro/images/bg-mainmenu-inner2.png) right bottom no-repeat !important;
	display: block;
	content: '';
	position: absolute;
	bottom: -6px;
}
/*===============COLORS OF SLIDER===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	background-color: #206193;
}

.jsn-demopage.jsn-color-blue .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	background-color: rgba(32,97,147,0.8);
}

.jsn-demopage.jsn-color-blue .jsn-gallery .prev_button, 
.jsn-demopage.jsn-color-blue .jsn-gallery .next_button {
	background: #206193 !important;
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	background-color: #922311;
}

.jsn-demopage.jsn-color-red .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	background-color: rgba(146,35,17,0.8);
}

.jsn-demopage.jsn-color-red .jsn-gallery .prev_button, 
.jsn-demopage.jsn-color-red .jsn-gallery .next_button {
	background: #922311 !important;
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	background-color: #5F6A24;
}

.jsn-demopage.jsn-color-green .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	background-color: rgba(95,106,36,0.8);
}

.jsn-demopage.jsn-color-green .jsn-gallery .prev_button, 
.jsn-demopage.jsn-color-green .jsn-gallery .next_button {
	background: #5F6A24 !important;
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	background-color: #5D2D46;
}

.jsn-demopage.jsn-color-purple .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	background-color: rgba(93,45,70,0.8);
}

.jsn-demopage.jsn-color-purple .jsn-gallery .prev_button, 
.jsn-demopage.jsn-color-purple .jsn-gallery .next_button {
	background: #5D2D46 !important;
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	background-color: #BC501B;
}

.jsn-demopage.jsn-color-orange .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	background-color: rgba(188,80,27,0.8);
}

.jsn-demopage.jsn-color-orange .jsn-gallery .prev_button, 
.jsn-demopage.jsn-color-orange .jsn-gallery .next_button {
	background: #BC501B !important;
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
	background-color: #2B363C;
}

.jsn-demopage.jsn-color-darkblue .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
	background-color: rgba(43,54,60,0.8);
}

.jsn-demopage.jsn-color-darkblue .jsn-gallery .prev_button, 
.jsn-demopage.jsn-color-darkblue .jsn-gallery .next_button {
	background: #2B363C !important;
}
/*=======END DARK BLUE========*/
/*===============END COLORS OF SLIDER===============*/

/*===============QUOTES===============*/
.jsn-demopage .jsn-modulecontent #quotes {
	background: url(/media/joomlashine/jsn-decor/custom-html/quotes/quote-bg-darkblue.png) top no-repeat;
	padding: 12px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.jsn-demopage .jsn-modulecontent #quotes .quote-text {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.3em;
	color: #2B363C;
	max-width: 540px;
	margin: 0 auto;
	padding: 5px;
}

.jsn-demopage .jsn-modulecontent #quotes .quote-title {
	font-family: Arial, san-serif;
	font-size: 0.8em;
	font-weight: bold;
}

/*===============CONTENT TOP===============*/
.jsn-demopage #jsn-content-top {
	background-image: none;
	background-color: #fff;
}

.jsn-demopage #jsn-content-top, #jsn-content-bottom-inner1 {
	border-top: none;
	border-right: none;
	border-left: none;
	border: none;
}

.jsn-demopage #jsn-pos-content-top, #jsn-content-bottom-inner2, #jsn-footermodules {
	box-shadow: none;
	text-shadow: none;
}

.jsn-demopage #jsn-content-top #static-block {
	padding: 0;
}

.jsn-demopage #jsn-content-top #static-block .sb-content .sb-img {
	border-radius: 100%;
	float: left;
	width: 48px;
	height: 48px;
}

.jsn-demopage #jsn-content-top #static-block .sb-content .sb-link {
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-size: 1.4em;
	font-family: "Playfair Display", Georgia, serif;
	font-weight: bold;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    line-height: 50px;
}

.jsn-demopage #jsn-content-top #static-block .sb-content .sb-text {
	color: #586165;
	max-width: 350px;
}
/*===============COLORS OF CONTENT TOP===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue #jsn-content-top #static-block .sb-content .sb-img {
	background-color: #206193;
}

.jsn-demopage.jsn-color-blue #jsn-content-top #static-block .sb-content .sb-link {
	color: #2B363C;
}

.jsn-demopage.jsn-color-blue #jsn-content-top #static-block .sb-content:hover .sb-link {
	color: #186a8f;
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red #jsn-content-top #static-block .sb-content .sb-img {
	background-color: #922311;
}

.jsn-demopage.jsn-color-red #jsn-content-top #static-block .sb-content .sb-link {
	color: #2B363C;
}

.jsn-demopage.jsn-color-red #jsn-content-top #static-block .sb-content:hover .sb-link {
	color: #7B2724;
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green #jsn-content-top #static-block .sb-content .sb-img {
	background-color: #5F6A24;
}

.jsn-demopage.jsn-color-green #jsn-content-top #static-block .sb-content .sb-link {
	color: #2B363C;
}

.jsn-demopage.jsn-color-green #jsn-content-top #static-block .sb-content:hover .sb-link {
	color: #4D7200;
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple #jsn-content-top #static-block .sb-content .sb-img {
	background-color: #5D2D46;
}

.jsn-demopage.jsn-color-purple #jsn-content-top #static-block .sb-content .sb-link {
	color: #2B363C;
}

.jsn-demopage.jsn-color-purple #jsn-content-top #static-block .sb-content:hover .sb-link {
	color: #723B4A;
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange #jsn-content-top #static-block .sb-content .sb-img {
	background-color: #BC501B;
}

.jsn-demopage.jsn-color-orange #jsn-content-top #static-block .sb-content .sb-link {
	color: #2B363C;
}

.jsn-demopage.jsn-color-orange #jsn-content-top #static-block .sb-content:hover .sb-link {
	color: #935227;
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue #jsn-content-top #static-block .sb-content .sb-img {
	background-color: #2B363C;
}

.jsn-demopage.jsn-color-darkblue #jsn-content-top #static-block .sb-content .sb-link {
	color: #2B363C;
}

.jsn-demopage.jsn-color-darkblue #jsn-content-top #static-block .sb-content:hover .sb-link {
	color: #2d98bb;
}
/*=======END DARK BLUE========*/
/*===============END COLORS OF CONTENT TOP===============*/

/*=================ARTICLES===================*/

.jsn-demopage #jsn-content #jsn-content_inner {
	background: #fff;
}
.jsn-demopage .article .jsn-article-content p {
	padding: 0;
	margin: 10px 0;
}

/*===============RICH BOX===================*/
.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer {
	margin-right: -25px;
}

.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 14px;
	padding-right: 275px;
	background: url(/templates/jsn_decor_pro/images/bg-mainmenu-inner2.png) 100% bottom no-repeat;
}

/*================INNER RIGHT==================*/
.jsn-demopage .jsn-hasinnerright #jsn-mainbody-content-inner3 {
	background: none;
}

.jsn-demopage #jsn-pos-innerright {
	margin-top: 9px;
	border-bottom-color: #3c5868;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

div#jsn-pos-innerright .jsn-modulecontainer .jsn-modulecontainer_inner {
	margin: 10px;
}

.jsn-demopage #jsn-pos-innerright .jsn-modulecontent img {
	width: 100%;
}

.jsn-demopage #jsn-pos-innerright .jsn-modulecontent p {
	color: #fff;
}
/*===============COLORS OF INNER RIGHT===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue #jsn-pos-innerright {
	background-color: #5C8FB6;
	border: 1px solid #5C8FB6;
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red #jsn-pos-innerright {
	background-color: #AF5546;
	border: 1px solid #AF5546;
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green #jsn-pos-innerright {
	background-color: #8D9A48;
	border: 1px solid #8D9A48;
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple #jsn-pos-innerright {
	background-color: #854E6B;
	border: 1px solid #854E6B;
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange #jsn-pos-innerright {
	background-color: #D77B4E;
	border: 1px solid #D77B4E;
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue #jsn-pos-innerright {
	background-color: #4C6979;
	border: 1px solid #4C6979;
}
/*=======END DARK BLUE========*/

div.jsn-demopage #jsn-pos-innerright #jsn-pos-innerright_inner .jsn-modulecontainer_inner {
	margin: 10px !important;
}

/*===============END COLORS OF INNER RIGHT===============*/

/*================BOTTOM BLOCK===============*/
.jsn-demopage #jsn-content-bottom #jsn-pos-content-bottom {
	background-image: url(/templates/jsn_decor_pro/images/bg-master-gradient.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.jsn-demopage #jsn-content-bottom #jsn-content-bottom-inner2 {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

.jsn-demopage #jsn-content-bottom #bottom-static .bs-img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.jsn-demopage #jsn-content-bottom #bottom-static .bs-inner:hover .bs-img {
	border: 6px solid #fff;
}

.jsn-demopage #jsn-content-bottom #bottom-static .bs-inner {
}

.jsn-demopage #jsn-content-bottom #bottom-static .bs-inner .grid-col_inner {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
}

.jsn-demopage #jsn-content-bottom #bottom-static .bs-inner .bs-title {
	color: #fff;
}

.jsn-demopage #jsn-content-bottom #bottom-static .bs-link {
	text-decoration: none;
}
/*===============COLORS OF BOTTOM BLOCK===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue #jsn-content-bottom #jsn-content-bottom-inner1 {
	background-color: #5C8FB6;
	border: 1px solid #5C8FB6;
	border-bottom-color: #4b7da4;
}

.jsn-demopage.jsn-color-blue #jsn-content-bottom #bottom-static .bs-img {
	border: 6px solid #206193;
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red #jsn-content-bottom #jsn-content-bottom-inner1 {
	background-color: #AF5546;
	border: 1px solid #AF5546;
	border-bottom-color: #a24434;
}

.jsn-demopage.jsn-color-red #jsn-content-bottom #bottom-static .bs-img {
	border: 6px solid #922311;
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green #jsn-content-bottom #jsn-content-bottom-inner1 {
	background-color: #8D9A48;
	border: 1px solid #8D9A48;
	border-bottom-color: #7b8739;
}

.jsn-demopage.jsn-color-green #jsn-content-bottom #bottom-static .bs-img {
	border: 6px solid #5F6A24;
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple #jsn-content-bottom #jsn-content-bottom-inner1 {
	background-color: #854E6B;
	border: 1px solid #854E6B;
	border-bottom-color: #5D2D46;
}

.jsn-demopage.jsn-color-purple #jsn-content-bottom #bottom-static .bs-img {
	border: 6px solid #5D2D46;
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange #jsn-content-bottom #jsn-content-bottom-inner1 {
	background-color: #D77B4E;
	border: 1px solid #D77B4E;
	border-bottom-color: #BC501B;
}

.jsn-demopage.jsn-color-orange #jsn-content-bottom #bottom-static .bs-img {
	border: 6px solid #BC501B;
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue #jsn-content-bottom #jsn-content-bottom-inner1 {
	background-color: #4C6979;
	border: 1px solid #4C6979;
	border-bottom-color: #3c5868;
}

.jsn-demopage.jsn-color-darkblue #jsn-content-bottom #bottom-static .bs-img {
	border: 6px solid #2B363C;
}
/*=======END DARK BLUE========*/
/*===============END COLORS OF BOTTOM BLOCK===============*/

/*============QUOTES=============*/
.jsn-demopage #jsn-usermodules3 .testimonial blockquote {
	padding-left: 0;
	background: none;
}

.jsn-demopage #jsn-usermodules3 .test-img {
	float: left;
	border: 1px solid #e5e5e5;
	padding: 2px;
}

.jsn-demopage #jsn-usermodules3 .test-content {
	padding-left: 70px;
}

/*=====================OUR GALLERY========================*/
.jsn-demopage .our_gallery .jsn-moduletitle{
	text-align: center;
	color: #fff;
	padding: 20px 0px;
	font-size: 1.6em;
}
.jsn-demopage .our_gallery .pretext{
	text-align: center;
	color: #fff;
}
.jsn-demopage .our_gallery .jsn-gallery {
	padding-bottom: 1.5em;
}
.jsn-demopage #jsn-content-bottom-below {
	margin-bottom: 20px;
}
.jsn-demopage .our_gallery ul li a img{
	border: 5px solid #2b363c;
	transition: all .3s linear;
}
.jsn-demopage .our_gallery ul li a img:hover{
	border-color: #fff !important;	

}
.jsn-demopage .our_gallery {
	background-image: url(/templates/jsn_decor_pro/images/bg-master-gradient.png);
	background-position: left top;
	background-repeat: no-repeat;
	box-shadow: 0 2px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
}


/*===============COLORS OF OUR GALLERY===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue .our_gallery {
	background-color: #5C8FB6;
}

.jsn-demopage.jsn-color-blue .our_gallery ul li a img{
	border: 5px solid #206193;
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red .our_gallery {
	background-color: #AF5546;
}

.jsn-demopage.jsn-color-red .our_gallery ul li a img{
	border: 5px solid #922311;
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green .our_gallery {
	background-color: #8D9A48;
}

.jsn-demopage.jsn-color-green .our_gallery ul li a img{
	border: 5px solid #5F6A24;
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple .our_gallery {
	background-color: #854E6B;
}

.jsn-demopage.jsn-color-purple .our_gallery ul li a img{
	border: 5px solid #5D2D46;
}

/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange .our_gallery {
	background-color: #D77B4E;
}

.jsn-demopage.jsn-color-orange .our_gallery ul li a img{
	border: 5px solid #BC501B;
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue .our_gallery {
	background-color: #4C6979;
}

/*=======END DARK BLUE========*/
/*===============END COLORS OF OUR GALLERY===============*/

/*=====================EVENTS========================*/
.jsn-demopage #events {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
}

.jsn-demopage #events .events-content {
}

.jsn-demopage #events .events-content .event-title2 {
	margin-top: -10px;
}

.jsn-demopage #events .events-content .grid-col_inner {
	margin-right: 20px;
}

.jsn-demopage #events .events-content .event-text {
	font-style: italic;
}

.jsn-demopage #events .events-content .event-clock {
	font-weight: bold;
	color: #404040;
}

.jsn-demopage #events .events-info {
	margin-left: -10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
}

.jsn-demopage #events .events-info:after {
	content: '';
	display: block;
	position: absolute;
	background:url(/templates/jsn_decor_pro/images/bg-mainmenu-inner1.png) left bottom no-repeat;
	padding-top: 7px;
	padding-left: 10px;
}

.jsn-demopage #events .events-info-inner {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

.jsn-demopage #events .events-info-inner .event-title1 {
	margin-top: -12px;
}

.jsn-demopage #events .events-info-inner p {
	max-width: 250px;
}

.jsn-demopage #events .events-info-inner a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.jsn-demopage #events .events-info-inner a:hover {
	color: #fff;
}

.jsn-demopage #events .events-info .event-title,
.jsn-demopage #events .events-info .event-title1,
.jsn-demopage #events .events-info .event-title2,
.jsn-demopage #events .events-info p {
	color: #fff;
}
/*===============COLORS OF EVENTS===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue #events .events-info {
	background-color: #5C8FB6;
	border: 1px solid #5C8FB6;
	border-bottom-color: #4b7da4;
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red #events .events-info {
	background-color: #AF5546;
	border: 1px solid #AF5546;
	border-bottom-color: #a24434;
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green #events .events-info {
	background-color: #8D9A48;
	border: 1px solid #8D9A48;
	border-bottom-color: #7b8739;
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple #events .events-info {
	background-color: #854E6B;
	border: 1px solid #854E6B;
	border-bottom-color: #5D2D46;
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange #events .events-info {
	background-color: #D77B4E;
	border: 1px solid #D77B4E;
	border-bottom-color: #BC501B;
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue #events .events-info {
	background-color: #4C6979;
	border: 1px solid #4C6979;
	border-bottom-color: #3c5868;
}
/*=======END DARK BLUE========*/
/*===============END COLORS OF EVENTS===============*/

/*=====================FOOTER=====================*/
/*===============COLORS OF FOOTER===============*/
/*=======BLUE========*/
.jsn-demopage.jsn-color-blue #jsn-footer #jsn-footer-inner {
	background-color: #5C8FB6;
	border: 1px solid #5C8FB6;
}

.jsn-demopage.jsn-color-blue #jsn-footer #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
/*=======END BLUE========*/

/*=======RED========*/
.jsn-demopage.jsn-color-red #jsn-footer #jsn-footer-inner {
	background-color: #AF5546;
	border: 1px solid #AF5546;
}

.jsn-demopage.jsn-color-red #jsn-footer #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
/*=======END RED========*/

/*=======GREEN========*/
.jsn-demopage.jsn-color-green #jsn-footer #jsn-footer-inner {
	background-color: #8D9A48;
	border: 1px solid #8D9A48;
}

.jsn-demopage.jsn-color-green #jsn-footer #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
/*=======END GREEN========*/

/*=======PURPLE========*/
.jsn-demopage.jsn-color-purple #jsn-footer #jsn-footer-inner {
	background-color: #854E6B;
	border: 1px solid #854E6B;
}

.jsn-demopage.jsn-color-purple #jsn-footer #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
/*=======END PURPLE========*/

/*=======ORANGE========*/
.jsn-demopage.jsn-color-orange #jsn-footer #jsn-footer-inner {
	background-color: #D77B4E;
	border: 1px solid #D77B4E;
}

.jsn-demopage.jsn-color-orange #jsn-footer #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
/*=======END ORANGE========*/

/*=======DARK BLUE========*/
.jsn-demopage.jsn-color-darkblue #jsn-footer #jsn-footer-inner {
	background-color: #4C6979;
	border: 1px solid #4C6979;
}

.jsn-demopage.jsn-color-darkblue #jsn-footer #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
/*=======END DARK BLUE========*/
/*===============END COLORS OF FOOTER===============*/

@media screen and (max-width: 960px) {
	.jsn-mobile.jsn-demopage #jsn-logo {
		padding-left: 20px;
	}

	.jsn-mobile.jsn-demopage #jsn-headerright {
		padding-right: 20px;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .prev_button {
		left: 0 !important;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .prev_button:after {
		background: none !important;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .next_button {
		right: 0 !important;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .next_button:after {
		background: none !important;
	}

	.jsn-mobile.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer:before {
		padding-bottom: 151px;
		padding-right: 915px;
	}

	.jsn-mobile.jsn-demopage #events .events-content {
		width: 25%;
	}

	.jsn-mobile.jsn-demopage #jsn-pos-innerright .jsn-modulecontent img {
		width: 10%;
		float: left;
	}

	.jsn-mobile.jsn-demopage #jsn-pos-innerright .jsn-modulecontent p {
		padding-left: 110px;
		max-width: 740px;
	}
}


@media screen and (max-width: 480px) {
	.jsn-mobile.jsn-demopage #jsn-logo {
		text-align: center;
	}

	.jsn-mobile.jsn-demopage .jsn-modulecontent #quotes .quote-text {
		font-size: 1em;
	}

	.jsn-mobile.jsn-demopage #jsn-content-top #static-block .sb-content.grid-col {
		padding-bottom: 20px;
	}

	.jsn-mobile.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer:before {
		padding-bottom: 194px;
		padding-right: 365px;
	}

	.jsn-mobile.jsn-demopage #events .events-content {
		padding-left: 20px;
		width: 100%;
	}

	.jsn-mobile.jsn-demopage #events .events-info:after {
		display: none;
	}

	.jsn-mobile.jsn-demopage .our_gallery .slider4 .slide img {
		width: 100% !important;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .label_skitter .jsn-themeslider-caption-description {
		display: none;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .label_skitter {
		bottom: -3% !important;
		left: 13% !important;
		width: 58% !important;
	}

	.jsn-mobile.jsn-demopage .jsn-gallery .label_skitter .jsn-themeslider-caption-title {
		font-size: 10px !important;
		margin-bottom: 10px !important;
		padding: 10px;
	}

	.jsn-mobile.jsn-demopage #jsn-leftsidecontent div.jsn-modulecontainer_inner, #jsn-rightsidecontent div.jsn-modulecontainer_inner {
		margin: 0;
	}

	.jsn-mobile.jsn-demopage #jsn-pos-innerright .jsn-modulecontent img {
		width: 100%;
		padding-bottom: 10px;
	}

	.jsn-mobile.jsn-demopage #jsn-pos-innerright .jsn-modulecontent p {
		padding-left: 0px;
		font-size: 1em;
		padding-top: 0px;
		max-width: none;
	}

	.jsn-mobile.jsn-demopage #jsn-content-top #static-block .sb-content .sb-text {
		max-width: none;
	}

	.jsn-mobile.jsn-demopage #jsn-rightsidecontent div[class*=richbox-] {
		margin-right: 0;
		background: none;
	}

	.jsn-mobile.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer {
		margin-right: 0;
	}

	.jsn-mobile.jsn-demopage .lightbox-1.jsn-icon-help.jsn-modulecontainer:before {
		display: none;
	}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.jsn-mobile.jsn-demopage .jsn-gallery .label_skitter{
		padding: 5px;
		margin-left: 49px;
	}
}
div.jsn-modulecontainer ul.menu-sidemenu > li > a:focus {
    background: yellow;
    color: #000;
}

/***!  /media/system/css/modal.css?560eaac3221f9bf18fe51c70e0bb4ff8  !***/

/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.3
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @author		Rouven Weßling <me [at] rouvenwessling.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: fixed;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(/media/system/images/modal/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
#sbox-window.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/media/system/images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/media/system/images/modal/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/media/system/images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/media/system/images/modal/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/media/system/images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/media/system/images/modal/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/media/system/images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/media/system/images/modal/bg_nw.png) no-repeat;
}
@media (max-width: 979px) {
	#sbox-btn-close {
		right: -10px;
		top: -10px;
	}
}
@media (max-device-width: 979px) {
	#sbox-content {
		-webkit-overflow-scrolling: touch;
	}
	#sbox-content.sbox-content-iframe {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
