/**
* @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.6;
	margin: 0;
	padding: 0;
}
body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
/* =============== DEFAULT HTML - TEXT STYLES =============== */
p, pre, blockquote, form, dl, ul, ol, fieldset, address, table {
	padding: 0;
	margin: 10px 0;
}
p:first-child,
blockquote:first-child,
form:first-child,
dl:first-child,
ul:first-child,
ol:first-child,
fieldset:first-child,
address:first-child,
table:first-child {
	margin-top: 5px;
}
p:last-child,
blockquote:last-child,
form:last-child,
dl:last-child,
ul:last-child,
ol:last-child,
fieldset:last-child,
address:last-child,
table:last-child {
	margin-bottom: 5px;
}
fieldset {
	padding: 10px;
}
.jsn-joomla-30 fieldset {
	padding: 0;
	margin: 0;
}
small {
	font-size: .85em;
}
sup {
	bottom: 0.3em;
	font-size: .8em;
	position: relative;
	vertical-align: baseline;
}
sup em {
	color: red;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
pre {
	padding: 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: 80px;
	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 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	color: #cc0000;
	font-size: 1.3em;
}
h4 {
	color: #D59500;
	font-size: 1.2em;
}
h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	color: #5A8406;
}
h6 {
	color: #663300;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	font-weight: normal;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: underline;
}
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: 30px;
}
div.jsn-modulecontainer:first-child,
div.jsn-horizontallayout div.jsn-modulecontainer {
	margin-top: 0;
}
div.jsn-modulescontainer {
	padding: 15px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer {
	width: 23.404255319148934%;
	margin-left: 2.127659574468085%;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer:first-child {
	margin-left: 0;
}
div.jsn-modulescontainer5.jsn-horizontallayout div.jsn-modulecontainer:last-child {
	margin-left: 0;
	margin-top: 2.127659574468085%;
	clear: left;
}
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-page {
	color: #777;
	background-color: #fff;
}
#jsn-pos-topbar,
#jsn-topheader-inner,
#jsn-header-inner,
#jsn-promo-inner,
#jsn-pos-content-top,
#jsn-pos-content-top-over,
#jsn-content_inner,
#jsn-pos-content-bottom-above,
#jsn-content-bottom-inner,
#jsn-pos-content-bottom-under,
#jsn-usermodules3-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 =============== */
#jsn-maincontent.span12[class*="order"],
#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order2 {
	padding: 0;
}
/* ----- Component Area ----- */
#jsn-content.jsn-hasinnerleft:not([class*="jsn-hasinnerright"]) #jsn-maincontent.span12 #jsn-centercol {
	padding-right: 15px;
}
#jsn-content.jsn-hasinnerright:not([class*="jsn-hasinnerleft"]) #jsn-maincontent.span12 #jsn-centercol {
	padding-left: 15px;
}
#jsn-content.jsn-hasinnerleft.jsn-hasinnerright #jsn-maincontent.span12 #jsn-centercol {
	padding: 0;
}
/* =============== LAYOUT - HEADER AREA =============== */
#jsn-topheader {
	background-color: #f5f5f5;
	border-bottom: 1px solid #efefef;
}
#jsn-topheader-inner {
	padding: 10px 0 5px;
}
#jsn-header {
	background: #fff;
}
#jsn-logo a {
    line-height: 100%;
    display: inline-block;
    margin: 0;
    padding: 30px 0;
}
#jsn-headerright {
	padding: 20px;
}
#jsn-pos-top form {
	margin: 0;
}
#jsn-pos-top div.jsn-modulecontainer {
	float: left;
	margin: 0 0 0 20px;
}
#jsn-pos-top div.jsn-modulecontainer:first-child {
	margin-left: 0;
}
/* =============== LAYOUT - MENU AREA =============== */
#jsn-menu {
	z-index: 999;
	position: relative;
}
#jsn-pos-toolbar div.jsn-modulecontainer {
	margin: 0 10px;
}
#jsn-pos-toolbar form {
	margin: 0;
}
/* =============== LAYOUT - CONTENT TOP AREA =============== */
#jsn-promo {
	background-image: url(../images/backgrounds/bg-promo-inner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0;
}
#jsn-promo:not(.jsn-haspromoleft),
#jsn-promo:not(.jsn-haspromoright) {
	padding: 200px 0 230px;
}
.jsn-2nd-homepage #jsn-promo,
.jsn-1st-homepage #jsn-promo {
	background-image: none;
	padding: 0;
}
.jsn-promo-title {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 5px;
	text-align: center;
}
/* =============== LAYOUT - CONTENT AREA =============== */
#jsn-content_inner {
	padding: 25px 0;
}
#jsn-content,
[id*="jsn-content_inner"] {
	position: relative;
}
#jsn-content,
[id*="jsn-content_inner"] {
	z-index: 87\0;
}
div.jsn-hasinnerleft #jsn-content_inner4 {
	border-right: 1px solid #dedede;
}
div.jsn-hasinnerright #jsn-content_inner6 {
	border-left: 1px solid #dedede;
}
#jsn-leftsidecontent,
#jsn-rightsidecontent {
	z-index: 87;
}
#jsn-leftsidecontent_inner,
#jsn-rightsidecontent_inner,
#jsn-pos-innerleft_inner,
#jsn-pos-innerright_inner {
	padding-top: 15px;
}
#jsn-pos-breadcrumbs {
	padding: 10px 0;
}

#jsn-pos-user-top,
#jsn-usermodules1,
#jsn-pos-mainbody-top,
#jsn-pos-user-bottom,
#jsn-pos-banner,
#jsn-usermodules2,
#jsn-pos-mainbody-bottom {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
}
#jsn-pos-breadcrumbs,
#jsn-pos-user-top,
#jsn-usermodules1,
#jsn-pos-mainbody-top {
	background-position: left bottom;
}
#jsn-pos-user-bottom,
#jsn-pos-banner,
#jsn-usermodules2,
#jsn-pos-mainbody-bottom {
	background-position: left top;
}
#jsn-usermodules1_inner_grid2,
#jsn-usermodules2_inner_grid2 {
	width: 100%;
}
#jsn-pos-banner {
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
/* =============== LAYOUT - CONTENT BOTTOM AREA =============== */
#jsn-content-bottom {
	z-index: 85;
	position: relative;
}
#jsn-pos-content-bottom + #jsn-usermodules3 {
	padding-top: 0;
}
#jsn-usermodules3-inner {
	border-bottom: 1px solid #dfe2e5;
}
#jsn-usermodules3 ul li {
    list-style: none;
    line-height: 27px;
}
#jsn-usermodules3 h3.logo + p,
#jsn-usermodules3 ul li a {
    color: #5b6f7d;
    font-size: 14px;
}
/* =============== LAYOUT - CONTENT BOTTOM UNDER AREA =============== */
#jsn-content-bottom-under {
    background-color: #f5f8fa;
    padding: 45px 0;
}
/* =============== LAYOUT - FOOTER AREA =============== */
#jsn-footer {
	position: relative;
	padding: 25px 0;
}
#jsn-footer a{
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#jsn-footer h1, #jsn-footer h2, #jsn-footer h3, #jsn-footer h4, #jsn-footer h5, #jsn-footer h6{
	color: #FFF;
	text-transform: uppercase;
}
#jsn-footer h3.jsn-moduletitle span{
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
#jsn-footer a:hover{
	text-decoration: none;
	color: #bbb;
}
#jsn-footer-inner{
	position: relative;
}
#jsn-footermodules {
}
#jsn-footer a {
	text-decoration: none;
}
#jsn-footer .reset,
#jsn-footer a {
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	color: #6a7b88;
    text-transform: none;
}
#jsn-footer a:hover {
	text-decoration: underline;
}
#jsn-pos-bottom {
	text-align: right;
}
#jsn-brand {
	color: #bbb;
	text-align: center;
}
#jsn-brand p, #jsn-brand a{
	color: #bbb;
    font-size: 13px;
    font-weight: 300;
}
#jsn-brand p{
    margin: 5px 0;
}
#jsn-brand a:hover {
	color: #fff;
	text-decoration: none;
}
/* ============================== 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 {}
/* ----- 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: #B8B8B8;
	font-size: 0.9em;
	font-weight: normal;
}
/* =============== MENU - MAIN MENU =============== */
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-mainmenu {
	margin: 0;
	padding: 0;
	clear: both;
}
div.jsn-modulecontainer ul.menu-mainmenu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style-type: none;
}
div.jsn-modulecontainer ul.menu-mainmenu li a {
	color: #3f3f3f;
    display: block;
    cursor: pointer;
    padding: 12px 25px;
    font-size: 15px;
    text-transform: capitalize;
}
div.jsn-modulecontainer ul.menu-mainmenu > li {
	margin: 0;
	padding: 39px 0 32px;
}
div.jsn-modulecontainer ul.menu-mainmenu > li.last{
	margin-right: 0;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	font-size: 16px;
    padding: 0 0 0 45px;
    text-transform: capitalize;
    font-weight: 500;
    color: #3d3d3d;
    display: inline-block;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a:before {
	content: "";
	width: 15px;
	height: 1px;
	background-color: #cccccc;
	display: inline-block;
	position: absolute;
	left: 0;
	margin: 0 15px;
	top: 50%;
}
div.jsn-modulecontainer ul.menu-mainmenu > li:first-child > a:before {
	display: none;
}
div.jsn-modulecontainer ul.menu-mainmenu > li.jsn-menu-mobile-control + li > a:before {
	display: none;
}
div.jsn-modulecontainer ul.menu-mainmenu > li.jsn-menu-mobile-control + li > a {
	padding: 0;
}
div.jsn-modulecontainer ul.menu-mainmenu li > a > span {
	display: block;
}
div.jsn-modulecontainer ul.menu-mainmenu li.active > a,
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a {
	color: #777;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-bottom: 1px solid #f0efef;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li.last a {
	border-bottom: none;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li {
	padding: 15px 0;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a {
	padding: 10px 20px;
}
div.jsn-modulecontainer ul.menu-mainmenu li a span.jsn-menudescription {
	display: none;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu li a span.jsn-menudescription {
	display: block;
	padding-top: 2px;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a.jsn-nodescription {
	padding: 10px 12px 30px;
}
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul {
	margin: 0;
	padding: 0;
	width: 240px;
	left: -999em;
	position: absolute;
	background-color: #fff;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > ul {
	z-index: 9;
	top: 89px;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li {
	width: 240px;
}
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-black.png) 90% center no-repeat;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a {
	text-decoration: none;
}
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a {
}
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a {
    background-color: #f8f8f8;
    color: #777;
}
/* ----- 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 {
	border-top: 1px solid rgba(255,255,255,0.2);
}
div.jsn-modulecontainer ul.menu-treemenu li {
	margin: 0;
	padding: 0;
	position: relative;
}
div.jsn-modulecontainer ul.menu-treemenu > li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
div.jsn-modulecontainer ul.menu-treemenu li a {
	padding: 10px 12px;
	display: block;
	color: #404040;
	cursor: pointer;
	text-decoration: none;
}
div.jsn-modulecontainer ul.menu-treemenu > li > a {
	padding: 12px;
}
ul.menu-treemenu li a span {
	display: block;
}
ul.menu-treemenu:not(.menu-iconmenu) li > a > span {
	padding-left: 25px;
	background: url(../images/icons/icons-base.png) left -343px no-repeat;
}
div[class*="richbox-"] ul.menu-treemenu li > a > span {
	background-position: left -766px;
}
div[class*="box-"] ul.menu-treemenu {
	margin: 0 -20px -15px;
}
div[class*="richbox-"] ul.menu-treemenu li a {
	color: #d9d9d9;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-treemenu li a span.jsn-menudescription {
	display: none;
}
div.jsn-modulecontainer ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription {
	color: #595959;
	display: block;
}
div[class*="richbox-"] ul.menu-treemenu.menu-richmenu li a span.jsn-menudescription {
	color: #B8B8B8;
}
/* ---------- NORMAL STATE ---------- */
div.jsn-modulecontainer ul.menu-treemenu ul li {
	margin: 0;
}
div.jsn-modulecontainer ul.menu-treemenu ul li a {
	padding-left: 25px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul li a {
	padding-left: 40px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul li a {
	padding-left: 55px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul li a {
	padding-left: 70px;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul ul ul ul li a {
	padding-left: 85px;
}
/* ----- 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: #000000;
	background-color: #f5f5f5;
}
div.richbox-1 ul.menu-treemenu li a:hover,
div.richbox-1 ul.menu-treemenu li a.current {
	color: #fff;
	background-color: #474747;
}
div.richbox-2 ul.menu-treemenu li a:hover,
div.richbox-2 ul.menu-treemenu li a.current {
	color: #fff;
}
/* =============== MENU - DIV MENU =============== */
ul.menu-divmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu-divmenu .jsn-menu-mobile-control{
	display: none;
}
ul.menu-divmenu:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}
ul.menu-divmenu li {
	padding: 0;
	margin: 0 15px;
	float: none;
	display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
ul.menu-divmenu li a{
	text-decoration: none !important;
}
.ft-menu {
	position: relative;
    padding: 5px 0;
}
/* =============== MENU - TOP MENU =============== */
ul.menu-topmenu {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}
ul.menu-topmenu li:not(.jsn-menu-mobile-control) {
	margin: 0;
	padding: 0 8px;
	display: inline-block;
}
ul.menu-topmenu li a {
	padding: 0;
	color: #000;
	display: block;
	font-size: 15px;
}
ul.menu-topmenu li a:hover {
	text-decoration: underline;
}
ul.menu-topmenu li a span {
	display: block;
}
/* ============================== MODULE STYLES ============================== */
h3.jsn-moduletitle {
    margin: 0;
    color: #555;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
h3.jsn-moduletitle span {
	display: block;
	line-height: 22px;
}
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- GENERAL MODULE STYLES ----- */
div[class*="box-"] div.jsn-modulecontainer_inner,
div[class*="solid-"] div.jsn-modulecontainer_inner {
	padding: 20px;
	font-size: 1.1em;
}
/* ----- SOLIDBOX STYLE ----- */
div[class*="solid-"] div.jsn-modulecontainer_inner {
	border: 1px solid #e8e8e8;
	padding: 0;
}
div[class*="solid-"] div.jsn-modulecontainer_inner h3 {
	background-color: #cecece;
	padding: 15px 20px;
}
div.solid-1 div.jsn-modulecontainer_inner {
	border: none;
	background: #f6f6f6;
	padding: 26px 20px;
}
div.solid-1 div.jsn-modulecontainer_inner .jsn-modulecontent {
	padding: 0 !important;
}
div.solid-1 div.jsn-modulecontainer_inner h3{
	background: none;
	padding: 0;
	margin-bottom: 20px;
}
div.solid-2 div.jsn-modulecontainer_inner h3 {
	margin: 0;
}
div.solid-2 div.jsn-modulecontainer_inner .jsn-modulecontent {
	background-color: #f0f0f0;
	padding: 15px 20px 20px;
}
/* ----- RICHBOX STYLE ----- */
div.richbox-1 div.jsn-modulecontainer_inner,
div.richbox-1 div.jsn-modulecontainer_inner h3 {
    color: #fff;
}
div.richbox-2 div.jsn-modulecontainer_inner {
    background-color: #555555;
}
div.richbox-2 div.jsn-modulecontainer_inner h3 {
    color: #fff;
    border-bottom: 1px solid #666;
}
div.richbox-1 div.jsn-modulecontainer_inner h3 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
div[class*="richbox-"] div.jsn-modulecontainer_inner .jsn-modulecontent {
	padding: 15px 0 0;
}
/* ----- CUSTOM BOX STYLE IN SPECIFIC POSITION ----- */
#jsn-content-top div[class*="box-"],
#jsn-content-top div[class*="box-"] h3.jsn-moduletitle {
	color: #000;
}
div[class*="richbox-"],
#jsn-content-top div[class*="richbox-"] {
	color: #c3c3c3;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== PAGEBREAK - TABS STYLE =============== */
dl.tabs {
	float: left;
	margin-bottom: -1px;
}
dl.tabs dt.tabs {
	float: left;
	margin-left: 3px;
	padding: 4px 10px;
	background-color: #F0F0F0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
dl.tabs dt:hover {
	background-color: #F9F9F9;
}
dl.tabs dt.open {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
dl.tabs dt.tabs h3 {
	margin: 0;
	font-size: 1.1em;
}
dl.tabs dt.tabs h3 a {
	color: #666;
	font-weight: normal;
}
dl.tabs dt.open h3 a,
dl.tabs dt.tabs h3 a:hover {
	color: #000;
	text-decoration: none;
}
dl.tabs dt.open h3 a {
	font-weight: bold;
}
div.current dd.tabs {
	margin: 0;
	padding: 10px;
	clear: both;
	border: 1px solid #CCC;
	background-color: #FFF;
}
/* =============== PAGEBREAK - SLIDERS STYLE =============== */
div.panel {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
div.panel h3.title {
	margin: 0;
	cursor: pointer;
	font-size: 1.1em;
	padding: 8px 10px;
	border-bottom: 1px solid #CCC;
}
div.panel h3.title:hover,
div.panel h3.pane-toggler-down {
	background-color: #F0F0F0;
}
div.panel h3.title a {
	color: #666;
}
div.panel h3.title a:hover {
	text-decoration: none;
}
div.panel h3.pane-toggler-down {
	border-bottom: none;
}
div.panel h3.pane-toggler-down a {
	color: #000;
}
div.panel div.content > div,
div.panel div.content > p {
	margin: 15px;
}
/* =============== JOOMLA! EXTENSIONS - GENERAL =============== */
/* ----- HEADING ----- */
.contentheading,
.componentheading,
.subheading {
	margin-top: 0;
	font-size: 1.6em;
}
table.contentpaneopen {
	width: 100%;
}
/* ----- FORM ----- */
.jsn-formbuttons {
	text-align: center;
	padding-top: .45em;
}
table.paramlist td {
	padding: .3em;
}
table.paramlist td.paramlist_key {
	width: 150px;
}
.inputbox {
	border: 1px solid #d0d0d0;
	background-color: #fff;
	padding: 2px 4px;
	min-height: 22px;
	outline: none;
}
.inputbox:active, .inputbox:focus {
	border-color: #b5b5b5;
	background-color: #f2f2f2;
}
select.inputbox {
	padding: 2px;
}
#jsn-page .button {
	display: inline-block;
	*display: inline;
	padding: 4px 10px;
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 18px;
	*line-height: 20px;
	color: #eee;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	vertical-align: middle;
	cursor: pointer;
	background-color: #999;
}
.button:hover, .button:active {
	background-color: #777;
	color: #fff;
}
/* ----- TOOLTIPS ----- */
.jsn-joomla-25 .tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index: 88;
	position: relative;
}
.jsn-joomla-25 .tip-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.jsn-joomla-25 .tip-text {
	font-size: 100%;
	margin: 0;
}
/* ----- POP-UP / PRINT WINDOWS ----- */
body.contentpane {
	color: #000000;
	background: #FFFFFF;
}
body.contentpane div.com-content {
	padding: 1em;
}
/* ----- MODAL ----- */
#jsn-master .modal {
	position: static;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- ARTICLE METADATA ----- */
.jsn-article-metadata {
	margin-bottom: 15px;
}
.jsn-article-metadata > span {
	padding-right: 10px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}
.jsn-article-metadata > span:last-child {
	padding-right: 0;
	margin-right: 0;
	border: none;
}
.article-info {
	margin: 0;
	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;
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.jsn-article-toolbar .btn-group.pull-right {
	padding: 5px;
}
.jsn-article-toolbar dl {
	padding: 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: 10px 0;
	clear: both;
}
.formelm .fltlft {
	float: left;
}
.formelm label {
	display: inline-block;
	width: 25%;
	float: left;
}
/* ----- 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;
	background: #F4F4F4;
}
a.readon:hover {
	text-decoration: none;
	background-color: #e5e5e5;
}
/* ----- 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: 5px 10px;
	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: 6px 10px;
	color: #fff;
}
ul.jsn-pagination,
p.jsn-pageinfo {
	text-align: center;
	margin: 20px 0 10px 0;
}
/* BLOG PAGES NAV LINK */
a.pagenav {
	text-transform: uppercase;
}
/* ----- CATEGORY LIST LAYOUT ----- */
/* DESCRIPTION IN CONTENT TABLE AND COMPONENT PAGE */
.categories-list ul {
	list-style-type: none;
}
.cat-children ul dl dt,
.cat-children ul dl dd,
dl.article-count dt,
dl.article-count dd {
	display: inline;
}
.categories-list dl dt,
.categories-list dl dd {
	margin: 0;
	padding: 0;
	display: inline;
}
/* TABLE IN CATEGORY TABLE PAGE */
.sectiontableheader {
	padding: 5px 8px;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
}
.sectiontableheader img {
	margin: 0;
	vertical-align: text-top;
}
.sectiontableheader a {
	color: #ffffff;
	text-decoration: underline;
}
.sectiontableheader a:hover {
	text-decoration: none;
}
/* TABLE FILTER */
.jsn-infofilter {
	text-align: right;
}
.jsn-titlefilter {
	float: left;
}
.archived-article-list .jsn-infofilter {
	text-align: left;
}
/* TABLE'S ROW */
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 6px 8px;
	border-bottom: 1px solid #e5e5e5;
}
tr.sectiontableentry2 td {
}
/* ----- SECTION LAYOUT ----- */
/* LINKS IN SECTION TABLE PAGE */
a.category {
	font-weight: bold;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTACT =============== */
/* ----- STANDARD CONTACT LAYOUT ----- */
div.com-contact .jsn-contact-image {
	float: right;
	margin: 10px 5px 0 0;
}
div.com-contact .contact-position {
	margin: 5px 0 0 0;
}
div.com-contact .contact-vcard {
	margin: 0 0 5px 0;
}
div.com-contact .jicons-icons {
	float: left;
}
div.com-contact .contact-address {
	margin-top: 5px;
}
div.com-contact .contact-address p {
	margin: 0;
	padding-left: 20px;
}
div.com-contact .contact-contactinfo p,
div.com-contact .contact-miscinfo p {
	margin: 5px 0;
}
div.com-contact .contact-contactinfo .jicons-icons,
div.com-contact .contact-miscinfo .jicons-icons {
	margin-right: 4px;
}
div.com-contact div.contact-form fieldset {
	padding: 0 10px;
}
div.com-contact div.contact-form dt {
	margin: 10px 0 5px 0;
}
div.com-contact div.contact-form dd {
	margin-left: 0;
}
div.com-contact .form-required {
	color: #EF593B;
	font-weight: bold;
	text-align: right;
}
/* ----- JOOMLA 3x CONTACT LAYOUT ----- */
div.contact .dl-horizontal dd {
	margin-left: 25px;
}
.jsn-joomla-30 div.search .inputbox {
	width: auto;
	max-width: 100%;
}
button#jform_profile_dob_img.btn {
	height: 30px;
}
.jsn-joomla-30 .blog-featured .items-leading h2 {
	padding: 5px 0;
}
/* PAGE PAGINATION */
ul.jsn-pagination li {
	margin: 5px 0;
}
/* =============== JOOMLA! EXTENSIONS - MOD_STATISTICS =============== */
dl.stats-module dt {
	float: left;
	width: 65%;
}
dl.stats-module dd {
	margin: 0;
}
/* =============== JOOMLA! EXTENSIONS - COM_SEARCH =============== */
div.com-search #searchForm .search-phrase {
	margin-left: 95px;
}
div.com-search #searchForm .search-range input,
div.com-search #searchForm .search-phrase input {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
div.com-search #searchForm [class*="search-"] label,
div.com-search #searchForm .search-field-title {
	width: 100px;
	line-height: 21px;
	text-align: left;
	padding-right: 3px;
	display: inline-block;
}
div.com-search #searchForm .search-range label,
div.com-search #searchForm .search-phrase label {
	width: auto;
}
div.com-search #searchForm .search-ordering select {
	padding: 2px 0;
}
div.com-search #searchForm .search-range label {
	line-height: 21px;
}
.jsn-joomla-30 div.search .inputbox {
	width: auto;
	max-width: 100%;
}
/* =============== JOOMLA! EXTENSIONS - COM_FINDER =============== */
.collapse {
	overflow: hidden;
}
/* ----- KEYWORD GIGHLIGHT IN SEARCH RESULT ----- */
span.highlight {
	padding: .2em;
	background: #FFFFAA;
}
/* =============== JOOMLA! EXTENSIONS - COM_WEBLINK =============== */
table.jsn-infotable .description p {
	margin: 0;
}
table.jsn-infotable ul.actions {
	display: inline;
}
table.jsn-infotable ul.actions li {
	display: inline;
	margin: 0 0 0 5px;
}
#editor-xtd-buttons {
	float: left;
}
/* =============== JOOMLA! EXTENSIONS - COM_NEWSFEED =============== */
div.com-newsfeed td.jsn-table-column-name {
	font-weight: bold;
}
div.com-newsfeed table {
	width: 100%;
	border-collapse: collapse;
}
div.com-newsfeed td {
	border: 1px solid #ccc;
	padding: 10px 5px;
	border-top: none;
}
div.com-newsfeed th {
	background: #999;
	padding: 10px 5px;
	border: 1px solid #999;
	border-bottom: none;
}
div.com-newsfeed th a {
	color: #fff;
}
div.com-newsfeed td.item-num-art {
	text-align: center;
}
/* =============== 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(../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(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: 0.9em;
	padding: 5px 0;
}
span.breadcrumbs a,
span.breadcrumbs span {
	color: #404040;
	padding-right: 18px;
	text-decoration: none;
	background: url(../images/icons/icon-arrow-black.png) right center no-repeat;
}
span.breadcrumbs a {
	padding-left: 8px;
	float: left;
}
span.breadcrumbs a + span.current {
	margin-left: 8px;
}
span.breadcrumbs a.first {
	padding-left: 0;
}
span.breadcrumbs a:hover {
	text-decoration: underline;
}
span.breadcrumbs span.current {
	color: #404040;
	background: none;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
	font-size: 1em;
	text-align: center;
}
.breadcrumb li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: none;
	margin: 0 2px;
}
.breadcrumb li a,
.breadcrumb li span {
    color: #ff3a47;
    font-size: 18px;
}
.breadcrumb li:first-child {
	margin-left: 0;
}
.breadcrumb li a,
.breadcrumb li span + span {
	display: inline-block;
}
.breadcrumb li span + span {
	color: #fff;
    background: none;
    font-size: 18px;
}
.breadcrumb a,
.breadcrumb li span {
	padding: 0 11px 0 0;
	background: url("../images/icons/icon-arrow-white.png") right center no-repeat;
	text-shadow: none;
}
.breadcrumb > li > .divider {
	padding: 0 !important;
}
.breadcrumb li.active:first-child span.divider {
	padding: 0 5px 0 0;
	background: none;
}
.breadcrumb .active {
	color: #999;
}
/* =============== JOOMLA! EXTENSIONS - MOD_LOGIN =============== */
#form-login fieldset.input {
	border: none;
	padding: 0;
}
#form-login div.button-wrapper {
	text-align: center;
	margin-top: 0.5em;
}
#form-login [id^="form-login-"] {
	margin: 0 0 6px 0;
}
form#login-form a.btn {
	height: 15px;
}
form#login-form .icon-arrow-right {
	background-position: -458px -73px;
}
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod-search-searchword {
	padding: 2px 0 2px 25px;
	background: #FFF url(../images/icons/icons-base.png) 5px -168px no-repeat;
}
/* =============== JOOMLA! EXTENSIONS - MOD_NEWSFLASH =============== */
.jsn-mod-newsflash.jsn-horizontal-container .jsn-article {
	padding: 0 1em;
}
.jsn-mod-newsflash .contentheading {
	margin: 0 0 0.3em 0;
}
.jsn-mod-newsflash .article-separator {
	display: block;
	height: 0.5em;
}
/* ============================== JOOMLA! 3.x CORE COMPONENT LAYOUT ============================== */
.img-fulltext-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.pull-right.collapsed .icon-minus,
.pull-right .icon-plus {
	display: none;
}
.pull-right .icon-minus,
.pull-right.collapsed .icon-plus {
	display: block;
}
/* ---------- OVERRIDE ----------- */
.jsn-joomla-30 blockquote {
	border-left: none;
}
.jsn-joomla-30 hr {
	margin: 0.5em 0;
}
.jsn-joomla-30 .form-horizontal .control-label {
	text-align: left;
}
.jsn-joomla-30 .calendar tbody td,
.jsn-joomla-30 .calendar tbody td.hilite,
.jsn-joomla-30 .calendar tbody td.selected {
	border: none;
	padding: 5px;
	text-align: center;
}
.jsn-joomla-30 .input-append .btn {
	padding: 7px 14px 6px;
	outline: none;
}
.jsn-joomla-30 label,
.jsn-joomla-30 input,
.jsn-joomla-30 button,
.jsn-joomla-30 select,
.jsn-joomla-30 textarea,
.jsn-joomla-30 .btn,
.jsn-joomla-30 .uneditable-input {
	font-size: 13px;
}
.jsn-joomla-30 .icon-location {
	background-position: -24px -73px;
}
.jsn-joomla-30 div.tooltip {
	background: none;
	border: none;
}
.jsn-joomla-30 #form-login-remember .control-label,
.jsn-joomla-30 #modlgn-remember {
	vertical-align: middle;
}
.jsn-joomla-30 .dropdown-menu li,
.jsn-joomla-30 .category li {
	margin: 0;
}
.jsn-joomla-30 .page-header {
	border-bottom: none;
	margin-bottom: 0;
}
/*========== CUSTOM CSS ========== */
/* ========== PROMO ========== */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);

/* ========== MENU ========== */
div.jsn-modulecontainer ul.menu-mainmenu > li.jsn-menu-button a {
  background-color: #555555;
  color: #fff;
  font-size: 12px;
}
.promotext-md {
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  line-height: 46px;
  font-weight: 400;
  color: #434343;
}
body.jsn-demo-page #jsn-content_inner {
  width: 100%;
  padding: 30px 0 0;
}
.jsn-bootstrap3.jsn-images-tabs .tab-content {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.jsn-bootstrap3.jsn-images-tabs .tab-content,
.jsn-bootstrap3.jsn-pagebuilder.jsn-images-tabs .nav-tabs,
.jsn-bootstrap3.jsn-pagebuilder.jsn-images-tabs .nav-tabs > li.active > a,
.jsn-bootstrap3.jsn-pagebuilder.jsn-images-tabs .nav-tabs > li.active > a:hover,
.jsn-bootstrap3.jsn-pagebuilder.jsn-images-tabs .nav-tabs > li.active > a:focus {
  border: none;
}
.jsn-bootstrap3.jsn-pagebuilder.jsn-images-tabs .nav-tabs > li > a:hover {
  background-color: transparent;
  border: none;
}
.jsn-bootstrap3.jsn-pagebuilder.jsn-images-tabs .nav-tabs {
  text-align: center;
}
.jsn-bootstrap3.jsn-pagebuilder.jsn-images-tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}
/*--- contact-form-md ---*/

#jsn-master [id^="jsn_form_"].jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight{
  border-color: transparent !important;
  background: none !important;
}

.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .characters-limit:before, .contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .characters-limit:after {
  content: "";
  display: table;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .characters-limit:after {
  clear: both;
}

.contact-form-md .jsn-master {
  font-size: 14px;
  line-height: 1.6em;
  font-family: 'Questrial', sans-serif;
}
.contact-form-md h3.pb-module-title {
  font-size: 30px;
  color: #555;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 1px;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-row-container {
  margin-bottom: 0;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap {
  padding: 0;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap form {
  margin-top: 20px;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .characters-limit {
  margin: -15px 0 10px;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .help-block {
  margin-top: -10px;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
  padding: 0;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls input[type="text"], .contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls textarea {
  border: 1px solid #f0f0f0;
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
  border-radius: 0;
  font-size: 14px;
  line-height: 40px;
  min-height: 40px;
  font-family: 'Questrial', sans-serif;
  font-weight: 300;
  color: #a0a0a0;
  padding: 0 20px;
  margin: 0 0 20px;
  width: 100% !important;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .jsn-form-content .control-group .control-label {
  display: none;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .form-actions {
  margin: 0 0 0;
  padding: 0;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .form-actions .btn-toolbar {
  float: none !important;
  margin: 0;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .form-actions .jsn-form-submit {
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
  border-radius: 2px !important;
  border: none;
  margin: 0;
  padding: 5px 20px;
  background: #414141;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 1px;
  font-family: 'Questrial', sans-serif;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  float: right;
}
.contact-form-md #jsn_form_3.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls textarea {
  height: 145px;
}
.contact-form-md .jsn-master .jsn-text-center {
  display: none;
}
/*========= CONTACT US ==========*/
.jsn-contact-page #jsn-promo {
    background-image: url(../images/backgrounds/bg-contact-us.jpg);
}
.jsn-contact-page .col-md-6:last-child {
  width: 30%;
}
.jsn-contact-page .bg-contact-us {
  padding: 120px 0 0;
}
.jsn-contact-page #jsn-content_inner {
  padding: 90px 0 75px;
  width: 100%;
}
.jsn-uniform .jsn-header.submitcv {
  text-align: left;
}
#jsn-master .jsn-uniform .jsn-header.submitcv h4 {
  color: #1f1f1f;
  margin-bottom: 25px;
}
#jsn-master .jsn-page-info h5,
#jsn-master .jsn-page-info + h5 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #1f1f1f;
  font-weight: 400;
  margin-top: 50px;
}
.jsn-page-info {
  list-style: none;
  padding: 0;
}
.jsn-page-info ul, .jsn-page-info ol {
  list-style: none;
  padding: 0;
}
.jsn-page-info ul li, .jsn-page-info ol li {
  list-style: none;
  padding: 0;
}

.jsn-bootstrap3 .page-info-md a {
  transition: all .3s, visibility 0s;
  -ms-transition: all .3s, visibility 0s;
  -webkit-transition: all .3s, visibility 0s;
  -moz-transition: all .3s, visibility 0s;
}

.jsn-bootstrap3 .page-info-md a {
  color: #5e5e5e;
  text-decoration: none !important;
}
.jsn-bootstrap3 .page-info-md a:hover {
  color: #222;
}∂cen

.jsn-page-info ul li {
  margin: 10px 0 0;
  display: block;
}
.jsn-page-info ul li p {
  margin: 0;
  padding: 18px 20px 18px 80px;
  font-size: 16px;
  line-height: 22px;
  color: #54646f;
  font-family: 'Questrial', sans-serif;
}
.jsn-page-info ul li p span {
  display: inline-block;
  width: 22%;
}
/**
 * 1. 1st Homepage
 * -------------------------------------------------------------------
 */
/*--- menu ---*/
body.jsn-1st-homepage #jsn-header {
  padding: 0;
}
body.jsn-1st-homepage #jsn-logo {
  display: none;
}
body.jsn-1st-homepage #jsn-header.jsn-menu-sticky {
    background: #000;
}
body.jsn-1st-homepage #jsn-header:not(.jsn-menu-sticky) #jsn-menu {
    background: rgba(0,0,0,0.2);
    margin: 30px 0 0;
}
body.jsn-1st-homepage div.jsn-modulecontainer ul.menu-mainmenu > li > a {
  color: #fff;
}
body.jsn-1st-homepage div.jsn-modulecontainer ul.menu-mainmenu > li > a:before {
    background-color: rgba(255, 255, 255, 0.2);
}
body.jsn-1st-homepage div.jsn-modulecontainer ul.menu-mainmenu > li:first-child > a:before {
	display: none;
}
body.jsn-1st-homepage #jsn-menu,
body.jsn-1st-homepage #jsn-menu div.jsn-modulecontainer {
  float: none !important;
}
body.jsn-1st-homepage #jsn-menu .jsn-modulecontent > ul.menu-mainmenu {
  text-align: center;
}
body.jsn-1st-homepage #jsn-menu .jsn-modulecontent > ul.menu-mainmenu ul {
  text-align: left;
}
body.jsn-1st-homepage div.jsn-modulecontainer ul.menu-mainmenu > li:not(.jsn-menu-mobile-control) {
  float: none;
  display: inline-block;
  padding: 35px 0 33px;
  vertical-align: middle;
  margin: 0;
}
body.jsn-1st-homepage div.jsn-modulecontainer ul.menu-mainmenu > li.jsn-center-logo {
  margin: 0 60px;
  padding: 20px 0 25px;
}
body:not(.jsn-1st-homepage) div.jsn-modulecontainer ul.menu-mainmenu > li.jsn-center-logo,
body.jsn-1st-homepage div.jsn-modulecontainer ul.menu-mainmenu > li.jsn-center-logo > a span img + span {
  display: none;
}
body.jsn-1st-homepage div.jsn-modulecontainer ul.menu-mainmenu > li.jsn-center-logo > a {
  font-size: 26px;
  font-family: 'Questrial', sans-serif;
  color: #fff;
  border: 3px solid #fff;
  padding: 10px;
}
body.jsn-1st-homepage div.jsn-modulecontainer ul.menu-mainmenu > li.jsn-center-logo > a:before,
body.jsn-1st-homepage div.jsn-modulecontainer ul.menu-mainmenu > li.jsn-center-logo + li > a:before {
  display: none;
}
body.jsn-1st-homepage div.jsn-modulecontainer ul.menu-mainmenu > li.jsn-center-logo + li > a {
  padding: 0;
}
/*--- homepage slider ---*/
.slider-content{
    color: #fff;
}
.slider-sub-title{
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: .5px;
}
.slider-title{
    font-size: 140px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
}
.slider-txt{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.jsn-1st-homepage #jsn-promo {
  margin-top: -126px !important;
}
/*--- jsn-content-top ---*/

.jsn-1st-homepage  #jsn-content-top{
    background: url(../images/backgrounds/1.jpg);
    background-size: cover;
}

.jsn-1st-homepage #jsn-pos-content-top {
  padding: 180px 0 290px;
}
body.jsn-1st-homepage  #jsn-content-bottom-inner {
	width: 100%;
}
.jsn-1st-homepage #jsn-content-bottom div.jsn-modulecontainer {
  margin-top: 0;
}
.artilce-list-1-md {
  padding-left: 45%;
}
.artilce-list-1-md .jsn-modulecontent > div > .jsn-bootstrap3 .col-md-6 {
  padding: 0;
}

.artilce-list-1.jsn-bootstrap3 .pb-element-container {
  margin: 0;
}
.artilce-list-1.jsn-bootstrap3 .articlelist-item .title {
  margin-bottom: 20px;
}
.artilce-list-1.jsn-bootstrap3 .articlelist-item .title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  line-height: 1em;
  font-weight: 700;
  color: #414141;
  text-decoration: none !important;
}
.artilce-list-1.jsn-bootstrap3 .articlelist-item .title a:after {
  content: '.';
}
body.jsn-color-red .artilce-list-1.jsn-bootstrap3 .articlelist-item .title a:after {
  color: #ff3a47;
}
.artilce-list-1.jsn-bootstrap3 .articlelist-item p {
  font-size: 16px;
  line-height: 24px;
}
.artilce-list-1.jsn-bootstrap3 .articlelist-item-read-more {
  margin-top: 40px;
  display: inline-block;
  padding-right: 20px;
  background: url(../images/icons/icon-readmore.png) 100% 40% no-repeat;
}
.artilce-list-1.jsn-bootstrap3 .articlelist-item-read-more a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #414141;
  letter-spacing: 2px;
}
/*--- jsn-content-top-below ---*/

#jsn-content-top-below div.jsn-modulescontainer{
  padding: 0 !important;
}

.services-md .jsn-modulecontent > div .jsn-bootstrap3 .row {
  margin: 0;
}
.services-md .jsn-modulecontent > div .jsn-bootstrap3 .row div {
  padding: 0;
  margin: 0;
}
.services-md .jsn-modulecontent > div .jsn-bootstrap3 .row div.col-md-6:last-child {
  background: url("../images/backgrounds/2.jpg");
  background-size: cover;
  padding: 237px 0;
}
.services-md .jsn-modulecontent > div .jsn-bootstrap3 .row div.jsn-btn-1 {
  text-align: right;
  padding-right: 27%;
}

.article-list-2.jsn-bootstrap3 > div {
  width: 46%;
  margin: 0 auto !important;
  border: 4px solid #fff;
  padding: 55px 45px 85px !important;
  display: inline-block;
}
.article-list-2.jsn-bootstrap3 .pb-element-container {
  margin: 0;
}
.article-list-2.jsn-bootstrap3 .articlelist-item .title {
  margin-bottom: 20px !important;
}
.article-list-2.jsn-bootstrap3 .articlelist-item .title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  text-decoration: none !important;
}
.article-list-2.jsn-bootstrap3 .articlelist-item .title a:after {
  content: '.';
  color: #ff3a47;
}
.article-list-2.jsn-bootstrap3 .articlelist-item p {
  font-size: 16px;
  line-height: 24px;
  color: #838383;
}

.jsn-btn-1 {
  margin-top: 12px !important;
}
.jsn-btn-1 a {
  box-shadow: none !important;
  font-size: 16px !important;
  color: #fff !important;
  padding: 0 20px 0 0 !important;
  border: none !important;
  background: url(../images/icons/icon-readmore-white.png) 100% 50% no-repeat !important;
}

.article-list-3.jsn-bootstrap3 {
  background: #fff;
  margin: 1px 0 0 0 !important;
  position: relative;
}
.article-list-3.jsn-bootstrap3:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: #fff;
  z-index: 9;
}
.article-list-3.jsn-bootstrap3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #fff;
  z-index: 9;
}
.article-list-3.jsn-bootstrap3 .pb-element-container {
  margin: 0;
}
.article-list-3.jsn-bootstrap3 .articlelist-item {
  clear: none;
  width: 50%;
  float: left;
  border: 1px solid #e8e8e8;
  text-align: center;
  margin: -1px 0 0 -1px;
  padding: 150px 40px 38px;
}
.article-list-3.jsn-bootstrap3 .articlelist-item .articlelist-item-thumbnail {
  float: none;
  margin-bottom: 25px !important;
}
.article-list-3.jsn-bootstrap3 .articlelist-item .articlelist-item-thumbnail img {
  width: auto !important;
}
.article-list-3.jsn-bootstrap3 .articlelist-item .title {
  margin-bottom: 25px;
}
.article-list-3.jsn-bootstrap3 .articlelist-item .title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 700;
  color: #414141;
  text-transform: capitalize;
  text-decoration: none !important;
}
.article-list-3.jsn-bootstrap3 .articlelist-item p {
  font-size: 16px;
  line-height: 24px;
}

/*--- jsn-content-top-over ---*/

.jsn-1st-homepage #jsn-content-top-over{
  padding: 45px 0;
  background: #f5f8fa;
}

.jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .characters-limit:before, .jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .characters-limit:after {
  content: "";
  display: table;
}
.jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .characters-limit:after {
  clear: both;
}

.subscribe-md {
  padding-top: 10px;
}
.subscribe-md .jsn-bootstrap3 .pb-element-container {
  margin: 0;
}
.subscribe-md .jsn-bootstrap3 .subcrible h4 {
  font-size: 35px;
  font-weight: 700;
  color: #444;
  text-decoration: none !important;
  margin: -8px 0 5px;
  font-family: 'Montserrat', sans-serif;
}
.subscribe-md .jsn-bootstrap3 .subcrible p {
  font-size: 16px;
  line-height: 24px;
  color: #54646f;
  margin: 0;
}

.jsn-form-subscribe .jsn-master {
  font-size: 16px;
  color: #bfc5ca;
}
.jsn-form-subscribe #jsn_form_2.jsn-master .jsn-row-container {
  margin-bottom: 0;
  padding-right: 150px;
  position: relative;
}
.jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap {
  padding: 0;
}
.jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap form {
  margin-top: 0;
}
.jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .characters-limit {
  margin: -15px 0 10px;
}
.jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
  padding: 0 30px 0 0;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls input[type="text"], .jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls textarea {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
  border-radius: 0;
  border-bottom: 1px solid #414141 !important;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  font-weight: 300;
  color: #bfc5ca; 
  padding: 0;
  margin: 0 0;
  width: 100% !important;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group .control-label {
  display: none;
}
.jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .form-actions {
  margin: 0 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}
.jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .form-actions .btn-toolbar {
  float: none !important;
  margin: 0;
}
.jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .form-actions .jsn-form-submit {
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
  border-radius: 2px !important;
  border: none;
  margin: 0;
  padding: 0 20px;
  background: #414141;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 1px;
  width: 100%;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.jsn-form-subscribe .jsn-master .jsn-text-center {
  display: none;
}

/*--- jsn-content-bottom-above ---*/

.jsn-1st-homepage #jsn-content-bottom-above{
  padding: 45px 0;
  background: #f5f8fa;
}

.tagline-md .jsn-bootstrap3 p {
  font-size: 24px;
  line-height: 32px;
  color: #5b6f7d;
  margin: 15px 0 0px;
}

#jsn-master .jsn-btn-2 a {
  box-shadow: none !important;
  font-size: 16px !important;
  color: #fff !important;
  padding: 0 15px !important;
  border: none !important;
  background: #ff3a47 !important;
  width: auto !important;
  line-height: 50px !important;
  text-align: center;
  text-shadow: none;
  display: inline-block;
}

/*--- jsn-content-bottom ---*/

.jsn-1st-homepage #jsn-content-bottom{
  padding: 80px 0 0;
  background: #fff;
}
[id^="jsn-thememasonry-gallery-"] .jsn-is-msnry-grid-item img {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
[id^="jsn-thememasonry-gallery-"] .jsn-is-msnry-grid-item img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.article-list-4.jsn-bootstrap3 .articlelist-item .articlelist-item-content {
  transition: all .5s, visibility 0s;
  -ms-transition: all .5s, visibility 0s;
  -webkit-transition: all .5s, visibility 0s;
  -moz-transition: all .5s, visibility 0s;
}

#jsn-master .row-fluid .our-team-md {
	width: 1140px;
	margin: 0 auto;
	float: none;
}
.jsn-bootstrap3 .our-team-md .jsn-header h4,
#jsn-master .jsn-header.submitcv h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  line-height: 1em;
  font-weight: 700;
  color: #414141;
  text-decoration: none !important;
  margin: 0px 0 15px;
}
.jsn-header.submitcv {
  text-align: center;
}
.our-team-md .article-list-4 {
  text-align: center;
}
.jsn-header.submitcv h4 {
  color: #1f1f1f;
}
.our-team-md .article-list-4:before,
.our-team-md .article-list-4:after {
  display: block;
  width: 1px;
  height: 70px;
  background-color: #414141;
  content: "";
  margin: 30px auto;
}
.our-team-md .article-list-4:after {
  margin: 8px auto 40px;
}
.our-team-md .article-list-4.no-line:before,
.our-team-md .article-list-4.no-line:after {
  display: none;
}
.jsn-bootstrap3 .our-team-md .jsn-header h4:after,
.jsn-header.jsn-title-dot h4:after {
  content: '.';
  color: #ff3a47;
}
.jsn-bootstrap3 .our-team-md .jsn-header p,
.jsn-header p {
  font-size: 16px;
  line-height: 24px;
  color: #54646f;
  margin: 0;
}
.jsn-header.submitcv p {
  margin: 25px 30%;
}
.article-list-4.jsn-bootstrap3 {
  position: relative;
}
.article-list-4.jsn-bootstrap3 .pb-element-container {
  margin: 0;
}
.article-list-4.jsn-bootstrap3 .list-style-type-thumbnail {
  margin: 0 -15px !important;
}
.article-list-4.jsn-bootstrap3 .articlelist-item {
  clear: none;
  width: 33.33333%;
  float: left;
  text-align: center;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.article-list-4.jsn-bootstrap3 .articlelist-item:hover .articlelist-item-content {
  bottom: 0;
}
.article-list-4.jsn-bootstrap3 .articlelist-item .articlelist-item-thumbnail {
  float: none;
  margin: 0 !important;
}
.article-list-4.jsn-bootstrap3 .articlelist-item .articlelist-item-thumbnail img {
  width: auto !important;
}
.article-list-4.jsn-bootstrap3 .articlelist-item .articlelist-item-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px;
}
.article-list-4.jsn-bootstrap3 .articlelist-item .title {
  margin-bottom: 0;
}
.article-list-4.jsn-bootstrap3 .articlelist-item .title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 700;
  color: #414141;
  text-transform: capitalize;
  text-decoration: none !important;
}
.article-list-4.jsn-bootstrap3 .articlelist-item p {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0;
}
.article-list-2 {
  text-align: center;
}
.jsn-submit {
    text-align: center;
    background: url(../images/backgrounds/bg-submitcv.png) no-repeat center bottom;
    padding: 0 0 240px;
}
.jsn-number:before {
    display: inline-block;
    font-size: 100px;
    color: #eeeeee;
    font-family: 'Montserrat', sans-serif;
    line-height: 120px;
    float: left;
    transform: rotate(-90deg);
    -web-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    margin: 10px 0 0;
}
.jsn-number > div {
  padding: 0 0 0 125px;
}
.jsn-one-number:before {
    content: "01";
    color: #e5e5e5;
}
.jsn-two-number:before {
    content: "02";
    color: rgba(255,255,255,0.1);
    margin: 0;
    vertical-align: top;
    float: none;
}
.jsn-three-number:before {
    content: "03";
    float: none;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}
.jsn-four-number:before {
    content: "04";
}
.jsn-five-number:before {
    content: "05";
}
.jsn-six-number:before {
    content: "06";
    float: none !important;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    color: #e7eaec;
    font-size: 125px;
}
.jsn-modulecontent > div .jsn-bootstrap3 .jsn-testimonial-bg.row div.col-md-6:last-child {
  background: url("../images/backgrounds/bg-testimonial.png");
  background-position: right top;
  background-size: cover;
  padding: 268px 0 90px 80px;
}
.jsn-1st-homepage #jsn-content-bottom div.jsn-modulescontainer {
  padding: 5px 0;
}
.jsn-testimonial-bg .jsn-header.submitcv {
  text-align: left;
}
.jsn-testimonial-bg .jsn-header.submitcv p {
  margin: 15px 35% 0 0;
}
/*========= ABOUT US ======== */
.jsn-aboutus-page #jsn-pos-content-top {
  padding: 80px 0;
}
.jsn-aboutus-page #jsn-promo {
    background-image: url(../images/backgrounds/bg-about-us.jpg);
}
#jsn-master h5.title {
  font-size: 55px;
  color: #1f1f1f;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 55px;
}
#jsn-master h5.title:after {
  width: 33px;
  height: 3px;
  background-color: #1f1f1f;
  content: "";
  display: block;
  margin-top: 15px;
}
#jsn-master h5.title.center:after {
  text-align: center;
  margin: 15px auto 0;
}
#jsn-master h5.title span {
  display: inline-block;
}
#jsn-master h5.title span:after {
    content: '.';
    color: #ff3a47;
    display: inline-block;
}
.jsn-bootstrap3.pb-element-progressbar.jsn-1st-progress .progress-info .progress-percentage {
    float: right;
    display: inline-block;
    color: #343434;
    font-size: 16px;
    padding: 5px 8px;
    float: right;
    margin: 0 0 6px;
}
.jsn-bootstrap3.pb-element-progressbar.jsn-1st-progress .progress-info .progress-title {
  font-size: 16px;
  color: #343434;
  line-height: 30px;
  margin: 0;
}
.jsn-bootstrap3.pb-element-progressbar.jsn-1st-progress .progress,
.jsn-bootstrap3.pb-element-progressbar.jsn-1st-progress .progress-bar {
  height: 3px;
  box-shadow: none;
  background-color: #ff7179;
}
.jsn-bootstrap3.pb-element-progressbar.jsn-1st-progress .progress {
  clear: both;
  background: #cbd2d6;
}
div.intro-aboutus.grid-layout3 div.grid-col p {
  font-size: 14px;
  color: #5b6f7d;
}
div.intro-aboutus.grid-layout3 div.grid-col:first-child + div.grid-col p {
  margin-right: 25px;
  margin-left: 0;
}
body.jsn-aboutus-page #jsn-content-top-over{
    background-color: #f5f8fa;
    padding: 30px 0 80px;
}
div.jsn-branding-intro .grid-col {
  text-align: center;
}
div.jsn-branding-intro .grid-col img {
  margin: 25px 0 10px;
}
div.jsn-branding-intro .grid-col h5 {
  font-size: 22px;
  color: #5b6f7d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 22px;
}
div.jsn-branding-intro .grid-col p {
  font-size: 14px;
  color: #5b6f7d;
  font-family: 'Questrial', sans-serif;
  line-height: 24px;
  margin: 20px 0 0;
}
#jsn-master .jsn-heading-type h5 {
color: #1f1f1f;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 45px 15%;
    text-align: center;
}
.pb-element-button.link-button.button-red a.btn {
    padding: 0;
    font-size: 16px;
    text-shadow: none;
}
.pb-element-button.link-button.button-red {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body.jsn-aboutus-page #jsn-content-bottom-inner {
  width: 100%;
}
/*--------- BLOG ---------*/
.fourth-cols-layout .pb-articlelist-wrapper .pb-articlelist-first a.title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 85px;
    line-height: 1.6em;
    font-weight: 700;
    color: #1f1f1f;
    text-decoration: none !important;
    text-align: center;
}
.fourth-cols-layout .pb-articlelist-wrapper .pb-articlelist-first a.title {
	font-size: 51px;
	text-align: left;
}
.fourth-cols-layout .pb-articlelist-wrapper .pb-articlelist-first .articlelist-first-thumbnail p {
	font-size: 16px;
	line-height: 22px;
	font-family: 'Questrial', sans-serif;
	color: #5b6f7d;
}
.fourth-cols-layout .pb-articlelist-wrapper .pb-articlelist-first .articlelist-item-read-more a {
	font-size: 14px;
	color: #414141;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.fourth-cols-layout .pb-articlelist-wrapper .pb-articlelist-first .title:after {
    content: '.';
    color: #ff3a47;
}
.jsn-bootstrap3.fourth-cols-layout .col-md-6:first-child {
	width: 25% !important;
	padding: 50px;
}
.jsn-bootstrap3.fourth-cols-layout .col-md-6 {
	width: 75% !important;
}
.fourth-cols-layout .col-sm-6.pb-articlelist-list .articlelist-item {
    display: inline-block;
    width: 33.33%;
    padding-right: 10px;
    position: relative;
}
.fourth-cols-layout.no-space .col-sm-6.pb-articlelist-list .articlelist-item {
	padding: 0;
}
.fourth-cols-layout.no-space {
	background-color: #f5f8fa;
}
.fourth-cols-layout.no-space .col-sm-6.pb-articlelist-list .list-style-type-thumbnail {
	width: 100%;
}
.fourth-cols-layout .col-sm-6.pb-articlelist-list .articlelist-item .articlelist-item-content {
	position: absolute;
	bottom: 10px;
	left: 12px;
	right: 20px;
}
.fourth-cols-layout .col-sm-6.pb-articlelist-list .articlelist-item .articlelist-item-content a.title {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 100;
}
.fourth-cols-layout .col-sm-6.pb-articlelist-list .articlelist-item .articlelist-item-content .meta-data-wrapper {
	margin: 5px 0;
}
.fourth-cols-layout .col-sm-6.pb-articlelist-list .articlelist-item .articlelist-item-content .meta-data-wrapper .published {
	color: #fff;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	margin: 0;
}
.fourth-cols-layout .col-sm-6.pb-articlelist-list .articlelist-item .articlelist-item-thumbnail {
	margin: 0;
}
.fourth-cols-layout .col-sm-6.pb-articlelist-list .list-style-type-thumbnail {
	width: calc(100% + 10px);
}
/*--------- TESTIMONIALS HP1 ---------- */
.jsn-1st-testimonials {
	padding: 50px 0;
}
.jsn-1st-testimonials .pb-testimonial-box {
	border: none;
}
.jsn-1st-testimonials .pb-testimonial-box .pb-testimonial-content {
	background: url(../images/icons/icon-text-blockquote.png) no-repeat top center;
	margin: 0 20%;
	padding-top: 60px;
}
.jsn-bootstrap3 .col-sm-6 .jsn-1st-testimonials .pb-testimonial-box .pb-testimonial-content {
	margin: 0 15%;
}
.jsn-1st-testimonials .pb-testimonial-box .pb-testimonial-content p {
    font-family: 'Lora', serif;
    font-size: 20px;
    color: #54646f;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
}
.jsn-1st-testimonials .pb-testimonial-item .top > .arrow {
	display: none;
}
.jsn-1st-testimonials .pb-testimonial-meta .pb-testimonial-name {
	font-family: 'Montserrat', sans-serif;
}
.jsn-1st-testimonials .pb-testimonial-meta .pb-testimonial-jobtitle {
	color: #a2a2a2;
	font-size: 16px;
	font-family: 'Questrial', sans-serif;
	margin: 5px 0 0;
}
.jsn-1st-testimonials .pb-testimonial-avatar {
	width: 95px;
	height: 95px;
	margin-top: 0;
	border: 1px solid #ccc;
	background-color: #ccc;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.jsn-1st-testimonials .pb-testimonial-avatar img {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;	
}
.jsn-1st-testimonials .carousel.pb-testimonial ol.carousel-indicators li {
    background-color: #e7eaeb;
    margin: 0 5px 0 0;
}
.jsn-1st-testimonials .pb-testimonial-meta {
    margin: 25px 20px 0;
}
.jsn-1st-testimonials .carousel.pb-testimonial ol.carousel-indicators li.active {
    background-color: #ff3a47;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
}
.jsn-1st-testimonials .carousel.pb-testimonial .carousel-inner {
    padding-bottom: 0;
}
/*--------- USER BOTTOM ---------- */
#jsn-usermodules3 h3.logo {
	color: #414141;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	display: block;
}
#jsn-usermodules3 h3.logo:before {
	content: "";
	width: 25px;
	height: 25px;
	border: 4px solid #ff3a47;
	display: block;
}
#jsn-usermodules3 .pb-module-title {
	color: #414141;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-top: 50px;
}
#jsn-usermodules3 h3.logo + p {
	margin: 0 60px 0 0;
}
#jsn-master h3.jsn-title-dot,
div.jsn-title-dot h3.jsn-moduletitle,
.jsn-two-cols .articlelist-item .title a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 50px;
    line-height: 1.6em;
    font-weight: 700;
    color: #1f1f1f;
    text-decoration: none !important;
    text-align: center;
}
.jsn-bootstrap3.jsn-pagebuilder.jsn-images-tabs .tabbable .tab-content {
    overflow: hidden;
}
@media only screen and (max-width: 1366px), (max-device-width: 1366px) {
	.jsn-1st-homepage #jsn-pos-content-top {
	    padding: 150px 0 200px;
	}
	.jsn-header.submitcv p {
	    margin: 25px 24%;
	}
	.article-list-2.jsn-bootstrap3 > div {
	    width: 60%;
	}
	.services-md .jsn-modulecontent > div .jsn-bootstrap3 .row div.jsn-btn-1 {
	    padding-right: 11%;
	}
  .intro-content {
      bottom: 120px;
  }
}
@media only screen and (max-width: 1024px), (max-device-width: 1024px) {
	#jsn-master .row-fluid .our-team-md,
  body.jsn-2nd-homepage #jsn-content-bottom-above .jsn-two-cols {
    	width: 100%;
	}
  .article-list-3.jsn-bootstrap3 .articlelist-item {
      padding: 120px 40px 30px;
  }
  .jsn-header.submitcv p {
      margin: 25px 18%;
  }
  #jsn-menu #jsn-pos-mainmenu {
    float: left;
  }
  .jsn-module-type-out {
      margin: 5% 10%;
  }
  .fourth-cols-layout .pb-articlelist-wrapper .pb-articlelist-first a.title {
    font-size: 45px;
  }
  .jsn-two-cols .articlelist-item .articlelist-item-description {
    font-size: 15px;
  }
  .jsn-two-cols .pb-articlelist-wrapper .articlelist-item .articlelist-item-content:before {
    font-size: 85px;
    margin: 50px 10px 180px 0;
  }
  .jsn-bootstrap3.fourth-cols-layout .col-md-6:first-child {
      padding: 30px;
  }
  .intro-content {
      bottom: 100px;
  }
  .intro-content h3 {
    font-size: 45px;
  }
  .jsn-1st-testimonials .pb-testimonial-box .pb-testimonial-content {
    margin: 0 15%;
  }
}
/*============ RTL Languages ============ */
body.jsn-direction-rtl .es-slider {
  direction: ltr;
}
body.jsn-direction-rtl .jsn-number:before {
  float: right;
}
body.jsn-direction-rtl .jsn-two-number:before {
  float: none;
}
body.jsn-direction-rtl .jsn-number > div {
    padding: 0 125px 0 0;
}
body.jsn-direction-rtl .services-md .jsn-modulecontent > div .jsn-bootstrap3 .row div.jsn-btn-1 {
    text-align: left;
    padding-left: 27%;
    padding-right: auto;
}
body.jsn-direction-rtl .jsn-bootstrap3 [class*="col-md-"] {
  float: right;
}
body.jsn-direction-rtl #jsn-usermodules3 h3.logo + p {
    margin: 0 0 0 60px;
}
body.jsn-direction-rtl .jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
    padding: 0 0 0 30px;
}
body.jsn-direction-rtl .jsn-form-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .form-actions {
  left: 0;
  right: auto;
}
body.jsn-direction-rtl .jsn-form-subscribe #jsn_form_2.jsn-master .jsn-row-container {
  padding-left: 150px;
  padding-right: 0;
}