﻿html, body 
{
	color: #000;
	font-family: arial, sans-serif;
	font-size: 15px;
	min-width: 320px !important;
	margin: 0;padding: 0;
	height:100%;
	background-color: #dcf2ef;
}

/* LINK STYLES */
a, a.default{color: #525252; text-decoration: none; color: inherit;-webkit-transition: .2s;transition: .2s;}
a:hover, a.default:hover{text-decoration: underline; color: inherit;}
a.primary{color: #0096d6;}
a.primary:hover{text-decoration: underline;}


/* TEXT STYLES */
.txt-sm{font-size: .8em; line-height: 50%;}
.txt-md{font-size: .85em !important;}
.txt-lg{font-size: 1.1em;}
.txt-xl{font-size: 1.2em;}


.mobile-text-center{text-align: left;}
  
/* HEADING STYLES */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{ font-family: 'Open Sans Condensed', Sans-Serif; font-weight: normal; text-transform: uppercase;}


h1,.h1 {font-size: 42px;font-weight: 600;}
h2,.h2 {font-size: 30px;}
h3,.h3 {font-size: 24px;}
h4,.h4 {font-size: 18px;}
h5,.h5 {font-size: 14px;}
h6,.h6 {font-size: 12px;}

.heading{font-weight: bold;}
/*h4.sectiontitle, .h4.sectiontitle{border-bottom: solid 2px #e3e3e3;padding-bottom: 4px;}*/

.section-title{background-color: #0096d6; padding: 10px; color: #fff;}

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;}

.min-content-height{min-height: 300px;}

.text-align-right{text-align: right;}
.text-align-xs-left{text-align: right;}

.alert-sm
{
	padding: 4px; font-size: 8pt;
}
.alert-danger
{
	border: solid 1px #ed2028;
	color: #ed2028;	
}
.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;
}


.mainselected{color: #ff0000 !important;}

.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;
}


.no-bold{font-weight: normal !important;}
.bold{font-weight: bold;}
.under{text-decoration: underline;}
.no-under, .no-under:hover{text-decoration: none;}
.sale{color: #dc1f2e;}
.saleRegPrice{text-decoration: line-through;}
.inline-normal-text{font-weight: normal; font-family: 'Open Sans', arial, sans-serif; font-size: 15px;}

.background-red{background-color: #ef383e;}
.background-orange{background-color: #ee7624;}

.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: #4d4d4d;}
.background-grey{background-color: #c9c9c9;}
.background-lightgrey{background-color: #d5d6d8;}
.background-lightlightgrey{background-color: #f6f6f6;}
.background-green{background-color: #007749;}


/*#top-div{background-image: url('../images/office_drawing.png'); background-repeat: no-repeat;background-size: 100%;}*/

.selected-option{ background-color: #fcee00; padding: 2px 12px; border-radius: 12px;}

.border-grey-thick{border: solid 2px #e1dedc;}


.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%;
}

.welcome-h2{font-size: 26pt; font-family: "Open Sans", Arial; text-transform: none; padding: 0; margin: 0; padding-bottom: 10px;}
.welcome-h2 span{font-weight: bold;font-family: "Open Sans", Arial;text-transform: none;}

.welcome-green{color: #00784b;}
.welcome-blue{color: #4ba9e7;}


.custom-selector{border: 4px solid transparent !important;}
.custom-selector:hover{border: 4px solid #ee7624 !important;}
.custom-selected{border: 4px solid #ee7624 !important; min-height: 38px;}


.custom-selector-color-container{display: table-cell; vertical-align: middle;}
.custom-selector-color-container img, .custom-selector-color-container p{float: left; margin-right: 10px;}
.custom-selector-color-container p{padding-top: 15px;}
.custom-selector-colorlb{overflow: hidden; display: table-cell; margin-right: 20px; min-width: 100px;}


.hero-container{}

	.hero-h1
	{
		margin: 0;
		color: #236fba;
		background-color:transparent;
		border-color:transparent;
		border-radius:0 0 0 0;
		border-style:none;
		border-width:0;
		font-family: 'Roboto', arial, sans-serif;
		font-size:70px;
		font-style:normal;
		font-weight:900;
		line-height:90px;
		padding:0;
		text-decoration:none;
		margin-bottom: 15px;
	}
	.hero-h2
	{
		margin: 0; 
		background-color:transparent;
		border-color:transparent;
		border-radius:0 0 0 0;
		border-style:none;
		border-width:0;
		font-family: 'Roboto', arial, sans-serif;
		font-size:40px;
		font-style:normal;
		font-weight:300;
		letter-spacing:2px;
		line-height:45px;
		padding:0;
		text-decoration:none;
	}
	
	
	.hero-h3
	{
	margin: 0; 
    background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	font-family: 'Open Sans-Serif', 'Roboto', arial, sans-serif;
	font-size: 28px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:34px;
	padding:0;
	text-decoration:none;
	color: #333;
	max-width: 420px;
}

.nav-budget{font-size: 9pt;}
.nav-budget span{font-weight: bold;}

.page-content-block{background-color: #fff; padding: 20px; overflow: hidden;}
.content-block{background-color: #e7e3e0; padding: 20px; border-radius: 10px;}

.content-block-rollover:hover{background-color: #f6f6f6;-webkit-transition: .7s; transition: .7s;}

.cat-content-rollover{transition: background 0.5s linear;}
.cat-content-rollover:hover{background-color: #fff !important;}
.cat-content-link:hover{text-decoration: none; color: #0e75c4; 	}

.subcategoriescell .selected{background-color: #fff !important;}

.page-header-bar{background-color: #fff; padding: 20px 0;}
.page-header-bar h3{font-size: 21pt; margin: 0; padding: 0; margin-left: 15px;}
.page-header-bar .breadcrumb{margin: 0; padding: 0;margin-top: 5px;}
.page-header-bar .breadcrumb > li {margin: 0; padding: 0;}
.page-header-bar .breadcrumb > li.active {color: #0096d6 !important;}
.page-header-bar .breadcrumb > li a:hover{text-decoration: none; color: #0096d6;}


.page-header-bar-reports{background-color: #fff; padding: 15px 15px;}
.page-header-bar-reports h3{font-size: 23pt; line-height: 37pt;}

.featured-prod{color: inherit;}
.featured-prod span{ background-color: #041e43; padding: 4px 20px; color: #f65275;}

#wrapper
{
	min-height:100%;
	position:relative;
}

#main-content{padding: 0; padding-bottom: 100px; min-height: 800px;}

.content-align-right-mobile-align-left{text-align: right; float: right !important;}



/* ------- ANIMATIONS -------- */
.myanimation-container{visibility: hidden;}


.gradient{background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);}


/* ------- PARALLAX ------- */
/* ------ custom styles ------ */

.parallax1 {
	background: url('../images/wall-sky.png') no-repeat center center fixed;
    color:#fff;
    background-size: cover;
    min-height: 200px;
     background-color: #0f9efb; border-bottom: 4px solid #2caafc; border-top: 4px solid #2caafc;
}

.parallax-otherproducts {
	/*background: url('../images/wall.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;*/
    min-height: 300px;
    background-color: #d4d6d7;
    
}

.parallax-cart {
	background: url('../images/home-welcome-img_3.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;
    min-height: 300px;
}

.parallax-home {
	background: url('../images/office.jpg') no-repeat center center fixed;
    color:#fff;
    /*background-size:cover;*/
    min-height: 210px;
}

.parallax-home-featured {
	/*background: url('../images/redbackground.jpg') no-repeat center center fixed;*/
	background-color: #4dabe9;
    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', arial, 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-recent
{
	border: 0;	
	background-color: #f6f6f6;
	font-size: 10pt;
}

.table-recent td, .table-recent th{padding: 6px; border-color: #bfbfbf;}



.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; font-size: 10pt !important; color: #777 !important;}

.detail-price
{
	font-weight: normal;
	color: #006699;
	font-size: 1.8em;
}


/* ---------- BUTTON STYLES ---------- */

.btn {
	font-size: inherit;
	border-radius: .25em;
	padding: 5px 22px;
	font-weight: normal;
	-webkit-transition: .2s;
	transition: .2s;
	text-transform: uppercase;
}

.btn-form-control
{
	padding: 7px 10px;
	border-radius: 0;
	font-size: 9pt;
	
}

.btn-paytype{background-color: #f6f6f6 !important; border-radius: 0; font-size: 10pt; padding: 8px 0; text-align: center; border-radius: 0; border: 1px solid #ccc;}
.btn-paytype:hover{background-color: #fff !important; border-radius: 0;}
.btn-paytype-on{background-color: #0072bb !important; color: #ffffff !important; border-radius: 0; font-size: 10pt; padding: 8px 0; text-align: center; border: 1px solid #0072bb;}

.btn-default-on{border-bottom: 0 !important; border-radius: 0;}
.panel-paytype-content{border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; padding: 0 10px 10px 10px; border-radius: 0;}

.btn-search{font-size: 9pt; padding: 7px 6px;}

.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 #0073a8; border-radius: 0; }
.btn-outline:hover{text-decoration: none; border: 2px solid #0073a8; color: #fff; background-color: #0073a8;}

.btn-outline-back{border: 2px solid #ccc; border-radius: 0; }
.btn-outline-back:hover{text-decoration: none; border: 2px solid #ccc; color: #fff; background-color: #ccc;}


.btn-primary {
	color: #fff;
	background-color: #e62a32;
	border-color: #e62a32;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.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-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{list-style: none; overflow: hidden; text-align: right; margin: 0;}
#header-nav li
{
	float: left;	
	margin-right: 30px;
	font-size: 9pt;
	line-height: 9pt;
	padding: 10px 0;
	text-transform: uppercase;
	color: #000;
}	

#header-nav li a:hover{color: #ff0000; text-decoration: none;}	
     
.cartcount
{
	text-align: center;
	margin-left: 6px;
	padding: 4px 6px 3px 6px;
	background: #ff0000;
	border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #fff;
}
#searchdiv{float: right; text-align: right;}
.txsearch{background-color: #e6e7e8 !important; font-size: .8em;}

.header-select, .header-search
{
  padding: 2px 4px !important;
  background: #fff;
  border: 1px solid;
  border-color: #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #7a7a7a;
  font-size: .85em !important;
  margin-bottom: 10px;
}
.btn-search{font-size: 9pt; margin-top: 0; padding: 7px 10px;}


#useraccountheader{color: #fff; font-size: .9em; font-weight: bold; text-align: left; background-color: #a0978d; padding: 6px; padding-left: 15px; min-width: 300px; border-radius: 3px 3px 0 0; margin-left: -15px; margin-right: -15px; margin-top: -15px; margin-bottom: 10px;}    
#useraccount{font-size: .82em; text-align: left; background-color: #e7e3e0; padding: 15px; margin-bottom: 10px; min-width: 300px; border-radius: 3px;}
#useraccount a{color: #ffcc00;}
    
    
  
.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 Condensed', 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 Condensed', 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;}



.textbox-sm{font-size: 8pt; line-height: 8pt; height: 26px; padding: 0;}


.form-row{margin-left: -15px;}

.form-control
{
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
          transition: none;	
          color: #666 !important;
}
.watermark, .watermarked{color: #b3b3b3 !important; font-style: italic;}


.animation-container{
		padding: 140px 0px 40px 0px;
		overflow: hidden;	
	}

.example-container{
	visibility: hidden;
}


.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
{
	padding-bottom: 20px;
}
	

.divBorder {
    border: 10px solid #d9d5c5;
}	
	
	.altthumb {
    position: relative;
    background-color: #f6f6f6;
    text-align: left;
    padding: 0px 0 !important;
	border: 1px solid #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}

	
/* #### CATEGORY LISTS #### */
	
.categorythumb {
    position: relative;
    background-color: #f6f6f6;
    text-align: left;
    padding: 0px 0 !important;
	border: 2px solid rgba(0,0,0,.0) !important;
	
    min-width: 100%;
	height: 100%;
	display: block;
	
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}



.categorythumb:hover{border: 2px solid #e62a32 !important; background-color: #ccc;}

.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: 535px; 
	width: 430px;
	margin: 0 auto;
	
}

.other
{
		position: relative;
		height: 327px !important; 
		width: 263px !important;
		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;
}



.categorythumb .home{border: 1px solid #6d605d !important;}

.zoominfo-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(231, 227, 224);
	/* RGBa with 0.6 opacity */
	background: rgba(231, 227, 224, 0.2);

	
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


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(239,62,66,1);
  /*  background-color: rgba(0,83,157,50);*/
    width: 70px;
    height: 70px;
    border-radius: 50px;
    color: #fff;
}


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;
}


/* ---------- PRODUCT DETAIL ---------- */
.detailimage 
{
	border: 1px solid #fff; background-color: #f6f6f6;
	text-align: center; margin-bottom: 12px;
}
.detailimage .img-responsive{margin: 0 auto;}


div.detail-sale-price-container
{
	position: absolute;
    left: 30px;
    top: 15px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(239,62,66,1);
  /*  background-color: rgba(0,83,157,50);*/
    width: 100px;
    height: 100px;
    border-radius: 70px;
    color: #fff;
}


div.detail-price
{
	padding-top: 36px; margin-top: 0;
	position: relative;
	text-align: center;
    font-family: 'Roboto Condensed', 'Open Sans', Arial, Sans-Serif;
    font-weight: bold;
    font-size: 20pt;
    line-height: 20pt;
    color: #fff;
}



/* 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;
}


/* DISPLAYS UNDER CATEGORY IMAGE */
.featured-prod-subtext
{
	margin-bottom: 40px;font-size: .9em; padding: 2px; min-height: 140px;
}


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;}



.uluniformsubcats-header{font-weight: normal; font-size: 10pt; margin-top: 20px;}
.uluniformsubcats
{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 4px;
}
.uluniformsubcats li
{
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;	
	font-weight: bold;	
}

.uluniformsubcats li span
{
	background-color: #fcee00;
	padding: 4px 8px;
	font-size: 8pt;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transition: .2s;
	transition: .2s;
}
.uluniformsubcats li span:hover{background-color: #fff;}
.uluniformsubcats li a{text-decoration: none;}
.uluniformsubcats li a:hover{text-decoration: none; color: #333;}


.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: #f6f6f6;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: .8em;color: #666;}



.error{color: #ed2028 !important; font-weight: normal;}
.error-padleft{color: #ed2028 !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', Arial, 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;
}

#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: #f7f8f9;
	}

#footer
{
	font-size: 9pt;
	color: inherit;
	padding: 20px 0;	
}
#footer a{color: inherit; font-size: 9pt;}
#footer a:hover{color: #0073a8; font-size: 9pt; text-decoration: none;}


.adminmenu {
  margin-bottom: 20px;
  list-style: none;
  padding: 14px 0px; margin-bottom: 0;
  font-size: 1.2em;
  color: #000;
}
.adminmenu a:hover {text-decoration: none !important;color: #dc202e !important;}
.adminmenu > li {display: inline-block; padding-right: 30px;}

/*.adminmenu > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "\00a0";
}*/
.adminmenu .active {color: #dc202e !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: #0073a8 !important;
}
.footermenu a:hover{text-decoration: none; color: #0073a8;}





/* #################################### */
/* ########    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;}
	
	#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;}
	
	#whats-new{background-color: #c4c4c4;}

	.categorythumb__imgholder
	{
		position: relative;
		/*height: 187px; 
		width: 150px;*/
		margin: 0 auto;
	}
		
	.other
{
	position: relative;
	height: 187px; 
	width: 150px;
	margin: 0 auto;
}
	
	
	.featured-prod-subtext
	{
	margin-bottom: 0px;font-size: .9em; padding: 2px; min-height: 140px;
	}
	

	#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: #393939;
        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: 10px 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: #236fba;
		background-color:transparent;
		border-color:transparent;
		border-radius:0 0 0 0;
		border-style:none;
		border-width:0;
		font-family: 'Roboto', arial, sans-serif;
		font-size:60px;
		font-style:normal;
		font-weight:900;
		line-height:60px;
		padding:0;
		text-decoration:none;
	}
	.hero-h2
	{
		margin: 0; 
		background-color:transparent;
		border-color:transparent;
		border-radius:0 0 0 0;
		border-style:none;
		border-width:0;
		font-family: 'Roboto', arial, sans-serif;
		font-size:25px;
		font-style:normal;
		font-weight:400;
		letter-spacing:2px;
		line-height:25px;
		padding:0;
		text-decoration:none;
		padding-bottom: 20px;
	}

	.hero-h3
	{
		margin: 0; 
		background-color:transparent;
		border-color:transparent;
		border-radius:0 0 0 0;
		border-style:none;
		border-width:0;
		font-family: 'Roboto', arial, sans-serif;
		font-size:20px;
		font-style:normal;
		font-weight:400;
		letter-spacing:2px;
		line-height:20px;
		padding:0;
		text-decoration:none;
		background-color: #000;
		padding: 10px;
		color: #fff
	}
    
    
    .hero-container
	{
		background-image: url(../images/hero-products_sm.png); background-repeat: no-repeat; background-position: right center;
	}
    
}
/* END X-SMALL DEVICES */



/* SMALL DEVICES (tablets, 768px and up) */
@media (min-width: 768px) 
{
	
			#whats-new{background-color: #c4c4c4;}     
	#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 8px !important;
  padding-left: 0 !important;
   padding-right: 20px !important;
}
	   .zetta-menu{font-size: 1em;}

    .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;}
	

	
	.categorythumb__imgholder
	{
	
		position: relative;
		/*height: 249px; 
		width: 200px;*/
		margin: 0 auto;
	
	}
	
.other
{
	position: relative;
	height: 249px; 
	width: 200px;
	margin: 0 auto;
}
	/*#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: 10px 0; min-width: 100%; border-radius: 3px;}
	   
	   
	   
	.hero-h1
	{
		margin: 0;
		color: #236fba;
		background-color:transparent;
		border-color:transparent;
		border-radius:0 0 0 0;
		border-style:none;
		border-width:0;
		font-family: 'Roboto', arial, sans-serif;
		font-size:50px;
		font-style:normal;
		font-weight:900;
		line-height:60px;
		padding:0;
		text-decoration:none;
	}
	
	.hero-h2
	{
		margin: 0; 
		background-color:transparent;
		border-color:transparent;
		border-radius:0 0 0 0;
		border-style:none;
		border-width:0;
		font-family: 'Roboto', arial, sans-serif;
		font-size:25px;
		font-style:normal;
		font-weight:400;
		letter-spacing:2px;
		line-height:25px;
		padding:0;
		text-decoration:none;
	}
	   
	 
	.hero-h3
	{
		font-size: 13pt;
		line-height: 16pt;
		max-width: 230px;
	} 
	

	.hero-container
	{
		 background-image: url(../images/hero-products_sm.png); background-repeat: no-repeat; background-position: right center;
	}

}
/* END SMALL DEVICES */





/* MEDIUM DEVICES (desktops, 992px and up) */
@media (min-width: 992px) 
{

	/*#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;}
	
				#whats-new{background-color: transparent;}     
	


	.categorythumb__imgholder
	{
	
		position: relative;
		/*height: 274px; 
		width: 220px;*/
		margin: 0 auto;
	
	}
.other
{
	position: relative;
	height: 274px; 
	width: 220px;
	margin: 0 auto;
}
	
    .img-detail-thumb{width: 109px;}
	.zetta-menu{ font-size: 11pt !important;}
	.zetta-menu > li > a {
		padding: 0 12px !important; font-size: 10pt !important;
		  padding-left: 0 !important;
		   padding-right: 30px !important;
	}
	
	
	.hero-h1
	{
		margin: 0;
		color: #236fba;
		background-color:transparent;
		border-color:transparent;
		border-radius:0 0 0 0;
		border-style:none;
		border-width:0;
		font-family: 'Roboto', arial, sans-serif;
		font-size: 60px;
		font-style:normal;
		font-weight:900;
		line-height:68px;
		padding:0;
		text-decoration:none;
	}
	.hero-h2
	{
		margin: 0; 
		background-color:transparent;
		border-color:transparent;
		border-radius:0 0 0 0;
		border-style:none;
		border-width:0;
		font-family: 'Roboto', arial, sans-serif;
		font-size:35px;
		font-style:normal;
		font-weight:400;
		letter-spacing:2px;
		line-height:42px;
		padding:0;
		text-decoration:none;
	}
	
	.hero-h3
	{
		max-width: 380px;
		color: #333;
		background: none;
		font-size: 18pt;
		font-family: 'Roboto', arial, sans-serif;
		font-style:normal;
		font-weight:400;
		letter-spacing:2px;
		line-height: 36px;
		padding:0;
		text-decoration:none;
	}
	
	
	.hero-container
	{
		background-image: url(../images/hero-products_sm.png); background-repeat: no-repeat; background-position: right center;
	}
	
	
}
/* END MEDIUM DEVICES */




/* LARGE DEVICES (large desktops, 1200px and up) */
@media (min-width: 1200px) 
{

	#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;}
	
		#whats-new{background-color: transparent;}    
	


	.categorythumb__imgholder
	{
	
		
		/*height: 327px; 
		width: 263px;*/
		height: 535px;
		width: 430px;
		
	
	}
	
	.other
	{
		position: relative;
		height: 327px !important; 
		width: 263px !important;
		margin: 0 auto;
	}
	
	
   .zetta-menu > li > a {
		padding: 0 20px !important; font-size: 15pt !important;
		  padding-left: 0 !important;
		  padding-right: 40px !important;
	}
	
	
	
	.hero-h1
	{
		margin: 0;
		color: #236fba;
		background-color:transparent;
		border-color:transparent;
		border-radius:0 0 0 0;
		border-style:none;
		border-width:0;
		font-family: 'Roboto', arial, sans-serif;
		font-size:70px;
		font-style:normal;
		font-weight:900;
		line-height:90px;
		padding:0;
		text-decoration:none;
		margin-bottom: 15px;
	}
	.hero-h2
	{
		margin: 0; 
		background-color:transparent;
		border-color:transparent;
		border-radius:0 0 0 0;
		border-style:none;
		border-width:0;
		font-family: 'Roboto', arial, sans-serif;
		font-size:40px;
		font-style:normal;
		font-weight:300;
		letter-spacing:2px;
		line-height:45px;
		padding:0;
		text-decoration:none;
	}
	
	
	.hero-h3
	{
	margin: 0; 
    background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	font-family: 'Open Sans-Serif', 'Roboto', arial, sans-serif;
	font-size: 28px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:34px;
	padding:0;
	text-decoration:none;
	color: #333;
	max-width: 420px;
}

	.hero-container
	{
		background-image: url(../images/hero-products.png); background-repeat: no-repeat; background-position: right center;
	}
	
	
}
/* END LARGE DEVICES */