/**
* @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;
}/*ot gavick*//* Suffix nsphover
.nsphover .content {	margin: 0;}.nsphover .nspImageWrapper {	position: relative;}.nsphover .nspImageWrapper .nspHeader {	background: #4d90fe;	background: rgba(77, 144, 254, 0.85);	bottom: 0;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	-ms-box-sizing: border-box;	-o-box-sizing: border-box;	box-sizing: border-box;	font-size: 18px;	font-weight: 300;	margin: 0;	padding: 20px;	position: absolute;}.nsphover .nspImageWrapper .nspHeader a,.nsphover .nspImageWrapper .nspHeader a:active,.nsphover .nspImageWrapper .nspHeader a:focus,.nsphover .nspImageWrapper .nspHeader a:hover {	color: #fff;}.nsphover .nspArt .nspInfo2 {	background: #fec64d;	color: #fff;	display: block;	font-size: 12px;	font-weight: 600;	line-height: 12px;	margin: 0 0 20px 0;		padding: 12px 22px;	text-transform: uppercase;}.nsphover .nspInfo2 a {	color: #fff!important;	margin: 0!important;	padding: 0!important;}.nsphover .nspInfo2 a:hover,.nsphover .nspInfo2 a:focus,.nsphover .nspInfo2 a:active {	color: #fff!important;}.nsphover .nspArt {	border: none!important;	margin: 6px 0 0 0;	overflow: hidden;	position: relative;}.nsphover .nspText {	bottom: -200px;	position: absolute;}.nsphover .nspHoverOverlay {	background: #4d90fe;	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	    -ms-box-sizing: border-box;	     -o-box-sizing: border-box;	        box-sizing: border-box;	height: 600px;	margin: 0 3px 0 0;	padding: 20px 20px 0 20px;	position: absolute;	top: 100%;	-webkit-transition: top .3s ease-out;	   -moz-transition: top .3s ease-out;	    -ms-transition: top .3s ease-out;	     -o-transition: top .3s ease-out;	        transition: top .3s ease-out;	z-index: 9;}.nsphover .nspHoverOverlay .nspText,.nsphover .nspHoverOverlay .nspText a {	color: #c7dcff;	font-size: 14px;	margin-top: 20px;	position: static;}.nsphover .nspHoverOverlay .nspText a:active,.nsphover .nspHoverOverlay .nspText a:focus,.nsphover .nspHoverOverlay .nspText a:hover {	color: #fff;}.nsphover .nspHoverOverlay .nspHeader,.nsphover .nspHoverOverlay .nspHeader a {	color: #fff;	font-size: 18px;	font-weight: 300;}.nsphover .nspHoverOverlay .nspHeader a:active,.nsphover .nspHoverOverlay .nspHeader a:focus,.nsphover .nspHoverOverlay .nspHeader a:hover {	color: #c7dcff;}.nsphover .nspHoverOverlay.active {	top: 0;}.nsphover .nspInfo1,.nsphover .nspInfo1 a {	color: #fff!important;	font-size: 13px!important;	font-weight: 400!important;	margin-top: 30px!important;}
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: 60px;
  background: url(../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: #ed1c24;
  font-size: 1.8em;
}
h3 {
  color: #d64740;
  font-size: 1.6em;
}
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:hover {
  text-decoration: none;
  color: #bd2458;
}
a:active {
  text-decoration: none;
}
a img {
  border: none;
  max-width: 100%;
}
/* =============== 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;
}
.test {
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    width: 60%;
}
.acymailing_modulelightbox-2.jsn-icon-search {
    float: left;
    width: 40%;
}
.acymailing_module_form td {
    float: left;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.clearafter:after {
  display: block;
  clear: both;
  content: ".";
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearafter {
  display: block;
}
html[xmlns] .clearafter {
  display: block;
}
* html .clearafter {
  height: 1%;
}
.clearbreak {
  clear: both;
}
div.jsn-modulecontainer {
  margin-top: 20px;
}
div.jsn-modulecontainer:first-child,
div.jsn-horizontallayout div.jsn-modulecontainer {
  margin-top: 0;
}
div.jsn-modulescontainer {
  padding: 10px;
  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-color: #eaeaea;
  text-align: center;
}
#jsn-page {
  color: #000;
  margin: 0 auto;
  text-align: left;
}
#jsn-header-inner,
#jsn-body-inner,
#jsn-content-bottom-inner,
#jsn-footer-inner {
  margin: 0 auto;
  width: 960px;
}
/* ----- STICKLEFT / STICKRIGHT ----- */
div[id*=jsn-pos-stick-] {
  position: fixed;
  z-index: 888888;
}
div[id*=jsn-pos-stick-left] {
  left: 0;
}
div[id*=jsn-pos-stick-right] {
  right: 0;
}
#jsn-pos-stick-leftmiddle,
#jsn-pos-stick-rightmiddle {
  visibility: hidden;
}
#jsn-pos-stick-leftbottom,
#jsn-pos-stick-rightbottom {
  bottom: 0;
}
/* =============== LAYOUT - TOPBAR AREA =============== */
#jsn-topbar {
  background-color: #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;
}
/* =============== 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: -20px;
    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: -20px;
    margin-left: 0;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span1[class*="order"] > div {
    margin: 0 -33.3333%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2[class*="order"] > div {
    margin: 0 -14.2857%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3[class*="order"] > div {
    margin: 0 -9.0909%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4[class*="order"] > div {
    margin: 0 -6.6667%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5[class*="order"] > div {
    margin: 0 -5.2632%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6[class*="order"] > div {
    margin: 0 -4.3478%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7[class*="order"] > div {
    margin: 0 -3.7037%;
}
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8[class*="order"] > div {
    margin: 0 -3.2258%;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order1 > div {
    margin: 0 -2.8571% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span10 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order10 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10.order1 > div {
    margin: 0 -2.5641% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span8 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order1 > div {
    margin: 0 -3.2258% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span7 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order1 > div {
    margin: 0 -3.7037% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span6 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order1 > div {
    margin: 0 -4.3478% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span5 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5.order1 > div {
    margin: 0 -5.2632% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span4 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order1 > div {
    margin: 0 -6.6667% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span3 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order1 > div {
    margin: 0 -9.0909% 0 0;
}
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span2 > div,
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order1 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order1 > div {
    margin: 0 -14.2857% 0 0;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order3 > div {
    margin: 0 0 0 -2.8571%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span10.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10.order3 > div {
    margin: 0 0 0 -2.5641%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span8.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order3 > div {
    margin: 0 0 0 -3.2258%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span7.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order3 > div {
    margin: 0 0 0 -3.7037%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span6.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order3 > div {
    margin: 0 0 0 -4.3478%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span5.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5.order3 > div {
    margin: 0 0 0 -5.2632%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span4.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order3 > div {
    margin: 0 0 0 -6.6667%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span3.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order3 > div {
    margin: 0 0 0 -9.0909%;
}
#jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2 > div,
#jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span2.order2 > div,
#jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order3 > div {
    margin: 0 0 0 -14.2857%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span1[class*="order"] > div {
    margin: 0 -42.8571%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2[class*="order"] > div {
    margin: 0 -17.6471%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3[class*="order"] > div {
    margin: 0 -11.1111%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4[class*="order"] > div {
    margin: 0 -8.1081%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5[class*="order"] > div {
    margin: 0 -6.383%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6[class*="order"] > div {
    margin: 0 -5.2632%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7[class*="order"] > div {
    margin: 0 -4.4776%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8[class*="order"] > div {
    margin: 0 -3.8961%;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order1 > div {
    margin: 0 -3.4483% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span10 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order10 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10.order1 > div {
    margin: 0 -3.0928% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span8 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order1 > div {
    margin: 0 -3.8961% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span7 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order1 > div {
    margin: 0 -4.4776% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span6 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order1 > div {
    margin: 0 -5.2632% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span5 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5.order1 > div {
    margin: 0 -6.383% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span4 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order1 > div {
    margin: 0 -8.1081% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span3 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order1 > div {
    margin: 0 -11.1111% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order1 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order1 > div {
    margin: 0 -17.6471% 0 0;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span9.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span9.order3 > div {
    margin: 0 0 0 -3.4483%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span10.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span10.order3 > div {
    margin: 0 0 0 -3.0928%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span8.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span8.order3 > div {
    margin: 0 0 0 -3.8961%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span7.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span7.order3 > div {
    margin: 0 0 0 -4.4776%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span6.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span6.order3 > div {
    margin: 0 0 0 -5.2632%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span5.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span5.order3 > div {
    margin: 0 0 0 -6.383%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span4.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span4.order3 > div {
    margin: 0 0 0 -8.1081%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span3.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span3.order3 > div {
    margin: 0 0 0 -11.1111%;
}
.jsn-responsive #jsn-promo.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.row-fluid #jsn-pos-promo.span2.order2 > div,
.jsn-responsive #jsn-promo.jsn-haspromoright.jsn-haspromoleft.row-fluid #jsn-pos-promo.span2.order3 > div {
    margin: 0 0 0 -17.6471%;
}
/* ----- Maincontent Area ----- */
#jsn-content.jsn-hasleft.jsn-hasright #jsn-content_inner2.jsn-flip #jsn-leftsidecontent.order2 > div,
#jsn-content.jsn-hasleft.jsn-hasright #jsn-content_inner2.jsn-flip #jsn-rightsidecontent.order2 > div {
  margin-left: -30px;
}
#jsn-content.jsn-hasright.jsn-hasleft #jsn-content_inner.jsn-flip #jsn-rightsidecontent.order2 > div,
#jsn-content.jsn-hasright.jsn-hasleft #jsn-content_inner.jsn-flip #jsn-leftsidecontent.order2 > div {
  margin-right: -30px;
}
#jsn-content.jsn-hasleft.jsn-hasright #jsn-content_inner.jsn-flip #jsn-content_inner2 {
  background: none;
}
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent #jsn-maincontent_inner {
  margin-left: -5px;
  margin-right: -5px;
}
#jsn-content.jsn-hasright #jsn-maincontent_inner,
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order1 #jsn-maincontent_inner {
  margin-right: -5px;
  margin-left: 0;
}
#jsn-content.jsn-hasleft #jsn-maincontent_inner,
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order3 #jsn-maincontent_inner,
#jsn-content.jsn-hasright .order2 #jsn-maincontent_inner,
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order3 #jsn-maincontent_inner {
  margin-left: -5px;
  margin-right: 0;
}
#jsn-content.jsn-hasleft #jsn-maincontent.order1 #jsn-maincontent_inner {
  margin-left: 0;
  margin-right: -20px;
}
#jsn-maincontent.span12[class*="order"],
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order2 {
  padding: 0;
}
/* =============== LAYOUT - HEADER AREA =============== */
#jsn-header {
  margin-bottom: 20px;
}
#jsn-header-inner {
  position: relative;
}
#jsn-headerright-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 89;
}
#jsn-logo {
  width: 200px;
  min-height: 125px;
  position: relative;
  z-index: 999;
}
.slogan {
  float: left;
   z-index:1000;
   margin-left: 19px;
   margin-top: 20px;
   line-height: 22px;
}
#jsn-logo a {
  line-height: 100%;
  display: block;
}
#jsn-logo a img {
  max-width: 100%;
}
#jsn-logo .jsn-topheading {
  display: none;
}
#jsn-headerright {
  margin: 16px 0;
}
#jsn-pos-top form {
  margin: 4px 0;
}
#jsn-pos-top div.jsn-modulecontainer {
  float: left;
  margin: 0;
}
#jsn-pos-top div.jsn-modulecontainer:first-child {
  margin-left: 0;
}
/* =============== LAYOUT - MENU AREA =============== */
#jsn-menu {
  z-index: 999;
  position: relative;
  color: #ffff;
  width: 100%;
}
#jsn-menu-inner-1 {
  padding-left: 220px;
}
#jsn-menu-inner {
  background-color: #FFF;
}
#jsn-pos-mainmenu {
  float: left;
}
#jsn-pos-toolbar {
  float: right;
}
#jsn-pos-toolbar div.jsn-modulecontainer {
  float: right;
  margin-left: 10px;
}
#jsn-pos-toolbar form {
  margin: 0;
}
/* =============== LAYOUT - CONTENT TOP AREA =============== */
#jsn-promo,
#jsn-content-top {
    margin-bottom: 20px;
    padding-top: 0;
    position: relative;
    z-index: 88;
  overflow:hidden;
}
#jsn-content-top {
  padding: 5px;
}
#jsn-promo [id*=jsn-pos-promo] {
  position: relative;
}
#jsn-pos-promo-left div.jsn-modulecontainer,
#jsn-pos-promo-right div.jsn-modulecontainer {
  padding: 15px;
}
#jsn-promo h3.jsn-moduletitle,
#jsn-content-top h3.jsn-moduletitle {
  color: #fff;
}

/* =============== LAYOUT - CONTENT AREA =============== */
#jsn-content,
#jsn-content_inner,
#jsn-maincontent,
[id^="jsn-mainbody-content-inner"],
#jsn-centercol,
#jsn-pos-innerleft,
#jsn-pos-innerright,
#jsn-leftsidecontent,
#jsn-rightsidecontent {
  position: relative;
}
#jsn-content {
  margin-bottom: 20px;
  overflow: hidden;
}
div.jsn-hasleft #jsn-maincontent_inner {
  margin-left: 10px;
}
div.jsn-hasright #jsn-maincontent_inner {
  margin-right: 10px;
}
#jsn-leftsidecontent,
#jsn-rightsidecontent {
  z-index: 87;
}
#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-mainbody {
  background: #fff;
}
#jsn-pos-breadcrumbs {
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 12px 20px;
}
.jsn-joomla-30 #jsn-pos-breadcrumbs {
  padding: 5px 15px;
}
#jsn-mainbody-content,
#jsn-pos-user-top,
#jsn-usermodules1,
#jsn-usermodules2,
#jsn-pos-mainbody-top,
#jsn-pos-user-bottom {
  background: #FFF;
  margin-bottom: 20px;
}
#jsn-mainbody-content {
  margin-bottom: 0;
  padding: 10px;
}
#jsn-pos-mainbody-top,
#jsn-pos-mainbody-bottom {
  margin: 0 -10px;
}
#jsn-pos-banner {
  margin-bottom: 20px;
  text-align: center;
}
/* =============== LAYOUT - CONTENT BOTTOM AREA =============== */
#jsn-content-bottom {
  z-index: 85;
  position: relative;
  text-align: left;
}
#jsn-content-bottom-inner1 {
  margin: 0 -20px;
}
#jsn-pos-content-bottom {
  color:#000;
  background: url(../images/colors/blue/bg-body.png);
}
#jsn-pos-content-bottom a,
#jsn-usermodules3 a {
  text-decoration: none;
  color: #FFF;
}
#jsn-pos-content-bottom a:hover,
#jsn-usermodules3 a:hover {
  text-decoration: underline;
}
#jsn-content-bottom h3.jsn-moduletitle {
  color: #fff;
}
/* =============== LAYOUT - FOOTER AREA =============== */
#jsn-footer {
  color: #595959;
  font-size: 0.9em;
  text-align: left;
}
#jsn-footer-inner1 {
  margin: 0 -20px;
}
#jsn-footer a {
  text-decoration: none;
  color: #fff;
}
#jsn-footer a:hover {
  text-decoration: underline;
}
#jsn-pos-bottom {
  text-align: right;
}
#jsn-footer h3.jsn-moduletitle {
  color: #fff;
}
#jsn-brand {
  padding: 10px;
  display: block;
  text-align: center;
}
#jsn-brand a {
  padding: 2px;
}
#jsn-brand a:hover {
  color: #fff;
  text-decoration: none;
  background: #9F2F2A;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - GENERAL TYPOGRAPHY =============== */
.hd {
  display: none;
}
/* ----- PREDEFINED CONTENT ALIGN ----- */
.align-left {
  float: left;
}
.align-center {
  margin-left: auto;
  margin-right: auto;
}
.align-right {
  float: right;
}
.margin-left {
  margin-left: 1em;
  margin-right: 0;
}
.margin-right {
  margin-left: 0;
  margin-right: 1em;
}
.content-left {
  text-align: left;
}
.content-center {
  text-align: center;
}
.content-right {
  text-align: right;
}

/* =============== TYPOGRAPHY - CONTENT COLUMMNS =============== */
div.grid-layout2 div.grid-col {
  float: left;
  width: 49.95%;
}
div.grid-layout3 div.grid-col {
  float: left;
  width: 33.3%;
}
div.grid-layout4 div.grid-col {
  float: left;
  width: 24.96%;
}
div.grid-layout5 div.grid-col {
  float: left;
  width: 19.98%;
}
div.grid-layout6 div.grid-col {
  float: left;
  width: 16.65%;
}
div.grid-layout div.grid-col div.grid-col_inner {
  margin-right: 10px;
}
div.grid-layout div.grid-lastcol div.grid-col_inner {
  margin-right: 0;
}
/* =============== TYPOGRAPHY - TEXT STYLES =============== */
.text-box {
  padding: .8em;
  border: 1px solid #e5e5e5;
}
.text-box-highlight {
  padding: .8em;
  border: 1px solid transparent;
}
.text-box-highlight:hover {
  border-color: #d9d9d9;
  background-color: #f2f2f2;
}
.text-highlight {
  padding: .2em .5em;
  background: #FFFFAA;
}
.text-highlight.highlight-green {
  color: #fff;
  background: #48691b;
}
.text-highlight.highlight-light {
  color: #000;
  background: #e5e5e5;
}
.text-highlight.highlight-dark {
  color: #fff;
  background: #595959;
}
.text-dropcap p:first-child:first-letter,
p.text-dropcap:first-child:first-letter {
  color: #404040;
  font: 4em/.8em "Times New Roman", Times, serif;
  float: left;
}
.text-size-small {
  font-size: 0.9em;
}
.text-size-medium {
  font-size: 1em;
}
.text-size-large {
  font-size: 1.1em;
}
.text-size-xlarge {
  font-size: 1.2em;
}
.text-size-xxlarge {
  font-size: 1.3em;
}
hr.line-dots {
  border: none;
  padding: 0.5em 0;
  background: url(../images/dot.png) left center repeat-x;
}
hr.line-solid {}
a.link-button,
.link-button a {
  color: #999;
}
/* ----- ACTION LINK ----- */
.link-action {
  font-weight: bold;
  padding: 1px 2px;
  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: #d9d9d9;
  text-decoration: none;
  background-color: #f2f2f2;
}
/* ----- TOOLTIPS LINK ----- */
a.link-tooltip {
  position: relative;
}
a.link-tooltip:hover {
  z-index: 25;
}
a.link-tooltip span {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
}
a.link-tooltip:hover span {
  display: block;
}
/* =============== TYPOGRAPHY - LIST STYLES =============== */
/* ----- ARROW LIST ----- */
ul.list-arrow {
  list-style: none;
}
ul.list-arrow li {
  margin-left: 0;
  padding-left: 16px;
  position: relative;
  display: block;
}
ul.list-arrow li:after {
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border: 0.34em solid transparent;
  left: 5px;
  top: 4px;
}
ul.list-arrow.arrow-red li:after {
  border-left-color: #AE0000;
}
ul.list-arrow.arrow-blue li:after {
  border-left-color:#0060BF;
}
ul.list-arrow.arrow-green li:after {
  border-left-color: #3AA655;
}
/* =============== TYPOGRAPHY - IMAGES STYLES =============== */
img.image-left {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
img.image-right {
  float: right;
  margin: 0.5em 0.5em 0.5em 1em;
}
img.image-border {
  padding: 3px;
  border: 1px solid #e5e5e5;
}
img.image-margin {
  margin: .5em;
}
/* ============================== MENU ============================== */
/* =============== MENU - GENERAL =============== */
/* ----- RICH MENU STYLE ----- */
.jsn-menutitle,
.jsn-menudescription {
  display: block;
}
.jsn-menudescription {
  color: #999;
  text-transform: none;
  font-size: 0.9em;
}
/* =============== MENU - MAIN MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-mainmenu {
  margin: 0;
  padding: 0;
  clear: both;
}
div.jsn-modulecontainer ul.menu-mainmenu li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  list-style-type: none;
}
div.jsn-modulecontainer ul.menu-mainmenu li a {
  color: #333;
  display: block;
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
  font-size: 1.2em;
  line-height: 24px;
  text-transform: uppercase;
  padding: 12px;
}
div.jsn-modulecontainer ul.menu-mainmenu li > a > span {
  display: block;
}
div.jsn-modulecontainer ul.menu-mainmenu li a span.jsn-menudescription {
  display: none;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a {
  padding: 12px 15px;
}
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 36px;
}
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul {
  margin: 0;
  padding: 0;
  width: 200px;
  left: -999em;
  position: absolute;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li {
  width: 200px;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
  padding: 10px 15px;
}
div.jsn-modulecontainer ul.menu-mainmenu ul ul {
  top: 0;
  margin-left: 199px;
}
/* ----- PARENT ITEMS / ADD ARROW TO ITEMS HAVE SUBLEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
  padding-right: 16px;
  background: url(../images/icons/icon-arrow-white.png) 98% center 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 {
  background-color: #404040;
}
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a .jsn-menudescription,
div.jsn-modulecontainer ul.menu-mainmenu > li.active > a .jsn-menudescription {
  color: #eee;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
  color: #fff;
}
div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
  background-color: #d64841;
}
/* ----- 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 li {
  margin: 0;
  padding: 0;
  position: relative;
}
div.jsn-modulecontainer ul.menu-treemenu > li {
  border-bottom: 1px solid #DDD;
}
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.jsn-modulecontainer ul.menu-treemenu > li > a {
  padding: 10px 15px;
}
ul.menu-treemenu li a > span {
  display: block;
  padding-left: 15px;
  /*--background: url(../images/icons/icons-base.png) left -342px no-repeat;--*/
}
div[class*="box-"] ul.menu-treemenu {
  margin: -15px;
}
div[class*="solid-"] ul.menu-treemenu {
  margin: 0 -15px -15px;
}
div[class*="solid-"] ul.menu-treemenu li a,
div[class*="richbox-"] ul.menu-treemenu li a {
  color: #EEE;
}
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.solid-1 ul.menu-treemenu > li,
div.richbox-2 ul.menu-treemenu > li {
  border-bottom-color: #444;
}
/* ----- 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: #eee;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu.menu-iconmenu > li > a span {
  line-height: 1.5;
}
/* ---------- NORMAL STATE ---------- */
div.jsn-modulecontainer ul.menu-treemenu ul li {
  margin: 0;
}
div.jsn-modulecontainer ul.menu-treemenu ul li a {
  padding-left: 30px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul li a {
  padding-left: 50px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul li a {
  padding-left: 70px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul li a {
  padding-left: 90px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul ul li a {
  padding-left: 110px;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-treemenu li.active > a {
  font-weight: bold;
}
/* ----- CURRENT / HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-treemenu li a:hover,
div.jsn-modulecontainer ul.menu-treemenu li a.current {
  color: #ffffff;
}
/* =============== MENU - DIV MENU =============== */
ul.menu-divmenu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
ul.menu-divmenu:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
}
ul.menu-divmenu li {
  margin: 0;
  padding: 0 0.8em;
  float: left;
  display: inline;
  border-right: 1px solid #666666;
}
ul.menu-divmenu li.first {
  padding-left: 0;
}
ul.menu-divmenu li.last {
  border-right-width: 0;
  padding-right: 0;
}
/* =============== MENU - TOP MENU =============== */
ul.menu-topmenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menu-topmenu li {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left\9;
}
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;
}
/* ----- ICON MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-topmenu.menu-iconmenu > li > a {
  line-height: 16px;
}
/* ============================== MODULE STYLES ============================== */
h3.jsn-moduletitle {
  margin: 0;
  color: #333;
  font-size: 1.4em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
h3.jsn-moduletitle span {
  display: block;
}
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- GENERAL MODULE STYLES ----- */
.jsn-modulecontent > select {
    width: 100%;
    }
div[class*=box-] h3.jsn-moduletitle {
  margin: 0;
  padding: 10px 15px;
}
div[class*=box-] div.jsn-modulecontent {
  padding: 15px;
}
div[class*=solid-] div.jsn-modulecontainer_inner {
  color: #EEE;
}
/* ----- MODULE BOXES - RICHBOX ----- */
div[class*=richbox-] h3.jsn-moduletitle {
  color: #DDD;
  border-bottom-color: #666;
}
div[class*=richbox-] div.jsn-modulecontainer_inner {
  background: #333;
  color: #DDD;
}
/* ----- MODULE BOXES - SOLIDBOX ----- */
div[class*=solid-] div.jsn-modulecontainer_inner {
  padding: 15px;
}
div.solid-1 div.jsn-modulecontainer_inner {
  background-color: #333;
}
div.solid-1 h3.jsn-moduletitle {
  color: #DDD;
}
div.solid-2 h3.jsn-moduletitle {
  color: #FFF;
}
div.solid-2 a {
  color: #FFF;
  text-decoration: underline;
}
div.solid-2 a.link-action {
  text-decoration: none;
  border-color: #FFF;
}
/* ----- MODULE BOXES - LIGHTBOX ----- */
div.lightbox-1 h3.jsn-moduletitle {
  color: #FFF;
  background: #333;
}
div[class*=lightbox-] div.jsn-modulecontainer_inner {
  background: #FFF;
  color: #444;
}
div.face .jsn-modulecontent {
    background: #0072bc;
}
/* ============================== 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;
    color: #666666;
  font-size: 1.8em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
table.contentpaneopen {
  width: 100%;
}
/* ----- FORM ----- */
.jsn-formbuttons {
  text-align: center;
  padding-top: .45em;
}
table.paramlist td {
  padding: .3em;
}
table.paramlist td.paramlist_key {
  width: 150px;
}
.inputbox {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 2px 4px;
  
}
.inputbox:active, .inputbox:focus {
  border-color: #b5b5b5;
  background-color: #f2f2f2;
}
select.inputbox {
  padding: 2px;
}
#jsn-page .button {
  display: inline-block;
  *display: inline;
  padding: 4px 10px;
  margin: 0 0 2px;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #eee;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
}
.button:hover, .button:active {
  background-color: #777;
  color: #fff;
}
/* ----- TOOLTIPS ----- */
.jsn-joomla-25 .tip {
  float: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px;
  z-index: 88;
  position: relative;
}
.jsn-joomla-25 .tip-title {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../system/images/selector-arrow.png) no-repeat;
}
.jsn-joomla-25 .tip-text {
  font-size: 100%;
  margin: 0;
}
/* ----- POP-UP / PRINT WINDOWS ----- */
body.contentpane {
  color: #000000;
  background: #FFFFFF;
}
body.contentpane div.com-content {
  padding: 1em;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- ARTICLE METADATA ----- */
.jsn-article-metadata {
  margin-bottom: 15px;
}
.jsn-article-metadata > span {
  padding-right: 10px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}
.jsn-article-metadata > span:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.article-info {
  margin: 0;
  font-size: 0.9em;
  float: left;
}
.article-info-term {
  display: none;
}
.archive .article-info dd,
.article-info dd {
  margin: 2px 0 0;
  line-height: 1.5;
}
/* ----- ARTICLE TOOLBAR ----- */
.jsn-article-toolbar {
  margin-bottom: 15px;
  background-color: #f4f4f4;
}
.jsn-article-toolbar .btn-group.pull-right {
  padding: 5px;
}
.jsn-article-toolbar dl {
  padding: 5px;
}
#article-index {
    float: right;
    margin: 0 0 1em 1em;
    background-color: #F2F2F2;
    border: 1px solid #D9D9D9;
}
#article-index ul {
  margin: 0;
  list-style-type: none;
}
#article-index ul li {
  margin: 0;
  padding: 0.25em 0.6em;
}
/* ----- ARTICLE INFO ----- */
.jsn-article-info {
  padding: 10px;
}
.jsn-article-info p:first-child {
  margin-top: 0;
}
.jsn-article-info p:last-child {
  margin-bottom: 0;
}
.author,
.createdate,
.publishdate,
.hits {
  margin: 10px 0;
  color: #595959;
  font-size: 0.9em;
}
.author,
.createdate,
.publishdate {
  padding-left: 22px;
  background-image: url(../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(../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: #000;
  cursor: pointer;
  font-size: 1.1em;
  padding: 5px 12px;
  font-weight: bold;
  border: #999 1px solid;
  display: inline-block;
  text-decoration: none;
  background: #DDD;
}
a.readon:hover {
  border-color: #666;
  background: #EFEFEF;
}
/* ----- 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(../images/dot.png) bottom repeat-x;
  font-weight: bold;
  text-align: center;
}
table.contenttoc td {
  padding: .25em .6em;
}
/* PAGE LINK IN TOC */
a.toclink {
  font-size: .9em;
}
/* PAGE NUMBER SHOWING "PAGE 1 OF ..." UNDER TOC */
div.pagenavcounter {
  color: #595959;
  margin: .5em 0;
  font-size: .9em;
  font-weight: bold;
}
/* PAGE NAVIGATION */
div.pagenavbar div {
  color: #999999;
  font-weight: bold;
  font-size: .9em;
}
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* SEPARATOR BETWEEN ARTICLES */
div.article_separator {
  height: 1em;
  clear: both;
}
div.row_separator {
  height: 1em;
  clear: both;
}
/* ARTICLE COLUMN CONTAINER */
.jsn-articlecols {
  float: left;
}
.jsn-articlecols .jsn-article {
  padding: 0 5px;
}
/* "MORE ARTICLES..." PANEL HEADING TEXT */
div.blog_more {
  padding: 10px 15px;
  margin: 0 0 1em 0;
  border: 1px solid #e5e5e5;
  background-color: #F4F4F4;
}
/* PAGE PAGINATION */
ul.pagenav,
div.pagination ul {
  list-style-type: none;
}
ul.pagenav {
  text-align: center;
}
ul.pagenav li,
div.pagination ul li {
  color: #999;
  margin: 0;
  display: inline-block;
  font-weight: bold;
}
div.pagination ul li {
  font-size: 0.9em;
}
ul.pagenav li a,
div.pagination ul li a {
  margin: 0 15px;
}
ul.jsn-pagination {
  list-style-type: none;
}
ul.jsn-pagination li {
  display: inline-block !important; /*override compression*/
  margin: 10px 2px;
}
ul.jsn-pagination li a,
ul.jsn-pagination li span {
  font-weight: bold;
  padding: 3px 8px;
  border: 1px solid #CCC;
  background-color: #EAEAEA;
  color: #999;
}
ul.jsn-pagination li span {
  background-color: transparent;
}
ul.jsn-pagination li a:hover {
  color: #000;
  text-decoration: none;
}
ul.jsn-pagination li.navigation-page span {
  border: none;
  padding: 4px 9px;
  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: 10px;
  font-weight: bold;
  font-size: 1.1em;
  color: #FFFFFF;
}
.sectiontableheader img {
  margin: 0;
  vertical-align: text-top;
}
.sectiontableheader a {
  color: #ffffff;
  text-decoration: underline;
}
.sectiontableheader a:hover {
  text-decoration: none;
}
/* TABLE FILTER */
.jsn-infofilter {
  text-align: right;
}
.jsn-titlefilter {
  float: left;
}
.archived-article-list .jsn-infofilter {
  text-align: left;
}
/* TABLE'S ROW */
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 8px 10px;
  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;
}
div.com-search #searchForm .search-range label {
  line-height: 21px;
}
.jsn-joomla-30 div.search .inputbox {
  width: auto;
  max-width: 100%;
}
/* =============== JOOMLA! EXTENSIONS - COM_FINDER =============== */
.collapse {
  overflow: hidden;
}
/* ----- KEYWORD GIGHLIGHT IN SEARCH RESULT ----- */
span.highlight {
  padding: .2em;
  background: #FFFFAA;
}
/* =============== JOOMLA! EXTENSIONS - COM_WEBLINK =============== */
table.jsn-infotable .description p {
  margin: 0;
}
table.jsn-infotable ul.actions {
  display: inline;
}
table.jsn-infotable ul.actions li {
  display: inline;
  margin: 0 0 0 5px;
}
#editor-xtd-buttons {
  float: left;
}
/* =============== JOOMLA! EXTENSIONS - COM_NEWSFEED =============== */
div.com-newsfeed td.jsn-table-column-name {
  font-weight: bold;
}
div.com-newsfeed table {
  width: 100%;
  border-collapse: collapse;
}
div.com-newsfeed td {
  border: 1px solid #ccc;
  padding: 10px 5px;
  border-top: none;
}
div.com-newsfeed th {
  background: #999;
  padding: 10px 5px;
  border: 1px solid #999;
  border-bottom: none;
}
div.com-newsfeed th a {
  color: #fff;
}
div.com-newsfeed td.item-num-art {
  text-align: center;
}
/* =============== 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;
}
button#jform_profile_dob_img.btn {
  height: 30px;
}
/* =============== 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(../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(../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(-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: 1.1em;
}
span.breadcrumbs a,
span.breadcrumbs span {
  color: #999999;
  padding-right: 30px;
  text-decoration: none;
  background: url(../images/icons/icon-arrow-black.png) 90% center no-repeat;
  font-weight: bold;
}
span.breadcrumbs a:hover {
  text-decoration: underline;
}
span.breadcrumbs span.current {
  color: #404040;
  font-weight: bold;
  background: none;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
  min-height: 25px;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
  margin: 0;
}
.breadcrumb li a,
.breadcrumb li span {
  color: #999;
  font-weight: bold;
}
.breadcrumb li span + span {
  font-weight: bold;
}
.breadcrumb li a,
.breadcrumb li span + span {
  display: inline-block;
}
.breadcrumb a {
  padding: 0 30px 0 0;
  background: url("../images/icons/icon-arrow-black.png") 90% center no-repeat;
}
.breadcrumb > li > .divider {
  padding: 0 !important;
}
.breadcrumb li.active:first-child span.divider {
  padding: 0 20px 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 {
  min-height: 15px;
}
form#login-form .icon-arrow-right {
  background-position: -458px -73px;
}
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search {
  float: right;
}
#jsn-pos-top div.search input#mod-search-searchword {
  padding: 2px 0 2px 25px;
  background: #FFF url(../images/icons/icons-base.png) 5px -170px no-repeat;
}
/* ================ Gavik CSS added ===================*/
@charset "UTF-8";
 
@font-face {
  font-family: "magazine-icons";
  src:url("../fonts/magazine-icons/magazine-icons.eot");
  src:url("../fonts/magazine-icons/magazine-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/magazine-icons/magazine-icons.ttf") format("truetype"),
    url("../fonts/magazine-icons/magazine-icons.svg#magazine-icons") format("svg"),
    url("../fonts/magazine-icons/magazine-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
 
[data-icon]:before {
  font-family: "magazine-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
[class^="gk-icon-"]:before,
[class*=" gk-icon-"]:before {
  font-family: "magazine-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 
 
.gk-icon-arrow:before { content: "a"; }
.gk-icon-cog:before { content: "b"; }
.gk-icon-email:before { content: "c"; }
.gk-icon-fb:before { content: "d"; } 
.gk-icon-gplus:before { content: "e"; }
.gk-icon-pinterest:before { content: "f"; } 
.gk-icon-rss:before { content: "g"; } 
.gk-icon-search:before { content: "h"; } 
.gk-icon-top:before { content: "i"; } 
.gk-icon-twitter:before { content: "j"; } 

#gkToolbar [class^="gk-icon-"]:before,
#gkToolbar [class*=" gk-icon-"]:before,
#gkBackToTop[class^="gk-icon-"]:before,
#gkBackToTop[class*=" gk-icon-"]:before {
	font-size: 20px;
	text-indent: 999999em;
	line-height: 52px;
	margin: 0 16px;
}
#gkSocial [class^="gk-icon-"]:before,
#gkSocial [class*=" gk-icon-"]:before {
	font-size: 23px;
	margin: 0 15px;
}
#gkBackToTop:hover,
#gkToolbar a.gk-icon-search:hover,
#gkToolbar a.gk-icon-email:hover { background: #4d90fe; }
#gkToolbar a.gk-icon-rss:hover { background: #fd9f13; }
#gkToolbar a.gk-icon-fb:hover { background: #3c5b9b; }
#gkToolbar a.gk-icon-twitter:hover { background: #359bed; }
#gkToolbar a.gk-icon-gplus:hover { background: #d44132; }
#gkToolbar a.gk-icon-pinterest:hover { background: #cb2027; }

#gkToolbar a:hover { 
	color: #fff;
}
#gkLinks a,
#gkSocial a {
	color: #797979;
 	border-bottom: 1px solid #484848;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	clear: both;
 	float: none;
 	display: block;
 	height: 52px;
 	line-height: 52px;
 	padding: 0;
 	-webkit-transition: all .15s ease-out;
 	-moz-transition: all .15s ease-out;
 	-ms-transition: all .15s ease-out;
 	-o-transition: all .15s ease-out;
 	transition: all .15s ease-out;
 	width: 52px;
}
/*
 * News Show Pro GK4
 */
.nsp { position: relative }
.nspMain { overflow: hidden }
.nspBotInterface,
.nspTopInterface {
    overflow: hidden;
    clear: both;
}
.nspBotInterface div,
.nspTopInterface div { float: right }
.nsp .nspTopInterface div {
    position: absolute;
    right: 16px;
    padding: 0 3px;
    top: 16px;
    z-index: 10;
}
.nspPagination {
    list-style-type: none !important;
    margin: 9px 0 0 !important;
    padding: 0 !important;
    float: left;
}
.nspPagination li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 1px 3px 0 1px!important;
    background: #d6d6d6;
    border: none!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0!important;
    text-indent: -999em;
    cursor: pointer;
}
.nspPagination li:hover,
.nspPagination li.active { 
	background: #4d90fe;
	height: 10px;
	margin: 0 2px 0 0!important;
	width: 10px;
}
.nspNext,
.nspPrev {
    float: left;
    width: 22px;
    height: 22px;
    margin: 3px 0 0 4px;
    background: url('../images/nsp_interface.png') no-repeat -22px 0;
    text-indent: -999em;
    cursor: pointer;
}
.nspPrev { background-position: 0 0; }
.nspNext:hover,
.nspPrev:hover { background-position: -22px -22px; }
.nspPrev:hover { background-position: 0 -22px; }
.nspCounter {
    float: left;
    margin: 0 0 0 8px;
    padding: 1px 4px;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #878787;
    font-size: 9px;
    cursor: pointer;
}
.nspArts { 
	overflow: hidden; 
}
.nspArtPage { 
	float: left; 
}
.nspArt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.nspArt div { overflow: hidden }
h4.nspHeader {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.nspArt h4.nspHeader a {
    color: #333;
    text-decoration: none;
}
.nspArt h4.nspHeader a:active,
.nspArt h4.nspHeader a:focus,
.nspArt h4.nspHeader a:hover { color: #4d90fe }
.nspArt a {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.nspArt img.nspImage {
    border: none;
    
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.nspArt img.nspImage:hover {
    -webkit-transform: scale(1.15) rotate(-1.5deg);
    -moz-transform: scale(1.15) rotate(-1.5deg);
    -ms-transform: scale(1.15) rotate(-1.5deg);
    -o-transform: scale(1.15) rotate(-1.5deg);
    transform: scale(1.15) rotate(-1.5deg);
}
.nspArt .nspImageWrapper { overflow: hidden }
.nspArt p.nspText {
    color: #777;
    float: none;
    font-size: 12px;
    margin: 0;
}
.nspArt p.nspText + .readon { 
	margin-top: 32px; 
}
.nspArt p.nspText + .nspInfo { 
	margin-top: 12px; 
}
.nspArt p.nspInfo {
    color: #888;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.0;
    margin: 0 0 5px 0;
}
.nspArt p.nspInfo a {
    color: #333;
    padding-left: 8px;
}
.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover { 
	color: #4d90fe;
}
.nspArt .tleft { text-align: left }
.nspArt .tright { text-align: right }
.nspArt .tcenter { text-align: center }
.nspArt .tjustify { text-align: justify }
.nspArt .fleft { float: left }
.nspArt .fright { float: right }
.nspArt .fnone {
    clear: both;
    width: 100%;
    float: none;
}
.readon.left,
.readon.right,
.readon.center { clear: both }
.readon.left { float: left }
.readon.right { float: right }
.readon.center {
    display: inline;
    float: none;
}
.nspList { float: left }
.nspLinks .nspLinkScroll1 div ul {
    padding: 0 !important;
    list-style-type: none !important;
}
.nspLinks .nspLinkScroll1 div ul li {
    margin: 0 !important;
    padding: 14px 0;
}
.nspLinks ul li h4 {
    color: #242424;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.nspLinks ul li h4 a { 
	text-decoration: none; 
}
.nspLinks ul li p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}
/* positioning */
.nspArts.left { float: right }
.nspLinksWrap.left { float: left }
.nspArts.right { float: left }
.nspLinksWrap.right { float: right }
/* make element unvisible */
.nspMain .unvisible {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
/* font-size classes */
.nspFs80 { font-size: 80% }
.nspFs90 { font-size: 90% }
.nspFs100 { font-size: 100% }
.nspFs110 { font-size: 110% }
.nspFs120 { font-size: 120% }
.nspFs130 { font-size: 130% }
.nspFs140 { font-size: 140% }
.nspFs150 { font-size: 150% }
.nspFs160 { font-size: 160% }
.nspFs170 { font-size: 170% }
.nspFs180 { font-size: 180% }
.nspFs190 { font-size: 190% }
.nspFs200 { font-size: 200% }
/* New responsive layout */
.gkResponsive { line-height: 1 }
.gkResponsive img.nspImage,
img.nspImage.gkResponsive {
    width: 100% !important;
    height: auto;
}
.gkResponsive a,
a.gkResponsive {
    display: block;
    position: relative;
}
.gkResponsive { position: relative }
.nspArt img.nspImage { max-width: 100% }
.nspArtScroll1,
.nspLinkScroll1 { overflow: hidden; width: 100%; }
.nspPages1 { width: 100% }
.nspPages2 { width: 200% }
.nspPages3 { width: 300% }
.nspPages4 { width: 400% }
.nspPages5 { width: 500% }
.nspPages6 { width: 600% }
.nspPages7 { width: 700% }
.nspPages8 { width: 800% }
.nspPages9 { width: 900% }
.nspPages10 { width: 1000% }
.nspCol1 { width: 100% }
.nspCol2 { width: 50% }
.nspCol3 { width: 33.3% }
.nspCol4 { width: 25% }
.nspCol5 { width: 20% }
.nspCol6 { width: 16.66% }
.nspCol7 { width: 14.285% }
.nspCol8 { width: 12.5% }
.nspCol9 { width: 11.1% }
.nspCol10 { width: 10% }
.nspCol11 { width: 9.09% }
.nspCol12 { width: 8.33% }
.nspCol13 { width: 7.69% }
.nspCol14 { width: 7.14% }
.nspCol15 { width: 6.66% }
.nspCol16 { width: 6.25% }
.nspCol17 { width: 5.88% }
.nspCol18 { width: 5.55% }
.nspCol19 { width: 5.26% }
.nspCol20 { width: 5% }

/* Suffix dark */
.color1 .nspArt p.nspText { color: #fff }
.color1 .nspArt p.nspInfo { color: #c7dcff }
.color1 .nspArt p.nspInfo a { color: #c7dcff }
.color1 .nspArt p.nspInfo a:active,
.color1 .nspArt p.nspInfo a:focus,
.color1 .nspArt p.nspInfo a:hover { color: #fff }
.color1 .nspLinks ul li h4 a { color: #c7dcff }
.color1 .nspLinks ul li h4 a:active,
.color1 .nspLinks ul li h4 a:focus,
.color1 .nspLinks ul li h4 a:hover { color: #fff }
.color1 .nspArt h4.nspHeader a { color: #c7dcff }
.color1 .nspArt h4.nspHeader a:active,
.color1 .nspArt h4.nspHeader a:focus,
.color1 .nspArt h4.nspHeader a:hover { color: #fff }
.color1 .nspPagination li { background: #c7dcff }
.color1 .nspPagination li:hover,
.color1 .nspPagination li.active { background: #fff }

/* Suffix headlines */
.headlines .nspArt {
	position: relative;
}
/* Suffix gkAdvert */
.gkAdvert > .content {
	background: #91c46c;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	padding: 23px 42px;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	
}
.gkAdvert > .content:hover {
	background: #35353A;
}
#gkSidebar .box.gkAdvert {
	margin-bottom: 20px;
}
.gkAdvert a,
.gkAdvert a:hover,
.gkAdvert a:active { color: #fff; }
.gkAdvert a span {
	opacity: 0.98;
	clear: both;
	font-size: 11px;
	display: block;
	font-weight: 500;
	line-height: 0.7;
}
.headlines .nspNewWrap {
	background: #4d90fe url('../images/big_arrow.png') no-repeat 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0; 
	position: absolute;
	-webkit-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out;
	-ms-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.headlines .nspNewWrap h4,
.headlines .nspNewWrap h4 a,
.headlines .nspNewWrap h4 a:active,
.headlines .nspNewWrap h4 a:focus,
.headlines .nspNewWrap h4 a:hover {
	color: #fff!important;
}

.headlines .nspArt.active .nspNewWrap {
	filter: alpha(opacity=100);
	left: 0!important;
	opacity: 1; 
}

.headlines .nspArt.unactive .nspNewWrap {
	left: 0!important;
}

/* Suffix nsphover */
.nsphover .content {
	margin: 0;
}

.nsphover .nspImageWrapper {
	position: relative;
}

.nsphover .nspImageWrapper .nspHeader {
	background: #4d90fe;
	background: rgba(77, 144, 254, 0.85);
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	padding: 20px;
	position: absolute;
}

.nsphover .nspImageWrapper .nspHeader a,
.nsphover .nspImageWrapper .nspHeader a:active,
.nsphover .nspImageWrapper .nspHeader a:focus,
.nsphover .nspImageWrapper .nspHeader a:hover {
	color: #fff;
}

.nsphover .nspArt .nspInfo2 {
	background: #fec64d;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	margin: 0 0 20px 0;	
	padding: 12px 22px;
	text-transform: uppercase;
}

.nsphover .nspInfo2 a {
	color: #fff!important;
	margin: 0!important;
	padding: 0!important;
}

.nsphover .nspInfo2 a:hover,
.nsphover .nspInfo2 a:focus,
.nsphover .nspInfo2 a:active {
	color: #fff!important;
}

.nsphover .nspArt {
	border: none!important;
	margin: 6px 0 0 0;
	overflow: hidden;
	position: relative;
}

.nsphover .nspText {
	bottom: -200px;
	position: absolute;
}

.nsphover .nspHoverOverlay {
	background: #4d90fe;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	height: 600px;
	margin: 0 3px 0 0;
	padding: 20px 20px 0 20px;
	position: absolute;
	top: 100%;
	-webkit-transition: top .3s ease-out;
	   -moz-transition: top .3s ease-out;
	    -ms-transition: top .3s ease-out;
	     -o-transition: top .3s ease-out;
	        transition: top .3s ease-out;
	z-index: 9;
}

.nsphover .nspHoverOverlay .nspText,
.nsphover .nspHoverOverlay .nspText a {
	color: #c7dcff;
	font-size: 14px;
	margin-top: 20px;
	position: static;
}

.nsphover .nspHoverOverlay .nspText a:active,
.nsphover .nspHoverOverlay .nspText a:focus,
.nsphover .nspHoverOverlay .nspText a:hover {
	color: #fff;
}

.nsphover .nspHoverOverlay .nspHeader,
.nsphover .nspHoverOverlay .nspHeader a {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.nsphover .nspHoverOverlay .nspHeader a:active,
.nsphover .nspHoverOverlay .nspHeader a:focus,
.nsphover .nspHoverOverlay .nspHeader a:hover {
	color: #c7dcff;
}

.nsphover .nspHoverOverlay.active {
	top: 0;
}

.nsphover .nspInfo1,
.nsphover .nspInfo1 a {
	color: #fff!important;
	font-size: 13px!important;
	font-weight: 400!important;
	margin-top: 30px!important;
}

/*
 * Tabs GK5 Module
 */
.gkTabsGK5 {
    position: relative;
    overflow: hidden;
}
.gkTabsWrap.vertical ol li {
	border: 1px solid #e5e5e5;
	border-left: none;
	color: #242424;
	cursor: pointer;
	display: block;
    float: left;
    line-height: 37px;
    list-style-type: none;
    height: 36px;
    padding: 2px 14px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;   
    text-transform: uppercase;
}
.gkTabsWrap.vertical ol li:first-child { border-left: 1px solid #e5e5e5;}
.gkTabsWrap.vertical ol li.active,
.gkTabsWrap.vertical ol li.active:hover {
   background: #FEC64D;
   border-color: #FEC64D;
   color: #fff;
   
}
.gkTabsWrap.vertical ol li.active::after {
    content: "";
    clear: both;
    display: block;
    float: left;
    height: 2px;
    margin-left: -14px;
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 2;
}
.gkTabsWrap.vertical ol li:hover { 
	color: #4d90fe; 
}
.gkTabsContainer {
    clear: both;
    overflow: hidden;
    position: relative;
}
.gkTabsItem {
    background: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    left: -9999px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.gkTabsItem.active {
    left: 0;
    position: relative;
    z-index: 2;
}
.gkTabsNav {
 
    margin: 0 0 30px;
    min-height: 36px;
}

.gkTabsButtonNext,
.gkTabsButtonPrev {
	display: none;	
}

/* =============== JOOMLA! EXTENSIONS - MOD_NEWSFLASH =============== */
.jsn-mod-newsflash.jsn-horizontal-container .jsn-article {
  padding: 0 1em;
}
.jsn-mod-newsflash .contentheading {
  margin: 0 0 0.3em 0;
}
.jsn-mod-newsflash .article-separator {
  display: block;
    height: 0.5em;
}
/* ============================== JOOMLA! 3.x CORE COMPONENT LAYOUT ============================== */
.img-fulltext-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.img-intro-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.img-intro-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.pull-right.collapsed .icon-minus,
.pull-right .icon-plus {
  display: none;
}
.pull-right .icon-minus,
.pull-right.collapsed .icon-plus {
  display: block;
}
/* ---------- OVERRIDE ----------- */
.jsn-joomla-30 blockquote {
  border-left: none;
}
.jsn-joomla-30 hr {
  margin: 0.5em 0;
}
.jsn-joomla-30 .form-horizontal .control-label {
  text-align: left;
}
.jsn-joomla-30 .calendar tbody td,
.jsn-joomla-30 .calendar tbody td.hilite,
.jsn-joomla-30 .calendar tbody td.selected {
    border: none;
    padding: 5px;
  text-align: center;
}
.jsn-joomla-30 .input-append .btn {
  padding: 7px 14px 6px;
  outline: none;
}
.jsn-joomla-30 label,
.jsn-joomla-30 input,
.jsn-joomla-30 button,
.jsn-joomla-30 select,
.jsn-joomla-30 textarea,
.jsn-joomla-30 .btn,
.jsn-joomla-30 .uneditable-input {
  font-size: 13px;
}
.jsn-joomla-30 .icon-location {
    background-position: -24px -73px;
}
.jsn-joomla-30 div.tooltip {
  background: none;
  border: none;
}
.jsn-joomla-30 #form-login-remember .control-label,
.jsn-joomla-30 #modlgn-remember {
  vertical-align: middle;
}
.jsn-joomla-30 .dropdown-menu li,
.jsn-joomla-30 .category li {
  margin: 0;
}
.jsn-joomla-30 .page-header {
    border-bottom: none;
  margin-bottom: 0;
}

/*
 * News Show Pro GK4
 */
.nsp { position: relative }
.nspMain { overflow: hidden }
.nspBotInterface,
.nspTopInterface {
    overflow: hidden;
    clear: both;
}
.nspBotInterface div,
.nspTopInterface div { float: right }
.nsp .nspTopInterface div {
    position: absolute;
    right: 16px;
    padding: 0 3px;
    top: 16px;
    z-index: 10;
}
.nspPagination {
    list-style-type: none !important;
    margin: 9px 0 0 !important;
    padding: 0 !important;
    float: left;
}
.nspPagination li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 1px 3px 0 1px!important;
    background: #d6d6d6;
    border: none!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0!important;
    text-indent: -999em;
    cursor: pointer;
}
.nspPagination li:hover,
.nspPagination li.active { 
	background: #4d90fe;
	height: 10px;
	margin: 0 2px 0 0!important;
	width: 10px;
}
.nspNext,
.nspPrev {
    float: left;
    width: 22px;
    height: 22px;
    margin: 3px 0 0 4px;
    background: url('../images/nsp_interface.png') no-repeat -22px 0;
    text-indent: -999em;
    cursor: pointer;
}
.nspPrev { background-position: 0 0; }
.nspNext:hover,
.nspPrev:hover { background-position: -22px -22px; }
.nspPrev:hover { background-position: 0 -22px; }
.nspCounter {
    float: left;
    margin: 0 0 0 8px;
    padding: 1px 4px;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #878787;
    font-size: 9px;
    cursor: pointer;
}
.nspArts { 
	overflow: hidden; 
}
.nspArtPage { 
	float: left; 
}
.nspArt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.nspArt div { overflow: hidden }
h4.nspHeader {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.nspArt h4.nspHeader a {
    color: #333;
    text-decoration: none;
}
.nspArt h4.nspHeader a:active,
.nspArt h4.nspHeader a:focus,
.nspArt h4.nspHeader a:hover { color: #4d90fe }
.nspArt a {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.nspArt img.nspImage {
    border: none;
    
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.nspArt img.nspImage:hover {
    -webkit-transform: scale(1.15) rotate(-1.5deg);
    -moz-transform: scale(1.15) rotate(-1.5deg);
    -ms-transform: scale(1.15) rotate(-1.5deg);
    -o-transform: scale(1.15) rotate(-1.5deg);
    transform: scale(1.15) rotate(-1.5deg);
}
.nspArt .nspImageWrapper { overflow: hidden }
.nspArt p.nspText {
    color: #777;
    float: none;
    font-size: 12px;
    margin: 0;
}
.nspArt p.nspText + .readon { 
	margin-top: 32px; 
}
.nspArt p.nspText + .nspInfo { 
	margin-top: 12px; 
}
.nspArt p.nspInfo {
    color: #888;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.0;
    margin: 0 0 5px 0;
}
.nspArt p.nspInfo a {
    color: #333;
    padding-left: 8px;
}
.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover { 
	color: #4d90fe;
}
.nspArt .tleft { text-align: left }
.nspArt .tright { text-align: right }
.nspArt .tcenter { text-align: center }
.nspArt .tjustify { text-align: justify }
.nspArt .fleft { float: left }
.nspArt .fright { float: right }
.nspArt .fnone {
    clear: both;
    width: 100%;
    float: none;
}
.readon.left,
.readon.right,
.readon.center { clear: both }
.readon.left { float: left }
.readon.right { float: right }
.readon.center {
    display: inline;
    float: none;
}
.nspList { float: left }
.nspLinks .nspLinkScroll1 div ul {
    padding: 0 !important;
    list-style-type: none !important;
}
.nspLinks .nspLinkScroll1 div ul li {
    margin: 0 !important;
    padding: 14px 0;
}
.nspLinks ul li h4 {
    color: #242424;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.nspLinks ul li h4 a { 
	text-decoration: none; 
}
.nspLinks ul li p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}
/* positioning */
.nspArts.left { float: right }
.nspLinksWrap.left { float: left }
.nspArts.right { float: left }
.nspLinksWrap.right { float: right }
/* make element unvisible */
.nspMain .unvisible {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
/* font-size classes */
.nspFs80 { font-size: 80% }
.nspFs90 { font-size: 90% }
.nspFs100 { font-size: 100% }
.nspFs110 { font-size: 110% }
.nspFs120 { font-size: 120% }
.nspFs130 { font-size: 130% }
.nspFs140 { font-size: 140% }
.nspFs150 { font-size: 150% }
.nspFs160 { font-size: 160% }
.nspFs170 { font-size: 170% }
.nspFs180 { font-size: 180% }
.nspFs190 { font-size: 190% }
.nspFs200 { font-size: 200% }
/* New responsive layout */
.gkResponsive { line-height: 1 }
.gkResponsive img.nspImage,
img.nspImage.gkResponsive {
    width: 100% !important;
    height: auto;
}
.gkResponsive a,
a.gkResponsive {
    display: block;
    position: relative;
}
.gkResponsive { position: relative }
.nspArt img.nspImage { max-width: 100% }
.nspArtScroll1,
.nspLinkScroll1 { overflow: hidden; width: 100%; }
.nspPages1 { width: 100% }
.nspPages2 { width: 200% }
.nspPages3 { width: 300% }
.nspPages4 { width: 400% }
.nspPages5 { width: 500% }
.nspPages6 { width: 600% }
.nspPages7 { width: 700% }
.nspPages8 { width: 800% }
.nspPages9 { width: 900% }
.nspPages10 { width: 1000% }
.nspCol1 { width: 100% }
.nspCol2 { width: 50% }
.nspCol3 { width: 33.3% }
.nspCol4 { width: 25% }
.nspCol5 { width: 20% }
.nspCol6 { width: 16.66% }
.nspCol7 { width: 14.285% }
.nspCol8 { width: 12.5% }
.nspCol9 { width: 11.1% }
.nspCol10 { width: 10% }
.nspCol11 { width: 9.09% }
.nspCol12 { width: 8.33% }
.nspCol13 { width: 7.69% }
.nspCol14 { width: 7.14% }
.nspCol15 { width: 6.66% }
.nspCol16 { width: 6.25% }
.nspCol17 { width: 5.88% }
.nspCol18 { width: 5.55% }
.nspCol19 { width: 5.26% }
.nspCol20 { width: 5% }

/* Suffix dark */
.color1 .nspArt p.nspText { color: #fff }
.color1 .nspArt p.nspInfo { color: #c7dcff }
.color1 .nspArt p.nspInfo a { color: #c7dcff }
.color1 .nspArt p.nspInfo a:active,
.color1 .nspArt p.nspInfo a:focus,
.color1 .nspArt p.nspInfo a:hover { color: #fff }
.color1 .nspLinks ul li h4 a { color: #c7dcff }
.color1 .nspLinks ul li h4 a:active,
.color1 .nspLinks ul li h4 a:focus,
.color1 .nspLinks ul li h4 a:hover { color: #fff }
.color1 .nspArt h4.nspHeader a { color: #c7dcff }
.color1 .nspArt h4.nspHeader a:active,
.color1 .nspArt h4.nspHeader a:focus,
.color1 .nspArt h4.nspHeader a:hover { color: #fff }
.color1 .nspPagination li { background: #c7dcff }
.color1 .nspPagination li:hover,
.color1 .nspPagination li.active { background: #fff }

/* Suffix headlines */
.headlines .nspArt {
	position: relative;
}
/* Suffix gkAdvert */
.gkAdvert > .content {
	background: #91c46c;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	padding: 23px 42px;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	
}
.gkAdvert > .content:hover {
	background: #35353A;
}
#gkSidebar .box.gkAdvert {
	margin-bottom: 20px;
}
.gkAdvert a,
.gkAdvert a:hover,
.gkAdvert a:active { color: #fff; }
.gkAdvert a span {
	opacity: 0.98;
	clear: both;
	font-size: 11px;
	display: block;
	font-weight: 500;
	line-height: 0.7;
}
.headlines .nspNewWrap {
	background: #4d90fe url('../images/big_arrow.png') no-repeat 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0; 
	position: absolute;
	-webkit-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out;
	-ms-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.headlines .nspNewWrap h4,
.headlines .nspNewWrap h4 a,
.headlines .nspNewWrap h4 a:active,
.headlines .nspNewWrap h4 a:focus,
.headlines .nspNewWrap h4 a:hover {
	color: #fff!important;
}

.headlines .nspArt.active .nspNewWrap {
	filter: alpha(opacity=100);
	left: 0!important;
	opacity: 1; 
}

.headlines .nspArt.unactive .nspNewWrap {
	left: 0!important;
}

/* Suffix nsphover */
.nsphover .content {
	margin: 0;
}

.nsphover .nspImageWrapper {
	position: relative;
}

.nsphover .nspImageWrapper .nspHeader {
	background: #4d90fe;
	background: rgba(77, 144, 254, 0.85);
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	padding: 20px;
	position: absolute;
}

.nsphover .nspImageWrapper .nspHeader a,
.nsphover .nspImageWrapper .nspHeader a:active,
.nsphover .nspImageWrapper .nspHeader a:focus,
.nsphover .nspImageWrapper .nspHeader a:hover {
	color: #fff;
}

.nsphover .nspArt .nspInfo2 {
	background: #fec64d;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	margin: 0 0 20px 0;	
	padding: 12px 22px;
	text-transform: uppercase;
}

.nsphover .nspInfo2 a {
	color: #fff!important;
	margin: 0!important;
	padding: 0!important;
}

.nsphover .nspInfo2 a:hover,
.nsphover .nspInfo2 a:focus,
.nsphover .nspInfo2 a:active {
	color: #fff!important;
}

.nsphover .nspArt {
	border: none!important;
	margin: 6px 0 0 0;
	overflow: hidden;
	position: relative;
}

.nsphover .nspText {
	bottom: -200px;
	position: absolute;
}

.nsphover .nspHoverOverlay {
	background: #4d90fe;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	height: 600px;
	margin: 0 3px 0 0;
	padding: 20px 20px 0 20px;
	position: absolute;
	top: 100%;
	-webkit-transition: top .3s ease-out;
	   -moz-transition: top .3s ease-out;
	    -ms-transition: top .3s ease-out;
	     -o-transition: top .3s ease-out;
	        transition: top .3s ease-out;
	z-index: 9;
}

.nsphover .nspHoverOverlay .nspText,
.nsphover .nspHoverOverlay .nspText a {
	color: #c7dcff;
	font-size: 14px;
	margin-top: 20px;
	position: static;
}

.nsphover .nspHoverOverlay .nspText a:active,
.nsphover .nspHoverOverlay .nspText a:focus,
.nsphover .nspHoverOverlay .nspText a:hover {
	color: #fff;
}

.nsphover .nspHoverOverlay .nspHeader,
.nsphover .nspHoverOverlay .nspHeader a {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.nsphover .nspHoverOverlay .nspHeader a:active,
.nsphover .nspHoverOverlay .nspHeader a:focus,
.nsphover .nspHoverOverlay .nspHeader a:hover {
	color: #c7dcff;
}

.nsphover .nspHoverOverlay.active {
	top: 0;
}

.nsphover .nspInfo1,
.nsphover .nspInfo1 a {
	color: #fff!important;
	font-size: 13px!important;
	font-weight: 400!important;
	margin-top: 30px!important;
}
.lightbox-2.jsn-icon-search.face.jsn-modulecontainer.span6 
{
 width: 100%
}
.jsn-modulecontainer.span6 {
 width: 100%	
}
.link-button.button-blue {
	color:#0072bc;
}
#nextend-smart-slider-27 .nextend-bullet-container .nextend-bullet-numbers.nextend-bullet.active, #nextend-smart-slider-27 .nextend-bullet-container .nextend-bullet-numbers.nextend-bullet:HOVER {
	background-color: #1e70c5 !important;	
}
@media screen and (max-width: 1200px) {
#jsn-headerright {
margin:0px !important;
}
.slogan {
margin-top:30px !important;
margin-left:20px !important;
}
}
@media screen and (max-width: 960px) {
.slogan {
float:none !important;
}
.sliderfont2 {
font-size:10px !important;
}
}
@media screen and (max-width: 700px) {
.pg-cats-box-float {
width:40% !important;
float:none !important;
margin:auto !important;
}
}
@media screen and (max-width: 470px) {
.pg-cats-box-float {
float:none !important;
width:100% !important;
}
.pg-inline {
float:left !important;
}
fieldset > legend {
height:auto !important;
}
.pg-cat-img-detail-box > table > tbody > tr > td > a > img {

}
#jsn-logo > a > img {
max-width:100% !important;
}
#jsn-logo {
min-height:0px !important;
width: 35% !important;
text-align: left !important;
}
.search {
float:none !important;
}
.sliderfont2 {
font-size:10px !important;
} 
.smart-slider-layer {
min-height: 20% !important;
}
#nextend-smart-slider-27 {
height:180px !important;
} 
.smart-slider-border2 {
background:#ffffff !important;
}
.smart-slider-border1 {
height:180px !important;
}
.smart-slider-canvas .smart-slider-slide-active .smart-slider-bg-colored {
height:140px !important;
}
.smart-slider-canvas-inner {
height:140px !important;
}
.slogan {
font-size:8px !important;
margin-top:5px !important;
width:55% !important;
float:left !important;
line-height: 18px !important;

}
.slogan > .jsn-modulecontainer > .jsn-modulecontainer_inner > .jsn-modulecontent > div > p {
margin-left: -20px !important;
}
#jsn-pos-top {
margin-top:0px !important;
}
.fbplbadge {
top:20% !important;
height:70px !important;
background-size: 50% !important;
left:-24px !important;

}
.nextend-smartslider-button-transition-rounded-button  {
font-size:8px !important;
}
#gk-grid-129 {
height:630px;
}
#gk-grid-129 > div {
height:100% !important;
}
#gk-grid-242 {
height:630px;
}
#gk-grid-242 > div {
height:100% !important;
}
}
.pg-center {
position:absolute;
top:0%;
width:100%
}
#phocagallery-categories-detail {
padding-top:50px;
}
#phocagallery.pg-category-view {
margin-top:50px !important;
}
/*--------------------------------------------------------------------------------------------------------*/
.custom_view {
   width: 290px;
   height: 330px;
   margin: 40px;
   float: left;
   overflow: hidden;
   position: relative;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
}
.custom_view .custom_mask,.custom_view .custom_content {
   width: 290px;
   height: 330px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.custom_view p {
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;

}
.custom_view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.custom_view-fifth .custom_mask {
   background-color: rgba(146,96,91,0.3);
   -webkit-transform: translateX(-290px);
   -moz-transform: translateX(-290px);
   -o-transform: translateX(-290px);
   -ms-transform: translateX(-290px);
   transform: translateX(-290px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.custom_view-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.custom_view-fifth:hover .custom_mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.custom_view-fifth:hover img {
   -webkit-transform: translateX(290px);
   -moz-transform: translateX(290px);
   -o-transform: translateX(290px);
   -ms-transform: translateX(290px);
   transform: translateX(290px);
}
.custom_view-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
ul.menu-treemenu {
	list-style: none;
}
h2.contentheading {
	color: #ed1c24;	
}
.nextend-smartslider-button-transition-rounded-button {
	background: #e91f25;	
}
.nextend-smartslider-button-transition-rounded-button:a {
	background: #e91f25;
}
@media screen and (max-width: 400px) {
.custom_view {
margin-left:0px !important;
margin-right:0px !important;
}
}
/*--------------------------------------------------------------------------------------------------------*/