/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
a {
	color: #8889bc;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action:hover {
	background-color: #BCBDBE;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #ddd;
	color: #898989;
}
table.style-colorheader thead th,
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
    border-right: 1px solid rgba(255,255,255,0.2);
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes thead th {
	background-color: #aaa;
}
table.style-colorstripes thead th.highlight {
	background-color: #333;
}
table.style-colorstripes thead th,
table.style-colorstripes tbody tr,
table.style-colorstripes tbody td {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
}
table.style-colorstripes tbody tr {
	background-color: #e0e0e0;
	color: #898989;
}
table.style-colorstripes tbody .highlight {
	background-color: #aaa;
}
table.style-colorstripes tbody tr.odd {
	background-color: #eee;
	color: #898989;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #999;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #ccc;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #818285;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #bbb;
	color: #555;
	border-left: none;
}
.sectiontableheader {
	background-color: #dcddf5;
}
/* ============================== MODULE STYLES ============================== */
div[class*="lightbox-"] h3.jsn-moduletitle {
    background-color: #ddd;
}
div.lightbox-2 h3.jsn-moduletitle {
    border-bottom: 5px solid #515180;
}
/* ========== SOCIAL/MEDIA - ICON ========== */
.jsn-color-friday .search-menu h3.jsn-moduletitle span {
    background: #333;
}
#top-call-us{
    margin:40px 2px 5px 30px;
    padding: 0;
}
.fa-phone-square{
    font-size: 2em;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
}
.fa-facebook, .fa-pinterest, .fa-instagram, .fa-twitter{
    color: #fff;   
}
#social-icons ul li a{
 background-color: #BCBDBE;   
}
#social-icons ul li a:hover{
 background-color: #8889bc;
     transition: all 0.35s ease;   
}
/* ============================== MENU ============================== */
/* =============== LAYOUT - MENU AREA =============== */
#jsn-topheader {
	background-color: #fff;
	color: #999;
	position: relative;
	z-index: 1000;
    border-bottom: 0px solid rgba(188, 189, 192, 0.35);
}
#jsn-header {
    background: #fff;
	width: 100%;
	z-index: 900;
	position: relative;
}
#jsn-menu {
	z-index: 999;
	position: relative;
	width: 100%;
    background: #818285;
	border-bottom: 1px solid rgba(50, 50, 50, 0.45);
}
#jsn-pos-mainmenu {
	float: none;
	margin: 0;
}
#jsn-menu div.jsn-modulecontainer {
	float: none;
	margin: 0;
}
/* =============== MENU - MAIN MENU =============== */
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	color: #fff;
	text-transform: none;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a:after {
	background: #888bbb;
}
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
	color: #fff;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a {
	color: #888bb0;
}
div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-left: 0px solid #dcdcdc;
}
/* =============== MENU - SIDE/TREE MENU =============== */
div.jsn-modulecontainer ul.menu-treemenu li:hover > a,
div.jsn-modulecontainer ul.menu-treemenu li.active > a,
div.jsn-modulecontainer ul.menu-sidemenu li:hover > a,
div.jsn-modulecontainer ul.menu-sidemenu li.active > a,
div.jsn-modulecontainer ul.menu-sidemenu.menu-richmenu li:hover > a .jsn-menudescription,
div.jsn-modulecontainer ul.menu-sidemenu.menu-richmenu li.active > a .jsn-menudescription {
	color: #888bbb;
}
/* ----- 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 li.active > a,
#jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer.jsn-dropdown-active .jsn-moduletitle,
#jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer:hover .jsn-moduletitle {
  background-color: rgba(136, 139, 176, 0.65);
}
/* PAGE PAGINATION */
ul.jsn-pagination li a:hover {
	background: #888bb0;
}
/* ---------- STICKY HEADER STYLE ---------- */
#jsn-menu.jsn-menu-sticky {
	position: fixed;
	top: 0px;
	background-color: #818285;
	-webkit-transition: height .4s ease-in-out;
	-moz-transition: height .4s ease-in-out;
	-ms-transition: height .4s ease-in-out;
	-o-transition: height .4s ease-in-out;
	transition: height .4s ease-in-out;
}
/* =============== MENU - TOP MENU =============== */
ul.menu-topmenu {
	margin: -25px 0 0 0;
    list-style-type: none;
	padding: 0;
	list-style: none;
}
ul.menu-topmenu:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}
ul.menu-topmenu li {
	margin: 0;
	padding: 0 5px;
	float: left;
	display: inline;
	border-right: 1px solid #eee;
	line-height: 14px;
    font-size: 1em;
}
ul.menu-topmenu li a {
	color: #6d6d6d;
}
ul.menu-topmenu li:hover a {
	color: #514E86;
	text-decoration: none;
}
ul.menu-topmenu li a {
    background-color: rgba(237, 237, 237, 0.35);
}
ul.menu-topmenu li a:hover {
    background-color: rgba(136, 139, 187, 0.15);
}
ul.menu-topmenu li.first {
	padding-left: 0;
}
ul.menu-topmenu li.last {
	border-right-width: 0;
}
/* =============== MENU - LOWER MENU =============== */
ul.menu-lowermenu {
	margin: 0 24%;
	padding: 0;
	list-style: none;
	display: inline-block;
}
ul.menu-lowermenu:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}
ul.menu-lowermenu li {
	margin: 0;
	padding: 0 0.8em;
	float: left;
	display: inline;
	border-right: 1px solid #eee;
	line-height: 14px;
}
ul.menu-lowermenu li.first {
	padding-left: 0;
}
ul.menu-lowermenu li.last {
	border-right-width: 0;
}
/* ========== GWB/LDB COLLECTIONS ========== */
.jsn-live-page #jsn-promo:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* background: url(../../../../images/bg-pt/gwb-bg.png) center center no-repeat;*/
	z-index: -2;
}
.jsn-live-page #jsn-promo:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background: url(../../../../images/bg-pt/gwb-pattern-transbg.png);*/
	z-index: -1;
}
.jsn-live-page #jsn-content-top-below {
	padding: 40px 0;
	/*background: url(../../../../images/bg-pt/gwb-pattern-bg.png);*/
}
.banneritem:hover {
    color: #818285;
}