/* ==sections */
section {
	clear: both;
}
.breadcrumb {
	padding-bottom: 6px;
	padding-top: 8px !important;
}
.breadcrumb a {
	font-size: 12px;
}
#container {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#pageEssentials, #header, #footer {
	margin: 0 auto;
	width: 100% ;
	clear: both;
}
#header {
	padding: 0;
}
#brandBar {
	position: relative;
	z-index: 490;
	width: 100%;
	min-height: 75px;
	max-width: 1024px;
	top: 0;
	margin: 0 auto;	
}

/* ==brand */
.navLogo {
	z-index: 495;
	float: left;
}
.navLogo img.logo, 
.navLogo img.logo-mobile  {
	width: 176px;
	height: 72px;
}
.navLogo img.logo-mobile {
	display: none;
}	

/* ==user profile */
.userBtns {
	list-style-image: none;
	padding-left: 0;
	margin: 0;
}
.userBtns li {
	display: inline-block;
	margin: 1px 0 1px 7px;
	position: relative;
	vertical-align: top;
	max-height: 32px;
	text-align: left;
	background: none;
	padding: 0;
}
.userBtns li:first-child {
	margin-left: 0;
}
.userBtns a,
.imgGallery a {
	text-decoration: none;
}
.search form,
.search fieldset {
	display: inline;
}
.search .input-group {
	width: 175px;
}
.search .input-group-addon {
	padding: 7px 12px;
}
#userProfile {
	float: right;
	text-align: right; 
	margin: 22px 0 14px;
}
#userProfile >ul>li>a > .btn {
	min-height: 18px;
	width: inherit;
}
/* with ie9 hack */
#userProfile .form-control,
#productFinderForm .form-control{
	min-width: 140px;
	min-width:110px\9;
    max-width: 150px;
	max-width:110px\9;
	height: 18px;
}
#userProfile .glyphicon {
	margin-right: 5px;
}
#userProfile .search .input-group-addon {
	border-radius: 0 4px 4px 0;
	border: 1px solid #b5b5b5;
	cursor: pointer;
	
}

/* ==headline subnav */
#headline .subnav,
.pdp.subnav {
	min-height: 30px;
	clear: both;
	width: 100%;
	margin-top: 6px;
	padding: 0;
	margin-bottom: 0;
	border-top: 1px solid #dfe0e1;
	border-bottom: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 37%, #f2f2f2 84%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(37%,#ffffff), color-stop(84%,#f2f2f2), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 37%,#f2f2f2 84%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 37%,#f2f2f2 84%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 37%,#f2f2f2 84%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 37%,#f2f2f2 84%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-8 */		
}

.pdp.subnav {
	margin-top: 0;
}
 
#headline .subnav > ul,
.pdp.subnav > ul {
	max-width: 1020px;
	margin: 0 auto;
	width: 95%;
	padding: 0;
	position: relative;
}

#headline .subnav li,
.pdp.subnav li {
	font-size: 12px;
	margin: 0;	
	padding: 0;
	float:left;
	display: inherit;
}

#headline .subnav a,
.pdp.subnav a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #333333;
	padding: 8px 10px;
	font-size: 13px;
	float: left;
	cursor: pointer;
}
#headline .subnav li.active,
.pdp.subnav li.active,
.pdp.subnav li a.active {
	background: #6c6c6c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNmM2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjYjdiN2I3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjYlIiBzdG9wLWNvbG9yPSIjYzRjNGM0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODMlIiBzdG9wLWNvbG9yPSIjZjZmNmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #6c6c6c 0%, #b7b7b7 4%, #c4c4c4 26%, #f6f6f6 83%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6c6c), color-stop(4%,#b7b7b7), color-stop(26%,#c4c4c4), color-stop(83%,#f6f6f6), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6c6c6c 0%,#b7b7b7 4%,#c4c4c4 26%,#f6f6f6 83%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6c6c6c 0%,#b7b7b7 4%,#c4c4c4 26%,#f6f6f6 83%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6c6c6c 0%,#b7b7b7 4%,#c4c4c4 26%,#f6f6f6 83%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6c6c6c 0%,#b7b7b7 4%,#c4c4c4 26%,#f6f6f6 83%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#fafafa',GradientType=0 ); /* IE6-8 */
}
#headline .subnav li:after,
.pdp.subnav li:after {
    content: ''; 
	background: url('/images/responsive/cmn/sprite.png') no-repeat -495px -33px;
	width: 1px;
	float: right;
	height: 30px;
	margin: 0;
	top: 0;
}
#headline .subnav li:last-child:after,
.pdp.subnav li:last-child:after {
	background: none;
}
#headline .subnav #socialShare li:after,
.pdp.subnav #socialShare li:after {
	height:10px;
}
#socialShare h5, .userOptions {
  padding-left: 10px;
}
#socialShare h5{
	padding-top:5px;
	padding-right: 10px;
}
#socialShare {
  margin-bottom: 5px !important;
  min-width: 155px;
}
#divButtons{
	width: auto !important;
}

#headline .subnav li.helpModal:before,
.subnav li.helpModal:before {
	float: left;
    content: ''; 
	background: url('/images/responsive/cmn/sprite.png') no-repeat -495px -33px;
	width: 1px;
	height: 30px;
	margin: 0;
	top: 0;	
}
#helpInfo .modal-body {
	padding: 0 10px;
}
#helpInfo .table-responsive > .table > tbody > tr > td, 
#helpInfo .table-responsive > .table > tfoot > tr > td {
	 white-space:normal;
}
#helpInfo .table-responsive > .table > tbody > tr > td.aLeft, 
#helpInfo .table-responsive > .table > tfoot > tr > td.aLeft {
	 min-width: 110px;
	 text-align: left;
}
#helpInfo .ipDim {
	font-weight: bold;
	color: #777;
	margin-bottom: 0;
}

#helpInfo h6 {
	text-align: center;
	margin-bottom: 10px;
}
#helpInfo .table-responsive > .table > tbody > tr > td.aLeft h6,
#helpInfo li {
	text-align: left;
}
#helpInfo .modal-dialog {
    max-width: 810px;
    width: 100%;
}
#helpInfo .table-responsive > .table > tbody > tr > td > img {
	max-width: 117px;
	height: auto;
} 


/* ==promos */
.promoResCopy {
	padding: 0 5px;	
}
#promosResWrap {
	background-color: #f3f3f3;
	box-shadow: 0 0 10px #d6d6d6;	
	-webkit-box-shadow: 0 0 10px #d6d6d6;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 20px 0;
}
#promosResWrap .row.c-wrap {
	margin: 0 auto 20px;
}
#promosResWrap .promoRes img {
	width: 100%;
	height: auto;
}
#promosResWrap .promoRes > span {
	padding: 5px 0;
	margin: 0;
	display: block;
}
#promosResWrap .promoRes.col-md-12 img {
	max-width: 980px;
	margin: 0 auto;
	display: block;
}
#promosResWrap .promoRes.col-md-6 img {
	max-width: 485px;
}
#promosResWrap .promoRes.col-md-4 img {
	max-width: 315px;
	max-width: 250px; /* ==rip */
}
#promosResWrap .promoRes.col-md-4 span:first-child,
#promosResWrap .promoRes.col-md-6 span:first-child {
	margin-right: 5px;
}
#promosResWrap .promoRes.col-md-4 span:last-child,
#promosResWrap .promoRes.col-md-6 span:last-child {
	margin-left: 5px;
}
#promosResWrap h3 {
	font-size: 20px;
	margin-top: 5px;
}
#promosResWrap .glyphicon {
	font-size: 10px;
	margin-left: 0;
}


/* ==footer */
.socialConnect h5 {
	float: left;
	margin-top: 10px;
	color: #222;
	font-size:14px;
	font-weight: normal;
}
#footer .input-group-addon:not(:first-child):not(:last-child), 
#footer .input-group-btn:not(:first-child):not(:last-child), 
#footer .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0 4px 4px 0;
}
#footer{
	margin:20px auto;
	position:relative;
	clear:both;
	min-height:160px;
	height: auto;
	font-size: 12px;
}
#footer .socialLinks {
	padding-left: 0;
	margin: 0;
}
#footer .socialLinks li{
	width: 25px;
	margin: 0 5px 5px;
	float: left;
	list-style: none;
	background: none;
	padding:0;
}
#footer .links {
	margin-bottom: 20px;
}
#footer > div {
	border-top: 2px solid #ccc;
	margin-bottom: 15px !important;
	padding-top: 10px;
}
#footer .col-md-6.links{
	width: 49%;
	margin: 0 5px;
}
#footer .col-md-6:first-child{
	margin-left: 0;
}
#footer .col-md-6:last-child{
	margin-right: 0;
}
#footer ul.links li{
	padding: 0;
	background: 0;
	display: inline;
	line-height: 2.15;
	float: left;
	min-width: 25%;
}
#footer ul.col-md-6.links li{
	min-width: 50%;
}
#footer ul.links li a{
	white-space:nowrap;
	color: #666;
	padding: 0 0 0 5px;
}
#footer ul.links li img{
	vertical-align:sub;
}


/* ==social Box */
.socialBox {
	border: 1px solid #d0d0d0;
	background: #f5f5f5;
	padding: 10px 30px;
}
.socialBox li {
	list-style-type: none;
}
.locationCopy {
	margin-top: 10px;
	margin-bottom: 15px;
	clear:both;
}
#footer #gigya {
	margin-bottom: 25px;
}

/* ==coypright */
#copyright p{
	margin:5px 0 0;
	color: #666;
}

#copyright a {
	padding-right:5px;
}

/* ==locationSwitcher */
.homepage #locationSwitcher img{	
	margin:8px 10px 0 5px;
}
#locationSwitcher .location {
  width: 920px;
  padding-left: 180px;
  padding-top: 100px;
  padding-bottom: 20px; 
}
#locationSwitcher .location .americas {
  float: left;
  padding-left: 10px;
  width: 200px; 
}
#locationSwitcher .location h1 {
  font-weight: bold;
  color: black;
  padding-bottom: 20px;   
}
#locationSwitcher .location .emea {
  float: left;
  padding-left: 20px;
  width: 425px; 
}

#locationSwitcher .location .emea_col {
  float: left;
  width: 210px;
}

#locationSwitcher .location .asia {
  float: left;
  padding-left: 20px;
  width: 220px; 
}

#locationSwitcher .location .europe_2 {
  padding-top: 2.8em; 
}

#locationSwitcher .location h3 {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 1.1em; 
}

#locationSwitcher .location .country {
  //margin: 0 0 15px 0;
  padding: 0 0 0 26px;
  overflow: hidden;
  height: 1%;
  font-size: 1.0em; 
}

#locationSwitcher .location .country img {
  float: left;
  margin: 0 0 0 -26px;
  padding: 2px 7px 0 0; 
}

#locationSwitcher .location .country li {
  margin: 0;
  padding: 0 0 5px 0;
  color: grey; 
}

#locationSwitcher .location .country li li {
  margin: 0;
  padding: 0; 
}
#locationSwitcher > a{
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    vertical-align: top;
}
#locationSwitcher img{
	margin:2px 10px 0 5px;
	float:left;
}
#locationSwitcher form, 
#locationSwitcher fieldset{
	display:inline;
	vertical-align:middle;
}

#locationSwitcher form{margin-left:7px;display:none}
#locationSwitcher.js-enabled form{display:inline}
#locationSwitcher select{min-width:100px}
#locationSwitcher .ui-formulate-current{padding-right:25px}

#locationSwitcher span#mobileSiteLink {
	padding-left: 10px; 
	display: none;
}
#locationSwitcher,
#locationSwitcher .location-selector {
	position: relative; 
}
#locationSwitcher .location-selector .location-holder {
	max-height: 0px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: -20px;
	padding: 0;
	-webkit-transition: max-height 500ms ease;
	-moz-transition: max-height 500ms ease;
	-ms-transition: max-height 500ms ease;
	-o-transition: max-height 500ms ease;
	transition: max-height 500ms ease; 
}
#locationSwitcher .location-selector .location-popover {
	visibility: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	background: #ffffff;
	-webkit-transition: max-height 500ms ease;
	-moz-transition: max-height 500ms ease;
	-ms-transition: max-height 500ms ease;
	-o-transition: max-height 500ms ease;
	transition: max-height 500ms ease;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5); 
}
#locationSwitcher .location-selector.open .location-holder {
	padding: 0 10px 10px 0;
	overflow: hidden;
	max-height: 1000px;
	z-index: 100;
}
#locationSwitcher .location-selector.open .location-popover {
	visibility: visible; 
}
#locationSwitcher .location-selector.closing .location-holder {
	max-height: 0; 
}
#locationSwitcher .location-selector ul, #locationSwitcher .location-selector li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none; 
}
#locationSwitcher .location-selector ul li, #locationSwitcher .location-selector li li {
	padding: 5px 0 5px 26px;
	display: block;
	clear: both; 
}
#locationSwitcher .location-selector ul li div, #locationSwitcher .location-selector li li div {
	float: left;
	width: 90%; 
}
#locationSwitcher .location-selector h3 {
	padding-bottom: 0; 
}
#locationSwitcher .location-selector .country img {
  margin: 0 0 0 -26px;
  display: block;
  float: left; }
#locationSwitcher .location-selector .country li:last-child img {
  display: none; }  
  
#locationSwitcher .location-selector .location {
	padding: 0;
}
#locationSwitcher .location-selector .location .countries {
	padding: 10px; 
}
#locationSwitcher .select-target.select-theme-chosen {
	margin-bottom: 25px;
	color: #666;
	z-index: 0;
}

/* ==cookie notice */
.cookie-notice {
	position: relative;
	background-color: #CCCCCC;
	color: #333333;
	margin: 0 auto;
	font-size: 12px;
	padding: 15px 0;
	min-height: 100%;
	clear:both;
}
.cookie-notice .row.c-wrap {
	margin-bottom: 0;
}
.cookie-message {
	position: relative;
}
.cookie-notice span {
	width: 95%;
	display: block;
}
.cookie-message button.close {
	position: absolute;
	top: -10px;
	right: 20px;
}
.homepage #header { height: auto;}

logi.homepage #content {
	background-color: #f3f3f3;
}

/* ==Newsletter Signup */
.newsletter {
	margin:0 0 25px;
	clear:both; 
}

.newsletter.row {
	margin-left:0;
	margin-bottom: 10px;
}
.newsletter .form-group.email {
	width: 200px; 
}
.newsletter #signup {
	padding:5px 0;
}
.newsletter .glyphicon { 
	cursor: pointer;
}
.newsletter .input-group { 
	padding-right:10px;
}
.newsletter .glyphicon { 
	margin-right: 5px;
}
.newsletter .input-group-addon { 
	padding: 7px 12px;
}
.newsletter h5 { 
	padding: 8px 10px 0 0;
	font-weight:normal;
	color: #222;
}
.newsletter .error { 
	font-size: 13px;
	clear: both;
}
.newsletter .results {
	font-size: 1.15em;
    padding-top: 4px;
    margin-bottom: 15px;
    color: #222;
}
.newsletter .messages { 
	padding: 7px 0px 0; 
}
#signupForm .form-control { 
	max-width: 220px; 
	font-size: 13px;
	color: #666;
}
#signupForm .input-group { 
	width: 270px; 
	z-index: 0;
}
#gigya .newsletter { 
	margin: 5px 0 5px;
	min-height: 61px;
}
#gigya .newsletter h5 {
	padding: 10px 10px 0 0;
	margin-bottom: 5px;
}
#gigya h5 {
   	color: #222;
   	font-size: 14px;
}
#gigya > .row > h5 {
	margin-bottom: 10px;
}
#spread_the_word div.gig-counter {
  position: relative;
  zoom: 1;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 30px !important;
  height: 20px !important;
  line-height: 25px !important;
  margin: 5px !important;
  background-image: none !important;
}



/* Clearable search box styles */
input#globalSearch.form-control.lu-s-field {
	padding-right:4px;
	padding-left:12px;	
}
input#globalSearch.form-control.lu-s-field{
	border-right:0px;	
}
input#globalSearch.form-control:focus { 
	box-shadow:none;
	outline:none;
}
.input-group #globalSearch.form-control { 
	float:none;
}
#headersearchform div.input-group {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9e9e9 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */
}
.clearableSearch{	
	clear:both;
	display:table-cell;
	width:15px;
	//background:transparent;
	position:relative;
	margin:0; 
	padding:0px 10px 0px 5px;
	z-index:10;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9e9e9 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */	
	border-top:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
	box-sizing:border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box;
}
.clearableSearch:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearableSearch h5 {
	display:table-cell;
    width:10px;
    height:8px;
    padding:0;
    cursor: pointer;
    position:absolute;
    float:right;
    font-size: 1.2em;
    background: url(/images/v2/subcategory/btn-closeR.png) no-repeat left;
    margin:0;
    z-index:2;    
    top:12px;
    left:1px;
}


/* Animated Search Box styles for responsive / non responsive pages */
#headersearchform .form-control{
	max-width:240px;
	min-width:110px;
}


@media only screen and (max-width: 1024px) {
	.navLogo {
		padding-left: 20px;
	}
	#headline .subnav > ul,
	.pdp.subnav > ul {
		padding: 0 0 0 20px;
	}
	
	#promosRes .col-md-4.sm-responsive,
	#promosRes .col-md-6.sm-responsive {
		float: left;
	}
	#promosRes .col-md-4.sm-responsive {
		width: 33%;
	}
	#locationSwitcher.js-enabled form {
	    margin-top: 10px;
	}				
	#footer ul.col-md-12, #footer .col-md-6.links{
		clear: left;
	}	
	#footer #gigya {
		margin-top: 0;
		float: left;
	}
	#footer .col-md-6.links {
		width: 100%;
	}		
	#footer ul.col-md-6.links li {
		min-width: 25%;
	}
}	
@media only screen and (max-width: 991px) {
	#headline .subnav li.helpModal:before,
	.subnav li.helpModal:before,
	#headline .subnav li.helpModal.pull-right:before,
	.subnav li.helpModal.pull-right:before {
		display: none;
		background: none;
		float: none !important;
	}
	
	#headline .subnav li,
	.pdp.subnav li {
		float:left !important;
	}		
	
}


@media only screen and (max-width: 990px) {
	.newsletter .pull-right {
		float: left !important;
	}
	.newsletter .col-md-8 {
		clear: both;

	}		
	#helpInfo .table-responsive {
	    border: 1px solid #dddddd;
	    margin-bottom: 15px;
	    overflow-x: scroll;
	    overflow-y: hidden;
	    width: 100%;
	}
	#helpInfo .modal-dialog {
	    max-width: 755px;
	    width: 97%;
	}	
	
}

@media only screen and (max-width: 942px) {
	#locationSwitcher > a {
	    display: block;
	}
	#locationSwitcher form {
	    margin-left: 5px;
	}	
}

@media only screen and (max-width: 768px) {
	.brand img.logo {
		display: none;
	}	
	.brand img.logo-mobile {
		display: block;
		height: 84px;
		width: 95px;
		left: 15px;
	}
	.userBtns li .btn {
		font-size: 0;
	}
	ul#socialShare {
	  left: 0;
	  right: inherit;
	}	
	#footer ul.links li, #footer ul.col-md-6.links li{
		min-width: 50%;
	}
	#footer #gigya {
		margin-top: 10px;
		margin-bottom: 15px;
	}	
	#promosResWrap .promoRes.col-md-4 img {
		max-width: 216px;
	}	
	#footer .socialLinks {
	    float: left !important;
	}
	
}

@media only screen and (max-width: 599px) {		
	.input-group .form-control {
		max-width: 143px;
	}
	.logiBand {
		top: 110px;
	}
	.newsletter h5 {
	    float: none !important;
	}	
	.subnav > ul > li:hover {
		background-color: #eeeeee
	}	
	#headline .subnav > ul, .pdp.subnav > ul {
	    padding: 0;
	}	
	#promosRes .col-md-4.sm-responsive {
		float: none;
		width: 300px;
	}
	#promosRes .promo.col-md-4 img {
		max-width: 295px;
	}
	#userProfile {
		float: none;
		text-align: left;
		margin: 22px 0 10px 25px;
		clear: both;
	}			
	#copyright {margin: 10px 0 0;}
	#gigya .gig-bar-container > table > tbody > tr > td {
		display: block;
		margin: 10px 0;
	}							
	#promosResWrap .promoRes.col-md-6 img {
		max-width: 269px;
	}	
	#locationSwitcher .location-selector ul li, #locationSwitcher .location-selector li li {
		clear: none; 
		float: left;
		width: 100%;
	}	
	#headline .subnav > ul, 
	.pdp.subnav > ul {
		width: 100%;
	}
	#headline .subnav > ul > li, 
	.pdp.subnav > ul > li {
	    height: 40px;
	    width: 49%;
	    border: 1px solid #ddd;
	}
	#headline .subnav > ul > li::after, .pdp.subnav > ul > li::after {
	    display: none;
	}			
								
}
@media only screen and (max-width: 667px) and (min-width: 375px) and (orientation: landscape) {	
	#headline .subnav > ul > li, 
	.pdp.subnav > ul > li {
	    height: 25px;
	}
	#headline .subnav a, .pdp.subnav a {
		padding: 5px 10px;
	}	
	
}		

@media only screen and (max-width: 467px) {		
	#gigya > .row > h5 {
		margin-top: 15px;
	}
	#footer .c-wrap {
		padding: 0;
	}
	#gigya .newsletter.row,
	.newsletter.row, 
	#footer .c-wrap ul.links li a,
	#gigya > .row > h5 {
		padding-left: 20px;
		
	}	
	.locationCopy, .newsletter, 
	.socialConnect,	#locationSwitcher {
		padding-left: 20px;
	}
	ul#socialShare {
	    min-height: 70px;
	}	
	#locationSwitcher .location-selector .location-holder {
	    bottom: -10px;
	    left: 0;
	    position: absolute;
	    transition: max-height 500ms ease 0s;
	    width: 90%;
	}	
	
}


@media only screen and (max-width: 356px) {		
	.userBtns li.search {
		margin-left: 0;
	}
	.newsletter, .locationCopy, #copyright {
		margin: 0;
	}
	#locationSwitcher .location-selector ul li, #locationSwitcher .location-selector li li {
	    width: 100%;
	}	
	#headline .subnav li, 
	.pdp.subnav li {
	    height: 50px;
	}	
					
	
}


@media only screen 
and (max-device-width : 320px)
and (orientation : portrait) {
	#headersearchform .form-control{
		min-width:110px !important;
		width:110px;
		max-width:220px !important;		
	} 
	.form-control{
		padding:6px 12px !important;
	}
}
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	#headersearchform .form-control{
		min-width:130px !important;
		width:130px;
		max-width:180px !important;		
	}
}
@media only screen 
and (max-device-width : 320px)
and (orientation : landscape) {
	#headersearchform .form-control{
		max-width:220px !important;
		min-width:110px !important;
		width:110px;		
	}
}
@media only screen 
and (min-device-width : 321px)
and (max-device-width : 360px) {
	#headersearchform .form-control{
		max-width:160px !important;
	}
}
@media only screen 
and (min-device-width : 361px)
and (max-device-width : 384px) {
	#headersearchform .form-control{
		max-width:180px !important;		
	} 
}
@media only screen 
and (min-device-width : 400px)
and (max-device-width : 424px) {
	#headersearchform .form-control{
		max-width:200px !important;
	} 
}
@media only screen 
and (min-device-width : 480px) 
and (max-device-width : 1024px) {
	#headersearchform .form-control{
  		max-width:220px !important;
	} 
}