@charset "utf-8";/**
 * @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 */
/**
 * @copyright	(C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(/media/system/images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(/media/system/images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(/media/system/images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(/media/system/images/notice-note.png);
	border-color: #F0DC7E;
}


/* 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 {
}
/**
 * @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;
}
/**
* @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 =============== */
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html, body {
	line-height: 1.9;
	margin: 0;
	padding: 0;
}
html {
	background-color: #000;
}
body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
/* =============== 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: 5px;
}
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: 15px 30px;
	color: #555;
	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_fidem_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.6em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	color: #cc0000;
	font-size: 1.2em;
}
h4 {
	color: #D59500;
	font-size: 1.15em;
}
h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	color: #5A8406;
}
h6 {
	color: #663300;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	font-weight: normal;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	outline: none;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: 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 {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}
.clearbreak {
	clear: both;
}
div.jsn-modulecontainer {
	margin-top: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.jsn-modulecontainer:first-child,
div.jsn-horizontallayout div.jsn-modulecontainer {
	margin-top: 0;
}
div.jsn-modulescontainer {
	padding: 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
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;
}
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
	background: url(/templates/jsn_fidem_pro/images/theatre_bg.jpg);
	background-attachment: fixed;
}
#jsn-page {
	color: #333;
}
.jsn-desktop-on-mobile #jsn-page {
	min-width: 960px;
	-webkit-text-size-adjust: none;
}
.jsn-desktop-on-mobile #jsn-pos-topbar,
.jsn-desktop-on-mobile #jsn-topheader-inner,
.jsn-desktop-on-mobile #jsn-header-inner,
.jsn-desktop-on-mobile #jsn-content-top-inner,
.jsn-desktop-on-mobile #jsn-pos-content-top-below,
.jsn-desktop-on-mobile #jsn-content,
.jsn-desktop-on-mobile #jsn-content-bottom-inner,
.jsn-desktop-on-mobile #jsn-usermodules3-inner,
.jsn-desktop-on-mobile #jsn-content-bottom-mid-inner,
.jsn-desktop-on-mobile #jsn-content-bottom-below-inner,
.jsn-desktop-on-mobile #jsn-social-icons-inner,
.jsn-desktop-on-mobile #jsn-footer-top-inner,
.jsn-desktop-on-mobile #jsn-footer-inner {
	width: 960px;
	min-width: 960px;
}
#jsn-pos-topbar,
#jsn-topheader-inner,
#jsn-header-inner,
#jsn-content-top-inner,
#jsn-pos-content-top-below,
#jsn-content,
#jsn-content-bottom-inner,
#jsn-usermodules3-inner,
#jsn-content-bottom-mid-inner,
#jsn-content-bottom-below-inner,
#jsn-social-icons-inner,
#jsn-footer-top-inner,
#jsn-footer-inner {
	margin: 0 auto;
	width: 1170px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#jsn-content-top-inner,
#jsn-content,
#jsn-content-bottom-inner {
	border-bottom: 1px solid #d8dddf;
}
/* ----- 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;
}
#jsn-pos-stick-rightbottom  .jsn-modulecontainer:first-child {
	top: -129px;
    position: absolute;
    right: 0;
    z-index: 0;
}
/* =============== LAYOUT - TOPBAR AREA =============== */
#jsn-topbar {
	border-bottom: 1px solid #ececec;
}
#jsn-pos-topbar {
	margin: 0 auto;
}
/* =============== LAYOUT - LAYOUT CHANGING =============== */
#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-topheader {
	font-size: 12px;
	line-height: 38px;
	background: #000;
	color: #ddd;
}
#jsn-header {
	background: #222 url(/templates/jsn_fidem_pro/images/backgrounds/header-bg.jpg) center center no-repeat;
	background-size: cover;
}
#jsn-logo {
	text-align: center;
	padding: 50px 0;
}
#jsn-logo a {
	line-height: 100%;
	display: inline-block;
	display: block\9 !important;
	width: 100%\9 !important;;
	text-align: center\9 !important;;
	margin: 0 auto;
}
#jsn-logo a img {
	display: block;
	border: 0\9;
	margin: auto\9 !important;
}
#jsn-headerright {
	padding: 20px;
}
#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 {
	z-index: 9999;
	text-align: center;
	position: relative;
	display: flex;
	display: block\9;
	background-color: rgba(255,255,255,0.06);
	border-top: 3px solid rgba(255,255,255,0.1);
	width: 100%\9;
	float: none\9;
}
#jsn-pos-mainmenu {
	margin: 0 auto;
	display: inline-block;
	display: block\9;
}
#jsn-pos-toolbar div.jsn-modulecontainer {
	margin: 0 10px;
}
#jsn-pos-toolbar form {
	margin: 0;
}
/* =============== LAYOUT - CONTENT TOP AREA =============== */
#jsn-promo-top {
	color: #fff;
}
#jsn-content-top-inner {
	background-color: #fff;
	padding: 35px;
}
#jsn-promo {
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#jsn-promo h3.jsn-moduletitle,
#jsn-promo-top h3.jsn-moduletitle {
	color: #fff;
}
#jsn-pos-promo-left div.jsn-modulecontainer {
	padding: 30px 0 30px 30px;
}
#jsn-pos-promo-right div.jsn-modulecontainer {
	padding: 30px 30px 30px 0;
}
#jsn-pos-content-top,
#jsn-pos-content-bottom {
	padding: 0;
}
#jsn-promo + #jsn-pos-content-top {
	margin-top: 35px;
}
/* =============== LAYOUT - CONTENT AREA =============== */
#jsn-content {
	background-color: #baa578;
	margin-top: 0px;
	padding: 35px;
	z-index: 87;
}
#jsn-content,
[id*="jsn-content_inner"] {
	position: relative;
}
#jsn-content,
[id*="jsn-content_inner"] {
	z-index: 87\0;
}
#jsn-leftsidecontent,
#jsn-rightsidecontent {
	z-index: 87;
}
#jsn-leftsidecontent_inner,
#jsn-rightsidecontent_inner,
#jsn-pos-innerleft_inner,
#jsn-pos-innerright_inner {
	padding-top: 0;
}
#jsn-leftsidecontent .jsn-modulecontainer_inner,
#jsn-rightsidecontent .jsn-modulecontainer_inner {
	margin: 1px;
}
#jsn-pos-innerleft .jsn-modulecontainer_inner,
#jsn-pos-innerright .jsn-modulecontainer_inner {
	margin: 20px; 
}
#jsn-pos-innerleft .jsn-modulecontainer_inner {
	margin-left: 0;
	margin-right: 10px;
}
#jsn-pos-innerright .jsn-modulecontainer_inner {
	margin-left: 10px;
	margin-right: 0;
}
#jsn-pos-innerleft .jsn-modulecontainer:first-child .jsn-modulecontainer_inner,
#jsn-pos-innerright .jsn-modulecontainer:first-child .jsn-modulecontainer_inner {
	margin-top: 0; 
}
#jsn-pos-innerleft [class*="solid-"]:first-child .jsn-modulecontainer_inner,
#jsn-pos-innerright [class*="solid-"]:first-child .jsn-modulecontainer_inner {
	margin-top: 20px;
}
#jsn-pos-breadcrumbs {
	padding: 5px 0;
}
#jsn-mainbody-content {
	padding: 0 0 25px;
}
#jsn-mainbody-content .items-row h2.item-title{
	font-size: 15px;
	line-height: 20px;
}
#jsn-mainbody-content .items-row p{
	font-size: 15px;
}
#jsn-pos-breadcrumbs,
#jsn-pos-user-top,
#jsn-usermodules1,
#jsn-pos-mainbody-top {
	border-bottom: 1px solid #ddd;
}
#jsn-pos-user-bottom,
#jsn-pos-banner,
#jsn-usermodules2,
#jsn-pos-mainbody-bottom {
	border-top: 1px solid #ddd;
}
#jsn-usermodules1_inner_grid2,
#jsn-usermodules2_inner_grid2 {
	width: 100%;
}
#jsn-pos-banner {
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
/* =============== LAYOUT - CONTENT BOTTOM AREA =============== */
#jsn-content-bottom {
	z-index: 85;
	position: relative;
}
#jsn-content-bottom,
#jsn-usermodules3 {
	margin-top: 40px;
}
#jsn-content-bottom-inner {
	background-color: #fff;
	padding: 35px;
}
#jsn-usermodules3-inner {
	padding: 35px 0;
}
#jsn-usermodules3-inner,
#jsn-usermodules3-inner h3.jsn-moduletitle {
	color: #fff;
}
/* =============== LAYOUT - FOOTER AREA =============== */
#jsn-footer-wrapper {
	background: #1a1a1a url(/templates/jsn_fidem_pro/images/backgrounds/footer-bg.jpg) center center no-repeat;
	background-size: cover;
	color: #ddd;
}
/* ======= LAYOUT - CONTENT BOTTOM MID/BELOW AREA ======= */
#jsn-content-bottom-mid {
	color: #d9d9d9;
	position: relative;
}
#jsn-content-bottom-mid + #jsn-content-bottom-below,
#jsn-usermodules3 + #jsn-content-bottom-below {
	margin-top: 0;
}
#jsn-pos-content-bottom-mid {
	border-bottom: 1px solid #222;
}
#jsn-pos-content-bottom-mid,
#jsn-pos-content-bottom-below {
	padding: 50px 0;
}
#jsn-pos-content-bottom-mid h3.jsn-moduletitle,
#jsn-pos-content-bottom-below h3.jsn-moduletitle,
#jsn-pos-footer-top h3.jsn-moduletitle {
	color: #fff;
}
/* ======= LAYOUT - FOOTER MODULES ======= */
#jsn-footer {
	color: #7d7d7d;
	font-size: 12px;
}
#jsn-footer-inner {
	background-color: rgba(0,0,0,0.3);
}
#jsn-pos-bottom {
	text-align: right;
}
#jsn-footermodules {
	padding: 25px 30px;
}
#jsn-brand {
	display: block;
	padding: 15px 0;
	background: #000;
	color: #7d7d7d;
	text-align: center;
}
/* ============================== 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-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 #ececec;
}
.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: #ececec;
}
.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/1em "Times New Roman", Times, serif;
	float: left;
	margin-right: 10px;
}
.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.5em 0;
	background: url(/templates/jsn_fidem_pro/images/dot.png) left center repeat-x;
}
hr.line-solid {}
/* ----- BUTTON LINK ----- */
.link-button {
	cursor: pointer;
	font-size: 1em;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	background: #111;
}
a.link-button,
.link-button a,
a.link-button:hover,
.link-button a:hover {
	color: #fff;
	text-decoration: none;
}
/* ----- ACTION LINK ----- */
.link-action {
	font-weight: 400;
	padding: 1px 2px;
	text-decoration: none;
}
.link-action:hover {
	color: #ffffff !important;
	text-decoration: none;
}
/* ----- HIGHLIGHT LINK ----- */
.link-highlight {
	color: #595959;
	font-weight: 400;
	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: 7px;
}
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 #ececec;
}
img.image-margin {
	margin: .5em;
}
/* ============================== MENU ============================== */
/* =============== MENU - GENERAL =============== */
/* ----- RICH MENU STYLE ----- */
.jsn-menutitle,
.jsn-menudescription {
	display: block;
}
.jsn-menudescription {
	font-size: 12px;
	font-weight: normal;
}
/* =============== MENU - MAIN MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-mainmenu {
	margin: 0;
	padding: 0;
	clear: both;
	display: inline-block\9;
	margin: 0 auto\9;
}
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 a {
	color: #555;
	display: block;
	cursor: pointer;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	color: #fff;
	font-size: 18px;
	height: 40px;
	padding: 20px;
}
div.jsn-modulecontainer ul.menu-mainmenu li > a > span {
	display: block;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a span.jsn-menutitle {
	line-height: 40px;
	position: relative;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a span.jsn-menutitle {
	line-height: 20px;
}
/* ----- 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,
div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu > li > a {
	padding: 30px 25px;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu li a span.jsn-menudescription {
	display: block;
	padding-top: 2px;
	text-transform: none;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a.jsn-nodescription {
}
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul {
	margin: 0;
	padding: 0;
	width: 260px;
	left: 30px;
	position: absolute;
	background-color: #fdfdfd;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	font-size: 14px;
    display: block;
   	padding: 15px 0px;
   	border-bottom: 1px solid #f2f2f2;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li.last a {
	border-bottom: none;
}
/* ----- PARENT ITEMS / ADD ARROW TO ITEMS HAVE SUBLEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li {
    list-style: none outside none;
    padding: 0px 30px;
    position: relative;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
	background: url(/templates/jsn_fidem_pro/images/icons/icon-arrow-black.png) right center no-repeat;
}
div.jsn-modulecontainer ul.menu-mainmenu ul ul {
	top: -1px;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a {
	text-decoration: none;
}
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a {
	background: none;
}
/* ----- ROLLOVER STATE / DISPLAY SUB-MENU OF SELECTED MENU ITEM ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
	left: 0;
}
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > ul {
	left: -1px;
}
/* =============== MENU - TREE MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-treemenu,
div.jsn-modulecontainer ul.menu-treemenu ul {
	margin: 0;
	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 a {
	padding: 8px 12px;
	display: block;
	color: #333;
	cursor: pointer;
	text-decoration: none;
}
div[class*="richbox"] ul.menu-treemenu li a,
div[class*="solid"] ul.menu-treemenu li a,
#jsn-footer-wrapper div.jsn-modulecontainer ul.menu-treemenu li a,
#jsn-usermodules3 div.jsn-modulecontainer ul.menu-treemenu li a {
	color: #eee;
}
div.jsn-modulecontainer ul.menu-treemenu > li > a {
	padding: 15px 0;
	border-bottom: 1px solid #ececec\9;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
div[class*=lightbox] ul.menu-treemenu > li > a {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
div.jsn-modulecontainer ul.menu-treemenu > li.parent > a {
	border-bottom: none;
	padding-bottom: 0;
}
ul.menu-treemenu li a span {
	display: block;
}
ul.menu-treemenu > li > a span.jsn-menutitle {
	font-weight: bold;
}
ul.menu-treemenu ul li > a > span {
	
}
div.jsn-modulecontainer ul.menu-treemenu li a {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* ----- 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 {
	display: block;
}
div[class*="richbox-"] ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription {
	color: #B8B8B8;
}
/* ---------- 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;
}
div.jsn-modulecontainer ul.menu-treemenu ul li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 15px;
	background-color: rgba(150,150,150,0.25);
}
div.richbox-1 ul.menu-treemenu ul li a:before,
div.solid-1 ul.menu-treemenu ul li a:before {
	background-color: rgba(255,255,255,0.25);
}
div.jsn-modulecontainer ul.menu-treemenu ul ul li a:before {
	width: 30px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul li a:before {
	width: 45px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul li a:before {
	width: 60px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul ul li a:before {
	width: 75px;
}
/* ----- ACTIVE STATE ----- */
div.solid-1 ul.menu-sidemenu > li:hover > a,
div.richbox-1 ul.menu-sidemenu > li:hover > a,
div.solid-1 ul.menu-sidemenu > li.active > a,
div.richbox-1 ul.menu-sidemenu > li.active > a,
div.solid-1 ul.menu-treemenu li:hover > a,
div.richbox-1 ul.menu-treemenu li:hover > a,
div.solid-1 ul.menu-treemenu li.active > a,
div.richbox-1 ul.menu-treemenu li.active > a,
div.solid-1 ul.menu-topmenu li:hover > a,
div.richbox-1 ul.menu-topmenu li:hover > a,
div.solid-1 ul.menu-topmenu li.active > a,
div.richbox-1 ul.menu-topmenu li.active > a {
	color: rgba(0,0,0,0.5);
}
/* ----- CURRENT / HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-treemenu li:hover > a,
div.jsn-modulecontainer ul.menu-treemenu li.active > a {
	color: #000;
}
/* =============== 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: 0;
	padding: 0;
	list-style: none;
}
ul.menu-topmenu li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}
ul.menu-topmenu li a {
	padding: 14px 10px;
	color: #999;
	display: block;
}
ul.menu-topmenu li a span {
	display: block;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE TITLE =============== */
h3.jsn-moduletitle {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 35px;
}
h3.jsn-moduletitle span {
	display: block;
}
div[class*="solid"] h3.jsn-moduletitle,
div[class*="richbox"] h3.jsn-moduletitle {
	color: #fff;
}
div[class*="solid"] h3.jsn-moduletitle,
div[class*="box"] h3.jsn-moduletitle {
	padding: 0 0 20px;
	margin-bottom: 20px;
	position: relative;
}
div[class*="solid"] h3.jsn-moduletitle:before,
div[class*="box"] h3.jsn-moduletitle:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: rgba(255,255,255,0.3);
}
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- GENERAL MODULE STYLES ----- */
div.jsn-modulecontainer[class*="box"],
div.jsn-modulecontainer[class*="solid"] {
	padding: 20px 35px;
}
/* ----- LIGHTBOX STYLE ----- */
div[class*="lightbox-"] {
	border: 2px solid #242a31;
}
div[class*="lightbox-"] h3.jsn-moduletitle {
	color: #000;
}
div[class*="lightbox-"] h3.jsn-moduletitle:before {
	width: 50px;
	background-color: #242a31;
}
/* ----- SOLID/RICHBOX STYLE ----- */
div[class*="solid-"],
div[class*="richbox-"] {
	color: #fff;
}
div.solid-2,
div.richbox-2 {
	background-color: #242a31;
}
div[class*="richbox"] {
	border-bottom: 5px solid #000;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.07);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.07);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.07);
}
div.jsn-modulecontainer[class*="richbox"] {
	padding: 0;
}
div[class*="richbox"] h3.jsn-moduletitle {
	padding: 20px 35px;
}
div[class*="richbox"] .jsn-modulecontent {
	padding: 0 35px 20px;
}
div.richbox-2 h3.jsn-moduletitle {
	background-color: #000;
}
/* ============================== 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 ----- */
h2 .subheading-category {
	font-size: 1.6em;
}
.componentheading,
.subheading,
.page-header h2 {
	font-size: 1.2em;
	line-height: 30px;
	margin: 25px 0 5px;
}
.contentheading{
	font-size: 1em;
}
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: #fff;
	padding: 2px 4px;
	min-height: 21px;
	outline: none;
	width: 90%;
}
.inputbox:active, .inputbox:focus {
	border-color: #b5b5b5;
	background-color: #f2f2f2;
}
select.inputbox {
	padding: 2px;
}
#jsn-page .button {
	display: inline-block;
	*display: inline;
	padding: 6px 20px;
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 18px;
	*line-height: 20px;
	color: #eee;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background: #333;
	border: none;
}
#jsn-page .button:hover, 
#jsn-page .button:active {
	background-color: #000;
	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;
}
/* ----- MODAL ----- */
#jsn-master .modal {
    position: static;
}
/* =============== 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;
	float: left;
	color: #7d7d7d;
}
.article-info-term {
	display: none;
}
.archive .article-info dd,
.article-info dd {
	margin: 5px 0 0;
	line-height: 1.5;
}
/* ----- ARTICLE TOOLBAR ----- */
.jsn-article-toolbar {
	margin: 15px 0;
	background-color: #f9f9f9;
	min-height: 40px;
	padding: 6px 10px;
	color: #7d7d7d;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.jsn-article-toolbar .btn-group.pull-right {
	padding: 5px;
}
.jsn-article-toolbar dl {
	padding: 0;
	margin: 0;
}
#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;
}
/* ----- 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;
}
ul.jsn-article-tools li a.no-icon {
	background: none;
	width: auto;
	height: auto;
}
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;
}
.jsn-article-toolbar .dropdown-menu li span {
	display: none;
}
.jsn-article-toolbar .dropdown-menu li {
	padding: 0 15px;
}
.jsn-article-toolbar .dropdown-menu li a {
	color: #999;
	clear: inherit;
	display: inline-block;
	padding-left: 0;
	font-size: 12px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #999;
	background-color: transparent;
	background-image: none;
}
/* ----- ARTICLE INFO ----- */
.jsn-article-info [class*="jsn-icon-"] {
	margin-right: 3px;
	color: #333;
}
.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: #3d3d3d;
	font-size: 12px;
}
.author,
.createdate,
.publishdate {
	padding-left: 22px;
	background-image: url(/templates/jsn_fidem_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: #7d7d7d;
	font-size: 12px;
}
.jsn-article-info ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 15px 0 0;
}
/* ----- ARCHIVE ARTICLE  ----- */
div.archive .intro {
	clear: both;
}
/* ----- 2 BUTTON PRINT, EMAIL CONTAINER ----- */
ul.jsn-article-tools {
	margin: 5px 0 0 0;
	list-style: none;
	color: #333;
}
ul.jsn-article-tools li {
	float: left;
	margin: 0 3px;
	position: relative;
}
ul.jsn-article-tools li a {
	float: left;
	display: inline-block;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 0;
}
ul.jsn-article-tools li:before {
	left: 0;
}
ul.jsn-article-tools li.jsn-icon-email {
	margin-top: -2px;
}
ul.jsn-article-tools li a.no-icon {
	background: none;
	width: auto;
	height: auto;
}
ul.jsn-article-tools li.jsn-icon-pencil a {
	text-indent: -999em;
}
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;
}
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;
}
/* ----- SUBMIT AN ARTICLE ----- */
.field-title {
	width: 120px;
	float: left;
}
.formelm, .formelm-area {
	margin: 5px 0;
	clear: both;
}
/* ----- READ MORE ----- */
a.readon {
	color: #333;
	cursor: pointer;
	padding: 8px 15px;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 14px;
}
a.readon:hover {
	text-decoration: none;
}
/* ----- 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_fidem_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 #ececec;
	background-color: #F4F4F4;
}
.blog img {
	max-width: 100%;
} 
/* PAGE PAGINATION */
ul.pagenav,
div.pagination ul {
	list-style-type: none;
	box-shadow: 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 {
}
ul.jsn-pagination {
	list-style-type: none;
}
ul.jsn-pagination li {
	display: inline-block !important; /*override compression*/
	margin: 10px 2px;
}
ul.jsn-pagination li a,
ul.jsn-pagination li span {
	font-weight: normal;
	padding: 6px 15px;
	border: 1px solid #CCC;
	color: #999;
	border-radius: 100px;
}
ul.jsn-pagination a,
ul.jsn-pagination span {
	padding: 5px;
	line-height: 20px;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-radius: 100px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	border-radius: 100px;
}
ul.jsn-pagination li span {
	background-color: transparent;
}
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 {
	text-align: center;
	margin: 20px 0 10px 0;
}
/* 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: 15px 10px;
	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: 12px 8px;
	border-bottom: 1px solid #ececec;
}
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;
}
.jsn-joomla-30 div.search .inputbox {
	width: auto;
	max-width: 100%;
}
/* =============== 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;
}
.com-newsfeed .chzn-container-single.chzn-container-single-nosearch {
	width: 156px !important;
	margin-top: 10px;
}
/* =============== 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_fidem_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_fidem_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-joomla-30 #jsn-pos-breadcrumbs {
	padding: 5px 15px 5px 0;
}
span.breadcrumbs {
	display: block;
	font-size: 12px;
	padding: 5px 0;
}
span.breadcrumbs a,
span.breadcrumbs span {
	padding-right: 15px;
	background: url(/templates/jsn_fidem_pro/images/icons/icon-arrow-black.png) right center no-repeat;
}
span.breadcrumbs a {
	float: left;
	margin-left: 10px;
}
span.breadcrumbs span {
	margin-left: 10px;
}
span.breadcrumbs a.first {
	margin-left: 0;
}
span.breadcrumbs span.current {
	font-weight: 500;
	background: none;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
	font-size: 0.9em;
}
.breadcrumb li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
}
.breadcrumb li a,
.breadcrumb li span {
	color: #404040;
}
.breadcrumb li a,
.breadcrumb li span + span {
	display: inline-block;
}
.breadcrumb li span + span {
	font-weight: 400;
}
.breadcrumb a,
.breadcrumb li span {
	padding: 0 15px 0 0;
	background: url(/templates/jsn_fidem_pro/images/icons/icon-arrow-black.png) right center no-repeat;
	margin-right: 5px;
}
.breadcrumb > li > .divider {
	padding: 0 !important;
}
.breadcrumb li.active:first-child span.divider,
.breadcrumb li span + span {
	padding: 0 5px 0 0;
	background: none;
}
.breadcrumb .active {
	color: #999;
}
/* =============== 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 {
	min-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_fidem_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 .content-category h2 {
	font-size: 2.2em;
}
.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: 3px;
	text-align: center;
}
.jsn-joomla-30 .input-append .btn {
	padding: 5px 14px 3px;
	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;
	border-radius: 0;
}
.jsn-joomla-30 input{
	margin: 0;
}
.jsn-joomla-30 .icon-location {
    background-position: -22px -71px;
}
.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 #modlgn-remember {
	margin: 10px 10px 10px 0;
}
.jsn-joomla-30 .jsn-login-form .userdata .control-group input#modlgn-username,
.jsn-joomla-30 .jsn-login-form .userdata .control-group input#modlgn-passwd {
	margin-bottom: 10px;
}
.jsn-joomla-30 .dropdown-menu li,
.jsn-joomla-30 .category li {
	margin: 0;
}
.jsn-joomla-30 .page-header {
    border-bottom: none;
	margin-bottom: 0;
}
.form-search .finder p {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.jsn-view-login fieldset.well {
	padding: 20px;
	border-radius: 0;
	box-shadow: none;
}
.jsn-view-login .nav-tabs > li {
	margin: 0 0 1px;
}
.jsn-view-login .nav-tabs.nav-stacked > li:first-child > a,
.jsn-view-login .nav-tabs.nav-stacked > li:last-child > a {
	border-radius: 0;
}


body {
	display: block;
	position: relative;
}
/* ===== SANTA GET IT NOW ===== */
@keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
@-webkit-keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
@-ms-keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
@-moz-keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
#santa-getitnow {
	position: relative;
	top: 100px;
	left: -133px;
}
#santa-getitnow:hover {
	left: 20px;
}
#santa-getitnow .santa-img {
	position: absolute;
	left: -95px;
	padding-left: 150px;
	max-width: none;
	animation: blinking 3s ease-in-out 2s 5;
	-ms-animation: blinking 3s ease-in-out 2s 5;
	-moz-animation: blinking 3s ease-in-out 2s 5;
	-webkit-animation: blinking 3s ease-in-out 2s 5;
	-ms-animation: blinking 3s ease-in-out 2s 5;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#santa-getitnow .balloon-img {
	position: absolute;
	left: 105px;
	padding-left: 150px;
	top: -30px;
	opacity: 0;
	transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	-ms-transform: scale(0.5,0.5);
	max-width: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#santa-getitnow .link:hover .santa-img {
	left: -45px;
	animation: none;
	-ms-animation: none;
	-moz-animation: none;
	-webkit-animation: none;
}
#santa-getitnow .link:hover .balloon-img {
	opacity: 1;
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transition: all 0.8s cubic-bezier(0,1.13,.72,1.25);
	-moz-transition: all 0.8s cubic-bezier(0,1.13,.72,1.25);
	-webkit-transition: all 0.8s cubic-bezier(0,1.13,.72,1.25);
	-ms-transition: all 0.8s cubic-bezier(0,1.13,.72,1.25);
}
/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
@font-face {
	font-family: 'JSN-Mini-Icon';
	src:url(/templates/jsn_fidem_pro/css/font-icons/fonts/JSN-Mini-Icon.eot?-mu314p=);
	src:url(/templates/jsn_fidem_pro/css/font-icons/fonts/JSN-Mini-Icon.eot#iefix-mu314p) format('embedded-opentype'),
		url(/templates/jsn_fidem_pro/css/font-icons/fonts/JSN-Mini-Icon.woff?-mu314p=) format('woff'),
		url(/templates/jsn_fidem_pro/css/font-icons/fonts/JSN-Mini-Icon.ttf?-mu314p=) format('truetype'),
		url(/templates/jsn_fidem_pro/css/font-icons/fonts/JSN-Mini-Icon.svg?-mu314p=#JSN-Mini-Icon) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="jsn-icon-"], [class*=" jsn-icon-"] {
	font-family: 'JSN-Mini-Icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jsn-icon-zoom-out:before {
	content: "\e600";
}
.jsn-icon-zoom-in:before {
	content: "\e601";
}
.jsn-icon-water-drop:before {
	content: "\e602";
}
.jsn-icon-watch:before {
	content: "\e603";
}
.jsn-icon-video-camera:before {
	content: "\e604";
}
.jsn-icon-user:before {
	content: "\e605";
}
.jsn-icon-upload:before {
	content: "\e606";
}
.jsn-icon-unlock:before {
	content: "\e607";
}
.jsn-icon-underwear:before {
	content: "\e608";
}
.jsn-icon-umbrella:before {
	content: "\e609";
}
.jsn-icon-trash:before {
	content: "\e60a";
}
.jsn-icon-tag:before {
	content: "\e60b";
}
.jsn-icon-tablet:before {
	content: "\e60c";
}
.jsn-icon-sun:before {
	content: "\e60d";
}
.jsn-icon-stopwatch:before {
	content: "\e60e";
}
.jsn-icon-stop:before {
	content: "\e60f";
}
.jsn-icon-statistics:before {
	content: "\e610";
}
.jsn-icon-starbuck:before {
	content: "\e611";
}
.jsn-icon-star:before {
	content: "\e612";
}
.jsn-icon-speaker:before {
	content: "\e613";
}
.jsn-icon-sound-on:before {
	content: "\e614";
}
.jsn-icon-sound-off:before {
	content: "\e615";
}
.jsn-icon-slide:before {
	content: "\e616";
}
.jsn-icon-skull:before {
	content: "\e617";
}
.jsn-icon-shop:before {
	content: "\e618";
}
.jsn-icon-shoes:before {
	content: "\e619";
}
.jsn-icon-shield:before {
	content: "\e61a";
}
.jsn-icon-settings1:before {
	content: "\e61b";
}
.jsn-icon-settings:before {
	content: "\e61c";
}
.jsn-icon-select:before {
	content: "\e61d";
}
.jsn-icon-search:before {
	content: "\e61e";
}
.jsn-icon-sandwatch:before {
	content: "\e61f";
}
.jsn-icon-rss:before {
	content: "\e620";
}
.jsn-icon-ptofile:before {
	content: "\e621";
}
.jsn-icon-profile:before {
	content: "\e622";
}
.jsn-icon-print:before {
	content: "\e623";
}
.jsn-icon-prev:before {
	content: "\e624";
}
.jsn-icon-play:before {
	content: "\e625";
}
.jsn-icon-pin1:before {
	content: "\e626";
}
.jsn-icon-pin:before {
	content: "\e627";
}
.jsn-icon-pencil:before {
	content: "\e628";
}
.jsn-icon-pencil-ruler:before {
	content: "\e629";
}
.jsn-icon-pause:before {
	content: "\e62a";
}
.jsn-icon-paper:before {
	content: "\e62b";
}
.jsn-icon-next:before {
	content: "\e62c";
}
.jsn-icon-mustache:before {
	content: "\e62d";
}
.jsn-icon-music1:before {
	content: "\e62e";
}
.jsn-icon-music:before {
	content: "\e62f";
}
.jsn-icon-moon:before {
	content: "\e630";
}
.jsn-icon-monitor:before {
	content: "\e631";
}
.jsn-icon-mobile:before {
	content: "\e632";
}
.jsn-icon-mixer:before {
	content: "\e633";
}
.jsn-icon-microphone:before {
	content: "\e634";
}
.jsn-icon-menu1:before {
	content: "\e635";
}
.jsn-icon-menu:before {
	content: "\e636";
}
.jsn-icon-map:before {
	content: "\e637";
}
.jsn-icon-lock:before {
	content: "\e638";
}
.jsn-icon-loading:before {
	content: "\e639";
}
.jsn-icon-link:before {
	content: "\e63a";
}
.jsn-icon-lightning:before {
	content: "\e63b";
}
.jsn-icon-leaf:before {
	content: "\e63c";
}
.jsn-icon-layer:before {
	content: "\e63d";
}
.jsn-icon-laptop:before {
	content: "\e63e";
}
.jsn-icon-label:before {
	content: "\e63f";
}
.jsn-icon-key:before {
	content: "\e640";
}
.jsn-icon-info:before {
	content: "\e641";
}
.jsn-icon-image:before {
	content: "\e642";
}
.jsn-icon-home:before {
	content: "\e643";
}
.jsn-icon-help1:before {
	content: "\e644";
}
.jsn-icon-help:before {
	content: "\e645";
}
.jsn-icon-headphone:before {
	content: "\e646";
}
.jsn-icon-handspeaker:before {
	content: "\e647";
}
.jsn-icon-graph:before {
	content: "\e648";
}
.jsn-icon-globe:before {
	content: "\e649";
}
.jsn-icon-glasses:before {
	content: "\e64a";
}
.jsn-icon-glass:before {
	content: "\e64b";
}
.jsn-icon-gift:before {
	content: "\e64c";
}
.jsn-icon-forward:before {
	content: "\e64d";
}
.jsn-icon-folder:before {
	content: "\e64e";
}
.jsn-icon-fly:before {
	content: "\e64f";
}
.jsn-icon-flag:before {
	content: "\e650";
}
.jsn-icon-factory:before {
	content: "\e651";
}
.jsn-icon-eye:before {
	content: "\e652";
}
.jsn-icon-equalizer:before {
	content: "\e653";
}
.jsn-icon-email:before {
	content: "\e654";
}
.jsn-icon-email-open:before {
	content: "\e655";
}
.jsn-icon-duplicate:before {
	content: "\e656";
}
.jsn-icon-download:before {
	content: "\e657";
}
.jsn-icon-disc1:before {
	content: "\e658";
}
.jsn-icon-disc:before {
	content: "\e659";
}
.jsn-icon-diamond:before {
	content: "\e65a";
}
.jsn-icon-data:before {
	content: "\e65b";
}
.jsn-icon-cup:before {
	content: "\e65c";
}
.jsn-icon-cube:before {
	content: "\e65d";
}
.jsn-icon-crop:before {
	content: "\e65e";
}
.jsn-icon-contact:before {
	content: "\e65f";
}
.jsn-icon-compass:before {
	content: "\e660";
}
.jsn-icon-comment1:before {
	content: "\e661";
}
.jsn-icon-comment:before {
	content: "\e662";
}
.jsn-icon-comment2:before {
	content: "\e663";
}
.jsn-icon-comment-delete:before {
	content: "\e664";
}
.jsn-icon-command:before {
	content: "\e665";
}
.jsn-icon-cloud:before {
	content: "\e666";
}
.jsn-icon-cloud-upload:before {
	content: "\e667";
}
.jsn-icon-cloud-download:before {
	content: "\e668";
}
.jsn-icon-clock:before {
	content: "\e669";
}
.jsn-icon-clipnote:before {
	content: "\e66a";
}
.jsn-icon-cassette-band:before {
	content: "\e66b";
}
.jsn-icon-cart:before {
	content: "\e66c";
}
.jsn-icon-cart-full:before {
	content: "\e66d";
}
.jsn-icon-camera1:before {
	content: "\e66e";
}
.jsn-icon-camera:before {
	content: "\e66f";
}
.jsn-icon-calendar1:before {
	content: "\e670";
}
.jsn-icon-calendar:before {
	content: "\e671";
}
.jsn-icon-business:before {
	content: "\e672";
}
.jsn-icon-bus:before {
	content: "\e673";
}
.jsn-icon-burn:before {
	content: "\e674";
}
.jsn-icon-bulb:before {
	content: "\e675";
}
.jsn-icon-building:before {
	content: "\e676";
}
.jsn-icon-browser1:before {
	content: "\e677";
}
.jsn-icon-browser:before {
	content: "\e678";
}
.jsn-icon-bowl:before {
	content: "\e679";
}
.jsn-icon-bottle:before {
	content: "\e67a";
}
.jsn-icon-book:before {
	content: "\e67b";
}
.jsn-icon-bluetooth:before {
	content: "\e67c";
}
.jsn-icon-bell:before {
	content: "\e67d";
}
.jsn-icon-battery-low:before {
	content: "\e67e";
}
.jsn-icon-battery-full:before {
	content: "\e67f";
}
.jsn-icon-battery-50:before {
	content: "\e680";
}
.jsn-icon-basketball:before {
	content: "\e681";
}
.jsn-icon-bag:before {
	content: "\e682";
}
.jsn-icon-backward:before {
	content: "\e683";
}
.jsn-icon-article:before {
	content: "\e684";
}

[class^="jsn-icon-"]:before,
[class*="jsn-icon-"]:before {
	font-family: 'JSN-Mini-Icon';
}
[class^="jsn-icon-"],
[class*="jsn-icon-"] {
	line-height: inherit;
	font-family: inherit;
}
a {
	transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
}
/* ============================== DEFAULT HTML ============================== */
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
#jsn-master {
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
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 - HEADER AREA =============== */
#jsn-header {
	transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
#jsn-logo #jsn-logo-mobile {
	display: none;
}
#jsn-logo .jsn-topheading {
	display: none;
}
/* =============== LAYOUT - MENU AREA =============== */
#jsn-menu div.jsn-modulecontainer {
	margin:0;
}
/* =============== TOOLBAR POSITION =============== */
#jsn-pos-toolbar h3.jsn-moduletitle {
	color: #ddd;
	height: 48px;
	line-height: 30px;
	padding: 10px 15px;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#jsn-pos-toolbar div.jsn-modulecontainer {
	position: relative;
}
#jsn-pos-toolbar div.jsn-modulecontainer .jsn-modulecontent {
	position: absolute;
	right: 0;
	background-color: #111;
	padding: 30px;
	z-index: 1000;
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-ms-transform: scale(0.8,0.8);
	-o-transform: scale(0.8,0.8);
	transform: scale(0.8,0.8);
}
#jsn-pos-toolbar div.jsn-modulecontainer.jsn-dropdown-active .jsn-modulecontent {
	visibility: visible;
	display: block\9;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}
/* =============== TOOLBOX POSITION =============== */
#jsn-toolbox div.jsn-modulecontainer {
	margin-top: 5px;
}
/* ===== TOOLBOX SEARCH ===== */
.jsn-search-toggle {
	display: none;
}
#jsn-toolbox #jsn-search-wrapper {
	position: relative;
	max-height: 60px;
}
#jsn-toolbox .jsn-search-toggle {
	position: relative;
	display: inline-block;
	float: right;
	height: 60px;
	width: 60px;
	background-color: #000;
	cursor: pointer;
	z-index: 900;
}
#jsn-toolbox .jsn-search-toggle:before {
	content: "\e61e";
	position: absolute;
	font-family: 'JSN-Mini-Icon';
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #999;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#jsn-toolbox .jsn-search-toggle:hover:before {
	color: #fff;
}
#jsn-toolbox .jsn-search-module {
	display: inline-block;
	opacity: 0;
	transform: translate(350px,0);
	-moz-transform: translate(350px,0);
	-webkit-transform: translate(350px,0);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#jsn-toolbox .jsn-search-toggle:hover + .jsn-search-module {
	opacity: 1;
	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
#jsn-toolbox .jsn-search-module form {
	margin: 0;
	display: flex;
}
#jsn-toolbox .jsn-search-module input#mod-search-searchword {
	height: 60px;
	min-width: 200px;
	padding: 10px 15px;
	font-size: 14px;
	color: #999;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#jsn-toolbox .jsn-search-module input.button {
	background: #444;
	height: 60px;
	color: #eee;
	margin: 0;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#jsn-toolbox .jsn-search-module input.button:hover,
#jsn-toolbox .jsn-search-module input.button:active {
	background: #222;
}
/* ===== TOOLBOX LOGIN ===== */
.jsn-login-toggle,
.login-form-greeting {
	display: none;
}
#jsn-toolbox .jsn-login-toggle {
	position: relative;
	display: inline-block;
	float: right;
	height: 60px;
	width: 60px;
	background-color: #000;
	cursor: pointer;
	z-index: 900;
}
#jsn-toolbox .jsn-login-toggle:before {
	content: "\e605";
	position: absolute;
	font-family: 'JSN-Mini-Icon';
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 600;
	background-color: #000;
	margin: auto;
	font-size: 24px;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #999;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#jsn-toolbox .jsn-login-toggle:hover:before {
	color: #fff;
}
#jsn-toolbox .jsn-login-toggle:after {
	content: "Login";
	position: absolute;
	display: block;
	top: 0;
	right: 60px;
	font-size: 14px;
	text-transform: uppercase;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	color: #999;
	z-index: 500;
	opacity: 0;
	transform: translate(100px,0);
	-moz-transform: translate(100px,0);
	-webkit-transform: translate(100px,0);
	background: rgba(255,255,255,1);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#jsn-toolbox .jsn-login-toggle.logged:after {
	content: "Logout";
}
#jsn-toolbox .jsn-login-toggle:hover:after {
	opacity: 1;
	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
#jsn-toolbox .jsn-login-toggle.logged:before {
	content: "\e607";
}
#jsn-toolbox #jsn-login-toolbox {
	display: none;
}
/* === JSN LOGIN FORM IN MODAL === */
#sbox-content .login-form-greeting {
	display: block;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 40px;
	background-color: #f9f9f9;
	color: #444;
	text-align: center;
}
#sbox-content .jsn-login-form {
	padding: 10px;
}
#sbox-content .jsn-login-form form {
	margin: 0;
}
#sbox-content .jsn-login-form form fieldset,
.jsn-joomla-30 #sbox-content .jsn-login-form form .userdata {
	border: none;
	padding: 20px 0;
	margin: 0;
}
#sbox-content .jsn-login-form form label {
	display: none;
}
#sbox-content .jsn-login-form form label[for="modlgn_remember"],
.jsn-joomla-30 #sbox-content .jsn-login-form form label[for="modlgn-remember"] {
	display: inline;
}
#sbox-content .jsn-login-form form p.remember {
	text-align: center;
}
#sbox-content .jsn-login-form form input[name="remember"] {
	position: relative;
	top: -2px;
	width: auto;
	height: auto;
	margin: 8px 5px 8px 0;
}
#sbox-content .jsn-login-form form .inputbox {
	font-family: inherit;
	width: 100%;
	height: 60px;
	font-size: 16px;
	padding: 10px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#sbox-content .jsn-login-form form .button-wrapper {
	text-align: center;
}
#sbox-content .jsn-login-form form .button-wrapper input[name="Submit"],
#sbox-content .jsn-login-form form .button-wrapper button[type="Submit"] {
	padding: 20px 30px;
	width: 100%;
	color: #fff;
	background: #333;
	cursor: pointer;
	border: none;
	font-family: inherit;
	font-size: 16px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.jsn-login-form form ul.forgot-info {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}
.jsn-login-form form ul.forgot-info li {
	padding: 0;
	margin: 0;
}
#sbox-content .jsn-login-form form ul.forgot-info {
	text-align: center;
	margin: 0;
}
.jsn-login-form form .create-an-account {
	line-height: 18px;
}
#sbox-content .jsn-login-form form .create-an-account {
	display: block;
	text-align: center;
}
#sbox-content .jsn-login-form form .create-an-account a {
	background-color: #555;
	color: #fff;
	padding: 5px 18px;
	display: inline-block;
	margin-top: 10px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#sbox-content .jsn-login-form form .create-an-account a:hover {
	background-color: #000;
}
/* Joomla 3.x */

/* =============== LAYOUT - CONTENT AREA =============== */
#jsn-gotoplink {
	color: #999;
	z-index: 999;
	padding: 8px 12px;
	display: block;
	background-color: #111;
	position: fixed;
	left: 45%;
	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%;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - TEXT STYLES =============== */
.text-alert {
	border-left: 3px solid #FEABAB;
	background: #FFDFDF url(/templates/jsn_fidem_pro/images/icons/icon-text-alert.png) no-repeat;
}
.text-info {
	border-left: 3px solid #B7D2F2;
	background: #DBE7F8 url(/templates/jsn_fidem_pro/images/icons/icon-text-info.png) no-repeat;
}
.text-download {
	border-left: 3px solid #DDEDBC;
	background: #F2F9E5 url(/templates/jsn_fidem_pro/images/icons/icon-text-download.png) no-repeat;
}
.text-comment {
	border-left: 3px solid #FEEBAB;
	background: #FEF8E1 url(/templates/jsn_fidem_pro/images/icons/icon-text-comment.png) no-repeat;
}
.text-tip {
	border-left: 3px solid #FEEBAB;
	background: #FFFFD5 url(/templates/jsn_fidem_pro/images/icons/icon-text-tip.png) no-repeat;
}
.text-attachment {
	border-left: 3px solid #e5e5e5;
	background: #f2f2f2 url(/templates/jsn_fidem_pro/images/icons/icon-text-attachment.png) no-repeat;
}
.text-video {
	border-left: 3px solid #e5e5e5;
	background: #f2f2f2 url(/templates/jsn_fidem_pro/images/icons/icon-text-video.png) no-repeat;
}
.text-audio {
	border-left: 3px solid #e5e5e5;
	background: #f2f2f2 url(/templates/jsn_fidem_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: 18px center;
	padding: 0.8em 0.8em 0.8em 5em;
	min-height: 20px;
}
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ICON LINK ----- */
.link-icon {
	display: inline-block;
}
.link-icon[class*="jsn-icon"]:before {
    margin-right: 15px;
    font-size: 16px;
    float: left;
    line-height: 20px;
}
/* ----- EXTENDED LINK ----- */
.link-icon-ext {
	display: inline-block;
	padding-right: 22px;
	line-height: 18px;
	background: url(/templates/jsn_fidem_pro/images/icons/icons-ext.png) no-repeat right 0;
}
.link-icon-ext.jsn-icon-ext-aim {
	background-position: right 0;
}
.link-icon-ext.jsn-icon-ext-archive {
	background-position: right -86px;
}
.link-icon-ext.jsn-icon-ext-mobile {
	background-position: right -172px;
}
.link-icon-ext.jsn-icon-ext-css {
	background-position: right -258px;
}
.link-icon-ext.jsn-icon-ext-application {
	background-position: right -344px;
}
.link-icon-ext.jsn-icon-ext-doc {
	background-position: right -430px;
}
.link-icon-ext.jsn-icon-ext-feed {
	background-position: right -516px;
}
.link-icon-ext.jsn-icon-ext-movie {
	background-position: right -602px;
}
.link-icon-ext.jsn-icon-ext-flash {
	background-position: right -688px;
}
.link-icon-ext.jsn-icon-ext-calendar {
	background-position: right -774px;
}
.link-icon-ext.jsn-icon-ext-mail {
	background-position: right -860px;
}
.link-icon-ext.jsn-icon-ext-quicktime {
	background-position: right -946px;
}
.link-icon-ext.jsn-icon-ext-msn {
	background-position: right -1032px;
}
.link-icon-ext.jsn-icon-ext-music {
	background-position: right -1118px;
}
.link-icon-ext.jsn-icon-ext-pdf {
	background-position: right -1204px;
}
.link-icon-ext.jsn-icon-ext-powerpoint {
	background-position: right -1290px;
}
.link-icon-ext.jsn-icon-ext-skype {
	background-position: right -1376px;
}
.link-icon-ext.jsn-icon-ext-torrent {
	background-position: right -1462px;
}
.link-icon-ext.jsn-icon-ext-font {
	background-position: right -1548px;
}
.link-icon-ext.jsn-icon-ext-text {
	background-position: right -1634px;
}
.link-icon-ext.jsn-icon-ext-vcard {
	background-position: right -1720px;
}
.link-icon-ext.jsn-icon-ext-windowsmedia {
	background-position: right -1806px;
}
.link-icon-ext.jsn-icon-ext-xls {
	background-position: right -1892px;
}
.link-icon-ext.jsn-icon-ext-yahoo {
	background-position: right -1978px;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
table.table-style {
	background: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	color: #404040;
}
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 rgba(0,0,0,0.1);
}
table.table-style th {
	text-align: left;
}
table.table-style .highlight {
	font-size: 14px;
	color: #fff;
}
table.table-style thead th {
	font-size: 1.1em;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 20px 10px;
}
table.table-style thead th.highlight {
	border-top: none;
}
table.table-style tbody th,
table.table-style tbody td {
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}
table.table-style tbody td.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;
	border-right: 1px solid #484848;
}
table.style-colorheader tbody td.highlight {
	border-right: 1px solid #7e7e7e;
}
table.style-colorheader tbody td.highlight {
	border-bottom: 1px solid #666;
}
table.style-colorheader tbody tr:last-child td.highlight {
	border-bottom: 1px solid #7e7e7e;
}
/* ----- 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 rgba(0,0,0,0.1);
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th {
	background: #404040;
	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 40px;
}
ul.list-number-bullet li .jsn-listbullet {
	color: #fff;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: 2px;
	padding: 4px;
	left: 0;
	top: 0;
	width: 24px;
	position: absolute;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
/* ----- DIGIT NUMBER LIST ----- */
ul.list-number-digit {
	list-style: none;
}
ul.list-number-digit li {
	margin-left: 0;
	position: relative;
	padding: 8px 0 8px 42px;
}
ul.list-number-digit li .jsn-listbullet {
	top: 6px;
	left: 0;
	width: 25px;
	display: block;
	font-size: 32px;
	line-height: 100%;
	text-align: right;
	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;
	list-style: none;
}
ul.list-nobullet li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
/* =============== TYPOGRAPHY - FONTICON STYLES =============== */
.link-button .link-icon {
	position: relative;
	line-height: 24px;
}
/* ----- ICONS MENU STYLE ----- */
div.jsn-modulecontainer ul li i[class*="jsn-icon-"] {
    display: none;
}
div.jsn-modulecontainer ul.menu-iconmenu li i[class*="jsn-icon-"] {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
}
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-iconmenu li i[class*="jsn-icon-"] {
	margin-right: 0;
	margin-left: 10px;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu li i[class*="jsn-icon-"] {
	font-size: 14px;
}
div.jsn-modulecontainer ul.menu-iconmenu li i[class*="jsn-icon-"]:before {

}
body.jsn-textstyle-news div.jsn-modulecontainer ul.menu-iconmenu li i[class*="jsn-icon-"] {
    margin-top: 2px;
}
div.jsn-modulecontainer ul.menu-iconmenu li i[class*="jsn-icon-"], 
div.jsn-modulecontainer ul.menu-iconmenu > li > a > span {
	float: left;
}
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-iconmenu li i[class*="jsn-icon-"], 
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-iconmenu > li > a > span {
	float: right;
	text-align: right;
}
.jsn-menu-toggle {
	display: none;
}
div.jsn-modulecontainer ul.menu-mainmenu ul {
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.8,0.8);
	   -moz-transform: scale(0.8,0.8);
	    -ms-transform: scale(0.8,0.8);
	     -o-transform: scale(0.8,0.8);
	        transform: scale(0.8,0.8);
}
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
	visibility: visible;
	display: block\9;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	     -o-transform: scale(1,1);
	        transform: scale(1,1);
}
div.jsn-modulecontainer ul.menu-mainmenu ul ul {
	margin-left: 260px;
}
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-richmenu > li > a.jsn-nodescription {
	padding-bottom: 41px;
}
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-treemenu.menu-iconmenu > li > a > span {
	line-height: 20px;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu.menu-iconmenu > li > a span {
	line-height: 1.5;
}
/* =============== MENU - MAIN MENU =============== */
#jsn-menu.jsn-menu-sticky {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #111;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
	transition: all 0.65s ease-in-out;
	-moz-transition: all 0.65s ease-in-out;
	-webkit-transition: all 0.65s ease-in-out;
}
#jsn-menu.jsn-menu-sticky div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	padding: 25px 30px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
/* ========= MENU - FLIPBACK ========= */
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback > ul {
	right: 0;
	left: auto;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback ul ul {
	left: auto;
	margin-left: 0;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback ul li a {
	text-align: right;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback ul li.parent > a {
    background-image: url(/templates/jsn_fidem_pro/images/icons/icon-arrow-black-rtl.png);
    background-position: 0 center;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback ul li a:before {
	right: 0;
	left: auto;
	direction: rtl;
}
/* =============== MENU - TREE MENU =============== */
/* ----- CURRENT / HOVER STATE ----- */
ul.menu-treemenu li a:hover,
ul.menu-treemenu li a.current {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
/* =============== 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;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.jsn-modulecontainer[class*="box"] ul.menu-sidemenu,
div.jsn-modulecontainer[class*="solid"] ul.menu-sidemenu {
	margin: 0 -35px;
}
div.jsn-modulecontainer ul.menu-sidemenu ul {
	padding: 0;
	border: 1px solid #ececec;
}
div.jsn-modulecontainer ul.menu-sidemenu li {
	margin: 0;
	padding: 0;
	position: relative;
}
div.jsn-modulecontainer[class*="box"] ul.menu-sidemenu > li,
div.jsn-modulecontainer[class*="solid"] ul.menu-sidemenu > li {
	padding: 0 35px;
}
div.jsn-modulecontainer ul.menu-sidemenu li ul {
	position: absolute;
	top: 0;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li {
	padding: 0 25px;
}
div.jsn-modulecontainer ul.menu-sidemenu li a {
	display: block;
	color: #7d7d7d;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid rgba(150,150,150,0.2);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li:last-child a {
	border-bottom: none;
}
div.jsn-modulecontainer ul.menu-sidemenu > li > a {
	padding: 15px 0;
	color: #333;
}
div.jsn-modulecontainer[class*="richbox"] ul.menu-sidemenu > li > a,
div.jsn-modulecontainer[class*="solid"] ul.menu-sidemenu > li > a,
#jsn-footer-wrapper div.jsn-modulecontainer ul.menu-sidemenu > li > a,
#jsn-usermodules3 div.jsn-modulecontainer ul.menu-sidemenu > li > a {
	border-bottom: 1px solid rgba(255,255,255,0.15);
	color: #eee;
}
div.jsn-modulecontainer ul.menu-sidemenu > li.parent > a {
	background: url(/templates/jsn_fidem_pro/images/icons/icon-arrow-black.png) right center no-repeat;
}
div.jsn-modulecontainer[class*="richbox"] ul.menu-sidemenu > li.parent > a,
div.jsn-modulecontainer[class*="solid"] ul.menu-sidemenu > li.parent > a,
#jsn-footer-wrapper div.jsn-modulecontainer ul.menu-sidemenu > li.parent > a,
#jsn-usermodules3 div.jsn-modulecontainer ul.menu-sidemenu > li.parent > a {
	background-image: url(/templates/jsn_fidem_pro/images/icons/icon-arrow-white.png);
}
ul.menu-sidemenu li > a > span {
	display: block;
}
div.jsn-modulecontainer ul.menu-sidemenu ul {
	background: #fbfbfb;
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
	z-index: 99;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.8,0.8);
	   -moz-transform: scale(0.8,0.8);
	    -ms-transform: scale(0.8,0.8);
	     -o-transform: scale(0.8,0.8);
	        transform: scale(0.8,0.8);
}
div.jsn-modulecontainer ul.menu-sidemenu li:hover > ul {
	visibility: visible;
	display: block\9;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	     -o-transform: scale(1,1);
	        transform: scale(1,1);
}
div.jsn-modulecontainer ul.menu-sidemenu li a {
	position: relative;
}
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li i[class*="jsn-icon-"] {
	display: none;
}
div.jsn-modulecontainer ul.menu-sidemenu.menu-iconmenu li i[class*="jsn-icon-"] {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
}
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 {
	display: block;
}
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;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li a {
	display: block;
	cursor: pointer;
	padding: 15px 0;
	font-size: 13px;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li.parent > a {
	background: url(/templates/jsn_fidem_pro/images/icons/icon-arrow-black.png) right center no-repeat;
}
div.jsn-modulecontainer ul.menu-sidemenu ul ul {
	top: -1px;
}
/* 1st LEVEL - CUSTOM MODULE */
div[class*="solid-"] ul.menu-sidemenu > li > a {
	padding: 10px 0;
}
/* ----- 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: 20px;
}
div.jsn-modulecontainer ul.menu-topmenu.menu-iconmenu li i[class*="jsn-icon-"] {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
}
/* ============================== MOBILE SWITCH ============================== */
#jsn-switch-mode {
	position: absolute;
	right: 0;
	top: 0;
}
#jsn-mobileswitch,
#jsn-desktopswitch {
	display: none;
	padding: 25px 10px;
	float: right;
}
#jsn-mobileswitch a,
#jsn-desktopswitch a {
	display: block;
	color: #999;
}
#jsn-mobileswitch a [class*="jsn-icon-"],
#jsn-desktopswitch a [class*="jsn-icon-"] {
	display: block;
	height: 21px;
	width: 21px;
	line-height: 21px;
	font-size: 20px;
}
@media only screen and (max-device-width: 960px) {
	body.jsn-mobile #jsn-desktopswitch,
	body.jsn-desktop #jsn-mobileswitch {
		display: block;
	}
	body.jsn-desktop #jsn-mobileswitch{
		padding: 28px 10px;
	}
	/* Fix Hover Event on touch mobile devices */
	ul.menu-mainmenu li ul,
 	ul.menu-sidemenu li ul {
		transition: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
	}
}
/* ============================== SITE TOOLS ============================== */
/* =============== SITE TOOLS - GENERAL PRESENTATION =============== */
#jsn-toolbox {
	position: absolute;
	right: 0;
	top: 50px;
	min-width: 270px;
	overflow: hidden;
}
#jsn-sitetoolspanel {
	margin: 0;
}
ul#jsn-sitetools-menu ul li a,
ul#jsn-sitetools-inline ul li a {
   	height: 60px;
    width: 30px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
ul#jsn-sitetools-menu ul li a:last-child,
ul#jsn-sitetools-inline ul li a:last-child {
	margin-bottom: 0;
}
/* ----- DROP DOWN ----- */
ul#jsn-sitetools-menu,
ul#jsn-sitetools-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#jsn-sitetools-menu {
	padding: 0;
}
ul#jsn-sitetools-menu > li {
	margin: 0;
	padding: 0;
}
ul#jsn-sitetools-menu ul li {
	margin: 0;
	padding: 0;
}
ul#jsn-sitetools-menu ul li a {
	float: left;
}
ul#jsn-sitetools-menu li a,
ul#jsn-sitetools-inline li a {
	margin: 0;
	padding: 0;
	display: inline-block;
}
ul#jsn-sitetools-menu > li > a {
	position: relative;
	background-color: #000;
	width: 60px;
	padding: 30px;
	display: inline;
	float: right;
	color: #999;
	z-index: 100;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
ul#jsn-sitetools-menu > li > a:before {
	content: "\e61c";
	font-family: 'JSN-Mini-Icon';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
}
ul#jsn-sitetools-menu > li > a:hover,
ul#jsn-sitetools-menu > li.active > a {
	color: #fff;
}
ul#jsn-sitetools-menu li ul {
	background: #000;
	position: absolute;
	right: 60px;
	z-index: 90;
	display: inline-block;
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
	opacity: 0; 
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: translate(300px,0);
	-moz-transform: translate(300px,0);
	-webkit-transform: translate(300px,0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul#jsn-sitetools-menu li.active ul {
	visibility: visible;
	display: block\9;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
ul#jsn-sitetools-menu li {
	max-height: 60px;
	transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
}
ul#jsn-sitetools-menu.sitetool-desktop-on-mobile li ul {
	display: none;
}
ul#jsn-sitetools-menu.sitetool-desktop-on-mobile li:hover ul {
	display: block;
}
/* ----- INLINE ROW ----- */
ul#jsn-sitetools-inline > li > a {
	display: none;
}
ul#jsn-sitetools-inline {
	padding: 0;
	list-style: none;
	margin: 0;
	min-height: 60px;
}
ul#jsn-sitetools-inline ul {
	margin: 0;
}
ul#jsn-sitetools-inline li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
ul#jsn-sitetools-inline ul li a {
	display: inline-block;
	float: left;
	margin: 0;
}
/* =============== SITE TOOLS - COLOR SELECTOR =============== */

#jsn-selector-red {
	background-color: #c73e2d;
}
#jsn-selector-orange {
	background-color: #e58f3b;
}
#jsn-selector-green {
	background-color: #acd564;
}
#jsn-selector-cyan {
	background-color: #52bd9b;
}
#jsn-selector-blue {
	background-color: #336fb3;
}
#jsn-selector-violet {
	background-color: #8a79d4;
}
#jsn-selector-christmas {
	background: url(/templates/jsn_fidem_pro/images/colors/christmas/sitetools-item-bg.jpg);
}
#jsn-selector-violet,
#jsn-selector-red,
#jsn-selector-green,
#jsn-selector-orange,
#jsn-selector-blue,
#jsn-selector-cyan,
#jsn-selector-christmas {
    opacity: 0.3;
}
#jsn-selector-violet:hover,
#jsn-selector-violet.current,
#jsn-selector-red:hover,
#jsn-selector-red.current,
#jsn-selector-green:hover,
#jsn-selector-green.current,
#jsn-selector-blue:hover,
#jsn-selector-blue.current,
#jsn-selector-orange:hover,
#jsn-selector-orange.current,
#jsn-selector-cyan:hover,
#jsn-selector-cyan.current,
#jsn-selector-christmas:hover,
#jsn-selector-christmas.current {
    opacity: 1;
}
/* =============== MODULE STYLES - MODULE BOXES =============== */
h3.jsn-moduletitle i[class*="jsn-icon-"] {
    margin-right: 6px;
    margin-bottom: 2px;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTACT =============== */
/* ----- STANDARD CONTACT LAYOUT ----- */
div.contact .dl-horizontal dd {
	margin-left: 25px;
}
.jsn-joomla-30 div.search .inputbox {
	width: auto;
	max-width: 100%;
}
button#jform_profile_dob_img.btn {
	height: 30px;
}
/* =============== JOOMLA! EXTENSIONS - MOD_STATISTICS =============== */
dl.stats-module dt {
	float: left;
	width: 65%;
}
dl.stats-module dd {
	margin: 0;
}
/* ============================== JOOMLA 3.0 CORE COMPONENT LAYOUT ============================== */
.jsn-joomla-30 .blog-featured .items-leading h2 {
	padding: 5px 0;
}
/* PAGE PAGINATION */
ul.jsn-pagination li {
	margin: 5px 0;
}
/* ============================== CSS3 EFFECTS ============================== */
/* ----- READ MORE ----- */
.readon {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
/* ----- 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,
.link-button a {
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
.link-action {
	transition: color 0.3s linear, background 0.3s ease-out;
	-moz-transition: color 0.3s linear, background 0.3s ease-out;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out;
}
.link-action:hover {
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.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;
}
.link-button.button-light {
	background-color: #ddd;
	color: #222;
}
.link-button.button-light:hover {
	background-color: #ccc;
	color: #111;
}
.link-button.button-dark {
	background-color: #444;
}
.link-button.button-dark:hover {
	background-color: #000;
}
.link-button.button-green,
.jsn-color-green .link-button.button-suit {
	background-color: #8cb83f;
}
.link-button.button-green:hover,
.jsn-color-green .link-button.button-suit:hover {
	background-color: #78a22e;
}
.link-button.button-orange,
.jsn-color-orange .link-button.button-suit {
	background-color: #e6801d;
}
.link-button.button-orange:hover,
.jsn-color-orange .link-button.button-suit:hover {
	background-color: #c15f00;
}
.link-button.button-blue,
.jsn-color-blue .link-button.button-suit {
	background-color: #4e8ac9;
}
.link-button.button-blue:hover,
.jsn-color-blue .link-button.button-suit:hover {
	background-color: #306aa7;
}
.link-button.button-red,
.jsn-color-red .link-button.button-suit {
	background-color: #cc4d3d;
}
.link-button.button-red:hover,
.jsn-color-red .link-button.button-suit:hover {
	background-color: #a93627;
}
.link-button.button-cyan {
	background-color: #3eaf8b;
}
.link-button.button-cyan:hover {
	background-color: #339c7a;
}
.link-button.button-violet,
.jsn-color-violet .link-button.button-suit {
	background-color: #9f86e6;
}
.link-button.button-violet:hover,
.jsn-color-violet .link-button.button-suit:hover {
	background-color: #7659c9;
}
/* 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.bullet-blue li .jsn-listbullet {
	background-color: #2980b9;
}
ul.list-number-bullet.bullet-green li .jsn-listbullet {
	background-color: #6ece97;
}
ul.list-number-bullet.bullet-grey li .jsn-listbullet {
	background-color: #d0d0d0;
}
ul.list-number-bullet.bullet-orange li .jsn-listbullet {
	background-color: #f39c12;
}
ul.list-number-bullet.bullet-red li .jsn-listbullet {
	background-color: #e95e53;
}
ul.list-number-bullet.bullet-violet li .jsn-listbullet {
	background-color: #b485c7;
}
/* FORM STYLE */
.inputbox {
	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;
}
.button:hover,
.button:active {
	transition: color 0.1s linear, background 0.3s ease-out, background-position 0.3s;
	-moz-transition: color 0.1s linear, background 0.3s ease-out, background-position 0.3s;
	-webkit-transition: color 0.1s linear, background 0.3s ease-out, background-position 0.3s;
}
/* ----- MENU STYLES ----- */
/* GENERAL */
/* 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;
    }
}
/* ----- FONT STYLES ----- */
.font-icons-reference ul li {
	margin: 20px 0;
}
.font-icons-reference ul li [class*="jsn-icon-"] {
	font-size: 20px;
	cursor: default;
}
.font-icons-reference ul li [class*="jsn-icon-"]:before {
	font-size: 24px;
	margin-right: 20px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.font-icons-reference ul li:hover [class*="jsn-icon-"]:before {
	transform: scale(1.5,1.5);
	-moz-transform: scale(1.5,1.5);
	-webkit-transform: scale(1.5,1.5);
}
.font-icons-desc {
	margin: 50px 0 !important;
	color: #999;
}
/* ----- OVERRIDE JOOMLA 30 ----- */
.jsn-joomla-30 .calendar .button {
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
}

/* ============== Override Safari 5 ============== */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	::i-block-chrome,div.jsn-modulecontainer ul.menu-mainmenu ul {
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;	
	}
}

/* ============== OVERRIDE CSS OF J2STORE ============== */
/* ----- TAG CATEGORY -----*/
.tag-category #adminForm fieldset {
	border: none;
	margin-bottom: 20px;
}
.tag-category input,
.chzn-container-single .chzn-single {
	border-radius: 0;
	box-shadow: none;
	border-color: #e4e4e4;
}
.tag-category .list-striped li {
	border-bottom: 1px solid #e4e4e4;
	padding: 20px;
}
.tag-category .list-striped li h3 {
	margin: 0;
	line-height: 20px;
}
.tag-category  .list-striped {
	border-top: 1px solid #e4e4e4;
}
/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
*::-moz-selection {
	color: #FFF;
	text-shadow: none;
	background: none repeat scroll 0% 0% #cc4d3d;
}
a {
	color: #cc4d3d;
}
a:hover,
a:active,
a:focus {
	color: #a93627;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
/* =============== MENU - MAIN MENU =============== */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
	color: #cc4d3d;
}
/* =============== MODULE - POSITION TOOLBAR =============== */
#jsn-menu .jsn-modulecontainer.display-dropdown:hover h3.jsn-moduletitle {
	color: #cc4d3d;
}
/* =============== SITETOOL =============== */

/* =============== PROMO/USERMODULES3 =============== */
#jsn-promo,
#jsn-usermodules3 {
	background: #cc4d3d;
}
#jsn-usermodules3
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
#jsn-page .link-action {
	color: #cc4d3d;
	border-bottom: 1px solid #cc4d3d;
}
#jsn-page .link-action:hover {
	background-color: #cc4d3d;
}
/* ----- HIGHTLIGHT LINK ----- */
li.jsn-highlight a span.jsn-menutitle,
li.jsn-highlight a span.jsn-menudescription,
div.jsn-modulecontainer ul li.jsn-highlight > a {
	color: #cc4d3d;
}
/* ----- COLOR BUTTON ----- */
.link-button.button-color {
	background-color: #cc4d3d;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #cc4d3d;
	border-right: 1px solid #a93627;
}
table.style-colorheader thead th:first-child {
	border-left: 1px solid #cc4d3d;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #a93627;
	border-right: 1px solid #a93627;
}
table.style-colorstripes thead th {
	background-color: #cc4d3d;
}
table.style-colorstripes thead th.highlight {
	background-color: #a93627;
}
table.style-colorstripes tbody tr {
	background-color: #d06355;
}
table.style-colorstripes tbody td.highlight {
	background-color: #c15343;
}
table.style-colorstripes tbody tr.odd {
	background-color: #db7365;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #d16455;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #c65c4e;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #b3493b;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #a93627;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #cc4d3d;
}
.sectiontableheader {
	background-color: #5f9936;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #a93627;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- SOLID STYLE ----- */
div.richbox-1,
div.solid-1 {
	background: #640002;
}
/* ----- LIGHTBOX STYLE ----- */
div.lightbox-1 {
	border-color: #cc4d3d;
}
div.lightbox-1 h3.jsn-moduletitle {
	color: #cc4d3d;
}
div.lightbox-1 h3.jsn-moduletitle:before {
	background-color: #cc4d3d;
}
/* ----- RICHBOX STYLE ----- */
div.richbox-1 {
	border-color: #a93627;
}
div.richbox-1 h3.jsn-moduletitle {
	background-color: #a93627;
}
/* ========== DISPLAY INLINE/DROP DOWN MODULE ========== */
.jsn-modulecontainer[class*="display-"] form .search input.inputbox:focus + [class*="jsn-icon"] {
	color: #cc4d3d;
}
/* ============================== SIDE-MENU/TREE MENU/TOP MENU STYLES ============================== */
/* ----- HOVER/ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li:hover > a,
div.jsn-modulecontainer ul.menu-sidemenu li.active > a,
#jsn-footer-wrapper div.jsn-modulecontainer ul.menu-sidemenu > li:hover > a,
#jsn-footer-wrapper div.jsn-modulecontainer ul.menu-sidemenu > li.active > a,
div.jsn-modulecontainer ul.menu-treemenu li:hover > a,
div.jsn-modulecontainer ul.menu-treemenu li.active > a,
#jsn-footer-wrapper div.jsn-modulecontainer ul.menu-treemenu li:hover > a,
#jsn-footer-wrapper div.jsn-modulecontainer ul.menu-treemenu li.active > a,
div.jsn-modulecontainer ul.menu-topmenu li:hover > a,
div.jsn-modulecontainer ul.menu-topmenu li.active > a {
	color: #cc4d3d;
}
div.jsn-modulecontainer.richbox-1 ul.menu-sidemenu > li:hover > a,
div.jsn-modulecontainer.solid-1 ul.menu-sidemenu > li:hover > a,
#jsn-promo div.jsn-modulecontainer ul.menu-sidemenu > li:hover > a,
#jsn-usermodules3 div.jsn-modulecontainer ul.menu-sidemenu > li:hover > a,
div.jsn-modulecontainer.richbox-1 ul.menu-sidemenu > li.active > a,
div.jsn-modulecontainer.solid-1 ul.menu-sidemenu > li.active > a,
#jsn-promo div.jsn-modulecontainer ul.menu-sidemenu > li.active > a,
#jsn-usermodules3 div.jsn-modulecontainer ul.menu-sidemenu > li.active > a,
div.jsn-modulecontainer.richbox-1 ul.menu-treemenu li:hover > a,
div.jsn-modulecontainer.solid-1 ul.menu-treemenu li:hover > a,
#jsn-promo div.jsn-modulecontainer ul.menu-treemenu li:hover > a,
#jsn-usermodules3 div.jsn-modulecontainer ul.menu-treemenu li:hover > a,
div.jsn-modulecontainer.richbox-1 ul.menu-treemenu li.active > a,
div.jsn-modulecontainer.solid-1 ul.menu-treemenu li.active > a,
#jsn-promo div.jsn-modulecontainer ul.menu-treemenu li.active > a,
#jsn-usermodules3 div.jsn-modulecontainer ul.menu-treemenu li.active > a,
div.jsn-modulecontainer.richbox-1 ul.menu-topmenu > li:hover > a,
div.jsn-modulecontainer.solid-1 ul.menu-topmenu > li:hover > a,
#jsn-promo div.jsn-modulecontainer ul.menu-topmenu > li:hover > a,
#jsn-usermodules3 div.jsn-modulecontainer ul.menu-topmenu > li:hover > a,
div.jsn-modulecontainer.richbox-1 ul.menu-topmenu > li.active > a,
div.jsn-modulecontainer.solid-1 ul.menu-topmenu > li.active > a,
#jsn-promo div.jsn-modulecontainer ul.menu-topmenu > li.active > a,
#jsn-usermodules3 div.jsn-modulecontainer ul.menu-topmenu > li.active > a {
	color: #e39287;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #cc4d3d;
}
/* ----- TOOLBOX LOGIN ----- */
#sbox-content .jsn-login-form form .button-wrapper input[name="Submit"] {
	background-color: #cc4d3d;
}
#sbox-content .jsn-login-form form .button-wrapper input[name="Submit"]:hover {
	background-color: #a93627;
}
span.breadcrumbs span.current{
	color: #cc4d3d;
}
/* Import Google font face for use in menu */
@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/specialelite/v20/XLYgIZbkc4JPUL5CVArUVL0ntnAOTQ.ttf) format('truetype');
}


/* Set font style for body */
body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 90%;
}

/* Set font style for heading */
h1,
h2,
h3,
h4,
h5,
h6,
#jsn-gotoplink,
.page-header,
.subheading-category,
.componentheading,
.contentheading {
	font-family: Georgia, 'Times New Roman', Times, serif;
}

/* Set font style for menu */
body #jsn-menu ul.menu-mainmenu a,
body #jsn-menu ul.menu-mainmenu li a span {
	font-family: 'Special Elite', Verdana, Geneva, sans-serif;
}
/**
* @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-pos-topbar,
	#jsn-topheader-inner,
	#jsn-header-inner,
	#jsn-content-top-inner,
	#jsn-pos-content-top-below,
	#jsn-content,
	#jsn-content-bottom-inner,
	#jsn-usermodules3-inner,
	#jsn-content-bottom-mid-inner,
	#jsn-content-bottom-below-inner,
	#jsn-social-icons-inner,
	#jsn-footer-top-inner,
	#jsn-footer-inner {
		width: 1170px;
	}
	#jsn-maincontent.span12[class*="order"],
	#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order2 {
		padding: 0;
	}
	#jsn-maincontent.span12 #jsn-centercol.span12 {
		padding: 0;
	}
	#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;
	}

}
/**
* @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-pos-topbar,
	#jsn-topheader-inner,
	#jsn-header-inner,
	#jsn-content-top-inner,
	#jsn-pos-content-top-below,
	#jsn-content,
	#jsn-content-bottom-inner,
	#jsn-usermodules3-inner,
	#jsn-content-bottom-mid-inner,
	#jsn-content-bottom-below-inner,
	#jsn-social-icons-inner,
	#jsn-footer-top-inner,
	#jsn-footer-inner {
		width: 100%;
		min-width: inherit;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#jsn-page {
		overflow-x: hidden;
		min-width: inherit;
	}
	#jsn-mainbody {
		padding: 0 20px 20px;
	}
	#jsn-mainbody-content {
		padding: 20px 0;
	}
	[id*="jsn-content_inner"], [id*="jsn-maincontent_inner"] {
		left: auto;
		right: auto;
	}
	#jsn-leftsidecontent .jsn-modulecontainer_inner,
	#jsn-rightsidecontent .jsn-modulecontainer_inner {
		margin: 0;
	}
	#jsn-content.jsn-hasinnerleft #jsn-centercol_inner,
	#jsn-content.jsn-hasinnerright #jsn-centercol_inner {
		margin: 0;
	}
	#jsn-content-bottom-inner {
		padding: 10px;
	}
	/* =============== MAIN MENU =============== */
	#jsn-topbar,
	#jsn-topheader,
	#jsn-header,
	#jsn-logo {
		position: relative;
	}
	#jsn-menu {
		float: none;
		padding: 0;
	}
	#jsn-pos-mainmenu {
		margin: 0;
	}
	#jsn-menu.jsn-menu-sticky {
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	#jsn-menu .jsn-modulecontainer.display-dropdown h3.jsn-moduletitle,
	#jsn-menu .jsn-modulecontainer.display-inline .jsn-modulecontent {
		margin: 0;
	}
	/* ----- MAIN TOGGLE ----- */
	#jsn-menu .jsn-menu-toggle {
		cursor: pointer;
		display: inline-block;
	}
	#jsn-menu .jsn-modulecontainer[class*="display-"] {
		border-right: none;
	}
	#jsn-menu .jsn-modulecontainer[class*="display-"]:last-child {
		border-right: 1px solid #1a1a1a;
	}
	#jsn-menu .jsn-modulecontent > .jsn-menu-toggle,
	#jsn-menu .jsn-modulecontainer[class*="display-"] .jsn-modulecontainer_inner h3.jsn-moduletitle {
		color: #7d7d7d;
		text-transform: uppercase;
		font-size: 12px;
		padding: 25px 15px;
	}
	.jsn-modulecontainer[class*="display-"].richmenu form .search {
		padding: 18px 10px;
	}
	.richmenu ul#jsn-sitetools-menu > li > a {
		padding: 37px 20px 35px;
	}
	#jsn-menu .jsn-modulecontent > .jsn-menu-toggle {
		height: 25px;
		line-height: 25px;
		vertical-align: middle;
		padding: 21px 25px 26px;
		font-size: 25px;
		color: #999;
	}
	#jsn-menu .jsn-modulecontent > .jsn-menu-toggle.active {
		color: #fff;
	}
	#jsn-menu .jsn-modulecontent > .jsn-menu-toggle span {
		display: none; 
	}
	#jsn-menu ul.menu-mainmenu.jsn-menu-mobile {
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
	}
	#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;
		border-top: 1px solid #ddd;
	}
	#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle {
	    background: none;
	}
	#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner .jsn-modulecontent {
		visibility: visible;
		display:none;
	}
	div.display-dropdown.jsn-modulecontainer .jsn-modulecontent:after {
		border: none;
	}
	#jsn-menu div.display-dropdown.jsn-dropdown-active.jsn-modulecontainer .jsn-modulecontainer_inner .jsn-modulecontent {
		display: block;
	}
	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;
	}
	/* ----- LEVEL 1 ----- */
	div.jsn-modulecontainer ul.menu-mainmenu li {
		float: none;
		width: auto;
	}
	div.jsn-modulecontainer ul.menu-mainmenu > li {
		border-top: 1px solid #ddd;
		margin: 0;
	}
	div.jsn-modulecontainer ul.menu-mainmenu > li:last-child {
		border-bottom: 1px solid #ddd;
	}
	div.jsn-modulecontainer ul.menu-mainmenu > li.first {
		border-top: none;
	}
	div.jsn-modulecontainer ul.menu-mainmenu > li > a {
		border: none;
		background: #f9f9f9;
		padding: 15px;
		color: #555 !important;
	}
	div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a {
		background: #f9f9f9;
	}
	div.jsn-modulecontainer ul.menu-mainmenu li a {
		font-size: 18px;
		height: auto;
	}
	div.jsn-modulecontainer ul.menu-mainmenu > li > a span.jsn-menutitle {
		line-height: 25px;
		text-align: left;
	}
	div.jsn-modulecontainer ul.menu-mainmenu li > a .jsn-menutitle:before,
	div.jsn-modulecontainer ul.menu-mainmenu li.active > a .jsn-menutitle:before  {
		display: none;
	}
	/* ----- LEVEL 2 ----- */
	ul.menu-mainmenu > li > ul:after {
		border: none;
	}
	div.jsn-modulecontainer ul.menu-mainmenu.jsn-menu-mobile ul {
		width: auto;
		position: static;
		background-color: #f3f3f3;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		margin: 0;
		padding: 0;
		border: none;
		-webkit-transform: scale(1,1);
		   -moz-transform: scale(1,1);
		    -ms-transform: scale(1,1);
		     -o-transform: scale(1,1);
		        transform: scale(1,1);
	}
	div.jsn-modulecontainer ul.menu-mainmenu.jsn-menu-mobile > li > ul {
		border-top: 1px solid #ddd;
		padding: 0 15px;
	}
	div.jsn-modulecontainer ul.menu-mainmenu ul li {
		padding: 0;
		border: none;
		background: none;
	}
	div.jsn-modulecontainer ul.menu-mainmenu ul li a {
		border: none;
		background: none;
		padding: 10px 0 10px 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	div.jsn-modulecontainer ul.menu-mainmenu ul li a {
		text-align: left;
	}
	div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
		background: none;
	}
	body.jsn-direction-rtl #jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
		text-align: right;
	}
	body.jsn-direction-rtl [id*="jsn-pos-"] div.jsn-modulecontainer ul.menu-mainmenu ul li a,
	body.jsn-direction-rtl [id*="jsn-pos-"] div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
		padding-left: 0;
		padding-right: 15px;
		background-position: right -332px;
	}
	div.jsn-modulecontainer ul.menu-mainmenu li span.jsn-menu-toggle {
		top: 0;
		padding: 0;
		margin: 0;
		width: 45px;
		cursor: pointer;
		position: absolute;
		text-indent: -999em;
		background: url(/templates/jsn_fidem_pro/images/icons/icon-toggle-expand.png) center center no-repeat;
		right: 0;
	}
	body.jsn-direction-rtl div.jsn-modulecontainer ul.menu-mainmenu li span.jsn-menu-toggle {
		left: 0;
		right: auto;
	}
	div.jsn-modulecontainer ul.menu-mainmenu li span.jsn-menu-toggle.active {
		background-image: url(/templates/jsn_fidem_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 ----- */
	div.jsn-modulecontainer ul.menu-mainmenu ul ul li {
		margin-left: 20px;
		margin-right: 10px;
	}
	body.jsn-direction-rtl #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu ul ul li {
		margin-left: 10px;
		margin-right: 20px;
	}
	/* ----- RICH MENU ----- */
	div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a,
	div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu > li > a {
		padding: 15px 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-toolbox {
		overflow: visible;
	}
	#jsn-sitetoolspanel {
		display: none;
	}
	#jsn-sitetoolspanel {
		display: block;
		position: static;
		margin: 0;
	}
	ul#jsn-sitetools-menu {
		padding: 0;
		border-right: none;
	}
	ul#jsn-sitetools-menu li ul,
	ul#jsn-sitetools-inline li ul {
		z-index: 1000;
		position: absolute;
		width: 210px;
		height: 60px;
		display: none;
	}
	ul#jsn-sitetools-inline > li > a {
		position: relative;
		padding: 0;
		display: block;
		width: 60px;
		height: 60px;
		color: #999;
		background-color: #000;
		z-index: 100;
		opacity: 1;
	}
	ul#jsn-sitetools-inline > li.active > a{
		opacity: 0;
	}
	ul#jsn-sitetools-inline > li > a:before {
		content: "\e61c";
		font-family: 'JSN-Mini-Icon';
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		font-size: 24px;
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	ul#jsn-sitetools-inline li.active ul,
	ul#jsn-sitetools-menu li.active ul {
		display: block;
		top: 0;
		right: 0px !important;
	}
	/* -----  RTL Layout ----- */
	body.jsn-direction-rtl #jsn-sitetoolspanel {
		left: 0;
		right: auto;
	}
	body.jsn-direction-rtl ul#jsn-sitetools-menu li ul {
	    right: auto;
	}
	body.jsn-direction-rtl ul#jsn-sitetools-inline li ul {
		left: 0;
		right: auto;
	}
	body.jsn-direction-rtl  ul#jsn-sitetools-menu {
		border-left: none;
	}
	body.jsn-direction-rtl ul#jsn-sitetools-inline > li > a:before { 
		left: 15px;
		right: auto;
	}
	/* =============== PUSH MENU =============== */
	#jsn-push {
		position: static;
		float: left;
		width: 50px;
		height: 50px;
		margin: 0;
	}
	.jsn-pushmenu .jsn-menu-toggle {
		left: 0;
		top: 50%;
		margin-top: -24px;
		z-index: 1000;
	}
	/* ===============  OTHER POSITIONS =============== */
	div[id*="jsn-pos-stick-left"],
	div[id*="jsn-pos-stick-right"] {
		display: none;
		height: 0;
	}
	#jsn-pos-promo {
		margin: 0;
		width: 100%;
	}
	#jsn-pos-promo-left,
	#jsn-pos-promo-right,
	#jsn-content #jsn-maincontent,
	#jsn-content #jsn-maincontent #jsn-centercol,
	#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-pos-breadcrumbs {
		margin: 0;
	}
	#jsn-leftsidecontent_inner,
	#jsn-rightsidecontent_inner {
		padding: 0 !important;
	}
	#jsn-pos-innerleft > div,
	#jsn-pos-innerright > div {
		margin: 0 10px !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;
	}
	#jsn-content.jsn-hasright #jsn-content_inner2 {
		border-left: none;
	}
	#jsn-content.jsn-hasleft #jsn-content_inner {
		border-right: none;
	}
	.contentheading,
	.componentheading,
	.subheading,
	.page-header h2 {
		font-size: 1.5em;
	}
	/* ============================== 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;
	}
	#demo-content-top .item .main-heading{
		border: none !important;
	}
	#jsn-desktop-on-mobile #jsn-mainbody-content .items-row h2.item-title{
		font-size: 12px !important
	}
}
/************************************************************************************
smartphone layout (320 - 480): everything is layout in single column
*************************************************************************************/
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	#jsn-menu {
		padding: 0;
		clear: both;
	}
	#jsn-logo {
		margin-left: 0;
		margin-top: -2px;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		display: block;
		width: 100%;
		text-align: center;
		z-index: 9;
	}
	#jsn-logo #jsn-logo-mobile {
		display: block;
	}
	#jsn-logo #jsn-logo-mobile + #jsn-logo-desktop {
		display: none;
	}
	#jsn-pos-top,
	#jsn-pos-top div.jsn-modulecontainer,
	.jsn-mobile #jsn-social-icons {
		float: none;
	}
	.jsn-mobile #jsn-social-icons {
		text-align: center;
	}
	.jsn-mobile #jsn-social-icons ul {
		margin: 0 auto;
	}
	ul.menu-topmenu {
		text-align: center;
	}
	#jsn-headerright {
		float: none;
		padding: 0 10px;
	}
	#jsn-headerright #jsn-pos-top {
		float: none;
	}
	#jsn-headerright #jsn-pos-top div.jsn-modulecontainer {
		float: none;
		margin: 0 0 15px 0;
	}
	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 !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,
	#jsn-pos-user1,
	#jsn-pos-user2,
	#jsn-pos-user3,
	#jsn-pos-user4,
	#jsn-pos-user5,
	#jsn-pos-user6,
	#jsn-pos-user7,
	#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-inner > [id*="jsn-pos-user"]: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;
	}
	#jsn-content-top-inner,
	#jsn-content {
		padding: 15px;
	}
	#jsn-toolbox{
		top: 0px;
	}
	#jsn-gotoplink{
		left: 35%;
	}
	.demo-homepage-slider .box_skitter .next_button, .demo-homepage-slider .box_skitter .prev_button{
		width: 35px !important;
		height: 25px !important;
	}
	.demo-homepage-slider .box_skitter .prev_button{
		right: 50px !important;
	}
	#jsn-toolbox .jsn-login-toggle{
		width: 70px !important;
	}
	#demo-tabs ul li a{
		padding: 17px 15px !important;
	}
	#demo-featured-speakers{
		text-align: center !important;
		margin-right: -10px !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%;
	}
}
@media only screen and (max-width: 640px), (max-device-width: 640px) {
	#jsn-pos-top .jsn-modulecontainer {
		border-bottom: 1px solid #222;
		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-pos-promo-left,
	#jsn-pos-promo-right {
		float: left;
		padding: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	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: 25px 20px !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: 44.4%;
		margin-bottom: 20px;
	}
	div.grid-layout4 div.grid-lastcol{
		float: right;
		margin-right: 70px;
	}
	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-top-below .span2,
	#jsn-pos-content-top-below .span3,
	#jsn-pos-content-top-below .span4,
	#jsn-pos-content-bottom .span2,
	#jsn-pos-content-bottom .span3,
	#jsn-pos-content-bottom .span4,
	#jsn-pos-content-bottom-below .span2,
	#jsn-pos-content-bottom-below .span3,
	#jsn-pos-content-bottom-below .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-top-below .span2:nth-child(4),
	#jsn-pos-content-top-below .span3:nth-child(4),
	#jsn-pos-content-bottom .span2:nth-child(4),
	#jsn-pos-content-bottom .span3:nth-child(4),
	#jsn-pos-content-bottom-below .span2:nth-child(4),
	#jsn-pos-content-bottom-below .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;
	}
	#demo-promo-right .sermon-item{
		width: 50%;
		float: left;
	}
}
/************************************************************************************
 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-top-below [class*="span"],
	#jsn-pos-content-bottom [class*="span"],
	#jsn-pos-content-bottom-below [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-left: 0;
		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-top-below [class*="span"]:nth-child(2),
	#jsn-pos-content-top-below [class*="span"]:nth-child(4),
	#jsn-pos-content-top-below [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-content-bottom-below [class*="span"]:nth-child(2),
	#jsn-pos-content-bottom-below [class*="span"]:nth-child(4),
	#jsn-pos-content-bottom-below [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;
	}
	.jsn-mobile #jsn-social-icons ul {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	#jsn-social-icons ul li{
		float: none !important;
		display: inline-block !important;
	}
	.jsn-mobile #demo-content-top .item .main-heading{
		margin-top: 70px !important;
		text-align: center !important;
	}
	#jsn-social-icons ul li a{
		margin:	10px 8px !important;
	}
	#jsn-social-icons-inner:before{
		top:48% !important;
	}
}
/* ==================== JSN FIDEM CUSTOM CSS ==================== */
/* ===== GENERAL ===== */
.jsn-view-article .jsn-demo-thumbnail {
	display: none;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	max-width: 100% !important;
}

.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_fidem_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 {
	left: 10px;
	background: url(/templates/jsn_fidem_pro/images/icons/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/templates/jsn_fidem_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;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/templates/jsn_fidem_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_fidem_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;
}

/* ========== CUSTOMIZED BX SLIDER ========== */
.demo-bx-slider,
.demo-bx-slider li {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
.item .product-img a,
.item .product-img a img {
	display: block;
}
.item .product-img a img {
	max-width: 100%;
}
.item .product-info .product-name {
	color: #222;
	font-size: 1.5em;
	line-height: 52px;
	float: left;
}
.item .product-info .product-price {
	float: right;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
.item .product-info .product-price .price {
	color: #000;
	font-size: 2.5em;
}
.item .product-info .product-price .old-price {
	font-size: 1.8em;
	margin-right: 10px;
	color: #999;
	text-decoration: line-through; 
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: -45px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 14px;
	height: 14px;
	margin: 0 3px;
}
.jsn-color-blue .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-blue .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #00BBEA;
}
.jsn-color-red .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-red .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #ef0009;
}
.jsn-color-green .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-green .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #00ad5f;
}
.jsn-color-violet .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-violet .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #92278f;
}
.jsn-color-orange .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-orange .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #ff952e;
}
.jsn-color-cyan .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-cyan .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #1abcb6;
}

/* ========== TABULOUS CSS ========== */
#demo-tabs ul.tab-title {
	list-style: none;
	margin: 0;
	padding: 0;
}
#demo-tabs ul li {
	float: left;
	margin: 0;
	margin-right: 2px;
}

#demo-tabs ul li a {
	display: block;
	padding: 17px 24px;
	text-decoration: none;
}

#demo-tabs ul li a:hover {
}

#tabs_container {
	padding: 30px;
	overflow: hidden;
	position: relative;
	background: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

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

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	background: white !important;
	color: #000;
}

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

/* ==================== CUSTOM CSS ==================== */
/* HIDDEN MENU ITEM */
div.jsn-modulecontainer ul.menu-treemenu li.jsn-hidden {
	display: none;
}
body {
	display: block;
	position: relative;
}
/* ===== SANTA GET IT NOW ===== */
@keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
@-webkit-keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
@-ms-keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
@-moz-keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
#santa-getitnow {
	position: relative;
	top: 100px;
	left: -133px;
}
#santa-getitnow:hover {
	left: 20px;
}
#santa-getitnow .santa-img {
	position: absolute;
	left: -95px;
	padding-left: 150px;
	max-width: none;
	animation: blinking 3s ease-in-out 2s 5;
	-ms-animation: blinking 3s ease-in-out 2s 5;
	-moz-animation: blinking 3s ease-in-out 2s 5;
	-webkit-animation: blinking 3s ease-in-out 2s 5;
	-ms-animation: blinking 3s ease-in-out 2s 5;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#santa-getitnow .balloon-img {
	position: absolute;
	left: 105px;
	padding-left: 150px;
	top: -30px;
	opacity: 0;
	transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	-ms-transform: scale(0.5,0.5);
	max-width: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#santa-getitnow .link:hover .santa-img {
	left: -45px;
	animation: none;
	-ms-animation: none;
	-moz-animation: none;
	-webkit-animation: none;
}
#santa-getitnow .link:hover .balloon-img {
	opacity: 1;
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transition: all 0.8s cubic-bezier(0,1.13,.72,1.25);
	-moz-transition: all 0.8s cubic-bezier(0,1.13,.72,1.25);
	-webkit-transition: all 0.8s cubic-bezier(0,1.13,.72,1.25);
	-ms-transition: all 0.8s cubic-bezier(0,1.13,.72,1.25);
}
/* ===== DEMO PROMO-TOP ===== */
#demo-promo-top {
	padding: 130px 0 220px;
	text-align: center;
}
#demo-promo-top .main-heading {
	text-transform: uppercase;
	position: relative;
	color: #c8a92c;
	font-size: 2em;
	padding: 25px 0;
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
}
#demo-promo-top .desc {
	margin: 25px 0;
	font-size: 16px;
	color: rgba(255,255,255,0.8);
}

/* ===== DEMO PROMO ===== */
.demo-homepage-slider .label_skitter {
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 100;
}
.demo-homepage-slider .label_skitter .jsn-themeslider-caption-description {
	max-width: 70%;
	font-size: 16px;
	font-family: 'Lora', 'Lora', Georgia, serif;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.demo-homepage-slider .box_skitter .next_button {
	background: #fff url(/templates/jsn_fidem_pro/images/icons/next.png) center center no-repeat;
	right: 15px;
	bottom: 15px;
}
.demo-homepage-slider .box_skitter .prev_button {
	background: #fff url(/templates/jsn_fidem_pro/images/icons/prev.png) center center no-repeat;
	right: 66px;
	bottom: 15px;
}
.demo-homepage-slider .box_skitter .next_button,
.demo-homepage-slider .box_skitter .prev_button {
	top: auto;
	left: auto;
	width: 50px;
	height: 50px;
	z-index: 200;
}

/* ===== DEMO PROMO-RIGHT ===== */
#demo-promo-right .sermon-item {
	padding: 5px 0 20px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#demo-promo-right .sermon-item .heading {
	margin: 0 0 5px;
}
#demo-promo-right .sermon-item .heading a {
	color: #fff;
}
#demo-promo-right .sermon-item .content > a {
	float: left;
	display: block;
}
#demo-promo-right .sermon-item .content > a img {
	display: block;
}
#demo-promo-right .sermon-item .content .text {
	padding-left: 95px;
	padding-top: 5px;
}
#demo-promo-right .sermon-item .content .text p {
	margin: 0 0 5px;
}
#demo-promo-right .sermon-item .content .text .speaker a {
	color: #fff;
	text-decoration: underline;
}
.jsn-direction-rtl #demo-promo-right .sermon-item .content .text {
	margin-left: 0;
	margin-right: 95px;
	width: 60%;
}
.jsn-direction-rtl #demo-promo-right .sermon-item .content > a {
	float: right;
}
.jsn-direction-rtl .demo-homepage-slider .label_skitter .jsn-themeslider-caption-description {
	float: left;
	max-width: 60%;
}
.jsn-direction-rtl.jsn-demo-page .page-header h1,
.jsn-direction-rtl #demo-user-bottom .main-heading {
	display: initial;
}
.jsn-direction-rtl #demo-user-bottom .row-fluid .events-list .item .img-link {
    text-align: left;
    float: right;
}
.jsn-direction-rtl #demo-user-bottom .row-fluid .events-list .item .img-link .date {
	right: 0;
	left: auto;
}
.jsn-direction-rtl #demo-user-bottom .row-fluid .events-list .item .content {
    padding-right: 310px;
    padding-left: 0;
}
.jsn-direction-rtl #demo-tabs ul li {
    float: right;
    margin-left: 2px;
    margin-right: 0;
}
.jsn-direction-rtl #tabs_container div {
    margin-left: 40px;
    margin-right: 0;
}
.jsn-direction-rtl .demo-newsletter .jsn-uniform .form-actions .btn-toolbar {
	float: right;
}
/* ===== DEMO CONTENT-TOP ===== */
#demo-content-top {
	background-color: #e7d61d;
	border-bottom: 5px solid #b4a827;
}
#demo-content-top .inner {
	padding: 30px;
}
#demo-content-top .item .main-heading {
	color: rgba(0,0,0,0.8);
	text-transform: uppercase;
	font-size: 1.8em;
	margin: 0;
	padding: 0;
	line-height: 40px;
	border-right: 2px solid rgba(0,0,0,0.2);
}
#demo-content-top .item .content-block {
	padding: 0 0 0 25px;
}
#demo-content-top .item .content-block .img-link,
#demo-content-top .item .content-block .img-link img {
	display: block;
}
#demo-content-top .item .content-block .img-link {
	width: 70px;
	height: 70px;
	padding: 17px;
	background-color: rgba(20,40,55,0.6);
	text-align: center;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
#demo-content-top .item .content-block .content {
	padding-left: 90px;
}
#demo-content-top .item .content-block .content .heading {
	text-transform: uppercase;
	position: relative;
	color: #222;
	margin: 0;
	display: inline-block;
	font-size: 1.4em;
	line-height: 30px;
}
#demo-content-top .item .content-block .content .heading:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	left: 0;
	bottom: -7px;
}

/* ===== DEMO USER-TOP ===== */
.jsn-demo-page #jsn-pos-user-top {
	border-bottom: none;
}
#demo-user-top {
	text-align: center;
	padding: 20px 0;
}
#demo-user-top .main-heading {
	text-transform: uppercase;
	color: #cc4d3d;
	font-size: 2.6em;
	padding: 0 0 40px;
	margin: 0 0 30px;
	position: relative;
}
#demo-user-top .main-heading:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 50px;
	background-color: rgba(0,0,0,0.4);
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
#demo-user-top .desc {
	width: 75%;
	max-width: 100%;
	font-size: 1.1em;
	margin: 0 auto;
}

/* ===== DEMO MAIN ARTICLE ===== */
.jsn-demo-thumbnail {
	margin-bottom: 15px;
	max-width: 100%;
}
.jsn-demo-page .page-header {
	text-align: center;
	overflow: hidden;
}
.jsn-demo-page .page-header h1 {
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.8em;
	position: relative;
	color: #b8b8b8;
	font-weight: normal;
}
.jsn-demo-page .page-header h1:before,
.jsn-demo-page .page-header h1:after {
	content: '';
	display: block;
	height: 2px;
	width: 800px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.jsn-demo-page .page-header h1:before {
	right: calc(100% + 20px);
}
.jsn-demo-page .page-header h1:after {
	left: calc(100% + 20px);
}

/* ===== DEMO USER-BOTTOM ===== */
.jsn-demo-page #jsn-pos-user-bottom {
	border-top: none;
}
#demo-user-bottom {
	text-align: center;
	overflow: hidden;
}
#demo-user-bottom .main-heading {
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.8em;
	position: relative;
	color: #b8b8b8;
	font-weight: normal;
}
#demo-user-bottom .main-heading:before,
#demo-user-bottom .main-heading:after {
	content: '';
	display: block;
	height: 2px;
	width: 800px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
#demo-user-bottom .main-heading:before {
	right: calc(100% + 20px);
}
#demo-user-bottom .main-heading:after {
	left: calc(100% + 20px);
}
#demo-user-bottom .row-fluid {
	text-align: left;
	margin-top: 20px;
}
#demo-user-bottom .row-fluid .events-list .item {
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}
#demo-user-bottom .row-fluid .events-list .item:first-child {
	padding-top: 10px;
}
#demo-user-bottom .row-fluid .events-list .item:last-child {
	border: none;
}
#demo-user-bottom .row-fluid .events-list .item .img-link {
	text-align: right;
	float: left;
	display: block;
	position: relative;
	height: 100px;
	width: 280px;
}
#demo-user-bottom .row-fluid .events-list .item .img-link img {
	display: inline-block;
	height: 100px;
}
#demo-user-bottom .row-fluid .events-list .item .img-link .date {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	margin: 0;
	padding: 20px;
	height: 100%;
	width: 100px;
	color: #fff;
	font-family: 'Baumans', 'Lora', Georgia, serif;
	font-size: 1.8em;
	line-height: 30px;
	text-align: center;
	background-color: #cc4d3d;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#demo-user-bottom .row-fluid .events-list .item .img-link .date span {
	display: block;
	font-size: 1.6em;
}
#demo-user-bottom .row-fluid .events-list .item .content {
	padding-left: 310px;
}
#demo-user-bottom .row-fluid .events-list .item .content .heading {
	margin: 0 0 5px;
	line-height: 20px;
	font-size: 1.3em;
	text-transform: uppercase;
}
#demo-user-bottom .row-fluid .events-list .item .content .desc {
	margin: 8px 0;
	line-height: 20px;
	font-size: 14px;
}

/* ===== DEMO CONTENT-BOTTOM ===== */
/* === TABULOUS === */
.jsn-demo-page #jsn-content-bottom-inner {
	position: relative;
	background: url(/media/joomlashine/jsn-fidem/custom-html/content-bottom/bg.jpg) center center no-repeat;
}
#demo-latest-updates {
	padding-top: 30px;
	padding-right: 1px;
}
#demo-latest-updates #demo-tabs ul li a {
	background: rgba(255,255,255,0.5);
	color: #222;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#demo-latest-updates #demo-tabs ul li a.tabulous_active,
#demo-latest-updates #demo-tabs ul li:hover a {
	background: #fff;
	color: #000;
}
#demo-latest-updates #demo-tabs ul li:hover a {
	background: #fdfdfd;
}
#demo-latest-updates #tabs_container {
	min-height: 215px;
}
/* === NEWSLETTER === */
.demo-newsletter .jsn-modulecontainer_inner {
	margin: -35px -35px -35px 0;
	padding: 35px;
	background-color: #272a2c;
}
.demo-newsletter .jsn-moduletitle {
	color: #fff;
}
.demo-newsletter .jsn-uniform {
	padding: 30px 0 0;
	font-family: 'Lora', 'Lora', Georgia, serif !important;
}
.demo-newsletter .jsn-uniform .jsn-bootstrap > p {
	color: #999;
	font-size: 15px;
	line-height: 27px;
}
.demo-newsletter .jsn-uniform .jsn-form-content label,
.demo-newsletter .jsn-uniform .jsn-text-center  {
	display: none !important;
}
.demo-newsletter .jsn-uniform .jsn-form-content .control-group {
	border: none !important;
	padding: 0 !important;
}
.demo-newsletter .jsn-uniform .jsn-form-content .control-group input {
	border: none;
	padding: 10px;
	height: 50px;
	margin-top: 35px;
	margin-bottom: 0;
	border-radius: 0;
	color: rgba(255,255,255,0.5) !important;
	background: rgba(255,255,255,0.2) !important;
	width: 90% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#jsn-master .demo-newsletter [id^="jsn_form_"].jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
    background-color: transparent !important;
    border-color: transparent !important;
}
.demo-newsletter .jsn-uniform .form-actions {
	margin: 0 !important;
	padding: 0 !important;
}
.demo-newsletter .jsn-uniform .form-actions .btn-toolbar {
	margin: 0 !important;
}
.demo-newsletter .jsn-uniform .form-actions .btn-toolbar button[type="submit"] {
	margin-left: 0;
	margin-top: 20px;
	background: none;
	background-color: #cc4d3d;
	box-shadow: none;
	border: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 27px;
	padding: 10px 20px;
	display: inline-block;
	font-family: 'Cinzel', 'Lora', Georgia, serif;
}
.demo-newsletter .jsn-uniform .jsn-form-content .control-group.ui-state-highlight {
	border: none !important;
	background: none !important;
}

/* ===== DEMO DONATE US ===== */
#demo-donate-us {
	color: #fff;
}
#demo-donate-us .heading {
	text-transform: uppercase;
	font-size: 1.8em;
	color: #fff;
	font-weight: normal;
	margin: 0 0 15px;
}
#demo-donate-us .heading,
#demo-donate-us .desc {
	width: 100%;
	max-width: 100%;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	line-height: 25px;
}
#demo-donate-us .link-button {
	float: right;
	margin: 22px 0;
}
.jsn-direction-rtl #demo-donate-us .heading,
.jsn-direction-rtl #demo-donate-us .desc {
	float: left;
	text-align: left;
}
/* ===== DEMO CONTENT-BOTTOM-BELOW ===== */
.demo-keep-in-touch .logo-foot {
	margin-bottom: 10px;
}
#demo-featured-speakers {
	padding: 20px 20px;
}
#demo-featured-speakers .row-fluid {
	margin-bottom: 20px;
}
#demo-featured-speakers .row-fluid [class*="span"] a,
#demo-featured-speakers .row-fluid [class*="span"] a img {
	display: block;
}
#demo-featured-speakers .row-fluid [class*="span"] a {
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
#demo-featured-speakers .row-fluid [class*="span"]:hover a {
	opacity: 1;
}

/* ===== DEMO CONTACT INFO ===== */
#demo-contact-info {
	padding: 20px 0 60px;
	color: rgba(255,255,255,0.4);
}
#demo-contact-info a {
	color: rgba(255,255,255,0.4);
	text-decoration: underline;
}
#demo-contact-info a:hover {
	color: #fff;
}
#demo-contact-info .item [class*="icon"] {
	float: left;
	margin-right: 10px;
	line-height: 25px;
	color: #cc4d3d;
}
#demo-contact-info .item p {
	line-height: 28px;
	padding-left: 30px;
}
/* ========== ON DESKTOP VIEW ========== */
.jsn-desktop-on-mobile #demo-promo-right .sermon-item .heading,
.jsn-desktop-on-mobile #demo-user-bottom .row-fluid .events-list .item .content .heading,
.jsn-desktop-on-mobile #demo-content-top .item .content-block .content .heading {
	font-size: 1em;
}
/*=========================READMORE STYLE==========================*/
p.readmore a.btn {
	background: #111;
	background-color: #cc4d3d;
	color: #fff;
  	border: none;
 	font-size: 14px;
  	line-height: 27px;
  	padding: 10px 20px;
  	padding-left: 10px;
  	display: inline-block;
  	font-family: 'Cinzel', 'Lora', Georgia, serif;
}
p.readmore a.btn span{
	background: none;
}
p.readmore a.btn{
	transition: 0.3s ease-out;
  	-moz-transition: 0.3s ease-out;
  	-webkit-transition: 0.3s ease-out;
}
p.readmore a.btn:hover,
p.readmore a.btn.active {
	background-color: #a93627;
}
/* ========== RESPONSIVE ========== */
@media only screen and (max-width: 960px), (max-device-width: 960px) {
	.jsn-mobile #demo-promo-top {
		padding: 0 0 40px;
	}
	.jsn-mobile #jsn-mainbody {
		padding: 0 0 20px;
	}
	.jsn-mobile #jsn-content-bottom-inner,
	.jsn-mobile #jsn-footermodules {
		padding: 20px;
	}
	.jsn-mobile .demo-newsletter .jsn-modulecontainer_inner {
		margin: -10px;
		padding: 20px;
	}
	.jsn-mobile #demo-donate-us {
		padding: 0 20px;
	}
	.jsn-mobile #demo-featured-speakers .row-fluid .span4 {
		width: 31.623931623931625%;
		display: inline-block;
	}
	.jsn-mobile #demo-user-bottom .row-fluid .span8,
	.jsn-mobile #demo-user-bottom .row-fluid .span4 {
		width: 100%;

	}
	.jsn-mobile #demo-user-bottom .row-fluid .img-slider{
		margin-left: 170px;
	}
	.jsn-mobile #jsn-pos-content-bottom-mid,
	.jsn-mobile #jsn-pos-content-bottom-below,
	.jsn-mobile #demo-contact-info {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	.jsn-mobile #demo-content-top .item .main-heading {
		border: none;
		padding-bottom: 20px;
	}
	.jsn-mobile #demo-content-top .item .content-block {
		padding: 0 0 20px;
	}
	.jsn-mobile #demo-user-bottom .row-fluid .events-list .item .img-link {
		float: none;
	}
	.jsn-mobile #demo-user-bottom .row-fluid .events-list .item .content {
		padding-left: 0;
		padding-top: 20px;
	}
	.jsn-mobile .demo-newsletter .jsn-modulecontainer_inner {
		margin: 30px 0 0;
		padding: 20px;
	}
	.jsn-mobile #demo-donate-us .heading,
	.jsn-mobile #demo-donate-us .desc {
		width: 100%;
		max-width: 100%;
	}
	.jsn-mobile #demo-donate-us .link-button {
		float: none;
	}
	.jsn-mobile #demo-user-bottom .row-fluid .img-slider{
		margin-left: -10px;
	}
	.demo-homepage-slider .label_skitter .jsn-themeslider-caption-description{
		font-size: 11px;
	}
}
/*==================================Jomsocial==============================*/
.joms-popup__wrapper{
	top: 50px;
}
.joms-popup .joms-form__group label input{
	margin: 0;
}
.joms-button--full{
	border: none;
}
.joms-page .joms-text--title{
	display: none;
}
.joms-toolbar--desktop .joms-popover{
	left: 0;
}
.joms-focus__date{
	padding: 4px;
}
.joms-focus__date span:last-child{
	margin-top: -25px;
}
.joms-list--table li{
	width: 40%;
	float: left;
	display: block;
}
.joms-list--card .joms-list__item{
	margin: 0;
}
/*====================JS Event module======================*/
.joms-list--event .joms-media--event .joms-media__body a{
	color: #fff;
}
.joms-list--event .joms-media--event{
	margin: 10px 0;
}
/*===================JS Video module========================*/
.joms-list--half .joms-list__item{
	width: 100%;
	margin: 10px 0;
}
@media only screen and (max-width: 480px), (max-device-width: 480px){
	.joms-input--append svg{
		top: 11px;
	}
	.joms-focus__link li.full{
		width: 90%;
	}
	.joms-focus__link li.half{
		width: 40%;
	}
	.joms-focus__header{
		padding: 0;
	}
}
/**
 * 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;
	}
}
