/*--------------------------
	WebExpress.css
---------------------------*/
@import url("https://fonts.googleapis.com/css?family=Fira Sans");
/*--------------------------
	Global styles
---------------------------*/

.login-panel {
	margin:50px 0px;
	color:#555;
}

#remember-pwd {
	font-size:12px;
	margin-top:5px;
	margin-bottom:25px;
}



img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

html, body {width: auto!important; overflow-x: hidden!important}
/*--------------------------
	Global common helpers
	Global common helpers
---------------------------*/

.hidden {
	display:none;
}


/*--------------------------
	Corner Ribbons
---------------------------*/

.corner-ribbon{
  width: 230px;
  background: #e43;
  position: absolute;
  top: 40px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
		z-index: 2000;
}

.corner-ribbon .fa-times {
	color:#fff;
}

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}


/*--------------------------
	Video
---------------------------*/

.video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--------------------------
	Subnav thumbnail list
---------------------------*/

.subnav-thumb-grid {
	border:1px solid #E8E8E8; /* change product border color */
	background:#fff;
	padding:10px;
	text-align:center;
	margin-bottom:20px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.subnav-thumb-grid:hover {
	cursor: pointer;
	box-shadow: 2px 2px #CFCFCF;
	/* Firefox */
    -moz-transition: all .2s ease-in;
    /* WebKit */
    -webkit-transition: all .2s ease-in;
    /* Opera */
    -o-transition: all .2s ease-in;
    /* Standard */
    transition: all .2s ease-in;
}

.subnav-thumb-grid img {
	margin:0 auto;
}

.subnav-name{
	font-size:14px;
	font-weight:300;
	line-height:16px;
	margin-top:5px;
	color:#464646;
}


/*-----------------------------
  Showrooms
-----------------------------*/


.inventory {
	color: #999;
	font-size:14px;
	text-transform: uppercase;
}

.inventory.lowInventory {
	color:#9D1618;
}



.wep-list-item {
	border:1px solid #E8E8E8; /* change product border color */
	background:#fff;
	padding:10px;
	margin-bottom:20px;
}

.wep-list-item:hover {
	cursor: pointer;
	/* Firefox */
    -moz-transition: all .2s ease-in;
    /* WebKit */
    -webkit-transition: all .2s ease-in;
    /* Opera */
    -o-transition: all .2s ease-in;
    /* Standard */
    transition: all .2s ease-in;
}

.wep-list-item p.pr-name{
	font-size:14px;
	line-height:16px;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	color:#464646;
}

.wep-list-item .pr-description{
	font-size:12px;
	font-weight:300;
	line-height:18px;
	color:#464646;
}

.wep-list-item .pr-number {
	font-size:12px;
	font-weight:600;
}


/* ------------------------
 	Stores Page
--------------------------*/

#stores-header-txt {
	margin-bottom: 30px;
}
.stores-item {
	text-align: center;
	margin-bottom: 30px;
}
.stores-item img {
	margin:0 auto;
}
p.stores-title {
	color:#464646;
}


/*--------------------------
	Signature Stores
---------------------------*/

/* --------- Grid Layout ----------------- */
.sig-theme-grid {
  display: flex;
	flex-wrap: wrap;
}
.sig-theme-grid .col {
  flex: 1;
  position: relative;
}

.sig-theme-grid img {
	display: block;
  width: 100%;
  height: auto;
}

.sig-theme-grid h3 {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 28px;
	font-weight: 700;
	color:#fff;
	background: rgb(61, 65, 71, 0.5);
	width:100%;
	padding:20px 0px;
	text-align: center;
}

.sig-theme-grid .last h3 {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 28px;
	font-weight: 700;
	color:#fff;
	background: rgb(61, 65, 71, 0);
	width:100%;
	padding:20px 0px;
	text-align: center;
}

.sig-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(30, 101, 206, 0.5)
}

.last .sig-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: rgb(30, 101, 206, 0.8)
}

.col a:hover .sig-overlay {
  opacity: 1;
}

@media only screen and (max-width : 768px) {

	.sig-theme-grid h3 {
		font-size:20px;
	}

}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

.sig-theme-grid h3 {
font-size:18px;
text-shadow: 0px -1px 4px rgba(0, 0, 0, 0.5);
}

.sig-theme-grid .col {
  flex: 100%;
  position: relative;
}

}

#sigstore-banner {
	margin-bottom:20px;
}

.sigstore-controls a {
	font-size:14px
}

.sigstores-nav-left {
	text-align:left;
}

.sigstores-nav-right {
	text-align:right;
}


@media only screen and (max-width : 480px) {
.sigstores-nav-left, .sigstores-nav-right {
	text-align:center;
}

}


/*-----------------------------
	Standard Helper Classes (for custom pages, etc.)
-----------------------------*/

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


@media only screen and (max-width: 768px) {


	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
}


/*--------------------------
	Virtual Designer
---------------------------*/

.virtual {
	background: url(images/icon-virtual.png) no-repeat bottom;
	width:12px;
	height:17px;
	display: inline-block;
}

/*--------------------------
	Pay Bill
---------------------------*/


a.toolHlp {
	color:#666;
	font-size: 14px;
}

a.toolHlp:hover {
	color:#000;
}

.error.help-block {
	color:#dd2323;
}

/* ------------------------
 Art Upload
--------------------------*/

.well-upload {
	 min-height: 20px;
	 padding:19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.table-upload td {
	border-top: none !important;
	padding-bottom:0px !important;

}

.table-upload tr {
	border-top:1px solid #e3e3e3;
}

.table-upload tr:first-child {
	border-top:0;
}



    .btn-file {
        position: relative;
        overflow: hidden;
    }
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.upload-block {
	margin-bottom:15px;
}


/*--------------------------
	Product carousel
---------------------------*/

.slide-caption {
	min-height:90px;
}


#language {
	text-align: center;
	color:#fff;
	font-size: 12px;
}


/* ------------------------
 Client Login
--------------------------*/

#loginForm {
	margin-top:20px;
}

#loginForm .btn {
	margin-top:20px;
}

.panel-login {
	margin-top:50px;
}

.panel-login .panel-body {
	padding:40px;
	text-align:left;
}

.panel-login .panel-body .list {
	margin-top:20px;
}

.panel-login .panel-body .fa {
	color:#969696;
}


.panel-login .panel-body .fa-chevron-right {
	font-size:10px;
}


/* ---------- LIVE-CHAT ---------- */

/* Small button, before user sees full chat */

#live-chat-btn {
	bottom: 0;
	font-size: 12px;
	right: 24px;
	position: fixed;
	width: 160px;
	background: #9fce67;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 24px;
	text-align: center;
}

#live-chat-btn.theme-round {
	bottom: 10px;
	font-size: 20px;
	right: 24px;
	position: fixed;
	width:50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	padding: 10px;
}

#live-chat-btn.theme-round .chat-label {
	display: none;
}

/* header once users sees the full chat */

#live-chat header {
	background: #9fce67;
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	position: relative;

}

#live-chat header .closeChat {
	position: absolute;
	top:15px;
	right:20px;
	color:#fff;
}

#live-chat-btn p, #live-chat header p  {
	margin: 0px;
}

/*
#live-chat-btn p:before {
	background: #1a8a34;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin: 0 8px 0 0;
	width: 8px;
}*/

#chat-wait {
	text-align: center;
	padding:20px 0px;
}

#chat-away {
	text-align: center;
	padding: 20px 24px 30px;
}


#chat-intro {
	text-align: center;
	padding: 20px 24px 30px;
}

#chat-intro form {
	margin-top:10px;
}

#live-chat-btn.clicked {
	display: none;
}

#chat-contact-btn {
	margin: 10px 0px;
}

#live-chat {
	bottom: 0;
	font-size: 12px;
	right: 24px;
	position: fixed;
	width: 300px;
	min-height: 150px;
	z-index: 1000;

}

#live-chat #chat-post-message textarea {
	border-radius: 0;
	margin-top:8px;
	border-left:0;
	border-right:0;
}

#chat-messagethread {
	margin-top:20px;
	max-height: 300px;
	overflow-y: scroll;
}


#chat {
	border:1px solid #D0D0D0;
	position: relative;
	z-index: 1000;
	background: #fff;
}

@media only screen and (max-width : 480px) {

	#chat-messagethread {
		margin-top:20px;
		min-height: 300px;
		max-height: 400px;
		overflow-y: scroll;
}


    }


#ChatMsg {
	border:0;
}

.btn-end-chat {
	float:right;
	padding-right:10px;
}





/*#live-chat h4:before {
//	background: #1a8a34;
//	border-radius: 50%;
//	content: "";
//	display: inline-block;
//	height: 8px;
//	margin: 0 8px 0 0;
//	width: 8px;
}*/

#live-chat h4 {
	font-size: 12px;
}

#live-chat h5 {
	font-size: 10px;
}

#live-chat form#chat {
	padding: 24px;
}

#live-chat form#chat input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	outline: none;
	width: 234px;
}

.chat-message-counter {
	background: #e62727;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	left: 0;
	line-height: 28px;
	margin: -15px 0 0 -15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
}

.chat-close {
	background: #1b2126;
	border-radius: 50%;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin: 2px 0 0 0;
	text-align: center;
	width: 16px;
	display: none;
}

.chat {
	background: #fff;
}

.chat-history {
	padding: 0px 24px 0px 24px;

}

.chat-history hr {
	margin-top:5px;
	margin-bottom:5px;
}


.chat-message {
	margin: 0px;
}

.chat-message img {
	border-radius: 50%;
	float: left;
}

.chat-message-content {
	margin-left: 56px;
}

.chat-time {
	float: right;
	font-size: 10px;
}

.chat-feedback {
	font-style: italic;
	margin: 0 0 0 80px;
}

/* Advanced Search */

.btn-advanced-search {
	float:right;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 480px) {
 .btn-advanced-search {
	float: none;
	 display: block;
	 width:100%;
}
	
	.btn-advanced-clear {
		 display: block;
		 margin-bottom:10px;
	 width:100%;
	}
	
	
}


.testimonial-block a,
.testimonial-block a:hover,
.testimonial-block a:focus {
	color: #212529;
}




/*--------------------------
	Print styles
---------------------------*/

@media print {
	nav,
	#sidebar,
	#nav0-container,
	#nav1-container,
	#header-right,
	footer,
	.quicksearch,
	.breadcrumb,
	.print-none {
		display: none;
	}

	a:after { content:''; }
    a[href]:after { content: none !important; }
}

/* ------------------------
      Global Settings
--------------------------*/

body {
 font-family:Fira Sans;
 line-height: 24px;
 background-color: #f4f4f4;
 //background-image:url('/we/we.dll/Pic?UN=47651&F=SB&TS=44970.5050462963');
 //background-size:100% 100%;
 background-repeat: repeat;
 background-position: left top;
 font-size:12pt;
 overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 26px;
 color:#231f20;
	/*color:#9fce67;*/
	margin-bottom: 10px;
}

.table-borderless td,b
.table-borderless th {
    border: 0 !important; 
}

.np {padding:0px}
/* ------------------------
        Buttons
--------------------------*/

.btn-default, .btn-default:visited {
 background:#d22827;
	/*background:#9fce67;*/
	color:#FFFFFF;
 border:1px solid #d22827;
	transition: all 0.3s ease 0s;
	border-radius: 4px;
}
.btn-default:hover, .btn-default:focus {
 background:#FFFFFF;
 color:#d22827;
 border:1px solid #d22827
/*border:1px solid #9fce67;*/
	/*background:#9fce67;*/
}
a {
 color:#231f20;
}
a:hover {
 color:#d22827;
	text-decoration: none;
}
/* ------------------------
        Header
--------------------------*/

#header-text {
	padding: 30px 0px;
}
#page-title {
	/*background:#666;*/
	padding: 175px 0px 100px;
	text-align: center;
}
#page-title h1 {
	color: #fff;
	font-size: 50px;
}
/* ------------------------------
	Content Slider
--------------------------------*/


/* -------  Hide content slider arrows / indicators */
// .right.carousel-control, .left.carousel-control { display: none; }
// .carousel-indicators {	display:none; }

.carousel-caption {
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	background-repeat: repeat-x;
}
#content-slider .item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.carousel-inner { overflow: visible; }


header .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}
header .intro-text h1 {
	font-size: 40px;
}
header .intro-text p {
	font-size: 75px;
	line-height: 85px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
header .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
}
}






/* ------------------------
    Social Media Bar
--------------------------*/
ul.socialmediabar {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.socialmediabar li {
	display: inline;
	margin: 0 1px;
}

.social {
	margin-bottom:10px;
}
/* ------------------------
      Breadcrumbs
--------------------------*/

.breadcrumb {
	font-size: 14px;
 background-color:#FFFFFF;
	padding-left:5px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
.breadcrumb a {
 color:#231f20;
}
.breadcrumb a:hover {
 color:#d22827;
	/*color:#9fce67;*/
	text-decoration: none;
}
/*change active color*/
.breadcrumb > .active {
 color:#d22827;
}
.breadcrumb > li + li:before {
	content: "\00BB";
	color: #b2b1b1;
}
/* ------------------------
      Nav 0
--------------------------*/


.nav0 {
	padding-left: 0;
	margin: 0px 0px 0px -5px;
	list-style: none;
	float: right;
}
.nav0 li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 1000;
}
.nav0 li a {
	padding: 10px 7px;
	display: inline-block;
 color:#FFFFFF;
	font-size: 14px;
}
.nav0 li a:hover, .nav0 li a:focus, .nav0 li a:active {
 color:#d22827;
	text-decoration: none;
}

.nav0 li a:visited {
	color:#FFFFFF;
}

.nav0 li.label-item {
 padding: 15px 17px;
 display: inline-block;
 color:#FFFFFF;
 font-size: 14px;
}




.nav0 li#account ul {
    position: absolute;
    width: inherit;
	background: #fff;
	padding: 0;
  	margin: 0;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 10em;
	z-index: 1000;
	 visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;

  }

  .nav0 li#account:hover ul {
	visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);

  }

  .nav0 li#account ul li {
    display: block;
	padding:0px;
  }

.nav0 li#account ul li a {
	color:#d22827;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 15px;
}

.nav0 li#account ul li.label-item {
	color:#d22827;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 15px;
}

.cart-count {
	color: #908D8D;
}
/* ------- Nav 1 theme ------ */


#nav1.sf-menu {
	float: left;
}
#nav1.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
	background: #fff;
}
ul#nav1.sf-menu li {
 background:transparent; /* Nav 2 background color */
 white-space: normal; /* ...unless you support IE7 (let it wrap) */
}
ul#nav1.sf-menu li:hover, ul#nav1.sf-menu li.sfHover {
 background:#231f20;
/* only transition out, not in */

}
ul#nav1.sf-menu > li:hover > a, ul#nav1.sf-menu > li.sfHover > a {
 color:#d22827; /* Hover text color */
}
/* Active Class */
ul#nav1.sf-menu li.active, ul#nav1.sf-menu li.active a {
 background:#231f20;
 color:#d22827;
}
/* Label Class */
#nav1.sf-menu li.label-item, #nav1.sf-menu li.label-item:hover {
 color:#FFFFFF;
 background:transparent; /* Nav 2 background color */
	padding: 10px 7px;
	border-top: 1px solid #E5E5E5;
}
#nav1.sf-menu a {
 color:#FFFFFF; /* Nav 2 text color */
	/* border-top: 1px solid #E5E5E5; */ /* - fallback color must use full shorthand */
	padding: 10px 7px;
	text-decoration: none;
	zoom: 1; /* IE7 */
	font-size: 14px;
}
ul#nav1.sf-menu a:hover {
 color: #d22827;
}
/* Second level */
ul#nav1.sf-menu ul li, ul#nav1.sf-menu ul li.label-item, ul#nav1.sf-menu ul li.label-item:hover, ul#nav1.sf-menu ul li a {
	background: #fff;
	color: #676767;
}
ul#nav1.sf-menu ul li:hover, ul#nav1.sf-menu ul li a:hover, ul#nav1.sf-menu > li li:hover > a,		/* Color for parent selected item when go to submenu */ ul#nav1.sf-menu > li li.sfHover > a		/* Color for parent selected item when go to submenu */ {
 color: #d22827;
 background:#231f20;
	z-index: 1000;
}
/* Third Level */
ul#nav1.sf-menu ul ul li {
	color: #676767;
	background: #fff;
}
ul#nav1.sf-menu ul ul li:hover, ul#nav1.sf-menu ul ul li.sfHover {
 color:#d22827;
 background:#231f20;
}
/*** arrows (for all except IE7) **/
#nav1.sf-arrows .sf-with-ul {
	padding-right: 2.5em;/*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
ul#nav1.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
 border-top-color: #FFFFFF; /* edit this to suit design (no rgba in IE8) */
}
ul#nav1.sf-arrows > li > .sf-with-ul:focus:after, ul#nav1.sf-arrows > li:hover > .sf-with-ul:after, ul#nav1.sf-arrows > .sfHover > .sf-with-ul:after {
 border-top-color: #d22827; /* IE8 fallback color */
}
/* ------------------------
      Nav 2
--------------------------*/

.navbar {
	margin: 0px;
}


.navbar-fixed-top {
	z-index: 999;
}

.navbar-default {
	/*background-color:transparent;*/
	margin-bottom: 0px;
	border: none;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.navbar-default .navbar-nav > li.label-item {
 color:#FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 20px;
}
/* link */
.navbar-default .navbar-nav > li > a {
 color: #FFFFFF;
 background-color:transparent;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 background-color:#231f20;
 color:#d22827;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
 background-color:#231f20;
 color:#d22827;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
 background-color:#231f20;
 color:#d22827;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
 background-color:#231f20;
 color:#d22827;
}
/*Dropdown */

.navbar-default .dropdown-menu > li > a {
	display: block;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #333333;
	white-space: nowrap;
}
.navbar-default .dropdown-menu > li {
	border-top: 1px solid #efefef;
}
.navbar-default .dropdown-menu > li:first-child {
	border-top: 0px;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
 border-top-color: #FFFFFF;
 border-bottom-color: #FFFFFF;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
 border-top-color:  #d22827; /* Dropdown icons for mobile */
 border-bottom-color:  #d22827; /* Dropdown icons for mobile */
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
 border-top-color: #d22827; /* Dropdown icons for mobile */
 border-bottom-color: #d22827; /* Dropdown icons for mobile */
}
/* mobile version */
.navbar-default .navbar-toggle {
 border-color: #231f20;
 background-color:#231f20;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
 border-color: #231f20; /* Hover mobile toggle*/
 background-color:#231f20; /* Hover mobile toggle */
}
.navbar-default .navbar-toggle .icon-bar {
 background-color:#d22827;
}

@media (min-width: 768px) {
.navbar-default {
	background-color: transparent;
	padding: 15px 0;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
	border: none;
}

.navbar-default .navbar-nav > .active > a {
	border-radius: 3px;
}


}
	@media only screen and (max-width : 768px) {
		.navbar-default .navbar-nav > li > a {
	color:#434343 !important;
	}
    }


/**** Affix Header Settings ****/

.navbar-default.affix {
 background-color: #FFFFFF;
	padding: 20px 0;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}


.navbar-default.affix .navbar-nav > li > a {
 	color: #231f20;
	background-color:#FFFFFF;
}
.navbar-default.affix .navbar-nav > li > a:hover, .navbar-default.affix .navbar-nav > li > a:focus {
 background-color: #231f20;
 color:#d22827;
}
.navbar-default.affix .navbar-nav > .active > a, .navbar-default.affix .navbar-nav > .active > a:hover, .navbar-default.affix .navbar-nav > .active > a:focus {
  background-color: #231f20;
 color:#d22827;
}
.navbar-default.affix .navbar-nav > .open > a, .navbar-default.affix .navbar-nav > .open > a:hover, .navbar-default.affix .navbar-nav > .open > a:focus {
  background-color: #231f20;
 color:#d22827;
}
.navbar-default.affix .navbar-nav > .open > a, .navbar-default.affix .navbar-nav > .open > a:focus, .navbar-default.affix .navbar-nav > .open > a:hover {
   background-color: #231f20;
 color:#d22827;
}



/* caret */
.navbar-default.affix .navbar-nav > .dropdown > a .caret {
 border-top-color: #231f20;
 border-bottom-color: #231f20;
}
.navbar-default.affix .navbar-nav > .dropdown > a:hover .caret, .navbar-default.affix .navbar-nav > .dropdown > a:focus .caret {
 border-top-color:  #d22827; /* Dropdown icons for mobile */
 border-bottom-color:  #d22827; /* Dropdown icons for mobile */
}
.navbar-default.affix .navbar-nav > .open > a .caret, .navbar-default.affix .navbar-nav > .open > a:hover .caret, .navbar-default.affix .navbar-nav > .open > a:focus .caret {
 border-top-color: #d22827; /* Dropdown icons for mobile */
 border-bottom-color: #d22827; /* Dropdown icons for mobile */
}


/* navbar when fixed on top no scroll */
.affix-top {
	margin-top: 0px;
}


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
/* navbar when fixed on top no scroll */
.affix-top {
	margin-top: 40px;
}


}

 /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
	.affix-top {
	margin-top: 40px;
	}
}
/* Nav 2 (main navbar) Dropdowns */

.navbar-default .navbar-nav .dropdown-menu { /* drop down menu background color */
	background: #fff;
}
.navbar-default .navbar-nav .dropdown-menu > li > a { /* drop down menu text color */
	color: #676767;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown-menu > li > a:focus,  /* drop down menu hover text and background colors */ .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {  /* drop down menu hover text and background colors (for clicked open) */
 color: #d22827;
 background-color:#231f20;
}
.navbar-default .dropdown-menu > li.label-item { /* Drop down menu label item */
	display: block;
	color: #676767;
	padding: 3px 20px 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	white-space: nowrap;
}

@media all and (max-width:767px) { /* Drop down label item padding tweak for mobile */
.navbar-default .dropdown-menu > li.label-item {
	padding: 5px 15px 5px 25px;
}
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
	width:100%;
}

/* drop on hover for large devices */
@media (min-width: 768px) {
#mainNav .dropdown:hover>.dropdown-menu {
	display: block;
}
}
 /* drop on hover for submenus */
#mainNav .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}


.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* Fix navbar right with multi level */


.navbar-right .dropdown-menu {right:auto;}



/* Fix last li dropdown */
.navbar-right li:last-child .dropdown-submenu > .dropdown-menu {
	right: 100%;
}


.navbar-right > li:last-child .dropdown-menu {
left:auto;
right:0;
}

.navbar-right > li:last-child .dropdown-submenu > .dropdown-menu {
right:100%;
}




#top-menu-wrap {
	background:transparent;
	border-bottom: 0px;
	padding: 0px;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#top-menu-mobile {
	background:transparent;
}


@media (max-width: 1200px) {
    .fluid {
        width: 98%; /*this gives it the precise width to match the Bootstrap defaults*/
    }
}


/* ------------------------
      Sidebar
--------------------------*/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
/* ------- Nav 3 theme ------ */

#nav3.sf-menu li.header h3 {
 color:  #d22827;
 background:#231f20;
	padding: .50em 1.5em .50em 1em;
	font-size: 20px;
	margin: 0px;
}
#nav3.sf-menu li.title {
 color:#d22827;
 background:#231f20;
	padding: .50em 1.5em .50em 1em;
}
#nav3.sf-menu li.title:hover {
	/*Use same tag as above */
	color:#d22827;
 background:#231f20;
}
/* Label Class */
#nav3.sf-menu li.label-item {
 color:#231f20;
 background:#FFFFFF;
	padding: .50em 1.5em .50em 1em;
	border-top: 1px solid #E5E5E5;
}
#nav3.sf-menu li.label-item:hover {
 color:#231f20;
 background:#FFFFFF;
}
#nav3.sf-menu li.spacer {
	background: none;
	padding: .50em 1.5em .50em 1em;
}
#nav3.sf-menu li.spacer:hover {
	background: none;
	padding: .50em 1.5em .50em 1em;
}
/* --  -- */

#nav3.sf-menu {
	float: left;
	margin-bottom: 1em;
}
#nav3.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
ul#nav3.sf-menu li {
 background:#FFFFFF;
 white-space: normal; /* ...unless you support IE7 (let it wrap) */
/*-webkit-transition: background .2s;
	transition: background .2s; */
}
ul#nav3.sf-menu li:hover, ul#nav3.sf-menu li.sfHover {
 background:#FFFFFF;
/* only transition out, not in */
	/*-webkit-transition: none;
	transition: none;*/
}
ul#nav3.sf-menu > li:hover > a, ul#nav3.sf-menu > li.sfHover > a {
 color:#d22827; /* Hover text color */
}
/* Active Class */
ul#nav3.sf-menu li.active, ul#nav3.sf-menu li.active a {
 color:#d22827;
 background:#FFFFFF;
}
#nav3.sf-menu a {
 color:#231f20; /* Nav 3 text color */
	border-top: 1px solid #E5E5E5; /* fallback color must use full shorthand */
	padding: .50em 1.5em .50em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
ul#nav3.sf-menu a:hover {
 color: #d22827;
}
/* second level */
ul#nav3.sf-menu ul li, ul#nav3.sf-menu ul li.label-item, ul#nav3.sf-menu ul li.label-item:hover, ul#nav3.sf-menu ul li a {
	background: #fff;
	color: #676767;
}
ul#nav3.sf-menu ul li:hover, ul#nav3.sf-menu ul li a:hover, ul#nav3.sf-menu > li li:hover > a,		/* Color for parent selected item when go to submenu */ ul#nav3.sf-menu > li li.sfHover > a		/* Color for parent selected item when go to submenu */ {
 color: #d22827;
 background:#FFFFFF;
}
/* Third Level */
ul#nav3.sf-menu ul ul li {
	color: #676767;
	background: #fff;
}
ul#nav3.sf-menu ul ul li:hover, ul#nav3.sf-menu ul ul li.sfHover {
 color:#d22827;
 background:#FFFFFF;
}
/* Dynamic Arrows */

/*** alter arrow directions ***/
ul#nav3.sf-vertical.sf-arrows > li > .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
 border-left-color:#231f20; /* edit this to suit design (no rgba in IE8) */
}
ul#nav3.sf-vertical.sf-arrows li > .sf-with-ul:focus:after, ul#nav3.sf-vertical.sf-arrows li:hover > .sf-with-ul:after, ul#nav3.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
	border-left-color: #676767;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
 *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #fff; /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback color */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #676767; /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #676767;
}
/* Vertical */

.sf-vertical {
	width: 100%;
}
.sf-vertical ul {
	left: 100%;
	top: 0;
}
.sf-vertical > li {
	float: none;
}
.sf-vertical li {
	width: 100%;
}
#mobile-nav {
 background:#FFFFFF;
	padding: 10px;
}
/* ------------------------
      Nav 4
--------------------------*/

ul.nav4 {
	list-style-type: none;
	padding: 0px;
}
ul.nav4 li.title {
	font-weight: bold;
	display: block;
	padding: 2px 0px 2px 0px;
 color:#d22827;
	/*color:#fff;*/
	font-size: 16px;
}
ul.nav4 li.label-item {
	display: block;
	padding: 2px 0px 2px 0px;
 color:#FFFFFF;
	font-size: 13px;
}
ul.nav4 li.spacer {
	display: block;
	height: 14px;
}
ul.nav4 li {
	border-top: none;/*border-top:1px solid #fff */ /* if users want lines between links */
}
ul.nav4 li:first-child {
	border-top: none; /* remove first menu top border */
}
ul.nav4 li a {
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 0px;
 color:#FFFFFF;
	font-size: 13px;
}
ul.nav4 li a:hover {
 color:#d22827;
}

/* ------------------------
   Filter Nav
--------------------------*/

#filter-sidebar .show-more {
	border:1px solid #ddd;
	padding:5px;
	text-transform: uppercase;
	font-size:12px;
	color: #666;
	outline: 0;
	text-decoration: none;
}

#filter-sidebar #enabledFilters ul{
	list-style-type: none;
	padding:10px 10px 0px 0px;
}

#filter-sidebar .remove-filter{
	float:right;
	color:#666666;
}

#filter-sidebar .panel{
	box-shadow: none;
}

#filter-sidebar .panel-body {
	max-height: 300px;
	overflow: auto;
	padding:0px;
	border:0px;
}

#filter-sidebar #priceRange .panel-body {
	overflow: visible;
	padding:10px 0px;
}

#filter-sidebar .panel-heading {
	border-bottom:1px solid #ddd;
	padding-left:0px;
}

#filter-sidebar .panel-heading a {
	text-decoration: none;
	color:#000;
	outline: 0;
}

#filter-sidebar .panel-collapse {
	border:0;
}

.filter-sidebar {

  margin-bottom: 25px;

}

.filter-sidebar ul {

  margin: 0;

  padding: 0;

  list-style: none;

}

.filter-sidebar ul li {

  position: relative;

  margin-bottom: 3px;

}

.filter-sidebar ul li a.remove-filter {

  position: absolute;

  top: 0;

  right: 0;

  color: #aaa;

}

.filter-sidebar .price-range {

  overflow: hidden;

  margin-top: 5px;

  padding: 3px 0;

}

.filter-sidebar .title
{
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
	font-size: 18px;
}


.filter-sidebar ul.filter-list a.title {
	border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
	font-size: 18px;
	display: block;
}


.filter-sidebar .toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.filter-sidebar .toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}




/* ------------------------
   Quick Search Bar
--------------------------*/

.quicksearch {
// background:#b2b1b1;
// padding:10px;
}
.quicksearch .btn-default {
 background:#fcbc30;
	color: #fff;
 border:solid 1px #fcbc30;
}

@media (max-width: 767px) {
.quicksearch {
	background: none;
	padding: 0px 10px 10px 10px;
	margin: 0px;
}
}
.quicksearch a {
	/*color:#fff;*/
	 color:#9fce67;
	text-decoration: none;
	float: left;
	margin-top: 2px;
	margin-left: 20px;
}



.flexslider {
	background: none;
	border: 0px;
}
/* ------------------------
     Product Carousel
--------------------------*/

#pcarousel-container {
 padding: 30px 0px;	
 background-color: #FFFFFF;
//background:url('/we/we.dll/Pic?UN=47651&F=HomeSection3&TS=44970.5050462963') repeat left top;
//background-size:100% 100%;
//background-attachment: fixed;
//background-size:cover;	
}
h2.product-title-bar {
 background:#ffffff;
	padding: 5px 10px 5px 10px;
 color:#d22827;
	text-align: center;
}
#product-carousel {
	padding: 0px 20px;
}
#product-carousel .item {
	text-align: center;
	background: #fff;
	padding: 20px;
	margin: 0px 5px;
}
#product-carousel .item a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}
.slide-pic-container {
	width: 160px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
}
.slide-caption {
	padding-top: 10px;
}
.flexslider {
	background: none;
	border: 0px;
}


/* ------------------------
    Similar Carousel
--------------------------*/

#similar-container {
padding: 30px 30px;
}

#similar-carousel {
	padding: 0px 20px;
}
#similar-carousel .item {
	text-align: center;
	background: #fff;
	padding: 20px;
	margin: 0px 5px;
}
#similar-carousel .item a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}





/* ------------------------
    Newsletter Signup
--------------------------*/


#newsletter {
 background-color:#9fce67;
 color:#FFFFFF;
 background:url('/we/we.dll/Pic?UN=47651&F=HomeSection8&TS=44970.5050462963') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
 //background-size:100% 100%;	
//background-attachment: fixed;
//background-size:cover;
	

	padding: 30px 0px;
	text-align: center;
}
#newsletter .title {
	font-size: 20px;
	font-weight: bold;
}
/* ------------------------
	Video
--------------------------*/

#featured-video {
	text-align: center;
}
#featured-video .inner {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px 20px 20px 20px;
}


.video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ------------------------
      Featured Item
--------------------------*/

#featured-item {
	text-align: center;
}
#featured-item .inner {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px 20px 20px 20px;
}
#featured-item img {
	margin: 0 auto;
}
#featured-item a {
	text-decoration-line: none;
	text-decoration-style: solid;
	color: #000000;
	font-weight: bold;
}
#featured-item p {
	font-size: 12px;
}
/* ------------------------
    Homepage Links
--------------------------*/


#tlinks-container, #blinks-container {
	padding: 30px 0px 30px 0px;
}
#tlinks-container {
 background-color: #ffffff;
//background:url('/we/we.dll/Pic?UN=47651&F=HomeSection2&TS=44970.5050462963') repeat left top; 
//background-size:100% 100%;
//background-attachment: fixed;
//background-size:cover;	

}
#blinks-container {

background-color: #ffffff;
//background:url('/we/we.dll/Pic?UN=47651&F=HomeSection6&TS=44970.5050462963') repeat left top;
//background-size:100% 100%;
//background-attachment: fixed;
//background-size:cover;	

}

.link-container {
	margin: 20px 0px 0px 0px;
}
.link-item {
	text-align: center;
}
.link-item img {
	margin: 0 auto;
	padding-bottom: 5px;
}
.link-wrap-1 .link-item {
	text-align: center;
	float: left;
	margin: auto;
	width: 100%;
	margin-bottom: 15px;
}
.link-wrap-2 .link-item {
	text-align: center;
	float: left;
	margin: auto;
	width: 50%;
	margin-bottom: 15px;
}
.link-wrap-3 .link-item {
	text-align: center;
	float: left;
	margin: auto;
	width: 33%;
	margin-bottom: 15px;
}
.link-wrap-4 .link-item {
	text-align: center;
	float: left;
	margin: auto;
	width: 25%;
	margin-bottom: 15px;
}

@media only screen and (max-width : 480px) {
.link-wrap-3 .link-item {
	text-align: center;
	float: left;
	margin: auto;
	width: 50%;
	margin-bottom: 15px;
}
.link-wrap-4 .link-item {
	text-align: center;
	float: left;
	margin: auto;
	width: 50%;
	margin-bottom: 15px;
}
}
/* ------------------------
  Signature Stores
--------------------------*/

#sigstores-container {
	padding: 30px 0px;
 background-color: #ffffff;
//background:url('/we/we.dll/Pic?UN=47651&F=HomeSection7&TS=44970.5050462963') repeat left top;
//background-size:100% 100%;
//background-attachment: fixed;
//background-size:cover;	
}






#signature {
	padding: 0px 20px;
	text-align: center;
}

#sigstores-container h2 {
  color:#231f20;
	text-align: center;
}

#signatureCarousel .item {
	background: #fff;
	padding: 20px;
	margin: 0px 5px;
}
#signatureCarousel .item img {
	margin: auto;
}
#signatureCarousel .item a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
#signatureCarousel {
	margin-top: 20px;
}



/* ------------------------
  Signature Collections
--------------------------*/


#sigCollections-container {
	padding: 0px 0px 0px 0px;
 background-color: #ffffff;
//background:url('/we/we.dll/Pic?UN=47651&F=HomeSection7&TS=44970.5050462963') repeat left top;
//background-size:100% 100%;
//background-attachment: fixed;
//background-size:cover;	
}



#sigCollections-container h2 {
  color:#231f20;
	text-align: center;
	margin: 30px 0px 30px 0px;
}






/* ------------------------
       Footer
--------------------------*/

#footer {
 background: #231f20;
	padding: 20px 0px 20px 0px;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
 color:#d22827;
}
#footer p {
 color: #FFFFFF;
}
#footer .block-left {
}
#footer #block-right {
	text-align: right;
}
#footer #block-right a {
 color:#FFFFFF;
}
#footer #block-right a:hover {
	color: #d22827;
}
#additional-footer {
	margin-top: 20px;
}
#additional-links a {
 color: #FFFFFF;
}
#additional-links a:hover {
	color: #d22827;
}
.copyright {
	font-size: 10px;
	line-height: 18px;
}
#footer .social {
	float: right;
}

@media (max-width: 767px) {
#footer #block-right {
	text-align: left;
}
#footer .social {
	float: none;
}
}
.credit-cards {
	margin-top: 20px;
}
#footer-map {
	background: #fff;
	padding: 5px;
	border: none;
	margin-top: 10px;
	float: right;
}

@media (max-width: 767px) {
#footer-map {
	background: #fff;
	padding: 5px;
	border: none;
	margin-top: 10px;
	float: left;
}
}
/* ------------------------
 Other Home Page Elements
--------------------------*/

#home-content-top {
 padding: 30px 0px;
 background-color: #EEEEEE;
//background:url('/we/we.dll/Pic?UN=47651&F=HomeSection4&TS=44970.5050462963') repeat left top;
//background-size:100% 100%;
//background-attachment: fixed;
//background-size:cover;	
}
#home-content-bottom {
	padding: 30px 0px;
 background-color: #ffffff;
//background:url('/we/we.dll/Pic?UN=47651&F=HomeSection5&TS=44970.5050462963') repeat left top;
//background-size:100% 100%;
//background-attachment: fixed;
//background-size:cover;	

}
#poweredby {
	padding-right: 30px;
}
.signin-links {
	margin-top: 20px;
}
#hitcounter {
	margin-top: 20px;
	bottom: 5px;
	float: left;
	width: 100px;
}
#cclogos {
	margin-top: 20px;
	bottom: 5px;
	text-align: center;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#adminbutton {
	margin-top: 20px;
	float: right;
	bottom: 5px;
	width: 100px;
	text-align: right;
}
/* ------------------------
	Contact Us
--------------------------*/

.office-location {
	margin-top: 30px;
}
.office-title {
 color:#FFFFFF;
 background:#0000FF;
	font-size: 20px;
	padding: 5px;
	margin-bottom: 20px;
}
.office-header {
	border-bottom: 1px dotted #D5D5D5;
	font-size: 18px;
	padding-bottom: 5px;
}
.map {
	margin-top: 20px;
	border: 1px solid #D7D7D7;
}
.profile-bio {
	border-top: 2px dotted #E5E4E4;
	padding-top: 10px;
	margin-top: 10px;
}
/* Flexible iFrame */

.Flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------
 	News & Events
--------------------------*/
.news-event {
 border-bottom: 1px solid #D3D3D3;
	margin-bottom: 20px;
	padding: 20px 0px 20px 0px;
}
.event-title {
 color:#9fce67;
	margin-top: 0px;
}
.event-time {
	color: #A6A2A2;
}
.event-description {
}
.news-event img {
	margin: 0 auto;
}
/* ------------------------
 	Specials
--------------------------*/


.special {
 border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	padding: 20px 0px 20px 0px;
}
.special-title {
 color:#9fce67;
	margin-top: 0px;
}
.special-time {
	color: #A6A2A2;
}
.special-description {
}
.special img {
	margin: 0 auto;
}
/* ------------------------
  Testimonials
--------------------------*/

.quote {
	float: left;
	padding-right: 10px;
}
.testimonial {
	border-bottom: 1px dotted #BFBFBF;
	padding: 20px 0px 20px 0px;
}
.testimonial li.author {
	font-style: italic;
}
.testimonial li.author::before {
	content: "- ";
}
.testimonial li.company {
	color: #969696;
}
.testimonial li.date {
	color: #969696;
	font-size: 12px;
}
.testimonial li.email {
	font-size: 12px;
}
/* ------------------------
 	Links Page
--------------------------*/

#links-header-txt {
	margin-bottom: 40px;
	margin-right: 20px;
}
a.link-title {
	font-weight: bold;
}
.link-description {
	color: #6B6A6A;
}
hr.link-separator {
 border-top-color: #000080;
}
/* ------------------------
 Blog
--------------------------*/

.blog-post {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
}
.featured-img {
	margin-bottom: 20px;
}
.blog-title {
	margin-bottom: 20px;
}
.blog-date {
	color: #5B5B5B;
	font-size: 14px;
}
.blog-desc {
	margin-bottom: 30px;
}

.blog-thumb {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

ul#blog-tags {
	font-size: 14px;
	color: #5B5B5B;
}
ul.recent-blog-list {
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
}
ul.recent-blog-list li {
	margin-bottom: 15px;
}
ul.recent-blog-list h4 {
	margin-top: 0px;
	font-size: 20px;
}
.nav-blog.sf-menu li.header h3 {
 color:  #d22827;
 background:#231f20;
	padding: .50em 1.5em .50em 1em;
	font-size: 20px;
	margin: 0px;
}
.nav-blog.sf-menu li.title {
 color:#d22827;
 background:#231f20;
	padding: .50em 1.5em .50em 1em;
}
.nav-blog.sf-menu li.title:hover {
	/*Use same tag as above */
	color:#d22827;
 background:#231f20;
}
/* Label Class */
.nav-blog.sf-menu li.label-item {
 color:#231f20;
 background:#FFFFFF;
	padding: .50em 1.5em .50em 1em;
	border-top: 1px solid #E5E5E5;
}
.nav-blog.sf-menu li.label-item:hover {
 color:#231f20;
 background:#FFFFFF;
}
.nav-blog.sf-menu li.spacer {
	background: none;
	padding: .50em 1.5em .50em 1em;
}
.nav-blog.sf-menu li.spacer:hover {
	background: none;
	padding: .50em 1.5em .50em 1em;
}
/* --  -- */

.nav-blog.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.nav-blog.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
ul.nav-blog.sf-menu li {
 background:#FFFFFF;
 white-space: normal; /* ...unless you support IE7 (let it wrap) */
/*-webkit-transition: background .2s;
	transition: background .2s; */
}
ul.nav-blog.sf-menu li:hover, ul.nav-blog.sf-menu li.sfHover {
 background:#FFFFFF;
/* only transition out, not in */
	/*-webkit-transition: none;
	transition: none;*/
}
ul.nav-blog.sf-menu > li:hover > a, ul.nav-blog.sf-menu > li.sfHover > a {
 color:#d22827; /* Hover text color */
}
/* Active Class */
ul.nav-blog.sf-menu li.active, ul.nav-blog.sf-menu li.active a {
 color:#d22827;
 background:#FFFFFF;
}
.nav-blog.sf-menu a {
 color:#231f20; /* Nav 3 text color */
	border-top: 1px solid #E5E5E5; /* fallback color must use full shorthand */
	padding: .50em 1.5em .50em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
ul.nav-blog.sf-menu a:hover {
 color: #d22827;
}
/* ------------------------
     Layout Sections
--------------------------*/

#main-content {
	margin-top: 20px;
}
.page {
	background: #fff;
	padding-bottom: 30px;
}
.section {
	margin-bottom: 20px;
}
.fill {
	background: #f9f9f9;
}
/* -----------------------
	Layout Assist
-------------------------*/

.clear {
	clear: both;
}
.remove-pad {
	padding: 0 !important;
	margin: 0 !important;
}
.table-none th, .table-none td {
	border-top: none !important;
}
.top10 {
	margin-top: 10px;
}
.top20 {
	margin-top: 20px;
}
.top30 {
	margin-top: 30px;
}
/* remove spacing between middle columns */
.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}
/* remove right padding from first column */
.row.no-gutter [class*='col-']:first-child {
	padding-right: 0;
}
/* remove left padding from first column */
.row.no-gutter [class*='col-']:last-child {
	padding-left: 0;
}
.row-centered {
	text-align: center;
}
.col-centered {
	display: inline-block;
	float: none;
	/* inline-block space fix */
	margin-right: -4px;
}

@media only screen and (max-width : 990px) {




#nav2.sf-menu {
	text-align: center;
	float: none;
}
#nav2.sf-menu li {
	text-align: center;
	display: inline-block;
	float: none;
}
#nav2.sf-menu ul {
	text-align: center;
	max-width: 12.5rem;
}
#nav2.sf-menu ul li {
	width: 100%;
	display: block;
}
.social {
	float: none;
}
}

/*------------------
	Media Queries
-------------------*/

/* iPhone Retina */
@media only screen and (min-width : 320px) {

.navbar-default .navbar-brand,
.navbar-default .navbar-brand img {
	max-height: 40px;
	-webkit-transition: width 2s;
	transition: width 2s;
}


.carousel .item {
	height: 500px;
}
.carousel-caption h1 {
	font-size: 35px;
	color: #fff;
}
.carousel-caption .btn {
	margin-top: 15px;
}


}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.navbar-default .navbar-brand,
.navbar-default .navbar-brand img {
	max-height: 70px;
	-webkit-transition: width 2s;
	transition: width 2s;
	padding:0px;
}
/* fixed nav */


.navbar-default.affix .navbar-brand,
.navbar-default.affix .navbar-brand img {
	height: 50px;
	padding:0px;
	-webkit-transition: width 2s;
	transition: width 2s;

}

.carousel .item {
	height: 550px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.navbar-default .navbar-brand,
.navbar-default .navbar-brand img {
	max-height: 100px;
}


/* fixed nav */
.navbar-default.affix .navbar-brand,
.navbar-default.affix .navbar-brand img {
	height: 60px;
	-webkit-transition: width 2s;
	transition: width 2s;
}
.carousel .item {
	height: 700px;
}
.carousel-caption h1 {
	font-size: 60px;
	color: #fff;
}
.carousel-caption .btn {
	margin-top: 30px;
}
}




/* NAVBAR SEARCH */

.searchBox {
	position: relative;
}


.searchBox .dropdown-menu {
	padding: 10px 10px 5px;
	left: auto !important;
	right: 0px !important;
	background: rgba(0, 0, 0, 0.4);
	border:0;
	border-radius: 0;
	z-index: 9999;
}

@media (max-width: 479px) {
.searchBox .dropdown-menu {
	left: 0 !important;
	right: 0 !important;
	width: 300px;
}
}

@media (min-width: 480px) {
.searchBox .dropdown-menu {
	width: 600px;

}
}
.searchBox .dropdown-menu li {
	line-height: 0;
	width: 100%;
}
.searchBox .input-group {
	width: 100%;
	position: relative;
}
.searchBox .input-group .form-control {
	box-shadow: none;
	border-radius: 0;
}


@media (max-width: 767px) /* @grid-float-breakpoint -1 */
{
    .navbar-fixed-top
    {
    position: relative;
    top: auto;

    }


}

@media only screen and (max-width : 1005px) {
		.icon-only {
		display:none;
		}

		.nav0 > li,
		.nav0 > li > a {
			margin-left:5px;
		}

		.navbar-default .navbar-nav > li > a {
	font-size: 14px;


    }
}


#msearch {
	padding:10px 10px 0px 10px;
	margin:0px;
	background:#fff;
}




/* ------- Mega Layout -------------------- */

.sig-theme-mega {
  display: flex;
}
.sig-theme-mega .featured {
	position: relative;
  flex: 2;
}

.sig-theme-mega .aside {
	position: relative;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.aside .nested {
	flex: 100%;
	position: relative;
}

/*.aside .nested:nth-child(1),
.aside .nested:nth-child(2) {
	flex: 100%;
} */



.sig-theme-mega img {
  width: 100%;
  height: auto;
}

.sig-theme-mega h3 {
	position: absolute;
    bottom: 0px;
    left: 0px;
	padding:20px;
	font-size: 36px;
	font-weight: 700;
	width: 80%;
	color:#fff;
	margin: 0;
	width: 100%;
	background: rgb(159, 206, 103, 0.5)
}


@media only screen and (max-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		color: #fff !important;
	}
	.navbar-default {
		background-color: #000000; /* You can change the hex code (the '000000' part) to another color other than black,*/
	}
}


@media only screen and (max-width : 480px) {
	.carousel .item {
		height: 250px;
		background-size: contain;
	}
	
	.carousel-caption {
		padding-top:10px;
		padding-bottom:0px;
	}
	
	
	.carousel-caption h1 {
		font-size: 28px;
		color: #fff;
		margin-top: 0;
	}
	.carousel-caption p {
		font-size: 14px;
	}
	.carousel-caption .btn {
		font-size: 14px;
		padding: 3px;
		margin-top:0px;
	}
	
	.carousel-indicators {
		bottom:0px;
	}
}



