/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@base: #3276cb;
 /* @base: #a0cf4f;  lime green, PFE, demo */
 /* @base: #6291d6;  blue PFSR, silverline */
 /* @base: #338dad;  teal PG PFSR, pfphotography */
 /*cc0000 - good red*/
 
 /* for contained slider */
@slider-background: #EFEFEF; 

@page-background-color-base: #ededed; 
@page-background-color-lighter: lighten(@page-background-color-base, 5%);
@page-background-color-darker: darken(@page-background-color-base, 20%);

@top-menu-bar-color: @base;
@top-menu-bar-border: darken(@top-menu-bar-color, 20%);
@top-menu-bar-text: #fff;
@top-menu-bar-text-hover: #fff;

@main-menu-bar-color: #fff;
@main-menu-bar-border: darken(@main-menu-bar-color, 30%);
@main-menu-bar-text: #000;
@main-menu-bar-text-hover: @base;

@main-menu-bar-pulldown-background: @base;
@main-menu-bar-pulldown-text: #fff;
@main-menu-bar-pulldown-rollover: rgba(255,255,255,0.6);

@button-color: @base;
@button-text: #fff;
@button-color-hover: darken(@button-color, 10%);

@portfolio-image-border: #fff;

@link-color: @base;
@link-color-hover: darken(@link-color, 10%);

@carousel-dots: @base;

@text-main: #000;
@text-highlight-color: @base;
@text-light: #fff;
@text-dark: #000;
@text-white: #fff;
@text-black: #000;
@text-grey: #666;
@text-grey-lighter: #999; 
@text-grey-darker: #333;
@text-highlight-pop: #a0cf4f; 

/*@font-family-header: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
/*@font-family-body: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*@font-family-body: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;*/

@font-family-header: 'Roboto', sans-serif;
@font-family-body: 'Roboto', sans-serif;
 
  
/* PF Overrides*/

body.gray-background {
    background-color: #fff;
}

/* this is only used for local dev, not used in pf */

#page-top {
	margin-top: 100px;
}

@media only screen and (max-width: 991px) {
    #page-top {
        margin-top: 0px;
    }
}


/*new*/
#content {
 margin-top: 0px;
 margin-bottom: 0;
 width: 100%;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	#content {
		margin-top: -50px;
	}
}


#header {
	height: 100px;
	border-bottom: 0px solid #ccc;
}
@media only screen and (max-width: 767px) {
    #header {
        height: 50px;
    }
}

.page.sticky-caption .page-caption.scroll-to-fixed-fixed {
    margin-top: 100px;
}
@media only screen and (max-width: 767px) {
	.page.sticky-caption .page-caption.scroll-to-fixed-fixed {
		margin-top: 50px;
	}
}

.fullpage.no-header-footer #content {
	top: 0;
}
.fullpage #content  {
  position: absolute;
  top: 100px;
  bottom: 0px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
	.fullpage #content {
		top: 50px;
	}
}

#footer {
  background: #fff;
  color: #000;
  font-size: 12px;
  padding: 0;
  border-top: solid 0px #f3f3f3;
  margin-top: 0;
}

/* html5 sites*/
#page-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  cursor: default;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}


/* hides the "renew membership" ... first silverlight, second html5 */
/*
.renew-member { display: none !important; }
.form-group .register-option:nth-child(3)  { display: none !important; }  
*/


/* end PF Overrides*/

/*sign in code*/
.authenticated .join-topmenu { display: none !important; }
.authenticated .signin-topmenu { display: none !important; }
.anonymous .signout-topmenu { display: none !important; }
.anonymous .account-topmenu { display: none !important; }


.join-mobilemenu,
.signin-mobilemenu,
.signout-mobilemenu,
.account-mobilemenu {
  display: none !important;
}
@media only screen and (max-width: 767px) {
	.join-mobilemenu,
	.signin-mobilemenu,
	.signout-mobilemenu,
	.account-mobilemenu {
	  display: block !important;
	}
	
	.authenticated .join-mobilemenu,
	.authenticated .signin-mobilemenu,
	.anonymous .signout-mobilemenu,
	.anonymous .account-mobilemenu {
   display: none !important;
  }
}





 
#pf-header, #pf-page, #pf-footer{
body {
    overflow-x: hidden;
    /*font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
	font-family: @font-family-body !important;
}

.cart-count-component {
    right: -7px;

    @media only screen and (max-width: 768px) {
      right: 7px;
    }
    
    .count.badge {
        /*font-size: 10px;
        font-weight: normal;
        padding: 3px;
		*/
		  position: absolute;
		  top: 14px;
		  right: 10px;
		  width: 15px;
		  height: 15px;
		  background-color: @text-highlight-pop;
		  -webkit-border-radius: 50%;
		  -moz-border-radius: 50%;
		  border-radius: 50%;
		  font-size: 10px;
		  text-align: center;
		  font-style: normal;
		  line-height: 15px !important;
		  color: #fff;
		
    }
}

.panel-heading [data-toggle="collapse"]:after {
	color: @text-highlight-pop;
}

.badge {
	padding:0;
}

.header__join {
  margin: 0;
}

.text-pop {
	color: @text-highlight-pop!important;
}

@media (min-width: 1200px) {
  .container {
    width: 1163px;
  }
}

/* for 940x350 sliders */
.mini-slider {
	max-width:100%;
	height:auto;
	margin: 0 15px 10px 0;
    text-align: center;
    background: #ccc;
    padding: 0;
    border: 1px solid #E8EAEE;
}

/* for 1900x625 (or other size) but width will match the page's container width which is 1170 (x400) */
.contained-slider {
	max-width:100%;
	height:auto;
	margin: 10px 0 0 0;
    text-align: center;
    background: #fff;
    padding: 10px;
    border: 1px solid #E8EAEE;
	position: relative;
}

/* overlays text on the contained slider caption ... see national photo for example */
#main-page-carousel .contained-slider-caption {
    font-size: 50px;
	position: absolute;
	padding: 10px;
    z-index: 100;   
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);		
	top: 50px;
	left:0px;
	width:100%;	
}

.text-muted {
    color: @text-grey;
	font-family: @font-family-body;
}
.text-muted-lighter {
    color: @text-grey-lighter;
	font-family: @font-family-body;
}
.text-muted-darker {
    color: @text-grey-darker;
	font-family: @font-family-body;
}

.text-light { color: @text-light!important;}
.text-dark { color: @text-dark!important; }
.text-grey { color: @text-grey!important; }
.text-black { color: @text-black!important; }
.text-white { color: @text-white!important; }
.text-highlight { color: @text-highlight-color!important; }

.text-chunk {
	font-family: @font-family-body;
	margin-top: 30px;
	margin-bottom: 30px;
}
.content-with-sidemenu {	
	padding-left:50px;
}


.text-primary {
    color: #000000;
}

.icon-bg-color {
	color: @base;
}


.footer-square-logo {
	margin:8px 5px 8px 0;
	padding-right:8px;
	padding-bottom:8px;
	float: left;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

p.larger {
    font-size: 20px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: @link-color;
}

a:hover,
a:focus,
a:active,
a.active {
    color: @link-color-hover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase; */
    font-family: @font-family-header !important;
    font-weight: 700;
	color: @text-main;
}

/* FAQ page*/
.faqHeader {
	padding-top: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
	font-family: FontAwesome;
	content: "\f053"; /* "play" icon */
	float: right;
	color: #F58723;
	font-size: 18px;
	line-height: 22px;
	/* rotate "play" icon from > (right arrow) to down arrow */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #454444;
}


.img-centered {
    margin: 0 auto;
}
.img-round {
	width:75%;
	border-radius:100%;
}
.bg-lightest-gray {
    background-color: @page-background-color-lighter;
}
.bg-light-gray {
    background-color: @page-background-color-base;
}

.bg-darkest-gray {
    background-color: @page-background-color-darker;
}

.bg-light-blue {
    background-color: #f7f7f7;
} 

.btn-primary {
    border-color: @button-color;
    text-transform: uppercase;
    font-family: @font-family-header;
    font-weight: 700;
    color: @button-text;
    background-color: @button-color;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: @button-color-hover;
    color: @button-text;
    background-color: @button-color-hover;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: @base;
    background-color: @base;
}

.btn-primary .badge {
    color: @base;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: @button-color;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: @font-family-header;
    font-size: 18px;
    font-weight: 700;
    color: @button-text;
    background-color: @button-color;
	margin: 10px;
}

/*PF shop or order button, medium*/
.btn-m {
    padding: 5px 10px;
    border-color: @button-color;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: @font-family-header;
    font-size: 16px;
    font-weight: 700;
    color: @button-text;
    background-color: @button-color;
}
.float-right {
	float: right;
}

.btn-fullwide {
    padding: 5px 10px;
    
    border-radius: 3px;
    text-transform: uppercase;
    font-family: @font-family-header;
    font-size: 16px;
    font-weight: 700;
    /*
	color: @button-text;
    background-color: @button-color;
	border-color: @button-color;
	*/	
	color: #333;
    background-color: #fff;
    border-color: #ccc;
	width:100%;
	margin:0 0 0 0!important;
}
.btn-fullwide:hover {
	color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}






/*end, added btn-m below to mimic btn-xl style*/

.btn-m:hover,
.btn-m:focus,
.btn-m:active,
.btn-m.active,
.open .dropdown-toggle.btn-m,
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: @button-color-hover;
    color: @button-text;
    background-color: @button-color-hover;
}
.btn-m:active,
.btn-m.active,
.open .dropdown-toggle.btn-m,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}


/* main header dropdown menu*/

.ddm-primary {
	background-color: @main-menu-bar-pulldown-background !important;	
}
.ddm-secondary {
	background-color: #fff;
}


.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: @main-menu-bar-pulldown-rollover;
  /* background-color: #739dd3; */
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
/* don't want megamenu to drop on hover, rvt*/
/* ... could set here, PF overwrites here too */
/* .dropdown:hover .dropdown-menu {
    display: block;
	background-color: rgba(255, 255, 255 ,0.8) 
}
*/



/*this style has important tagged in it for PF, so can't overwrite it*/
/*.navbar-nav > li > .dropdown-menu { 
	background-color: #222; 
}*/
/*end PF*/

.btn-m.disabled,
.btn-m[disabled],
fieldset[disabled] .btn-m,
.btn-m.disabled:hover,
.btn-m[disabled]:hover,
fieldset[disabled] .btn-m:hover,
.btn-m.disabled:focus,
.btn-m[disabled]:focus,
fieldset[disabled] .btn-m:focus,
.btn-m.disabled:active,
.btn-m[disabled]:active,
fieldset[disabled] .btn-m:active,
.btn-m.disabled.active,
.btn-m[disabled].active,
fieldset[disabled] .btn-m.active,
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: @base;
    background-color: @base;
}

.btn-m .badge,
.btn-xl .badge {
    color: @base;
    background-color: #fff;
}

.navbar-default {
    /* border-color: transparent; */
	background-color: @main-menu-bar-color; 
	border: @main-menu-bar-border;
}

.navbar-default .navbar-brand {
    font-family: @font-family-header;
    color: @button-color;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: @button-color-hover;
}

/* don't want all caps */
.navbar a {
    text-transform: none;
    font-weight: 400;
}


/*PF overwrite from BS, padding 15 to 4*/
.navbar-brand {
  float: left;
  height: 74px; /* before new logo, was 50px */
  padding: 0px 15px;
  font-size: 20px;
  line-height: 50px;
}
/*end PF*/

.navbar-default .navbar-collapse {
    border-color: @main-menu-bar-border;
}

.navbar-default .navbar-toggle {
    border-color: @main-menu-bar-border;
    background-color: @button-color;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: @button-text;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: @button-color-hover;
}

.navbar-toggle {
    margin-right: 15px;
	
	/* from navbar.less -- only overwriting the right margin */
    /*
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	*/
}

.navbar-default .nav li a {
    /*text-transform: uppercase;*/
    font-family: @font-family-header;
    font-weight: 400;
	font-size: 16px;
    /*letter-spacing: 1px;*/
    color: @main-menu-bar-text;
	/* text-shadow: 0px 0px 6px rgba(250, 250, 250, 1); */
}
.navbar-default .nav .dropdown-menu li a {
    /*text-transform: uppercase;*/
    font-family: @font-family-header;
    font-weight: 400;
   /*letter-spacing: 1px;*/
    color: @main-menu-bar-pulldown-text;
	/* text-shadow: 0px 0px 6px rgba(250, 250, 250, 1); */
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #737373;
	text-shadow: none;
}

/*PF added font styles for nav inverse (top bar menu)*/
.navbar-inverse .nav li a {
    text-transform: uppercase;
    font-family: @font-family-header;
    font-weight: 400;
    letter-spacing: 1px;
    color: @top-menu-bar-text;
	font-size: 10px;
	height: 20px;
	padding-top: 2px;
	
	
}
.navbar-inverse .nav li a:hover {
	text-decoration:underline;
	background-color: transparent;
	color:@top-menu-bar-text!important;
}



/*PF Header bar color*/
.navbar-inverse {
  background-color: @top-menu-bar-color;
  border-color: @top-menu-bar-border;
  min-height:20px !important;
}

.navbar-fixed-verytop {
  top: 0;
  border-width: 0 0 1px;
  border-radius: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1500;

  .container {
    padding-left: 0;
    padding-right: 0;
    float: right;
  }
}
 

 /* START promo matrix 10/19/17 */ 
 .pm-hero {
	max-width: 100%;
    height: auto;	
	margin: 0 0 5px 0;    
    background: #fff;
    padding: 10px;
    border: 1px solid #E8EAEE;
 }
 .pm-block {
	max-width: 100%;	
    height: auto;	
	margin: 0 15px 10px 0;    
    background: #fff;
    padding: 10px;
    border: 1px solid #E8EAEE;
 }
  .pm-block-noborder {
	max-width: 100%;	
    height: auto;	
	margin: 0 0 5px 0;    
    padding: 10px;
 }
 .pm-marquee {
	text-align:center;
	color: @base;
	padding:12px 30px 10px 30px;
	text-transform: none;
    font-family: @font-family-header;
    font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px solid #b3b3b3;
 }
 .pm-marquee a {
	color: @base;
 }
 .pm-marquee-detail {
	font-size: 14px;
 }
.pm-text-block {
	text-align:center;
	color: @base;
	padding:10px;
	text-transform: none;
    font-family: @font-family-header;
    font-weight: 400;
	font-size: 18px;
	line-height: 20px;
 }
 .btn-pm {
	margin-left:10px;
	border-color: @base;
    text-transform: uppercase;
    font-family: @font-family-header;
    font-weight: 700;
    color: @base;
    background-color: transparent;
	padding: 7px 12px 6px 12px;
 }
  .btn-pm a, a:hover, a:focus, a:active {
	text-decoration: none;
	/*color: @base!important;*/
 }
 
 .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


/* macro ready block--simple square with name, price, description underneath */
.product-block {
	text-align:left;
	padding:15px 15px 0 15px;
}
.product-block img {
	max-width: 100%;	
    height: auto;	
	margin: 0;    
    padding: 0;
	border: 1px solid #fff;
}
.product-block .caption-area {
	background-color:#fff;
	padding:15px 15px 10px 15px;
}
.product-block .caption-area h4 {
	font-size: 16px;
	margin-top: 0;
}
.product-block .caption-area h6 {
	font-size: 14px;
	margin-top: 0;
}
.product-block .caption-area p {
	color: @text-grey;
	font-family: @font-family-body;
}


/* featured product row styling */
.fp-block {
	padding:5px 5px 0 5px;
}
.fp-block h4 {
	font-size: 16px;
	text-align:center;
	margin-top: 0;
}
.fp-block img {
	max-width: 100%;	
    height: auto;	
	margin: 0;    
    padding: 10px;
}
.fp-block>span a {
	color:#b20000;
}
.fp-text-block-left {
	text-align:left;
	color: @base;
	text-transform: none;
    font-family: @font-family-header;
    font-weight: 700;
	font-size: 24px;
	line-height: 24px;
 }
 .fp-text-block-left h1 {
	text-align:left;
	color: @base;
	text-transform: none;
	font-size: 24px;
	line-height: 24px;
	margin-top:0px;
	margin-bottom:0px;
 }
 
 .fp-text-block-right {
	text-align:right;
	color: @base;
	text-transform: none;
    font-family: @font-family-header;
    font-weight: 700;
	font-size: 24px;
	line-height: 20px;
 }
 @media only screen and (max-width: 767px) {
	.fp-text-block-left, .fp-text-block-right  {
		text-align:center;
		margin-top:10px;
	}
 }

/* Container holding the image and the text */
.pm-container {
    position: relative;
    text-align: center;
}
.pm-big-box-title {
	text-align:center;
	/*text-transform: uppercase;*/
    font-family: @font-family-header;
    font-weight: 400;
	font-size: 38px;
	line-height: 1.1;
}
.pm-big-box-subtitle {
	font-weight: 400;
	font-size: 26px;
	line-height: 1.1;
}
.pm-small-box-title {
	text-align:center;
	/*text-transform: uppercase;*/
    font-family: @font-family-header;
    font-weight: 400;
	font-size: 23px;
	line-height: 1;
}
.pm-small-box-subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
}
.pm-text-base {
	color: @base;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7);
}
.pm-text-black {
	color: #000;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7);
}
.pm-text-white {
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.pm-text-top-left 		{ position: absolute; top: 40px; left: 50px; text-align: left;}
.pm-text-top-left2 		{ position: absolute; top: 20px; left: 20px; text-align: left;}
.pm-text-top-centered 	{ position: absolute; top: 40px; left: 50%; transform: translate(-50%); }
.pm-text-top-right 		{ position: absolute; top: 40px; right: 50px; text-align: right;}
.pm-text-top-right2 	{ padding-left:5px; position: absolute; top: 20px; right: 20px; text-align: right;}
.pm-text-centered 		{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.pm-text-bottom-left 	{ position: absolute; bottom: 30px; left: 25px; text-align: left}
.pm-text-bottom-centered{ position: absolute; bottom: 30px; left: 50%; transform: translate(-50%); text-align: center; }
.pm-text-bottom-right 	{ position: absolute; bottom: 30px; right: 25px; text-align: right;}


/* a few adjustments for smaller screens */
@media only screen and (max-width:991px) {
	.pm-big-box-title 	{ font-size: 28px; line-height: 1.1; }
	.pm-big-box-subtitle 	{ font-size: 14px; line-height: 1.1; }
	.pm-small-box-title 	{ font-size: 32px; line-height: 1.1; }
	.pm-small-box-subtitle 	{ font-size: 26px; line-height: 1.1; }
	.pm-text-top-left2 		{ position: absolute; top: 40px; left: 50px; text-align: left;}
	.pm-text-top-right2 	{ position: absolute; top: 40px; right: 50px; text-align: right;}
}
@media only screen and (max-width: 767px) {
	.pm-big-box-title 	{ font-size: 22px; line-height: 1.1; }
	.pm-big-box-subtitle 	{ font-size: 14px; line-height: 1.1; }
	.pm-small-box-title 	{ font-size: 22px; line-height: 1.1; }
	.pm-small-box-subtitle 	{ font-size: 14px; line-height: 1.1; }
	.pm-text-top-right 		{ width:100%; background-color:rgba(255, 255, 255, 0.6); padding: 5px; position: absolute; top: 20px; left: 50%; transform: translate(-50%); text-align: center; }
	.pm-text-top-right2 	{ width:100%; background-color:rgba(255, 255, 255, 0.6); padding: 5px; position: absolute; top: 20px; left: 50%; transform: translate(-50%); text-align: center; }	
	.pm-text-top-left 		{ width:100%; background-color:rgba(255, 255, 255, 0.6); padding: 5px; position: absolute; top: 20px; left: 50%; transform: translate(-50%); text-align: center; }
	.pm-text-top-left2 		{ width:100%; background-color:rgba(255, 255, 255, 0.6); padding: 5px; position: absolute; top: 20px; left: 50%; transform: translate(-50%); text-align: center; }
}


/* END promo matrix 10/19/17 */ 

/* the Back to Top button */
 
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: @button-color; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
	right: 30px; /* Place the button 30px left */
}
#myBtn:hover {
    background-color: @button-color-hover; 
}
.myBtnLeft {
	left: 30px; /* Place the button 30px left */
}
.myBtnRight {
	right: 30px; /* Place the button 30px left */
}


 
 /*PF for the all products page, where there is no header image*/
 .no-jumbo-placeholder {
  padding: 45px 0px;
  margin-bottom: 0px;
  color: inherit;
  background-color: @base;  
  background-position:center top;
}
@media only screen and (max-width:768px) {
	.no-jumbo-placeholder {
		padding: 0px 0px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:768px) {
	.ld-special {
		background-color:@base!important;
	 }
}
/*end PF*/

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
	color: @main-menu-bar-text-hover; 
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: @main-menu-bar-text-hover;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: @main-menu-bar-text-hover;
}

/* main menu */
@media only screen and (min-width:768px) {
    .navbar-default {
        padding: 30px 0 10px 0;
        border-bottom: 1px solid @main-menu-bar-border;
        background-color: @main-menu-bar-color;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: @main-menu-bar-color; 
		margin-top: 20px;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}
.navbar-default {
	 border-bottom: 1px solid @main-menu-bar-border;	
}

.navbar-brand {
	border-bottom: 0px;	
}


header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
	/* pfsr landing page image | 1 of 2 places to adjust */
    padding-top: 80px;
    padding-bottom: 50px; 
	text-align: right;
	color: #fff;
	width: 100%;
	float: none;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: @font-family-body;
    font-size: 22px;
     /*font-style: italic;*/
    line-height: 22px;
	text-shadow: 0px 0px 6px rgba(100, 100, 100, 0.7);
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: @font-family-header;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
	text-shadow: 0px 0px 6px rgba(100, 100, 100, 0.7);
}

@media only screen and (min-width:768px) {
    header .intro-text {
		/* pfsr landing page image | 2 of 2 places to adjust */
        padding-top: 80px;
        padding-bottom: 50px;
		float: right;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: @font-family-body;
        font-size: 40px;
         /*font-style: italic;*/
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: @font-family-header;
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
    }
}


section {
    padding: 30px 0;
}
section#services {
    padding: 30px 0;
}

#services-page {
    padding: 50px 0;
}
#menu-page {
    padding: 10px 0;
}

section h2.section-heading {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
	color: #000;
}
section h3.section-subheading {
    margin-bottom: 60px;
    text-transform: none;
    font-family: @font-family-body !important;
    font-size: 16px;
    /*font-style: italic;*/
    font-weight: 400;
}

/* for text over banners */
h1.banner-heading {
    font-family: @font-family-header;
	font-size: 40px;
	margin: 0 0 0 0;
}
h2.banner-heading {
    font-family: @font-family-header;
	font-size: 40px;
	margin: 0 0 0 0;
}
h3.banner-subheading {
    font-family: @font-family-body !important;
    font-size: 16px;
     /*font-style: italic;*/
    font-weight: 400;
	text-transform: none;
	margin: 0 0 0 0; 
	padding-top: 5px;
}

/*  use the 50px that is set for section elsewhere */
/*
@media only screen and( min-width:768px) {
    section {
        padding: 20px 0;
    }
}
*/
.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background: rgba(254,209,54,.9);*/
	background: rgba(0,95,175,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 0px;
    max-width: 400px;
    text-align: left;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
	padding: 20px 20px 0px 15px;
	font-size: 16px;
}
#portfolio .portfolio-item .portfolio-caption-center h4 {
    margin: 0;
    text-transform: none;
	padding: 10px 20px 15px 15px;
	font-size: 16px;
	text-align:center;
}
/*#portfolio .portfolio-item h4 {
	text-align: left;
	padding-left: 10px;	
}
*/
#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: @font-family-body;
    font-size: 12px;
    /*font-style: italic;*/
	padding: 5px 20px 10px 15px;
}


/* styles to use when the title is above the graphic */
#portfolio .portfolio-item-above .portfolio-caption {
    margin: 0 auto;
    padding: 0px;
    max-width: 400px;
    text-align: left;
    background-color: #fff;
}
#portfolio .portfolio-item-above h4 {
	text-align: left;
	padding-left: 5px;	
}
#portfolio .portfolio-item-above .portfolio-caption p {
    margin: 0;
    font-family: @font-family-body;
    font-size: 12px;
    /*font-style: italic;*/
	padding: 10px 20px 10px 20px;
}
#portfolio .portfolio-item-above .portfolio-caption .btn-tight {
	float: right;
	margin: 0px 20px 5px 20px;
}
/* end styles to use when the title is above the graphic */


#portfolio .portfolio-item .portfolio-caption .large {
    font-size: 14px;
}

/*PF added for the products page captions that needed to be smaller*/
#portfolio .portfolio-item .portfolio-caption .text-product-details {
	font-size: 12px;
}

#portfolio .portfolio-item .portfolio-caption .btn {
	float: right;
	margin: 20px 15px 10px 20px;
}

/* when order button is alone, use this style */
#portfolio .portfolio-item .portfolio-caption .btn-solo {
	float: right;
	margin: 5px 25px 10px 20px;
	text-decoration: none;
}

#portfolio * {
    z-index: 2;
}

section#app {
    padding: 30px 0 0 0;
	margin: 0px;
	p {
		padding-bottom:10px;
	}
}
@media only screen and (max-width:767px) {
	section#app .text-center-xs {
		text-align: center;
	}
}

/*
@media only screen and (min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}
*/

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #005dab;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media only screen and (min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media only screen and (min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media only screen and (min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    /*background-image: url(../img/map-image.png);*/
    background-position: center;
    background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 60px;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #005dab;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: @font-family-header;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: @font-family-header;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: @font-family-header;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: @font-family-header;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;	
}

.the-footer {
	border: 1px solid #E8EAEE;
    padding: 50px 0;
    text-align: center;
	display: block;
}

.the-footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: @font-family-header;
    line-height: 40px;
	text-align: center;
}

.the-footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: @font-family-header;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: @button-color;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: @font-family-body;
    font-size: 16px;
     /*font-style: italic;*/
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

/*PF Portfolio Filtering Styles*/
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}

.portfolio-filter > ul {
  text-align: center;
}
.portfolio-filter > li {
  /*text-transform: uppercase;*/
  font-family: @font-family-header;
  font-weight: 700;	
  display: inline-block;  
  padding: 10px 5px;
  border-radius: 4px;
}
.portfolio-filter > li > a {
  padding: 10px 15px;
  border-radius: 4px;
  background-color:#f5f5f5;
  border: 1px solid #f5f5f5;
  color:#000;
}
.portfolio-filter .current,
.portfolio-filter > li > a:hover,
.portfolio-filter > li > a:focus {
  text-decoration: none;
  background-color: #eee;
  border: 1px solid @base;  
  padding: 10px 15px;
  border-radius: 4px;
  color:@base;
}
.portfolio-filter > li + li {
  margin-left: 2px;
}

.portfolio-items {
  margin-right: -5px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}
/*end PF*/

/*PF 3 columns*/
.portfolio-items.column-width > li {
  width: 99%;
}
@media only screen and (min-width:420px) {
	.portfolio-items.column-width > li {
	  width: 49%;
	}
}
@media only screen and (min-width:768px) {
	.portfolio-items.column-width > li {
	  width: 33%;
	  /* width: 25%; */ /*4-across*/
	}
}
/*end PF*/

.portfolio-item .item-main {
  margin: 0 15px 10px 0;
  text-align: center;
  background: #fff;
  /*padding: 10px;*/
  border:1px solid @portfolio-image-border;
}
.portfolio-item .item-main-plain {
  margin: 0 15px 10px 0;
  text-align: center;
  background: none;
  padding: 10px;
  border: none;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
  border: 1px solid @portfolio-image-border;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgb(128, 188, 253);
color: #fff;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* ISOTOPE CSS3 TRANSACTIONS */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/* DISABLE ISOTOPE CSS3 TRANSACTIONS */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* DISABLE ISOTOPE CSS3 TRANSACTIONS FOR CONTAINERS WITH INFINITE SCROLLING */
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/*end PF*/



.product_details_block {
	border: 1px solid #E8EAEE;
	background-color: #fff;
	color: #000;
	padding:5px 20px;
	margin-bottom: 30px;
}

.product_details_block_centered {
	border: 1px solid #E8EAEE;
	background-color: #fff;
	color: #000;
	padding:5px 20px;
	margin-bottom: 30px;
	text-align: center;
}

.product-detail-caption {
	padding:5px 10px;
}
.product-detail-caption p {
	color: #000;
	font-size: 14px;
	line-height: 1.75;
	font-family: @font-family-body;
}

/* jumbotron style, from  jumbotron.less */
@media only screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}
.jumbotron {
    /* original css */ 
	/* 
	padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
	*/	
	background-position: center top;
    margin-bottom: 0px;
/* contained slider needs margin bottom -50*/
/*    margin-bottom: -50px; */
    padding: 150px 0 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
	background-color:@slider-background;
}
.jumbotron-banner {
	background-position:center top; 
	margin-bottom: 0px;
	padding: 50px 0 50px 0;
	background-size:cover;
	background-repeat: no-repeat;
	color:white;
	border-bottom: 1px solid #b3b3b3;
}



/*PF product group info block over the jumbo*/
.product_group_block {
	border: 1px solid #E8EAEE;
    color: #000;
	padding:5px 20px;
    background-color: rgba(255,255,255,0.7);
}
.product_group_block h3 {	
	&.text-light { color: @text-light;}
	&.text-dark { color: @text-dark; }
	&.text-grey { color: @text-grey; }
	&.text-black { color: @text-black; }
	&.text-white { color: @text-white; }
	&.text-highlight { color: @text-highlight-color}
}
.product_group_block p {
	font-size: 14px;
	line-height: 1.75;
	font-family: @font-family-body;
	&.text-light { color: @text-light;}
	&.text-dark { color: @text-dark; }
	&.text-grey { color: @text-grey; }
	&.text-black { color: @text-black; }
	&.text-white { color: @text-white; }
	&.text-highlight { color: @text-highlight-color}
}
.item-detail {
	text-transform: uppercase; 
    font-family: @font-family-header !important;
    font-weight: 400;
}
.nav-tabs > li > a,
{
  color: #000;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: @base;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.tab-content {
	padding:20px 10px 10px 20px;
	color: #777;
	font-family: @font-family-body;

}
.product-detail-image {
  margin: 0 0 10px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}
.product-detail-image img {
	width:100%;
}
.product-detail-block {
	margin: 10px;
}

.product-detail-description, {
	padding: 0 25px;
	margin: 20px 0px 20px 0px;
}
.bump-right {
	text-align:right;
}

.cardChoice {
    font-size: 11px;
    text-align: center;
    color: #666;
   /* height: 150px;*/
    min-height: 100px;
    margin-top: 4px;
	margin-bottom: 4px;
}
.cardChoice img {
    margin: 0px auto;
}
.cardChoice:hover { 
	box-shadow: 0px 0px 5px #cccccc;
}

.cardChoiceSection {
	border: 1px solid #E8EAEE;
	margin:10px 0;
	padding: 0 20px;
}
.cardChoiceSection h6 {
	padding-left:20px;
}


/*  price block to the right of description on the cards page*/
.price-blurb {
	border-left:1px solid #dadada;
}
.price-blurb .text-muted {
    color: #777;
	font-family: @font-family-body;
	font-size: 14px;
    line-height: 1.5;
}
.price-blurb .text-main-price { 
	color:#005dab;
	margin-top:0px;
	margin-bottom:5px;
}





/* START fade for carousel 10-27-16 RVT */
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


.carousel-inner img {
	background-position:center top; 
	background-size:cover;
	background-repeat: no-repeat;
	color:white;
}



/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/* END fade for carousel */


/* START carousel buttons */
@media only screen and (min-width: 768px) {
	.carousel-indicators {
		bottom: 0px;
	}
}

#main-page-carousel .carousel-indicators {  
	/* dots */
	position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
	
	/* overwriting this... original, keeping for reference */
	/*position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;*/
	
	/* buttons */
	/*position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 200px;
    padding-left: 0;
    margin-left: -36%;
    text-align: center;
    list-style: none;	
	display: block;
	*/
}

#main-page-carousel .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: @carousel-dots;
}


#main-page-carousel .carousel-indicators-textblocks {
    li {
      display: inline-block;
	  text-indent: 0;
	  text-align: left;
      margin: 1px;
      width: 200px;
      height: 70px;
      border: 0px solid #E8EAEE;
	  padding:10px;
      background-color: rgba(255,255,255,0.7);
      line-height: 30px;
	  -webkit-border-radius: 0;
	  border-radius: 0;
      color: #000;
      transition: all 0.25s ease;
      &.active {
        color: #fff;
        background-color: rgba(153,153,153,0.8);
      }
	  &:hover {
		color: @base;
	  }
	  h3 {
		font-size: 20px;
		margin-top: 3px;
		margin-bottom: 2px;
	  }
	  p{
		font-size: 14px;
		line-height: 1.25;
		font-family: @font-family-body;  
	  }
    }
}

#main-page-carousel .carousel-outer {
	position: relative;
}


#main-page-carousel .carousel-caption {
    font-size: 20px;
	position: absolute;
    margin-left: -40%;
	padding: 10px;
	left: 50%;	
	bottom: 15%;
    z-index: 10;   
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
	width:500px;
	/*background-color:#333333;*/
}

#main-page-carousel .pf-slider {
	text-transform: none;
}


/*when it's xs*/
@media only screen and (max-width: 767px) {
  #main-page-carousel .carousel-caption {
   ;
  }
}
/*when it's sm*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#main-page-carousel .carousel-caption {
    ;
	}
}


/* slider buttons */

/* default */
#main-page-carousel .btn-xl {
    border-color: @button-color;
	background-color: @button-color;
	padding: 20px 25px
	/*padding: 5px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;    
    margin: 10px;*/
}
#main-page-carousel .btn-xl:hover {
    border-color: @button-color-hover;
	background-color: @button-color-hover;
}

/* red */
#main-page-carousel .btn-red {
    border-color: #b20000;
	background-color: #b20000;
}
#main-page-carousel .btn-red:hover {
    border-color: #990000;
	background-color: #990000;
}
/* blue */
#main-page-carousel .btn-blue {
    border-color: #005dab;
	background-color: #005dab;
}
#main-page-carousel .btn-blue:hover {
    border-color: #004279;
	background-color: #004279;
}

/* teal */
#main-page-carousel .btn-teal {
    border-color: #63c7d7;
	background-color: #63c7d7;
}
#main-page-carousel .btn-teal:hover {
    border-color: #39aabc;
	background-color: #39aabc;
}

/* orange */
#main-page-carousel .btn-orange {
    border-color: #cc7236;
	background-color: #cc7236;
}
#main-page-carousel .btn-orange:hover {
    border-color: #b65d22;
	background-color: #b65d22;
}

/*end PF*/



/* start 6/14/17 addition for testimonials carousel */
.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px;color:#333;}
.carousel-control.right {right:-25px;color:#333;}

.zmin {
    z-index: 1;
}
.testimonial-signature {
	font-size: 12px;	
	text-align:right;
	padding-right:50px;
}
/* end testimonials styles */

::-moz-selection {
    text-shadow: none;
    background: #080808;
}

::selection {
    text-shadow: none;
    background: #080808;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #080808;
}



/* start 5/22/18 addition for megamenu */



/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Tab CSS
04 Mobile CSS
05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/

.wsmenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.wsmain html, .wsmain body, .wsmain iframe, .wsmain h1, .wsmain h2, .wsmain h3, .wsmain h4, .wsmain h5, .wsmain h6 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  font-family: @font-family-body !important;
  text-transform: none;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-smoothing: subpixel-antialiased !important;
  font-smooth: subpixel-antialiased;
}

.wsmain .cl {
  clear: both;
}

.wsmain img, object, embed, video {
  border: 0 none;
  max-width: 100%;
}

.wsmain a:focus {
  outline: none !important;
}

.wsmain:before, .wsmain:after {
  content: "";
  display: table;
}

.wsmain:after {
  clear: both;
}

/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/

.wsmobileheader {
  display: none;
}

#overlapblackbg {
  display: none;
}

/*sfh*/
.smllogo {
  padding: 0px 5px;  /* before new logo, was 2px 5px 2px 5px;*/
  margin: -7px;  /* before new logo, was 0 */
  float: left;
  width: 17%;   /* before new logo, was 20 */
  display: flex;
  justify-content: center;
}
.smllogo--testing {
  padding: 0px 0px;  
  margin: -7px 0px -7px 0px;  
  float: left;
  min-width:180px;
}

.smllogo a {
  display: block;
  float: left;
  padding: 0px 5px; /* before new logo, was 2px 5px 2px 5px;*/
}

.topmenusearch {
  float: right;
  width: 100%;
  height: 42px;
  position: relative;
  margin: 9px 0px 0px 0px;
}

.topmenusearch .searchicon {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.topmenusearch input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  font-size: 12px;
  height: 42px;
  z-index: 2;
  outline: none;
  color: #7d7d7d;
  background-color: #e9ebef;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.topmenusearch input:focus {
  color: #000;
}

.topmenusearch input:focus~.btnstyle {
  background-color: #424242;
  color: #fff;
  opacity: 0.9;
}

.topmenusearch input:focus~.btnstyle .fa {
  color: #fff;
}

.topmenusearch input:focus~.searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}

.topmenusearch .btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  z-index: 1000;
  background-color: #eeeeee;
  border: solid 0px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
}

.topmenusearch .btnstyle .fa {
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #9c9c9c;
}

.topmenusearch .btnstyle:hover {
  background-color: #fff;
}

.wsmain {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
  /*max-width: 1300px;*/
  /*max-width: 1170px;*/
  /*1300 is the original mega width, but 1170 matches the container width on the PF sites*/
}

.wsmenu {
  position: relative;
  font-family: @font-family-body !important;
  text-transform: none;
  font-size: 14px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  width: 83%;  /* before new logo, was 80-- then changed logo area to 15%  */
  float: left;
  height: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  /*95 was original, with the logo at 5... 78 is OK but with nothing set, the items just line up */
}

.wsmenu-list {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: block;
  padding: 0px;
}

.wsmenu-list>li {
  text-align: center;
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
}

.wsmenu-list>.wscarticon>a .fa.fa-shopping-basket {
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  /*margin-right: 5px;*/
  color: #7b7b7b;
}

.wsmenu-list>.wsshopmenu>a .fa.fa-angle-down {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-left: 11px;
  color: #7b7b7b;
}

.wsmenu-list li ul li a .fa.fa-angle-double-right {
  font-size: 12px;
  margin: 0 3px 0 -4px;
}

.wsmenu-list>li>a {
  display: block;
  color: #828181;
  padding: 0 15px;
  line-height: 58px;
  text-decoration: none;
  position: relative;
}

.wsmenu-list>li:hover>a {
  /*color: #000;*/
  color: @base;
}

.wsmenu-list>li>.navtext {
  line-height: 16px;
  text-align: right;
  padding: 14px 14px;
  margin: 0 8px;
}

/* at 991 switches to mobile anyway, so between 992 and 1220, hide My Account text, leaving only the icon */
@media (max-width: 1220px) and (min-width: 992px) {
	.hidden-myacct {
		display: none !important;
	}
}
/* shrink the margin on screens between 992 and 1125 so it won't drop the My Account icon down */
@media (max-width: 1125px) and (min-width: 992px) {
.wsmenu-list>li>.navtext {
		margin: 0 5px;
	}
}

.wsmenu-list>li>.navtext>span+span:after {
  color: #9e9e9e;  
  /*content: "\f107";*/
  content: "";
  display: inline-block;
  /*font-family: "FontAwesome";*/
  font-size: 18px;
  font-weight: 400;
  line-height: 10px;
  margin-left: 0px;
  position: relative;
  right: -8px;
  text-align: right;
  top: 1px;
}

.wsmenu-list>li>.navtext>span {
  display: block;
  font-size: 11px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  line-height: 16px;
  color: #9e9e9e;
}

.wsmenu-list>li>.navtext>span+span {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: #555555;
}

.wsmenu-list li a:hover .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu-list li a.active .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu-list li:hover>a .arrow:after {
  border-top-color: #b3b3b3
}

.megamenu iframe {
  width: 100%;
  margin-top: 10px;
  min-height: 200px;
}

.megamenu video {
  width: 100%;
  margin-top: 10px;
  min-height: 200px;
}

.wsmenu-list>li.socialicon {
  float: left;
}

.wsmenu-list>li.socialicon a {
  width: 38px;
  padding: 0px 10px
}

.wsmenu-list>li.socialicon a .fa {
  font-size: 15px;
  color: #898d91;
  text-align: center;
}

.wsmenu-list>li.wsshopmyaccount {
  float: right;
}

.wsmenu-list>li.wssearchbutton {
  float: right;
  padding: 12px 0 !important;

  .search-bar {
    &.collapsed {
      .search-input {
        border: none;
      }
      .search-button {
        border: none;
        background-color: #fff;
      }
    }

    &.expanded {
      position: absolute;
      top: 0;
      right: 0;
      height: 64px;
      background-color: #fff;

      .search-form {
        top: 13px;
        margin-left: 10px;
      }

      .search-input {
      }

      .search-button {
      }
    }
  }

  @media only screen and (max-width: 991px) {
    display: none !important;
  }
}

.wsmenu-list-item {
  padding-left: 12px !important;
  padding-right: 12px !important;
  display: block;
  color: #828181;
  padding: 0 15px;
  height: 58px;
  line-height: 58px;
  text-decoration: none;

  @media only screen and (max-width: 991px) {
    padding: 13px 32px 13px 12px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: #0000;
    color: #666;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: #00000021;
  }
}

.wsmenu-list>.wsshopmyaccount>a .fa.fa-angle-down {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-left: 8px;
  color: #7b7b7b;
}

.wsmenu-list>.wsshopmyaccount>a .fa.fa-align-justify {
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  margin-right: 11px;
  color: #7b7b7b;
}

.wsmenu-list>li.wssearchbar {
  /*width: 41%; */
  width: 21%;
  float: left;
  padding-left: 15px;
}

.wsmenu-list>li.wscarticon {
  float: right;
  clear: right;
}

.wsmenu-list>li.wscarticon a {
  padding: 0px 22px 0px 22px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.mobiletext {
  display: none;
}

.wsmenu-list>li.wscarticon a .fa {
  font-size: 15px;
}

.wsmenu-list>li.wscarticon em.roundpoint {
  position: absolute;
  top: 14px;
  right: 21px;
  width: 17px;
  height: 17px;
  background-color: #DA4B38;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 9px;
  text-align: center;
  font-style: normal;
  line-height: 16px !important;
  color: #fff;
}

.wsmenu-list li>.wsmenu-submenu {
  transform: translateY(35px);
  transition: all .3s ease;
  visibility: hidden;
}

.wsmenu-list li:hover>.wsmenu-submenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.wsmenu-submenu li>.wsmenu-submenu-sub {
  transform: translateY(35px);
  transition: all .3s ease;
  visibility: hidden;
}

.wsmenu-submenu li:hover>.wsmenu-submenu-sub {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.wsmenu-submenu-sub li>.wsmenu-submenu-sub-sub {
  transform: translateY(35px);
  transition: all .3s ease;
  visibility: hidden;
}

.wsmenu-submenu-sub li:hover>.wsmenu-submenu-sub-sub {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.wsmenu-list li>.megamenu {
  transform: translateY(35px);
  transition: all .3s ease;
  visibility: hidden;
}

.wsmenu-list li:hover>.megamenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.wsmenu-submenu {
  position: absolute;
  min-width: 176px;
  top: 58px;
  right: 0;
  z-index: 1000;
  margin: 0px;
  padding: 0px;
  border: solid 1px #eeeeee;
  background-color: #fff;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.wsmenu-submenu li a {
  background: #fff !important;
  background-image: none !important;
  color: #666666 !important;
  border-right: 0 none !important;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 12px;
  letter-spacing: normal;
  border-right: 0px solid;
  border-bottom: 1px solid #f5f5f5;
}

.wsmenu-submenu li {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.wsmenuexpandermain {
  display: none;
}

.wsmenu-list li:hover .wsmenu-submenu {
  display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
  opacity: 1;
  list-style: none;
  padding: 0px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
  display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
  opacity: 1;
  list-style: none;
  padding: 0px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.wsmenu-submenu li {
  position: relative;
  padding: 0px;
  margin: 0px;
  display: block;
}

.wsmenu-click {
  display: none;
}

.wsmenu-click02 {
  display: none;
}

.wsmenu-submenu .fa {
  margin-right: 11px;
  font-size: 15px;
}

.carousel-control i.fa {
  top: 48%;
  position: absolute;
  font-size: 33px;
  margin-left: -5px;
}

.carousel-inner .carousel-caption h3 {
  font-size: 18px;
  font-weight: bold;
}

.wsshopmenu span {
  font-weight: bold;
}

.wsmenu-list>.wsshopmenu>a .fa.fa-shopping-basket {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-right: 8px;
  color: #7b7b7b;
}

.wtsdepartmentmenu {
  background: #fff;
  border-bottom: solid 1px #d1d3d4;
}

.wtsbrandmenu {
  background: #ffffff;
  border-bottom: solid 1px #d1d3d4;
}

.wsmenu-list li:hover .megamenu {
  opacity: 1;
}

.megamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 60px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 10px 10px 20px 10px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.megamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: 17px;
  color: #424242;
  margin: 0px 0px 7px 0px;
  text-align: left;
  height: 39px;
  margin: 0px 0px 10px 0px;
}

.halfmenu {
  width: 50%;/*original was 40%*/
  right: auto !important;
  left: auto !important;
}

.halfmenu .megacollink {
  width: 48%;
  float: left;
  margin: 0% 1%;
}

.halfdiv {
  width: 30%;
  right: auto;
  left: auto;
}

.halfdiv03 {
  width: 25%;
  right: auto;
  left: auto;
}

.wsshoptabing {
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 60px;
  background-color: #f8f8f8;
  left: 0;
  border-bottom: solid 2px #376cb7;
  border: solid 1px #f1f1f1;
  border-top: solid 0px;
  visibility: hidden;
  opacity: 0;
  z-index: 101;
  transform: translateY(35px);
  transition: all .3s ease;
}

.btnlearn {
  font-size: 15px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  display: block;
  float: left;
  padding: 0px 15px;
  background-color: #0056b9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  margin-top: 5px;
}

.btnlearn:hover {
  color: #fff;
  text-decoration: none;
}

.wstitemright {
  /*min-height:100%;*/
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #f8f8f8;
  color: #000;
  display: block;
  float: left;
  padding: 10px 8px 0px 8px;
  width: 77%;
  min-height: 400px;
}

.wstabitem {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

.wstabitem>li {
  width: 100%;
  list-style: none;
}

.wstbootslider {
  /*width: 276px;*/
  width: 100%;
  float: right;
  margin-top: 8px;
}

.wstmegamenucolr {
  /*width: 276px;*/
  width:100%;
  display: block;
  float: right;
  margin-top: 8px;
}

.wstabitem li:before, .wstabitem li:after {
  content: "";
  display: table;
}

.wstabitem li:after {
  clear: both;
}

/*.wsmenu-list > li:hover > .wsshoptabing > .wstabitem li.wsshoplink-active .wstitemright{opacity: 1; visibility: visible;}*/

.wsmenu-list>li:hover>.wsshoptabing .wsshopwp>.wstabitem li.wsshoplink-active .wstitemright {
  opacity: 1;
  visibility: visible;
}

.wsshoptabing>.wsshopwp {
  width: 100%;
  display: block;
  position: relative;
}

.wstabitem>li>a {
  display: block;
  padding: 15px 11px;
  font-size: 13px;
  color: #606060;
  border-bottom: solid 1px #e5e5e5;
  width: 23%;
  float: left;
  position: relative;
  border-left: 3px solid #fff;
  background-color: #fff;
}

.wstabitem>li:hover a {
  text-decoration: none;
}

.wstabitem .wsshoplink-active a {
  text-decoration: none;
}

.wstabitem>li:hover>a {
  text-decoration: none;
}

.wstabitem>li>a .fa {
  color: #848484;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  font-size: 16px;
}

.wstheading {
  width: 100%;
  display: block;
  padding: 15px 0px 4px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.wstliststy01 {
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.wstliststy01 li {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wstliststy01 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wstliststy01 li a:hover {
  color: #000;
  text-decoration: none;
}

.wstinnerwp {
  height: auto;
  position: relative;
  width: 100%;
}

.wstinnerwp:before, .wstinnerwp:after {
  content: "";
  display: table;
}

.wstinnerwp:after {
  clear: both;
}

.wstliststy02 {
  padding: 5px 0px 10px 0px;
  margin: 0px;
  text-align: left;
}

.wstliststy02 li {
  width: 100%;
  list-style: none;
  line-height: 25px;
}

.wstliststy02 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wstliststy02 li a:hover {
  color: #000;
  text-decoration: none;
}

.wstliststy02 li.wstheading {
  line-height: normal;
  padding-left: 0px;
  margin-top: 0px;
}

.wstliststy02 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wstliststy06 li.wstheading {
  line-height: normal;
  padding-left: 0px;
}

.wstliststy06 {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wstliststy06 li {
  width: 100%;
  list-style: none;
  line-height: 24px;
}

.wstliststy06 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wstliststy06 li a:hover {
  color: #000;
  text-decoration: none;
}

.wstliststy06 li.wstheading {
  line-height: normal;
}

.wstliststy06 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wstliststy03 {
  width: 100%;
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.wstliststy03 li {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wstliststy03 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wstliststy03 li a:hover {
  color: #000;
  text-decoration: none;
}

.wstliststy04 {
  padding: 14px 0px 0px 0px;
  margin: 0px;
}

.wstliststy04 li {
  width: 100%;
  list-style: none;
  line-height: 22px;
}

.wstliststy04 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wstliststy04 li a:hover {
  color: #000;
  text-decoration: none;
}

.wstliststy04 li.wstheading {
  line-height: normal;
  text-align: center;
  padding: 12px 0px;
  font-size: 13px;
  margin-bottom: 12px;
}

.wstliststy04 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wstliststy05 {
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

.wstmegamenucolr03 {
  padding-top: 10px;
  padding-left: 20px;
}

.wstliststy05 li {
  width: 100%;
  list-style: none;
  line-height: 25px;
}

.wstliststy05 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wstliststy05 li a:hover {
  color: #000;
  text-decoration: none;
}

.wstliststy05 li.wstheading {
  line-height: normal;
}

.wstliststy05 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wstmorebtn {
  border-radius: 2px;
  color: #9b9b9b;
  display: inline-block;
  float: right;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 1px 7px;
  text-align: right;
  text-transform: none;
}

.wstmenutag {
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 1px 6px 1px 6px;
  margin-left: 6px;
  text-transform: none;
  letter-spacing: -0.0px;
}

.wstmenutag:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: -6px;
  margin-top: 0px;
  position: absolute;
  top: 4px;
  z-index: 1;
}

.wstmenutag.redtag {
  background-color: #fe7b8f;
}

.wstmenutag.redtag:after {
  border-color: transparent #fe7b8f transparent transparent;
}

.wstmenutag.greentag {
  background-color: #00c853;
}

.wstmenutag.greentag:after {
  border-color: transparent #00c853 transparent transparent;
}

.wstmenutag.bluetag {
  background-color: #4fc3f7;
}

.wstmenutag.bluetag:after {
  border-color: transparent #4fc3f7 transparent transparent;
}

.wstmenutag.orangetag {
  background-color: #FE7000;
}

.wstmenutag.orangetag:after {
  border-color: transparent #FE7000 transparent transparent;
}

.wstmenufadedcorner {
  background-image: url(../images/mega/kitchen-menu-img.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.wstmenufadedsides {
  background-image: url(../images/mega/computer-menu-img.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.wstpngsml {
  padding-left: 18px;
}

.wstfullwtag {
  width: 100%;
  display: block;
  border-bottom: solid 1px #e5e5e5;
  background-color: #f5f5f5;
}

.wstbrandbottom {
  width: 100%;
  background-color: #fff;
  display: block;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  padding: 9px 6px;
}

.wsmenu-list>li:hover>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li.wsshoplink-active>.wstbrandbottom {
  opacity: 1;
  visibility: visible;
}

.wstabitem02 {
  width: 100%;
  padding: 0px;
  margin: 0px 0px;
  list-style: none;
  display: table;
}

.wstabitem02>li {
  display: table-cell;
  list-style: outside none none;
  text-align: center;
}

.wstabitem02>li>a {
  display: block;
  padding: 14px 0px;
  font-size: 13px;
  color: #606060;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.wstabitem02>li:hover a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wstabitem02>.wsshoplink-active a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wstabitem02>li:hover a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wstabitem02>li>a .fa {
  /*color: #848484;*/
  margin-right: 5px;
  text-align: center;
  width: 25px;
  font-size: 17px;
}

.brandcolor01 {
  color: #424242;
}

.brandcolor02 {
  color: #00bcf2;
}

.brandcolor03 {
  color: #00aff0;
}

.brandcolor04 {
  color: #003087;
}

.brandcolor05 {
  color: #a82400;
}

.brandcolor06 {
  color: #ff3300;
}

.brandcolor07 {
  color: #7ac142;
}

.brandcolor08 {
  color: #ef4056;
}

/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/
@media only screen and (min-width: 1024px) and (max-width:1280px) {
  .wstmenufadedcorner {
    background-image: none;
  }
  .wstmenufadedsides {
    background-image: none;
  }
  .wsmenu-list li a .arrow:after {
    display: none !important;
  }
  .wsmenu-list>li>a {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  /*
  .wsmain {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  */
  .menu_form input[type="submit"] {
    width: 40% !important;
  }
  .menu_form input[type="button"] {
    width: 40% !important;
  }
  .wsshoptabingwp {
    width: 96%;
    margin: 0% 2%;
  }
  .wstliststy01 li {
    width: 50%;
  }
  .wstadsize01 {
    margin-top: 10px;
  }
  .wstadsize02 {
    margin-top: 10px;
  }
  .wstadsize01 img {
    width: 100%;
  }
  .wstadsize02 img {
    width: 100%;
  }
  .wstliststy02>li>img {
    display: none;
  }
  .wstliststy03 li {
    width: 50%;
  }
  .wstliststy04>li>img {
    width: 100%;
  }
  .wssearchbar {
    /*width: 31% !important;*/
	width: 21%;
  }
}

@media only screen and (min-width:992px) and (max-width:1023px) {
  .wstliststy06 {
    width: 100%;
    margin: 0px;
  }
  .smllogo {
    padding: 0px;
  }
  .wsmenu-list li a .arrow:after {
    display: none;
  }
  .wsmenu-list>li>a {
    white-space: nowrap !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  /*
  .wsmain {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  */
  .wsmenu-list>li.socialicon {
    display: none !important;
  }
  .megacollink {
    width: 48%;
    margin: 1% 1%;
  }
  .typographylinks {
    width: 48%;
    margin: 1% 1%;
  }
  .menu_form input[type="submit"] {
    width: 40% !important;
  }
  .menu_form input[type="button"] {
    width: 40% !important;
  }
  .wsmenu-list>li>a .fa {
    /*display: none;*/
	/* this was hiding the fa-user icon by the My Account text, but instead I want to keep the icon and just hide that text, so need it to stay on at this size. */
  }
  .wsmenu-list>li>a .fa.fa-home {
    display: block !important;
  }
  .halfmenu .megacollink {
    width: 100%;
    margin: 0px;
  }
  .wsshoptabingwp {
    width: 96%;
    margin: 0% 2%;
  }
  .wstliststy01 li {
    width: 100%;
  }
  .wstadsize01 img {
    width: 100%;
  }
  .wstadsize02 img {
    width: 100%;
  }
  .wstliststy02>li>img {
    display: none;
  }
  .wstliststy03 li {
    width: 50%;
  }
  .wstliststy04>li>img {
    width: 100%;
  }
  .wstmegamenucolr03 {
    display: none;
  }
  .wssearchbar {
    /*width: 20% !important;*/
	width: 10%;
  }
  .wstmenufadedcorner {
    background-image: none;
  }
  .wstmenufadedsides {
    background-image: none;
  }
  .wstabitem li a .fa {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .wsmenu-list li:hover>.wsmenu-submenu {
    display: block !important;
  }
  .wsmenu-submenu li:hover>.wsmenu-submenu-sub {
    display: block !important;
  }
  .wsmenu-submenu-sub li:hover>.wsmenu-submenu-sub-sub {
    display: block !important;
  }
  .wsmenu-list li:hover>.megamenu {
    display: block !important;
  }
  .wsmenu-list>li:hover .wsshoptabing {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .wstabitem>li.wsshoplink-active>a {
    background-color: #f8f8f8;
    color: #555555;
    border-left: 3px solid #DA4B38;
  }
  .wstabitem>li.wsshoplink-active>a>.fa {
    color: #555555;
  }
  .wstabitem02>.wsshoplink-active>a:after {
    position: absolute;
    content: '';
    top: 42px;
    right: 50%;
    width: 13px;
    height: 13px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    z-index: 100;
    background-color: #ffffff;
  }
}

/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
  .wstbootslider {
    width: 239px;
  }
  .wstabitem>li {
    position: relative;
  }
  .wstabitem>li>a {
    width: 100%;
    margin: 0px;
    float: none;
    font-size: 12px;
    padding: 14px 11px 14px 11px;
    font-weight: bold;
  }
  .wstheading {
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
  }
  .wstitemright {
    width: 100%;
    position: static;
    top: 0px;
    min-height: inherit;
    padding: 10px 0px;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .wstliststy01 li {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .wstliststy02 {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px 0px;
  }
  .wstliststy03 li {
    width: 100%;
  }
  .wstliststy05 {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
  .wstmenufadedcorner {
    background-image: none;
  }
  .wstmenufadedsides {
    background-image: none;
  }
  .wstbrandbottom {
    width: 100%;
    position: static;
    top: 0px;
    min-height: inherit;
    padding: 10px 5px 15px 5px;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .wstabitem02 li {
    position: relative;
  }
  .wstabitem02>li>a {
    padding: 13px 11px;
  }
  .megamenu li.wstheading {
    padding-left: 0px;
  }
  .wsmenu-list>li>.navtext {
    margin: 0px !important;
  }
  .wsmenu-list>li.wssearchbar {
    padding-left: 0px;
    display: table-header-group !important;
  }
  .wstabitem02 {
    display: block;
  }
  .wstabitem02 li {
    text-align: left;
    display: block;
  }
  .wsshoptabingwp {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
  }
  .wsshopmyaccount>a>.fa-angle-down {
    display: none !important;
  }
  .wsmenu {
    margin-top: 0px;
  }
  .smllogo {
    display: none !important;
  }
  .wsmain {
    margin: 0px;
    background-color: transparent;
  }
  .topmenusearch {
    margin: 0px 0 0;
    width: 100%;
    height: 44px;
  }
  .topmenusearch input:focus {
    width: 100%;
    background-color: #fff;
    color: #000;
  }
  .topmenusearch input:hover {
    width: 100%;
    background-color: #fff;
    color: #000;
  }
  .topmenusearch input {
    border-radius: 0px !important;
    height: 44px;
    background-color: #f1f1f1;
  }
  .smllogo {
    width: 100%;
    display: none !important;
    margin: 0 auto;
    text-align: center;
    background-color: #2B3A40;
  }
  .smllogo a {
    margin: 0 auto;
    text-align: center;
    float: none;
    padding: 10px 0px 3px 0px;
  }
  .topmenusearch .btnstyle {
    height: 44px;
    color: #424242;
    border-radius: 0px;
  }
  .wsmenu-list .wsshoptabing {
    background-color: #ffffff;
    color: #666666;
    display: none;
    position: relative !important;
    top: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wstabitem {
    width: 100% !important;
    background-color: #fff;
  }
  .wstabitem li a:after {
    border: none !important;
  }
  .megamenuleftp {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
  }
  .megamenurightp {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
  }
  .wstabitem li a:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -6px;
    right: 23px;
    display: inline-block;
    border-top: 6px solid #3f464c;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .wstabitem li a .fa {
    display: none;
  }
  .wsmenu-list li>.wsshoptabing {
    -o-transition: -o-transform 0.6s, opacity 0.6s;
    -ms-transition: -ms-transform 0.6s, opacity 0.6s;
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenucontainer {
	/*menu items were not showing in safari because of this setting*/
    /*overflow: hidden;*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #overlapblackbg {
    left: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }
  .wsmenucontainer.wsoffcanvasopener {
    display: block;
    margin-left: 270px;
  }
  .wsmobileheader {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
	  /* PF added*/
    z-index: 102;
  
    .wssearchbutton {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 50px;

      .search-bar {
        .search-input {
          border: 1px solid transparent;
        }

        &.collapsed {
          margin: 5px 8px;

          .search-form {
          }

          .search-input {
          }

          .search-button {
            border: none;
            background-color: #fff;
            color: #969696;
            font-size: 25px;
            padding: 0 12px;
          }
        }
    
        &.expanded {
          position: absolute;
          top: 0;
          right: 0;
          height: 50px;
          background-color: #fff;
          z-index: 105;

          .search-form {
            top: 8px;
          }

          .search-input {
            right: 5px;
            padding-right: 50px !important;
          }

          .search-button {
            right: 8px;
          }
        }
      }
    }
  }
  .callusicon {
    color: #969696;
    font-size: 25px;
    height: 25px;
    position: fixed;
    right: 25px;
    top: 7px;
    transition: all 0.4s ease-in-out 0s;
    width: 25px;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .callusicon:focus, callusicon:hover {
    color: #fff !important;
  }
  .wsoffcanvasopener .callusicon {
    display: none !important;
  }
  .smallogo {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 9px;
    z-index: 101;
    height: 50px;
    margin: auto;
  }
  .smallogo>img {
    margin-top: 0px;
    height: 32px;
  }
  .wsmenu-list>li:hover>a {
    background-color: rgba(0, 0, 0, 0.08) !important;
    text-decoration: none;
  }
  .mobiletext {
    display: inline-block !important;
  }
  .wsoffcanvasopener #overlapblackbg {
    display: block !important;
  }
  .wsoffcanvasopener .wsmain {
    left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .wstmegamenucolr {
    max-width: 240px;
  }
  .wstmegamenucolr03 {
    display: none;
  }
  .headerfull {
    pointer-events: none;
    bottom: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 0;
  }
  .wsmain {
    width: 270px;
    left: -270px;
    /*height: 100%;*/
	/*height: 300px;*/
    position: fixed;
    top: 0;
    margin: 0;
    float: none;
    background-color: #fff;
    border-radius: 0px;
    z-index: 103;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none !important;
    background-color: #fff !important;
    pointer-events: all;
    bottom: 0;
	/*I want height: 100%; but this does 100% of header, not of entire screen, but if I remove height of 100% it works to show the menu, but the scroll doesn't show up bc there's no limit ... more styles for the height are set below this @media section */
  }
    
  .wsmenu {
    border-left: none;
    float: none;
    width: 100%;
    display: block !important;
    height: 100%;
    overflow-y: auto;
    display: block !important;
  }
  .wstabitem02 li .wsmenu-click02 {
    border-left: 1px solid #e9e9e9;
  }
  .wstabitem02 li .wsmenu-click02 {
    background-color: #fff;
  }
  .wsmenu-click {
    border-left: 1px solid #e0e0e0;
    cursor: pointer;
    display: block;
    height: 57px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
  }
  .wsmenu-click i {
    display: block;
    height: 23px;
    width: 25px;
    margin-top: 15px;
    margin-right: 13px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
    text-align: center;
  }
  .wsmenu-click02 {
    border-left: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    background-color: #f3f3f3;
  }
  .wsmenu-click02 i {
    display: block;
    height: 23px;
    width: 34px;
    margin-top: 11px;
    margin-right: 8px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
    text-align: center;
  }
  .ws-activearrow>i {
    transform: rotate(180deg);
  }
  .wsmenu-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .animated-arrow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .wsoffcanvasopener .animated-arrow {
    left: 270px;
  }
  .animated-arrow {
    cursor: pointer;
    padding: 13px 35px 16px 0px;
    margin: 10px 0 0 15px;
  }
  .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 23px;
    background: #424242;
    position: absolute;
    display: block;
    content: '';
  }
  .animated-arrow span:before {
    top: -7px;
  }
  .animated-arrow span:after {
    bottom: -7px;
  }
  .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    transition: all 500ms ease-in-out;
  }
  .wsoffcanvasopener .animated-arrow span {
    background-color: transparent;
  }
  .wsoffcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
    top: 7px;
  }
  .wsoffcanvasopener .animated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }
  .wsoffcanvasopener .animated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .megacollink {
    width: 96% !important;
    margin: 0% 2% !important;
  }
  .megacolimage {
    width: 90% !important;
    margin: 0% 5% !important;
  }
  .typographylinks {
    width: 98% !important;
    margin: 0% 1% !important;
  }
  .typographydiv {
    width: 86% !important;
    margin: 0% 7% !important;
  }
  .mainmapdiv {
    width: 90% !important;
    margin: 0% 5% !important;
  }
  .innerpnd {
    padding: 0px !important;
  }
  .typography-text {
    padding: 10px 0px;
  }
  .wsmenu-list .megamenu {
    background-color: #e7e7e7;
    color: #666666;
    display: none;
    position: relative !important;
    top: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wsmenu-list li:hover .megamenu {
    display: none;
    position: relative !important;
    top: 0px;
  }
  .megamenu .title {
    color: #666666;
    font-size: 15px !important;
    padding: 10px 8px 10px 0px;
  }
  .megamenu>ul {
    width: 100% !important;
    margin: 0px;
    padding: 0px;
    font-size: 13px !important;
    min-height: 189px;
  }
  .megamenu>ul>li>a {
    padding: 9px 14px !important;
    line-height: normal !important;
    background-color: #e7e7e7 !important;
    color: #666666;
  }
  .ad-style {
    width: 100% !important;
  }
  .megamenu ul li.title {
    line-height: 26px;
    color: #666666;
    margin: 0px;
    font-size: 15px;
    padding: 7px 13px !important;
    border-bottom: 1px solid #ccc;
    background-color: transparent !important;
  }
  .wsmenu-submenu>li:hover>a {
    background-color: #7b7b7b;
    color: #666666;
  }
  .wsmenu>.wsmenu-list>li>a.active {
    color: #666666;
    background-color: rgba(0, 0, 0, 0.08);
  }
  .wsmenu>.wsmenu-list>li>a:hover {
    color: #666666;
    background-color: rgba(0, 0, 0, 0.08);
  }
  .wsmenu-list li:hover .wsmenu-submenu {
    display: none;
  }
  .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
    display: none;
  }
  .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    display: none;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
  }
  .wsmenu-list li:first-child a {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
  .wsmenu-list li:last-child a {
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-right: 0px solid;
  }
  .wsmenu-submenu-sub {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 0px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wsmenu-submenu-sub li {
    margin: 0px 0px 0px 0px !important;
    padding: 0px;
    position: relative;
  }
  .wsmenu-submenu-sub a {
    display: block;
    padding: 10px 25px 10px 25px;
    border-bottom: solid 1px #ccc;
    font-weight: normal;
  }
  .wsmenu-submenu-sub li a.active {
    color: #000 !important;
  }
  .wsmenu-submenu-sub li:hover>a {
    background-color: #333333 !important;
    color: #fff;
  }
  .wsmenu>.wsmenu-list>li>a>.fa {
    font-size: 16px;
    color: #bfbfbf;
    margin-right: 11px;
    text-align: center;
    width: 19px;
  }
  .wsmenu-submenu-sub-sub {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 0px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wsmenu-submenu-sub-sub li {
    margin: 0px 0px 0px 0px !important;
  }
  .wsmenu-submenu-sub-sub a {
    display: block;
    color: #000;
    padding: 10px 25px;
    background: #000 !important;
    border-bottom: solid 1px #ccc;
    font-weight: normal;
  }
  .wsmenu-submenu-sub-sub li a.active {
    color: #000 !important;
  }
  .wsmenu-submenu-sub-sub li:hover>a {
    background-color: #606060 !important;
    color: #fff;
  }
  .wsmenu .wsmenu-list {
    display: table !important;
  }
  .wsmenu .wsmenu-list>li {
    clear: left;
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
  }
  .wsmenu>.wsmenu-list>li>a {
    padding: 13px 32px 13px 12px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.13);
    position: static;
  }
  .wsmenu>.wsmenu-list>li>a.wtxaccountlink {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .wsmenu .wsmenu-list li a .arrow:after {
    display: none !important;
  }
  .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
    font-size: 12px !important;
    color: #8E8E8E;
  }
  .mobile-sub .wsmenu-submenu {
    transform: none !important;
    opacity: 1 !important;
    display: none;
    position: relative !important;
    top: 0px;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 0px;
    visibility: visible !important;
  }
  .mobile-sub .wsmenu-submenu li a {
    line-height: 20px;
    height: auto;
    background-color: #e7e7e7 !important;
    font-size: 13px !important;
    padding: 11px 0px 11px 14px;
    color: #8E8E8E;
  }
  .mobile-sub .wsmenu-submenu li a:hover {
    background-color: #e7e7e7 !important;
    color: #666666;
    text-decoration: underline;
  }
  .mobile-sub .wsmenu-submenu li:hover>a {
    background-color: #e7e7e7 !important;
    color: #666666;
  }
  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
    line-height: 20px;
    height: 36px;
    background-color: #e7e7e7 !important;
    border-bottom: none;
    padding-left: 28px;
  }
  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
    line-height: 20px;
    height: 36px;
    background-color: #e7e7e7 !important;
    border-bottom: none !important;
    padding-left: 38px;
    color: #8e8e8e;
  }
  .wsmenu-list>li.socialicon a {
    width: 100%;
  }
  .wsmenu-list>li.wscarticon em.roundpoint {
    display: none;
  }
  .halfdiv .title {
    padding-left: 15px;
  }
  .halfdiv {
    width: 100%;
    display: block;
  }
  .halfdiv03 .title {
    padding-left: 15px;
  }
  .halfdiv03 {
    width: 100%;
  }
  .halfmenu {
    width: 100%;
    display: block;
  }
  .menu_form {
    padding: 10px 10px 63px 10px;
    background-color: #e7e7e7;
  }
  .menu_form input[type="button"] {
    width: 46%;
  }
  .menu_form input[type="submit"] {
    width: 46%;
  }
  .menu_form textarea {
    min-height: 100px;
  }
  .wsmenu-list li>.wsmenu-submenu {
    -o-transition: -o-transform 0.6s, opacity 0.6s;
    -ms-transition: -ms-transform 0.6s, opacity 0.6s;
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    visibility: visible !important;
  }
  .wsmenu-list li:hover>.wsmenu-submenu {
    visibility: visible !important;
  }
  .wsmenu-submenu li>.wsmenu-submenu-sub {
    -o-transition: -o-transform 0.6s, opacity 0.6s;
    -ms-transition: -ms-transform 0.6s, opacity 0.6s;
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    visibility: visible !important;
  }
  .wsmenu-submenu li:hover>.wsmenu-submenu-sub {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenu-submenu-sub li>.wsmenu-submenu-sub-sub {
    -o-transition: -o-transform 0.6s, opacity 0.6s;
    -ms-transition: -ms-transform 0.6s, opacity 0.6s;
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenu-submenu-sub li:hover>.wsmenu-submenu-sub-sub {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenu-list li>.megamenu {
    -o-transition: -o-transform 0.6s, opacity 0.6s;
    -ms-transition: -ms-transform 0.6s, opacity 0.6s;
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .wsmenu-list li:hover>.megamenu {
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* just nudging it up as the screen height increases. prob better done in js */
/*
@media only screen and (max-width: 991px) {
	.wsmain { height: 310px; }
}
@media only screen and (max-width: 991px) and (min-height: 400px) {
  .wsmain { height: 400px; }
}
@media only screen and (max-width: 991px) and (min-height: 500px) {
  .wsmain { height: 500px; }
}
@media only screen and (max-width: 991px) and (min-height: 560px) {
  .wsmain { height: 560px; }
}  
@media only screen and (max-width: 991px) and (min-height: 600px) {
  .wsmain { height: 600px; }
}  
@media only screen and (max-width: 991px) and (min-height: 660px) {
  .wsmain { height: 660px; }
}  
@media only screen and (max-width: 991px) and (min-height: 700px) {
  .wsmain { height: 700px; }
}  
@media only screen and (max-width: 991px) and (min-height: 800px) {
  .wsmain { height: 800px; }
}  
@media only screen and (max-width: 991px) and (min-height: 900px) {
  .wsmain { height: 900px; }
}  
@media only screen and (max-width: 991px) and (min-height: 1000px) {
  .wsmain { height: 1000px; }
}  
*/


/*--------------------------------------------------------------------------
|  05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/

.gry {
  background-color: #424242 !important;
  color: #fff;
}

.red {
  background-color: #DA4B38 !important;
  color: #fff;
}

.orange {
  background-color: #ff9334 !important;
  color: #fff;
}

.blue {
  background-color: #31a8e6 !important;
  color: #fff;
}

.green {
  background-color: #27ae60 !important;
  color: #fff;
}

.yellow {
  background-color: #F6BB42 !important;
  color: #fff;
}

.purple {
  background-color: #967ADC !important;
  color: #fff;
}

.pink {
  background-color: #ff3366 !important;
  color: #fff;
}

.gry>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.gry>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.gry>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.gry>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.red>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.red>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.red>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.red>.wsmain>.wsmenu>.wsmenu-list>li>a .fa {
  color: #fff;
}

.red>.wsmain>.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
  background-color: #424242 !important;
}

.red>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.orange>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.orange>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.orange>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.orange>.wsmain>.wsmenu>.wsmenu-list>li>a .fa {
  color: #fff;
}

.orange>.wsmain>.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
  background-color: #424242 !important;
}

.orange>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.blue>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.blue>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.blue>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.blue>.wsmain>.wsmenu>.wsmenu-list>li>a .fa {
  color: #fff;
}

.blue>.wsmain>.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
  background-color: #424242 !important;
}

.blue>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.green>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.green>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.green>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.green>.wsmain>.wsmenu>.wsmenu-list>li>a .fa {
  color: #fff;
}

.green>.wsmain>.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
  background-color: #424242 !important;
}

.green>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.yellow>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #454545 !important;
}

.yellow>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #454545 !important;
}

.yellow>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #454545 !important;
}

.yellow>.wsmain>.wsmenu>.wsmenu-list>li>a .fa {
  color: #454545;
}

.yellow>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.purple>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.purple>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.purple>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.purple>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.purple>.wsmain>.wsmenu>.wsmenu-list>li>a .fa {
  color: #fff;
}

.purple>.wsmain>.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
  background-color: #424242 !important;
}

.pink>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.pink>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.pink>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.pink>.wsmain>.wsmenu>.wsmenu-list>li>a .fa {
  color: #fff;
}

.pink>.wsmain>.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
  background-color: #424242 !important;
}

.pink>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.tranbg {
  background-color: transparent !important;
}

.whitebg {
  background-color: #fff !important;
}

.whitebg:hover {
  color: #000 !important;
}

.pm_buttoncolor .wsmenu-list>li>a .fa {
  color: #fff !important;
}

.pm_buttoncolor03 .wsmenu-list>li:hover>a .fa {
  color: #fff !important;
}

.pm_buttoncolor .wsmenu-list li a .arrow:after {
  border-top-color: #fff;
}

.blue-grdt {
  background: #5999ee;
  background: -moz-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5999ee), color-stop(100%, #4a89dc));
  background: -webkit-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
  background: -o-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
  background: -ms-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc', GradientType=0);
  color: #fff;
}

.gry-grdt {
  background: #565656;
  background: -moz-linear-gradient(top, #565656 0%, #424242 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #424242));
  background: -webkit-linear-gradient(top, #565656 0%, #424242 100%);
  background: -o-linear-gradient(top, #565656 0%, #424242 100%);
  background: -ms-linear-gradient(top, #565656 0%, #424242 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242', GradientType=0);
  color: #fff;
}

.green-grdt {
  background: #86ba3d;
  background: -moz-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86ba3d), color-stop(100%, #74a52e));
  background: -webkit-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
  background: -o-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
  background: -ms-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e', GradientType=0);
  color: #fff;
}

.red-grdt {
  background: #f05c48;
  background: -moz-linear-gradient(top, #f05c48 0%, #da4b38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f05c48), color-stop(100%, #da4b38));
  background: -webkit-linear-gradient(top, #f05c48 0%, #da4b38 100%);
  background: -o-linear-gradient(top, #f05c48 0%, #da4b38 100%);
  background: -ms-linear-gradient(top, #f05c48 0%, #da4b38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#da4b38', GradientType=0);
  color: #fff;
}

.orange-grdt {
  background: #fc7d33;
  background: -moz-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc7d33), color-stop(100%, #ff670f));
  background: -webkit-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
  background: -o-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
  background: -ms-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f', GradientType=0);
  color: #fff;
}

.yellow-grdt {
  background: #ffcd67;
  background: -moz-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcd67), color-stop(100%, #f6bb42));
  background: -webkit-linear-gradient(top, #ffcd67 0%, #ff670f 100%);
  background: -o-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
  background: -ms-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42', GradientType=0);
  color: #fff;
}

.purple-grdt {
  background: #a98ded;
  background: -moz-linear-gradient(top, #a98ded 0%, #967adc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a98ded), color-stop(100%, #967adc));
  background: -webkit-linear-gradient(top, #a98ded 0%, #967adc 100%);
  background: -o-linear-gradient(top, #a98ded 0%, #967adc 100%);
  background: -ms-linear-gradient(top, #a98ded 0%, #967adc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc', GradientType=0);
  color: #fff;
}

.pink-grdt {
  background: #fb3ea4;
  background: -moz-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb3ea4), color-stop(100%, #f21b8f));
  background: -webkit-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
  background: -o-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
  background: -ms-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f', GradientType=0);
  color: #fff;
}

.tranbg {
  background-color: transparent !important;
  box-shadow: none !important;
}

.red-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.red-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.red-grdt>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.red-grdt>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.gry-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.gry-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.gry-grdt>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.gry-grdt>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.blue-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.blue-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.blue-grdt>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.blue-grdt>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.green-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.green-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.green-grdt>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.green-grdt>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.orange-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.orange-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.orange-grdt>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.orange-grdt>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.yellow-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.yellow-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.yellow-grdt>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.yellow-grdt>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.purple-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.purple-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.purple-grdt>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.purple-grdt>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.pink-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff !important;
}

.pink-grdt>.wsmain>.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff !important;
}

.pink-grdt>.wsmain>.wsmenu>.wsmenu-list>li>a {
  color: #fff !important;
}

.pink-grdt>.wsmain>.wsmenu>.wsmenu-list li .wsmenu-click {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

@media only screen and (max-width: 992px) {
  .tranbg {
    background-color: #fff !important;
  }
  .red-grdt>.wsmenu>.wsmenu-list>li>a>.fa {
    color: #fff !important;
  }
  .blue-grdt>.wsmenu>.wsmenu-list>li>a>.fa {
    color: #fff !important;
  }
  .orange-grdt>.wsmenu>.wsmenu-list>li>a>.fa {
    color: #fff !important;
  }
  .green-grdt>.wsmenu>.wsmenu-list>li>a>.fa {
    color: #fff !important;
  }
  .purple-grdt>.wsmenu>.wsmenu-list>li>a>.fa {
    color: #fff !important;
  }
  .pink-grdt>.wsmenu>.wsmenu-list>li>a>.fa {
    color: #fff !important;
  }
  .pm_buttoncolor>.wsmain>.wsmenu>.wsmenu-list>li>a {
    color: #fff;
  }
  .blue-grdt .wsmain {
    background: #5999ee;
    background: -moz-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5999ee), color-stop(100%, #4a89dc));
    background: -webkit-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -o-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -ms-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc', GradientType=0);
    color: #fff;
  }
  .gry-grdt .wsmain {
    background: #565656;
    background: -moz-linear-gradient(top, #565656 0%, #424242 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #424242));
    background: -webkit-linear-gradient(top, #565656 0%, #424242 100%);
    background: -o-linear-gradient(top, #565656 0%, #424242 100%);
    background: -ms-linear-gradient(top, #565656 0%, #424242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242', GradientType=0);
    color: #fff;
  }
  .green-grdt .wsmain {
    background: #86ba3d;
    background: -moz-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86ba3d), color-stop(100%, #74a52e));
    background: -webkit-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -o-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -ms-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e', GradientType=0);
    color: #fff;
  }
  .red-grdt .wsmain {
    background: #f05c48;
    background: -moz-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f05c48), color-stop(100%, #da4b38));
    background: -webkit-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -o-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -ms-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#da4b38', GradientType=0);
    color: #fff;
  }
  .orange-grdt .wsmain {
    background: #fc7d33;
    background: -moz-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc7d33), color-stop(100%, #ff670f));
    background: -webkit-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -o-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -ms-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f', GradientType=0);
    color: #fff;
  }
  .yellow-grdt .wsmain {
    background: #ffcd67;
    background: -moz-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcd67), color-stop(100%, #f6bb42));
    background: -webkit-linear-gradient(top, #ffcd67 0%, #ff670f 100%);
    background: -o-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    background: -ms-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42', GradientType=0);
    color: #fff;
  }
  .purple-grdt .wsmain {
    background: #a98ded;
    background: -moz-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a98ded), color-stop(100%, #967adc));
    background: -webkit-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -o-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -ms-linear-gradient(top, #a98ded 0%, #967adc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc', GradientType=0);
    color: #fff;
  }
  .pink-grdt .wsmain {
    background: #fb3ea4;
    background: -moz-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb3ea4), color-stop(100%, #f21b8f));
    background: -webkit-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -o-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -ms-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f', GradientType=0);
    color: #fff;
  }
  .gry .wsmain {
    background-color: #424242 !important;
    color: #fff;
  }
  .red .wsmain {
    background-color: #DA4B38 !important;
    color: #fff;
  }
  .orange .wsmain {
    background-color: #ff9334 !important;
    color: #fff;
  }
  .blue .wsmain {
    background-color: #31a8e6 !important;
    color: #fff;
  }
  .green .wsmain {
    background-color: #27ae60 !important;
    color: #fff;
  }
  .yellow .wsmain {
    background-color: #F6BB42 !important;
    color: #fff;
  }
  .purple .wsmain {
    background-color: #967ADC !important;
    color: #fff;
  }
  .pink .wsmain {
    background-color: #ff3366 !important;
    color: #fff;
  }
}
/* end megamenu styles*/



/*carousel in the mega menu*/

.carousel-control .icon-prev {
	margin-left: 8px;
	color:#fff;
}
.carousel-control .icon-next {
	margin-right: 8px;
	color:#fff;
}

}