﻿html, body 
{
	color: #041E42;
	font-family: 'open sans', sans-serif;
	font-size: 15px;
	min-width: 320px !important;
	margin: 0;padding: 0;
	height:100%;
	background-color: #fff;
}

/* LINK STYLES */
a, a.default{text-decoration: none; color: inherit;}
a:hover, a.default:hover{text-decoration: underline; color: inherit;}
	a.primary {
		color: #0134a1; text-decoration: underline;
	}
a.primary:hover{text-decoration: none;}
.form-control:focus {
/*	box-shadow: 0 0 0 0.25rem rgb(107 175 233 / 90%);
*/	box-shadow: 0 0 0 0.15rem #091f3f;
}
.remove-btn-style {
	border: none;
	background-color: transparent;
}

	.remove-btn-style:hover {
		text-decoration: underline;
	}
/* TEXT STYLES */
.txt-sm{font-size: .8em; line-height: 50%;}
.txt-sm2 {
	font-size: .8em;
}
.txt-md{font-size: .85em !important;}
.txt-lg{font-size: 1.1em;}
.txt-xl{font-size: 1.2em;}
.page-title h2 {
	text-transform: none;
	margin: 0;
	padding: 0;
}
.mobile-btn{
	background-color:white!important;
	color:black!important;
}
.mobile-text-center{text-align: left;}
.mainselected, .zetta-menu .selected{color: #f65275 !important;}
.btn-no-change {
}

.btn-no-change:focus-within {
	background-color: #fff !important;
}

.btn-no-change:focus-visible {
	background-color: #fff !important;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	white-space: nowrap !important;
	width: 1px !important;
}

	.visually-hidden:not(caption),
	.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
		position: absolute !important;
	}
  
/* HEADING STYLES */
h1,.h1 {font-size: 42px;font-weight: 600; font-family: 'Open Sans','Roboto', Sans-Serif;}
h2,.h2 {font-size: 30px;font-weight: 400;font-family: 'Open Sans','Roboto', Sans-Serif;}
h3,.h3 {font-size: 24px;font-weight: 400;font-family: 'Open Sans','Roboto', Sans-Serif;}
h4,.h4 {font-size: 18px;font-weight: 400;font-family: 'Open Sans','Roboto', Sans-Serif;}
h5,.h5 {font-size: 14px;font-weight: 400;font-family: 'Open Sans','Roboto', Sans-Serif;}
h6,.h6 {font-size: 12px;font-weight: 400;font-family: 'Open Sans','Roboto', Sans-Serif;}

.heading{font-weight: bold;}
/*h4.sectiontitle, .h4.sectiontitle{border-bottom: solid 2px #e3e3e3;padding-bottom: 4px;}*/

a.site-title:hover{text-decoration: none !important;}
.site-title span{color: #262626;}


/* MARGIN STYLES */
.margin-top-5{margin-top: 5px;}
.margin-top-10{margin-top: 10px;}
.margin-top-20{margin-top: 20px;}
.margin-top-30{margin-top: 30px;}
.margin-top-40{margin-top: 40px;}
.margin-top-50{margin-top: 50px;}
.margin-top-60{margin-top: 60px;}
.margin-bottom-5{margin-bottom: 5px;}
.margin-bottom-10{margin-bottom: 10px;}
.margin-bottom-20{margin-bottom: 20px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-bottom-40{margin-bottom: 40px;}
.margin-bottom-50{margin-bottom: 50px;}
.margin-bottom-60{margin-bottom: 60px;}

.padding-0 {
	padding: 0px;
}

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}


.min-content-height{min-height: 300px;}

.text-align-right{text-align: right;}
.text-align-xs-left{text-align: right;}

.alert-danger {
	border: solid 1px #B30F14;
	color: #B30F14;
	background-color: #fff !important;
}
.alert-info
{
	border: 1px solid #bbb8a7;
	background-color: #cccabd;
	color: #fff;
}
.alert-purple
{
	border: 1px solid #3a214f;
	background-color: #3a214f;
	color: #fff;
}


.alert-purple-panel-wrapper
{
	background-color: #fff;
	padding: 0;
}

.alert-purple-panel-header
{
	background-color: #3a214f;
	color: #fff;
	padding: 6px 12px;
	border: 1px solid #3a214f;
	border-radius: 3px 3px 0 0;
}

.alert-purple-panel-body
{
	background-color: #fff;
	padding: 12px 10px;
	border: 1px solid #3a214f;
	border-radius: 0 0 3px 3px;
}




.alert-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  
}

.incentive-tag
{
	font-size: 8pt;
	border: 1px solid #3a214f;
	background-color: #3a214f;
	color: #fff;
	border-radius: 3pt;
	padding: 0 6px;
	margin-bottom: 20px;
}

.incentive-tag-detail
{
	font-size: 9pt;
	border: 1px solid #3a214f;
	background-color: #3a214f;
	color: #fff;
	border-radius: 4pt;
	padding: 6px 12px;
	margin-bottom: 30px;
}

.credit-balance
{
	background-color: #fff;
	color: #3a214f;	
	padding: 2px 4px;
	font-weight: bold;
	border-radius: 3pt;
	margin-left: 10px;
}


.bold{font-weight: bold;}
.under{text-decoration: underline;}
.no-under, .no-under:hover{text-decoration: none;}
.line-through{text-decoration: line-through;}
.watermarked{color: #cccccc !important; font-style: italic;}
.sale{color: #f65275;}
.saleRegPrice{text-decoration: line-through;}


.background-navy{background-color: #091f3f;}
.background-blue{background-color: #233d94;}
.background-purple{background-color: #2f1a45;}
.background-sunrise{background-color: #fd5373;}
.background-sandstone{background-color: #cfa152;}
.background-black{background-color: #000;}
.background-white{background-color: #fff;}
.background-darkgrey{background-color: #6d605d;}
.background-grey{background-color: #a0978d;}
.background-lightgrey{background-color: #e7e3e0;}
/*.background-grey{background-color: #eceae8;}*/

.background-lightgrey{background-color: #e6e7e8;}
.background-lightlightgrey{background-color: #f2f2f2;}
.border-grey-thick{border: solid 2px #e1dedc;}

.payment-radio{padding: 10px 6px; border: solid 1px #e1dedc; width: 100%; padding-right: 0;}
.payment-radio:hover{background-color: #f6f6f6;}
.payment-radio .payment-on{background-color: #f6f6f6; font-weight: normal !important;}
.payment-radio input[type="radio"]{margin-left: 0; display: none;}
.payment-radio label{margin-left: 4px; width: 100%; padding-right: 0;}

.omg-background
{
	background-color: inherit;
}
.welcome-background
{
	background-image: url(../images/welcome-background.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.hero-container{}

.hero-h1
{
	margin: 0;
	color: #0134a1;
    background-color:transparent;
    border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	font-family:Raleway;
	font-size:100px;
	font-style:normal;
	font-weight:900;
	line-height:100px;
	padding:0;
	text-decoration:none;
}
.hero-h2
{
	margin: 0; 
	color: #04234c;
    background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	font-family:Raleway;
	font-size:40px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:40px;
	padding:0;
	text-decoration:none;
}


.search-div{padding-top: 50px; padding-bottom: 30px;}


.page-content-block{background-color: #fff; padding: 20px; overflow: hidden;}
.content-block{background-color: #e7e3e0; padding: 20px; border-radius: 10px;}


.page-title{padding: 20px 0 0 0;}
.page-title h3{text-transform: none; margin: 0; padding: 0;}

.page-header-bar{background-color: #e7e3e0; padding: 0px 0;}
.page-header-bar .breadcrumb > li {color: #041e43; vertical-align: top:}
.page-header-bar .breadcrumb > li.active {color: #041e43 !important;}
.page-header-bar .breadcrumb > li a:hover{text-decoration: none; color: #000;}
.page-header-bar h3{font-size: 23pt;}

.featured-prod{color: #fff;}
.featured-prod span{ background-color: #041e43; padding: 4px 20px; color: #f65275;}

#wrapper
{
	min-height:100%;
	position:relative;
}
#main-content{padding-top: 0px; min-height: 300px; background-color: #fff;}


.content-align-right-mobile-align-left{text-align: right; float: right !important;}



/* ------- ANIMATIONS -------- */
.myanimation-container{visibility: hidden;}



/* ------- PARALLAX ------- */

.parallax1 {
	background: url('../images/parallax/empire-state-building.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;
    min-height: 300px;
}

.parallax-otherproducts {
	background: url('../images/parallax/skyline_blur.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;
    min-height: 250px;
}

.parallax-cart {
	background: url('../images/parallax/escalator.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;
    min-height: 300px;
}




/* ------- HOME PAGE STYLES ------- */

#featured-row{padding-top: 20px;}
#tab-ear{position: absolute; left: -1px; top: -1px; z-index: 1000;}
.home-featured-thumb{text-align: center;margin: 0 auto;}
.featured-prod-container
{
	background-image: url(../images/featured-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	min-height: 555px;
}
#featured-prod-image{padding-top: 40px;padding-right: 0px; text-align: center; margin: 0 auto;}
	
	


	

.breadcrumb {background-color: transparent !important;}


/* PRODUCT GROUPS */
.btncollection_add .fa-times, .btncollection_add .fa-check{display: none;}
.btncollection_add:hover .fa-plus {display: none;}
.btncollection_add:hover .fa-check {display: inline;}
.btncollection_remove .fa-plus, .btncollection_remove .fa-times{display: none;}
.btncollection_remove .fa-check, .btncollection_remove .fa-times{color: #2e6099;}
.btncollection_remove:hover .fa-check {display: none;}
.btncollection_remove:hover .fa-times {display: inline;color: #2e6099;}


/* CATEGORY STYLES */
.ddlsortby{font-size: .9em;}

.gridpager {margin: 10 0 !important;}
.gridpager td {border-bottom: 0px !important; padding-left: 5px !important; padding-bottom: 10px;}
.gridpager td span {
	background-color: #7ab800;
	color: #fff;
	padding: 6px 12px;
	border-color: #7ab800;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.gridpager td a 
{
	background-color: #ccc; 
	color: #333; 
	padding: 6px 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.gridpager td a:hover{text-decoration: none;}



/*  CUSTOM ORDER FORM STYLES */
.custom-content-header{color: inherit; padding: 6px 0px; font-size: 11pt; font-weight: bold; text-transform: uppercase;}
.custom-navigation ul{margin: 0; padding: 0;background-color: #e7e3e0; overflow: hidden;}
.custom-navigation li
{
	width: 20%;
	float: left;
	list-style: none;
	padding: 15px 15px;
	margin-left: 0;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Roboto Condensed', Verdana, Sans-Serif;
	text-align: left;	
	text-transform: uppercase; 
}

.custom-navigation li.active{color: #fff; background-color: #3a214f;}
.custom-navigation li.complete{background-color: #bbb8a7; color: #fff}
.custom-navigation li a{font-size: 10pt;}
.wizNavigation {padding: 20px 20px; background-color: #e7e3e0; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.wizNavigation td{padding-left: 30px;}

.table-label-cell label, .table-label-cell div{margin-top: 10px;}
.table-label-cell{background-color: #e7e3e0;}
.cell-lite{background-color: #f7f7f7;}
.table-data-cell label, .table-data-cell div{margin-top: 10px; font-weight: normal;}

.table-input-cell{background-color: #fdfdfd;}
/* END CUSTOM ORDER FORM STYLES */


.detail-label{font-weight: bold;}

.detail-price
{
	font-weight: normal;
	color: #006699;
	font-size: 1.8em;
}


.btn-consent{color: #fff; margin-top: 4px;}
.btn-consent:hover{color: #000 !important;}
.btn-consent:focus{color: #000 !important; background-color:#fff;}


/* ---------- BUTTON STYLES ---------- */

.btn {
	/*font-size: inherit;
	border-radius: 8px;	
	padding: 8px 22px;
	font-weight: normal;*/
	border-radius: 0;
}
.btn-xs{padding: 2px 4px;}
.btn-sm {font-size: 9pt;padding: 4px 6px;}
.btn-lg {font-size: 18px !important;font-weight: bold;}
.btn-min {min-width: 200px;	}

.btn-outline{border: 2px solid #fff;}
.btn-outline:hover{text-decoration: none; background-color: #fff; color: Purple;}


.btn-outline-div{border: 2px solid #f65275; }
.btn-outline-div:hover{text-decoration: none; border: 2px solid #f65275; color: #fff; background-color: #f65275;}

.btn-gc-amount{width: 70px; border-color: #041e42;}
.btn-gc-amount:hover, .btn-gc-amount-on{width: 70px; border-color: #041e42; background-color: #041e42; color: #fff;}

.btn-primary {
	color: #fff;
	background-color: #091f3f;
	border-color: #091f3f;
}

	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active,
	.btn-primary.active,
	.open .dropdown-toggle.btn-primary {
		color: #fff;
		background-color: #091f3f;
		border-color: #091f3f;
	}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-bg-grey{background-color: #e1dedc;}


.btn-paytype{background-color: #e7e3e0 !important;}
.btn-paytype:hover{background-color: #fff !important;}
.btn-default-on{border-bottom: 0 !important;}
.panel-paytype-content{border-left: 1px solid #adadad; border-right: 1px solid #adadad; border-bottom: 1px solid #adadad; padding: 0 10px 10px 10px;}


.btn-default {
  color: inherit !important;
  /*background-color: #ebebeb;*/
  background-color: #fff;
  border-color: #adadad;
}

.btn-default2 
{
	color: inherit !important;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid #adadad;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn-default2:hover
{
	text-decoration: none;
	background-color: #e6e7e9;
	font-size: 9pt;
}
.btn-default2 span{margin-left: 10px;}
.btn-default2 span.glyphicon{margin-left: 0;}

.btn-add-to-cart{min-width: 324px;}

.btn-add-to-cart-checkout{min-width: 100%;}
.btn-add-to-cart-checkout .active{background-color: #ccc;}


/* ---------- HEADER STYLES ---------- */
.header-nav{font-size: .85em; color: #333; padding-left: 20px;}
.header-nav:hover{text-decoration: none;}

#header-nav-diversity{list-style: none; overflow: hidden; text-align: left; margin: 0; padding: 0;}
#header-nav-diversity li
{
	float: right;	
	font-size: .8em;
	padding: 10px 0;
}	
#header-nav-diversity li a:hover{color: #da2128; text-decoration: none;}	
     


#header-nav{list-style: none; overflow: hidden; text-align: left;}
#header-nav li
{
	float: left;	
	margin-right: 30px;
	font-size: .8em;
	padding: 10px 0;
}	
#header-nav li a:hover{color: #da2128; text-decoration: none;}

.cartcount {
	text-align: center;
	margin-left: 6px;
	padding: 4px 6px 3px 6px;
	color: #041e42;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#searchdiv{float: right; text-align: right;}
.txsearch{background-color: #e6e7e8 !important; font-size: .8em;}

#useraccountheader {
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	background-color: #091f3f;
	padding: 6px;
	padding-left: 15px;
	min-width: 300px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
	margin-bottom: 10px;
}
#useraccount {
	font-size: .82em;
	text-align: left;
	border: 1px solid #091f3f;
	background-color: #fff;
	padding: 15px;
	margin: 20px 0;
	min-width: 300px;

}
	#useraccount a {
		color: #091f3f;
	}
    
    
  
  .topnavUL{list-style: none; font-size: .85em;}
  .topnavUL li{float: left; padding-left: 20px} 
  .topnavUL a{}
  
    
/* ---------- MAIN NAVIGATION BAR ---------- */
 .navbar-default{background-color: Transparent;border: none; margin-bottom: 0;}  
 .navbar-nav > li {margin-right: 20px; margin-bottom: 0; padding-top: 0; padding-bottom: 0;} 
 .navbar-default .navbar-nav > li > a 
	{
 		font-family: 'Open Sans', sans-serif;
 		color: #666;
 		font-weight: 600;
 		font-size: .9em;
 	}
 .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.selected
	{
 		font-family: 'Open Sans', sans-serif;
 		color: #da2128;
 		font-weight: 600;
 		font-size: .9em;
 	}

/*#collapsemenu ul li{margin-right: 30px;}  */
  
  
  
  /* ---------- MOBILE NAVIGATION BAR ---------- */ 
.mobilenav-ul
{
	list-style: none;
	margin-top: 20px;
	margin-left: 0;
	padding-left: 20px;
}
   
.mobilenav-ul li{padding: 6px 0; color: #fff;}
.mobilenav-ul > li > a, .mobilenav-ul > li > a.selected
{
    font-weight: normal;
    text-decoration: none;
    font-size: inherit;
}
.mobilenav-ul > li > a.selected
{
    font-weight: normal;
    text-decoration: underline;
    font-size: inherit;
}
   
.mobilenav-ul > li > a.mainnav
{
	color: #da2128;
    font-weight: normal;
    text-decoration: none;
    font-size: inherit;
}
.mobilenav-ul > li > a.mainnav:hover
{
	color: #da2128;
    font-weight: normal;
    text-decoration: underline;
    font-size: inherit;
}


.icon-btn
{
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;	
}

.icon-bar {
  display: block;
  width: 30px;
  height: 5px;
  border-radius: 3px;
  background-color: #041e43;
}

.icon-bar + .icon-bar {
  margin-top: 4px;
}



#page-content-row{min-height: 400px;}




/* ---------- Form Inputs ---------- */

input[type=hidden] {display: none;}
input[type=text], input[type=text].reset,input[type=password],input[type=password].reset,textarea,textarea.reset,select,select.reset, .reset
{
  padding: 8px;
  background: #fff;
  border: 1px solid;
  /*border-color: #ddd #eee #eee #ddd;*/
  border-color: #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: inherit;
  font-size: 14px;
}
select
{
	padding: 4px;	
}


input[type=text].inline,input[type=password].inline,textarea.inline,select.inline
{float: none !important;}

input[type=checkbox],input[type=radio]{vertical-align: middle;}

input[type=text]:hover,input[type=password]:hover,textarea:hover,select:hover
{border-color: #999 #ddd #ddd #aaa;}

input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus
{border-color: #999 #ddd #ddd #aaa;}

select:focus {outline: 0 none !important;}

input[type=checkbox] label 
{margin-left: 6px;	display: block;}

/*.input-primary{background-color: #e6e7e8 !important;}*/

input[type=text].txt-quantity
{
	text-align: right;
	background-color: #e6e7e9;
}


.checkbox label, .radio label, .radio-inline label{padding-right: 40px; margin-right: 20px;}

.checkbox2 label, .radio2 label, .radio2-inline label{padding-left: 20px !important;}
.checkbox2 input, .radio2 input, .radio2-inline input{padding: 0 !important; margin: 0 !important; margin-top: 2px !important;}
.checkbox2 label{padding: 0 !important; padding: 0 !important; vertical-align: middle;}

.form-row{margin-left: -15px;}

.form-control
{
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
          transition: none;	
}



.animation-container{
		padding: 140px 0px 40px 0px;
		overflow: hidden;	
	}

.example-container{
	visibility: hidden;
}
.padding-right-important {
	padding-right: 0px !important;
}

.qtypricing{font-size: .9em;}
.qtypricing td{padding: 4px;}
.tblBorder{border: solid 1px #ccc;}

.box-shadow
{
    position: relative;
  	-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.10);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.10);
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.10);
    /*background-color: #fff;*/
}
.box-shadow2
{
    position: relative;
	border: 1px solid #e3e3e3;
}

.checkout-nav-container
{
	/*border-bottom: 2px solid #e3e3e3;*/
	padding-bottom: 20px;
}
	

.divBorder {
    border: 10px solid #d9d5c5;
}	

/*	
.categorythumb {
    position: relative;
    background-color: #e7e3e0;
    text-align: left;
    padding: 0px 0 !important;
   border: 1px solid #e7e3e0;
}

.categorythumb .home{border: 1px solid #6d605d !important;}


.categorythumb:hover > a div.zoominfo-container {display: block;}
.categorythumb a{color: #fff;}
.categorythumb .img-responsive{margin: 0 auto;}

.categorythumb:hover{border: 1px solid #fd5373;}

*/


.categorythumb {
	position: relative;
	background-color: #e7e3e0;
	text-align: left;
	padding: 0px 0 !important;
	/*border: 2px solid rgba(0,0,0,.0) !important;*/
	/*border: 4px solid #fff !important;*/
	/*
    min-width: 100%;
	height: 100%;
	display: block;
	*/
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.home__new {border: 4px solid #000 !important;}


.categorythumb:hover {
	/*border: 4px solid #0072bb !important;*/ background-color: #c2bfbc;
}

.categorythumb:hover > a div.zoominfo-container {display: block;}
.categorythumb a{color: #fff;}

/*.categorythumb .img-responsive{margin: 0 auto;	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
	
	.categorythumb .img-responsive:hover{-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }*/


.categorythumb .product-item__img 
{
/*  width: 100%;
  overflow: hidden;*/
  display: block; }

.categorythumb .product-item__img img {
  min-width: 100%;
  height: 100%;
  display: block;
  
/*  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;*/ }

/*.categorythumb .product-item__img img:hover {
 -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
   }*/


.categorythumb__imgholder
{
	position: relative;
	height: 327px; 
	width: 263px;
	margin: 0 auto;
}


.categorythumb .product-item__img img
{
	position:absolute;
  left:0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}


/*.categorythumb .product-item__img img.top:hover{opacity: 0;}*/

.featured-prod-subtext{padding: 2px; min-height: 120px;margin-bottom: 20px;font-size: .9em;}
.category-prod-subtext{padding: 2px; min-height: 200px;margin-bottom: 40px;font-size: .9em;}

.categorythumb .home{border: 1px solid #6d605d !important;}



div.cat-price-container
{
	position: absolute;
    left: 5px;
    top: 5px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(66,66,66,.8);
    width: 70px;
    height: 70px;
    border-radius: 50px;
    color: #fff;
	}

div.cat-sale-price-container
{
	position: absolute;
    left: 5px;
    top: 5px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(246,82,117,1);
  /*  background-color: rgba(0,83,157,50);*/
    width: 70px;
    height: 70px;
    border-radius: 50px;
    color: #000;
}



div.cat-aslowas
{
	position: relative;
	text-align: center;
	margin-top: 6px;
	padding-top: 6px;
	padding-bottom: 0px; margin-bottom: 0;
    font-family: 'Roboto Condensed', 'Open Sans', Arial, Sans-Serif;
    font-size: 10pt;
}

div.cat-price
{
	padding-top: 0; margin-top: 0;
	position: relative;
	text-align: center;
    font-family: 'Roboto Condensed', 'Open Sans', Arial, Sans-Serif;
    font-weight: bold;
    font-size: 14pt;
    line-height: 12pt;
}



	
span.sale-image-detail{
    position: absolute;
    left: 25px;
    top: 10px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(239, 62, 66, .20);
    width: 90px;
    height: 90px;
    border-radius: 50px;
    color: #fff;
    font-size: 22pt;
    font-family: 'Roboto Condensed', 'Open Sans', Arial, Sans-Serif;
    padding-top: 23px;
    padding-left: 12px;
}





/* ---------- PRODUCT DETAIL ---------- */
.detailimage 
{
	border: 1px solid #e7e3e0; background-color: #e7e3e0;
	text-align: center; margin-bottom: 12px;
}
.detailimage .img-responsive{margin: 0 auto;}


/* ALTERNATE PRODUCT IMAGE THUMB */
.img-detail-thumb
{
	width: 120px;
	margin-bottom: 6px;
	margin-right: 2px;
}

.zoominfo-table{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}
.zoominfo-container-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.zoominfo-content {
    display: inline-block;
    text-align: center;
    padding: 10px;
    color: #fd5373;
}









ul.list{margin: 0; padding: 0;}
ul.list li
{
	float: left;
	list-style: none;
	padding-right: 20px;
}
ul.list li:last-child{padding-right: 0;margin-right: 0;}














#category-name{margin-top: 20px;font-size: 1.3em;}


/* PRODUCT DETAIL COMPARE BUTTON LIST */
#detail-collection-buttons{margin: 0; padding: 0;text-align: center;}

.ulcompare
{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
.ulcompare li
{
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;	
}
.ulcompare li:last-child{margin-right: 0 !important;}



.datalist-item{background-color: #fff;}
.datalist-top{padding-top: 20px; background-color: #fff;}


.carttable p{padding: 0; margin: 0; padding-bottom: 4px; font-size: .9em;}




/* ---------- GridView ---------- */

.gridAdmin {background-color: #c6c3c6;font-size: 9pt;}
.gridtable {background-color: #d6d7d6;font-size: 9pt;}
.grid{border: solid 1px #eae8df;}
.grid th, .gridAdmin th{padding: 10px 10px;font-size: 9pt; border: 1px solid #eae8df;}
.grid th.gridHeaderRight{text-align: right;}
.grid td, .gridAdmin td  {padding: 10px 10px;font-size: 9pt;}
.grid td {border-bottom: solid 1px #eae8df; padding: 10px 10px;}
.grid .gridtable td, .gridAdmin .gridtable td{padding: 2px;font-size: 9pt; background-color: #fff;}
.gridtable td{border-bottom: none; line-height: 10pt;}
.gridHeader{background-color: #e7e3e0;color: inherit;}
.gridHeaderAdmin{height:26px;background-color:#e6e7e8;padding: 10px 20px;border-bottom: solid 1px #c6c3c6;}
.gridRow{padding: 10px;border: solid 1px #DBDBDB;}
.altRow{border: solid 1px #DBDBDB;padding: 10px;font-size: 9pt; background-color: #fff;}
.gridRowAdmin{padding: 10px;background-color: #ffffff;}
.altRowAdmin{background-color: #ffffff;padding: 10px;}



.form-inline .form-group label{display: inline;}
.form-group{margin-top: 30px;}
.form-group label{display: block; font-size: .9em;color: #333; font-weight: normal;}



.error {
	color: #B30F14 !important;
	font-weight: normal;
}
.error-padleft {
	color: #B30F14 !important;
	font-weight: normal;
	padding-left: 1px;
}






.ul-errors{margin-left: 0; padding-left: 14px;}
.ul-errors li{
	margin-left: 0;padding-left: 0;
	margin-right: 20px;
}

.rbl td{padding-right: 30px;}



/* -- Checkout Progress -- */
.checkout-progress{margin-top: -8px; overflow: hidden; border-bottom: solid 1px #b9d0dc; border-top:solid 1px #b9d0dc;  margin-bottom: 30px;}
.ul-checkout{margin: 0; padding: 0;}
.ul-checkout li
{
	width: 24.5%;
	float: left;
	list-style: none;
	padding: 9px 0px;
	text-transform: uppercase;
	margin-left: 0;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Roboto Condensed', Verdana, Sans-Serif;
	text-align: center;
	color: #b8b8b8;
}
.ul-checkout li.active{color: #96bc44;}
.ul-checkout li.complete{color: #2e6099}
.ul-checkout li a{font-size: 10pt;}

.checkout-div{border: solid 1px #bebebe; padding: 10px; margin-bottom: 20px;}
.checkout-div h3{margin: 0; padding: 0;}


.sizechart{font-size: 9pt; text-decoration: none; font-weight: normal;}
.sizechart:hover{font-size: 9pt; text-decoration: none; font-weight: normal;}








.pagination
{
	display: inline;
	float: right;
	margin: 0;
	margin-bottom: 10px;
}

	.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
		z-index: 2;
		color: #fff;
		cursor: default;
		background-color: #041e42;
		border-color: #041e42;
	}


#detail-sendtofriend-buttons{margin: 0 auto;}
#detail-sendtofriend-buttons ul{margin: 0 auto;}





#featured-product-text{margin-top: 50px; margin-bottom: 20px; padding-left: 60px;}



/* ---------- FOOTER STYLES ---------- */

#footer_wrapper
{
	width:100%;
	min-height:80px;
	background-color: #041e43;
	}

#footer
{
	font-size: 9pt;
	color: #fff;
	padding: 20px 0;	
}
#footer a{color: #fff; font-size: 9pt;}
#footer a:hover{color: #f65275; font-size: 9pt; text-decoration: none;}


.adminmenu {
  margin-bottom: 20px;
  list-style: none;
  padding: 14px 0px; margin-bottom: 0;
  font-size: 1.2em;
  color: #fff;
}
.adminmenu a:hover {text-decoration: none !important;color: #f65275 !important;}
.adminmenu > li {display: inline-block;}
.adminmenu > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "|\00a0";
}
.adminmenu .active {color: #f65275 !important;}

.footermenu {
  list-style: none;
  padding: 0px 0px;
}

.footermenu > li {
  display: inline-block;
}

.footermenu > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "|\00a0";
}

.footermenu > .active {
  color: #fff !important;
}



.size-chart {
	padding: 20px;
}

.tbl-sizechart {
	border: 1px solid #666;
	width: 100%;
	margin-bottom: 20px;
}
.tbl-sizechart-header {
	background-color: #f6f6f6;
	text-align: center;
}

.tbl-sizechart-value {
	background-color: #f6f6f6;
	text-align: center;
}
.tbl-sizechart-value-align-left {
	background-color: #f6f6f6;
	text-align: left;
}



	/* #################################### */
	/* ########    MEDIA QUERIES   ######## */
	/* #################################### */
	/* X-SMALL DEVICES (phones, less than 768px) */
	@media (max-width: 767px) {
		/*#Sub_Content_Wrapper{padding-bottom: 180px !important;}*/
		#header_wrapper {
			margin-left: 0 !important;
			padding-left: 2px;
			padding-right: 2px;
		}

		.hidden-xs1 {
			display: none !important;
		}

		.search-div {
			padding-top: 10px;
			padding-bottom: 10px;
		}

		#searchdiv {
			float: left;
			text-align: left;
			margin-left: -30px;
		}

			#searchdiv input[type=text] {
				min-width: 200px !important;
				width: 80%;
				background-color: #ffcccc;
			}

		/*.searchdiv{float: left; text-align: left;}*/
		.min-content-height {
			min-height: 300px;
		}

		/* hide category thumb rollover text */
		.categorythumb:hover > a div.zoominfo-container {
			display: none;
		}


		.featured-prod-subtext {
			padding: 2px;
			min-height: 100px;
			margin-bottom: 20px;
			font-size: .9em;
		}

		.category-prod-subtext {
			padding: 2px;
			min-height: 110px;
			margin-bottom: 40px;
			font-size: .9em;
		}





		#detail-collection-buttons, #detail-sendtofriend-buttons {
			display: none;
		}

		/* FEATURED PRODUCT - WELCOME PAGE */
		#featured-row.row {
			margin-top: 20px;
			margin-left: 0px;
			margin-right: 0px;
		}

		#featured-prod-image {
			text-align: center;
		}

		#featured-prod-other {
			margin: 40px 0;
		}

			#featured-prod-other .row {
				margin-left: -30px;
				margin-right: -30px;
			}

		.featured-prod-container {
			min-height: 220px;
		}



		/*.omg-background{background-image: none; background-color: #e1dedc;}*/
		.welcome-background {
			background-image: none;
			background-color: #e1dedc;
		}

		/* OTHER PRODUCTS */
		#containerOtherProds {
			margin-left: 0px;
			margin-right: 0px;
		}

		/* CATEGORIES */
		#containerCategory {
			margin-left: -20px;
			margin-right: -20px;
		}


		/*  TOP CATEGORIES LEFT JUSTIFICATION */
		#collapsemenu ul li:first-child {
			margin-left: 0px;
		}



		.container > .navbar-header,
		.container > .navbar-collapse {
			margin-right: -15px;
			margin-left: -15px;
			position: absolute;
			right: 0;
			top: -98px;
			margin-right: 10px;
		}


		#header-search {
			height: 30px;
			padding-top: 0px;
		}

		#search-content {
			padding-top: 0px;
			text-align: center;
			display: none;
		}

		#category-pager {
			padding-top: 10px;
		}

		.pagination {
			display: block;
			margin: 20px 0;
			padding-bottom: 20px;
			float: none;
		}





		/* #### ROW OFF CANVAS #### */
		.row-offcanvas {
			position: relative;
			-webkit-transition: all 0.25s ease-out;
			-moz-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
		}

		/* Removing this will remove the ease motion to the left */
		.row-offcanvas-right {
			right: 0;
		}

			.row-offcanvas-right.active {
				right: 240px;
			}

		.sidebar-offcanvas {
			top: 0;
			right: -240px;
			margin-right: 0px;
			background-color: #041e43;
			position: absolute;
			width: 240PX;
			height: 100%;
			display: none;
		}



		#container-breadcrumb {
			margin-left: -12px;
		}

		#page-content-row {
			min-height: 0;
		}

		#featured-product-text {
			margin-top: 50px;
			margin-bottom: 20px;
			padding: 10px;
		}

		.btn-mobile-block {
			display: block;
			width: 100%;
		}

		.img-detail-thumb {
			width: 60px;
			margin-bottom: 6px;
			margin-right: 2px;
		}


		.content-align-right-mobile-align-left {
			text-align: left;
			float: left !important;
			padding-top: -80px;
		}

		.text-align-xs-left {
			text-align: left;
		}



		#useraccount {
			float: left;
		}

		#useraccount {
			font-size: .82em;
			text-align: left;
			padding: 15px;
			float: right;
			margin: 20px 0;
			min-width: 100%;
			border-radius: 3px;
		}

		.page-title {
			padding-bottom: 22px;
			margin: 0;
		}


		#footer_wrapper {
			padding: 0 20px;
			padding-bottom: 20px;
		}

		.mobile-block {
			padding-left: 0;
			padding-right: 0;
			margin-left: 0;
			margin-right: 0;
		}


		.mobile-text-center {
			text-align: center;
		}

		.hero-h1 {
			margin: 0;
			color: #0134a1;
			background-color: transparent;
			border-color: transparent;
			border-radius: 0 0 0 0;
			border-style: none;
			border-width: 0;
			font-family: Raleway;
			font-size: 60px;
			font-style: normal;
			font-weight: 900;
			line-height: 60px;
			padding: 0;
			text-decoration: none;
		}

		.hero-h2 {
			margin: 0;
			color: #04234c;
			background-color: transparent;
			border-color: transparent;
			border-radius: 0 0 0 0;
			border-style: none;
			border-width: 0;
			font-family: Raleway;
			font-size: 25px;
			font-style: normal;
			font-weight: 400;
			letter-spacing: 2px;
			line-height: 25px;
			padding: 0;
			text-decoration: none;
		}
	}
	/* END X-SMALL DEVICES */
	/* SMALL DEVICES (tablets, 768px and up) */
	@media (min-width: 768px) {

		.search-div {
			padding-top: 50px;
			padding-bottom: 30px;
		}

		#collapsemenu ul li:first-child {
			margin-left: -30px;
		}

		#collapsemenu ul li {
			margin-right: 0px;
		}

		.navbar {
			margin-left: -14px;
		}

		.navbar-nav > li {
			margin-right: 1px !important;
		}

			.navbar-nav > li:last-child {
				margin-right: 0 !important;
			}

		/*.navbar-default .navbar-nav > li > a {font-size: 10pt;}*/

		.navbar-default .navbar-nav > li > a:hover span, .navbar-default .navbar-nav > li > a span.selected {
			font-size: 10pt;
		}


		.zetta-menu > li > a {
			padding: 0 10px;
		}

		.zetta-menu {
			font-size: .9em;
		}

		.featured-prod-container {
			background-image: url(../images/featured-bg.png);
			background-position: left top;
			background-repeat: no-repeat;
			position: relative;
			min-height: 0;
			margin-bottom: 20px;
			min-height: 297px;
		}

		.categorythumb {
			padding: 0px 0 !important;
		}


		.featured-prod-subtext {
			padding: 2px;
			min-height: 100px;
			margin-bottom: 20px;
			font-size: .9em;
		}

		.category-prod-subtext {
			padding: 2px;
			min-height: 150px;
			margin-bottom: 40px;
			font-size: .9em;
		}



		/*#featured-row{background-color: #ffcccc;}*/
		#featured-product-text {
			margin-top: 30px;
			margin-bottom: 20px;
			padding-left: 30px;
		}

		.sidebar-offcanvas {
			display: none;
		}

		#sidebar {
			display: none;
		}

		.img-detail-thumb {
			width: 89px;
		}

		#useraccount {
			font-size: .82em;
			text-align: left;
			padding: 15px;
			float: right;
			margin: 20px 0;
			min-width: 100%;
			border-radius: 3px;
		}




		.hero-h1 {
			margin: 0;
			color: #0134a1;
			background-color: transparent;
			border-color: transparent;
			border-radius: 0 0 0 0;
			border-style: none;
			border-width: 0;
			font-family: Raleway;
			font-size: 60px;
			font-style: normal;
			font-weight: 900;
			line-height: 60px;
			padding: 0;
			text-decoration: none;
		}

		.hero-h2 {
			margin: 0;
			color: #04234c;
			background-color: transparent;
			border-color: transparent;
			border-radius: 0 0 0 0;
			border-style: none;
			border-width: 0;
			font-family: Raleway;
			font-size: 25px;
			font-style: normal;
			font-weight: 400;
			letter-spacing: 2px;
			line-height: 25px;
			padding: 0;
			text-decoration: none;
		}
	}
	/* END SMALL DEVICES */
	/* MEDIUM DEVICES (desktops, 992px and up) */
	@media (min-width: 992px) {


		.search-div {
			padding-top: 50px;
			padding-bottom: 30px;
		}

		/*#collapsemenu ul li{margin-right: 40px;} */
		#collapsemenu ul li {
			margin-right: 12px !important;
		}

		.navbar {
			text-align: right;
		}

		.navbar-nav > li {
			margin-right: 1px !important;
		}

			.navbar-nav > li:last-child {
				margin-right: 0 !important;
			}


		/*#featured-row{background-color: #ff0000;}*/
		.featured-prod-container {
			min-height: 392px;
		}

		#featured-prod-other .row {
			margin-left: -15px;
			margin-right: -15px;
		}

		.categorythumb {
			padding: 0px 0 !important;
		}

		.featured-prod-subtext {
			padding: 2px;
			min-height: 100px;
			margin-bottom: 20px;
			font-size: .9em;
		}

		.category-prod-subtext {
			padding: 2px;
			min-height: 200px;
			margin-bottom: 40px;
			font-size: .9em;
		}


		.img-detail-thumb {
			width: 109px;
		}

		.zetta-menu {
			font-size: 1em;
		}

			.zetta-menu > li > a {
				padding: 0 8px;
				font-size: 10pt !important;
			}





		.hero-h1 {
			margin: 0;
			color: #0134a1;
			background-color: transparent;
			border-color: transparent;
			border-radius: 0 0 0 0;
			border-style: none;
			border-width: 0;
			font-family: Raleway;
			font-size: 80px;
			font-style: normal;
			font-weight: 900;
			line-height: 80px;
			padding: 0;
			text-decoration: none;
		}

		.hero-h2 {
			margin: 0;
			color: #04234c;
			background-color: transparent;
			border-color: transparent;
			border-radius: 0 0 0 0;
			border-style: none;
			border-width: 0;
			font-family: Raleway;
			font-size: 35px;
			font-style: normal;
			font-weight: 400;
			letter-spacing: 2px;
			line-height: 35px;
			padding: 0;
			text-decoration: none;
		}
	}
	/* END MEDIUM DEVICES */
	/* LARGE DEVICES (large desktops, 1200px and up) */
	@media (min-width: 1200px) {


		.search-div {
			padding-top: 50px;
			padding-bottom: 30px;
		}

		#collapsemenu ul li {
			margin-right: 40px;
		}

		.navbar-nav > li {
			margin-right: 20px !important;
		}

			.navbar-nav > li:last-child {
				margin-right: 0 !important;
			}

		.featured-prod-container {
			min-height: 428px;
		}

		.categorythumb {
			padding: 0px 0 !important;
		}

		.featured-prod-subtext {
			padding: 2px;
			min-height: 100px;
			margin-bottom: 20px;
			font-size: .9em;
		}

		.category-prod-subtext {
			padding: 2px;
			min-height: 200px;
			margin-bottom: 40px;
			font-size: .9em;
		}

		.zetta-menu > li > a {
			padding: 0 10px;
			font-size: 11pt !important;
		}



		.hero-h1 {
			margin: 0;
			color: #0134a1;
			background-color: transparent;
			border-color: transparent;
			border-radius: 0 0 0 0;
			border-style: none;
			border-width: 0;
			font-family: Raleway;
			font-size: 100px;
			font-style: normal;
			font-weight: 900;
			line-height: 100px;
			padding: 0;
			text-decoration: none;
		}

		.hero-h2 {
			margin: 0;
			color: #04234c;
			background-color: transparent;
			border-color: transparent;
			border-radius: 0 0 0 0;
			border-style: none;
			border-width: 0;
			font-family: Raleway;
			font-size: 45px;
			font-style: normal;
			font-weight: 300;
			letter-spacing: 2px;
			line-height: 45px;
			padding: 0;
			text-decoration: none;
		}
	}
	/* END LARGE DEVICES */