/88/
/*10/20/2014 1:03:42 PM*/
/**** RESET CSS ****/
/**/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License:none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 hr, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display:block;
}
ol, ul {
	list-style:none;
	padding:0;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/**** END RESET CSS ****/

/**** GENERAL STYLES ****/

body {
	margin:0px;
	padding:0px;
	line-height:1.5;
	font-family:verdana;
}
/* Remove line break from heading tags */
h1, h2, h3, h4, h5, h6 {
	display:inline;
}
h1 {
	font-weight:bold;
	font-size:18px;
}
h2 {
	font-weight:bold;
	font-size:16px;
}
h3 {
	font-size:14px;
}
hr {
  border-top:1px dotted #888;
  color:#fff;
  background-color:#fff;
  height:1px;
}
b, strong {
	font-weight:bold;
}
i {
	font-style:italic;
}
.cWrapper {
	min-width: 944px;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}
#header .cWrapper {
	overflow: hidden;
}
#site-wrap {
	height:100%;
	padding:0;
	margin:0;
	min-width:944px;
	max-width:1150px;
	width:100%;
	font-family:verdana;
	font-size:14px;
}
#page-container {
	height:100%;
	padding:0;
	width:100%;
	min-width:944px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
.lf {
	float: left;
}
.rf {
	float: right;
}

/* TESTING THE FONT STACK, DO NOT PUT ON CSI (Eric 08-22-13)
#mainContent h1 {
	font-family: "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif;
	display: block;
	position: relative;
	font-size: 100px;
	color: #088297;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

#mainContent h1 span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
}
*/

/**** END GENERAL STYLES ****/

/**** HEADING STYLES ****/

/* header wrapper */
#header {
	height:70px;
	position:relative;
	vertical-align:top;
	padding:0;
	margin:0;
}
#headerRight {
	float:right;
}
#header a {
	margin-bottom:5px;
}
#header a:visited {
	color:blue;
}
#header a:link {
	color:blue;
}
#header a:hover {
	color:red;
}
#header a.homelink {
	font-family:monospace;
	font-size:2.75em;
	font-weight:bold;
	color:#AAF;
	text-decoration:none;
}
#header a.homelink em {
	font-style:italic;
	font-size:.5em;
	display:block;
	position:relative;
	left:3em;
}
/* Shopping cart in header */
#cart {
	text-align:right;
	margin-right:20px;
	display:block;
	position:absolute;
	bottom:0px;
	right:0;
}
#cart-icon {
	vertical-align:middle;
	margin-right:4px;
	margin-bottom:1px;
}
/* Main logo in header */
#logo {
	float:left;
	padding-top:9px;
	padding-left:7px;

}

#sale-banner {
	padding-top:9px;
	text-align:center;
}
/* Holds the float right Information in the header */


#home-links {
	padding-top:4px; /* to match the sale banner */
	text-align:right;
	margin-right:20px;
}
#top-menu {
	clear:left;
}
#mini-cart {
	display:none;
	position:fixed;
	z-index:10000;
	font-size:12px;
	left:50%;
	margin-left: -66px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
	top:0px;
	border-style:solid;
	border-width:1px;
	border-color:#aaaaaa;
	border-radius:10px;
	height:auto;
}
#mini-cart p {
	white-space:nowrap;
}
div#mini-cart-span {
	text-align:right;
}
/* search bar in header */
#search {
	background:url('https://res.cloudinary.com/csicdn/image/upload/v1/Images/search_bar_gradient.jpg') #EBEBEB repeat-x;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#EBEBEB));
	background:-webkit-linear-gradient(top, #FFF, #EBEBEB);
	background:-moz-linear-gradient(top, #FFF, #EBEBEB);
	background:-ms-linear-gradient(top, #FFF, #EBEBEB);
	background:-o-linear-gradient(top, #FFF, #EBEBEB);
	padding:11px 0 3px;
	border-top:1px solid #EBEBEB;
	-webkit-box-shadow:3px 3px 3px #999;
	-moz-box-shadow:3px 3px 3px #999;
	box-shadow:3px 3px 3px #999;
}
#search-form {
	display:inline-block;
	margin-left: 204px;
}
#search-form input[type="submit"] {
	font-size:14px;
}
/* Social buttons div */
#search span.r {
	text-align:right;
	display:inline-block;
	float:right;
	margin-right:20px;
}
#search select[name="warehouseOptionSet"] {
	margin:0 20px 5px 0;
	vertical-align:top;
}
#advanced-search-link {
	display:inline-block;
	position:relative;
	left:25px;
	bottom:5px;
	color:#999;
}
a.userButton.addToWishList, a.userButton.emailBackInStock {
	font-size: 11px;
}
a.userButton.largeButton.addToWishList, a.userButton.largeButton.emailBackInStock {
	font-size: 14px;
	font-weight: normal;
}
input[type="button"].userButton[name="addButton"],
input[type="button"].aosAdd.userButton,
input[type="button"][name="addRelated"].userButton,
input[type="button"].addBLButton.userButton {
	font-size: 10px;
	font-weight: bold;
	padding: 0.3em;
	-webkit-padding-after: 4.5px;
	-webkit-padding-before: 4.5px;
	-webkit-padding-start: 4.5px;
	-webkit-padding-end: 4.5px;
	vertical-align: top;
}
a.viewButt {
	font-size: 10px;
	padding: 1px 4px;
}
/**************************************************** Sidebar ************************************************/
div#leftMenu {
	z-index:10;
	width:204px;
	float:left;
	clear:left;
	position:relative;
	margin-top:-40px;
}
span#headerRow1 {
	font-size:12px;
	position:absolute;
	left:13px;
}
span#headerRow2 {
	font-size:18px;
	position:absolute;
	left:13px;
	top:10px;
}
div#menuHeader {
	z-index:11;
	position:relative;
	text-align:center;
	height:35px;
	margin:0px 11px 0px 8px;
	width:90px;
	float:left;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
#sidebar-left {
	float:left;
	width:187px;
	vertical-align:top;
	text-align:left;
	min-height:0px;
	margin:0px 6px 0px 5px;
	padding:0px 3px;
}
div.sidebarContainer:not(:first-child) {
	padding-top:10px;
}
/*************************************  Left Sidebar Menu  ***************************************************/

/* middle column with the main content */
#main {
	float:left;
	display:inline;
	width:944px;
	min-width:760px;
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:10px 0 0 0;
}
#content {
	width:100%;
	min-width:760px;
	clear:both;
}
#content tr.pqheader {
	background:#EEE;
	border-top:1px dotted #888;
	border-bottom:1px dotted #888;
	padding-bottom:3px;
}
#content .bigpic {
	width:340px;
	height:340px;
}
#content .fullImage img {
	max-width:300px;
	max-height:300px;
	margin:auto;
	display:block;
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
}
#content p.aosHead {
	font-size:16px;
	color:#505050;
	text-align:center;
	font-weight: bold;
	font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	padding: 3px;
	display: block;
	position: relative;
	margin-top: 3em;
	overflow: hidden;
	line-height: 1.5em;
	background: transparent url("https://res.cloudinary.com/csicdn/image/upload/v1/Images/blackPixel.png") 0 50% repeat-x;
}
#content p.aosHead span {
	background: #FFF;
	padding: 0 5px;
}
/* breadcrum div */
#bc {
	padding-bottom:2px;
	font-size:11px;
	color:grey;
}
#bc a {
	color:grey;
}
#bc a:hover {
	color:red;
}
/* div to display the script execution time */
#load-time {
	bottom:12px;
	float:right;
	position:relative;
	right:0;
	line-height:0;
}
#footer {
	vertical-align:bottom;
	text-align:center;
	clear:left;
	margin-top:3em;
	border-top:1px dotted #ccc;
	padding: 1em 0 3em;
	font-size:14px;
}
#footer a {
	text-decoration:none;
	color:#777;
}
#footer a:hover {
	text-decoration:underline;
	color:#000;
}
#footer a:visited {
	color:#777;
}

.headsprite {
	background: url("https://res.cloudinary.com/csicdn/image/upload/v1/Images/Sprites/csg-20161101.jpg") no-repeat top left;
	display: inline-block;
	text-indent: -9999px;
}
.CoolStuffGames-Ad{width:183px;height:50px;background-position:-5px 0px;}
.Customer_Rewards_Left_Menu {width:187px;height:42px;background-position:-5px -52px;}
.Dice_Tower_Podcast_Side_Ad {width:187px;height:48px;background-position:-5px -108px;}
.DiscGolfCenter_ad {width:183px;height:21px;background-position:-5px -166px;}
.GatheringMagic_ad {width:183px;height:66px;background-position:-5px -197px;}
.Gift_Certificate_Left_Menu {width:187px;height:36px;background-position:-5px -277px;}
.Google_Plus {width:25px;height:25px;background-position:-198px -5px;}
.cart {width:22px;height:19px;background-position:-233px -5px;}
.coolstuffinccom_logo {width:228px;height:50px;background-position:-265px -5px;}
.events-and-shows-icon {width:188px;height:42px;background-position:-202px -73px;}
.facebook {width:25px;height:25px;background-position:-503px -5px;}
.newsletter_signup {width:187px;height:35px;background-position:-400px -80px; cursor: pointer;}
.twitter {width:25px;height:25px;background-position:-538px -5px;}
.verified_creditcards {width:230px;height:40px;background-position:-202px -165px;}
.wotcdealer {width:127px;height:89px;background-position:-442px -165px;}


/****************  Very General Classes ************************************/
.bold {
	font-weight:bold;
}
.i {
	font-style:italic;
}

/**************** Some classes to reduce table overhead ********************/
/* classes vt, vm, vb short for valign top, middle, and bottom */
.vt {vertical-align:top;}
.vm {vertical-align:middle;}
.vb {vertical-align:bottom;}
/* class b short for border */
.b {
	border:1px solid black;
}
/* classes l, c, and r short for left, center, and right */
.l {text-align:left;}
.c {text-align:center;}
.r {text-align:right;}

/* class .ct, .rt, .lt is to align a block element, namely a table. */
.ct {margin-left:auto; margin-right:auto;}
.rt {margin-left:auto; margin-right:inherit;}
.lt {margin-left:inherit; margin-right:auto;}
/* class f short for fill */
.f {
	width:100%;
	height:100%;
}
/* class p short for packed (for tables with cellpadding=0 and cellspacing=0) */
.p {padding:0; border-collapse:collapse;}
.p1 {padding:1em;}
.pr1 {padding-right:1em;}
.pb1 {padding-bottom: 1em;}
.dn {display:none;}
td.red {background:darkred; color:white;}
td.green {background:lightgreen;}
td.yellow, th.yellow {background:yellow;}
td.orange {color:#CC6600;}
tr.odd {
	border-bottom:1px dotted #888;
}
tr.even {
	border-bottom:1px dotted #888;
}
tr.b2bhead {
	border-bottom:2px solid #888;
	border-top:2px solid #888;
}
.darkred {color:#990000;}
.orange {color:#CC6600;}

/** Recently viewed Items Styles **/
ul.rvi li {
	float:left;
	height:120px;
	width:100px;
	overflow:hidden;
}
ul.rvi li img {
	vertical-align:top;
}
/* ***Checkout/cart Styles BEGIN*** */
#checkoutButton {
	margin: 0.9em 0;
	cursor: pointer;
}
#eco_div {
	width:90%;
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:#fff url("https://res.cloudinary.com/csicdn/image/upload/v1/Images/eco-arrows.png") no-repeat left center;
	min-height:40px;
	padding-left:50px;
}
/* **Checkout/cart Styles END*** */
span.red, p.red {color: #EF0000;}
span.green {color:green;}
/*** Advanced Search Form ***/
#advanced-search tr {
	margin-top:.75em;
}
#advanced-search td.selected {
	background:#FFA;
}
#advanced-search fieldset {
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #eee;
	padding: 15px;
	margin: 20px;
}
#advanced-search fieldset table {
	border-top: 1px dotted #ddd;
	margin: 0.3em 0 0;
	padding: 0.5em 0 0;
	display: block;
}
#advanced-search fieldset h3 a {
	font-size: 12px;
}
#advanced-search [class*="block-grid-"] > li {
	padding: 0 0.625rem 0.8rem;
}
.toggleTable td input {
	width: 10%;
	float: left;
	margin: 3px 3px 0 0;
}
.toggleTable td label {
	float: left;
	width: 85%;
}
.pagination {
	display: block;
	overflow: hidden;
	line-height: 2em;
}
.pagination #next, .pagination #nextLink {
	margin-left: 1em;
}
.pagination #prev, .pagination #prevLink {
	margin-right: 1em;
}
.pagination .pLinks {
	display: inline-block;
	float: right;
}

/***************************************  Product View Styles  **********************************************/
/* Container is necessary because td cannot be positioned relative */
div.tip-container {
    position:relative;
    display:inline-block;
}
a.type-description span.ui-icon {
	display:inline-block;
}
div.texttip {
	display:none;
	position:absolute;
	min-height:30px;
	width:333px;
	background:#FFFFC2;
	padding:3px;
	text-align:left;
}
div.imgtip {
	display:none;
	position:fixed;
	background:#FFFFC2;
	padding:3px;
	top:0;
	left:0;
	z-index:10000;
}
div.otherDetails {
	margin: 20px 0;
}
div.otherDetails table {
	width: 100%;
}
div.otherDetails caption {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 5px;
}
div.otherDetails td.r {
	padding-right: 1em;
}
a.type-description:hover div.texttip, a.type-description:hover div.imgtip {
	display:block;
	color:black;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
table.stockValueBlock {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	background-color:#E0F3FC;
	width:95%;
}
table.descriptionBlock {
	margin-top:10px;
	width:95%;
}
table.cardstat {
    margin-top: 10px;
}
table.cardstat:before {
    content: 'Stats Table:';
    font-weight: bold;
}
table.cardstat td:first-child {
    padding-right: 3px;
    text-transform: capitalize;
}
table.cardstat tr {
    border-bottom: 1px dotted #888;
}
td.addButton {
	padding:0 3px 2px 0;
}
span.cardDetails {
	font-size: 10px;
	padding-left: 5px;
}









/* WORKING UPDATE TO PRODUCT VIEW - Eric Little 09/24/2013 */
#priceBlock {
	margin-top: 0.5em;
}
#priceBlock .price {
	width: 100%;
	margin: 1em 0;
}
#priceBlock .actualPrice {
	font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	font-size: 16px;
	padding-right: 10px;
}
#priceBlock .morePrice {
	border-left: 1px solid #ddd;
	padding-left: 10px;
}
.beforePrice, .priceSavings {
	font-size: 11px;
}
.beforePrice span {
	text-decoration: line-through;
	color: grey;
}
.priceSavings span {
	color: green;
}
#productBox {
	padding-right: 1em;
}
#productBox h1 {
	display: block;
	line-height: 22px;
}
#productBox hr {
	margin: 1.5em 0 1em;
	display: block;
}
#cta p {
	margin: 1em 0;
}
.noMargin {
	margin: 0 !important;
}

#prodContainer {
	width: 100%;
}
#prodContainer hr {
	margin: 1em 0;
}
.productBlock {
	margin: 0.5em 0;
	padding: 0.5em 1em 1em;
	/*border: 1px solid #C7DAE3;*/
	/*background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #ececec;*/
	background-color: #E0F3FC;
	border-radius: 5px;
	position: relative;
}




.aosPICU {
	display: inline-block;
	text-align: center;
}



.showMoreLink, .showLessLink {
	display: block;
	text-align: center;
	font-variant: small-caps;
	font-size: 14px;
	background: transparent url("https://res.cloudinary.com/csicdn/image/upload/v1/Images/blackPixel.png") 0 50% repeat-x;
	width: 30%;
	margin: 0 auto;
}
.showMoreLink span, .showLessLink span {
	background: #FFF;
	padding: 0 5px;
}








/*************************************  Article Results Styles  *********************************************/
div#showArticleDiv {
	color:#0000ff;
	width:100%;
	background-color:#efefef;
	border-style:solid;
	border-color:#555555;
	border-width:1px;
	border-radius:10px;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:10px;
	margin-bottom:25px;
	cursor:pointer;
}
div#articleDiv {
	color:#000000;
}
/****************************************  Sidebar Menu Styles  *********************************************/
div.sidebarContainer {
	display:block;
	position:relative;
	float:left;
	width:187px;
}
ul.sidebarTest {
	width:185px;
	/*color:#2222ff;*/
	background:white;
	font-weight:400;
	text-align:left;
	z-index:1000;
	-webkit-box-shadow:3px 3px 3px #999, -3px 3px 3px #999;
	-moz-box-shadow:3px 3px 3px #999, -3px 3px 3px #999;
	box-shadow:3px 3px 3px #999, -3px 3px 3px #999;
	border-radius: 0 0 5px 5px;
}
ul.sidebarTest:hover {
}
#navcat16 {
	border-radius: 0 0 5px 5px;
}
ul.sidebarTest li {
	padding-left:10px;
	line-height:2;
	font-size:14px;
}
ul.sidebarTest li:hover {
	background-color:#cccccc;
	z-index:1000;
}
div.hiddendiv {
	position:absolute;
	display:none;
	left:181px;
	top:0;
	z-index:1000;
	background-color:#ffffff;
	border-color:#999;
	font-size:12px;
	-webkit-box-shadow:3px 3px 3px #999, -3px 3px 3px #999;
	-moz-box-shadow:3px 3px 3px #999, -3px 3px 3px #999;
	box-shadow:3px 3px 3px #999, -3px 3px 3px #999;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	padding-left:8px;
	padding-top:15px;
	padding-bottom:10px;
	border-width:1px;
	border-style:solid;
	line-height:2;
}
ul.sidebarTest li > span,  ul.sidebarTest li > span a, ul.sidebarTest li > a {
	display: block;
}
li#navcat1 {
	font-weight: bold;
}
span.mbsi{
    background: url("https://res.cloudinary.com/csicdn/image/upload/v1/Images/Sprites/csg-52fd5a0776cd2.jpg") no-repeat top left;
    display: inline-block;
    vertical-align: middle;
}
span.AsmodeeEditions{ background-position: 0 0; width: 17px; height: 17px; }
span.DaysofWonder{ background-position: 0 -167px; width: 17px; height: 17px; }
span.FantasyFlightGames{ background-position: 0 -194px; width: 17px; height: 17px; }
span.GMTGames{ background-position: 0 -221px; width: 17px; height: 17px; }
span.MayfairGames{ background-position: 0 -248px; width: 17px; height: 18px; }
span.Multi-ManPublishing{ background-position: 0 -276px; width: 17px; height: 17px; }
span.RioGrandeGames{ background-position: 0 -303px; width: 17px; height: 17px; }
span.S_UpdatedSalePage{ background-position: 0 -330px; width: 266px; height: 132px; }
span.Z-ManGames{ background-position: 0 -472px; width: 17px; height: 17px; }
/*******************************  Hide/Show Wordpress Widget Styles  ****************************************/
div.hideHeader {
	display:block;
	color:#0000ff;
	background-color:#efefef;
	border-style:solid;
	border-color:#555555;
	border-width:1px;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	cursor:pointer;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}
div.hide {
	display:block;
	border-style:solid;
	border-color:#555555;
	border-width:0 1px 1px 1px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
div.show {
	display:block;
	border-style:solid;
	border-color:#555555;
	border-width:0 1px 1px 1px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
/*************************************  Add on Sales Styles  **********************************************/

table.aosAddContainer {
	margin: 0 auto;
}

table.aosAddContainer .aosmicrod {
	width: 0;
	height: 0;
	display: none;
}
span.aosBestPrice {
	margin: 0 0.5em 0 0;
	font-size: 10px;
}
/****************
div.aos-h {
	display:block;
	width:100%;
	min-width:700px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
}
/*******************/
div.aos-h-wrapper {
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	position: relative;
}
div.aos-h-container {
	position: relative;
	left: 0;
	top: 0;
}
div.aosproduct-h {
	/* 730 / 5 = 146px width */
	height: auto;
	width: 110px;
	margin: 5px 18px 0;
	float: left;
	text-align: center;
}
img.aosimg-h {
	max-width:100px;
	height:100px;
	display:block;
	margin: 5px auto;
}
div.aos-h-prev, div.aos-h-next {
	height:14px;
	width:25px;
	padding-bottom:2px;
}
div.aos-h-results {
	text-align:center;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 5px;
	color: #555;
}

/**
div.aos-v {
	display:block;
	width:120px;
	min-width:120px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
}
div.aos-v > center {
	font-weight: bold;
	border: 1px solid #ebebeb;
	color: #333;
	margin-bottom: 2px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #ececec;
	border-radius: 5px;
}
div.aos-v-wrapper {
	width: 120px;
	padding: 0;
	margin: 0 0 15px 0;
	overflow: hidden;
	position: relative;
}
div.aos-v-container {
	position: relative;
	top: 0;
	left: 0;
}
div.aosproduct-v {
	width:120px;
	height:100px;
	margin: 15px auto 0;
	border: 0px solid #CCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}
div.aosproduct-v center {
	overflow:hidden;
	width:120px;
	height:21px;
}
/**/

/**
img.aosimg-v {
	max-width:60px;
	max-height:60px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:0px;
	padding:0px;
}
div.aos-btn {
	color:black;
	font-weight:normal;
	cursor:pointer;
	background:whiteSmoke;
	border-radius:7px;
	-webkit-border-radius:7px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #ECECEC;
	border:1px solid #EBEBEB;
	box-shadow:1px 1px 1px #999;
	font-size:10px;
	margin-top:1px;
}
div.aos-btn:hover {
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #D3D3D3;
}
div.aos-btn:active {
	box-shadow: inset 0 0 3px #999;
	background: linear-gradient(to top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #D3D3D3;
}
div.aos-v-prev, div.aos-v-next {
	height:13px;
	width:23px;
}
div.aos-v-results {
	text-align:center;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 5px;
	color: #555;
}
/**/
.poptag {
	display: block;
	padding: 5px;
	position: relative;
	border: 1px solid #ebebeb;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #ececec;
	border-radius: 5px;
	margin: 0 0 10px;
	font-size: 11px;
	color: #555;
}
.poptag span {
	position: absolute;
	height: 0;
	width: 0;
	margin: 0 0 -11px -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #ebebeb;
	bottom: 0;
	left: 50%;
}
/*************************************  Search Results Styles  **********************************************/
td.search_tname {
	vertical-align:top;
	text-align:right;
	width:150px;
}
td.search_qty_price {
	vertical-align:top;
	text-align:right;
	width:175px;
}
td.search_add {
	vertical-align:top;
	text-align:right;
	width:100px;
}
td.search_img {
	vertical-align:top;
	text-align:center;
	max-width:100px;
	overflow:hidden;
}
td.search_img img {
	position:relative;
	float:left;
	visibility:visible;
	border:0 solid #FFF;
}
img.tn {
	position:relative;
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
}
td.si img.tn {
	max-height:100px;
	max-width:100px;
	display:block;
	margin:auto;
}
.search_details {
	vertical-align:top;
	padding-left:10px;
	font-size:10px;
}
.search_return_bar {
	background-color:#EEEEEE;
}

td.search_name {
	vertical-align:top;
	text-align:left;
	width:120px;
}
td.search_info {
	vertical-align:top;
	text-align:left;
	width:170px;
}
td.search_types {
	vertical-align:top;
	text-align:right;
	width:440px;
}
td.pq span {
	display:inline-block;
	width:95px;
}
td.pq span.d {
	text-decoration:line-through;
	color:grey;
}
#onSaleTables s {
	text-decoration:line-through;
	color:grey;
}
/*************************************  Search Result Filtering Menus ***************************************/
ul.searchMenu {list-style:none;margin:0px auto;z-index:200;}
ul.searchMenu li ul {list-style:none;}
ul.searchMenu li ul {
	padding: 10px 10px 10px 30px;
	-webkit-box-shadow: 3px 3px 3px #999, -3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999, -3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999, -3px 3px 3px #999;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	display: none;
	background-color: white;
	z-index: 400;
}
ul.searchMenu li.first {
	padding: 0 0 0 5px;
	float: right;
	margin: 0 90px 0 auto;
	border: 1px solid #AAA;
	border-radius: 6px;
	background:white;
}
ul.searchMenu li.first span.ui-icon-triangle-1-s {
	display: inline-block;
	background-color: #CCC;
	margin-bottom: -4px;
	margin-left: 4px;
	height: 18px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
ul.searchMenu li:hover ul, ul.searchMenu li.touched ul {position: absolute;display:block;}
ul.searchMenu li ul li {float: left;}
/*************************************  Buy List Styles  ****************************************************/
#buy-list-header {text-align:center;}
/*************************************  New Buy List Styles  ****************************************************/
div#buylistContainer {
	display:block;
	width:100%;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
}
div#buylistHowTo {
	/*width:100%;*/
	display:block;
}
/**
div#productsBySet {
	display:none;
}
div#buylistSearchProducts {
	display:none;
}
/**/
table.buytable {
	width:100%;
}
div.buylistDiv {
	display:block;
	/*width:100%;*/
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	border-style:solid;
	/*border-width:1px;*/
	border-width:0px;
	/*min-height:300px;*/
	padding:10px;
}
ul#buylistHeaderlist {
	display:inline;
	width:75%;
	list-style-type:none;
}
ul#buylistHeaderlistCart {
	display:inline;
	float:right;
	width:25%;
	list-style-type:none;
}
ul#buylistHeaderlist li.active {
	display:inline;
	border-style:solid;
	font-size:1.5em;
	padding:5px 10px 5px 10px;
	border-width:1px 1px 0px 1px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	cursor:pointer;
	background:#ffffff;
}
ul#buylistHeaderlist li.inactive {
	display:inline;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	padding:5px 10px 5px 10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	cursor:pointer;
}
ul#buylistHeaderlistCart li.viewbuycart {
	display:inline;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	padding:5px 10px 5px 10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	color:#000000;
	background-color:#FFFF00;
	cursor:pointer;
	float:right;
}
ul#buylistHeaderlistCart li.viewbuycart a:link, ul#buylistHeaderlistCart li.viewbuycart a:visited, ul#buylistHeaderlistCart li.viewbuycart a:hover {
	text-decoration:none;
	color:#000000;
}
div.productSetDisplay {
	margin-top: 20px;
	width:100%;
}
img.deckbuilderImage {
	max-height:20px;
	max-width:20px;
}
#productSectionName, #productGameName, #productGameSet {
	vertical-align: top;
}
div[class*="selectButtons"] img {
	margin: 2px auto;
}
div[class*="selectButtons"] a:hover {
	opacity: 0.8;
}
select.selectProductSetName {
	border-radius: 0px;
}
#bulkoptionbutton {
	cursor: pointer;
	display: block;
	margin: auto;
	margin-top: 0.2rem;
}

/*************************************************************************************************************
 **************** Some Individual additions that might go into categories at some point **********************
 *************************************************************************************************************/
#result-SQL td {
	padding:2px;
}


.10pw {width:10%;}
.20pw {width:20%;}
.30pw {width:30%;}
.40pw {width:40%;}
.50pw {width:50%;}
.60pw {width:60%;}
.70pw {width:70%;}
.80pw {width:80%;}
.90pw {width:90%;}
.100pw {width:100%;}
.60wide {width:60px;}
.80wide {width:80px;}
.120wide {width:120px;}
.125wide {width:125px;}
.210wide {width:210px;}
.215wide {width:215px;}
.cardthumb {width:45px; height:65px;}
.hidden {display:none;}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color:#CDCDCD;
	margin:10px 0pt 15px;
	font-size:8pt;
	text-align:left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color:#e6EEEE;
	border:1px solid #FFF;
	font-size:8pt;
	padding:0 16px 0 0;
}
table.tablesorter thead tr .header {
	background-image:url(https://res.cloudinary.com/csicdn/image/upload/v1/Images/css/images/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
	vertical-align:middle;
}
table.tablesorter tbody td {
	color:#3D3D3D;
	padding:4px;
	background-color:#FFF;
	vertical-align:top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image:url(https://res.cloudinary.com/csicdn/image/upload/v1/Images/css/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image:url(https://res.cloudinary.com/csicdn/image/upload/v1/Images/css/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color:#8dbdd8;
}
a.TenpxUnderlineLink {
	font-size:10px;
	text-decoration:underline;
	color:#000000;
}
/*************************************  Product Styles  ****************************************************/
table.tProdView {
	border-spacing:0px;
	padding:0px;
}
table.tProdView td {
	vertical-align:top;
	padding:0 5px 0 0;
	font-size:14px;
}
.b1gxf {
	font-size:10px;
}

a.ytLink {
	border:0;
}
div.ytLinks {
	float:left;
	padding:0 20px 10px 0;
}
div#video-links-wrapper {
	width: 420px;
	overflow: hidden;
	margin-bottom: 1em;
}
div#video-links {
	display: block;
	position: relative;
	width: 100%;
}
div#video-links-list {
	display: block;
	position: relative;
}
div#video-links span.video {
	display: inline-block;
	margin-right: 1px;
	border-radius: 0px 0px 6px 6px;
	line-height: 1em;
	width: 120px;
}
div#video-links span.video p {
	background: linear-gradient(180deg, white, lightgray);
	border-radius: 0px 0px 6px 6px;
}
div#video-links span.video .ui-icon {
	display: inline-block;
}
#video-links-controls {
	display: block;
	overflow: hidden;
	width: 420px;
	border-bottom: 1px solid #EBEBEB;
}
#video-links-prev { float: left; }
#video-links-next { float: right; }
div#large-video-links-wrapper {
	width: 420px;
	overflow: hidden;
	margin-bottom: 1em;
}
div#large-video-links {
	display: block;
	position: relative;
	width: 100%;
}
div#large-video-links-list {
	display: block;
	position: relative;
}
div#large-video-links span.large-video {
	display: inline;
	float: left;
	margin-right: 1px;
	border: 1px solid gray;
	border-radius: 0px 0px 6px 6px;
	line-height: 1em;
}
div#large-video-links span.large-video p {
	background: linear-gradient(180deg, white, lightgray);
	border-radius: 0px 0px 6px 6px;
}
div#large-video-links span.large-video .ui-icon {
	display: inline-block;
}
#large-video-links-controls {
	display: block;
	overflow: hidden;
	width: 420px;
	border-bottom: 1px solid #EBEBEB;
}
#large-video-links-prev { float: left; }
#large-video-links-next { float: right; }
.thbSlider {
	margin: 0.5em 0;
}
#tc-wrap {
	/*margin: 0 auto;*/
	overflow: hidden;
	width: 300px;
	position: relative;
}
#thbContainer {
	position: relative;
	left: 0;
	top: 0;
}
#thbContainer-controls {
	overflow: hidden;
	width: 300px;
/*	margin: 0 auto;*/
}
#thbContainer li {
	float: left;
	width: auto;
	display: block;
	border: 1px solid #fff;
}
#thbContainer img {
	display: block;
	cursor: pointer;
	width: 58px;
	height: 58px;
}
.chosenImage {
	border: 1px solid #999 !important;
	border-radius: 3px;

}
#thbContainer li:hover {
	border: 1px solid #ccc;
}
#thbContainer-prev {
	float: left;
}
#thbContainer-next {
	float: right;
}
#content .bigpic .fullImage {
	display: none;
}
.clearfix {
	clear: both;
}




#wishlistContent, #mainContent {
	/*margin-left: 10px;*/
	margin-left: 5px;
	margin-right: 5px;
	/*overflow: hidden;*/
}

.omega {
	border: none !important;
}

.userButton {
	display: inline-block;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #ECECEC;
	border: 1px solid #EBEBEB;
	border-radius: 5px;
	color: #000 !important;
	padding: 0.2em 1em 0.2em 0.5em;
	font-size: 13px;
	text-decoration: none;
}
.userButton .ui-icon {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 0.5em;
}
.userButton:hover {
	text-decoration: none;
	background-color: #DDD;
}
.userButton:active {
	box-shadow: inset 0 0 3px #999;
	background: linear-gradient(to top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #ECECEC;
}

.largeButton {
	padding: 0.5em 1.5em 0.5em 1em;
	font-size: 14px;
	font-weight: bold;
}
.tinyButton {
	font-weight: bold;
	font-size: 10px;
	padding: 0 3px !important;
	border-radius: 3px;
}

.blockButton {
	display: block;
	text-align: center;
}

.yellowButton {
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #f1da36;
	border: 1px solid #D8C11D;
	text-shadow: 0 0 2px #D8C11D;
}
.yellowButton:hover {
	background-color: #D8C11D;
}
.yellowButton:active {
	box-shadow: inset 0 0 3px #999;
	background: linear-gradient(to top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #f1da36;
}

.redButton .ui-icon, .blueButton .ui-icon {
	background-image:url(https://res.cloudinary.com/csicdn/image/upload/v1/Images/css/images/ui-icons_ffffff_256x240.png);
}

.blueButton {
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #0E809B;
	border: 1px solid #006782;
	color: #FFF !important;
	text-shadow: 0 0 2px #006782;
}
.blueButton:hover {
	background-color: #006782;
}
.blueButton:active {
	box-shadow: inset 0 0 3px #999;
	background: linear-gradient(to top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #0E809B;
}
.blueButton.addToWishList, .blueButton.emailBackInStock {
	background-color: #10829C;
}

.greyButton {
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #ccc;
	border: 1px solid #b3b3b3;
	text-shadow: 0 0 2px #b3b3b3;
}
.greyButton:hover {
	background-color: #b3b3b3;
}
.greyButton:active {
	box-shadow: inset 0 0 3px #999;
	background: linear-gradient(to top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #ccc;
}

.redButton {
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #990000;
	border: 1px solid #800000;
	color: #FFF !important;
	text-shadow: 0 0 2px #800000;
}
.redButton:hover {
	background-color: #800000;
}
.redButton:active {
	box-shadow: inset 0 0 3px #999;
	background: linear-gradient(to top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #990000;
}

.greenButton {
	background: #008000;
	border: 1px solid #006000;
	text-shadow: 0 0 2px #006000;
	color: #FFF !important;
}
.greenButton:hover {
	background-color: #006000;
}
.greenButton:active {
	box-shadow: inset 0 0 3px #999;
	background: linear-gradient(to top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #008000;
}

.noIcon {
	padding: 0.2em 0.5em;
}


/*//////////////////////////////////////////////////////////////

							USER_WISHLIST.PHP

//////////////////////////////////////////////////////////////*/
#wishlistContent h1 {
	display: block;
}
#wishList, #wishList caption, #wishList tbody, #wishList tfoot, #wishList thead, #wishList tr, #wishList th, #wishList td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	border-collapse: collapse;
	vertical-align: middle;
}
#wishList h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	display: block;
}
#wishList h3 a {
	text-decoration: none;
	font-weight: bold;
}
#wishList h4 {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
#wishList table {
	width: 100%;
	font-size: 12px;
}
#wishList tbody tr {
	border-bottom: 1px dotted #999;
	position: relative;
}
#wishList tbody tr.hover, .userTable tbody tr.hover, #aCost tbody tr.hover {
	background: #f5f5f5;
}
#wishList tbody tr.fade {
	opacity: 0.9;
}
#wishList tbody td {
	padding: 0.5em 0;
}
#wishList caption {
	font-style: italic;
	text-align: left;
}
#wishList .WLImage {
	width: 100px;
	padding-left: 1em;
}
#wishList .WLImage img, #wlsContainer img {
	max-width: 100px;
	max-height: 100px;
	display: block;
	margin: auto;
}
#wishList .WLDescription {
	padding-left: 1em;
}
#wishList .WLDetails {
	width: 220px;
	vertical-align: middle;
	padding-right: 1em;
	position: relative;
}
#wishList .d, #userWishlist .d {
	text-decoration: line-through;
	color: grey;
}
#wishList .cartAdd {
	overflow: hidden;
}
#wishList .cartAdd a {
	padding: 0.5em;
	background: #ccc;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	color: #000;
	margin: 0 0 0 0.5em;
	background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%);
	background-color: #f1da36;
	font-weight: bold;
	border: 1px solid #FC0;
	float: left;
}
#wishList .cartAdd input {
	float: left;
	margin: 4px 0;
}
#wishList .price {
	margin: 1em 0 0.5em;
	line-height: 14px;
}
#wishList .productNotes {
	font-size: 10px;
	font-style: italic;
	border-left: 5px solid #ebebeb;
	margin: 0.5em 0.5em 0.5em 1em;
	padding-left: 0.5em;
}
#wishList .dateAdded, .stockStatus, .outofStock {
	margin: 0.5em 0;
	line-height: 14px;
}
#wishList .outofStock input {
	vertical-align: bottom;
	margin-top: 0;
	margin-bottom: 0;
}
#wishList hr {
	margin: 0.5em 0;
	border-color: #ddd;
	border-style: solid;
}
#wishList .actionBar tr {
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #ECECEC;
	border: 1px solid #EBEBEB;
}
#wishList .actionBar td {
	padding: 0.5em;
}
.actionBar .pages {
	width: 60%;
}
.actionBar .filterBy {
	width: 20%;
}
.actionBar .sortBy {
	width: 20%;
}
.WLDetails label {
	margin: 0 0 0 0.5em;
}
.WLDetails ul {
	font-size: 10px;
}
.WLDetails li {
	margin: 0.5em 0;
}
.WLDetails .actions {
	position: absolute;
	top: 0;
	right: 0;
}
.WLDetails .actions li {
	float: left;
	margin: 0;
}
.WLDetails .actions .ui-state-disabled {
	cursor: pointer !important;
}

#userSettings, #userWishlist, #userRewards {
	float: left;
	width: 300px;
	margin: 4px;
	font-size: 11px;
}
#userSettings li {
	margin: 0.5em 0;
	overflow: hidden;
}
.ajaxResult {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9999;
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
}
.ajaxResult ul {
	display: inline-block;
	text-align: left;
}
.ajaxResult li {
	display: list-item;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.ajaxResult span.ui-icon {
	background-image:url(https://res.cloudinary.com/csicdn/image/upload/v1/Images/css/images/ui-icons_ffffff_256x240.png);
	color: white;
	display: inline-block;
	vertical-align: top;
	margin: 0 0.5em 0 0;
}
.ajaxResult .ui-state-highlight, .ajaxResult .ui-state-error {
	background: #1A9A1A;
	border: 1px solid #008000;
	padding: 0.5em 2.5em;
	color: #ffffff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 2px 5px #999;
	position: relative;
}
.ajaxResult .ui-state-error {
	background: #CC0000;
	border: 1px solid #B30000;
}
.ajaxResult .ui-state-highlight a, .ajaxResult .ui-state-error a {
	color: blue;
}
.ajaxResult .closeFly {
	position: absolute;
	left: 5px;
}
#wlOptions {
	text-align: center;
	margin-bottom: 10px;
}

/*//////////////////////////////////////////////////////////////

							USER_MAIN.PHP

//////////////////////////////////////////////////////////////*/
#wishlistSummary {
	margin: 0.5em 0;
}
#wishlistSummary h3 {
	text-decoration: underline;
	margin: 0 0 0.5em;
	display: block;
}
#wishlistSummary table {
	width: 100%;
	text-align: left;
}
#wishlistSummary th {
	font-weight: bold;
	width: 60%;
}
#wishlistSummary td {
	width: 40%;
}

#rStock {
	margin: 1em 0;
}
#rStock li {
	float: left;
	text-align: center;
}
#rStock a {
	display: block;
	width: 100px;
}
#rStock li p {
	line-height: 19px;
}
#rStock li input {
	vertical-align: text-bottom;
}
#userRewards p {
}
#ur {
	margin: 0.5em 0 0;
	border: 1px solid #ddd;
	border-radius: 5px;
}
#urHeader {
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #ECECEC;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #EBEBEB;
}
#urLevel, #urNeed {
	width: 75px;
	float: left;
	text-align: center;
	border-right: 1px solid #EBEBEB;
	padding: 0 10px;
	margin: 10px 0;
}
#urNeed {
	width: 182px;
	border: none;
	text-align: left;
}
#urProgress {
	height: 16px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 6px 0;
	position: relative;
	background: #fff;
}
#progress {
	background: #7EE2ED;
	width: 82%;
	height: 16px;
	border-radius: 5px;
}
#percentage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	text-align: center;
	color: #000 !important;
	z-index: 2;
}
#shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	border-radius: 5px;
	box-shadow: 2px 2px 10px -3px #999 inset;
	z-index: 1;
}
#urHeader li h3 {
	text-transform: uppercase;
	font-size: 9px;
	color: #555;
	font-weight: bold;
}
#urHeader li .focus {
	text-transform: lowercase;
	font-size: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #900;
}
#urContent {
	padding: 0 10px;
	color: #222;
}
#urContent li {
	border-bottom: 1px solid #ddd;
	margin: 1em 0;
}
#urContent h4 {
	text-transform: uppercase;
}
#urContent p {
	font-size: 20px;
	margin-top: -5px;
}
#urContent .caption {
	font-size: 9px;
	margin-bottom: 0.5em;
}
#urContent .nextLevel {
	font-size: 9px;
	margin-bottom: 1em;
	color: #0A829A;
}
#urContent #second {
	border-bottom: none;
}
#urContent #second .caption {
	margin-bottom: 0;
}
#rewardsModal {
	display: none;
	position: fixed;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9000;
}
#rmBG {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 0.8;
}

#rewardsTable {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -350px;
	z-index: 9001;
	border: 1px solid #999;
}
#rewardsTable th, #rewardsTable td {
	padding: 4px;
}
#rewardsTable .separator {
	color: #ccc;
}
#userRewards .hint { display: inline-block; vertical-align: text-bottom; }
#userRewards .ui-state-highlight { border: none; }
#userRewards .ui-icon { display: inline-block; cursor: help; }
#userRewards .hintBox {
	display: none;
	background-color: #fff;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
	border: 2px solid #999;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 0 1em;
	font-size: 11px;
}
#userRewards .hintBox ol {
	list-style: decimal;
	margin-left: 2em;
}
#userRewards .hintBox em {
	font-style: italic;
}
#userRewards .hintBox p {
	margin: 1em 0;
}
.LCol, .RCol {
	width: 48%;
	float: left;
}
.RCol {
	float: right;
}
#orderHistory h3 {
	display: block;
	text-transform: uppercase;
	color: #222;
	font-size: 11px;
	clear: both;
}
#orderHistory .orderDate {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 0.5em;
}
#orderHistory ul {
	margin: 1em 0;
}
#orderHistory li {
	display: block;
	clear: both;
	margin: 1em 0 0;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 1em;
}
#orderHistory h3 span {
	text-transform: none;
}
#orderHistory h3 .ui-icon {
	display: inline-block;
	vertical-align: text-bottom;
}
#orderHistory .ui-state-highlight {
	border: none;
}
#orderHistory hr {
	margin: 0.5em 0;
}
#orderHistory .userButton {
	margin: 0 0 0.5em;
}
#orderHistory .LCol {
	width: 43%;
}
#orderHistory .RCol {
	width: 52%;
}
.customerNotes {
	color: #999 !important;
}

/********** Michaels Neat Table Styles **********/

/*********** Full table cell padding ************/
.padCells thead tr th, .padCells tbody tr td, .padCells tfoot tr td {
	padding: 1px .5em;
}

/*********** Row highlight on hover ************/
table.hoverHighlight > tbody > tr:hover {
	background-color: yellow;
}

/*************** Striped Table ******************/
.striped > tbody > tr:nth-child(odd) {
	background-color: #E7EDF7;
}
.striped > thead > tr > th, .striped > tbody > tr > td, .striped > tfoot > tr > th {
	padding-right: 1em;
}

/********* End of neat table styles *************/

.userTable, .userTable.tablesorter {
	width: 100%;
	font-size: 11px;
	margin: 1em 0;
	border: 1px solid #EBEBEB;
}
.userTable thead tr, .userTable tfoot tr, .userTable.tablesorter thead tr, .userTable.tablesorter tfoot tr {
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #ECECEC;
	border-bottom: 1px solid #EBEBEB;
}
.userTable thead th, #opSummary .tablesorter thead th, .userTable.tablesorter thead th {
	font-weight: bold;
	padding: 0.5em;
	font-size: inherit;
	background-color: transparent;
	border: none;
}
.userTable.tablesorter thead th {
	padding-right: 20px !important;
}
.userTable tbody tr, .userTable.tablesorter tbody tr {
	border-bottom: 1px dotted #ccc;
}
.userTable tbody td, .userTable tfoot td, #opSummary .tablesorter tbody td, #opSummary .tablesorter tfoot td, .userTable.tablesorter tbody td, .userTable.tablesorter tfoot td {
	padding: 0.5em;
}
#opSummary .tablesorter thead tr .headerSortDown, #opSummary .tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
.userTable caption, .userTable.tablesorter caption {
	text-align: left;
	padding: 0 0.5em;
	font-style: italic;
}
.userTable .equation {
	width: 1px;
	background: #ebebeb;
	top: 10%;
	bottom: 10%;
	right: 0;
	position: absolute;
}
.userTable .symbol {
	position: absolute;
	top: 50%;
	left: 50%;
	/*background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);*/
	background-color: #0A829A;
	border-radius: 15px;
	height: 16px;
	width: 16px;
	margin: -8px 0 0 -9px;
	text-align: center;
	line-height: 14px;
	font-weight: bold;
	border: 1px solid #ebebeb;
	color: #FFF;
	/*text-shadow: 0 0 3px #0A829A;*/
}
#buyHistory .userTable .buyNum {
	width: 15%;
}
#buyHistory .userTable .submitted {
	width: 20%;
}
#buyHistory .userTable .total {
	width: 20%;
	text-align: right;
	padding-right: 1em;
}
#buyHistory .userTable .status {
	border-left: 1px solid #ebebeb;
	padding-left: 1em;
}
#buyHistory .userTable td.status {
	padding: 0;
}
#buyHistory .userTable td.status a {
	display: block;
	padding: 0.5em 0.5em 0.5em 1em;
}
#buyHistory ul {
	list-style: disc;
	padding-left: 2em;
	margin: 1em 0;
}
#buyHistory p {
	margin: 1em 0;
}
#buyHistory em {
	font-style: italic;
}
#fullOrderHistory .userTable .order {
	width: 15%;
}
#fullOrderHistory .userTable .date {
	width: 15%;
}
#fullOrderHistory .userTable .shipping {
	width: 25%;
}
#fullOrderHistory .userTable .total {
	width: 15%;
	text-align: right;
	padding-right: 1em;
}
#fullOrderHistory .userTable .status {
	width: 30%;
	padding-left: 1em;
	border-left: 1px solid #ebebeb;
}
#fullOrderHistory .userTable tbody .order, #fullOrderHistory .userTable tbody .date, #fullOrderHistory .userTable tbody .shipping, #fullOrderHistory .userTable tbody .total, #fullOrderHistory .userTable tbody .status {
	vertical-align: top;
}
#mainContent h2 {
	display: block;
	border-bottom: 1px solid #ebebeb;
}
.wishlistLowStock {
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
	width: 300px;
	position: relative;
	border-top: 1px solid #ebebeb;
}
#wlsWrap {
	margin: 0 auto;
	overflow: hidden;
	width: 252px;
	position: relative;
}
#wlsContainer {
	position: relative;
	left: 0;
	top: 0;
}
#wlsContainer li {
	float: left;
	width: 248px;
	margin: 5px;
	display: block;
}
#wlsContainer li img {
	display: block;
	float: left;
}
#wlsContainer li .info {
	float: left;
	margin-left: 0.5em;
	height: 100px;
	width: 140px;
}
#wlsContainer li h3 {
	display: block;
	margin-top: 1em;
	font-size: 12px;
}
#wlsContainer li .qtyLeft {
	font-size: 9px;
}
#wlsContainer .cartAdd {
	margin-top: 0.5em;
}
#wlsContainer-controls {
	overflow: hidden;
	width: 300px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
#wlsContainer-prev {
	float: left;
}
#wlsContainer-next {
	float: right;
}

#passwordChangeModal {
	display: none;
	position: fixed;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
#pwcBG {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 0.8;
	z-index: 9000;
}

#pwcForm {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -125px;
	z-index: 9001;
	border: 1px solid #999;
}
#pwcForm form {
	width: 350px;
	background: #fff;
	overflow: hidden;
	padding: 1em 1em 0;
}
#pwcForm p {
	margin: 1em 0;
}
#pwcForm label {
	width: 150px;
	text-align: right;
	margin: 0 10px 0 0;
	display: block;
	float: left;
}
#pwcForm h3 {
	margin-bottom: 1em;
	display: block;
	text-align: center;
}
#pwcForm .yellowButton {
	display: none;
	margin-left: 160px;
}
#errorMessages {
	display: none;
	padding: 0.2em 0.5em;
	margin: 1em 0;
}
#errorMessages .error {
	color: #F00;
	font-size: 10px;
	width: auto;
	float: none;
	text-align: left;
}
#pwcSubmit {
	margin-left: 160px;
}

/*//////////////////////////////////////////////////////////////

							USER_LOGIN.PHP

//////////////////////////////////////////////////////////////*/


#userLogin form { margin: 0; padding: 0; }

.createAccount h2 {
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #ECECEC;
	border: 1px solid #EBEBEB;
	border-radius: 5px 5px 0 0;
	padding: 0 0.3em;
}
.createAccount form {
	border-radius: 5px;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	overflow: hidden;
	padding: 0 1em 1em;
}
#userLogin p label {
	display: block;
	font-weight: bold;
	font-size: 11px;
}
#userLogin label.error {
	font-weight: normal;
	font-style: italic;
	margin: 0 0 0 1em;
}
#userLogin .notes {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 0;
}

/*//////////////////////////////////////////////////////////////

						MAIN_REWARDSINFO.PHP

//////////////////////////////////////////////////////////////*/
.rewardsInfo p {
	margin: 1em 0;
}
.rewardsInfo h3, .rewardsInfo h2, .rewardsInfo h1 {
	display: block;
}
.rewardsInfo li {
	border-bottom: 1px dotted #ddd;
	margin: 1em 0;
}
#plainRewardsTable {
	margin: 1em 0;
}
#plainRewardsTable table {
	width: 100%;
}
#plainRewardsTable thead tr {
	background: #137FA3;
}
#plainRewardsTable thead td,
#plainRewardsTable thead th {
	color: #fff;
	font-weight: bold;
}
#plainRewardsTable thead th {
	text-align: left;
}
#plainRewardsTable .alt {
	background: #EEF;
}
#plainRewardsTable th, #plainRewardsTable td {
	padding: 1em;
}
#plainRewardsTable .hint { display: inline-block; vertical-align: text-bottom; }
#plainRewardsTable .ui-state-highlight { border: none; }
#plainRewardsTable .ui-icon { display: inline-block; cursor: help; }
#plainRewardsTable .hintBox {
	display: none;
	background-color: #fff;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
	border: 2px solid #999;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 0 1em;
	font-size: 11px;
}
#plainRewardsTable .hintBox ol {
	list-style: decimal;
	margin-left: 2em;
}
#plainRewardsTable .hintBox em {
	font-style: italic;
}
#plainRewardsTable .hintBox p {
	margin: 1em 0;
}

/*//////////////////////////////////////////////////////////////

						FOOTER POLICY PAGES

//////////////////////////////////////////////////////////////*/
.policyInfo p, div.paragraph {
	margin: 1em 0;
}
.policyInfo hr {
	margin: 3em 0 1em;
}
.policyInfo h1 {
	display: block;
}
.policyInfo ul {
	margin: 1em 0 1em 2em;
	list-style: disc outside none;
}
.policyInfo li {
	margin: 0.5em 0;
}
.policyInfo ol {
	margin: 0 0 0 2em;
	list-style: decimal;
}
.mainContact ul, #services {
	margin: 0;
	list-style: none;
}
#mainContent em {
	font-style: italic;
}
ol#faqs {
	margin: 1em 0 1em 2em;
	list-style: decimal;
}
ol#faqs li {
	border-bottom: 1px dotted #ebebeb;
	margin: 1em 0;
}
.mainContact ol#faqs {
	margin: 3em 0 3em 2em;
}
.triCol {
	margin: 1em 0;
	overflow: hidden;
}
.triCol .Col {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.triCol .omega {
	margin: 0;
}
#services li {
	margin: 1em 0;
	position: relative;
}
#services .sWrap {
	padding: 0 0 0 50px;
}
#services .sWrap h3 {
	line-height: 40px;
	display: block;
}
#services .sWrap p, #services .sWrap div.paragraph {
	margin-top: 0;
}
#services li .serviceIcon {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.sInventory {
	background: url('https://res.cloudinary.com/csicdn/image/upload/v1/Images/aboutIconSprite.png') no-repeat 0 0;
}
.sPrivacy {
	background: url('https://res.cloudinary.com/csicdn/image/upload/v1/Images/aboutIconSprite.png') no-repeat -40px 0;
}
.sPayment {
	background: url('https://res.cloudinary.com/csicdn/image/upload/v1/Images/aboutIconSprite.png') no-repeat -80px 0;
}
.sPrice {
	background: url('https://res.cloudinary.com/csicdn/image/upload/v1/Images/aboutIconSprite.png') no-repeat -120px 0;
}
.sShip {
	background: url('https://res.cloudinary.com/csicdn/image/upload/v1/Images/aboutIconSprite.png') no-repeat -160px 0;
}
.sGrading {
	background: url('https://res.cloudinary.com/csicdn/image/upload/v1/Images/aboutIconSprite.png') no-repeat -200px 0;
}


div.mainContact h1 {
	display: block;
	margin: 0 0 1em;
	border-bottom: 1px solid #ebebeb;
}
div.mainContact ol {
	list-style: decimal;
	margin: 1em 0 1em 2em;
}
div.mainContact li {
	margin: 0.5em 0;
}
#otherArticles {
	float: right;
	width: 35%;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	background: #fff;
}
#otherArticles h3 {
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #ebebeb;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #ECECEC;
	padding: 0.2em 0.5em;
	display: block;
	font-weight: bold;
}
#otherArticles div {
	padding: 0 1em 1em;
}
div.mainContact p label {
	font-weight: bold;
	display: block;
}
div.mainContact li label {
	padding: 0.5em;
	text-align: center;
	display: block;
}
div.mainContact form li .ui-icon {
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: text-bottom;
}
div.mainContact .userButton {
	display: none;
}
#countryList {
	list-style: none;
	margin-left: 0;
	column-count: 4;
	column-gap: 1em;
	-webkit-column-count: 4;
	-webkit-column-gap: 1em;
	-moz-column-count: 4;
	-moz-column-gap: 1em;
}



/*//////////////////////////////////////////////////////////////

						USER_PASSWORDRESET.PHP

//////////////////////////////////////////////////////////////*/
#pwReset p {
	margin: 1em 0;
}
#pwReset label {
	display: block;
	font-weight: bold;
	font-size: 11px;
}
#pwReset h1 {
	display: block;
	border-bottom: 1px solid #ebebeb;
}
#pwReset .ui-state-error {
	padding: 0.5em 1em;
}


/*//////////////////////////////////////////////////////////////

						/P/[PID]

//////////////////////////////////////////////////////////////*/
#productWrapper {
	width: 100%;
	margin: 1em 0;
}
#product {
	float: left;
	width: 80%;
	text-align: left;
}
#product .LCol {
	width: 300px;
}
#product .RCol {
	width: 425px;
}
#product p {
	margin: 1em 0;
}
#product h1 {
	display: block;
}
.vAOS {
	width: 20%;
	float: right;
}
#product .RCol form {
	overflow: hidden;
	background: #E0F3FC;
	padding: 0 1em;
	border-radius: 8px;
}
#product .RCol form label {
	display: block;
	font-weight: bold;
}
#product .RCol form label .notes {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}



/*//////////////////////////////////////////////////////////////

						main_checkoutThanks.php

//////////////////////////////////////////////////////////////*/
.cThanks p, .cThanks hr {
	margin: 1em 0;
	overflow: hidden;
}
.cThanks h1, .cThanks h2, .cThanks h3, .cThanks h4 {
	display: block;
}
.cThanks h3 {
	font-size: 14px;
	font-style: italic;
}
.cThanks .LCol h3, .cThanks .RCol h3 {
	margin: 1em 0 0.5em;
}
form#newsletter .notes {
	font-style: italic;
	font-size: 11px;
}
form#newsletter li {
	display: block;
	margin: 0.5em 0;
}
form#newsletter li label {
	padding-left: 0.5em;
}
.cThanks #feedback, .cThanks #involve {
	margin: 3em 0 0;
	clear: both;
}
#feedback .LCol label {
	display: block;
}
#newsletter ul ul {
	column-count: 2;
	column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-count: 2;
	-moz-column-gap: 1em;
}




/*//////////////////////////////////////////////////////////////

						reusable modal css

//////////////////////////////////////////////////////////////*/
#mainContent .modal {
	display: none;
	position: fixed;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9000;
}
#mainContent .modalBG {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 0.95;
	z-index: 9000;
}
#mainContent .modalContent {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9001;
	border: 1px solid #999;
	box-shadow: inset 0 0 5px #999;
}
.moreInfo {
	cursor: help;
}

#aCost .modalContent {
	width: 500px;
	height: 300px;
	padding: 15px;
	overflow-y: scroll;
	margin: -165px 0 0 -265px;
}
#aCost table {
	width: 100%;
	margin: 1em 0;
}
#aCost p {
	margin: 1em 0;
	display: block;
}
#aCost th {
	text-align: left;
	font-weight: bold;
}
#aCost .symbol {
	width: 5%;
}
#aCost .cost {
	width: 30%;
}
#aCost .arrow {
	width: 10%;
}
#aCost .searchtext {
}





/*//////////////////////////////////////////////////////////////

						reusable button bar

//////////////////////////////////////////////////////////////*/
.buttonBar {
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #0E809B;
	border: 1px solid #006782;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
	margin: 0 0 1em;
}
.buttonBar li {
	float: left;
}
.buttonBar li a {
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #0E809B;
	color: #FFF !important;
	text-shadow: 0 0 2px #006782;
	text-decoration: none;
	display: block;
	padding: 1em;
	border-left: 1px solid #006782;
}
.buttonBar .alpha a {
	border: none;
	border-radius: 5px 0 0 5px;
}
.buttonBar .omega a {
	border-radius: 0 5px 5px 0;
}
.buttonBar li a:hover {
	background-color: #006782;
}
.buttonBar li a:active, .buttonBar #selectedBtn a, .buttonBar .selectedBtn a {
	box-shadow: inset 0 0 3px #999;
	background: linear-gradient(to top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: #0E809B;
}





/*//////////////////////////////////////////////////////////////

							Shopping Cart

//////////////////////////////////////////////////////////////*/
.myCart {
	margin: 1em 0;
}
.myCart table {
	width: 100%;
}
.myCart h3 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.myCart h3 a {
	font-weight: bold;
}
.myCart h4 {
	display: block;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}
.myCart .description .ui-state-highlight {
	border: none;
	background: transparent;
}
.myCart thead {
}
.myCart tfoot {
}
.myCart tbody {
}
.myCart tbody tr {
	border-bottom: 1px dotted #999;
}
.myCart tbody td {
	padding: 0.5em;
}
.myCart .picture {
	width: 80px;
}
.myCart .description .gcInfo {
	margin: 1em;
	padding: 0.3em 0.5em;
	border-left: 5px solid #ebebeb;
}
.myCart .description .gcInfo p {
	margin: 0;
}
.myCart .description .gcInfo strong {
	margin-right: 0.5em;
	width: 70px;
	display: inline-block;
}
.myCart .description .price {
	margin-top: 0.5em;
}
.myCart .description .pNotes {
	font-size: 10px;
	font-style: italic;
	border-left: 5px solid #ebebeb;
	margin: 0.5em 0.5em 0.5em 1em;
	padding-left: 0.5em;
}
.myCart .quantity {
	width: 100px;
}
.myCart .quantity input {
	text-align: center;
}
.myCart .subtotal {
	width: 100px;
}
.myCart .total {
	width: 40%;
	float: right;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #ECECEC;
	border-radius: 5px;
	border: 1px solid #ebebeb;
	padding: 1em;
}
.myCart .total .LCol {
	width: 65%;
}
.myCart .total .RCol {
	width: 25%;
}
.myCart .total hr {
	margin: 0.5em 0;
}
.myCart .total table {
	font-size: 16px;
	height: 37px;
}
.myCart .total tr {
	border: none;
}
.myCart .total td {
	padding: 0;
}
.myCart .promoCode {
	font-size: 12px;
}
#userCart {
	margin-bottom: 5em;
}
#userCart .tableContent thead {
	border-bottom: 1px dotted #999;
}
#userCart .tableContent thead th {
	font-weight: bold;
}
.myCart .tableAction {
	padding: 0.5em 0;
	overflow: hidden;
}
.myCart .tableAction p {
	margin: 0.5em 0;
}
.myCart .tableAction ul {
	margin: 0.5em 0;
	overflow: hidden;
	padding: 1em 0;
}
.myCart .tableAction li {
	float: left;
	margin-right: 1em;
}
.alerts {
	margin: 1em 0;
}
.alerts li {
	padding: 0.15em 1em;
	margin: 0.5em 0;
}
.alerts .ui-icon {
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: text-bottom;
}
.strike {
	text-decoration: line-through;
	color: grey;
}




/*//////////////////////////////////////////////////////////////

							Search Results

//////////////////////////////////////////////////////////////*/
.mySearch {
	width: 100%;
	margin: 1em 0;
}
.mySearch caption {
	text-align: left;
	font-style: italic;
}
.mySearch caption span {
	font-weight: bold;
	color: #CC6600;
	font-style: normal;
}
.mySearch tbody tr {
	border-bottom: 1px dotted #999;
}
.mySearch tbody td {
	padding: 0.5em;
}
.mySearch .picture {
	width: 80px;
}
.mySearch .picture img {
	max-width: 80px;
	max-height: 80px;
	display: block;
	margin: 0 auto;
	/*cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;*/
}
.mySearch .description h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	display: block;
}
.mySearch .description h3 a {
	text-decoration: none;
	font-weight: bold;
}
.mySearch .description p {
	margin: 0.5em 0;
}
.mySearch .description h4 {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	display: block;
	font-size: 11px;
	line-height: 14px;
}
.mySearch .description .pNotes {
	font-size: 10px;
	font-style: italic;
	border-left: 5px solid #ebebeb;
	margin: 0.5em 0.5em 0.5em 1em;
	padding-left: 0.5em;
}
.mySearch .description .pAction a {
	font-size: 11px;
	padding: 0.2em 0.5em;
}
.adminLinks {
	display: inline-block;
	padding: 0.5em 0 0.5em 1em;
	margin: 0.5em 0;
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	box-shadow: 3px 3px 3px #999;
	clear: left;
}
.adminLinks .ui-icon {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 0.3em;
}
.adminLinks li {
	float: left;
	margin-right: 0.5em;
	padding-right: 1em;
	border-right: 1px solid #ebebeb;
}
.mySearch .products {
	width: 35%;
}
.mySearch tbody table tr {
	border-bottom: none;
}
.mySearch .userTable {
	border: none;
}
.mySearch a.addToBuyCart {
	margin-left: 1em;
}
.mySearch .userTable thead tr, .mySearch .userTable tfoot tr {
	border: none;
	background: none;
}
.mySearch .userTable tbody tr {
	border-top: 1px dotted #ccc;
}
.mySearch .userTable tbody tr:first-child {
	border: none;
}
.mySearch .userTable .pQuantity {
	width: 15%;
}
.mySearch .userTable .pCondition {
	word-break: keep-all;
}
.mySearch .userTable .pPrice {
	width: 20%;
}
.mySearch .userTable .pCTA {
	width: 30%;
}
.mySearch thead tr, .mySearch tfoot tr {
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background-color: #ECECEC;
	border: 1px solid #EBEBEB;
}
.mySearch thead .results, .mySearch tfoot .results {
	width: 60%;
	text-align: right;
}
.mySearch thead .filter, .mySearch tfoot .filter {
	width: 20%;
}
.mySearch .searchMenu {
	display: inline-block;
}
.mySearch .searchMenu li.first {
	margin: 0;
}
.mySearch #prev, .mySearch #prevLink {
	margin-right: 1em;
}
.mySearch #next, .mySearch #nextLink {
	margin-left: 1em;
}



/*//////////////////////////////////////////////////////////////

							/page/1138

//////////////////////////////////////////////////////////////*/
#groups {
	margin: 3em 0 0;
}
#groups .group {
	margin: 0 0 0.25em;
	padding: 0 0 0.25em;
	border-bottom: 1px dotted #999;
}
.group li img {
	width: 100px;
	display: block;
	margin: 0 auto;
}
.group .pInfo {
	margin: 0.5em 0 0;
}
.group .pInfo table {
	width: 100px;
	margin: 0.3em auto 0;
}
.group h2 {
	float: left;
	background-color: #0A829A;
	color: #fff;
	border-radius: 60px;
	text-align: center;
	text-transform: lowercase;
	font-variant: small-caps;
	/*margin: 43px 0;*/
	margin: 20px 0;
	width: 60px;
	height: 60px;
	line-height: 32px;
	border: none !important;
}
.group h2 .day {
	display: block;
	font-size: 24px;
	font-weight: normal;
	margin-top: -12px;
}
.group h3 {
	font-size: 12px;
	display: block;
}
#groups .group ul {
	width: 830px;
	margin-left: 80px;
	padding: 0 0 0.5em 20px;
	padding-left: 20px;
	border-left: 1px solid #ebebeb;
	overflow: hidden;
}
.group ul.viewMain {
	/*width: 755px;*/
	overflow: hidden;
	margin-bottom: -15px;
	padding: 0 0 0.5em;
	display: inline-block;
}
.group li {
	display: block;
	text-align: center;
	float: left;
	position: relative;
	font-size: 9px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	/*border: 5px solid #ebebeb;
	box-shadow: 0 3px 5px #bbb;*/
}
#groups .group li {
	width: 155px;
	height: 110px;
	margin: 10px 5px;
}
.group ul.viewMain li {
	width: 141px;
	height: 110px;
	margin: 0 5px 10px;
}
/* Jerry wanted this removed, but I still think its cool
#groups .group li:after, .group ul.viewMain li:after {
	content: "";
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.8);
	bottom: 0;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 50%;
	border-radius: 100%;
}
*/
.group li a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 5px;
}
.group .captionWrapper {
	position: absolute;
	width: 96%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: rgba(225,225,225,0.9);
	top: 88px;
	left: 1%;
	/*box-shadow: inset 0 0 10px rgba(0,0,0,0.2);*/
	border-radius: 10px 10px 0 0;
	margin: 0 auto;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.group .caption {
	display: block;
	padding: 0.3em 1em 1em;
	color: #000;
	font-style: italic;
	font-size: 9px;
}
.group .caption p {
	/*padding: 0.5em 0;
	border-top: 10px solid rgba(255,255,255,0.4);*/
	padding: 0 0 0.5em;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	margin-bottom: 1em;
	font-style: normal;
	font-size: 11px;
	overflow: hidden;
}
.group .tag {
	position: absolute;
	right: -3px;
	bottom: -18px;
	padding: 0.3rem 0.5rem;
	color: #fff;
	box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
	border-radius: 15px 0 15px 5px;
	/*background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);*/
	font-weight: bold;
	text-transform: uppercase;
}
.group .tag span {
	position: absolute;
	top: -8px;
	right: -1px;
	width: 0;
	height: 0;
	/*border-top: 7px solid transparent;*/
}

/*PRIMARY COLORS*/
/*RED*/
.group .hotItem, .group .onsale {
	background-color: #990000;
	/*border: 1px solid #990000;*/
}
.group .hotItem span, .group .onsale span {
	border-left: 7px solid #660000;
}

/*BLUE; FROM "STUFF" IN LOGO*/
.group .restock {
	background-color: #0A829A;
	/*border: 1px solid #0A829A;*/
}
.group .restock span {
	border-left: 7px solid #004F67;
}

/*YELLOW -- DO NOT USE!*/



/*SECONDARY COLORS*/
/*ORANGE*/
.group .video, .group .spotlight {
	background-color: #FF8500;
	/*border: 1px solid #FF8500;*/
}
.group .video span, .group .spotlight span {
	border-left: 7px solid #CC5200;
}

/*PURPLE*/
.group .reprint {
	background-color: #6645D2;
	/*border: 1px solid #6645D2;*/
}
.group .reprint span {
	border-left: 7px solid #33129F;
}

/*GREEN*/
.group .preorder {
	background-color: #008000;
	/*border: 1px solid #008000;*/
}
.group .preorder span {
	border-left: 7px solid #004D00;
}

/*VERY DARK BLUE; FROM "INC" IN LOGO*/
.group .exclusive {
	background-color: #012E41;
	/*border: 1px solid #012E41;*/
}
.group .exclusive span {
	border-left: 7px solid #00000E;
}

/*VERY DARK BLUE; FROM "INC" IN LOGO*/
.group .instore {
	background-color: #38ACB5;
	/*border: 1px solid #012E41;*/
}
.group .instore span {
	border-left: 7px solid #12383b;
}



/*main_contact.php*/
.contactNotes {
	font-size: 11px;
	font-style: italic;
	margin: 0.5em 0.5em 0.5em 1em !important;
	border-left: 5px solid #ebebeb;
	padding-left: 0.5em;
}

/*//////////////////////////////////////////////////////////////

							Star Ratings

//////////////////////////////////////////////////////////////*/
.rating-display {
	font: 14pt monospace;
	font-weight: bold;
	cursor: pointer;
}
.rating-clear {
	cursor: pointer;
}
.rating-summary {
	color: #0066c0;
	cursor: pointer;
	vertical-align: text-top;
}
.rating-summary-tooltip {
	background-color: white;
	border-radius: 10px;
	box-shadow: 5px 5px 10px 1px gray;
	display: none;
	position: absolute;
	width: 180px;
	z-index: 100;
}
.rating-summary-tooltip tbody tr:last-of-type td {
	padding-bottom: 0.5rem;
}
.rating-summary-tooltip tbody tr td {
	font-size: 10px;
	font-style: italic;
	color: gray;
	padding: 1px 5px;
	line-height: 15px;
}
.rating-summary-tooltip .stars {
	color: #FFA500;
	font-size: large;
	font-style: normal;
}
.rating-summary-tooltip td:nth-of-type(1) {
	text-align: center;
}
.rating-summary-tooltip td:nth-of-type(2) {
	padding-right: 1.5rem;
	text-align: right;
}

/* POPUP TOOLTIP */
.popupTip {
	width: 150px;
	text-align: center;
	position: absolute;
	background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #222;
	border: 1px solid #000;
	border-radius: 5px;
	color: #FFF;
	opacity: 0;
	padding: 7px;
	z-index: 9000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
.popupTip.inverted {
	background: linear-gradient(to top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #222;
}
.popupTip.side {
	background: linear-gradient(to right, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #222;
}
.popupTip.side.inverted {
	background: linear-gradient(to left, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #222;
}

.popupTip .tip {
	position: absolute;
	height: 0;
	width: 0;
	margin: 0 0 -11px -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #000;
	bottom: 0;
	left: 50%;
}
.popupTip.inverted .tip {
	top: 0;
	bottom: auto;
	border-top: none;
	border-bottom: 10px solid #000;
	margin: -11px 0 0 -10px;
}

.popupTip.side .tip {
	position: absolute;
	height: 0;
	width: 0;
	margin: -10px 0 0 -11px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #000;
	border-left: none;
	top: 50%;
	left: 0;
}
.popupTip.side.inverted .tip {
	right: 0;
	left: auto;
	border-right: none;
	border-left: 10px solid #000;
	margin: -10px -11px 0 0;
}

.popupTip .xClose {
	height: 12px;
	width: 12px;
	background: #C00;
	cursor: pointer;
	border-radius: 28px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 10px;
	padding: 0.2em;
	font-size: 12px;
	position: absolute;
	top: -10px;
	right: -10px;
	border: 2px solid #fff;
	box-shadow: 0 0 3px #999;
	z-index: 2;
}
.popupTip .xClose:hover {
	background: #F00;
}

.yellowTip {
	background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #f1da36;
	color: #000;
	border: 1px solid #f1da36;
	text-shadow: 0 0 2px #D8C11D;
}
.yellowTip.inverted {
	background: linear-gradient(to top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #f1da36;
}
.yellowTip.side {
	background: linear-gradient(to right, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #f1da36;
}
.yellowTip.side.inverted {
	background: linear-gradient(to left, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #f1da36;
}
.yellowTip .tip {
	border-top: 10px solid #f1da36;
}
.yellowTip.inverted .tip {
	border-bottom: 10px solid #f1da36;
}
.yellowTip.side .tip {
	border-right: 10px solid #f1da36;
}
.yellowTip.side.inverted .tip {
	border-left: 10px solid #f1da36;
	border-bottom: 10px solid transparent;
}

.redTip {
	background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #990000;
	color: #fff;
	border: 1px solid #990000;
	text-shadow: 0 0 2px #800000;
}
.redTip.inverted {
	background: linear-gradient(to top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #990000;
}
.redTip.side {
	background: linear-gradient(to left, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #990000;
}
.redTip.side.inverted {
	background: linear-gradient(to right, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #990000;
}
.redTip .tip {
	border-top: 10px solid #990000;
}
.redTip.inverted .tip {
	border-bottom: 10px solid #990000;
}
.redTip.side .tip {
	border-right: 10px solid #990000;
}
.redTip.side.inverted .tip {
	border-left: 10px solid #990000;
	border-bottom: 10px solid transparent;
}

.blueTip {
	background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #0E809B;
	color: #fff;
	border: 1px solid #0E809B;
	text-shadow: 0 0 2px #006782;
}
.blueTip.inverted {
	background: linear-gradient(to top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #0E809B;
}
.blueTip.side {
	background: linear-gradient(to right, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #0E809B;
}
.blueTip.side.inverted {
	background: linear-gradient(to left, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background-color: #0E809B;
}
.blueTip .tip {
	border-top: 10px solid #0E809B;
}
.blueTip.inverted .tip {
	border-bottom: 10px solid #0E809B;
}
.blueTip.side .tip {
	border-left: 10px solid #0E809B;
}
.blueTip.side.inverted .tip {
	border-left: 10px solid #0E809B;
	border-bottom: 10px solid transparent;
}

/* STORE CUSTOMER BUTTONS (GET CART) */
#store-customer-buttons { background-color: white; border-top: 1px solid black; height: 3em; width: 100%; position: fixed; left: 0px; bottom: 0px; z-index: 100; }
#store-customer-buttons > a { margin-top: 5px; margin-left: 20px; width: 10em; }

/*FOIL TAB FOR BUYLIST*/

/**/
.foil {
	background: url(/Images/foilTag3.jpg) 0 0 no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 40px;
	color: transparent;
}
/**/
.foilJerry {
	width: 80px;
	height: 80px;
	background: url(/Images/foil-graphic.png) 0 0 no-repeat;
}
.productType {
	font-size: 10px;
}

/*Reward Level Styles*/
.vipthresh {
	display: inline-block !important;
	line-height: 20px;
	/*background: transparent 50% 50% url(../../images/mini-meeple.png?v2) no-repeat;*/
	position: relative;
	color: rgba(255,255,255,1);
	padding: 0 0.5em;
	text-transform: uppercase;
	font-size: 10px;
	font-family: serif;
	cursor: help;
	text-align: center;
}
.bigvip {
	width: 105px;
	border-radius: 2px;
	border: 1px solid black;
	background-color: rgba(30,30,30,1);
}
.bigview {
	width: 105px;
	border-radius: 2px;
	border: 1px solid black;
	background-color: rgba(30,30,30,1);
	font-size: 12px;
}
.pCTA .bigvip {
	margin: 1em 0;
}
.WLDetails .bigvip {
	margin: 0 0 1em;
}
.addButton .bigvip {
	margin: 1.5em 0 1.5em 1em;
}
.vipthresh .levelgap {
	display: inline-block;
	width: 40px;
}
.bigview .levelgap {
	width: 35px;
}
.vipthresh .levelicon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 30px;
	font-size: 18px;
	margin: -13px 0 0 -15px;
	width: 20px;
	padding: 0 5px;
	font-weight: bold;
	box-shadow: 0 0 0.3px rgba(0,0,0,0.3);
}
.bigvip .levelicon {
	background: linear-gradient(to bottom, rgba(150,150,150,1) 0%,rgba(80,80,80,1) 100%);
}
.bigvip .levelicon .LPerspective {
	position: absolute; border-top: 2px solid transparent; border-right: 2px solid #000; top: 0; left: -2px; width: 0; height: 0; z-index: 2;
}
.bigvip .levelicon .RPerspective {
	position: absolute; border-top: 2px solid transparent; border-left: 2px solid #000; top: 0; right: -2px; width: 0; height: 0; z-index: 2;
}
.bigvip .levelicon .RFlair {
	position: absolute; border-bottom: 5px solid transparent; border-left: 15px solid rgba(80,80,80,1); bottom: -5px; right: 0; width: 0; height: 0; z-index: 2;
}
.bigvip .levelicon .LFlair {
	position: absolute; border-bottom: 5px solid transparent; border-right: 15px solid rgba(80,80,80,1); bottom: -5px; left: 0; width: 0; height: 0; z-index: 2;
}

.bigview .levelicon {
	/*background: linear-gradient(to bottom, rgba(41,159,185,1) 0%,rgba(11,99,125,1) 100%);*/ /* Blue */
	background: linear-gradient(to bottom, rgba(51,179,51,1) 0%,rgba(0,103,0,1) 100%); /* Green */
	left: 20px;
}
.bigview .levelicon .LPerspective {
	position: absolute; border-top: 2px solid transparent; border-right: 2px solid rgba(0,103,0,1); top: 0; left: -2px; width: 0; height: 0; z-index: 2;
}
.bigview .levelicon .RPerspective {
	position: absolute; border-top: 2px solid transparent; border-left: 2px solid rgba(0,103,0,1); top: 0; right: -2px; width: 0; height: 0; z-index: 2;
}
.bigview .levelicon .RFlair {
	position: absolute; border-bottom: 5px solid transparent; border-left: 15px solid rgba(0,103,0,1); bottom: -5px; right: 0; width: 0; height: 0; z-index: 2;
}
.bigview .levelicon .LFlair {
	position: absolute; border-bottom: 5px solid transparent; border-right: 15px solid rgba(0,103,0,1); bottom: -5px; left: 0; width: 0; height: 0; z-index: 2;
}
.viphintBox {
	display: none;
	background-color: #fff;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
	border: 2px solid #999;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 0 1em;
	font-size: 11px;
	color: #000;
	font-family: Verdana, sans-serif;
	text-transform: none;
	text-align: left;
}
.viphintBox ol {
	list-style: decimal;
	margin-left: 2em;
}
.viphintBox em {
	font-style: italic;
}
.viphintBox p {
	margin: 1em 0;
}
.vipButt {
	border-radius: 5px;
	background: linear-gradient(to bottom, rgba(150,150,150,1) 0%,rgba(80,80,80,1) 100%);
	display: block;
	padding: 0 0.5em;
	border: 1px solid black;
	font-weight: bold;
	line-height: 16px;
}
.vipgo {
	display: inline-block;
	vertical-align: bottom;
	font-size: 13px;
	cursor: help;
	color: #fff;
	background-color: rgba(80,80,80,1);
	padding: 0 5px 0 15px;
	line-height: 17px;
	margin-left: -10px;
	margin-bottom: 1px;
	position: relative;
	margin-bottom: 6px;
}
.vipgo .tFlair {
	position: absolute; border-bottom: 8px solid transparent; border-left: 5px solid rgba(80,80,80,1); top: 0; right: -5px; width: 0; height: 0; z-index: 2;
}
.vipgo .bFlair {
	position: absolute; border-top: 8px solid transparent; border-left: 5px solid rgba(80,80,80,1); bottom: 0; right: -5px; width: 0; height: 0; z-index: 2;
}
#wlsContainer .cartAdd input, #mpWrap .prodPrice input, #mpWrap .prodPrice a, .viewButt, table.aosAddContainer .aosAdd {
	position: relative;
	z-index: 2;
	white-space: nowrap;
}
#wlsContainer .cartAdd .vipgo, .aos-v-wrapper table.aosAddContainer .vipgo {
	margin-bottom: 5px;
}

/* Article product PID display */
.article-pid {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	vertical-align: top;
	margin-bottom: 20px;
}
.article-pid p {
	position: relative;
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-color: rgba(225,225,225,0.9);
	border-radius: 10px 10px 0 0;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	width: 100px;
	overflow: hidden;
	transition: top 0.5s, height 0.5s;
	top: -20%;
	height: 20%;
}
.article-pid span {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	font-style: normal;
	font-size: 11px;
}
.article-pid:hover p {
	top: -50%;
	height: 50%;
}
.article-pid .tag {
	position: absolute;
	left: 40%;
	top: 97%;
	padding: 0.3em;
	font-size: 0.8em;
	text-align: center;
	color: #fff;
	box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
	border-radius: 15px 0 15px 5px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	font-weight: bold;
	width: 7em;
}
.article-pid .tag.preorder {
	background-color: #008000;
	border: 1px solid #008000;
}
.article-pid .tag.preorder span {
	position: absolute;
	border-left: 12px solid #004D00;
	border-top: 8px solid transparent;
	top: -8px;
	left: 60px;
	z-index: -100;
}

/** Article AOS Display **/
div.article-aos {
	margin: auto;
	text-align: center;
}
div.article-aos div.article-aos-product {
	display: inline-block;
	width: 145px;
	height: 160px;
}

/** Grid View layout and styles **/
#gridview {
	background-color: white;
	border-radius: 5px;
	padding: 3px;
	cursor: pointer;
	display: block;
	text-align: right;
	margin-bottom: -30px;
}
#gridview span {
	display: inline-block;
	margin: 1px;
	color: #0E7F9D;
	padding: 2px;
	border-radius: 5px;
}
#gridview span.gridview-on {
	color: white;
	background-color: #0E7F9D;
}

.mySearch tr.gridview {
	display: inline-block;
	vertical-align: top;
	width: 183px;
	border: none;
	padding-bottom: 25px;
}
.mySearch tr.gridview .picture {
	display: inline-block;
	margin: auto;
	width: 90%;
}
.mySearch tr.gridview .picture img {
	cursor: pointer;
}
.mySearch tr.gridview .products {
	margin: 0px;
	padding-top: 0px;
	/*border-top: 1px dotted #ccc;*/
}
.mySearch tr.gridview .description {
	display: block;
}
.mySearch tr.gridview .description h3 {
	display: block;
	text-align: center;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mySearch tr.gridview .description .vipthresh {
	display: block !important;
	margin: -5px auto;
}
.mySearch tr.gridview .userTable {
	margin-top: -10px;
}
.mySearch tr.gridview .userTable .pPrice {
	white-space: pre;
	width: 85%;
}
.mySearch tr.gridview .userTable .pCTA {
	display: block;
	margin-left: -95%;
	margin-top: 5px;
}
.mySearch tr.gridview .userTable td[colspan="100%"] { /* product not available text */
	text-align: left;
}
.mySearch tr.gridview .picture .fa.fa-search-plus { /* magnifying glass icon */
	position: relative;
	top: -75px;
	left: 140px;
	color: #0078E0;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.mySearch tr.gridview .description h4,
.mySearch tr.gridview .description .pNotes,
.mySearch tr.gridview .products [name^="atc"], /* input qty */
.mySearch tr.gridview .description span[itemprop="aggregateRating"],
.mySearch tr.gridview .products .pCondition,
.mySearch tr.gridview .products .pCondition .b1gxf,
.mySearch tr.gridview .products .pQuantity,
.mySearch tr.gridview .emailBackInStock,
.mySearch tr.gridview .userTable td.pCTA:empty, /* when no Add button */
.mySearch tr.gridview .description .pAction {
	display: none;
}
.sSec {
	margin-left: 1em;
}

/* warning css for non us shipping */
.information-warning {
	 position:relative;
	 vertical-align:middle; cursor:pointer;
}

#restriction{
	display:none; padding: 2px;
	position:absolute;
	border: 1px solid #DAA520;
	background: #fbf9ee url(https://res.cloudinary.com/csicdn/image/upload/v1/Images/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	width:220px; height:auto;
	font-size: 10px;
}

/* Custom Logos for Halloween, Thanksgiving, Christmas, etc. */
/*
.coolstuffinccom_logo {
	background-image: url("https://res.cloudinary.com/csicdn/image/upload/v1/Images/ghoulstufflogo2.png");
	background-position: 0px 0px;
}
*/


.league-gothic-font {
	font-family: "Open Sans Condensed", Helvetica, Roboto, Arial, sans-serif;
}

.sale-form-pid {
	font-size: 13px;
}

.dw-ui-loader {
	background-image: url('../../Images/dw-ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: right;
}/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Modified images from url("images to url("/CSS/images */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default;z-index:150 !important;}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0;z-index:103 !important;}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/CSS/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/CSS/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("/CSS/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("/CSS/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("/CSS/images/ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/CSS/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("/CSS/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/css/themes/default/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
/*    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0px;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(/css/themes/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/css/themes/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 60px;
	height: auto;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img:hover {
	border:1px solid gray;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a.active img {
	border: 1px solid gray;
}
/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(webfonts/fa-brands-400.eot);src:url(webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(webfonts/fa-brands-400.woff2) format("woff2"),url(webfonts/fa-brands-400.woff) format("woff"),url(webfonts/fa-brands-400.ttf) format("truetype"),url(webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(webfonts/fa-regular-400.eot);src:url(webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(webfonts/fa-regular-400.woff2) format("woff2"),url(webfonts/fa-regular-400.woff) format("woff"),url(webfonts/fa-regular-400.ttf) format("truetype"),url(webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(webfonts/fa-solid-900.eot);src:url(webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(webfonts/fa-solid-900.woff2) format("woff2"),url(webfonts/fa-solid-900.woff) format("woff"),url(webfonts/fa-solid-900.ttf) format("truetype"),url(webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}

/***********Our Custom Open Fonts Open Sans **/
/* open-sans-300 - latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url('webfonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */ src: local('Open Sans Light'), local('OpenSans-Light'), url('webfonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */url('webfonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('webfonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('webfonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('webfonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */ }
/* open-sans-300italic - latin */
@font-face { font-family: 'Open Sans'; font-style: italic;font-weight: 300;src: url('webfonts/open-sans-v15-latin-300italic.eot'); /* IE9 Compat Modes */src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),url('webfonts/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */url('webfonts/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */url('webfonts/open-sans-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */url('webfonts/open-sans-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */url('webfonts/open-sans-v15-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */ }
/* open-sans-regular - latin */
@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 400;src: url('webfonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */src: local('Open Sans Regular'), local('OpenSans-Regular'),url('webfonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */url('webfonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */url('webfonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */url('webfonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */url('webfonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */}
/* open-sans-italic - latin */
@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 400;src: url('webfonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */src: local('Open Sans Italic'), local('OpenSans-Italic'),url('webfonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */url('webfonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */url('webfonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */url('webfonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */url('webfonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */}
/* open-sans-600 - latin */
@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 600;src: url('webfonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),url('webfonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */url('webfonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */url('webfonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */url('webfonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */url('webfonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */}
/* open-sans-600italic - latin */
@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 600;src: url('webfonts/open-sans-v15-latin-600italic.eot'); /* IE9 Compat Modes */src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),url('webfonts/open-sans-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */url('webfonts/open-sans-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */url('webfonts/open-sans-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */url('webfonts/open-sans-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */url('webfonts/open-sans-v15-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */}
/* open-sans-700 - latin */
@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 700;src: url('webfonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */src: local('Open Sans Bold'), local('OpenSans-Bold'),url('webfonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */url('webfonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */url('webfonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */url('webfonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */url('webfonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */}
/* open-sans-700italic - latin */
@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 700;src: url('webfonts/open-sans-v15-latin-700italic.eot'); /* IE9 Compat Modes */src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),url('webfonts/open-sans-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */url('webfonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */url('webfonts/open-sans-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */url('webfonts/open-sans-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */url('webfonts/open-sans-v15-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */}
/* open-sans-800 - latin */
@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 800;src: url('webfonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),url('webfonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */url('webfonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */url('webfonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */url('webfonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */url('webfonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */}
/* open-sans-800italic - latin */
@font-face { font-family: 'Open Sans';font-style: italic;font-weight: 800;src: url('webfonts/open-sans-v15-latin-800italic.eot'); /* IE9 Compat Modes */src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),url('webfonts/open-sans-v15-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */url('webfonts/open-sans-v15-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */url('webfonts/open-sans-v15-latin-800italic.woff') format('woff'), /* Modern Browsers */url('webfonts/open-sans-v15-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */url('webfonts/open-sans-v15-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */}
/******/



/* open-sans-condensed-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/open-sans-condensed-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'),
       url('webfonts/open-sans-condensed-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/open-sans-condensed-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/open-sans-condensed-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('webfonts/open-sans-condensed-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/open-sans-condensed-v12-latin-700.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'Segoe UI Black';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/SegoeUI-Black.ttf'); /* IE9 Compat Modes */
  src: local('Segoe UI Black'), local('Segoe UI Black'),     
       url('webfonts/Segoe UI-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/Segoe UI-Black.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/Segoe UI-Black.woff') format('woff'), /* Modern Browsers */
       url('webfonts/Segoe UI-Black.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/Segoe UI-Black.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */


         
}

@font-face {
  font-family: 'Segoe UI Bold';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/SegoeUI-Bold.ttf'); /* IE9 Compat Modes */
  src: local('Segoe UI Bold'), local('Segoe UI Bold'), 
       url('webfonts/Segoe UI-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/Segoe UI-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/Segoe UI-Bold.woff') format('woff'), /* Modern Browsers */
       url('webfonts/Segoe UI-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/Segoe UI-Bold.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */      
}
@font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url('fonts/slick.eot'); src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg'); }
/********************************************/
/* Slider */
.slick-slider { margin: 0px auto 0px; position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
/** Lists **/
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
/** Track **/
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: 0; } /*margin-left: auto; margin-right: auto;*/
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
/** Slides **/
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;  outline: none;}
.slick-slide img{ display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
/** Init **/
.slick-initialized .slick-slide {display: block; }
/** Vertical **/
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
/** Arrow **/
.slick-arrow.slick-hidden { display: none; }
.slick-prev, 
.slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block;
							width: 36px; height: 60px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);
							cursor: pointer; color: white; border: none; outline: none; background-color: transparent;
							z-index: 10;
						}
						
.slick-slider:hover .slick-prev,  .slick-slider:hover .slick-next { color: transparent; outline: none; background-color: rgba(0, 0, 0, 0.3); }
.slick-slider:hover .slick-prev:before,  .slick-slider:hover .slick-next:before { color: white; opacity: .75;}

.slick-prev:focus, .slick-next:focus { background-color: transparent; }

.slick-prev:before, 
.slick-next:before { 	font-family: Font Awesome\ 5 Free; font-weight: 900; font-size: 30px;  line-height: 1; opacity: 0; color: transparent; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: 0px; }
.slick-prev:before{ content:"\f0d9"; }
.slick-next { right: 0px; }
.slick-next:before {content:"\f0da" }


/**Right To Left **/
[dir='rtl'] .slick-slide { float: right; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
[dir='rtl'] .slick-prev:before { content:"\f0d9"; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
[dir='rtl'] .slick-next:before { content:"\f0da" }


/** Dots **/ 
.slick-dotted.slick-slider { margin-bottom: 10px; } /*30*/
.slick-dots { position: absolute; bottom: -20px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-family: 'slick'; font-size: 10px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '\2022'; text-align: center; color: #CCCCCC; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: #999999; }
/** Loading **/
.slick-loading .slick-slide { visibility: hidden; }
.slick-loading .slick-track { visibility: hidden; }
.slick-loading .slick-list { background: #fff url('ajax-loader.gif') center center no-repeat; }


/** Pages **/
.slick-page, .slick-pages { position: absolute; top: 0; right: 0; margin-top: -28px; font-size: 0.9em; }
/**						
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background-color: rgba(0, 0, 0, 0.3); }
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
/**/
