/***************** General Styles *****************/
body {
	font-family: "Droid Sans", Arial, serif;
	font-size: 12px;
	color: #626262;
	
}

/* ==========  Select Field Variables ========== */
$color-black: "0,0,0";
$select-background-color: transparent;
$select-border-color: unquote("rgba(#{$color-black}, 0.12)") !default;
$select-font-size: 16px;
$select-color: unquote("rgba(#{$color-black}, 0.26)") !default;
$select-padding: 4px;

/* ==========  Select Field ========== */

/* Style Select Field */
select {
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: $select-padding 0;
  font-size: $select-font-size;
  color: $select-color;
  border: none;
  border-bottom: 1px solid $select-border-color;
}

/* Remove focus */
select:focus {
  outline: none}

/* Hide label */
.mdl-selectfield label {display: none;}
/* Use custom arrow */
.mdl-selectfield select {appearance: none}
.mdl-selectfield {
  font-family: 'Roboto','Helvetica','Arial',sans-serif;
  position: relative;
    &:after {
        position: absolute;
        top: 0.75em;
        right: 0.5em;
        /* Styling the down arrow */
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: .25em solid transparent;
        border-right: .25em solid transparent;
        border-top: .375em solid $select-border-color;
        pointer-events: none;
    }
}


h1, h2, h3, h4{
	font-weight: normal;
/* 	font-family: "Oswald", Arial, serif; */
	text-transform: uppercase;
	margin-bottom: 20px;	
}

h1 {font-size: 28px;}
h2 {font-size: 22px;}
h3 {font-size: 18px;}
h4 {font-size: 14px;}
h5.att {
font-size: 12px;
margin-left: 60px;
margin-top: -40px;
width: 400px;
}

h7
{
   font-weight: normal;
   font-size: 14px;   
}
.productCategory {
    display: none;
}
.cartmoney
{
   float:left;
   width:75%;
}
.money
{
	float:right;
}

.fr
{
   /* float: right; */
}
.fl
{
   /* float: left; */
}


.clonedInput
{
   margin-top:5px;
/*    margin-left:143px; */
}

.rangegroup
{
   float: right;
}

#emb {
  float: left;
  width: 580px;
}

#checkout
{
   padding-top:10px;
   padding-right:10px;
   background: url('../_img/shopping_cart.png') left bottom no-repeat;
   padding-top:50px;
/*    margin-left:130px; */
/*    font-size:0.9em; */
}

#checkout
{
   padding-left:20px;
}

#checkout a:link {
   text-decoration: none;
   text-transform: uppercase;
   font-size: 0.9em;
   /* color: #ffffff; */
}

.carttotal
{
/* 	float:right; */
}
.ulcart
{
   float:right;
   width:200px;
   font-size: 12px;
   padding-right:5px;
   list-style: square outside none;   
}
.qtyclass
{
	margin-bottom:5px;
	font-size:0.9em;
}

#logoutul
{
	float: right;
	border-left: 1px solid #78797D;
}

#delloc
{
   float:right;
   margin-top:20px;
   /*width:50%;*/

}
#approveloc
{
   float:left;
   margin-top:20px;
   width:50%;
}

#wagededuction
{
	width: 500px;
}

#totals
{
 	width:280px; 
   margin-right: 5px;
   float: right;
}

#maindiv
{
	padding-left:240px;
}

#attention
{
	float:left;
   margin-left:500px;
   margin-top:-195px;   	
}	
label > input[type='radio'] {
    visibility: hidden;
    position: absolute;
}
label > input[type='radio'] + img {
    cursor: pointer;
    border: 2px solid transparent;
}
label > input[type='radio']:checked + img {
    border: 2px solid #fa2d5f;
}

#important
{
}
.importantmsg
{
   color: red;
   font-weight: bold;
}

#imgimportant
{
	box-shadow:none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

	a:hover {
		text-decoration: underline;
	}
	
/* for the sliderdeck/checkout */	
.cAlign {
	width: 1260px;
	/* margin: 0 auto; */
	/* width: 100%; */
}


.cAlign2 {
   width: 1755px;
   margin: 0 auto;
}

.cFloat {
	overflow: hidden;
}

.cBoth {clear: both;}

p {
	line-height: 1.1em;
	margin-bottom: 10px;
	font-size:1.0em;
}

div.oneFourth {
	float: left;
	width: 22%;
	margin-right: 3%;
}

div.oneHalf {
	float: left;
	width: 47%;
	margin-right: 3%;
}

div.blankSeparator {
	height: 1px;
	margin-bottom: 30px;
	display: block;
}

a.linkButton {
	padding: 10px 15px;
	color: white;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.preloader {
	background: url('../img/preloader.gif') center center no-repeat white;
	display: block;
}


/***************** Color Information *****************/
a, div#footer ul.fullWidthList li p a {
/* 	color: #003767; */
   color: #19b7de;
}

form#subscribeForm input[type="submit"], form#articleCommentForm input[type="submit"], form#checkoutform input[type="submit"], form#calcform input[type="submit"], a.linkButton {
	background-color: #19b7de;

	/* Some CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

form#subscribeForm input[type="submit"]:hover, form#articleCommentForm input[type="submit"]:hover, form#checkoutform input[type="submit"]:hover, form#calcform input[type="submit"]:hover, a.linkButton:hover {
	color: #19b7de;
	background-color: white;
	text-decoration: none;
   cursor: pointer;	
}





/***************** Top Header *****************/
#topHeader {
	margin: 40px auto;
}

a#logo {
	float: left;
}

#nav {
	float: right;
	margin-top: 10px;
	position: relative; /* Setting this so that z-index will work */
	z-index: 10; /* Set z-index to 10 to show the menu over the slider below */
}

#nav li {
	position: relative;
	float: left;
}

#nav li a {
	background-color: #2f3134;
	color: white;
	
	padding: 8px 15px;
	float: left;
	
	font-size: 11px;
	text-transform: uppercase;

	margin-right: 5px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;


	/* Some CSS3 Transitions */
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

#nav li a:hover 
{
   text-decoration: none;
	color: #a9adb7;
}

/* Submenu */
#nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	
	background-color: #2f3134;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border-top: 1px solid white;
}

#nav li ul li {
	border-bottom: 1px solid #3e4043;
}

#nav li ul li:last-child {
	border-bottom: none;
}

#nav li ul li a {
	width: 200px;
	padding: 10px 15px;
}

	#nav li:hover > ul {
		display: block;
	}

/* Submenu level 3 */
#nav li ul li ul {
	border-top: none;
}

	#nav li ul li:hover ul {
		left: 100%;
		top: 0;
	}

	a#activeMenu {
		background-color: white !important;
		color: #2f3134 !important;
	}
	
/*middle nav */	
#nav2 {
   margin-top: 10px;
   position: relative; /* Setting this so that z-index will work */
   z-index: 10; /* Set z-index to 10 to show the menu over the slider below */
   font-size: 12px;
}

#nav2 li {
   position: relative;
   float: left;
}

#nav2 li a {
   background-color: #4c4e53;
   color: white;
   padding: 8px 15px;
   float: left;
   
   font-size: 12px;
   text-transform: uppercase;

   margin-right: 5px;
   
   /* Some CSS3 Transitions */
   -webkit-transition: color 0.2s ease-in-out;
   -moz-transition: color 0.2s ease-in-out;
   -o-transition: color 0.2s ease-in-out;
   transition: color 0.2s ease-in-out;
}

#nav2 li a:hover 
{
   text-decoration: none;
   color: #a9adb7;
}

/* Submenu */
#nav2 li ul {
   display: none;
   position: absolute;
   left: 0;
   top: 100%;
   
   background-color: #2f3134;
   border-top: 1px solid white;
}

#nav2 li ul li {
   border-bottom: 1px solid #3e4043;
}

#nav2 li ul li:last-child {
   border-bottom: none;
}

#nav2 li ul li a {
   width: 200px;
   padding: 10px 15px;
}

#nav2 li:hover > ul {
   display: block;
}

/* Submenu level 3 */
#nav2 li ul li ul {
   border-top: none;
}

#nav2 li ul li:hover ul {
   left: 100%;
   top: 0;
}

	  a#activeMenu {
      background-color: white !important;
      color: #2f3134 !important;
   }
/*end middle nav */	
	
/***************** Slider *****************/
div#sliderSection {
	background-color: #f5f7f8;
	border-top: 1px solid #e4e8ea;
	border-bottom: 1px solid #e4e8ea;
	
	padding: 20px 0;
}

dl.slidedeck dd img {
	float: left;
	/* Making 1000px bottom margin will make sure the 
	content on the right will stay aligned no matter how 
	long it is and will not "spill" under the image 
	margin: 0 30px 1000px 0; 
   border: 1px solid white;
   padding: 1px;
   */   
/* 	box-shadow: 0px 0px 3px #888;
	-webkit-shadow: 0px 0px 3px #888;
	-moz-shadow: 0px 0px 3px #888; */
   behavior: url(/PIE.htc);
	
	/* Some CSS3 Transitions */
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	
	display: block;
}

dl.slidedeck dd img:hover {
	opacity: 0.7;
}

.plainimg
{
   box-shadow: 0px 0px 0px #fff!important;
}

.measureimg
{
   box-shadow: 0px 0px 0px #fff!important;
   vertical-align: middle;
   margin-right:5px;
   margin-bottom: 5px;
}

/***************** Categories Bar *****************/
div#categorySection {
	background-color: #4c4e53;
	margin-top: 1px;
	position:relative;
}

	div#categorySection div.cAlign {
		border-right: 1px solid #78797d;
		border-left: 1px solid #78797d;
	}

	div#categorySection ul li a {
		text-transform: uppercase;
		padding: 15px 25px;
		color: white;
		border-right: 1px solid #78797d;
		display: block;
		float: left;

		/* Some CSS3 transitions */
		-webkit-transition: background-color 0.2s ease-in-out;
		-moz-transition: background-color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	div#categorySection ul li a:hover {
		text-decoration: none;
		background-color: #2f3134;
	}
	




#hiddenButton {
	display: none;
}





/***************** Breadcrumbs *****************/
div#breadcrumbsSection {
	border-bottom: 1px solid #dadce1;
}

	div#breadcrumbsSection div.cAlign {
		border-right: 1px solid #dadce1;
		border-left: 1px solid #dadce1;
	}

	div#breadcrumbsSection p {
		float: left;
		height: 45px;
		line-height: 45px;
		margin: 0 0 0 15px;
		font-size: 11px;
	}
	
	form#searchForm {
		float: right;
	}
	
		
		
		
		
/***************** Blog Post List *****************/
div#mainSection, div#sidebar {
	margin-top: 40px;
}

div#mainSection {
	float: left;
	width: 1755px;
}

div#mainSectionCalc {
   float: left;
   width: 1000px;
   height: 450px;   
   padding:20px;
}


p.articleMeta {
	width: 100px;
	text-align: right;
	margin: 5px 40px 0 0;
	float: left;
	font-size: 11px;
	
	color: #bfbfbf;
}

div.articleContent {
	width: 1655px;
	min-height: 310px;
}

div.orderContent {
   width: 950px; /*slider*/
   min-height: 310px;
   z-index:-999;
}


div.articleContentCalc {
   width: 1000px;
   min-height: 310px;
}

#measure
{
	float:left;
/* 	width:430px; */
}
#measure input[type="text"]
{
	width:50px;
}	

#imgmeasure
{
   postion:absolute;
   float:left;	
   top:50px;
}
#imgmeasure img
{
	max-width:20vw;
}

ul#articles li, div#articleBody, div#articleExtra {
/* 	margin-bottom: 30px;
	padding-bottom: 20px;

   background: url('../img/blogPostSeparator.png') center bottom no-repeat;
 */      
	overflow: hidden;
}

	ul#articles li img, div#articleBody img {
	/*
		margin-bottom: 20px;
		box-shadow: 0px 0px 3px #888;
		-webkit-shadow: 0px 0px 3px #888;
		-moz-shadow: 0px 0px 3px #888;
		
		border: 1px solid white;
		padding: 1px;
		*/
		/* Change these to match the desired size 
		width: 510px;
		height: 130px;
*/
		/* Some CSS3 transitions 
		-webkit-transition: opacity 0.2s ease-in-out;
		-moz-transition: opacity 0.2s ease-in-out;
		-o-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
		*/
	}
	
	ul#articles li img:hover {
		opacity: 0.7;
	}
		
	ul#articles li h2 a, div#articleBody li h2 a {
		color: #44464a;
	}
	
ul#pagination {
	margin-left: 140px;
}

	ul#pagination li a {
		color: #2f3134;
		background-color: #f5f7f8;

		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
		padding: 8px 12px;
		float: left;
		font-size: 14px;
		margin-right: 5px;

		/* Some CSS3 Transitions */
		-webkit-transition: background-color 0.2s ease-in-out;
		-moz-transition: background-color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}
	
	ul#pagination a.active, ul#pagination a:hover {
		background-color: #2f3134;
		color: #f5f7f8;
		text-decoration: none;
	}
	
p.tags {
	font-style: italic;
	font-size: 11px;
	color: #878f9a;
	margin-top: 30px;
}

div#shareSection {
	width: 100px;
	margin-right: 40px;
	float: left;
	
	text-align: center;
}

	div#shareSection ul {
		display: none;
	}

	div#shareSection ul li {
		float: left;
		border: 1px solid #f1f3f6;
		
		padding: 5px 5px 3px 5px;
		margin: 0 5px 5px 0;
	}

	div#shareSection ul li:hover {
		background-color: #f1f3f6;
	}
	
a#shareThisPost p {
	margin-top: 5px;
	font-size: 11px;
}

div#authorBio {
	float: right;
	width: 520px;
}

	div#authorBio img {
		float: left;
		margin: 0 20px 20px 0;
	}





/***************** Blog Comments  *****************/
h4#commentListHeading {
	margin-left: 140px;
}

	ul#commentList > li {
	}
	
	ul#commentList li ul li {
		margin-left: 40px;
	}
	
	ul#commentList li ul li div.commentBody {
		background: #fafcfe;
	}
	
	div.commentMeta {
		width: 100px;
		margin-right: 40px;
		
		float: left;
		
		text-align: right;
		
		color: #bec1c3;
		font-size: 11px;
		text-transform: uppercase;
	}
	
	div.commentBody {
		margin: 0 0 30px 140px;
		border: 1px solid #f1f3f6;
		
		padding: 20px;
	} 
	
		div.commentBody a, h6 {
			text-transform: uppercase;
			font-size: 11px;
		}
		
		div.commentBody p {
			margin: 10px 0 20px 0;
			color: #878f9a;
		}
		
span.adminComment {
	display: block;
	background-color: #4c4e53;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	padding: 5px 10px;
	color: white;
	
	font-size: 9px;
	margin-top: 10px;
	text-align: center;
	
	width: 37px;
	
	float: right;
}

	
	
	
	
/***************** Sidebar *****************/
div#sidebar {
	float: right;
	width: 260px;
}

	ul.twoColList, ul.fullWidthList {
		margin-bottom: 30px;
		overflow: hidden;
	}

	ul.twoColList li a {
		color: #878f9a;
		padding: 10px 0;
		border-bottom: 1px solid #f1f3f6;
		width: 115px;
		margin-right: 15px;
		float: left;
	}

	ul.fullWidthList li {
		padding: 10px 0;
		border-bottom: 1px solid #f1f3f6;
	}

	ul.fullWidthList li p {
		margin-bottom: 0;
	}

	ul.fullWidthList li p span {
		display: block;
		font-style: italic;
		color: #878f9a;
	}	
	
	
	
	
/***************** Footer *****************/
div#footer {
	background-color: #2f3134;
	margin-top: 40px;
	padding: 40px 0 10px 0;
}	

	div#footer h4 {
		color: white;
	}
	
	div#footer p {
		color: #878f9a;
	}
	
	div#footer ul.fullWidthList li {
		border-bottom: 1px solid #404246;
	}

	div#footer ul.fullWidthList li a {
		color: #878f9a;
	}

	div#footer ul.fullWidthList li p {
		margin-bottom: 0;
	}

	div#footer ul.fullWidthList li p span {
		color: white;
	}

div#socialSection {
	background-color: #222326;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	margin-top: 20px;
	padding: 0 20px;
	
	overflow: hidden;
}	

	div#socialSection p {
		float: left;
		height: 42px;
		line-height: 42px;
		margin-bottom: 0;
	}

	div#socialSection ul {
		float: left;
		border-right: 1px solid #2f3134;
		padding: 12px 30px 12px 10px;
		margin-right: 30px;
	}

	div#socialSection ul li {
		display: inline;
		margin-left: 5px;
	}
	
form#subscribeForm {
	margin-top: 20px;
}



	
	
/***************** Copyright *****************/
div#copyrightSection {
	padding: 30px 0;
	text-align: center;
}

div#copyrightSection img {
	margin-bottom: 10px;
}
	
/* UPDATE ORDER FORM */
.formrowupdate:after {
    clear: both;
    content: ".";
   /*  display: block; */
    height: 5;
    visibility: hidden;
}
.formrowupdate label {
    border: medium none;
    color: #333333;
    display: inline-block;
    font-weight: normal;
    margin: 10px 11px 0 0;
    text-align: left;
    width: 100px;
}	
	
/* NEW FORM STYLING */
.formrow:after {
    clear: both;
    content: ".";
    display: block;
    height: 5;
    visibility: hidden;
}
.formrow label {
    border: medium none;
    color: #333333;
    display: inline-block;
    /*float: left;*/
    font-weight: normal;
    margin: 11px 11px 0 0;
    text-align: right;
    width: 132px;
}
.formrowlg label {
    border: medium none;
    color: #333333;
    display: inline-block;
    /*float: left;*/
    font-weight: normal;
    margin: 11px 11px 0 0;
    text-align: right;
    width: 192px;
}
.formrowlg input[type="text"], input[type="password"]
{
   background-color: #f5f7f8;
   border: 1px solid #edeff2;
   
   /*
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   */
    width: 250px;
   height: 35px;
   line-height: 35px;
   padding: 0 10px;  
}
.formrow input[type="text"], input[type="password"]
{
   background-color: #f5f7f8;
   border: 1px solid #edeff2;
   
   /*
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   */
    width: 250px;
   height: 35px;
   line-height: 35px;
   padding: 0 10px;	
}


.formrow input[type="text"]:hover, input[type="password"]:hover{
   background-color: #edeff2;
}

.formrow input[type="text"]:focus, input[type="password"]:focus{
   outline: none;
}

/* STAFF FORM */
div.staffau {

}
div.staffformrow
{
   width:60%;
   margin-left: 145px;
}
div.staffformbtnrow
{
   margin-left: 145px;
   margin-bottom:10px;  
}
.staffformrow:after {
    clear: both;
    content: ".";
    display: block;
    height: 5;
    visibility: hidden;
}
.staffformrow label {
    border: medium none;
    color: #333333;
    display: inline-block;
    float: left;
    font-weight: normal;
    margin: 10px 11px 0 0;
    text-align: right;
    width: 132px;
}
.staffformrow input[type="text"], input[type="password"]
{
   background-color: #f5f7f8;
   border: 1px solid #edeff2;
   
   /*
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   */
   /* width: 250px;*/
   height: 35px;
   padding: 0 10px;  
}


.staffformrow input[type="text"]:hover, input[type="password"]:hover{
   background-color: #edeff2;
}

.staffformrow input[type="text"]:focus, input[type="password"]:focus{
   outline: none;
}

span.formwrap {
    /*background: none repeat scroll 0 0 #EEEEEE;*/
    /*float: left;*/
}

span.formwrapinfo {
	float:right;
	width:200px;
}


.delline
{
	cursor: pointer;
}	
	
	
/***************** Form Styling *****************/

#loader
{
	margin-left:125px;
}
#loadercheckout
{
	width:100%;
	float:left;
	display:none;
}

#loaderdel
{
   /*display:none;*/
}


form#subscribeForm input[type="text"], form#articleCommentForm input[type="text"], form#articleCommentForm textarea {
	background-color: #f5f7f8;
	border: 1px solid #edeff2;
	
	/*
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	*/
	height: 35px;
   line-height: 35px;	
	padding: 0 10px;
}

form#subscribeForm input[type="password"], form#articleCommentForm input[type="password"] {
   background-color: #f5f7f8;
   border: 1px solid #edeff2;
   /*
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   */
   height: 35px;
   line-height: 35px;
   padding: 0 10px;
}

form#subscribeForm input[type="text"]:hover, form#articleCommentForm input[type="text"]:hover, form#articleCommentForm textarea:hover, form#searchForm input[type="text"]:hover {
	background-color: #edeff2;
}

form#subscribeForm input[type="password"]:hover, form#articleCommentForm input[type="password"]:hover, form#articleCommentForm textarea:hover, form#searchForm input[type="password"]:hover {
   background-color: #edeff2;
}

form#subscribeForm input[type="submit"], form#articleCommentForm input[type="submit"] {
	border: none;
	outline: none;

	/*
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	*/
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 12px;
	
	color: white;
}

form#subscribeForm input[type="text"]:focus, form#articleCommentForm input[type="text"]:focus, form#articleCommentForm textarea:focus, form#searchForm input[type="text"]:focus {
	outline: none;
}

form#subscribeForm input[type="password"]:focus, form#articleCommentForm input[type="password"]:focus, form#articleCommentForm textarea:focus, form#searchForm input[type="password"]:focus {
   outline: none;
}

form#subscribeForm input[type="text"], form#articleCommentForm input[type="text"] {
	width: 250px;
	line-height: 35px;
}

form#subscribeForm input[type="password"], form#articleCommentForm input[type="password"] {
   width: 250px;
}

form#articleCommentForm p {
	margin-bottom: 15px;
}

form#articleCommentForm textarea {
	width: 500px;
	height: 200px;
	
	padding: 10px;
}

form#articleCommentForm label {
	margin-left: 20px;
}

	form#articleCommentForm label span {
		color: #878f9a;
	}
	
form#searchForm input[type="text"] {
	border: none;
	border-left: 1px solid #dadce1;
	background-color: #f5f7f8;
	padding: 15px 10px;
	width: 240px;
	height: 15px;
}

#gallery2
{
   color:#68696A;
   padding: 0 20px 20px 20px;
    position: relative;
}

/* rotator in-page placement */
    div#rotator {
   position:relative;
   margin-left: 15px;
}
/* rotator css */
   div#rotator ul li {
   float:left;
   position:absolute;
   list-style: none;
}
/* rotator image style */  
   div#rotator ul li img {
   border:1px solid #ccc;
   padding: 4px;
   background: #FFF;
}
    div#rotator ul li.show {
   z-index:500
}

/** CART STYLE **/
#mainWrap {
   margin: 0 auto;
   width: 900px;
}

#slidingTopWrap {
   position: relative;
   float:right;
   /*top: 225px;
   margin: 0 0 0 750px;
   */
   width: 370px;
   z-index: 4;
   padding: 3px;
}

#slidingTopContent {
   overflow: hidden;
   margin: 0;
   padding: 0;
   border-bottom: #CCCCCC solid 1px;
   width: 370px;
}

#slidingTopFooter {

   height: 50px;
/*    margin: -10px 0 0 0; */
   font-size: 12px;
}

#slidingTopFooter A:link {
   text-decoration: none;
   text-transform: uppercase;
/*    color: #ffffff; */
}

#slidingTopFooter A:visited {
   text-decoration: none;
/*    color: #666666; */
}

#slidingTopFooter A:hover {
   text-decoration: none;
   color: #666666;
}

#slidingTopFooter A:active {
   text-decoration: none;
   color: #666666;
}


#slidingTopFooterLeft {
   float: right;
   margin: 15px 0 10px 10px;
   font-size:0.9em;
}

#slidingTopFooterRight {
   float: right;
   margin: 15px 30px 0 0;
}

#slidingTopTrigger
{
   padding-left:20px;
   background: url('../_img/toggle.png') left bottom no-repeat;   	
}

#wrdInfoWrap {
   background-color: #FFFF99;
   height: 80px;
}

#wrdInfoWrapLeft {
   float: left;
   width: 300px;
   padding: 10px;
}

#wrdInfoWrapRight {
   float: right;
}

#wrdInfoWrapRight A:link, #wrdInfoWrapRight A:visited, #wrdInfoWrapRight A:active {
   color: #333333;
   text-decoration: underline;
}

#wrdInfoWrapRight A:hover {
   color: #669900;
}

#wrdTutorialInfo {
   margin: 25px 10px; 0 0;
   background-color: #FFFFFF;
   padding: 5px;
}

#headerWrap {
   width: 100%;
   height: 30px;
   background-color: #666666;
   border: 1px #999999 solid;
}

#contentWrapLeft {
   float: left;
   width: 650px;
}


#contentWrapRight {
   float: right;
   width: 250px;
}

.productWrap {
   float:left;
   width: 170px;
   margin: 5px;
   padding:10px;
   text-align:center;
   color:#7a7a7a;
   border: 1px #EBEBEB solid;
}

.productPriceWrap {
   background-color: #CCCCCC;
   padding: 5px;
   color: #000000;
   font-weight: bold;
}

.productPriceWrap img {
   border: 0;
}

#basketWrap {
/*    margin: 10px; */ /*2019 STYLE */ 
   background-color: #003767;
   width: 370px;
/*   padding-bottom: 5px; */ /*2019 STYLE */ 
}

#basketTitleWrap {
   background-color: #003767;/*2019 STYLE */ 
   /*border: 3px #CCCCCC solid;*/
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
   height: 20px;
}

#basketItemsWrap/*2019 STYLE */  
{
   background-color: #fff;
}

#basketItemsWrap img {
   border: 0;
}

#basketItemsWrap ul {
   list-style-type: none;
   list-style-position: outside;
   margin: 0;
   padding: 0;
}

#basketItemsWrap li {
   /*background-color: #ffffff;*/
   margin: 5px;
   font-size: 12px;
   border-top: solid 1px #CCCCCC;
   padding: 5px 0 5px;
}

.productPrice {
   /*background-color: #ffffff;*/
   margin: 5px;
   font-size: 12px;

}

.productItemMiniCart
{
	float: right;
}

.productItemMiniCartImg
{
   float: left;
   max-width:100px;
}

.basketItemLeft {
   float: left;
}

.basketItemRight {
   float: right;
}

#bannerWrap {
   margin: 10px;
   padding-bottom: 5px;
}

.qtyinput
{
   width:30px;
}

/* grid system */

.container_12  {
   margin-left:10px;
   width:872px;
}
.grid_1, .grid_2, .grid_3, .grid_3ns, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 20px;  
    width: 122px;   
    height: 410px;          
}

.grid_3
{
   line-height: 1.1em; 
   min-height:30px;
   margin-bottom: 10px;
   font-size: 0.9em;
   text-align:left;
}

.grid_3ns p
{
	
	
 /*   line-height: 1.1em; */
   min-height:30px;
   margin-bottom: 10px;
   font-size: 0.8em;
   text-align:left;
}

.grid_3long
{
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 5px;  
    width: 550px;   
    height: 70px; 	
}

.boxlong {
   background: none repeat scroll 0 0 #ffffff;
     /*padding: 10px 10px 1px;*/
    height: 70px;
    
    margin-bottom: 5px;
    box-shadow: 0 1px 5px 0 #4A4A4A;
    behavior: url(/PIE.htc);
}

.boxlongcolor0 {
   background: none repeat scroll 0 0 #0000A0;
     /*padding: 10px 10px 1px;*/
    height: 70px;
    color:#fff;
    margin-bottom: 5px;
    box-shadow: 0 1px 5px 0 #4A4A4A;
    behavior: url(/PIE.htc);
}

.boxlongcolor1 {
   background: none repeat scroll 0 0 #008000;
     /*padding: 10px 10px 1px;*/
    height: 70px;
    color:#fff;
    margin-bottom: 5px;
    box-shadow: 0 1px 5px 0 #4A4A4A;
    behavior: url(/PIE.htc);
}

.boxlongcolor2 {
   background: none repeat scroll 0 0 #0000A0;
     /*padding: 10px 10px 1px;*/
    height: 70px;
    color:#fff;
    margin-bottom: 5px;
    box-shadow: 0 1px 5px 0 #4A4A4A;
    behavior: url(/PIE.htc);
}

.boxlongcolor3 {
   background: none repeat scroll 0 0 #008000;
     /*padding: 10px 10px 1px;*/
    height: 70px;
    color:#fff;
    margin-bottom: 5px;
    box-shadow: 0 1px 5px 0 #4A4A4A;
    behavior: url(/PIE.htc);
}
.boxlongcolor a
{
	color:#fff;
}

.box {
   background: none repeat scroll 0 0 #ffffff;
     /*padding: 10px 10px 1px;*/
    height: 430px;
    
    margin-bottom: 20px;
    box-shadow: 0 1px 5px 0 #4A4A4A;
    behavior: url(/PIE.htc);
}
.boxns {
   background: none repeat scroll 0 0 #ffffff;
     /*padding: 10px 10px 1px;*/
/*     height: 410px; */
    
    margin-bottom: 20px;
    box-shadow: 0 1px 5px 0 #4A4A4A;
    behavior: url(/PIE.htc);
}

.grid_3ns
{
	height:480px !important;
}
.grid_3ns img
{
   box-shadow:	0 1px 5px 0 #4A4A4A;
   display: block;
}

.prodsizeclass{
	margin-left:2px;
	}
.box img
{
/*    width:174px;
   height:261px; */
   margin-top:1px;
   vertical-align:middle;
   margin-bottom: 5px;
   margin-right: 5px;
}

.blocktmp {
    padding-top: 10px;
    padding-left:5px;
    padding-bottom: 1px;    
}

.blockdiv
{
    display: inline;
    float: left;
    width:150px;
    margin-left:10px;
}

.blockdiv_sm
{
    display: inline;
    float: left;
    width:50px;
    margin-left:10px;
}


#sizemeasure
{
    border-collapse: collapse;
/*    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 10px;
    margin: 20px;
    */
    text-align: right;
    width: 300px;	
 color: #626262; 
 font-family: 'Raleway',sans-serif; 
 font-size: 12px; 
 font-weight: 500; 
 line-height: 18px;
  margin: 0 0 24px; 

}

#sizemeasure td
{
    border-style:solid;
    border-width:1px;
    padding:5px;	
}

#nsbox-table-a {
    border-collapse: collapse;
    text-align: left;
    font-size:12px;
    width:100%;
}
#nsbox-table-a th {
   /* background: none repeat scroll 0 0 #4C4E53;*/

    border-bottom: 1px solid #FFFFFF;
    border-top: 4px solid #78797D;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    padding: 8px;
}

.subtotal {
	text-align:right;
	padding:8px;
}

#box-table-a {
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    margin: 20px;
    text-align: left;
    width: 880px;
}

#box-table-c {
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 10px;
    margin: 20px;
    text-align: left;
    width: 1000px;
}

#box-table-a th.currency,#box-table-c th.currency {
/*     background: 0 0 #4C4E53; */
    border-bottom: 1px solid #FFFFFF;
    border-top: 4px solid #78797D;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    padding: 20px;
    text-align:right;
}
#box-table-a td.currency,#box-table-c td.currency {
    background: 0 0 #78797D;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid transparent;
    color: #ffffff;
    padding: 8px;
    height:20px;
    max-height:20px;
    text-align:right;
}

#box-table-a tfoot th, #box-table-a  tfoot td,#box-table-c tfoot th, #box-table-c  tfoot td
{
    border-bottom: 1px solid #FFFFFF;
    border-top: 4px solid #78797D;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    padding: 8px; 
}

#box-table-a th,#box-table-c th {
   /* background: none repeat scroll 0 0 #4C4E53;*/

    border-bottom: 1px solid #FFFFFF;
    border-top: 4px solid #78797D;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    padding: 8px;
}

#box-table-c td.header2 {
   /* background: none repeat scroll 0 0 #4C4E53;*/
   background-color:#4C4E53;
    border-bottom: 1px solid #FFFFFF;
    border-top: 4px solid #78797D;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    padding: 8px;
}
#box-table-b {
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    margin: 20px;
    text-align: left;
  /*   width: 200px; */
}
#box-table-b th {
    background: none repeat scroll 0 0 #4C4E53;
    border-bottom: 1px solid #FFFFFF;
    border-top: 4px solid #78797D;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
}
.sorting_disabled{
   background-color:#4C4E53;
}
#box-table-a input[type="checkbox"]
{
	/*padding-top:100px;*/
}
#box-table-a td,#box-table-c td {
    background: none repeat scroll 0 0 #78797D;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid transparent;
    color: #ffffff;
    padding: 8px;
    height:20px;
    max-height:20px;
}
#box-table-a,#box-table-c tr:hover td {
    background: none repeat scroll 0 0 #D0DAFD;
    color: #333399;
}

#box-table-b td {
    background: none repeat scroll 0 0 #78797D;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid transparent;
    color: #ffffff;
    padding: 8px;
    height:20px;
    max-height:20px;
}
#box-table-b tr:hover td {
    background: none repeat scroll 0 0 #D0DAFD;
    color: #333399;
}

/* CHECKOUT FORM 
#query{
    
    border: medium none;
    float: left;
    font-size: 0;
    height: 15px;
    position: absolute;
    right: 8px;


    width: 16px;
       border: 1px solid #edeff2;
}*/

input[type="number"]
{
	min-width: 40px !important;
	border: 1px solid #003767;
/* 	height: 25px; */
	width:40px;
	font-size:1.1em;
	padding-bottom:5px;
   padding-top:5px;	
	padding-left:2px;
}

form#checkoutform input[type="text"].query{
   background-color: #f5f7f8;
   background: url("../_img/search.png") no-repeat scroll 3px 10px transparent;
   border: 1px solid #edeff2;
   height: 35px;
   line-height: 35px;   
   text-indent: 20px; 
   width:350px;
      
   /*margin-top:10px;
   
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   
   height: 35px;
   line-height: 35px;
   padding-top:1px;
   padding-bottom:1px;   
   padding: 0 10px;*/
}

form#checkoutform input[type="text"], form#calc input[type="text"]{
   background-color: #f5f7f8;
   border: 1px solid #edeff2;
   height: 35px;
   line-height: 35px;   
   /*margin-top:10px;
   
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   
   height: 35px;
   line-height: 35px;
   padding-top:1px;
   padding-bottom:1px;   
   padding: 0 10px;*/
}

form#checkoutform select
{
   background-color: #f5f7f8;
   border: 1px solid #edeff2;
   margin-top:5px;	
   margin-bottom:5px;      
   padding: 5px;
}
form#checkoutform input[type="text"]:hover, form#calcform input[type="text"]:hover{
   background-color: #edeff2;
}

form#checkoutform input[type="submit"], form#calcform input[type="submit"]{
   border: none;
   outline: none;

   /*
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   */
   height: 35px;
   line-height: 35px;
   padding: 0 15px;
   font-size: 12px;
   
   color: white;
}

form#checkoutform input[type="text"]:focus, form#calc input[type="text"]:focus{
   outline: none;
}

.sizeclass
{
   background-color: #f5f7f8;
   border: 1px solid #edeff2;
   margin-top:5px;   
   margin-bottom:5px;      
   padding: 5px;	
	width:73px;
}

#allocation-table {
    border-collapse: collapse;
    font-size: 10px;
    text-align: left;
    width: 364px;
    margin-left: 3px;
}

#allocation-table th{
    border-bottom: 1px solid #78797D;
    border-top: 4px solid #78797D;
    color: #626262;
    font-size: 11px;
    font-weight: normal;
    padding: 8px;
}

#allocation-table td {
    /*border-bottom: 2px solid #000;*/
    border-bottom: 1px solid #78797D;
    color: #000;
    padding-left: 8px;
}
#slidingFooterInfo {

   width: 370px;
/*    margin: -10px 0 0 0; */
   font-size: 12px;
   color: #000;
/*    background-color: #E4E8EA; */
   padding-bottom:15px;
}

table#highlight-table3 td{border:1px solid #b2b2b2;font-size:.7em;padding:5px;border-bottom:2px solid #fff;}
table#highlight-table3 thead{width:100%;font-size:.7em;color:#fff;background:#2F3134;border:1px solid #2ba3f0;}
table#highlight-table3 th{padding:5px;}
table#highlight-table3 tr{border:1px solid #b2b2b2;}
table#highlight-table3{background:#ebebeb;border:0;border-collapse:collapse;width:700px;margin:0;}


.headerBarBanner {
 background: #19b7de;
    height: 75px;
    padding: 0;
    width: 100%;
    min-width: 390px;
    margin: 0 0 0px;
    overflow: hidden;
    color:#fff;
}

.headerBarBanner a
{
   color:#fff;
   font-weight: bold;
}

.headerBarBanner a:hover
{
   color:#fff;
   text-decoration: underline;
}

.flexslider.promoSlider, .promoWrapper .contentWrapper h3, .promoWrapper .slides, .promoWrapper .slides>li {
    height: 100%;
}
.flexslider.promoSlider, .promoWrapper .contentWrapper {
    background: transparent;
    height:120px;
}
.flexslider.promoSlider {
    width: 1360px;
    margin: 0 auto;
}
.flexslider.promoSliderHome {
    width: 1260px;
    margin: 0 auto;
}

.promoWrapper .slide2.largePercentOff .discountText {
    font-size: 22px;
    margin-right: 8px;
}

.promoWrapper .twoLinkBanner .boldText, .promoWrapper .twoLinkBanner .extraBoldText {
    font-size: 16px;
    text-transform: none;
}

.extraBoldText {
    font-family: latoblack,Lato,Arial,Helvetica,sans-serif;
}

.promoWrapper .htmlSlider br, .promoWrapper .htmlSlider .smallText {
    display: block;
}
.promoWrapper .htmlSlider span {
    line-height: 1.1em;
}
.flexslider, .flexslider * {
    box-sizing: border-box!important;
}
.smallText {
    font-size: 12px!important;
}

.promoWrapper .contentWrapper:before, .promoWrapper .promoDivider, .promoWrapper .slides, .promoWrapper .slides>li, .promoWrapper h3 {
    display: inline-block;
    vertical-align: middle;
}


.twocolumns
{
   padding: 5px;
}

.threecolumns
{
   padding: 30px;
   width:100%;
      min-height:500px;
}
.threecolumns h4
{
	margin-top:30px;
}

.column1
{
   width:33.33333%;  
   float: left;
   margin-top:60px;
   min-height:500px;
}
.column2
{
   width:33.33333%;  
   float: left;   
   margin-top:60px;   
}
.column3
{
   width:33.33333%;  
   float: left;   
   margin-top:60px;   
}

h1#sizeh1 { color: #19b7de; font-family: 'Raleway',sans-serif; font-size: 40px; font-weight: 800; line-height: 42px; margin: 80px 0 24px; text-align: center; text-transform: uppercase; }
h2#sizeh2 { color: #19b7de; font-family: 'Raleway',sans-serif; font-size: 30px; font-weight: 800; line-height: 36px; margin: 0 0 24px; text-align: center; }
.sizep { color: #626262; font-family: 'Raleway',sans-serif; font-size: 14px; font-weight: 500; line-height: 18px; margin: 0 0 24px; text-align: center;}
.sizepsm { color: #626262; font-family: 'Raleway',sans-serif; font-size: 14px; font-weight: 300; line-height: 20px; margin: 0 0 0px;max-width:500px}

div.measuringtips {  padding: 0.5em; margin: 1.5em;display:inline}
.measuringtips ul {list-style: none}
.measuringtips ul li::before {content: "•"; color: red;
    display: inline-block; width: 1em; margin-left: -1em}
.measuringtips ol {list-style: none; counter-reset: li}
.measuringtips ol li::before {content: counter(li); color: red;
    display: inline-block; width: 1em; margin-left: -1em}
.measuringtips ol li {counter-increment: li}
.measuringtips ol.better li::before {margin-left: -1.5em;
    margin-right: 0.5em; text-align: right; direction: rtl}

.flexslider.promoSlider, .promoWrapper .contentWrapper h3, .promoWrapper .slides, .promoWrapper .slides>li {
    height: 100%;
}
.promoWrapper .slides {
    margin: 0 auto;
}
.flexslider .slides {
    z-index: 20;
}
.flexslider .slides, .homePageHeroNavWrapper {
    position: relative;
}
.flexslider .slides {
    zoom: 1;
    z-index:9;
}

.flex-control-nav, .flex-direction-nav, .slides, .slides>li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.promoWrapper .divider {
    margin: 12px 4px 12px 12px;
}

.promoWrapper .slide2.largePercentOff .saleText {
    font-size: 15px;
    margin-top: 3px;
    display:block;
}

.twocolumns
{
   padding: 5px;
}

.threecolumns
{
	padding: 30px;
	width:100%;
   min-height:500px;
}
.fourcolumns
{
   padding: 30px;
   width:100%;
   min-height:500px;
}

.column1
{
   width:33.33333%;	
   float: left;
   margin-top:60px;
   min-height:500px;
}
.column2
{
   width:33.33333%;  
   float: left;   
   margin-top:60px;   
}
.column3
{
   width:33.33333%;  
   float: left;   
   margin-top:60px;   
}

.fourcolumns
{
   padding: 30px;
   width:100%;
   min-height:500px;
}
.quarter1
{
   width:25%;  
   float: left;
   margin-top:60px;
   min-height:500px;
}
.quarter2
{
   width:25%;  
   float: left;
   margin-top:60px;
}
.quarter3
{
   width:25%;  
   float: left;
   margin-top:60px;
}
.quarter4
{
   width:25%;  
   float: left;
   margin-top:60px;
}

h1#sizeh1 { color: #19b7de; font-family: 'Raleway',sans-serif; font-size: 40px; font-weight: 800; line-height: 42px; margin: 80px 0 24px; text-align: center; text-transform: uppercase; }
h2#sizeh2 { color: #19b7de; font-family: 'Raleway',sans-serif; font-size: 30px; font-weight: 800; line-height: 36px; margin: 0 0 24px; text-align: center; }
.sizep { color: #626262; font-family: 'Raleway',sans-serif; font-size: 14px; font-weight: 500; line-height: 18px; margin: 0 0 24px; text-align: center;}
.sizepsm { color: #626262; font-family: 'Raleway',sans-serif; font-size: 14px; font-weight: 300; line-height: 20px; margin: 0 0 0px;}

div.measuringtips {  padding: 0.5em; margin: 1em 0 }
.measuringtips ul {list-style: none}
.measuringtips ul li::before {content: "•"; color: #626262; display: inline-block; width: 1em; margin-left: -1em}
.measuringtips ol {list-style: none; counter-reset: li}
.measuringtips ol li::before {content: counter(li); color: red; display: inline-block; width: 1em; margin-left: -1em}
.measuringtips ol li {counter-increment: li}
.measuringtips ol.better li::before {margin-left: -1.5em;  margin-right: 0.5em; text-align: right; direction: rtl}
    
div.fitting {  padding: 0.5em; margin: 1em 0 }
.fitting ul {list-style: none}
.fitting ul li::before {content: "•"; color: red; display: inline-block; width: 1em; margin-left: -1em}
.fitting ol {list-style: none; counter-reset: li}
.fitting ol li::before {content: counter(li); color: red; display: inline-block; width: 1em; margin-left: -1em}
.fitting ol li {counter-increment: li}
.fitting ol.better li::before {margin-left: -1.5em;  margin-right: 0.5em; text-align: right; direction: rtl}    
    
hr.new4 {
  border: 1px solid #19b7de;
  margin-top: 20px;
}    

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #003767 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #003767 transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #003767;
  padding: 4px 8px;
  border: 1px solid #003767;
/*   border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  font-size: 0.9em;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


* -------------------- Page Styles (not required) */
div { margin: 20px; }

/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
.styled-select {
   background: url(../_img/scroll-arrow.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
 /*   width: 240px; */
   margin-right:5px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 130px;
}

.styled-select.slate {
   background: url(../_img/scroll-arrow.png) no-repeat 96% 0;
   height: 34px;
   width: 240px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 30px;
   width: 268px;
}


/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}



/* -------------------- Colors: Background */
.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #3b8ec2; }
.yellow  { background-color: #eec111; }
.black   { background-color: #000; }
.white   { background-color: #C8C8C8; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #fff; }
.white select   { color: #000; }

#mainselection select {
   border: 0;
   color: #EEE;
   background: transparent;
   font-size: 20px;
   font-weight: bold;
   padding: 2px 10px;
   width: 378px;
   *width: 350px;
   *background: #58B14C;
   -webkit-appearance: none;
}

#mainselection {
   overflow:hidden;
   width:350px;
   -moz-border-radius: 9px 9px 9px 9px;
   -webkit-border-radius: 9px 9px 9px 9px;
   border-radius: 9px 9px 9px 9px;
   box-shadow: 1px 1px 11px #330033;
}


select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}

select#soflow-color {
   color: #fff;
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
}

.genericprod
{
   width: 650px;
   height: 70px;	
   display: flex;
   align-items:center;	
   padding-left:150px;
}

.required:before { content:"* "; color:#f00;}
.proddatainfo 
{
   min-height: 300px;	
}

.logincls
{
   width:45%;
   border-right:1px solid #dcd2c9;
   float:left;
}
.createlogin
{
   width:50%;
   float:right;
}

.loginContent
{
   width:1060px;
   min-height:310px;
}

.img-wrapper .tags > .label-tags {
    display: table;
    margin: 0 -1px 1px 0;
    text-align: left;
    opacity: .80;
    filter: alpha(opacity=80);
    direction: ltr;
}

 .img-wrapper .tags {
    position: absolute;
    top: 0;
    right: 0;
    display: table;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: inherit;
    border-width: 0;
    background-color: transparent;
    direction: rtl;
}

.img-wrapper .tags-left {
    left: 0;
    direction: ltr;
}
.img-wrapper {
    position: relative;
/*     overflow: hidden; */
}

.label {
  display: inline;
  padding: .2em 1em 0em;
  font-size: 75%;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.label.arrowed {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 5px;
}
.label.arrowed:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  display: inline-block;
  content: '';
  border: 1px solid transparent;
  border-width: 10px 5px;
}

.label.arrowed-right {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 5px;
}
.label.arrowed-right:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
  display: inline-block;
  content: '';
  border: 1px solid transparent;
  border-width: 10px 5px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #fa2d5f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.label-default.arrowed:before {
  border-right-color: #777;
}

.label-default.arrowed-right:after {
  border-left-color: #777;
}

.label-primary.arrowed:before {
  border-right-color: #337ab7;
}

.label-primary.arrowed-right:after {
  border-left-color: #337ab7;
}

.label-success.arrowed:before {
  border-right-color: #5cb85c;
}

.label-success.arrowed-right:after {
  border-left-color: #5cb85c;
}

.label-info.arrowed:before {
  border-right-color: #5bc0de;
}

.label-info.arrowed-right:after {
  border-left-color: #5bc0de;
}

.label-warning.arrowed:before {
  border-right-color: #f0ad4e;
}

.label-warning.arrowed-right:after {
  border-left-color: #f0ad4e;
}

.label-danger.arrowed:before {
  border-right-color: #d9534f;
}

.label-danger.arrowed-right:after {
  border-left-color: #d9534f;
}

div.faqcontent {  padding: 0.5em; margin: 1.5em;display:inline-block;line-height:20px;max-width:640px;}
.faqcontent ul {list-style: none}
.faqcontent ul li::before {content: "•"; color: #626262;
    display: inline-block; width: 1em; margin-left: -1em}
.faqcontent ol {list-style: none; counter-reset: li}
.faqcontent ol li::before {content: counter(li); color: #626262;
    display: inline-block; width: 1em; margin-left: -1em}
.faqcontent ol li {counter-increment: li;padding-top:15px;}
.faqcontent ol.better li::before {margin-left: -1.5em;
    margin-right: 0.5em; text-align: right; direction: rtl}
/*    
.grid-margin {
    margin-bottom: 25px;
}

@media (min-width: 768px)
.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card .card-body {
    padding: 1.88rem 1.81rem;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
     flex-wrap: wrap; 
    margin-right: -12.5px;
    margin-left: -12.5px;
}

@media (min-width: 900px)
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

@media (min-width: 768px)
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px)
.mt-md-0, .my-md-0 {
    margin-top: 0 !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
/*     width: 100%; 
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.d-flex, .loader-demo-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mb-auto, .my-auto {
    margin-bottom: auto !important;
}
.mt-auto, .my-auto {
    margin-top: auto !important;
}
.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}*/
#xmas-banner {
	background-color: #c41e3a;
	color: white;
	padding: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 390px;

}
#xmas-banner-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
