/*--------------------------
	WebExpress.css
---------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins");
/*--------------------------
	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: #004b8d;
	border-radius: 5px 5px 0 0;
	color: #939598;
	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: #004b8d;
	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:Poppins;
	line-height:24px;
	background-color: #f4f4f4;
  //background-image:url('/we/we.dll/Pic?UN=1000579&F=SB&TS=45559.4172569444');
  //background-size:100% 100%;
  background-repeat: repeat;
  background-position: left top;
	font-size:12pt;
}

h1,h2,h3,h4,h5,h6 {
	font-size:26px;
	color:#939598;
	margin-bottom:10px;
}


/* ------------------------
        Buttons
--------------------------*/

.btn-default,.btn-default:visited {
	background:#939598;
	color:#ffffff;
	border:1px solid #939598;
	border-radius: 4px;
}

.btn-default:hover,.btn-default:focus {
	background:#004b8d;
	color:#ffffff;
}

a {
 color:#939598;
}
a:hover {
 color:#004b8d;
 text-decoration: none;
}

/* ------------------------
        Header
--------------------------*/

#header-top {
	padding:20px 0px 0px 0px;
	background-color: #ffffff;
	//background-image:url('/we/we.dll/Pic?UN=1000579&F=K&TS=45559.4172569444');
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: left top;
}

@media only screen and (max-width : 480px) {
#header {
	background-image:none;
}
}

#header-top #logo {
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
	#header-top #logo {
	padding: 0px 0px 20px 0px;
	}
	#header-top #logo img {
		margin-left:auto;
		margin-right:auto;
	}
}

#header-btm {
	padding-top:30px;
	background:url(/distsite/styles/7/753/images/full-shadow.png) no-repeat center top;
}

#header-right {
	text-align:right;
	padding-right:40px;
}

@media (max-width: 767px) {
	#header-right {
		text-align:center;
		padding-right:20px;
	}

}

ul.header-contact li {
//	font-size:14px;
}


#header-top #logo {
	padding:0px 20px 0px 20px;
}


@media (max-width: 767px) {
    #header-top #logo {
	padding:0px 20px 20px 20px;
	}
}


/* ------------------------
      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  {
	background-color:#f5f5f5;
	border-radius: 0;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     -o-border-radius: 0;
}

.breadcrumb a {
     color:#939598;
}

.breadcrumb a:hover {
	 color:#004b8d;
     text-decoration: none;
}

/*change active color*/
.breadcrumb > .active {
    color:#5B5A5A;
}

.breadcrumb > li + li:before {
     content: "\00BB";
     color: #b2b1b1;
}

/* ------------------------
      Nav 0
--------------------------*/


#nav0-container {
	padding:0px 20px 0px 20px;
}

ul#nav0 li a {
	color:#004b8d;
	text-decoration:none;
}

ul#nav0 li.label-item {
	color:#004b8d;
}


ul#nav0 li a:hover {
	 color:#939598;
}

ul#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;

}
ul#nav0 li#account:hover ul {
	visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);

  }
ul#nav0 li#account ul li {
    display: block;
	padding:0px;
}
ul#nav0 li#account ul li a {
	color:#004b8d;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 15px;
}
ul#nav0 li#account ul li.label-item {
	color:#004b8d;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 15px;
}

.cart-count {
	color:#908D8D;
}


/* ------------------------
      Nav 1
--------------------------*/

nav#nav1 {
	background:#464646;
}

#nav1.sf-menu li.label-item {
	color:#ffffff;
	background:#464646;
	padding: .50em 1.5em .50em 1em;
}

#nav1.sf-menu li.label-item:hover {
	color:#ffffff;
	background:#464646;
}

ul#nav1.sf-menu li.active, ul#nav1.sf-menu li.active a {
	color:#ffffff;
	background:#555555;
}

#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 */
}
#nav1.sf-menu a {
	color: #ffffff;
	padding: .50em 1.5em .50em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}

#nav1.sf-menu a:hover {
	color:#ffffff;
}

#nav1.sf-menu li {
	background: #464646;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

#nav1.sf-menu li:hover,
#nav1.sf-menu li.sfHover {
	background: #555555;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/* Second level */

#nav1.sf-menu ul li {
	background: #555555;
}

#nav1.sf-menu ul li:hover,
#nav1.sf-menu ul li.sfHover {
	background: #464646;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/* Third level */

#nav1.sf-menu ul ul li {
	background: #555555;
}

#nav1.sf-menu ul ul li:hover,
#nav1.sf-menu ul ul li.sfHover {
	background: #464646;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** 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) */
}

#nav1.sf-arrows > li > .sf-with-ul:focus:after,
#nav1.sf-arrows > li:hover > .sf-with-ul:after,
#nav1.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
#nav1.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #fff; /* edit this to suit design (no rgba in IE8) */
	border-left-color: #fff;
}
#nav1.sf-arrows ul li > .sf-with-ul:focus:after,
#nav1.sf-arrows ul li:hover > .sf-with-ul:after,
#nav1.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/* ------------------------
      Nav 2
--------------------------*/

.navbar {
	margin:0px;
}

.navbar-default {
	background-color:#004b8d;
	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;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color:#939598;
 	color:#ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color:#939598;
 	color:#ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color:#939598;
 	color:#ffffff;
}
/* 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: #ffffff; /* Dropdown icons for mobile */
 	border-bottom-color: #ffffff; /* 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: #ffffff; /* Dropdown icons for mobile */
 border-bottom-color: #ffffff; /* Dropdown icons for mobile */
}

/* mobile version */
.navbar-default .navbar-toggle {
	border-color:#939598;
	background-color:#939598;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border-color:#939598;
	background-color:#939598;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#ffffff;
}

/* Nav 2 (main navbar) Dropdowns */

.navbar-default .navbar-nav .dropdown-menu { /* drop down menu background color */
	background:#efefef;
}

.navbar-default .navbar-nav .dropdown-menu > li > a { /* drop down menu text color */
     color: #2e2e2e;
}

.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: #2e2e2e;
 	background-color:#e3e2e2;
}

.navbar-default .dropdown-menu > li.label-item { /* Drop down menu label item */
  	display: block;
 	color: #2e2e2e;
  	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;
}

@media (min-width: 768px) { /* drop on hover for large devices */
	.dropdown:hover>.dropdown-menu {
	    display: block;
	}
}
.dropdown-submenu:hover>.dropdown-menu {  /* drop on hover for submenus */
	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;
}

/* ------------------------
      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: #ffffff;
 	background:#939598;
	padding: .50em 1.5em .50em 1em;
	font-size:20px;
	margin:0px;
}

#nav3.sf-menu li.title {
	color: #ffffff;
 	background:#939598;
	padding: .50em 1.5em .50em 1em;
}

#nav3.sf-menu li.title:hover {
	/*Use same tag as above */
	color: #ffffff;
 	background:#939598;
}

#nav3.sf-menu li.spacer {
	background:#fff;
	padding: .50em 1.5em .50em 1em;
}
#nav3.sf-menu li.spacer:hover {
	background:#fff;
	padding: .50em 1.5em .50em 1em;
}

ul#nav3.sf-menu li.active, ul#nav3.sf-menu li.active a {
	background:#e3e2e2;
 	color:#2E2E2E;
}

#nav3.sf-menu li.label-item {
	color:#2E2E2E;
 	background:#EFEFEF;
	padding: .50em 1.5em .50em 1em;
	border-top: 1px solid #E5E5E5;
}

#nav3.sf-menu li.label-item:hover {
	color:#2E2E2E;
	background:#EFEFEF;
}

/* --  -- */

#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:#EFEFEF; /* Nav 2 background color */
	*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:#e3e2e2;
	/* only transition out, not in */
	/*-webkit-transition: none;
	transition: none;*/
}

#nav3.sf-menu a {
	color:#2E2E2E; /* Nav 2 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: #2E2E2E;
}

/* 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
{
    color: #2e2e2e;
 	background-color:#e3e2e2;
}

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: #2E2E2E;
 	background: #e3e2e2;
}

/* Third Level */

ul#nav3.sf-menu ul ul li,
ul#nav3.sf-menu ul ul li a,
ul#nav3.sf-menu ul ul li.label-item,
ul#nav3.sf-menu ul ul li.label-item:hover {
 }

ul#nav3.sf-menu ul ul li:hover,
ul#nav3.sf-menu ul ul li a:hover {
}

/* 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: #2E2E2E; /* 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: #2E2E2E;
}


/*** 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: #fff; /* edit this to suit design (no rgba in IE8) */
	border-left-color: #fff;
}
.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: white;
}


/* 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:#939598;
	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:#939598;
	font-size:16px;
}

ul.nav4 li.spacer {
	display:block;
	height:14px;
}

ul.nav4 li.label-item {
	display:block;
	padding:2px 0px 2px 0px;
	color:#ffffff;
	font-size:13px;
}

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:#939598;
}

/* ------------------------
   Quick Search Bar
--------------------------*/

.quicksearch {
/* background:#b2b1b1; */
padding:0px 0px 10px 0px;
}

.quicksearch .btn-default, .quicksearch-mobile .btn-default, .quicksearch-medium .btn-default  {
 background:#004b8d;
	color: #fff;
 border:solid 1px #004b8d;
}

@media (max-width: 767px) {
	.quicksearch {
		background:none;
		padding:0px 10px 10px 10px;
		margin:0px;
	}

}

.quicksearch a {
	/*color:#fff;*/
	color:#939598;
	text-decoration:none;
	float:left;
	margin-top:2px;
	margin-left:20px;
}

.quick-form .form-inline {
	margin:10px 0px 10px 0px;
}

@media (max-width: 767px) {
  .quick-form .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

	.quick-form {
	text-align: center;
}

}
@media (max-width: 767px) {
  .quick-form .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
/* ------------------------
   Banner Container
--------------------------*/

#banner-fixed {
	background-color: #ffffff;
//background:url('/we/we.dll/Pic?UN=1000579&F=HomeSection1&TS=45559.4172569444') repeat left top;
//background-size:100% 100%;
}

#banner-full .flexslider {
 padding:0px;
}


#banner-fixed .flexslider {
	background:#fff;
}
#banner-fixed {
	padding:40px 0px;
}

#main-slider {
	background:url(/distsite/styles/7/753/images/full-shadow.png) no-repeat center bottom;
	padding:10px 10px 10px 10px;
	border-radius:0;
}



#banner-full .flex-direction-nav .flex-next,
#banner-fixed .flex-direction-nav .flex-next
{
  right: 20px;
  text-align: right;
}

#banner-full .flex-direction-nav .flex-prev,
#banner-fixed .flex-direction-nav .flex-prev,
{
  left: 20px;
}

/* ------------------------
     Product Carousel
--------------------------*/

#pcarousel-container {
	background-color: #ffffff;
//background:url('/we/we.dll/Pic?UN=1000579&F=HomeSection3&TS=45559.4172569444') repeat left top;
//background-size:100% 100%;
//background-attachment: fixed;
//background-size:cover;	
	padding:30px 0px;
}



h2.product-title-bar {
	background:#ffffff;
	padding:5px 10px 5px 10px;
	color:#004b8d;
	border-bottom:1px solid #efefef;
	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;
}


/* ------------------------
    Newsletter Signup
--------------------------*/

#newsletter{
	background:#939598;
 color:#ffffff;
 //background:url('/we/we.dll/Pic?UN=1000579&F=HomeSection8&TS=45559.4172569444') repeat left top;
//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;
}


/* ------------------------
      Featured Item
--------------------------*/

#featured-item {
	text-align: center;
}

#featured-item .inner {
	background:#fff;
	border:1px solid #ddd;
	padding:20px 20px 20px 20px;
}

#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=1000579&F=HomeSection2&TS=45559.4172569444') 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=1000579&F=HomeSection6&TS=45559.4172569444') 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=1000579&F=HomeSection7&TS=45559.4172569444') repeat left top;
//background-size:100% 100%;
//background-attachment: fixed;
//background-size:cover;	
}

#signature {
	padding:0px 20px;
	text-align:center;
}

#sigstores-container h2 {
  color:;
}

#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=1000579&F=HomeSection7&TS=45559.4172569444') repeat left top;
//background-size:100% 100%;
//background-attachment: fixed;
//background-size:cover;	
}


#sigCollections-container h2 {
  color:;
	text-align: center;
	margin: 30px 0px 30px 0px;
}


/* ------------------------
       Footer
--------------------------*/

#footer {
	background:#484645;
	padding:20px 0px 20px 0px;
}

#footer p {
	color: #ffffff;
}

#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {
 color:#939598;
}

#footer .block-left {

}

#footer #block-right {
	text-align:right;
}

#footer #block-right a {
	color:#ffffff;
}
#footer #block-right a:hover {
	color: #ffffff;
}

#additional-footer {
	margin-top:20px;
}

#additional-links a {
	color: #ffffff;
}
#additional-links a:hover {
	color: #ffffff;
}

.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: #ffffff;
//background:url('/we/we.dll/Pic?UN=1000579&F=HomeSection4&TS=45559.4172569444') 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=1000579&F=HomeSection5&TS=45559.4172569444') 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:#000000;
 background:#D3D3D3;
	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:#939598;
	margin-top:0px;
}

.event-time {
	color:#A6A2A2;
}

.event-description {
}

.news-event img {
	margin:0 auto;
}


/* ------------------------
 	Specials
--------------------------*/


.special {
	border-bottom: 1px solid #D3D3D3;
	margin-bottom:20px;
	padding:20px 0px 20px 0px;
}

.special-title {
	color:#939598;
	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: #D3D3D3;
}


/* ------------------------
 Blog
--------------------------*/

.blog-post {
	border:5px solid #efefef;
	padding:30px;
	margin-bottom:20px;
}

.featured-img {
	margin-bottom:20px;
}

.blog-title {
	margin-bottom:20px;
}

.blog-date {
	color:#5B5B5B;
	font-size:14px;
}

.blog-desc {
	margin-bottom:30px;
}

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: #ffffff;
 	background:#939598;
	padding: .50em 1.5em .50em 1em;
	font-size:20px;
	margin:0px;
}

.nav-blog.sf-menu li.title {
	color: #ffffff;
 	background:#939598;
	padding: .50em 1.5em .50em 1em;
}

.nav-blog.sf-menu li.title:hover {
	/*Use same tag as above */
	color: #ffffff;
 	background:#939598;
}

.nav-blog.sf-menu li.spacer {
	background:#fff;
	padding: .50em 1.5em .50em 1em;
}
.nav-blog.sf-menu li.spacer:hover {
	background:#fff;
	padding: .50em 1.5em .50em 1em;
}

ul.nav-blog.sf-menu li.active, ul.nav-blog.sf-menu li.active a {
	background:#e3e2e2;
 	color:#2E2E2E;
}

.nav-blog.sf-menu li.label-item {
	color:#2E2E2E;
 	background:#EFEFEF;
	padding: .50em 1.5em .50em 1em;
	border-top: 1px solid #E5E5E5;
}

.nav-blog.sf-menu li.label-item:hover {
	color:#2E2E2E;
	background:#EFEFEF;
}

/* --  -- */

.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:#EFEFEF; /* Nav 2 background color */
	*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:#e3e2e2;
	/* only transition out, not in */
	/*-webkit-transition: none;
	transition: none;*/
}

.nav-blog.sf-menu a {
	color:#2E2E2E; /* Nav 2 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: #2E2E2E;
}



/* -----------------------
	Layout Sections
-------------------------*/

#main-content {
	margin-top:20px;
}

.page {
	background:#fff;
	padding-bottom:30px;
}

.section {
	margin-bottom:20px;
}

.fill {
	background:#f9f9f9;
}


.flex-control-nav {
  /*bottom: -20px;*/
}

/* -----------------------
	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;
    /* reset the text-align */
    /* inline-block space fix */
    margin-right:-4px;
}
