/* ===== TOP INFO ===== */
.demo-top-info {
	font-size: 15px;
	margin: 3px 0;
	line-height: 38px;
	color: #ffffff;
}
.demo-top-info span {
	margin: 0 10px;
}
.demo-top-info span [class*="jsn-icon"] {
	font-size: 15px;
	margin-right: 5px;
}

/* ===== TOP HEADER BACKGROUND ===== */
#jsn-topheader {
	font-size: 12px;
	line-height: 38px;
	background: #00b8bb;
}

/* ===== BOTTOM FOOTER BACKGROUND ===== */
#jsn-footer {
	color: #ffffff;
	font-size: 12px;
	background: #00b8bb;
}

/* ===== TEXT SIZE ===== */
body {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	}

/* ===== MAIN MENU FONT SIZE ===== */
#jsn-menu a span.jsn-menutitle,
h3.jsn-moduletitle {
	font-size: 1.5em;
	}

/* ===== MAIN MENU DESCRIPTION SIZE ===== */
.jsn-menudescription {
	font-size: 1.1em;
	font-weight: normal;
	}

/* ===== MAIN MENU SUB MENU SIZE ===== */
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	font-size: 10px;
}

/* ===== MAIN MENU SUB MENU BACKGROUND COLOR ===== */
div.jsn-modulecontainer ul.menu-mainmenu ul {
	margin: 0;
	padding: 0 10px;
	width: 200px;
	left: 30px;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #ececec;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* ===== MAIN MENU UNDERLINE ===== */
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a .jsn-menutitle:before,
div.jsn-modulecontainer ul.menu-mainmenu > li.active > a .jsn-menutitle:before {
	width: 35px;
}

/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1 {
	color: #00b8bb;
	font-size: 2em;
}
h2 {
	color: #7d7d7d;
	font-size: 1.7em;
}
h3 {
	color: #7d7d7d;
	font-size: 1.5em;
}
h4 {
	color: #7d7d7d;
	font-size: 1.3em;
}
h5 {
	color: #00b8bb;
	font-size: 1.1em;
	}
h6 {
	color: #7d7d7d;
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	font-weight: normal;
}

/* ----- SOLIDBOX STYLE ----- */
div.solid-1 div.jsn-modulecontainer_inner {
	background-color: #00b8bb;
	padding: 20px;
}

/* ----- PAGE TITLE SEPARATOR LINE ----- */
.item-page .page-header h1 {
border-bottom: 1px solid #ECECEC;
margin-bottom: 20px;
padding-bottom: 10px;
position: relative;
}
.item-page .page-header h1:before {
background: #00b8bb;
bottom: -1px;
content: "";
height: 1px;
left: 0;
position: absolute;
width: 85px;
}

/* ----- MODULE CLASS SUFFIX WHITE TITLE ----- */
.white-title-center-module h3.jsn-moduletitle {
	color: #ffffff;
	text-align: center;
	font-weight: 550;
}

/* ----- MODULE CLASS SUFFIX WHITE TITLE ----- */
.white-title-module h3.jsn-moduletitle {
	color: #ffffff;
	font-weight: 550;
}

/* ----- MODULE CLASS SUFFIX CENTER TITLE ----- */
.center-title-module h3.jsn-moduletitle {
	text-align: center;
	font-weight: 550;
}

/* ----- BUTTON CUSTOM ----- */
.link-button {
	cursor: pointer;
	font-size: 1.2em;
	width: 75%;
	padding: 15px 25px;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
}

/* ===== REMOVE PROMO TOP PADDING ===== */
.jsn-demo-page #jsn-promo {
	padding: 0;
}

/* ===== ANCHOR PADDING FROM TOP ===== */

:target {
    display: block;    
    position: relative;     
    top: -100px;
    visibility: hidden;
}

/* =============== GO TO TOP BUTTON=============== */
#jsn-gotoplink {
	color: #fff;
	text-align: center;
	text-transform: uppercase !important;
	z-index: 999;
	padding: 7px 7px;
	display: block;
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	left: 2px;
	bottom: 2px;
	border-radius: 5px;
	width: 100px;
	}

#jsn-gotoplink:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(0, 0, 0, .8);
	}

/* =============== BREADCRUMBS BOLD =============== */
.breadcrumb li span + span {
	font-weight: bold;
}

/* =============== LOGO SIZE CUSTOM =============== */
#jsn-logo a {
	padding: 5px;
	
}

img#jsn-logo-desktop {
	width: 350px;
}

/* =============== MOBILE MENU BUTTON COLOR =============== */
body.jsn-color-green #jsn-menu .jsn-menu-toggle.active {
	color: #00b8bb;
}

/* =============== CONTACT FORM BUTTON COLOR =============== */
.jsn-form-submit {
	background: #00b8bb;
}

.jsn-form-submit:hover {
	background: #00b8bb;
	opacity: 0.7;
}

/* ----- LOGO & MENU LAYOUT TABLET ----- */
@media only screen and (min-width: 481px) and (max-width: 960px), (min-device-width: 481px) and (max-device-width: 960px) { 
   #jsn-logo {
       border-bottom: 1px solid #ececec;
       display: block;
       margin-left: 0;
       padding: 10px 0;
       text-align: center;
       transition: all 0.3s ease-in-out 0s;
       width: 100%;
   }
}

/* ----- CUSTOM BUTTON-2 LINK ----- */
.link-button-2 {
	cursor: pointer;
	font-size: 1.2em;
	padding: 5px 20px;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	background: #111;
}
a.link-button-2:hover,
.link-button-2 a:hover {
	text-decoration: none;
}
a.link-button-2,
.link-button-2 a {
	color: #fff !important;
}
.link-button-2.button-suit {
	background-color: #8D84E4;
}
.link-button-2.button-suit:hover {
background-color: #9059a6;
}

.link-button-2.button-color {
	background-color: #00b8bb;
}

.link-button-2.button-green,
.jsn-color-green .link-button-2.button-suit {
	background-color: #00b8bb;
}
.link-button-2.button-green:hover,
.jsn-color-green .link-button-2.button-suit:hover {
	background-color: #00b8bb;
	opacity: 0.7;
}

#jsn-page .button:hover, #jsn-page .button:active {
	background-color: #00b8bb;
	color: #fff;
	opacity: 0.7;
}

/* ===== HOMEPAGE SLIDESHOW ===== */
.jsn-demo-page .container_skitter,
.jsn-demo-page .container_skitter .image img {
	width: 100% !important;
}
.jsn-demo-page .label_skitter {
	width: 29% !important;
	max-width: 100%;
	opacity: 1;
	background: rgba(0,0,0,0.5);
	
}
.jsn-demo-page .jsn-themeslider-caption-title {
	text-transform: uppercase;
	font-size: 1.5em;
	color: #fff;
	border-bottom: 2px solid #00b8bb;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
}

.jsn-demo-page .jsn-themeslider-caption-description {
	font-size: 1.25em;
	color: #fff;
	
	display: block;
}

/* ===== BLOG TOP SPACING ===== */
#jsn-mainbody-content {
	padding: 0 0;
}

/* ===== APPLE PHONE NUMBER LINK REMAIN WHITE ===== */
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}