/**
 * @copyright	Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(/media/system/css/system.css);

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

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

.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	Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
 * @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(system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

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

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

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

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

.button2-left .blank {
	background: url(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(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(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 =============== */
html, body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
body {
	font-size: 75%;
	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: 1em;
	background: #FFFFD5;
	border-left: 5px solid #404040;
	font-family: "Courier New", Courier, monospace;
}
blockquote {
	color: #404040;
	min-height: 45px;
	font-style: italic;
	padding-left: 40px;
	background: url(jsn_air_pro/images/icons/icon-text-blockquote.png) no-repeat top left;
}
blockquote p {
	font-size: 1em;
	line-height: inherit;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1 {
	color: #333333;
	font-size: 1.8em;
}
h2 {
	color: #d6463f;
	font-size: 1.8em;
}
h3 {
	color: #c50351;
	font-size: 1.4em;
}
h4 {
	color: #859A1F;
	font-size: 1.4em;
}
h5 {
	color: #C58C10;
	font-size: 1.3em;
	font-weight: bold;
}
h6 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	font-weight: normal;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	outline: none;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a img {
	border: none;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul li {
	padding: 0;
	margin: 0.3em 0 0.3em 1.6em;
}
ol li {
	padding: 0;
	margin: 0.3em 0 0.3em 2em;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.clearafter:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}
.clearbreak {
	clear: both;
}
div.jsn-modulecontainer {
	margin-top: 20px;
}
#jsn-header div.jsn-modulecontainer .jsn-modulecontent {
	padding: 0;
}
#jsn-pos-left div.jsn-modulecontainer div.jsn-modulecontainer_inner,
#jsn-pos-right div.jsn-modulecontainer div.jsn-modulecontainer_inner {
	margin: 0;
}
#jsn-header-bottom div.jsn-modulecontainer .jsn-modulecontent {
	padding: 0;
}
div.jsn-modulecontainer:first-child,
div.jsn-horizontallayout div.jsn-modulecontainer {
	margin-top: 0;
}
div.jsn-modulescontainer {
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.jsn-modulescontainer div.jsn-modulecontainer_inner {
	margin: 10px;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer {
	width: 23.404255319148934%;
	margin-left: 2.127659574468085%;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer:first-child {
	margin-left: 0;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer:last-child {
	margin-left: 0;
	margin-top: 2.127659574468085%;
	clear: left;
}
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
	background: #fff;
	text-align: center;
}
#jsn-page {
	color: #727272;
	text-align: left;
	overflow: hidden;
}
#jsn-header-top,
#jsn-header-bottom-inner,
#jsn-content,
#jsn-promo-inner,
#jsn-pos-content-top,
#jsn-pos-promo_inner,
#jsn-pos-content-bottom-over,
#jsn-content-bottom-inner,
#jsn-footer-inner {
    margin: 0 auto;
	width: 1250px;
}
/* ----- 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;
}
div[id*=jsn-pos-stick-] .jsn-modulecontent {
	padding: 0;
}
/* =============== LAYOUT - TOPBAR AREA =============== */
#jsn-topbar {
	background-color: #282828;
	padding: 5px 0;
}
#jsn-pos-topbar {
	color: #ffffff;
	margin: 0 auto;
	width: 960px;
}
#jsn-pos-topbar a {
	color: #ffffff;
}
#jsn-pos-topbar .jsn-modulecontainer {
	float: right;
	margin-top: 0;
}
/* =============== LAYOUT - LAYOUT CHANGING =============== */
/* ----- PROMO AREA ----- */
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid  #jsn-pos-promo.order1 + #jsn-pos-promo-left.order3 .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo-left.order2 #jsn-pos-promo-right.order3 .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo-left.order2[class*="offset-"] .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo-left.order1 + #jsn-pos-promo-right.order2 .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo-left.order2 + #jsn-pos-promo-right.order3 .jsn-modulecontainer {
    margin-left: -15px;
    padding-right: 0;
    margin-right: 0
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo-right.order2 .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo-left.order2 .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo:not(.order2) + #jsn-pos-promo-right.order1[class*="offset-"] .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo-left.order2 + #jsn-pos-promo-right.order1 .jsn-modulecontainer,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo:not(.order2) + #jsn-pos-promo-left.order1 .jsn-modulecontainer {
    margin-right: -15px;
    padding-left: 0;
    margin-left: 0;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span1[class*="order"] > div {
    margin: 0 -33.3333%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2[class*="order"] > div {
    margin: 0 -14.2857%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3[class*="order"] > div {
    margin: 0 -9.0909%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4[class*="order"] > div {
    margin: 0 -6.6667%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5[class*="order"] > div {
    margin: 0 -5.2632%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6[class*="order"] > div {
    margin: 0 -4.3478%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7[class*="order"] > div {
    margin: 0 -3.7037%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8[class*="order"] > div {
    margin: 0 -3.2258%;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order1 > div {
    margin: 0 -2.8571% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span10 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order10 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10.order1 > div {
    margin: 0 -2.5641% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span8 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order1 > div {
    margin: 0 -3.2258% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span7 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order1 > div {
    margin: 0 -3.7037% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span6 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order1 > div {
    margin: 0 -4.3478% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span5 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5.order1 > div {
    margin: 0 -5.2632% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span4 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order1 > div {
    margin: 0 -6.6667% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span3 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order1 > div {
    margin: 0 -9.0909% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span2 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order1 > div {
    margin: 0 -14.2857% 0 0;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order3 > div {
    margin: 0 0 0 -2.8571%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span10.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10.order3 > div {
    margin: 0 0 0 -2.5641%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span8.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order3 > div {
    margin: 0 0 0 -3.2258%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span7.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order3 > div {
    margin: 0 0 0 -3.7037%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span6.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order3 > div {
    margin: 0 0 0 -4.3478%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span5.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5.order3 > div {
    margin: 0 0 0 -5.2632%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span4.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order3 > div {
    margin: 0 0 0 -6.6667%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span3.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order3 > div {
    margin: 0 0 0 -9.0909%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span2.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order3 > div {
    margin: 0 0 0 -14.2857%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span1[class*="order"] > div {
    margin: 0 -42.8571%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2[class*="order"] > div {
    margin: 0 -17.6471%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3[class*="order"] > div {
    margin: 0 -11.1111%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4[class*="order"] > div {
    margin: 0 -8.1081%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5[class*="order"] > div {
    margin: 0 -6.383%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6[class*="order"] > div {
    margin: 0 -5.2632%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7[class*="order"] > div {
    margin: 0 -4.4776%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8[class*="order"] > div {
    margin: 0 -3.8961%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order1 > div {
    margin: 0 -3.4483% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span10 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order10 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10.order1 > div {
    margin: 0 -3.0928% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span8 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order1 > div {
    margin: 0 -3.8961% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span7 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order1 > div {
    margin: 0 -4.4776% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span6 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order1 > div {
    margin: 0 -5.2632% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span5 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5.order1 > div {
    margin: 0 -6.383% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span4 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order1 > div {
    margin: 0 -8.1081% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span3 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order1 > div {
    margin: 0 -11.1111% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order1 > div {
    margin: 0 -17.6471% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order3 > div {
    margin: 0 0 0 -3.4483%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span10.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10.order3 > div {
    margin: 0 0 0 -3.0928%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span8.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order3 > div {
    margin: 0 0 0 -3.8961%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span7.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order3 > div {
    margin: 0 0 0 -4.4776%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span6.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order3 > div {
    margin: 0 0 0 -5.2632%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span5.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5.order3 > div {
    margin: 0 0 0 -6.383%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span4.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order3 > div {
    margin: 0 0 0 -8.1081%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span3.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order3 > div {
    margin: 0 0 0 -11.1111%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span2.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order3 > div {
    margin: 0 0 0 -17.6471%;
}
/* ----- Maincontent Area ----- */
#jsn-content.jsn-hasinnerright #jsn-mainbody-content #mainbody-content-inner + #jsn-pos-innerright {
	margin-left: 0;
	margin-right: 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-body {
	background: #fff;
	margin-top: 30px;
}
#jsn-header {
	position: relative;
	float: left;
	width: 100%;
	background: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
}
#jsn-header-top {
	padding-top: 15px;
}
#jsn-logo {
	margin-top: 10px;
}
#jsn-logo a {
	line-height: 100%;
	display: inline-block;
	margin: 5px 15px 5px 0;
}
#jsn-logo .jsn-topheading {
	float: right;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 30px;
	border-left: 1px solid #d5d5d5;
	padding-left: 15px;
	margin: 5px 0;
	letter-spacing: 0; /* Override IS */
}
#jsn-headerright {
	margin: 7px 0;
}
#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;
}
#jsn-header-bottom {
	width: 100%;
	float: left;
}
/* =============== LAYOUT - MENU AREA =============== */
#jsn-menu {
	z-index: 999;
	color: #f2f2f2;
	position: relative;
	float: left;
	border: 1px solid #e5e5e5;
	width: 100%;
	top: 22px;
	background: #fff;
}
#jsn-pos-toolbar {
	float: right;
}
#jsn-menu div.jsn-modulecontainer {
	float: left;
	margin:0;
}
#jsn-pos-toolbar form {
	margin: 0;
}
/* =============== LAYOUT - CONTENT TOP AREA =============== */
#jsn-promo {
	background: url(jsn_air_pro/images/backgrounds/bg-promo.png) 0 bottom repeat-x;
	padding: 30px 0 20px;
	display: block;
	color: #727272;
}
#jsn-promo,
#jsn-content-top {
	position: relative;
	z-index: 88;
}
#jsn-content-top #jsn-promo,
#jsn-promo #jsn-pos-promo,
#jsn-promo #jsn-pos-promo-left,
#jsn-promo #jsn-pos-promo-right {
	position: relative;
}
#jsn-content-top {
	padding: 25px 0;
	width: 100%;
	background: url(jsn_air_pro/images/backgrounds/bg-content-top.png) 0 0 repeat-x;
}
#jsn-content-top div.jsn-modulecontainer div.jsn-modulecontainer_inner {
	text-align: center;
	margin: 10px;
}
#jsn-content-top div.jsn-modulecontainer.top-accordion div.jsn-modulecontainer_inner {
	margin: -10px;
	border-left: 1px solid #ebebeb;
}
#jsn-content-top div.jsn-modulecontainer.top-accordion div.jsn-modulecontainer_inner div.jsn-modulecontent {
	padding: 10px;
}
#jsn-content-top div.jsn-modulecontainer:first-child div.jsn-modulecontainer_inner {
	border-left: none;
}
/* =============== LAYOUT - CONTENT AREA =============== */
#jsn-content,
#jsn-content_inner,
#jsn-maincontent,
#jsn-centercol,
#jsn-pos-innerleft,
#mainbody-content-inner,
#jsn-pos-innerright,
#jsn-leftsidecontent,
#jsn-rightsidecontent {
	position: relative;
}
#jsn-body.jsn-haspromo #jsn-content,
#jsn-body.jsn-hascontenttop #jsn-content {
	padding-top: 0;
}
div.jsn-hasleft #jsn-maincontent_inner {
	margin-left: 10px;
}
div.jsn-hasright #jsn-maincontent_inner {
	margin-right: 10px;
}
div.jsn-hasinnerleft #jsn-mainbody,
div.jsn-hasinnerright #jsn-mainbody {
	padding: 10px;
}
#jsn-leftsidecontent,
#jsn-rightsidecontent {
	z-index: 99;
}
#jsn-leftsidecontent_inner,
#jsn-rightsidecontent_inner {
	margin-bottom: 20px;
}
#jsn-pos-innerleft div.jsn-modulecontainer:first-child,
#jsn-pos-innerright div.jsn-modulecontainer:first-child {
	margin-bottom: 0;
}
#jsn-centercol_inner {
	padding: 0;
}
#jsn-pos-breadcrumbs {
	margin-bottom: 20px;
	padding: 8px 0;
}
.jsn-joomla-30 #jsn-pos-breadcrumbs {
	padding: 5px 15px;
}
#jsn-pos-breadcrumbs,
#jsn-pos-user-top,
#jsn-usermodules1,
#jsn-pos-mainbody-top,
#jsn-pos-user-bottom,
#jsn-pos-banner,
#jsn-usermodules2,
#jsn-pos-mainbody-top,
#jsn-pos-user-bottom {
	margin-bottom: 20px;
}
#jsn-pos-mainbody-bottom h3.jsn-moduletitle {
	font-size: 1.5em;
	padding: 10px 10px 5px 12px;
}
#jsn-pos-mainbody-bottom div.jsn-modulecontainer {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #ebebeb;
	padding-top: 15px;
}
#jsn-pos-mainbody-bottom div.jsn-modulecontainer .jsn-modulecontent {
	padding: 0 10px 15px;
}
#jsn-pos-banner {
	margin-bottom: 20px;
	text-align: center;
}
/* =============== LAYOUT - CONTENT BOTTOM OVER AREA =============== */
#jsn-content-bottom-over {
	width: 100%;
	float: left;
	border-top: 1px solid #dcdcdc;	
	padding: 0 0 40px;
	text-align: center;
}
#jsn-content-bottom-over h1 {
	font-size: 40px;
	margin: 5px 0;
}
#jsn-content-bottom-over img {
	margin: 0 10px;
	cursor: pointer;
}
div.jsn-separate {
	background: url(jsn_air_pro/images/backgrounds/bg-separate.png) center center no-repeat;
	height: 20px;
	width: 100%;
	display: inline-block;
}
/* =============== LAYOUT - CONTENT BOTTOM AREA =============== */
#jsn-content-bottom {
	z-index: 85;
	position: relative;
	text-align: left;
	background: #f2f2f2;
	border-top: 5px solid #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
}
#jsn-pos-content-bottom a,
#jsn-usermodules3 a {
	text-decoration: none;
}
#jsn-pos-content-bottom a:hover,
#jsn-usermodules3 a:hover {
	text-decoration: underline;
}
#jsn-content-bottom h3.jsn-moduletitle {
	text-transform: uppercase;
	padding: 10px 0;
}
#jsn-content-bottom #jsn-usermodules3 .jsn-modulecontainer {
	padding: 5px;
}
/* =============== LAYOUT - FOOTER AREA =============== */
#jsn-footer {
	color: #727272;
	font-size: 0.9em;
	text-align: left;
	padding: 10px 0 40px;
}
#jsn-footermodules {
	text-align: center;
}
#jsn-footer a {
	text-decoration: none;
	padding: 2px;
}
#jsn-footer a:hover {
	color: #FFF;
}
#jsn-footer div.jsn-modulecontainer {
	margin-top: 5px;
}
#jsn-footer div.jsn-modulecontent {
	padding: 5px 0 0;
	line-height: 20px;
}
#jsn-brand {
	padding-top: 10px;
	text-align:  center;;
}
#jsn-brand a {

}
/* ============================== 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;
	padding: 15px;
}
div.grid-layout div.grid-lastcol div.grid-col_inner {
	margin-right: 0;
}
/* =============== TYPOGRAPHY - TEXT STYLES =============== */
.text-box {
	padding: .8em;
	border: 1px solid #e5e5e5;
}
.text-box-highlight {
	padding: .8em;
	border: 1px solid transparent;
}
.text-box-highlight:hover {
	background: #F9F9F9;
    border: 1px solid #F2F2F2;
}
.text-highlight {
	padding: .2em .5em;
	background: #FFFFAA;
}
.text-highlight.highlight-green {
	color: #fff;
	background: #48691b;
}
.text-highlight.highlight-light {
	color: #000;
	background: #fefefe;
}
.text-highlight.highlight-dark {
	color: #fff;
	background: #595959;
}
.text-dropcap p:first-child:first-letter,
p.text-dropcap:first-child:first-letter {
	color: #404040;
	font: 4em/.8em "Times New Roman", Times, serif;
	float: left;
}
.text-size-small {
	font-size: 0.9em;
}
.text-size-medium {
	font-size: 1em;
}
.text-size-large {
	font-size: 1.1em;
}
.text-size-xlarge {
	font-size: 1.2em;
}
.text-size-xxlarge {
	font-size: 1.3em;
}
hr.line-dots {
	border: none;
	padding: 0.5em 0;
	background: url(jsn_air_pro/images/dot.png) left center repeat-x;
}
hr.line-solid {}
/* ----- ACTION LINK ----- */
.link-action {
	padding: 1px 3px;
	text-decoration: none;
}
.link-action:hover {
	color: #ffffff;
	text-decoration: none;
}
/* ----- HIGHLIGHT LINK ----- */
.link-highlight {
	color: #595959;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid transparent;
}
.link-highlight:hover {
	color: #000;
	border-color: #EAEAEA;
	text-decoration: none;
	background-color: #F4F4F4;
}
/* ----- TOOLTIPS LINK ----- */
a.link-tooltip {
	position: relative;
}
a.link-tooltip:hover {
	z-index: 25;
}
a.link-tooltip span {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
}
a.link-tooltip:hover span {
	display: block;
}
/* =============== TYPOGRAPHY - LIST STYLES =============== */
/* ----- ARROW LIST ----- */
ul.list-arrow {
	list-style: none;
}
ul.list-arrow li {
	margin-left: 0;
	padding-left: 16px;
	position: relative;
	display: block;
}
ul.list-arrow li:after {
	content: '';
	height: 0;
	position: absolute;
	width: 0;
	border: 0.34em solid transparent;
	left: 5px;
	top: 4px;
}
ul.list-arrow.arrow-red li:after {
	border-left-color: #AE0000;
}
ul.list-arrow.arrow-blue li:after {
	border-left-color: #0060BF;
}
ul.list-arrow.arrow-green li:after {
	border-left-color: #3AA655;
}
/* =============== TYPOGRAPHY - IMAGES STYLES =============== */
img.image-left {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
img.image-right {
	float: right;
	margin: 0.5em 0.5em 0.5em 1em;
}
img.image-border {
	padding: 3px;
	border: 1px solid #e5e5e5;
}
img.image-margin {
	margin: .5em;
}
/* ============================== MENU ============================== */
/* =============== MENU - GENERAL =============== */
/* ----- RICH MENU STYLE ----- */
.jsn-menutitle,
.jsn-menudescription {
	display: block;
}
.jsn-menudescription {
	color: #727272;
	font-size: 0.9em;
	text-transform: none;
	font-size: 0.9em;
}
/* =============== MENU - MAIN MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-mainmenu {
	margin: 0;
	padding: 0;
	clear: both;
  	text-align: center;
	
}
div.jsn-modulecontainer ul.menu-mainmenu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style-type: none;
}
div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-right: 1px solid #e5e5e5;
}
div.jsn-modulecontainer ul.menu-mainmenu > li:hover,
div.jsn-modulecontainer ul.menu-mainmenu > li.active {
	background-color: #f7f7f7;
}
div.jsn-modulecontainer ul.menu-mainmenu li a {
	color: #727272;
	display: block;
	cursor: pointer;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	padding: 10px 20px;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid #fff;
}
div.jsn-modulecontainer ul.menu-mainmenu > li.parent > a {
	background: url(jsn_air_pro/images/icons/icon-arrow-down.png) 94% 20px no-repeat;
}
div.jsn-modulecontainer ul.menu-mainmenu li > a > span {
	display: block;
	line-height: 24px;
	font-weight:normal;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li a span.jsn-menudescription {
	display: none;
	font-size: 0.9em;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a {
	padding: 8px 15px 5px;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu li a span.jsn-menudescription {
	display: block;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a.jsn-nodescription {
	padding: 12px 15px 25px;
}
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu > li.parent:hover {
	background-image: url(jsn_air_pro/images/icons/icon-arrow-up.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
div.jsn-modulecontainer ul.menu-mainmenu ul {
	margin: 0;
	width: 200px;
	left: -999em;
	position: absolute;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > ul {
	border-top: 4px solid #6a6a6a;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li {
	padding: 0;
	border: 1px solid #e5e5e5;
	background-color: #f7f7f7;
	border-top: none;
	width: 198px;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li.first {
	border-top: 1px solid #e5e5e5;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li.active,
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover {
	background-color: #fff;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	font-size: 1em;
	padding: 8px 10px;
	border-top: 1px solid #fff;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li + li:hover {
	margin-top: 0;
}
div.jsn-modulecontainer ul.menu-mainmenu ul ul {
	top: -1px;
	margin-left: 202px;
}
/* ----- PARENT ITEMS / ADD ARROW TO ITEMS HAVE SUBLEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
	padding-right: 16px;
	background-image: url(jsn_air_pro/images/icons/icon-arrow-black.png);
	background-position: 98% center;
	background-repeat: no-repeat;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a {
	color: #fff;
	text-decoration: none;
}
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a .jsn-menudescription,
div.jsn-modulecontainer ul.menu-mainmenu > li.active > a .jsn-menudescription {
	color: #727272;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
	color: #fff;
}
/* ----- ROLLOVER STATE / DISPLAY SUB-MENU OF SELECTED MENU ITEM ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
	left: auto;
	right: auto;
}
/* =============== MENU - TREE MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-treemenu,
div.jsn-modulecontainer ul.menu-treemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.jsn-modulecontainer ul.menu-treemenu {
	margin: -10px;
}
div.jsn-modulecontainer ul.menu-treemenu li {
	margin: 0;
	padding: 0;
	position: relative;
}
div.jsn-modulecontainer ul.menu-treemenu > li {
	border-bottom: 1px solid #ed548d;
}
div.jsn-modulecontainer[class*="solid-"] ul.menu-treemenu > li.last,
div.jsn-modulecontainer[class*="box-"] ul.menu-treemenu > li.last,
div.jsn-modulecontainer ul.menu-treemenu > li.last {
	border-bottom: none;
}
div.jsn-modulecontainer ul.menu-treemenu li a {
	padding: 8px 15px;
	display: block;
	color: #333;
	cursor: pointer;
	text-decoration: none;
}
div[class*="solid-"].jsn-modulecontainer ul.menu-treemenu > li,
div.lightbox-1.jsn-modulecontainer ul.menu-treemenu > li {
	border-bottom: 1px solid #e5e5e5;
}
div.richbox-2.jsn-modulecontainer ul.menu-treemenu > li	{
	border-bottom: 1px solid #7c7c7c;
}
div.lightbox-2.jsn-modulecontainer ul.menu-treemenu li a,
div[class*=richbox-].jsn-modulecontainer ul.menu-treemenu li a {
	color: #fff;
}
div.jsn-modulecontainer ul.menu-treemenu > li > a {
	padding: 10px 15px;
}
ul.menu-treemenu li a > span {
	display: block;
	padding-left: 20px;
	background-image: url(jsn_air_pro/images/icons/icons-base.png);
	background-position: left -342px;
	background-repeat: no-repeat;
}
.richbox-1 [class*="-treemenu"] a > span,
.lightbox-2 [class*="-treemenu"] a > span {
	background-image: url(jsn_air_pro/images/icons/icons-base.png);
	background-position: left -767px;
	background-repeat: no-repeat;
}
div[class*="solid-"] ul.menu-treemenu {
	margin: -10px 0;
}
div[class*="solid-"] ul.menu-treemenu li a {
	color: #676767;
}
div[class*="richbox-"] ul.menu-treemenu li a {
	color: #FFF;
}
div[class*="solid-"] ul.menu-treemenu li a span.jsn-menudescription,
div[class*="richbox-"] ul.menu-treemenu li a span.jsn-menudescription {
	color: #ccc;
}
div.lightbox-2 a, 
div[class*="richbox-"] a {
	color: #fff;
}
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-treemenu.menu-iconmenu > li > a {
	padding: 10px 15px;
}
/* ----- 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.jsn-modulecontainer ul.menu-treemenu.menu-richmenu > li > a:hover .jsn-menudescription {
	color: #aaa;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu.menu-iconmenu > li > a span {
	line-height: 24px;
}
/* ---------- NORMAL STATE ---------- */
div.jsn-modulecontainer ul.menu-treemenu ul li {
	margin: 0;
}
div.jsn-modulecontainer ul.menu-treemenu ul li a {
	padding-left: 25px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul li a {
	padding-left: 40px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul li a {
	padding-left: 55px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul li a {
	padding-left: 70px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul ul li a {
	padding-left: 85px;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-treemenu li.active > a {
	font-weight: bold;
}
div.jsn-modulecontainer ul.menu-treemenu li.active > a span.jsn-menudescription {
	font-weight: normal;
}
/* ----- CURRENT / HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-treemenu li a:hover,
div.jsn-modulecontainer ul.menu-treemenu li a.current {
	color: #3d3d3d;
	background: #f5f5f5;
}
div.richbox-2.jsn-modulecontainer ul.menu-treemenu > li a:hover,
div.richbox-2.jsn-modulecontainer ul.menu-treemenu > li a.current {
	background: #474747;
	color:#FFF;
}
/* =============== MENU - DIV MENU =============== */
ul.menu-divmenu {
	margin: 0 auto;
	padding: 0;
	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;
	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;
}
ul.menu-topmenu li a {
	padding: 10px;
	color: #000;
	display: block;
}
ul.menu-topmenu li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.menu-topmenu li a span {
	display: block;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- GENERAL MODULE STYLES ----- */
#jsn-promo div.jsn-modulecontainer:not([class~="box-"]) div.jsn-modulecontainer_inner,
div[class*=box-] div.jsn-modulecontainer_inner,
div[class*=solid-] div.jsn-modulecontainer_inner {
	margin: 10px;
}
#jsn-mainbody-content div.jsn-modulecontainer div.jsn-modulecontainer_inner,
#jsn-usermodules1 div.jsn-modulecontainer div.jsn-modulecontainer_inner,
#jsn-usermodules2 div.jsn-modulecontainer div.jsn-modulecontainer_inner {
	background: none;
	border: none;
}
h3.jsn-moduletitle {
	margin: 0;
	color: #000;
	font-size: 20px;
	padding: 10px 0 0;
	margin: 0;
}
div[class*=box-] h3.jsn-moduletitle,
div[class*=solid-] h3.jsn-moduletitle {
	padding: 10px 0;
}
h3.jsn-moduletitle span {
	display: block;
}
div.jsn-modulecontent {
	padding: 10px 0;
}
div[class*=richbox-] div.jsn-modulecontent,
div[class*=lightbox-] div.jsn-modulecontent {
	padding: 10px;
}
/* GENERAL STYLE IN SPECIFIC POSITION */
#jsn-content-bottom h3.jsn-moduletitle {
	padding: 0;
}
#jsn-content-top div[class*=box-] h3.jsn-moduletitle,
#jsn-content-top div[class*=solid-] h3.jsn-moduletitle,
#jsn-content-bottom div[class*=box-] h3.jsn-moduletitle,
#jsn-content-bottom div[class*=solid-] h3.jsn-moduletitle {
	padding: 10px;
}
/* ----- MODULE BOXES - RICHBOX ----- */
div[class*=richbox-] h3.jsn-moduletitle {
	color: #303030;
	font-size: 20px;
}
div[class*=richbox-] div.jsn-modulecontainer_inner {
	color: #fff;
}
div[class*=richbox-] div.jsn-modulecontainer_inner a:hover {
	color: #fff;
}
div[class*=richbox-] div.jsn-modulecontainer_inner a.link-action {
	border-bottom: 1px dotted #fff;
}
div.richbox-2 div.jsn-modulecontent {
	background-color: #656565;
	border-bottom: 5px solid #272727;
}
/* ----- MODULE BOXES - SOLIDBOX ----- */
div[class*=solid-] h3.jsn-moduletitle {
	color: #303030;
	border-bottom: 3px solid #272727;
}
/* ----- SOLID-2 ----- */
div.solid-2 h3.jsn-moduletitle {
	background: #F1F1F1;
	border-bottom: 3px solid #cfcfcf;
	padding: 10px;
}
/* ----- MODULE BOXES - LIGHTBOX ----- */
div[class*=lightbox-] div.jsn-modulecontent {
	background: #FFF;
	color: #444;
	border: 1px solid #e5e5e5;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== PAGEBREAK - TABS STYLE =============== */
dl.tabs {
	float: left;
	margin-bottom: -1px;
}
dl.tabs dt.tabs {
	float: left;
	margin-left: 3px;
	padding: 4px 10px;
	background-color: #F0F0F0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
dl.tabs dt:hover {
	background-color: #F9F9F9;
}
dl.tabs dt.open {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
dl.tabs dt.tabs h3 {
	margin: 0;
	font-size: 1.1em;
}
dl.tabs dt.tabs h3 a {
	color: #666;
	font-weight: normal;
}
dl.tabs dt.open h3 a,
dl.tabs dt.tabs h3 a:hover {
	color: #000;
	text-decoration: none;
}
dl.tabs dt.open h3 a {
	font-weight: bold;
}
div.current dd.tabs {
	margin: 0;
	padding: 10px;
	clear: both;
	border: 1px solid #CCC;
	background-color: #FFF;
}
/* =============== PAGEBREAK - SLIDERS STYLE =============== */
div.panel {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
div.panel h3.title {
	margin: 0;
	cursor: pointer;
	font-size: 1.1em;
	padding: 8px 10px;
	border-bottom: 1px solid #CCC;
}
div.panel h3.title:hover,
div.panel h3.pane-toggler-down {
	background-color: #F0F0F0;
}
div.panel h3.title a {
	color: #666;
}
div.panel h3.title a:hover {
	text-decoration: none;
}
div.panel h3.pane-toggler-down {
	border-bottom: none;
}
div.panel h3.pane-toggler-down a {
	color: #000;
}
div.panel div.content > div,
div.panel div.content > p {
	margin: 15px;
}
/* =============== JOOMLA! EXTENSIONS - GENERAL =============== */
/* ----- HEADING ----- */
.contentheading,
.componentheading,
.subheading {
	margin-top: 0;
	font-size: 1.6em;
}
table.contentpaneopen {
	width: 100%;
}
/* ----- FORM ----- */
.jsn-formbuttons {
	text-align: center;
	padding-top: .45em;
}
table.paramlist td {
	padding: .3em;
}
table.paramlist td.paramlist_key {
	width: 150px;
}
.inputbox {
	background-color: #FFFFFF;
    border: 1px solid #EDEDED;
    padding: 8px 12px;
}
.inputbox:active, .inputbox:focus {
	border-color: #b5b5b5;
	background-color: #f2f2f2;
}
select.inputbox {
	padding: 2px;
}
#jsn-page .button {
	display: inline-block;
	padding: 8px 25px;
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background: #e6e6e6;
	border: 1px solid #cfcfcf;
	*line-height: 20px;
	*display: inline;
}
.button:hover, .button:active {
	background: #f7f7f7;
	border-color: #ccc;
	color: #666;
}
/* ----- 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(system/images/selector-arrow.png) no-repeat;
}
.jsn-joomla-25 .tip-text {
	font-size: 100%;
	margin: 0;
}
/* ----- POP-UP / PRINT WINDOWS ----- */
body.contentpane {
	color: #000000;
	background: #FFFFFF;
}
body.contentpane div.com-content {
	padding: 1em;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- ARTICLE METADATA ----- */
.jsn-article-metadata {
	margin-bottom: 15px;
}
.jsn-article-metadata > span {
	padding-right: 10px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}
.jsn-article-metadata > span:last-child {
	padding-right: 0;
	margin-right: 0;
	border: none;
}
.article-info {
	margin: 0;
	font-size: 0.9em;
	float: left;
}
.article-info-term {
	display: none;
}
.archive .article-info dd,
.article-info dd {
	margin: 2px 0 0;
	line-height: 1.5;
}
/* ----- ARTICLE TOOLBAR ----- */
.jsn-article-toolbar {
	margin-bottom: 15px;
	background-color: #f4f4f4;
	border: 1px solid #eaeaea;
}
.jsn-article-toolbar .btn-group.pull-right {
	padding: 5px;
}
.jsn-article-toolbar dl {
	padding: 5px;
}
#article-index {
	float: right;
	margin: 0 0 1em 1em;
	background-color: #F2F2F2;
	border: 1px solid #D9D9D9;
}
#article-index ul {
	margin: 0;
	list-style-type: none;
}
#article-index ul li {
	margin: 0;
	padding: 0.25em 0.6em;
}
/* ----- ARTICLE INFO ----- */
.jsn-article-info {
	padding: 10px;
}
.jsn-article-info p:first-child {
	margin-top: 0;
}
.jsn-article-info p:last-child {
	margin-bottom: 0;
}
.author,
.createdate,
.publishdate,
.hits {
	margin: 10px 0;
	color: #595959;
	font-size: 0.9em;
}
.author,
.createdate,
.publishdate {
	padding-left: 22px;
	background-image: url(jsn_air_pro/images/icons/icons-base.png);
	background-repeat: no-repeat;
}
.author {
	background-position: 0 0;
}
.createdate,
.publishdate {
	background-position: 0 -86px;
}
.modifydate {
	margin: 1em 0;
	text-align: right;
	color: #999999;
	font-style: italic;
}
/* ----- ARCHIVE ARTICLE  ----- */
div.archive .intro {
	clear: both;
}
/* ----- 2 BUTTON PRINT, EMAIL CONTAINER ----- */
ul.jsn-article-tools {
	margin: 10px;
	list-style: none;
}
ul.jsn-article-tools li {
	float: left;
	margin: 0 0 0 10px;
}
ul.jsn-article-tools li a {
	float: left;
	display: block;
	height: 16px;
	width: 16px;
	background: url(jsn_air_pro/images/icons/icons-base.png) left top no-repeat;
}
ul.jsn-article-tools li a.no-icon {
	background: none;
	width: auto;
	height: auto;
}
ul.jsn-article-tools li.jsn-article-icon-edit a {
	background: none;
}
ul.jsn-article-tools li a.jsn-article-print-button {
	background-position: 0 -430px;
}
ul.jsn-article-tools li a.jsn-article-email-button {
	background-position: 0 -516px;
}
ul.jsn-article-tools li a:hover {
	text-decoration: none;
}
.jsn-article-submit {
	margin-top: 0.8em;
}
.jsn-joomla-25 .item-title-entry .icon-edit,
.item-title-entry .jsn-icon-edit {
	display: inline-block;
}
/* ----- SUBMIT AN ARTICLE ----- */
.field-title {
	width: 120px;
	float: left;
}
.formelm, .formelm-area {
	margin: 5px 0;
	clear: both;
}
/* ----- READ MORE ----- */
a.readon {
	color: #333;
	cursor: pointer;
	font-size: 1.1em;
	padding: 5px 12px;
	font-weight: bold;
	border: #d5d5d5 1px solid;
	display: inline-block;
	text-decoration: none;
	background: #FFF;
}
a.readon:hover {
	border-color: #666;
	background: #EFEFEF;
	border: #b9b9b9 1px solid;
}
/* ----- 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(jsn_air_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;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
}
body.jsn-homepage div.article_separator {
	border-bottom: none;
}
.com-content .category-blog div:last-child div.article_separator {
	border-bottom : none;
}
div.row_separator {
	height: 1em;
	clear: both;
}
/* ARTICLE COLUMN CONTAINER */
.jsn-articlecols {
	float: left;
}
.jsn-articlecols .jsn-article {
	padding: 0 5px;
}
/* "MORE ARTICLES..." PANEL HEADING TEXT */
div.blog_more {
	padding: 10px 15px;
	margin: 0 0 1em 0;
	border: 1px solid #e5e5e5;
	background-color: #F4F4F4;
}
/* PAGE PAGINATION */
ul.pagenav,
div.pagination ul {
	list-style-type: none;
}
ul.pagenav {
	text-align: center;
}
ul.pagenav li,
div.pagination ul li {
	color: #999;
	margin: 0;
	display: inline-block;
	font-weight: bold;
}
div.pagination ul li {
	font-size: 0.9em;
}
ul.pagenav li a,
div.pagination ul li a {
	margin: 0 15px;
}
ul.jsn-pagination {
	list-style-type: none;
}
ul.jsn-pagination li {
	display: inline-block !important; /*override compression*/
	margin: 0;
}
ul.jsn-pagination li a,
ul.jsn-pagination li span {
	font-weight: bold;
	padding: 10px 15px;
	border: 1px solid #CCC;
	color: #999;
	display: inline-block;
}
ul.jsn-pagination li a:hover {
	color: #000;
	text-decoration: none;
}
ul.jsn-pagination li.navigation-page span {
	border: none;
	padding: 11px 15px;
	color: #fff;
}
ul.jsn-pagination,
p.jsn-pageinfo {
	font-size: 0.9em;
	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: 5px 8px;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
}
.sectiontableheader img {
	margin: 0;
	vertical-align: text-top;
}
.sectiontableheader a {
	color: #ffffff;
}
.sectiontableheader a:hover {
	text-decoration: none;
}
/* TABLE FILTER */
.jsn-infofilter {
	text-align: right;
}
.jsn-titlefilter {
	float: left;
}
.archived-article-list .jsn-infofilter {
	text-align: left;
}
/* TABLE'S ROW */
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 6px 8px;
	border-bottom: 1px solid #e5e5e5;
}
tr.sectiontableentry2 td {
}
/* ----- SECTION LAYOUT ----- */
/* LINKS IN SECTION TABLE PAGE */
a.category {
	font-weight: bold;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTACT =============== */
/* ----- STANDARD CONTACT LAYOUT ----- */
div.com-contact .jsn-contact-image {
	float: right;
	margin: 10px 5px 0 0;
}
div.com-contact .contact-position {
	margin: 5px 0 0 0;
}
div.com-contact .contact-vcard {
	margin: 0 0 5px 0;
}
div.com-contact .jicons-icons {
	float: left;
}
div.com-contact .contact-address {
	margin-top: 5px;
}
div.com-contact .contact-address p {
	margin: 0;
	padding-left: 20px;
}
div.com-contact .contact-contactinfo p,
div.com-contact .contact-miscinfo p {
	margin: 5px 0;
}
div.com-contact .contact-contactinfo .jicons-icons,
div.com-contact .contact-miscinfo .jicons-icons {
	margin-right: 4px;
}
div.com-contact div.contact-form fieldset {
	padding: 0 10px;
}
div.com-contact div.contact-form dt {
	margin: 10px 0 5px 0;
}
div.com-contact div.contact-form dd {
	margin-left: 0;
}
div.com-contact .form-required {
	color: #EF593B;
	font-weight: bold;
	text-align: right;
}
/* =============== JOOMLA! EXTENSIONS - COM_SEARCH =============== */
div.com-search #searchForm .search-phrase {
	margin-left: 95px;
}
div.com-search #searchForm .search-range input,
div.com-search #searchForm .search-phrase input {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
div.com-search #searchForm [class*="search-"] label,
div.com-search #searchForm .search-field-title {
	width: 100px;
	line-height: 21px;
	text-align: left;
	padding-right: 3px;
	display: inline-block;
}
div.com-search #searchForm .search-range label,
div.com-search #searchForm .search-phrase label {
	width: auto;
}
div.com-search #searchForm .search-ordering select {
	padding: 2px 0;
}
div.com-search #searchForm .search-range label {
	line-height: 21px;
}
/* =============== JOOMLA! EXTENSIONS - COM_FINDER =============== */
.collapse {
	overflow: hidden;
}
/* ----- KEYWORD GIGHLIGHT IN SEARCH RESULT ----- */
span.highlight {
	padding: .2em;
	background: #FFFFAA;
}
/* =============== JOOMLA! EXTENSIONS - COM_WEBLINK =============== */
table.jsn-infotable .description p {
	margin: 0;
}
table.jsn-infotable ul.actions {
	display: inline;
}
table.jsn-infotable ul.actions li {
	display: inline;
	margin: 0 0 0 5px;
}
#editor-xtd-buttons {
	float: left;
}
/* =============== JOOMLA! EXTENSIONS - COM_NEWSFEED =============== */
div.com-newsfeed td.jsn-table-column-name {
	font-weight: bold;
}
div.com-newsfeed table {
	width: 100%;
	border-collapse: collapse;
}
div.com-newsfeed td {
	border: 1px solid #ccc;
	padding: 10px 5px;
	border-top: none;
}
div.com-newsfeed th {
	background: #555;
	padding: 10px 5px;
	border: 1px solid #555;
	border-bottom: none;
}
div.com-newsfeed td a:hover {
	color:#3d3d3d;
}
div.com-newsfeed th a {
	color: #fff;
}
div.com-newsfeed td.item-num-art {
	text-align: center;
}
/* =============== JOOMLA! EXTENSIONS - COM_USER =============== */
/* ----- USER FORM LAYOUT ----- */
div.com-user div.default-login {
	width: 350px;
	margin: 0 auto;
	padding: 10px;
	background-color: #F4F4F4;
	border: 1px solid #E5E5E5;
}
.login-fields {
	margin: 10px 0;
}
.login-fields label {
	width: 9em;
	float: left;
}
/* ----- REGISTER FORM ----- */
.jsn-formRow {
	margin: 8px 0;
}
.jsn-formRow .jsn-formRow-lable {
	float: left;
	width: 170px;
}
/* =============== JOOMLA! EXTENSIONS - POPUP COMPONENT =============== */
#jsn-content-popup .com-content,
#jsn-content-popup #mailto-window {
	max-width: 1018px;
	margin: 1em auto;
}
#jsn-content-popup .com-content {
	padding-top: 0;
}
#mailto-window {
	padding: 15px;
	position: relative;
	background: #f5f5f5;
	border: solid 1px #ddd;
}
#mailto-window h2 {
	padding: 3px 0;
	margin: 0 0 10px;
	font: bold 1.2em "Times New Roman", Times, serif;
}
#mailto-window label {
	width: 8em;
	display: inline-block;
}
#mailto-window .mailto-close {
	right: 0;
	top: 5px;
	background: none;
	position: absolute;
}
#mailto-window .mailto-close a {
	display: block;
	min-width: 25px;
	min-height: 25px;
	overflow: visible;
	background: url(jsn_air_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(jsn_air_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 =============== */
span.breadcrumbs {
	display: block;
	font-size: 1em;
}
span.breadcrumbs a,
span.breadcrumbs span {
	color: #404040;
	padding-right: 30px;
	text-decoration: none;
	background: url(jsn_air_pro/images/icons/icon-arrow-black.png) 90% center no-repeat;
	font-weight: bold;
}
span.breadcrumbs a:hover {
	text-decoration: none;
}
span.breadcrumbs span.current {
	color: #404040;
	font-weight: normal;
	background: none;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
	font-size: 0.9em;
}
.breadcrumb li {
	display: inline-block;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
	*display: inline;
	*zoom: 1;
	float: left;
}
.breadcrumb li a,
.breadcrumb li span {
	color: #404040;
}
.breadcrumb li a,
.breadcrumb li span + span {
	display: inline-block;
}
.breadcrumb li span + span {
	font-weight: bold;
}
.breadcrumb a {
	padding: 0 30px 0 0;
	background: url("jsn_air_pro/images/icons/icon-arrow-black.png") 90% center no-repeat;
	font-weight: bold;
	font-size: 12px;
}
.breadcrumb > li > .divider {
	padding: 0 !important;
}
.breadcrumb li.active:first-child span.divider {
	padding: 0 5px 0 0;
	background: none;
}
/* =============== JOOMLA! EXTENSIONS - MOD_LOGIN =============== */
#form-login fieldset.input {
	border: none;
	padding: 0;
}
#form-login div.button-wrapper {
	text-align: center;
	margin-top: 0.5em;
}
#form-login [id^="form-login-"] {
	margin: 0 0 6px 0;
}
form#login-form a.btn {
	height: 20px;
}
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(jsn_air_pro/images/icons/icons-base.png) 5px -170px 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! EXTENSIONS - MOD_STATISTICS =============== */
dl.stats-module dt {
	float: left;
	width: 65%;
}
dl.stats-module dd {
	margin: 0;
}
/* ============================== JOOMLA! 3.x CORE COMPONENT LAYOUT ============================== */
.jsn-joomla-30 .blog-featured .items-leading h2 {
	padding: 5px 0;
}
.img-fulltext-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.pull-right.collapsed .icon-minus,
.pull-right .icon-plus {
	display: none;
}
.pull-right .icon-minus,
.pull-right.collapsed .icon-plus {
	display: block;
}
/* ---------- OVERRIDE ----------- */
.jsn-joomla-30 blockquote {
	border-left: none;
}
.jsn-joomla-30 hr {
	margin: 0.5em 0;
}
.jsn-joomla-30 .form-horizontal .control-label {
	text-align: left;
}
.jsn-joomla-30 .calendar tbody td,
.jsn-joomla-30 .calendar tbody td.hilite,
.jsn-joomla-30 .calendar tbody td.selected {
    border: none;
    padding: 5px;
	text-align: center;
}
.jsn-joomla-30 .input-append .btn {
	padding: 7px 14px 6px;
	outline: none;
}
.jsn-joomla-30 label,
.jsn-joomla-30 input,
.jsn-joomla-30 button,
.jsn-joomla-30 select,
.jsn-joomla-30 textarea,
.jsn-joomla-30 .btn,
.jsn-joomla-30 .uneditable-input {
	font-size: 13px;
}
.jsn-joomla-30 .icon-location {
    background-position: -24px -73px;
}
.jsn-joomla-30 div.tooltip {
	background: none;
	border: none;
}
.jsn-joomla-30 #form-login-remember .control-label,
.jsn-joomla-30 #modlgn-remember {
	vertical-align: middle;
}
.jsn-joomla-30 .dropdown-menu li,
.jsn-joomla-30 .category li {
	margin: 0;
}
.jsn-joomla-30 .page-header {
	border-bottom: none;
	margin-bottom: 0;
}
/*======= CUSTOM CSS ======*/
#jsn-pos-promo .jsn-gallery .box_skitter {
	background: none;
}
#jsn-pos-promo .jsn-gallery .box_skitter .next_button {
	background: url(jsn_air_pro/images/icons/next.png) no-repeat scroll left top;
	right: 0;
}
#jsn-pos-promo .jsn-gallery .box_skitter .prev_button {
	background: url(jsn_air_pro/images/icons/prev.png) no-repeat scroll left top;
	left: 0;
}
#jsn-pos-promo .jsn-gallery .box_skitter .next_button,
#jsn-pos-promo .jsn-gallery .box_skitter .prev_button {
	width: 46px;
	height: 46px;
	margin-top: -110px;
}
#jsn-pos-promo .jsn-gallery .box_skitter .play_pause_button {
	display: none !important;
	opacity: 0;
}
#jsn-pos-promo .jsn-gallery .label_skitter {
	background: none !important;
}
#jsn-pos-promo .jsn-gallery .flexslider {
	background: none;
}
/*==== HOME FEATURE ===*/
body.jsn-homepage div.grid-layout2 div.grid-col {
	margin-bottom:  40px;
}
div.template-feature .grid-col .grid-col_inner { 
	background: rgba(249, 249, 249, 0);
	border: 1px solid rgba(242, 242, 242, 0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
div.template-feature .grid-col .grid-col_inner:hover {
	background: rgba(249, 249, 249, 1);
	border: 1px solid rgba(242, 242, 242, 1);
}

div.jsn-template-featured {
	float: left;
	margin-right: 10px;
	height: 90px;
	padding-top: 10px;
}
div.content-featured h3,
div.content-featured p {
	margin: 0;
	margin-bottom: 5px;
}
.row {
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.row ul li {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 30px;
	position: relative;
	border: 10px solid #f2f2f2;
}
.row ul li div {
	text-align: center;
	float: left;
}
.row ul li div a {
	float: left;
}
.row ul li span.cms {
	background: #ececec url(jsn_air_pro/images/icons/icon-cms.png) 13px 13px no-repeat;
	width: 32px;
	height: 32px;
	padding: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	bottom: -30px;
	z-index: 999;
	left: 50%;
	margin-left: -28px;
}
.row ul li span.cms.wordpress {
	background-position: 12px -139px;
}
.row ul li span.cms.drupal {
	background-position: 12px -296px;
}
.row ul li span.cms.html5 {
	background-position: 12px -451px;
}
.testimonials {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#898989;
}
body.jsn-joomla-30.jsn-homepage h2.item-title,
body.jsn-homepage h2.contentheading,
body.jsn-homepage h3.jsn-moduletitle {
	font-size: 30px;
	margin: 0 0 5px;
	color: #555;
}
#jsn-content-bottom-over h1.jsn-module-title {
	text-align: center;
}
span.mark {
	background: url(jsn_air_pro/images/icons/view.png) center -40px no-repeat rgba(0,0,0,0.6);
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;
}
span.mark:hover {
	opacity: 1;
	background-position:center 60px;
}
.menu-mainmenu.menu-iconmenu .jsn-icon-home .jsn-menutitle,
.menu-mainmenu.menu-iconmenu .jsn-icon-home .jsn-menudescription,
div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu.menu-richmenu li.jsn-icon-home a span.jsn-menudescription {
	display: none;
}
.menu-mainmenu.menu-iconmenu li.jsn-icon-home > a > span {
	width: 20px;
	height: 24px;
	padding-left: 0;
	padding-right: 0;
}
.menu-mainmenu.menu-iconmenu.menu-richmenu li.jsn-icon-home > a > span {
	height: 41px;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu li.jsn-icon-home > a {
	padding: 10px 15px;
}
ul#social li {
	list-style-type: none;
	display: inline;
	margin: 5px 0;
}
ul#social li a {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
ul#social li a span {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	padding: 6px 15px;
	display: inline-block;
	text-indent: -999em;
}
ul#social li a span.facebook {
	background: url(jsn_air_pro/images/icons/socials/icon-facebook.png) 0 0 no-repeat;
}
ul#social li a span.dribbble {
	background: url(jsn_air_pro/images/icons/socials/icon-dribbble.png) 0 0 no-repeat;
}
ul#social li a span.youtube {
	background: url(jsn_air_pro/images/icons/socials/icon-youtube.png) 0 0 no-repeat;
}
ul#social li a span.pinterest {
	background: url(jsn_air_pro/images/icons/socials/icon-pinterest.png) 0 0 no-repeat;
}
ul#social li a span.twitter {
	background: url(jsn_air_pro/images/icons/socials/icon-twitter.png) 0 0 no-repeat;
}
ul#social li a span:hover {
	background-position: 0 -40px;
}
#twitter-feed {
	float: left;
	padding-top: 40px;
	background: url(jsn_air_pro/images/icons/icon-tweet.png) center 0 no-repeat;
	text-wrap: normal;
	width: 100%;
	text-align: center;
}
ul#twitter_update_list li {
    color: #5a5a5a;
    margin-bottom: 10px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}
ul#twitter_update_list li span {
	display: block;
}/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h2 {
	line-height: inherit;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
#jsn-page {
	transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
}
div#jsn-pos-breadcrumbs.display-mobile,
div.jsn-modulecontainer.display-mobile,
div#jsn-pos-breadcrumbs.display-tablet,
div.jsn-modulecontainer.display-tablet,
div#jsn-pos-breadcrumbs.display-smartphone,
div.jsn-modulecontainer.display-smartphone {
	display: none;
}
div#jsn-pos-breadcrumbs.display-desktop,
div.jsn-modulecontainer.display-desktop {
	display: block;
}
/* =============== LAYOUT - HEADER AREA =============== */
#jsn-logo #jsn-logo-mobile {
	display: none;
}
#jsn-logo .jsn-topheading {
	display: none;
}
/* =============== LAYOUT - MENU AREA =============== */
#jsn-menu div.jsn-modulecontainer {
	float: left;
	margin:0;
}
/* =============== MENU SUFFIX =============== */
#jsn-menu #jsn-pos-toolbar div.jsn-modulecontainer {
	float: left;
}
#jsn-menu div.display-inline.jsn-modulecontainer {
	margin: 8px 10px 0;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner .jsn-modulecontent {
	color: #787878;
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
	overflow: hidden;
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 89;
	padding: 10px;
	min-width: 180px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-top: 4px solid #6A6A6A;
}
#jsn-menu #jsn-pos-mainmenu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	min-width: 195px;
}
body.jsn-joomla-30 #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	min-width: 220px;
}
body.jsn-joomla-30 #jsn-menu #jsn-pos-mainmenu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	min-width: 220px;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent input.inputbox {
	width: 160px;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent input {
	margin-top: 3px;	
}
body.jsn-joomla-30 #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent input {
	margin-top: 0;
}
#jsn-menu div.display-inline.jsn-modulecontainer a,
#jsn-menu div.display-dropdown.jsn-modulecontainer a {
	text-decoration: underline;
}
#jsn-menu div.display-inline.jsn-modulecontainer a:hover,
#jsn-menu div.display-dropdown.jsn-modulecontainer a:hover {
	text-decoration: none;
}
.item-page .page-header{
	margin: 15px !important;
}
.page-header h2 a:hover,
.article h2 a:hover {
	text-decoration: none !important;
	color: inherit !important;
}
#jsn-menu #jsn-pos-mainmenu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	left: 0;
}
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner {
	position: relative;
}
#jsn-menu .jsn-modulecontainer[class*="display-"] .jsn-modulecontainer_inner h3.jsn-moduletitle {
	padding: 0;
	margin: 0;
	font-size: 1em;
	cursor: pointer;
	line-height: 24px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
}
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle > span {
	background-image: url(jsn_air_pro/images/icons/icon-arrow-up.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
#jsn-menu .jsn-modulecontainer .jsn-modulecontainer_inner h3.jsn-moduletitle {
	color: #727272;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner h3.jsn-moduletitle > span {
	border-top: 1px solid #fff;
	padding: 10px;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner:hover h3.jsn-moduletitle > span {
	background-color: #F7F7F7;
}
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover .jsn-modulecontent {
	visibility: visible;
	display: block\9;
}
#jsn-menu div.display-dropdown.menu-richmenu.jsn-modulecontainer .jsn-modulecontent {
	top: 60px;
}
#jsn-menu div.display-dropdown.menu-richmenu.jsn-modulecontainer .jsn-modulecontainer_inner h3.jsn-moduletitle > span {
	padding: 9px 15px 27px;
}
/* =============== MENU - TOOLBAR POSITION =============== */
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul {
	right: 0;
}
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
    background-image: url(jsn_air_pro/images/icons/icon-arrow-white-rtl.png);
	background-position: 2% center;
	background-repeat: no-repeat;
    padding-left: 16px;
}
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
    text-align: right;
}
/* =============== LAYOUT - CONTENT AREA =============== */
#jsn-gotoplink {
	bottom: 150px;
	color: #666;
	z-index: 999;
	position: fixed;
	padding: 10px 15px;
	display: inline-block;
	text-transform: uppercase;
	right: 50px;
	text-indent: -999em;
	background: url(jsn_air_pro/images/icons/top.png) 6px 6px no-repeat;
	width: 12px;
	height: 22px;
}
#jsn-gotoplink:hover {
	color: #f5f5f5;
	text-decoration: none;
}
/* =============== 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: 1px solid #e9c8cd;
	background: #efd6d6 url(jsn_air_pro/images/icons/icon-text-alert.png) no-repeat;
	color: #ab3e49;
}
.text-alert .text-highlight.highlight-light {
	border:1px solid #e9c8cd;
}
.text-info {
	border: 1px solid #aee3ee;
	background: #d0e9f6 url(jsn_air_pro/images/icons/icon-text-info.png) no-repeat;
	color: #2b72a9;
}
.text-info .text-highlight.highlight-light {
	border:1px solid #aee3ee;
}
.text-download {
	border: 1px solid #DDEDBC;
	background: #F2F9E5 url(jsn_air_pro/images/icons/icon-text-download.png) no-repeat;
	color:#367934;
}
.text-download .text-highlight.highlight-light {
	border:1px solid #DDEDBC;
}	
.text-comment {
	border: 1px solid #faebca;
	background: #fbf8db url(jsn_air_pro/images/icons/icon-text-comment.png) no-repeat;
	color: #b0751a
}
.text-comment .text-highlight.highlight-light {
	border:1px solid #faebca;
}
.text-tip {
	border: 1px solid #FEEBAB;
	background: #FFFFD5 url(jsn_air_pro/images/icons/icon-text-tip.png) no-repeat;
	color:#b0751a;
}
.text-tip .text-highlight.highlight-light {
	border:1px solid #FEEBAB;
}
.text-attachment {
	border: 1px solid #e5e5e5;
	background: #f2f2f2 url(jsn_air_pro/images/icons/icon-text-attachment.png) no-repeat;
}
.text-attachment .text-highlight.highlight-light {
	border:1px solid #e5e5e5;
}
.text-video {
	border: 1px solid #e5e5e5;
	background: #f2f2f2 url(jsn_air_pro/images/icons/icon-text-video.png) no-repeat;
}
.text-video .text-highlight.highlight-light {
	border:1px solid #e5e5e5;
}
.text-audio {
	border: 1px solid #e5e5e5;
	background: #f2f2f2 url(jsn_air_pro/images/icons/icon-text-audio.png) no-repeat;
}
.text-audio .text-highlight.highlight-light {
	border:1px solid #e5e5e5;
}
.text-tip,
.text-info,
.text-alert,
.text-audio,
.text-video,
.text-comment,
.text-download,
.text-attachment {
	background-position: 18px center;
	padding: 1em 1em 1em 5em;
	min-height: 20px;
}
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- BUTTON LINK ----- */
.link-button {
	cursor: pointer;
	font-size: 1.1em;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	color:  #fff;
}
.link-button:hover {
	border-color: #888;
	color: #fff;
}
a.link-button:hover,
.link-button a:hover {
	text-decoration: none;
}
a.link-button,
.link-button a {
	font-weight: bold;
}
.link-button.button-light,
.link-button.button-light a {
	color: #333 !important;
}
.link-button.button-light {
	background: #e6e6e6;
	border: 1px solid #cfcfcf;
}
.link-button.button-light:hover {
	background: #f7f7f7;
	border-color: #ccc;
}
.link-button.button-dark {
	background: #292929;
	border: 1px solid #000;
}
.link-button.button-dark:hover {
	background: #4d4d4d;
	border-color: #222;
}
.link-button.button-green {
	background: #8CC63F;
	border: 1px solid #70AA1E;
}
.link-button.button-green:hover {
	background: #9ACD56;
	border-color: #7CBF22;
}
.link-button.button-orange {
	background: #FEBC4A;
	border: 1px solid #F2B141;
	color: #a36a06;
}
.link-button.button-orange:hover {
	background: #fec94a;
	border-color: #F2B141;
}
.link-button.button-blue {
	background: #0067c2;
	border: 1px solid #0057a4;
}
.link-button.button-blue:hover {
	background: #22A7FF;
	border: 1px solid #008DEC;
}
.link-button.button-red {
	background: #c61a00;
	border: 1px solid #961200;
}
.link-button.button-red:hover {
	background: #E11D00;
	border-color: #AE1600;
}
.link-button .link-icon {
	margin: 3px 0;
	line-height: 24px;
}
/* ----- ICON LINK ----- */
.link-icon {
	display: inline-block;
	padding-left: 27px;
	line-height: 24px;
}
/* ----- EXTENDED LINK ----- */
.link-icon-ext {
	display: inline-block;
	padding-right: 22px;
	background: url(jsn_air_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 #E2E7EB;
}
table.table-style.style-colorstripes tbody th,
table.table-style .style-colorstripes tbody td {
	border-bottom: none;
}
table.table-style th {
	text-align: left;
}
table.table-style .highlight {
	font-size: 12px;
	font-weight: normal;
	color: #404040;
}
table.table-style thead th {
	font-size: 1.1em;
	border-top: 6px solid #fff;
	color: #ffffff;
	border-right: 1px groove #fff;
}
table.table-style thead th.highlight {
	border-top: none;
	background-color: #666;
	color: #fff;
	font-weight: bold;
}
table.table-style tbody th,
table.table-style tbody td {
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #E2E7EB;
	border-left: 1px solid #E2E7EB;
}
table.table-style tbody .highlight {
	background-color: #FAFAFA;
}
table.table-style tbody tr.odd {
	background: #fafafa;
}
table.table-style tbody tr.odd .highlight {
	background-color: #f0f0f0;
}
table.table-style tbody tr:hover th,
table.table-style tbody tr:hover td {
	background: #f0f0f0;
}
table.table-style tbody tr:hover .highlight {
	background: #e3e3e3;
}
table.table-style tfoot {
	border: 1px solid #DEDEDE;
}
table.table-style tfoot th,
table.table-style tfoot td {
	padding: 4px 10px;
	background-color: #f0f0f0;
}
table.table-style tfoot td {
	text-align: right;
}
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th.highlight {
	background-color: #333333;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes {
	color: #fff;
}
table.style-colorstripes thead,
table.style-colorstripes tfoot {
	border: none;
}
table.style-colorstripes tbody .highlight {
	color: #fff;
	border-top: 1px solid #fff;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th {
	background: #5d5d5d;
	border-right: 1px groove #FFF;
}
/* =============== TYPOGRAPHY - LIST STYLES =============== */
/* ----- ICON LIST ----- */
ul.list-icon {
	list-style-type: none;
}
ul.list-icon li {
	margin: 10px 0;
	position: relative;
	padding-left: 30px;
	line-height: 24px;
}
ul.list-icon li .jsn-listbullet {
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	position: absolute;
}
/* ----- BULLET NUMBER LIST ----- */
ul.list-number-bullet {
	list-style: none;
}
ul.list-number-bullet li {
	margin-left: 0;
	position: relative;
	padding: 6px 0 6px 36px;
}
ul.list-number-bullet li .jsn-listbullet {
	left: 0;
	top: -2px;
	width: 28px;
	display: block;
	font-weight: bold;
	position: absolute;
	color: #676767;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	margin: 4px;
}
ul.list-number-bullet.bullet-grey li .jsn-listbullet {
	background: #F5F5F5;
	border: 1px solid #E2E2E2;
}
ul.list-number-bullet.bullet-blue li .jsn-listbullet {
	background: #A4E3FA;
	border: 1px solid #99D6ED;
	color: #407692;
}
ul.list-number-bullet.bullet-red li .jsn-listbullet {
	background: #F9778F;
	border: 1px solid #DD566C;
	color: #943945;
}
ul.list-number-bullet.bullet-orange li .jsn-listbullet {
	background: #FEBC4A;
	border: 1px solid #F2B141;
	color: #A36A06;
}
ul.list-number-bullet.bullet-green li .jsn-listbullet {
	background: #C7E27A;
	border: 1px solid #B4D069;
	color: #516A2C;
}
ul.list-number-bullet.bullet-violet li .jsn-listbullet {
	background: #E8C3E6;
	border: 1px solid #D5ADD2;
	color: #7B5677;
}
/* ----- 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: 0;
	left: 0;
	width: 32px;
	display: block;
	font-size: 32px;
	line-height: 100%;
	text-align: right;
	position: absolute;
}
ul.list-number-digit.digit-blue li .jsn-listbullet {
	color: #407692;
}
ul.list-number-digit.digit-green li .jsn-listbullet {
	color: #516A2C;
}
ul.list-number-digit.digit-grey li .jsn-listbullet {
	color: #676767;
}
ul.list-number-digit.digit-violet li .jsn-listbullet {
	color: #7B5677;
}
ul.list-number-digit.digit-red li .jsn-listbullet {
	color: #943945;
}
ul.list-number-digit.digit-orange li .jsn-listbullet {
	color: #A36A06;
}
/* ----- 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;
}
/* ============================== MENU ==============================
/* ----- ICONS MENU STYLE ----- */
.menu-iconmenu li[class*="icon-"] > a > span,
.menu-iconmenu li[class*="jsn-icon-"] > a > span {
	padding-left: 22px;
}
.jsn-menu-toggle {
	display: none;
}
/* =============== MENU - MAIN MENU =============== */
div.jsn-modulecontainer ul.menu-mainmenu ul {
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
	left: auto;
}
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
	visibility: visible;
	display: block\9;
}
ul.menu-mainmenu.jsn-desktop-on-mobile ul {
	display: none;
}
ul.menu-mainmenu.jsn-desktop-on-mobile li:hover > ul {
	display: block;
}
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu > li > a span.jsn-menutitle,
div.jsn-modulecontainer ul.menu-mainmenu.menu-iconmenu > li > a > span,
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a > span {
	line-height: 24px;
}
#jsn-header-bottom {
	transition: padding all 0s ease;
	-moz-transition: padding all 0s ease;
	-webkit-transition: padding all 0s ease;
}
#jsn-menu.jsn-menu-sticky {
	position: fixed;
	top: 0;
	width: 960px;
}
/* ========= MENU - FLIPBACK ========= */
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback > ul {
	right: 0;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback a {
	text-align: right;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback ul li.parent > a {
    background-image: url("jsn_air_pro/images/icons/icon-arrow-black-rtl.png");
    background-position: 2% center;
}
div.jsn-modulecontainer ul.menu-mainmenu li.jsn-submenu-flipback ul ul {
    right: 202px;
    right: 200px\9;
    margin-left: 0;
}
/* =============== MENU - TREE MENU =============== */
ul.menu-treemenu li a > span {
	background-image: url(jsn_air_pro/images/icons/icons-base.png);
	background-position: left -342px;
	background-repeat: no-repeat;
}
.richbox-1 [class*="-treemenu"] a > span,
.lightbox-2 [class*="-treemenu"] a > span {
	background-image: url(jsn_air_pro/images/icons/icons-base.png);
	background-position: left -767px;
	background-repeat: no-repeat;
}
div.richbox-1 .jsn-menudescription,
div.lightbox-2 .jsn-menudescription {
	color: #fff;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription {
	display: block;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu > li > a:hover .jsn-menudescription {
	color: #aaa;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu.menu-iconmenu > li > a span {
	line-height: 24px;
}
/* ---------- NORMAL STATE ---------- */
div.jsn-modulecontainer ul.menu-treemenu ul li {
	margin: 0;
}
div.jsn-modulecontainer ul.menu-treemenu ul li a {
	padding-left: 25px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul li a {
	padding-left: 40px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul li a {
	padding-left: 55px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul li a {
	padding-left: 70px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul ul li a {
	padding-left: 85px;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-treemenu li.active > a {
	font-weight: bold;
}
div.jsn-modulecontainer ul.menu-treemenu li.active > a span.jsn-menudescription {
	font-weight: normal;
}
/* ----- CURRENT / HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-treemenu li a:hover,
div.jsn-modulecontainer ul.menu-treemenu li a.current {
	color: #3d3d3d;
	background: #f5f5f5;
}
div.richbox-2.jsn-modulecontainer ul.menu-treemenu > li a:hover,
div.richbox-2.jsn-modulecontainer ul.menu-treemenu > li a.current {
	background: #474747;
	color:#FFF;
}
/* =============== MENU - DIV MENU =============== */
ul.menu-divmenu {
	margin: 0 auto;
	padding: 0;
	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;
	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 - SIDE MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-sidemenu,
div.jsn-modulecontainer ul.menu-sidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.jsn-modulecontainer ul.menu-sidemenu li {
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid #e5e5e5;
	border-top: none;
}
div.jsn-modulecontainer ul.menu-sidemenu > li {
	border-left: none;
	border-right: none;
}
div.jsn-modulecontainer ul.menu-sidemenu li.first {
	border-top: 1px solid #e5e5e5;
}
div.jsn-modulecontainer ul.menu-sidemenu > li.first {
	border-top: none;
}
div.jsn-modulecontainer ul.menu-sidemenu > li:last-child {
	border-bottom: none;
}
div.jsn-modulecontainer ul.menu-sidemenu li ul {
	position: absolute;
	top: 0;
}
div.jsn-modulecontainer ul.menu-sidemenu li ul {
	top: -1px;
}
div.jsn-modulecontainer ul.menu-sidemenu > li.last > a {
	border-bottom: none;
}
div.jsn-modulecontainer ul.menu-sidemenu li a {
	display: block;
	color: #585858;
	cursor: pointer;
	padding: 10px 15px;
	text-decoration: none;
}
ul.menu-sidemenu li > a > span {
	display: block;
}
div.jsn-modulecontainer ul.menu-sidemenu ul {
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
}
div.jsn-modulecontainer ul.menu-sidemenu li:hover > ul {
	visibility: visible;
	display: block\9;
}
/* GENERAL IN SPECIFIC MODULE BOXES */
div[class*="box-"] ul.menu-sidemenu {
	margin: -10px;
}
div[class*="solid-"] ul.menu-sidemenu {
	margin: -10px 0;
}
div.richbox-1 ul.menu-sidemenu {
	margin: 0 -10px -10px;
}
div[class*=richbox-] ul.menu-sidemenu > li > a {
	color: #fff;
}
div.richbox-2 ul.menu-sidemenu > li > a {
	color: #FFF;
}
div[class*=solid-] ul.menu-sidemenu > li > a {
	color: #676767;
}

div.lightbox-2 ul.menu-sidemenu > li > a {
	color: #fff;
}
div.jsn-modulecontainer.lightbox-2 ul.menu-sidemenu > li.parent > a {
	background-image: url(jsn_air_pro/images/icons/icon-arrow-white.png);
}
div.jsn-modulecontainer.lightbox-2 ul.menu-sidemenu > ul li > a {
	background-image: url(jsn_air_pro/images/icons/icon-arrow-black.png);
}
div[class*=solid-].jsn-modulecontainer ul.menu-sidemenu > li {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
div[class*=solid-].jsn-modulecontainer ul.menu-sidemenu > li:last-child {
	border-bottom: 1px solid #e5e5e5;
}
div.lightbox-2.jsn-modulecontainer ul.menu-sidemenu > li {
	border-bottom: 1px solid #ed548d;
}

/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-sidemenu.menu-iconmenu > li > a {
	padding: 10px 15px;
}
/* ----- 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[class*="richbox-"] ul.menu-sidemenu.menu-richmenu li a span.jsn-menudescription {
	color: #f5f5f5;
}
div[class*=solid-] ul.menu-sidemenu.menu-richmenu > li:hover > a .jsn-menudescription,
div[class*=solid-] ul.menu-sidemenu.menu-richmenu > li.active > a .jsn-menudescription {
	color: #727272;
}
div[class*=richbox-] ul.menu-sidemenu.menu-richmenu > li:hover > a .jsn-menudescription,
div[class*=richbox-] ul.menu-sidemenu.menu-richmenu > li.active > a .jsn-menudescription {
	color: #eee;
}
div.lightbox-2 ul.menu-sidemenu.menu-richmenu > li > a span.jsn-menudescription {
	color: #f5f5f5;
}
/* ---------- 1st LEVEL ---------- */
div.jsn-modulecontainer ul.menu-sidemenu ul {
	margin: 0;
	top: 0;
	position: absolute;
	background: #fff;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li a {
	color: #676767;
}
/* ----- PARENT ITEMS / ADD ARROW TO ITEMS HAVE SUBLEVEL ----- */
/* 1st LEVEL */
div.jsn-modulecontainer ul.menu-sidemenu li.parent > a {
	background-image: url(jsn_air_pro/images/icons/icon-arrow-black.png);
	background-position:  98% center;
	background-repeat: no-repeat;
}
/* 1st LEVEL - CUSTOM MODULE */
div[class*="richbox-"] ul.menu-sidemenu > li.parent > a,
div[class*="richbox-"] ul.menu-sidemenu li.active.parent > a {
	background-image: url(jsn_air_pro/images/icons/icon-arrow-white.png);
}
div[class*="richbox-"] ul.menu-sidemenu ul li.parent > a {
	background-image: url(jsn_air_pro/images/icons/icon-arrow-black.png);
}
div.lightbox-2 ul.menu-sidemenu li.active.parent > a  {
	background-image: url(jsn_air_pro/images/icons/icon-arrow-white.png);
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li:hover > a {
	background-color: #f5f5f5;
	color: #3d3d3d;
}
div.jsn-modulecontainer ul.menu-sidemenu > li:hover > a {
	background-color: #f5f5f5;
	color: #3d3d3d;
}
/* ----- HOVER STATE IN SPECIFIC MODULE BOXES ----- */

/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu > li.active > a,
div.jsn-modulecontainer ul.menu-sidemenu ul > li.active > a {
	color: #3d3d3d;
	background-color: #f5f5f5;
}
div.richbox-1.jsn-modulecontainer ul.menu-sidemenu > li {
	border-bottom:1px solid #ed548d;
}
div.richbox-1.jsn-modulecontainer ul.menu-sidemenu > li:hover > a,
div.richbox-1.jsn-modulecontainer ul.menu-sidemenu > li.active > a,
div.richbox-1.jsn-modulecontainer ul.menu-sidemenu ul > li.active > a,
div.lightbox-2.jsn-modulecontainer ul.menu-sidemenu > li:hover > a,
div.lightbox-2.jsn-modulecontainer ul.menu-sidemenu > li.active > a,
div.lightbox-2.jsn-modulecontainer ul.menu-sidemenu ul > li.active > a {
	color: #FFF;
	background-color: #be1e58;
}
div.richbox-2.jsn-modulecontainer ul.menu-sidemenu > li {
	border-bottom:1px solid #7c7c7c;
}
div.richbox-2.jsn-modulecontainer ul.menu-sidemenu > li:hover > a,
div.richbox-2.jsn-modulecontainer ul.menu-sidemenu > li.active > a,
div.richbox-2.jsn-modulecontainer ul.menu-sidemenu ul > li.active > a {
	color: #FFF;
	background-color: #474747;
}
/* ----- ROLLOVER STATE / DISPLAY SUB-MENU OF SELECTED MENU ITEM ----- */
div.jsn-modulecontainer ul.menu-sidemenu li:hover > ul {
	left: auto;
}
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-topmenu.menu-iconmenu > li > a {
	line-height: 24px;
}
/* ============================== MOBILE SWITCH ============================== */
#jsn-mobileswitch {
	display: none;
	float: right;
	width: 36px;
	height: 36px;
	margin-top: 1px;
}
#jsn-desktopswitch {
	display: none;
	width: 36px;
	height: 36px;
	cursor: pointer;
	float: right;
}
#jsn-mobileswitch a,
#jsn-desktopswitch a {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: text-top;
	background-image: url(jsn_air_pro/images/icons/icons-uni.png);
	background-repeat: no-repeat;
}
#jsn-mobileswitch a {
	background-position: 12px -1876px;
}
#jsn-desktopswitch a {
	background-position: 13px -322px;
	background-image: url(jsn_air_pro/images/icons/icons-uni-white.png);
}
@media only screen and (max-device-width: 960px) {
	body.jsn-mobile #jsn-desktopswitch {
		display: block;
		right: 50px;
		height: 50px;
	}
	body.jsn-desktop-on-mobile {
		-webkit-text-size-adjust: none;
	}
	/* 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;
	}
	body.jsn-desktop #jsn-mobileswitch {
		display: block;
	}
	body.jsn-desktop.jsn-direction-rtl #jsn-mobileswitch {
		float: left;
	}
}
/* ============================== SITE TOOLS ============================== */
/* =============== SITE TOOLS - GENERAL PRESENTATION =============== */
#jsn-sitetoolspanel {
	margin: 0;
}
#jsn-sitetoolspanel > ul > li {
	padding: 6px;
	border-top: 1px solid #fff;
}
/* ----- DROP DOWN ----- */
ul#jsn-sitetools-menu,
ul#jsn-sitetools-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#jsn-sitetools-menu li {
	margin: 0;
	background: url(jsn_air_pro/images/icons/icons-uni.png) center -1356px no-repeat;
}
ul#jsn-sitetools-menu > li:hover {
	background-color: #f7f7f7;
}
ul#jsn-sitetools-menu li a {
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	display: block;
}
ul#jsn-sitetools-menu li ul {
	z-index: 90;
	right: -1px;
	top: 45px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	position: absolute;
	visibility: hidden;
	visibility: visible\9;
	display: none\9;
}
ul#jsn-sitetools-menu li:hover ul {
	visibility: visible;
	display: block\9;
}
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;
}
ul#jsn-sitetools-menu ul li {
	padding: 3px 6px;
	background: none;
}
ul#jsn-sitetools-menu ul li a {
	float: left;
	width: 22px;
	height: 22px;
	display: inline-block;
}
/* ----- INLINE ROW ----- */
ul#jsn-sitetools-inline {
	margin: 0 5px;
	float: left;
	padding: 0;
	list-style: none;
}
ul#jsn-sitetools-inline ul {
	float: left;
	margin-top: 12px;
}
ul#jsn-sitetools-inline li {
	margin: 0;
	float: left;
	padding: 0;
	list-style: none;
}
ul#jsn-sitetools-inline li a {
	float: left;
	width: 22px;
	height: 20px;
	display: inline-block;
}
/* =============== SITE TOOLS - COLOR SELECTOR =============== */
#jsn-selector-pink,
#jsn-selector-red,
#jsn-selector-green,
#jsn-selector-brown,
#jsn-selector-orange,
#jsn-selector-cyan,
#jsn-selector-pink.current,
#jsn-selector-pink:hover,
#jsn-selector-red.current,
#jsn-selector-red:hover,
#jsn-selector-green.current,
#jsn-selector-green:hover,
#jsn-selector-brown.current,
#jsn-selector-brown:hover,
#jsn-selector-orange.current,
#jsn-selector-orange:hover,
#jsn-selector-cyan.current,
#jsn-selector-cyan:hover {
	background-image: url(jsn_air_pro/images/icons/icons-sitetools-color.png);
	background-repeat: no-repeat;
}
#jsn-selector-red {
	background-position: -8px -3px;
}
#jsn-selector-pink {
	background-position: -40px -3px;
}
#jsn-selector-green {
	background-position: -104px -3px;
}
#jsn-selector-brown {
	background-position: -168px -3px;
}
#jsn-selector-orange {
	background-position: -136px -3px;
}
#jsn-selector-cyan {
	background-position: -72px -3px;
}
#jsn-selector-red.current,
#jsn-selector-red:hover {
	background-position: -8px -33px;
}
#jsn-selector-pink.current,
#jsn-selector-pink:hover {
	background-position: -40px -33px;
}
#jsn-selector-green.current,
#jsn-selector-green:hover {
	background-position: -104px -33px;
}
#jsn-selector-brown.current,
#jsn-selector-brown:hover {
	background-position: -168px -33px;
}
#jsn-selector-orange.current,
#jsn-selector-orange:hover {
	background-position: -136px -33px;
}
#jsn-selector-cyan.current,
#jsn-selector-cyan:hover {
	background-position: -72px -33px;
}
.jsn-include-color{
	margin-right: 5px !important;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* =============== MODULE STYLES - MODULE ICONS =============== */
div[class*="jsn-icon-"] h3.jsn-moduletitle span.jsn-moduleicon {
	padding-left: 22px;
	line-height: 24px;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
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;
}
/* ============================== MISC ============================== */
/* =============== GENERAL ICON ASSIGNMENT =============== */
.link-icon[class*="icon-"],
.link-button.button-light .link-icon[class*="icon-"],
.menu-iconmenu [class*="icon-"] > a > span,
.menu-treemenu.menu-iconmenu [class*="icon-"] > a > span,
.list-icon[class*="icon-"] li .jsn-listbullet,
[class*="icon-"] h3.jsn-moduletitle span.jsn-moduleicon,
.menu-treemenu.menu-iconmenu [class*="icon-"] > a:hover > span,
div.richbox-1[class*="icon-"] h3.jsn-moduletitle span.jsn-moduleicon,
[class*="box-"] .jsn-modulecontent [class*="icon-"] > span,
[class*="box-"] .menu-iconmenu [class*="icon-"].active > a > span,
div[class*="richbox-"] .menu-iconmenu [class*="icon-"] > a:hover > span {
	background-image: url(jsn_air_pro/images/icons/icons-uni.png);
	background-repeat: no-repeat;
}
.link-icon.jsn-icon-article,
.menu-iconmenu .jsn-icon-article > a > span,
.list-icon.jsn-icon-article li .jsn-listbullet,
.jsn-icon-article h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 3px;
}
.link-icon.jsn-icon-calendar,
.menu-iconmenu .jsn-icon-calendar > a > span,
.list-icon.jsn-icon-calendar li .jsn-listbullet,
.jsn-icon-calendar h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -77px;
}
.link-icon.jsn-icon-cart,
.menu-iconmenu .jsn-icon-cart > a > span,
.list-icon.jsn-icon-cart li .jsn-listbullet,
.jsn-icon-cart h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -165px;
}
.link-icon.jsn-icon-comment,
.menu-iconmenu .jsn-icon-comment > a > span,
.list-icon.jsn-icon-comment li .jsn-listbullet,
.jsn-icon-comment h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -251px;
}
.link-icon.jsn-icon-display,
.menu-iconmenu .jsn-icon-display > a > span,
.list-icon.jsn-icon-display li .jsn-listbullet,
.jsn-icon-display h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -336px;
}
.link-icon.jsn-icon-download,
.menu-iconmenu .jsn-icon-download > a > span,
.list-icon.jsn-icon-download li .jsn-listbullet,
.jsn-icon-download h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -422px;
}
.link-icon.jsn-icon-folder,
.menu-iconmenu .jsn-icon-folder > a > span,
.list-icon.jsn-icon-folder li .jsn-listbullet,
.jsn-icon-folder h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -508px;
}
.link-icon.jsn-icon-help,
.menu-iconmenu .jsn-icon-help > a > span,
.list-icon.jsn-icon-help li .jsn-listbullet,
.jsn-icon-help h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -592px;
}
.link-icon.jsn-icon-home,
.menu-iconmenu .jsn-icon-home > a > span,
.list-icon.jsn-icon-home li .jsn-listbullet,
.jsn-icon-home h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -680px;
}
.link-icon.jsn-icon-image,
.menu-iconmenu .jsn-icon-image > a > span,
.list-icon.jsn-icon-image li .jsn-listbullet,
.jsn-icon-image h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -765px;
}
.link-icon.jsn-icon-info,
.menu-iconmenu .jsn-icon-info > a > span,
.list-icon.jsn-icon-info li .jsn-listbullet,
.jsn-icon-info h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -851px;
}
.link-icon.jsn-icon-mail,
.menu-iconmenu .jsn-icon-mail > a > span,
.list-icon.jsn-icon-mail li .jsn-listbullet,
.jsn-icon-mail h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -938px;
}
.link-icon.jsn-icon-online,
.menu-iconmenu .jsn-icon-online > a > span,
.list-icon.jsn-icon-online li .jsn-listbullet,
.jsn-icon-online h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1024px;
}
.link-icon.jsn-icon-rss,
.menu-iconmenu .jsn-icon-rss > a > span,
.list-icon.jsn-icon-rss li .jsn-listbullet,
.jsn-icon-rss h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1110px;
}
.link-icon.jsn-icon-search,
.menu-iconmenu .jsn-icon-search > a > span,
.list-icon.jsn-icon-search li .jsn-listbullet,
.jsn-icon-search h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1194px;
}
.link-icon.jsn-icon-selection,
.menu-iconmenu .jsn-icon-selection > a > span,
.list-icon.jsn-icon-selection li .jsn-listbullet,
.jsn-icon-selection h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1281px;
}
.link-icon.jsn-icon-settings,
.menu-iconmenu .jsn-icon-settings > a > span,
.list-icon.jsn-icon-settings li .jsn-listbullet,
.jsn-icon-settings h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1368px;
}
.link-icon.jsn-icon-star,
.menu-iconmenu .jsn-icon-star > a > span,
.list-icon.jsn-icon-star li .jsn-listbullet,
.jsn-icon-star h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1452px;
}
.link-icon.jsn-icon-statistics,
.menu-iconmenu .jsn-icon-statistics > a > span,
.list-icon.jsn-icon-statistics li .jsn-listbullet,
.jsn-icon-statistics h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1538px;
}
.link-icon.jsn-icon-user,
.menu-iconmenu .jsn-icon-user > a > span,
.list-icon.jsn-icon-user li .jsn-listbullet,
.jsn-icon-user h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1627px;
}
.link-icon.jsn-icon-downarrow,
.menu-iconmenu .jsn-icon-downarrow > a > span,
.list-icon.downarrow li .jsn-listbullet,
.icon-downarrow h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1713px;
}
.link-icon.jsn-icon-monitor,
.menu-iconmenu .jsn-icon-monitor > a > span,
.list-icon.monitor li .jsn-listbullet,
.jsn-icon-monitor h3.jsn-moduletitle span.jsn-moduleicon {
	background-position: 0 -1798px;
}
/* DEFINE WHITE ICONS DISPLAY */
#jsn-promo [class*="icon-"] h3.jsn-moduletitle span.jsn-moduleicon,
#jsn-content-top [class*="icon-"] h3.jsn-moduletitle span.jsn-moduleicon,
#jsn-content-bottom [class*="icon-"] h3.jsn-moduletitle span.jsn-moduleicon,
#jsn-footer [class*="icon-"] h3.jsn-moduletitle span.jsn-moduleicon,
div.lightbox-2 .menu-iconmenu [class*="icon-"] > a > span,
div.lightbox-2 .menu-iconmenu [class*="icon-"].active > a > span,
div.lightbox-2 .menu-iconmenu [class*="icon-"]:hover > a > span,
div[class*="richbox-"] .menu-iconmenu [class*="icon-"] > a > span,
div[class*="richbox-"] .menu-iconmenu [class*="icon-"].active > a > span,
div[class*="richbox-"] .menu-iconmenu [class*="icon-"]:hover > a > span,
.link-button .link-icon[class*="icon-"],
#jsn-topbar .menu-iconmenu li[class*="jsn-icon-"] > a > span,
.menu-topmenu.menu-iconmenu li[class*="jsn-icon-"] > a:hover > span {
	background-image: url(jsn_air_pro/images/icons/icons-uni-white.png);
}
/* ============================== CSS3 EFFECTS ============================== */
/* =================  TYPOGRAPHY ================= */
a {
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;	
}
.text-tip,
.text-info,
.text-alert,
.text-audio,
.text-video,
.text-comment,
.text-download,
.text-attachment {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 0 0 1px #fdfdfd;
}
/* ================= GENERAL LAYOUT ================= */
#jsn-content-bottom-over img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#jsn-content-bottom-over img:hover {
	opacity: 1;
}
#jsn-gotoplink {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
/* ----- READ MORE ----- */
.readon {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	background-image: linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(240,240,240) 100%);
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(255,255,255) 0%, rgb(240,240,240) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 138%, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(240,240,240)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(240,240,240) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(240,240,240) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(240,240,240) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff0f0f0,GradientType=0)";
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#fff0f0f0, GradientType=0);
}
.readon:hover {
	background-image:linear-gradient(-90deg,rgb(253,253,253) 0%,rgb(238,238,238) 100%);
	background-image:-moz-linear-gradient(47% -3% -90deg,rgb(253,253,253) 0%,rgb(238,238,238) 100%); 
	background-image:-webkit-gradient(linear,47% -3%,47% 114%,color-stop(0, rgb(253,253,253)),color-stop(1, rgb(238,238,238)));
	background-image:-webkit-linear-gradient(-90deg,rgb(253,253,253) 0%,rgb(238,238,238) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(253,253,253) 0%,rgb(238,238,238) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(253,253,253) 0%,rgb(238,238,238) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffdfdfd,endColorstr=#ffeeeeee,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffdfdfd,endColorstr=#ffeeeeee,GradientType=0);
}
/* ----- 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;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
#jsn-footer a {
	transition: color 0.3s linear, background 0.3s ease-out;
	-moz-transition: color 0.3s linear, background 0.3s ease-out;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* ----- TYPOGRAPHY STYLE ----- */
/* TEXT STYLES */
.text-box {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 2px #999999;
	-moz-box-shadow: 0px 0px 2px #999999;
	-webkit-box-shadow: 0px 0px 2px #999999;
}
.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;
}
.text-highlight {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* LINK STYLES */
.link-button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.link-button,
.link-button a {
	transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 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-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;
}
/* 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;
}
table.table-style tbody th,
table.table-style tbody td {
	-moz-box-shadow: 0px 1px 0px #FFF; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 0px 1px 0px #FFF; /* Safari and Chrome */
	box-shadow: 0px 1px 0px #FFF;
}
table.table-style.style-colorstripes tbody th,
table.table-style.style-colorstripes tbody td,
table.style-colorstripes thead th,
table.style-colorstripes tbody tr,
table.style-colorstripes tbody td {
	-moz-box-shadow: none; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: none; /* Safari and Chrome */
	box-shadow: none;
}
/* LIST STYLES */
ul.list-number-bullet li .jsn-listbullet {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
ul.list-number-bullet.bullet-grey li .jsn-listbullet {
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	background-image: linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(240,240,240) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 138%, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(240,240,240)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(240,240,240) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(240,240,240) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(240,240,240) 100%);
	background-image: -moz-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(240,240,240) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff0f0f0,GradientType=0)";
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#fff0f0f0, GradientType=0);
}
ul.list-number-bullet.bullet-blue li .jsn-listbullet {
	text-shadow:0px 1px 0px rgba(255,255,255,0.4);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #66ffffff,Positive = true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #66ffffff,Positive = true);
	background-image:-webkit-gradient(linear,48% 0%,48% 109%,color-stop(0, rgb(203,239,252)),color-stop(1, rgb(164,227,250)));
	background-image:-webkit-linear-gradient(-90deg,rgb(203,239,252) 0%,rgb(164,227,250) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(203,239,252) 0%,rgb(164,227,250) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(203,239,252) 0%,rgb(164,227,250) 100%);
	background-image:linear-gradient(-90deg,rgb(203,239,252) 0%,rgb(164,227,250) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(203,239,252) 0%,rgb(164,227,250) 100%);
	-moz-box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	-webkit-box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcbeffc,endColorstr=#ffa4e3fa,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcbeffc,endColorstr=#ffa4e3fa,GradientType=0);
}
ul.list-number-bullet.bullet-red li .jsn-listbullet {
	text-shadow:0px 1px 0px rgba(255,255,255,0.4);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #66ffffff,Positive = true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #66ffffff,Positive = true);
	background-image:-webkit-gradient(linear,48% 0%,48% 109%,color-stop(0, rgb(251,178,191)),color-stop(1, rgb(249,119,143)));
	background-image:-webkit-linear-gradient(-90deg,rgb(251,178,191) 0%,rgb(249,119,143) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(251,178,191) 0%,rgb(249,119,143) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(251,178,191) 0%,rgb(249,119,143) 100%);
	background-image:linear-gradient(-90deg,rgb(251,178,191) 0%,rgb(249,119,143) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(251,178,191) 0%,rgb(249,119,143) 100%);
	-moz-box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	-webkit-box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffbb2bf,endColorstr=#fff9778f,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffbb2bf,endColorstr=#fff9778f,GradientType=0);
}
ul.list-number-bullet.bullet-green li .jsn-listbullet {
	text-shadow:0px 1px 0px rgba(255,255,255,0.4);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #66ffffff,Positive = true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #66ffffff,Positive = true);
	background-image:-webkit-gradient(linear,48% 0%,48% 109%,color-stop(0, rgb(223,238,178)),color-stop(1, rgb(199,226,122)));
	background-image:-webkit-linear-gradient(-90deg,rgb(223,238,178) 0%,rgb(199,226,122) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(223,238,178) 0%,rgb(199,226,122) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(223,238,178) 0%,rgb(199,226,122) 100%);
	background-image:linear-gradient(-90deg,rgb(223,238,178) 0%,rgb(199,226,122) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(223,238,178) 0%,rgb(199,226,122) 100%);
	-moz-box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	-webkit-box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdfeeb2,endColorstr=#ffc7e27a,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdfeeb2,endColorstr=#ffc7e27a,GradientType=0);
}
ul.list-number-bullet.bullet-orange li .jsn-listbullet {
	text-shadow:0px 1px 0px rgba(255,255,255,0.4);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #66ffffff,Positive = true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #66ffffff,Positive = true);
	background-image:-webkit-gradient(linear,48% 0%,48% 109%,color-stop(0, rgb(254,218,113)),color-stop(1, rgb(254,188,74)));
	background-image:-webkit-linear-gradient(-90deg,rgb(254,218,113) 0%,rgb(254,188,74) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(254,218,113) 0%,rgb(254,188,74) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(254,218,113) 0%,rgb(254,188,74) 100%);
	background-image:linear-gradient(-90deg,rgb(254,218,113) 0%,rgb(254,188,74) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(254,218,113) 0%,rgb(254,188,74) 100%);
	-moz-box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	-webkit-box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffeda71,endColorstr=#fffebc4a,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffeda71,endColorstr=#fffebc4a,GradientType=0);
}
ul.list-number-bullet.bullet-violet li .jsn-listbullet {
	text-shadow:0px 1px 0px rgba(255,255,255,0.4);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #66ffffff,Positive = true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #66ffffff,Positive = true);
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(240,217,239)),color-stop(1, rgb(232,195,230)));
	background-image:-webkit-linear-gradient(-90deg,rgb(240,217,239) 0%,rgb(232,195,230) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(240,217,239) 0%,rgb(232,195,230) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(240,217,239) 0%,rgb(232,195,230) 100%);
	background-image:linear-gradient(-90deg,rgb(240,217,239) 0%,rgb(232,195,230) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(240,217,239) 0%,rgb(232,195,230) 100%);
	-moz-box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	-webkit-box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	box-shadow:inset 0px 1px 1px 0px rgba(255,251,242,0.75);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff0d9ef,endColorstr=#ffe8c3e6,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff0d9ef,endColorstr=#ffe8c3e6,GradientType=0);
}
/* 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;
}
#jsn-page .button {
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:	0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	*border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*zoom: 1;
	transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
}
.button:hover,
.button:active {
	background-image: linear-gradient(bottom, rgb(235,235,235) 0%, rgb(250,250,250) 100%);
	background-image: -o-linear-gradient(bottom, rgb(235,235,235) 0%, rgb(250,250,250) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(235,235,235) 0%, rgb(250,250,250) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(235,235,235) 0%, rgb(250,250,250) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(235,235,235) 0%, rgb(250,250,250) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,	color-stop(0, rgb(235,235,235)),color-stop(1, rgb(250,250,250)));
}
/* BUTTON STYLE */
.link-button.button-light {
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:	0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
}
.link-button.button-dark {
	text-shadow:0px 1px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(200,200,200,0.7);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(200,200,200,0.7);
	box-shadow:	0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(200,200,200,0.7);
}
.link-button.button-blue {
	text-shadow:0px 1px 0px rgba(0,87,164,1);
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:	0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
}
.link-button.button-red {
	text-shadow:0px 1px 0px rgba(26,100,56,0.9);
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:	0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
}
.link-button.button-green {
	text-shadow:0px 1px 0px rgba(85,151,11,0.9);
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:	0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
}
.link-button.button-orange {
	text-shadow:0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:	0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,255,255,0.7);
}
/* ----- MENU STYLES ----- */
ul.menu-mainmenu li,
ul.menu-mainmenu li a,
ul.menu-sidemenu li,
ul.menu-sidemenu li a,
ul.menu-treemenu li a {
	transition: color 0.3s linear, background-color 0.3s ease-out, background-position 0s;
	-moz-transition: color 0.3s linear, background-color 0.3s ease-out, background-position 0s;
	-webkit-transition: color 0.3s linear, background-color 0.3s ease-out, background-position 0s;
}
ul.menu-mainmenu li > ul,
ul.menu-sidemenu li > ul {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
ul.menu-mainmenu li:hover > ul,
ul.menu-sidemenu li:hover > ul {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
ul.menu-divmenu li {
	border-right-color: rgba(255,255,255,0.4);
}
ul.menu-topmenu li a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
div[class*=richbox-] ul.menu-sidemenu.menu-richmenu > li > a .jsn-menudescription,
div[class*=solid-] ul.menu-sidemenu.menu-richmenu > li > a .jsn-menudescription {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
/* ----- MODULE IN MENU ----- */
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner .jsn-modulecontent {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner:hover .jsn-modulecontent {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* ----- SITE TOOLS ----- */
ul#jsn-sitetools-menu > li ul,
ul#jsn-sitetools-inline > li ul {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
ul#jsn-sitetools-menu > li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
ul#jsn-sitetools-menu > li:hover ul {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
ul#jsn-sitetools-menu ul li a,
ul#jsn-sitetools-inline ul li a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
ul#jsn-sitetools-menu li,
ul#jsn-sitetools-inline li {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#jsn-menu .jsn-modulecontent > .jsn-menu-toggle {
	transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
}
#jsn-menu .jsn-modulecontent > .jsn-menu-toggle.active {
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
/* ----- ARTICLE TOOLBAR ----- */
.jsn-article-toolbar {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li a,
ul.jsn-pagination li span {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - MOD_BREADCRUMB =============== */
span.breadcrumbs a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
/* ----- OVERRIDE JOOMLA 30 ----- */
.jsn-joomla-30 .calendar .button {
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
}/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
a {
	color: #4157a8;
}
h3, h2 {
	color:#4157a8;
}
/* ============================== LAYOUT ============================== */
ul.menu-topmenu li a:hover {
	background: #4157a8;
}
/* =============== LAYOUT - CONTENT AREA =============== */
#jsn-gotoplink {
	background-color: #5e3729;
	color: #FDFDFD;
}
#jsn-gotoplink:hover {
	background-color: #48271b;	
}
#jsn-footer a:hover {
	background-color: #4157a8;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action:hover {
	background-color: #48271b;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th,
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-right:1px solid #845c4d;
}
table.style-colorheader thead th.highlight {
	background-color: #3d3d3d;
	color:#FFF;
	font-weight:bold;
}
table.style-colorheader thead {
	background:#4157a8;
}
table.table-style tfoot th,
table.table-style tfoot td {
	border-bottom:none
}
table.style-colorstripes thead th,
table.style-colorstripes tbody tr,
table.style-colorstripes tbody td {
	border-right:1px solid #845c4d;
	border-bottom:1px solid #845c4d;
}

table.style-colorstripes thead th {
	background-color: #4157a8;
}
table.style-colorstripes thead th.highlight {
	background-color: #48271b;
	color:#FFF;
	font-weight:bold;
}
table.style-colorstripes tbody tr {
	background-color: #7a5243;
}
table.style-colorstripes tbody .highlight {
	background-color: #6e4232;
}
table.style-colorstripes tbody tr.odd {
	background-color: #74493a;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #5e3729;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #845c4d;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #74493a;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #48271b;
}
.sectiontableheader {
	background-color: #AB3C60;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #4157a8;
	color: #FFF;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU =============== */
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu > li.parent.active > a,
div.jsn-modulecontainer ul.menu-mainmenu > li.parent:hover > a {
	background: url(jsn_air_pro/images/colors/brown/icon-arrow-down.png) 94% 20px no-repeat;
}
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a {
	color: #4157a8;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
	color: #4157a8;
}
/* =============== MENU - TREE MENU =============== */
div.jsn-modulecontainer ul.menu-treemenu > li {
	border-bottom:1px solid #7a5243;
}
/* ----- CURRENT / HOVER STATE ----- */
div.richbox-1.jsn-modulecontainer ul.menu-treemenu li a:hover,
div.richbox-1.jsn-modulecontainer ul.menu-treemenu li a.current,
div.richbox-1.jsn-modulecontainer ul.menu-treemenu ul li a.current:hover,
div.lightbox-2.jsn-modulecontainer ul.menu-treemenu li a:hover,
div.lightbox-2.jsn-modulecontainer ul.menu-treemenu li a.current,
div.lightbox-2.jsn-modulecontainer ul.menu-treemenu ul li a.current:hover {
	color: #fff;
	background-color: #48271b;
}
/* =============== MENU - SIDE MENU =============== */
/* ---------- 1st LEVEL ---------- */
div.lightbox-2.jsn-modulecontainer ul.menu-sidemenu > li,
div.richbox-1.jsn-modulecontainer ul.menu-sidemenu > li {
	border-bottom:1px solid #7a5243;
}
div.richbox-1.jsn-modulecontainer ul.menu-sidemenu > li:hover > a,
div.richbox-1.jsn-modulecontainer ul.menu-sidemenu > li.active > a,
div.richbox-1.jsn-modulecontainer ul.menu-sidemenu ul > li.active > a,
div.lightbox-2.jsn-modulecontainer ul.menu-sidemenu > li:hover > a,
div.lightbox-2.jsn-modulecontainer ul.menu-sidemenu > li.active > a,
div.lightbox-2.jsn-modulecontainer ul.menu-sidemenu ul > li.active > a {
	background-color: #48271b;
}
/* ----- HOVER STATE IN SPECIFIC MODULE BOXES ----- */
div.lightbox-2 ul.menu-sidemenu > li > a {
	color: #fff;
}
/* ============================== TOOLBAR ============================== */
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner:hover h3.jsn-moduletitle {
	color: #4157a8;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- RICHBOX-2 ----- */
div.richbox-1 h3.jsn-moduletitle {
	background: url(jsn_air_pro/images/colors/brown/icon-arrow-up.png) 18% bottom no-repeat;
}
body.jsn-direction-rtl div.richbox-1 h3.jsn-moduletitle {
	background: url(jsn_air_pro/images/colors/brown/icon-arrow-up.png) 82% bottom no-repeat;
}
div.richbox-1 div.jsn-modulecontent {
	background-color: #4157a8;
	border-bottom: 5px solid #48271b;
}
/* ----- LIGHTBOX-2 ----- */
div.lightbox-2 div.jsn-modulecontent {
	background: #4157a8;
	color: #fff;
	border: none;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #4157a8;
	color:#FFF;
	border-color:#ae0046;
}
/* =============== JOOMLA! EXTENSIONS - MOD_BREADCRUMB =============== */
span.breadcrumbs span.current,
.breadcrumb li span + span {
	color: #4157a8;
}