/* --------------------------------------
             BorrowLenses
             Version: 3.0
-------------------------------------- */

html, body{
	height: 100%;
	width: 100%;
}

body {
	background: #fff;
	-webkit-font-smoothing:antialiased;
	color:#000;
	overflow-x: auto;
	box-sizing: border-box;
	min-width: 980px;
}

body {
	font:14px "Avenir LT W01 55 Roman", Verdana,Arial,sans-serif;
}

a,a:visited {
	color:#e40000;
}
/* Text formatting */
.uppercase {
	text-transform: uppercase;
}

.italics {
	font-style: italic !important;
}

.bold {
	font-family: "Avenir LT W01 85 Heavy",Verdana,Arial,sans-serif!important;
	font-weight: normal !important;
}

.question-mark-font {
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif !important;
}

.extra-letter-space {
	letter-spacing: 3px !important;
}

.no-letter-space {
	letter-spacing: 0;
}

.letter-space {
	letter-spacing: 1px;
}
.underline {
	text-decoration: underline;
}

.no-padding {
	padding: 0 !important;
}

.gray-opacity {
	background-color: rgba(51,51,51, 0.5);
}

.ellipsis {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.shadowed {
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
}

.chevron::before {
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}

.chevron.right:before {
	left: 0;
	color: white;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.chevron.bottom:before {
  	color: white;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	color: white;
	transform: rotate(-135deg);
}

.modal-background-filter {
	-webkit-filter: blur(10px);
  	-moz-filter: blur(10px);
  	-o-filter: blur(10px);
  	-ms-filter: blur(10px);
  	filter: blur(10px);
}

.image-dim {
	-webkit-filter: brightness(80%);
  	-moz-filter: brightness(80%);
  	-o-filter: brightness(80%);
  	-ms-filter: brightness(80%);
  	filter: brightness(80%);
}

.checkoutHover:hover, .checkoutHover.ui-state-hover {
	background: #dc143c !important;
}

.continueShoppingHover:hover, .continueShoppingHover.ui-state-hover {
	background: #d0d0d0 !important;
}

#navigationBar.fixed, #bar.fixed, #promoMessage.fixed, .condensed-image.fixed {
	position: fixed !important;
	min-width: 980px;
}
	header.condensed .condensed-image.fixed, header.condensed .header-condensed-image.fixed {
		left: 0;
		top: 0;
		width: 100%;
		height: 110px;
		z-index: 15;
		box-shadow: 0 1px 3px #444;
	}

#bar.fixed {
	top: 0 !important;
}

#bar.increase-opacity, #navigationBar.increase-opacity {
	/*background-color: rgba(51,51,51, 0.8) !important;*/
}

#promoMessage.fixed {
	top: 40px !important;
}

#navigationBar.fixed {
	top: 62px !important;
}

.no-promo ~ #navigationBar.fixed {
	top: 40px !important;
}

header:not(.condensed) .top-menu.no-promo-header, #bar.fixed.no-promo-header  {
	background-color: rgba(0,0,0,0.3) !important;
}

header:not(.condensed) .nav-bar.no-promo-header, #navigationBar.fixed.no-promo-header {
	background-color: rgba(0,0,0,0.6) !important;
}

#howItWorksModal {
	width: 100%;
	position: absolute;
	height: 625px;
	top: 0;
	z-index: 22;
	background-color: rgba(255,255,255,0.9);
	display: none;
}

#howItWorksModal[data-content='learn-more'] {
	height: auto;
	padding-bottom: 20px;
}

#howItWorksModal .close-modal-button:hover, #howItWorksModal .content-wrapper .learn-more span {
	cursor: pointer;
}

#howItWorksModal .background-modal-blur {
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
}

#howItWorksModal .titlebar-wrapper {
	position: relative;
	width: 100%;
	text-align: right;
	padding: 15px 0;
	margin-left: -20px;
}

#howItWorksModal .titlebar-wrapper .close-modal-button {
	color: #e40000;
}

#howItWorksModal .content-wrapper.video {
	display: table;
	margin: 75px auto 0;
}

#howItWorksModal .content-wrapper.video .learn-more {
	text-align: center;
	padding: 10px 0;
}

#howItWorksModal .content-wrapper.learn-more .notice-wrapper {
	width: 90%;
	margin: 45px auto 0;
	border: 3px solid #f0f0f0;
	background-color: rgba(255,255,255,1);
	box-sizing: border-box;
}

#howItWorksModal .content-wrapper.learn-more .message {
	margin: 20px;
	font-size: 18px;
}

#howItWorksModal .diagram-wrapper {
	height: 225px;
	width: 90%;
	margin: 30px 5% 25px;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
}

#howItWorksModal .camera-wrapper, #howItWorksModal .package-wrapper, #howItWorksModal .package2-wrapper, #howItWorksModal .photographer-wrapper {
	height: 200px;
	width: 22%;
	margin-right: 3%;
}

#howItWorksModal .diagram-wrapper .image {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto;
}

#howItWorksModal .content-wrapper.learn-more .camera-wrapper .camera {
	height: 58px;
	width: 72px;
	background-image: url(https://cdn.static-bl.com/images/png/Camera.png);
}

#howItWorksModal .content-wrapper.learn-more .photographer-wrapper .photographer {
	height: 73px;
	width: 67px;
	background-image: url(https://cdn.static-bl.com/images/png/Photographer.png);
}

#howItWorksModal .content-wrapper.learn-more .package-wrapper .package, #howItWorksModal .content-wrapper.learn-more .package2-wrapper .package2  {
	height: 71px;
	width: 73px;
	background-image: url(https://cdn.static-bl.com/images/png/Package.png);
}

#howItWorksModal .image-wrapper {
	height: 100px;
	width: 100%;
}

#howItWorksModal .diagram-wrapper .desc {
	margin-top: 15px;
}

#howItWorksModal .right-arrow {
	font-size: 32px;
	position: absolute;
}

#howItWorksModal .camera-wrapper .right-arrow {
	left: 22%;
}

#howItWorksModal .package-wrapper .right-arrow {
	left: 47%;
}

#howItWorksModal .photographer-wrapper .right-arrow {
	left: 69%;
}

#howItWorksModal .bl-video-wrapper {
	width: 100%;
	text-align: center;
	margin: 30px 0 0;
}

#howItWorksModal .bl-video-wrapper a {
	color: #000;
	font-size: 18px;
	text-decoration: underline;
}

#howItWorksModal .bl-video-wrapper a {
	cursor: pointer;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
        (-o-min-device-pixel-ratio: 3/2) , only screen and
        (min--moz-device-pixel-ratio: 1.5) , only screen and
    (min-device-pixel-ratio: 1.5) {
	#howItWorksModal .content-wrapper.learn-more .camera-wrapper .camera {
		background-image: url(https://cdn.static-bl.com/images/png/Camera@2x.png);
	}
	
	#howItWorksModal .content-wrapper.learn-more .package-wrapper .package, #howItWorksModal .content-wrapper.learn-more .package2-wrapper .package2 {
		background-image: url(https://cdn.static-bl.com/images/png/Package@2x.png);
	}
	
	#howItWorksModal .content-wrapper.learn-more .photographer-wrapper .photographer {
		background-image: url(https://cdn.static-bl.com/images/png/Photographer@2x.png);
	}
	
}

.diagram-wrapper .title {
	width: 100%;
	text-align: center;
	font-size: 32px;
}

.background-dim {
	-webkit-filter: brightness(40%);
  	-moz-filter: brightness(40%);
  	-o-filter: brightness(40%);
  	-ms-filter: brightness(40%);
  	filter: brightness(40%);
}

#welcomeSlides.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 535px;
}

.header-logo {
	/* position: absolute; */
	margin: 5px 0 5px 50px;
	float:left;
	height: 30px;
	width: 73px;
	background-size: 100% 100%;
	z-index: 10;
	background-image: url(https://cdn.static-bl.com/images/png/BL_LogoWShadow.png);
	background-repeat: no-repeat;
	/* filter:url(shadow.svg#drop-shadow);
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0,66,66,1)); */
}

.checkout .header-logo {
	background-image: url(https://cdn.static-bl.com/images/png/BL_LogoRed.png);
}

.bl-logo {
	margin-top: 7px;
	zoom: 0.9;
	height: 40px;
	width: 97px;
	background-size: cover;
	z-index: 10;
	background-image: url(https://cdn.static-bl.com/images/png/BL_LogoRed.png);
	background-repeat: no-repeat;
}

.homepage-filmstrip-header {
	background-color: #f0f0f0;
	padding: 15px 0 25px 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
	height: 100px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.homepage-filmstrip-header .title {
	font-size: 31px;
}

.homepage-filmstrip-header > div {
	text-align: center;
}

.swiper-container-filmstrip {
	position: relative;
	overflow-x:hidden;
}

.swiper-container-filmstrip .slide-text-button-wrapper {
	position: absolute;
	display: block;
	width: 100%;
	top:0;
}

.swiper-wrapper {
	height: 225px;  
}

.swiper-wrapper .swiper-slide {
	background-repeat: no-repeat;
	background-size: contain;
	height: 225px;
}

.swiper-slide img {
	width: 140px;
	height: 140px;
}

.filmstrip-banner {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform: translateX(-50% );
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.filmstrip-banner.last-slide {
	left: 50%;
	top: 50%;
	/* margin-top -> need to account for the empty title space that it doesn't have, and center it */
	margin-top: -15px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform:translate(-50%), -50%;
	-moz-transform: translate(-50%, -50% );
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.swiper-container-filmstrip {
	background: #fff;
	width: 100%;
}

.swiper-container-filmstrip .swiper-pagination-bullet {
	opacity: 1;
	background: #808080;
	width: 11px;
	height: 11px;
	display:none;
}

.swiper-container-filmstrip .swiper-pagination-bullet:nth-child(5n+1), .swiper-container-filmstrip .swiper-pagination-bullet:nth-last-child(1) {
	display:inline-block;
}

.swiper-container-filmstrip .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:#e40000;
}

.swiper-container-filmstrip .swiper-slide .image {
	margin: 16.7px auto 0;
	width: 140px;
}

.swiper-container-filmstrip .swiper-slide .image .filmstrip-image {
	height: 140px;
	width: 140px;
	max-width: 100%;
	background-repeat:no-repeat;
	background-size: contain;
}

.swiper-container-filmstrip .swiper-slide .image .title {
	text-align: center;
	font-size: 12px;
	height:32.3px;
	padding-top:5px;
	width: 150px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
}

.swiper-container-filmstrip .swiper-slide:not(:last-child):after {
	position: absolute;
    top: 10%;
    height: 140px;
    right: 0;
    border-right: 1px solid #000;
    width: 0;
    content: "";
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx)  
 {
	.header-logo, .bl-logo{
		background-image: url(https://cdn.static-bl.com/images/png/BL_LogoWShadow@2x.png);
	  	background-size: 100% 100%;
	}
	
	.checkout .header-logo {
		background-image: url(https://cdn.static-bl.com/images/png/BL_LogoRed@2x.png) !important;
	} 
	 
}

#welcomeSlides + .rslides_tabs, #testimonialsSlides + .rslides_tabs, #big-test + .rslides_tabs {
	display: inline-flex;
	display: -webkit-inline-flex; /* safari */
	display: -ms-inline-flexbox;
	left: 50%;
	 -ms-transform: translate(-50%, 0); /* IE 9 */
    -webkit-transform: translate(-50%, 0); /* Chrome, Safari, Opera */
    -moz-transform: translate(-50%,0);
    transform: translate(-50%, 0);
	
}



.welcome-slides-wrapper {
	width: auto;
	height: 535px;
	max-height: 535px;
	position: relative;
	display:block;
}

/* default configuration */
#welcomeSlides .slide-text-button-wrapper {
	position: absolute;
	display:block;
	-webkit-transform:translate(-50%, -50% );
	-ms-transform:translate(-50%, -50% );
	-moz-transform: translate(-50%, -50% );
	-o-transform: translate(-50%, -50% );
}

#welcomeSlides .slide-product-image-wrapper {
	position: absolute;
	display: block;
	-webkit-transform:translate(-50%, -50% );
	-ms-transform:translate(-50%, -50% );
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%, -50% );
	-o-transform: translate(-50%, -50% );
	
}

#welcomeSlides .slide-text-left {
	text-align: left;
}

#welcomeSlides .slide-text-left button {
	float:left;
}

#welcomeSlides .slide-text-center {
	text-align: center;
	
}

#welcomeSlides .slide-text-center button{
	-webkit-transform:translate(-50%, 0 );
	-ms-transform:translate(-50%, 0 );
	transform: translate(-50%, 0 );
	-moz-transform: translate(-50%, 0 );
	-o-transform: translate(-50%, 0 );
	margin-left: 50%;
	
}

#welcomeSlides .slide-text-right {
	text-align: right;
	
}

#welcomeSlides .slide-text-right button {
	float: right;
	
}

#welcomeSlides .slide-text-button-wrapper div {
	color: #fff;
}

#welcomeSlides .slide-text-button-wrapper div.slide-big-text {
	font-weight: bold !important;
	font-size: 72px !important;
}

#welcomeSlides .slide-text-button-wrapper div.slide-normal-text {
	font-weight: normal !important;
	font-size: 28px !important;
}

#welcomeSlides + .rslides_tabs{
	position: absolute;
	z-index: 2;
	bottom: 5px;
}

#big-test + .rslides_tabs {
	position: relative;
	margin-top: 10px;
}

.testimonials-slides-wrapper {
	width: 100%;
	height: auto;
	position: relative;
}

#testimonialsSlides + .rslides_tabs{
	position: absolute;
	z-index: 2;
	bottom: 5px;
	
}

header.condensed #welcomeSlides, header.condensed .rslides_tabs, header.condensed .welcome-slides-wrapper {
	display:none !important;
}

#wrapper .condensed-image {
	display:none;
}

header.condensed .condensed-image img{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 150px;
}

.header-video-wrapper {
	height: 150px;
	overflow: hidden;
	width: 100%;
	background-color: #000;
}

.header-video-wrapper video {
	width: 100%;
}

#welcomeSlides + .rslides_tabs li a, #testimonialsSlides + .rslides_tabs li a , #big-test + .rslides_tabs li a {
	text-decoration:none;
	color:#d0d0d0;
	font-size: 32px;
	padding:0 2px;
	outline:0;
}

#welcomeSlides + .rslides_tabs .rslides_here a, #testimonialsSlides + .rslides_tabs .rslides_here a  {
	color: #fff !important;
}

 #big-test + .rslides_tabs .rslides_here a{
 	color: #e40000 !important;
 }

.rslides li {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}

#testimonialsSlides li {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}

/* prevent slides from flickering */
.no-flick{
	-webkit-transform:translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
 }

.rslides .slide-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 450px;
}

#welcomeSlides .welcome-slide-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 535px;
}

.clearfix:before,.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	zoom:1;
}

.left {
	float:left;
}

.right {
	float:right;
}

.inline {
	display:inline;
}

h1 {
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
    font-size: 2.0rem;
    font-weight: 200;
}

h1.section-header {
	margin: 25px 5%;
}

strong,h2,h3,h4 {
	font-weight:700;
}

p {
	margin:10px 0;
}

input[type="submit"] {
	-webkit-appearance:none;
}

#wrapper {
	background:#fff;
	width:100%;
	position:relative;
	text-align:left;
	outline:none!important;
}

#inner {
	width:100%;
}

#welcomeContent.innerContent {
	margin: 0;
	width: 100%;
}

.innerContent {
	margin: 0 5%;
	width: 90%;
}

.innerContent#affiliatePage {
	width: 960px;
}

.innerContent.login, .innerContent.wishList, .innerContent.registerForm, .innerContent.lostPasswordForm, .innerContent.category, .innerContent.searchResults {
	width: 100%;
	margin: 0;
}

.innerContent.wishList h1.category-title {
	margin: 25px 5%;
}

#wrapper .promo {
	background-color: #000;
	top: 36px;
	height: 34px;
	line-height: 33px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bolder;
	font-size: 14px;
	position: absolute;
	z-index: 18;
}

.promo {
	font-size: 12px;
	letter-spacing: 1px;
}

.promo b {
	font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif !important;
	font-weight: normal !important;
}

#wrapper .no-promo {
	display: none;
}

#wrapper .top-menu ~ .promo {
	top: 36px !important;
	z-index: 18;
}

#wrapper .top-menu {
	position: absolute;
	z-index: 20;
	top: 0;
	width: 100%;
	height: 36px;
	background-color: rgba(51,51,51,0.5);
	/* background: transparent; */
}

#wrapper .top-menu.login {
	position: absolute;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 40px;
	margin: 0;
}

.top-menu.checkout {
	border-bottom: 1px solid #c0c0c0;
	background-color: rgba(255,255,255,0) !important;
}

.top-menu.checkout .header-welcome {
	color: #e40000 !important;
}

header.condensed .top-menu.checkout ~*, .top-menu.checkout ~ * .header-condensed-image {
	display: none !important;
}

#wrapper .top-menu.login ~ *:not(.login-image) {
	display: none !important;
}

header.checkout ~ #inner #mainContent h1 {
	margin-top: 0;
	padding-top: 40px;
}

header.condensed .condensed-image{
	display: block !important;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 150px;
}

#wrapper .top-menu .top-menu-items {
	float: right;
	margin-right: 5%;
}

#wrapper .top-menu.login .top-menu-items {
	height: 40px;
}

#wrapper .top-menu .top-menu-items li {
	color: #fff;
	font-size:12px;
	display: inline-block;
	line-height: 40px;
	margin-right: 25px;
}

#wrapper .top-menu.checkout .top-menu-items li {
	font-size:12px;
	display: inline-block;
	line-height: 12px;
	padding-right: 8px;
	margin: 14px 8px 14px 0;
	border-right: 1px solid #c0c0c0;
	box-sizing: border-box;
	margin-left: -4px;
}

#wrapper .top-menu .top-menu-items li a:hover {
	color: #e40000;
}

#wrapper .top-menu.checkout .top-menu-items li:last-child {
	padding-right: 0;
	border-right: 0;
}

.top-menu.checkout .top-menu-items li a {
	color: #000 !important;
}

#wrapper .top-menu .top-menu-items li:last-child {
	margin-right: 0;
}

#wrapper .top-menu .top-menu-items{
	right: 5%;
}

#wrapper .top-menu.login .top-menu-items li:first-child:before {
	content: none;
}

#wrapper .top-menu.registerForm .top-menu-items li:first-child:before {
	content: none;
}

#wrapper .top-menu.lostPasswordForm .top-menu-items li:first-child:before {
	content: none;
}


#wrapper .top-menu.login .top-menu-items li, #wrapper .top-menu.registerForm .top-menu-items li, #wrapper .top-menu.lostPasswordForm .top-menu-items li{
	margin-right: 0;
}

#wrapper .top-menu.login .top-menu-items li:last-child, #wrapper .top-menu.registerForm .top-menu-items li:last-child, #wrapper .top-menu.lostPasswordForm .top-menu-items li:last-child{
	margin-right: 0;
}

#wrapper .top-menu.login .top-menu-items li:before {
	content: '\00a0\00a0|\00a0\00a0' ;
	color: #000;
	
}
/* no longer needed based on new mock; remove once confirmed */
/* #wrapper .top-menu.login  .top-menu-items li a{
	color: #333 !important;
} */


.login-image .login-form-wrapper, .register-image .register-form-wrapper {
	background-color: #fff;
	height: auto;
	width: 360px;
	position: absolute;
	right: 5%;
	top: 60px;
	overflow: visible;
}

.login-image, .register-image {
	width: 100%;
	height: 710px;
	background-image:url(https://cdn.static-bl.com/images/BL_LoginImage2.jpg);
	background-repeat: no-repeat; 
	background-position: center center;
	background-size: cover;
	display: block !important;
}

.login-form, .register-form {
	width: 100%;
	margin: auto auto;
	
}

.login-form li, .login-form h2, .register-form li, .register-form h2 {
	text-align: center;
}

.login-form h2, .register-form h2 {
	color: #333;
}

.login-form li input, .register-form li input {
	width: 90%;
	height: 35px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.login-form li input[type='submit'], .register-form li input[type='submit'] {
	width: 90%;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

.login-links {
	margin: 0 2%;
}

#lostPasswordLink {
	width: 90%;
	font-size: 12px;
	line-height: 35px;
}

#lostPasswordLink a {
	color: #333 !important;
}

.login-remember-me {
	color: #333;
	width: 100%;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	
}

.login-remember-me input[type='checkbox'] {
	width: 10%;
	margin-bottom: 0;
	height: 14px;
	margin-top: 9px;
}

.login-remember-me label {
	width: 90%;
	text-align: left;
	line-height: 35px;
	height: 35px;
}

.login-divider, .register-divider {
	margin: 20px auto;
	height: 1px;
}

.login-divider, .login-new-users, .login-create-new-account, .register-divider, .register-login, .register-returning-user {
	width: 100%;
}

.login-new-users, .login-create-new-account, .register-login {
	margin: 10px auto;
	height: 35px;
}


.login-divider div, .register-divider div {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #333;
}

.login-new-users div, .login-create-new-account div, .login-create-new-account a, .register-returning-customer, .register-login div, .register-login a {
	width: 90%;
	margin: 0 auto;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.login-used-gear {
	height: 30px;
	font-weight: normal !important;
	font-size: 14px;
	color: black !important;
	text-align: center;
}

.login-used-gear-new-users {
	height: 20px;
}

.usedGearIcon {
	height: 100px;
	width: 100px;
}

.login-form .login-button{
	height: 40px;
}

#wrapper .top-menu .top-menu-items li a {
	color: #fff;
	text-decoration: none;
}

#wrapper .nav-bar {
	width: 100%;
	position:absolute;
	top: 40px;
	height: 48px;
	background-color: rgba(51,51,51, 0.5); /* hex #333 */
	z-index: 18;
}

#wrapper .promo ~ .nav-bar {
	top: 70px;
}

#wrapper header.condensed .nav-bar {
	top: 102px;
}

.header-condensed-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 150px;
}

#wrapper .nav-bar .menu-wrapper .menu{
	text-align:center;
	margin-top: 6px;
	padding-bottom: 6px;
	line-height: 36px;
}

.menu-wrapper .menu a span {
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif !important;
	font-weight: bold !important;
	letter-spacing: 1px;
	color: #000;
}

#wrapper .nav-bar .menu-wrapper {
	width: 100%;
}

#wrapper .nav-bar .menu-wrapper .submenu {
	/* display: none; */
	visibility: hidden;
	background-color: rgba(255,255,255,1);
	color: #000;
	width: 100%;
	height: 520px;
	padding: 0 auto;
	padding: 35px 0;
	box-sizing: border-box;
	position: absolute;
	z-index: 1005;
	top: 48px;
	transition: visibility 0s linear;
	-webkit-transition: visibility 0s linear;
	-o-transition: visibility 0s linear;
	-moz-transition: visibility 0s linear;
}

#wrapper .nav-bar .menu-wrapper:hover .submenu, #wrapper .nav-bar .menu-wrapper .submenu.hover   {
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	visibility: hidden;
	transition-delay: 350ms;
	-webkit-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
}

.menu-wrapper .submenu > li {
	border-right: solid 1px #000;
	width: 15%;
	min-width: 166px;
}

.menu-wrapper .submenu > li  a {
	color: #000;
}

.menu-wrapper .submenu > li  a:hover {
	color: #e40000;
}

.menu-wrapper .submenu .submenu-category:last-child {
	border-right: 0;
}

.menu-wrapper .submenu .submenu-category.new-arrivals {
	display: none;
}

.new-arrivals button, .used-gear button {
	margin-top: 30px;
	padding: 5px 10px;
	width: 170px;
	font-size: 12px;
}

/* Lens Finder ------------------------------------------- */
#wrapper .nav-bar .lensFinderMenu{
	background-color: rgba(255,255,255,1);
	color: #000;
	width: 100%;
	height: 390px;
	padding: 15px;
	box-sizing: border-box;
	//position: absolute;
	z-index: 1005;
	float: right;
	margin-top: 48px;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	transition-delay: 350ms;
	-webkit-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	border-bottom: 4px solid #e40000;
	visibility:hidden;
}

.lensfinder {
   width: auto;
   height:260px;
}

#wrapper .nav-bar .lensFinderMenu .lensFinderCopy{
  text-align:center;
  margin-top:10px;
  margin-bottom:5px;
  font-size:16px;
  font-family:"Avenir LT W01 85 Medium",Verdana,Arial,sans-serif;
}


.lensfinder .swiper-wrapper .swiper-slide {       
    width: auto;
    background: #fff;
    font-family:"Avenir LT W01 85 Regular",Verdana,Arial,sans-serif;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.lensfinder .swiper-wrapper .swiper-slide label{
    margin-top:10px;
    font-size:16px;
    font-family:"Avenir LT W01 85 Light",Verdana,Arial,sans-serif;
}

.lensfinder .swiper-wrapper .swiper-slide input{
    margin-top:10px;
    font-size:16px;
}

.lensfinder .swiper-wrapper .swiper-slide .qstn{
   font-size:18px;
   margin-bottom:10px;
   font-family:"Avenir LT W01 85 Heavy",Verdana,Arial,sans-serif;
}

.lensfinder .swiper-pagination .swiper-pagination-bullet-active{
   background: #e40000;
}

.lensfinder  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    cursor: initial;
}

#showLensBtn{
    float: right;
    margin-right: 10px;
    background: lightgray;
    font-weight: bold;
    border: none;
}

.swiper-container .swiper-wrapper .swiper-button-next{
  background:url('https://cdn.static-bl.com/images/icon_ArrowRight%402x.png') !important;
}

.swiper-container .swiper-wrapper .swiper-button-next:hover{
  background:url('https://cdn.static-bl.com/images/icon_ArrowRightHover%402x.png') !important;
}

.swiper-container .swiper-wrapper .swiper-button-prev{
  background:url('https://cdn.static-bl.com/images/icon_ArrowLeft%402x.png') !important;
}

.swiper-container .swiper-wrapper .swiper-button-prev:hover{
  background:url('https://cdn.static-bl.com/images/icon_ArrowLeftHover%402x.png') !important;
}

@media screen and (max-width: 1420px) {
	.product-feature .product-block .wishList {
		width: 40px;
		height: 60px;
		padding: 0 !important;
		overflow: hidden;
		box-sizing: border-box;
	}
			.product-feature .product-block .wishList a {
				display: block;
				background:url(/images/icon_favorite_heart_grey.png) center center no-repeat;
				text-indent: -1000px;
				overflow: hidden;
			}
				.product-feature .product-block .wishList a:hover {
					background-color: #EEE;
				}
}

@media screen and (max-width: 1215px) {
	.product-feature .product-block .add-to-cart span {
		background:url(https://cdn.static-bl.com/images/png/quick-add.png) center center no-repeat;
		background-size: 100% 100%;
		width: 22px;
		height: 20px;
		display: block;
		margin-left: 9px;
		margin-top: 20px;
	}
	
	.product-feature .product-block .add-to-cart {
		width: 40px !important;
	}

	#wrapper .nav-bar .lensFinderMenu .lensFinderCopy{
		text-align:center;
		margin-top:15px;
		margin-bottom:5px;
		font-size:14px;
		font-family:"Avenir LT W01 85 Medium",Verdana,Arial,sans-serif;
	}
}


@media screen and (min-width: 1176px) and (max-width: 1305px) {
	.menu-wrapper .submenu li:not(.new-arrivals), 
	.menu-wrapper .submenu li:not(.used-gear) {
		width: 160px !important;
		min-width: 160px !important;
	}
	
	.menu-wrapper .submenu li:not(.new-arrivals) .category,
	.menu-wrapper .submenu li:not(.used-gear) {
		font-size: 0.82em !important;
	}
	
	.submenu-category {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	
	.submenu .packages-cat.category img {
		min-width: 80px !important;
	}
	
	.submenu .packages-cat.category .package-cat-image {
		min-width: 80px !important;
	}
	
	.menu-wrapper .submenu .first-cat {
		margin-left: 5% !important;
	}
	
	.submenu .new-arrivals .new-arrival,
	.submenu .used-gear .used-gear-item {
		width: 196px !important;
	}
}

@media (max-width:1175px){
		
	.submenu .new-arrivals .new-arrival,
	.submenu .used-gear .used-gear-item {
		width: 186px !important;
	}
	
	.cart .continue {
		font-size: 18px;
	}
	
	.menu-wrapper .submenu .first-cat {
		margin-left: 5% !important;
	}
	
	.menu-wrapper .submenu li:not(.new-arrivals),
	.menu-wrapper .submenu li:not(.used-gear) {
		width: 130px !important;
		min-width: 130px !important;
	}
	
	.menu-wrapper .submenu li:not(.new-arrivals) .category,
	.menu-wrapper .submenu li:not(.used-gear) .category {
		font-size: 0.86em !important;
	}
	
	.submenu-category {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	
	.submenu .packages-cat.category img {
		min-width: 80px !important;
	}
	
	.submenu .packages-cat.category .package-cat-image {
		min-width: 80px !important;
	}
	
	/* product page */
	
	.product-block .current-period .current-price .retail {
		font-size: 13px !important;
	}
	
	/* used gear product page */
	
	.related-block-Used-Gear .related-product {
		min-width: 275px;
	}
	
	.related-block-Used-Gear .related-product .price {
		font-size: 10px;
	}
	
	.used-gear .product-block .current-period-for-sale .current-length-for-sale {
		font-size: 13px;
	}
	
	.rental-period-for-sale .product-number-of-serials, .product-block .wishlist-button {
		font-size: 13px !important;
	}
	
	.product-block .add-to-cart {
		font-size: 14px !important;
	}
	
	.product-block .add-to-wishlist {
		font-size: 14px !important;
	}
	
	.used-gear .product-block .current-period-for-sale .current-price-for-sale span {
		font-size: 13px;
	}
	
	.used-gear .product-block .current-period-for-sale .current-price-for-sale .retail {
		left: 130px;
		font-size: 12px;
	}
	
	.product-feature .product-block .rental-period-for-sale {
		height: 40px !important;
		line-height: 45px !important;
	}
	
	.used-gear .product-block .wishlist-button {
		height: 35px !important;
		line-height: 35px !important;
	}
	
	.product-block .rental-period-for-sale {
		min-width: 436px;
	}
	
	.product-block .damage-waiver {
		font-size: 10px !important;
	}
	
	.bl-grid-item .bl-grid-item-title {
		font-size: 24px !important;
	}
}


.submenu-category ul li.category {
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.submenu-category ul li.category .tooltip {
	display: none;
}

.submenu-category ul li.category a:hover + .tooltip-tooltip {
	display: inline;
	width: auto;
	padding: 5px;
}

.submenu-category.first-cat{
	padding-left: 5%;
}

.submenu-category.last-cat{
	padding-right: 5%;
}

.submenu-category {
	padding-left: 25px;
	padding-right: 25px;
}

.submenu-category ul .title {
	padding-top: -5px;
}

.submenu-category ul .title {
	font-weight: bold;
	margin-bottom: 10px;
}

.submenu-category ul .second-title {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

/* new-arrivals and used-gear are basically the same. leaving both in case MKT wants to change again */
.menu-wrapper .submenu li.new-arrivals,
.menu-wrapper .submenu li.used-gear {
	border: 0;	
	width: auto;
	margin: 0 auto;
	overflow: hidden;
} 

.submenu .new-arrivals .new-arrival,
.submenu .used-gear .used-gear-item{
	border-right: 1px #000 solid;
	width: 245px;
	height: 230px;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
}

.submenu .new-arrivals .new-arrival a:not(.shop),
.submenu .used-gear .used-gear-item a:not(.shop) {
	position: absolute;
	height: 230px;
	width: 245px;
}

.submenu .new-arrivals .new-arrival .image,
.submenu .used-gear .used-gear-item .image {
	margin: 0 auto;
}

.submenu .new-arrivals .new-arrival .image img.product-image,
.submenu .used-gear .used-gear-item .image img.product-image {
	height: 150px;
	width: 150px;
	max-width: 100%;
}

.submenu .new-arrivals .new-arrival .image .title,
.submenu .used-gear .used-gear-item .image .title {
	text-align: center;
	font-size: 16px;
	height: 40px;
	padding-top: 40px;
}

.submenu .new-arrivals .new-arrival a:hover ~ .image .title, 
.submenu .used-gear .used-gear-item a:hover ~ .image .title {
  color : #e40000;
}

.new-arrival.last,
.used-gear-item.last {
	border-right: 0 !important;	
}

.submenu-category {
	display: none;
}

.submenu-category .shop-new{
	font-weight: bold;
	margin-top: 20px;
}

.submenu-category .shop-all {
	font-weight:bold;
}

.submenu-category .shop-new .arrow-right, .submenu-category .shop-all .arrow-right, .rent-instead .arrow-right{
	display: inline-block;
}

.rent-instead .arrow-right {
	margin-left: 10px;
}

.submenu-category ul .packages-cat.title {
	margin-top: 10px;
}

.submenu .packages-cat.category {
	margin-bottom: 15px;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.submenu .packages-cat.category img {
	width: auto;
	min-width: 175px;
	height: 100%;
	max-height: 300px;
	
}

.submenu .packages-cat.title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.submenu .packages-cat.category .package-cat-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 290px;
	min-width: 136px;
}

.submenu .text-new-font {
	color: #e40000;
}

#navDropdown{
	position: relative;
	display: inline-block;
	border-right: 1px solid #000;
	-webkit-border-top-left-radius:3px;
	-moz-border-top-left-radius:3px;
	border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
  	width: auto;
  	text-indent: 15px;
  	line-height: 36px;
  	padding: 0;
  	background: #fff;
  	font-size: 12px;
  	color: #000;
 	outline: none;
 	cursor: pointer;
  	font-weight: bold;
  	float: left;
	
}

#navDropdown #navDropdownSelectedOption {
	font-weight: normal;
}

/* #navDropdown:after {
	content: "\25bc";
  	width: 0;
  	height: 0;
  	position: absolute;
  	top: 0;
  	right: 45px;
} */

#navDropdownArrow {
	margin: 0 5px;
}

#navDropdownOptions {
	position: absolute;
  	top: 100%;
  	left: 0;
  	right: 0;
  	width: 120px;
  	height: auto;
  	border: solid 1px #c0c0c0;
  	background: #fff;
  	list-style: none;
  	font-weight: normal;
  	display:none;
  	padding: 10px 0;
}

#navDropdownOptions li {
	line-height: 20px;
}

#navDropdownOptions a {
	color: #000;
}

#navDropdownOptions li:hover {
	background: #000 !important;
}

#navDropdownOptions li:hover a {
	color: #fff !important;
}

/* #navSelectMenu {
	 display: inline-block;
     padding: 5px;
     margin: 0;
     font: inherit;
     outline:none; remove focus ring from Webkit
     line-height: 1.2;
     background: #f0f0f0;
     width: 30%;
     -webkit-appearance:none; remove the strong OSX influence from Webkit
}

#navSelectMenu:after {
	 content: "\25bc";
     position: absolute;
} */

header.condensed .nav-bar .menu-wrapper .submenu {
	top: 48px !important;
}

#wrapper .nav-bar .menu-wrapper .submenu > div {
	background-color: rgba(255,0,0,1);
	width: 100%;
	height: 5px;
	position: absolute;
}

header.condensed .nav-bar .menu-wrapper .submenu .line {
	bottom: 0;
}

header:not(.condensed) .nav-bar .menu-wrapper .submenu .line {
	bottom: 0; /* top: 0  old layout */
}


div.menu.active, .menu.active-category {
	background-color: rgba(255,255,255,1) !important;

}

.menu.active-section {
	background-color: rgba(255,255,255,1) !important;
}

div.menu.active > a > .nav-category-title, div.menu.active-category > a > .nav-category-title {
	color: #000 !important;
}

#wrapper .nav-bar .search {
	position: absolute;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	left: 50px;
	width: 35%;
	height: 36px;
}

#wrapper .nav-bar .search .typeahead {
	border: white 1px solid;
	text-align: left;
	-webkit-border-top-left-radius:3px !important;
	-moz-border-top-left-radius:3px !important;
	border-top-left-radius:3px !important;
	-webkit-border-bottom-left-radius:3px !important;
	-moz-border-bottom-left-radius:3px !important;
	border-bottom-left-radius:3px !important;
	background:#fff;
	border:none;
	font-size:15px;
	color:#000;
}
/* if we want homepage search bar font to change, uncomment this */
#searchBar::-webkit-input-placeholder {
   /* font-family: FuturaStdCondensed; */
   text-align: center;
   font-size: 15px;
}

#searchBar:-moz-placeholder {
   /* font-family: FuturaStdCondensed;  */
   text-align: center;
   font-size: 15px;
}

#searchBar::-moz-placeholder {
   /* font-family: FuturaStdCondensed; */
   text-align: center;
   font-size: 15px;
}

#searchBar:-ms-input-placeholder {
   /* font-family: FuturaStdCondensed; */
   text-align: center;
   font-size: 15px;
}

#productSearch, .search form {
	display: inline-block;
}

#productSearch {
	width: 100%;
}

.search form {
    /* Firefox */
    width: -moz-calc(62% + 66px);
    /* WebKit */
    width: -webkit-calc(62% + 66px);
    /* Opera */
    width: -o-calc(62% + 66px);
    /* Standard */
    width: calc(62% + 66px);
}

#wrapper .nav-bar .search .typeahead::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}

#wrapper .nav-bar .search .typeahead:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}

#wrapper .nav-bar .search .typeahead::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}

#wrapper .nav-bar .search .typeahead:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
}

#wrapper .nav-bar .search .field:focus {
	outline:none;
}

#wrapper .nav-bar .search .search-submit {
	
	width:42px;
	height:36px;
	border: #e40000 1px solid;
	-webkit-border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	color: #fff;
	background-color: #e40000;
	position:relative;
	vertical-align:top;
	margin-left: -5px;
}

.search-submit img:hover ~ .tooltip-tooltip {
	display: block;
	width: auto;
	padding: 5px;
}

#wrapper .nav-bar .lens {
   position: absolute;
    left: 87.5%;
    text-align: right !important;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin-top: 6px;
    border-radius: 4px;
    padding-bottom: 8px;
    line-height: 37px;
    background:rgba(211,211,211,0.4);
}

#wrapper .nav-bar .lens .nav-category-title{
	font-size: 15px;
    padding: 8px;
}

#wrapper .nav-bar .lensFinderOpen{    
    background-color: white;
    z-index: 1009;
    height: 38px;
    border-radius: 0px;
}

#wrapper .nav-bar .lensFinderOpen .nav-category-title{  
   color: #e40000;
   padding-bottom:10px;
}

#wrapper .nav-bar .photos {
    position: absolute;
    left: 40%;
    width: 13%;
    height: 36px;
}

#wrapper .nav-bar .photos-lf {
    position: absolute;
	left: 35%;
	width: 12%;
	height: 36px;
}

#wrapper .nav-bar div span.nav-category-title {
	color: #fff;
	font-size: 14px;
}

#wrapper .nav-bar .videos {
    position: absolute;
    left: 53%;
    width: 15%;
    height: 36px;
}

#wrapper .nav-bar .videos-lf {
    position: absolute;
	left: 46%;
	width: 12%;
	height: 36px;
}

#wrapper .nav-bar .rent-used-gear-menu {
	position: absolute;
	left: 590px;
	width: 350px;
	height: 40px;
	text-align:center;
	margin-top: 5px;
	padding-bottom: 5px;
	line-height: 40px;
	color:#000;
}

.menu-used-gear-arrow-icon:after{
	/*content:url("../../images/imgForwardArrow.png");*/
	content: url("https://cdn.static-bl.com/images/png/arrow-37-16.png")  !important;
    max-height: 15px !important;
    max-width: 8px !important;
    padding-left: 10px !important;
}

#wrapper .nav-bar .packages {
    position: absolute;
    left: 68%;
    width: 15%;
    height: 36px;
}

#wrapper .nav-bar .packages-lf {
    position: absolute;
	left: 58%;
	width: 13%;
	height: 36px;
}

#wrapper .nav-bar .new-items {
    position: absolute;
    left: 83%;
    text-align: right !important;
    padding-right: 5%;
    width: 12%;
    height: 36px;
}

#wrapper .nav-bar .newItems-lf {
    position: absolute;
    left: 69%;
    width: 9%;
    height: 36px;
    padding-left: 4%;
    text-align:center !important;
}

@media screen and (max-width: 1405px) {
	#wrapper .nav-bar .newItems-lf {
	    width: 13%;
	    height: 36px;
	    padding-left: 1% !important;
	    padding-right: 1% !important;
	    left:72%;
	}
}

@media screen and (max-width: 1095px) {
   #wrapper .nav-bar .newItems-lf {
       left: 72%;
       padding-left: 0%;
       text-align:center !important;
   }
}

#inner .homepage-packages{
	background-color: #f0f0f0;
	padding: 15px 0 25px 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
	height: 831px;
}

#inner .homepage-packages .packages-header > div {
	text-align: center;
}

#inner .homepage-packages .packages-header .title {
	font-size: 31px;
	padding-bottom: 5px;
}

#inner .homepage-packages .bl-grid-container {
	width: 980px;
	height: 688px;
	margin: 0 auto;
	position: relative;
}

#inner .homepage-packages #seeMorePackages {
	width: 980px;
	height: 20px;
	margin: 20px auto 0;
	position: relative;
	text-decoration: none;
	font-size: 16px;
}

#seeMorePackages img {
	transform: translate(0,5%);
	-ms-transform: translate(0, 5%); /* IE 9 */
    -webkit-transform: translate(0, 5%); /* Chrome, Safari, Opera */
    -moz-transform: translate(0,5%);
    -o-transform: translate(0,5%);
}
.new-arrivals button img {
	transform: translate(0,15%);
	-ms-transform: translate(0, 15%); /* IE 9 */
    -webkit-transform: translate(0, 15%); /* Chrome, Safari, Opera */
    -moz-transform: translate(0,15%);
    -o-transform: translate(0,15%);
}


.bl-grid-item-media { 
	position: relative; 
	height: 100%; 
	width: 100%; 
}
.bl-grid-item-media img { 
	position: absolute; 
	top: 0; 
	left: 0; 
}

.bl-grid-item-media .bl-grid-item-info {
	position: absolute;
	background-color: rgba(51, 51, 51, 0.5);
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display:none;
	z-index: 1;
}

.bl-grid-container .bl-grid-item { 
	position: absolute; 
	background-color: #fff;
	cursor: pointer; 
	overflow: hidden; 
}

.bl-grid-container .bl-grid-item .bl-grid-item-title{ 
	position: absolute;
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 28px;
	text-align: center;
	z-index: 1;
}

.bl-grid-container #bl-grid-item-0 { 
	height: 224px; 
	left: 0; 
	top: 0; 
	width: 486px; 
}

.bl-grid-item-title { 
	line-height: 224px;
}

#bl-grid-item-title-3 {
	display: none;
	text-align:left;
	margin-left: 500px;
	line-height: 32px;
	margin-top: 50px;
}

#bl-grid-item-button-3 {
	bottom: 50px;
	margin-left: 500px;
}

.bl-grid-item-button {
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	bottom: 5px;
	display:none;
	bottom: 20%;
}

#bl-grid-item-button-0, #bl-grid-item-button-5 {
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0); /*  IE 9  */
    -webkit-transform: translate(-50%, 0); /*  Chrome, Safari, Opera  */
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

#bl-grid-item-button-1, #bl-grid-item-button-4 {
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0); /*  IE 9  */
    -webkit-transform: translate(-50%, 0); /*  Chrome, Safari, Opera  */
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}


.bl-grid-item-info .bl-grid-info {
	display: none;
	color: #fff;
	font-size: 12px;
	margin-top: 80px;
}

.bl-grid-info > div {
	margin: 0 5%;
}

.bl-grid-info .title {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.bl-grid-info .title:first-child {
	padding-top: 50px;
}

.bl-grid-info .desc {
	font-weight: normal;
	margin: 0px 5% 10px;
	color: #fff;
}

.bl-grid-container #bl-grid-item-1 { 
	height: 224px; 
	right: 0; 
	top: 0; 
	width: 486px; 
}
.bl-grid-container #bl-grid-item-1 .bl-grid-item-img-replacement { 
	top: 0; 
	left: auto; 
	right: 0; 
}

.bl-grid-container #bl-grid-item-2 .bl-grid-item-title {
	line-height: 560px !important;
}

.bl-grid-container #bl-grid-item-2 { 
	bottom:0; 
	height:456px; 
	left:0; 
	width:224px; 
}

#bl-grid-item-button-2 {
	bottom: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0); /*  IE 9  */
    -webkit-transform: translate(-50%, 0); /*  Chrome, Safari, Opera  */
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.bl-grid-container #bl-grid-item-2 .bl-grid-item-img-replacement { 
	bottom: 0; 
	top: auto; 
	left: 0; 
	right: auto; 
}


.bl-grid-container #bl-grid-item-3 { 
	height: 224px; 
	top: 232px; 
	right: 0; 
	width: 748px; 
}

/*Ritesh */
.hide-show-filters-wrapper .hide-filters{
	/*background:url(../../../images/arrow-89-32.png);*/
	background:url(https://cdn.static-bl.com/images/png/tabArrowLeft.png);
	background-repeat:no-repeat	;
	background-position: center; 
}

.hide-show-filters-wrapper .show-filters{
	/*background:url(../../../images/arrow-25-32.png);*/
	background:url(https://cdn.static-bl.com/images/png/tabArrowRight.png);
	background-repeat:no-repeat	;
	background-position: center; 
}

.bl-grid-container #bl-grid-item-3 .bl-grid-item-img-replacement { 
	bottom: 50%; 
	top: 50%; 
	left: auto; 
	margin-top: -328px; 
	right: 0;
	background-color: rgba(51,51,51, 0.5);
}
.bl-grid-container #bl-grid-item-4 { 
	bottom: 0; 
	height: 224px; 
	left: 232px; 
	width: 486px; 
}
.bl-grid-container #bl-grid-item-4 .bl-grid-item-img-replacement { 
	bottom: 0; 
	top: auto; 
	left: 50%; 
	margin-left: -474px; 
	right: 50%; 
}
.bl-grid-container #bl-grid-item-5 { 
	bottom: 0; 
	height: 224px; 
	right: 0; 
	width: 254px; 
}
.bl-grid-container #bl-grid-item-5 .bl-grid-item-img-replacement { 
	bottom: 0; 
	top: auto; 
	left: auto; 
	right: 0; 
}

.bl-grid-container .bl-grid-item-img-replacement { 
	display: none; 
}

#inner .homepage-packages .packages-header .desc {
	padding-bottom: 25px;
}

#inner .section-testimonials {
	margin-bottom: 1px; /* this might be a border */
	width: 100%;
	margin: 0;
}

#inner .section-testimonials .section-testimonials-title {
	height: 55px;
	line-height: 55px;
	background-color: rgba(0,0,0,0.7);
	font-size: 30px;
	color: #fff;
	z-index:1;
	width: 100%;
	text-align: center;
	position: absolute;
}

#inner .section-testimonials #testimonialsSlides li img { 
	width: 100%;
	height: 450px;
}

#testimonialsSlides li h2 {
	letter-spacing: 1px;
}

#footer .homepage-bl-selling-points {
	width: 90%;
	margin: 17px 5%;
	background-color: #fff;
	padding: 15px 0 25px 0;
	border-top: 1px solid #c0c0c0;
}

.homepage-bl-selling-points .bl-selling-points-header {
	text-align: center;
}

.homepage-bl-selling-points .bl-selling-points-header .title {
	color: #e40000;
	font-size: 20px;
}

.homepage-bl-selling-points .bl-selling-points-header .title-desc {
	color: #000;
	font-size: 18px;
}

.homepage-bl-selling-points .bl-selling-points {
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	margin-top: 25px;
}

.homepage-bl-selling-points .bl-selling-points > li {
	margin: 10px;
	border-right: solid 2px #c0c0c0;
	width: 25%;
}

.homepage-bl-selling-points .bl-selling-points > li:last-child {
	border-right: 0;
}

.homepage-bl-selling-points .bl-selling-points div.title {
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
}

.homepage-bl-selling-points .bl-selling-points div.desc {
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	padding-right: 15px;
}

.homepage-bl-signup {
	margin: 1px 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: left center;
	background-image: url(https://cdn.static-bl.com/images/homepage-signup-banner.jpg);
	background-repeat: no-repeat;
	min-height: 450px;
}

.homepage-bl-signup.new-membership {
	background-image:url(https://cdn.static-bl.com/images/BLMembership_homepage_new_banner.jpg);
	background-position: 0 35%;
}

.homepage-bl-signup .content-wrapper {
	position: absolute;
	width: 100%;
	margin-top: 125px;
	color: #fff;
}

.homepage-bl-signup .content-wrapper .bl-membership {
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	margin-left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0); /*  IE 9  */
    -webkit-transform: translate(-50%, 0); /*  Chrome, Safari, Opera  */
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    margin-bottom: 50px;
}

.homepage-bl-signup .content-wrapper .text-wrapper .bl-membership-slogan {
	text-align: center;
	font-size: 40px;
	margin-bottom: 15px;
}

.homepage-bl-signup .signup-button {
	padding: 10px 30px;
}

.bl-logo + .bl-membership-text {
	font-size: 45px;
	line-height: 42px;
	transform: translate(0,3px);
	-ms-transform: translate(0,3px); /*  IE 9  */
    -webkit-transform: translate(0,3px); /*  Chrome, Safari, Opera  */
    -moz-transform: translate(0,3px);
    -o-transform: translate(0,3px);
}

.homepage-bl-signup .content-wrapper .text-wrapper .membership-points {
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	margin-left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0); /*  IE 9  */
    -webkit-transform: translate(-50%, 0); /*  Chrome, Safari, Opera  */
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    margin-bottom: 50px;
    font-size: 20px;
}

.membership-points li {
	list-style-type: disc;
	font-size:20px;
	padding-right: 35px;
	text-align: center;
}

.membership-points li span {
	left: -7px;
	position:relative;
}

.membership-points li:last-child {
	padding: 0;
}

span.memberships-intro {
	display: block;
	margin-bottom: 10px;
}

.memberships-product-new-description-heading {
	margin-bottom: 10px;
}

.bl-rewards-desc {
	margin-bottom: 10px;
}

ul.membership-product-sublist {
	padding-left: 1em;
}

li.membership-product-list-item {
	list-style-type: disc !important;
}

li.membership-product-list-item:last-child {
	margin-bottom: 8px;
}

.bl-membership-footnotes {
	display: block;
	font-size: 10px !important;
	font-style:italic !important;
}

.homepage-bl-signup .content-wrapper button {
	margin-left: auto;
	margin-right: auto;
	
}

/* .homepage-bl-signup a {
	width: 100px;
	text-decoration: none;
	font-weight: bold;
}

.homepage-bl-signup .homepage-bl-signup-button-wrapper {
	margin: 0 0 0 50%;
	padding-top: 150px;
} */

div#messages {
	border:none;
	padding:0;
	margin:0;
}

#messages .notice {
	margin: 15px 5%;
	width: 90%;
	box-sizing: border-box;
}

/* -- CLASSES ---------------------------------- */
.smButton {
	height:12px;
	text-align:center;
	display:block;
	padding:5px 8px 8px;
	font-weight:700;
	font-size:12px;
	color:#000!important;
	text-decoration:none;
	margin:0 0 15px;
	text-shadow:1px 1px 0 #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:9px 0 0;
	background:#f3f3f3;
	border:1px solid #000;
	
}

.restrict {
	display:inline-block!important;
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 2px 0 rgba(0,0,0,.1);
	box-shadow:0 2px 0 rgba(0,0,0,.1);
}

.long {
	text-align:left;
	margin:0 0 15px;
}

input.button {
	height:39px;
	text-align:center;
	display:block;
	padding:10px 9px 15px;
	font-weight:700;
	font-size:14px;
	color:#666;
	margin:0 0 15px;
	text-shadow:1px 1px 0 #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background:#f3f3f3;
	border:1px solid #d0d0d0;
	vertical-align:top;
}

@-moz-document url-prefix() {
	inputbuttonheight:40px;
	padding:9px 9px 15px;
}

span.button {
	text-align:center;
	display:block;
	padding:10px 9px 11px;
	font-weight:700;
	font-size:14px;
	color:#666;
	margin:0 0 15px;
	text-shadow:1px 1px 0 #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background:#f3f3f3;
	border:1px solid #d0d0d0;
	vertical-align:top;
}

.button {
	text-align:center;
	display:block;
	padding:10px 9px 11px;
	font-weight:700;
	font-size:14px;
	color:#666;
	margin:0 0 15px;
	text-shadow:1px 1px 0 #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background:#f3f3f3;
	border:1px solid #d0d0d0;
	vertical-align:top;
}

.new-button {
	text-align: center;
	display:block;
	font-weight: bold;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:8px 10px;
	font-weight: normal;
	color: #000;
	border: 1px solid #333;
	background:#fff;
	line-height: 13px;
	font-size: 13px;
	box-sizing: border-box;
}

.new-button.red {
	background: #e40000 !important;
	color: #fff !important;
	border-color: #e40000 !important;
	letter-spacing: 1px;
}

.new-button.packages {
	padding: 0 !important;
	height: 30px !important;
	line-height: 30px !important;
}

.new-button.disabled{
   background-color:lightgray;
   color:gray;
   border-color:gray;
   cursor:default;
}

.new-button.white {
	background: #fff !important;
	color:#000 !important;
	border-color: #e40000 !important;
}

.new-button:hover.red {
	background-color: #dc143c !important;
	border-color: #dc143c !important;
}

input.button:hover {
	cursor:pointer;
}

.button a {
	color:#666!important;
	text-decoration:none;
}

.button a:hover {
	text-decoration:underline;
}

.button input[type="checkbox"] {
	margin:1px 5px 0 2px;
	vertical-align:top;
}

.notice {
	padding:11px 15px 12px;
	display:block;
	font-size:15px;
	color:#000!important;
	text-decoration:none;
	margin:0 0 15px;
	line-height:20px;
}

.notice-center {
	margin: 0 5%;
}

.notice.boxed {
	width: inherit;
}

.errors .notice {
	margin:15px 0;
}

.notice input.checkbox {
	margin:3px 6px 0 2px!important;
}

.fixed {
	display:inline-block;
}

.green {
	background:#f05826!important;
	color:#000!important;
	border: solid 1px #d0d0d0;
}

.warning {
	color:#000!important;
	border: solid 1px #d0d0d0;
	background: #f05826;
	margin-top:10px;
}

.red {
	background:#f7d0d0!important;
	color:#9c6969!important;
}

/* .warning {
	display:block;
	padding:11px 15px 12px;
	font-size:15px;
	text-decoration:none;
	margin:15px 0 0;
	text-shadow:1px 1px 0 #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	line-height:20px;
	background:#f7d0d0!important;
	color:#9c6969!important;
} */

.yellow {
	background:#f6e5b2!important;
	color:#8e774a!important;
}

.note {
	display:block;
	padding:11px 15px 12px;
	font-size:14px;
	text-decoration:none;
	margin:15px 0 0;
	text-shadow:1px 1px 0 #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	line-height:20px;
	background:#f6e5b2!important;
	color:#8e774a!important;
}

.yellow a {
	font-weight:700;
	color:#67633b!important;
	text-decoration:none;
}

.yellow a:hover {
	text-decoration:underline;
}

input.yellow {
	cursor:pointer;
}

.black {
	background:#000!important;
	border:1px solid #000!important;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.2);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.2);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.2);
	color:#fff!important;
	text-shadow:1px 1px 0 #000!important;
}

.black:hover {
	background:#444!important;
	cursor:pointer;
}

.insetInput {
	margin:0!important;
}

.insetInput li{
	height:36px;
}

.second li {
	height:150px;
}

.insetInput li label {
	float:left!important;
	width:130px!important;
	text-align:left!important;
	margin:7px 0 0!important;
	color:#666;
}

.insetInput > input {
	float:right;
}

.insetInput li input {
	width:270px;
	background:#f3f3f3;
	border-left:1px solid #d0d0d0!important;
	border-right:1px solid #d0d0d0!important;
	border-bottom:1px solid #d0d0d0!important;
	border-top:1px solid #d0d0d0!important;
	margin:0!important;
	font-size:14px;
	font-weight:700;
	padding:9px;
	float:right!important;
}

.single input {
	width:403px;
}

.insetInputSubmit {
	background:#f3f3f3;
	border:1px solid #d0d0d0;
	padding:9px 0 10px;
	position:absolute;
	width:70px;
	margin:-1px 0 0 -1px;
	color:#666;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),-2px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),-2px 0 0 rgba(0,0,0,.1);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),-2px 0 0 rgba(0,0,0,.1);
	font-weight:700;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	height:36px;
	top:64px;
	right:20px;
}

.insetInput textarea {
	width:270px;
	height:130px;
	background:#f3f3f3;
	border-left:1px solid #d0d0d0!important;
	border-right:1px solid #d0d0d0!important;
	border-bottom:1px solid #d0d0d0!important;
	border-top:1px solid #d0d0d0!important;
	margin:0!important;
	font-size:14px;
	font-weight:700;
	padding:9px;
	float:right!important;
}

.second textarea {
	border-top:1px solid #d0d0d0!important;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.insetInput li:first-child input {
	border-top:1px solid #d0d0d0!important;
}

.insetInput li:last-child select {
	border-bottom:1px solid #d0d0d0!important;
}

.insetInput li:last-child input {
	border-bottom:1px solid #d0d0d0!important;
}

.insetInput select {
	width:290px!important;
	background:#f3f3f3;
	border-left:1px solid #d0d0d0!important;
	border-right:1px solid #d0d0d0!important;
	border-bottom:1px solid #d0d0d0!important;
	border-top:1px solid #d0d0d0!important;
	margin:0!important;
	font-size:14px;
	font-weight:700;
	padding:9px;
	float:right!important;
	height:36px;
}

#billingState, #deliveryState {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-bottom: 0 !important;
}

#billingState + .dropdown-arrow, #deliveryState + .dropdown-arrow {
	margin-left: -25px;
	display: inline-block;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5.5px 0;
    border-color: #000 transparent;
	
}

#billingState option, #deliveryState option{
   padding:5px;
}

.second {
	margin:25px 0 0!important;
	display:block;
}

.insetList {
	width:220px;
	background:#eee;
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow:inset 0 0 5px rgba(0,0,0,.3);
	box-shadow:inset 0 0 5px rgba(0,0,0,.3);
	border:1px solid #d0d0d0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:0 0 15px!important;
	font-size:14px;
}

.wide {
	width:423px;
	margin:20px!important;
}

.insetList li {
	list-style-type:none;
	display:block;
	border-top:1px solid #d0d0d0;
	min-height:35px;
	text-align:center;
	position:relative;
}

@-moz-document url-prefix() {
	.insetlistlimin-height:36px;
}	
}

.insetList li:first-child {
	border-top:none;
}

.insetList li label,.insetList li a {
	font-weight:700;
	color:#666;
	display:block;
	padding:9px 0 10px;
	text-shadow:1px 1px 0 #fff;
	cursor:pointer;
	text-decoration:none;
}

.wide li label {
	width:423px;
	text-align:center;
}

.insetList li.small a {
	padding:0;
	text-align:center;
}

.insetList a:hover {
	color:#000;
}

.insetList input,#shipOrPickUpPickUp,#shipOrPickUpShip, #shipOrPickUpFedexPickUp {
	position:absolute;
	height:1px;
	width:1px;
	opacity:0;
}

.insetList .title {
	background:#f6f6f6;
	border:1px solid #d0d0d0;
	padding:9px 0 10px;
	position:absolute;
	width:220px;
	margin:-1px 0 0 -1px;
	color:#666;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 2px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 2px 0 rgba(0,0,0,.1);
	font-weight:700;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	height:16px;
	left:0;
}

@-moz-document url-prefix() {
	.insetlisttitlepadding:9px 0 11px;
}	
}

.insetList .share {
	border-top-left-radius:6px;
	border-top-right-radius:0;
	border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
	width:60px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),2px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),2px 0 0 rgba(0,0,0,.1);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),2px 0 0 rgba(0,0,0,.1);
}

.insetList .small {
	color:#666;
	font-size:11px;
	text-align:left;
	padding:6px 10px 7px;
	line-height:18px;
	min-height:12px;
}

.checked {
	background:#d5f7d0!important;
	border:1px solid #6d9d66!important;
	padding:9px 0 10px!important;
	position:absolute;
	width:220px;
	margin:-1px 0 0 -1px!important;
	color:#598552!important;
	-webkit-box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	z-index:3;
	display:block;
}

.checked:hover {
	background:#d5f7d0!important;
	border:1px solid #6d9d66!important;
	padding:9px 0 10px!important;
	position:absolute;
	margin:-1px 0 0 -1px!important;
	color:#598552!important;
	-webkit-box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	z-index:3;
	display:block;
}

.wide input[type=radio]:checked + label {
	width:423px;
}

.insetList > li:last-child label.checked {
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-box-shadow:inset 0 0 0 1px #fff;
	-moz-box-shadow:inset 0 0 0 1px #fff;
	box-shadow:inset 0 0 0 1px #fff;
}

.insetList li:first-child label {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	-moz-border-radius-topleft:6px;
}

.insetList li:last-child label {
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
}

.uneven {
	margin:0 0 15px;
	position:relative;
	border:1px solid #d0d0d0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(0,0,0,.1);
}

.uneven .title {
	height:14px;
	display:block;
	padding:12px 13px 14px;
	font-weight:700;
	font-size:14px;
	color:#999!important;
	text-decoration:none;
	margin:-1px 0 0 -1px!important;
	text-shadow:1px 1px 0 #fff;
	margin:9px 0 0;
	background:#f3f3f3;
	border:1px solid #d0d0d0;
	-webkit-box-shadow:0 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 3px 0 rgba(0,0,0,.1);
	box-shadow:0 3px 0 rgba(0,0,0,.1);
	position:absolute;
	width:902px!important;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.uneven .titleSpace {
	height:42px;
	display:block;
}

.uneven .dark {
	color:#000!important;
}

.uneven .mod {
	border-bottom:1px solid #d0d0d0;
	padding:10px;
}

.uneven .end {
	border-bottom:none;
}

/* Single form */
.default-form {
	width: 100%;
	margin: 15px 0;
}

.default-form .default-form-wrapper {
	border: solid 1px #d0d0d0;
	box-sizing: border-box; 
}

.default-form .mod {
	margin: 20px 25%;
}

#accountPasswordButtonWrapper {
	width: 420px;
	height: 39px;
	margin-top: 15px;
}

#accountPasswordButtonWrapper .new-button {
	float: right;
}

/* 2 to represent two side-by-side forms */
.default-form-2 {
	width: 100%;
	margin: 15px 0;
}

.default-form-2.force-login {
	width: 90%;
	margin: 0 5%;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
} 

.default-form-2.force-login .login-links {
	margin: 0 3%;
}

.default-form-2.force-login .left-form-2 {
	border-right: 1px solid #d0d0d0;
}

.default-form-2.force-login .right-form-2  > div{
	border-left: 0 !important;
}

.default-form-2.force-login #lostPasswordLink {
	margin-left: 3%;
}

.default-form-2.force-login h2 {
	margin: 0;
	padding: 15px 0;
}

.default-form-2 > div {
	display:inline-table;
}

.default-form-2 .left-form-2 {
	width: 50%;
}

.default-form-2 .left-form-2 .mod, .default-form-2 .right-form-2 .mod {
	border-left: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	padding-bottom: 20px;
}

.default-form-2 .right-form-2 .mod {
	border-right: solid 1px #d0d0d0;
}

.default-form-2 .right-form-2 {
	width: 50%;
}

.default-form-2 > div label {
	color: #000;
}

.default-form-2 div .title .title-text {
	font-weight:700;
	font-size:18px;
	color:#000!important;
	text-decoration:none;
	width: 100%;
	background: #f0f0f0;
}

.default-form-2 .title {
	border:1px solid #d0d0d0 !important;
	line-height: 44px;
	text-indent: 13px;
}

.default-form-2 .left-form-2 .title {
	border-right: 0 !important;
}

.default-form-2 div .notice {
	background: #fff;
}

.default-form-2 div .insetInput li input, .default-form-2 div .insetInput li select, .default-form .insetInput li input {
	float: none !important;
	background-color: #fff;
}

.default-form-2 div .insetInput li {
	margin-left: 10px;	
}  

table.my-account-table {
	width: 100%;
}

table.my-account-table tbody tr {
	border-bottom: solid 1px #d0d0d0;
}

table.my-account-table thead tr, .account-memberships-header {
	width: 100%;
	height: 40px;
	background-color: #f0f0f0;
	border: solid 1px #d0d0d0;
	box-sizing: border-box;
}

.account-memberships-header {
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
}

table .account-saved-carts-header th, table .account-saved-carts-body td, table .account-favorites-header th, table .account-favorites-body td {
	text-align: center;
	width: 20%;
	padding: 0 !important;
}

table .account-favorites-list-header th, table .account-verification-images-header th {
	text-indent: 15px;
	width: 25%;
	font-size: 18px;
}


table .account-verification-images-body tr td:last-child {
	text-align: center;
	width: 30%;
}

table .account-verification-images-body tr td {
	padding: 0 15px;
	height: 60px;
	width: 70%;
}

table.account-verification-images-2 tbody tr {
	border-top: solid 1px #d0d0d0;
}

.upload-spinner {
	display: none;
	text-align: center;
}

table.account-verification-images-1 ~ .account-verification-images-upload {
	margin: 2em 0;
	text-align: center;
}

table .account-verification-images-body input[type="file"] {
	width: 50%;
	margin: 10px auto auto;
}

/* .account-file-upload {
	display: -webkit-inline-flex;
	display: inline-flex;
	float: left;
	padding: 5px 0;
}

.account-file-upload .account-file-upload-button {
	margin-right: 10px;
} */

.account-verification-image-remove {
	color: #000;
	float:left;
	margin: 15px auto 10px;
	width: 70%;
	background: transparent;
	border: none;
}

table.account-verification-images-3 {
	margin-top: 15px;
}

table ~ .divide {
	width: 100%;
	text-align: center;
	margin: 15px 0;
	font-size: large;
}

table .account-favorites-list-body td {
	style="width:250px;"
}

#wrapper .top-menu .top-menu-items  .tooltip-wishlist-new{
	position: relative;
	padding: 1px 4px 1px 5px;
	right: 44px;
	background-color: red;
	font-weight: bold;
	font-size: 11px;
	color: white;
	cursor: default;
	margin-bottom: -20px;
	margin-top: 5px;
	font-family: "Avenir LT W01 85 Heavy";
}

#wrapper .top-menu .top-menu-items  #newWishListTooltip{
	position: absolute;
	background: white;
	color: black;
	opacity: 0.96;
	width: 135px;
	padding: 15px 15px 15px 13px;
	line-height: 1.5;
	font-size: larger;
	border-radius: 3px;
	font-family: "Avenir LT W01 65 Medium";
	text-align: center;
    top: 40px;
}


#wrapper .top-menu .top-menu-items  #newWishListTooltip:after, #wrapper .top-menu .top-menu-items  #newWishListTooltip:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#wrapper .top-menu .top-menu-items  #newWishListTooltip:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}

#wrapper .top-menu .top-menu-items #newWishListTooltip:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}

table .account-favorites-list-body td > span.wishListSpan{
	width:30%;
	padding:10px;
}

.favorites-notify {
	font-weight: normal;
	font-style: italic;
	margin-left: 12%;
	margin-right: 12%;
}

table .account-order-history-header th, table .account-order-history-body td {
	width: 14.2857% !important;
	text-align: center;
	padding: 0 !important;
}

table .account-favorites-list-body td:first-child, table .account-favorites-list-body td:last-child {
	text-align: center;
	width: 15% !important;
}

table .account-favorites-list-body td:nth-child(2) a {
	text-decoration: none !important;
	color: #000 !important;
}

table .account-favorites-list-body td:nth-child(2) a:hover {
	text-decoration: underline !important;
}

table .account-saved-carts-body td:last-child form, table .account-saved-carts-body td:last-child input, table .account-favorites-body td:last-child form, table .account-favorites-body td:last-child input {
	display: inline;
}

table .account-favorites-list-body td:last-child form {
	display: inline-block;
}

table.my-account-table tbody {
	box-sizing: border-box;
	border: solid 1px #d0d0d0;
	border-top: none;
}

table .account-saved-carts-body td, table .account-favorites-body td {
	height: 100px;
}

.uneven-2 {
	background: #fff;
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	outline: none!important;
}

.uneven-2 .title, .uneven-2 .title-fedex-pickup {
	height:14px;
	display:block;
	padding:12px 13px 14px;
	font-weight:700;
	font-size:14px;
	color:#999!important;
	text-decoration:none;
	margin:-1px 0 0!important;
	text-shadow:1px 1px 0 #fff;
	margin:9px 0 0;
	background:#f3f3f3;
	border:1px solid #d0d0d0;
	-webkit-box-shadow:0 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 3px 0 rgba(0,0,0,.1);
	box-shadow:0 3px 0 rgba(0,0,0,.1);
	position:absolute;
}

.uneven-2 .titleSpace {
	height:42px;
	display:block;
}

.uneven-2 .left .title {
	border-top-left-radius:6px;
	width:438px;
	margin:-1px 0 0 -1px!important;
}

.uneven-2 .left .title-fedex-pickup {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	width:424px;
	margin:-1px 0 0 -1px!important;
}

.uneven-2 .left #upsLocationForm, .uneven-2 .left #fedexLocationForm {
	margin-top: 26px;
	display: none;
	
}

.uneven-2 .left #upsLocationForm .body, .uneven-2 .left #fedexLocationForm .body {
	width: 420px;
	padding: 10px 14px 50px 14px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 1px solid #d0d0d0;
	margin-top: 10px;
}

#upsLocations {
	width: 375px;
	height: 365px;
	overflow-y: scroll;
	background:white;
	font-size:12px;
}

#fedexLocations {
	width: 440px;
	height: 397px;	
	overflow-y: scroll;
}

.uneven-2 .left .image {
	text-align:center;
}

.uneven-2 .right .title {
	border-top-right-radius:6px;
	width:437px;
}

.uneven-2 .dark {
	color:#000!important;
}

.uneven-2 .mod {
	border-bottom:1px solid #d0d0d0;
	padding:20px;
}

.uneven-2 .end {
	border-bottom:none;
}

.uneven-2 .left {
	border:1px solid #d0d0d0;
	//border-right:none;
	width:464px;
	float:left;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(0,0,0,.1);
}

.uneven-2 .center {
	position:absolute;
	left:465px;
	width:1px;
	background:#d0d0d0;
	height:100%;
}

.uneven-2 .right {
	width:464px;
	border:1px solid #d0d0d0;
	// border-left:none;
	float:right;
	margin:0 0 0 -1px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(0,0,0,.1);
}


.uneven-2 .ups-locations-form, .uneven-2 .fedex-locations-form {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	display: none;
}

/* -- HEADER ----------------------------------------- */
#storeLogo {
	float:left;
	width:440px;
	height:90px;
	overflow:hidden;
	margin:14px 0 0 16px;
}

#topLinks {
	height:30px;
	float:right;
	overflow:hidden;
}

#topLinks li {
	float:left;
	list-style-type:none;
	margin:0 15px 0 0;
}

#topLinks li a {
	color:#999;
	font-size:12px!important;
	text-decoration:none;
	padding:7px 0;
	display:block;
}

#topLinks li a:hover {
	text-decoration:underline;
}

#headerSearch {
	background:url(https://cdn.static-bl.com/images/png/header_search_bg.png);
	height:31px;
	width:336px;
	float:right;
	margin:0 15px 0 0;
	padding:6px;
	position:relative;
}

#headerSearch input[type="text"] {
	height:28px;
	border:1px solid #adadad;
	width:291px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:0 50px 0 0;
	-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,.2),inset 0 3px 5px rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 0 2px rgba(0,0,0,.2),inset 0 3px 5px rgba(0,0,0,.1);
	box-shadow:inset 0 0 2px rgba(0,0,0,.2),inset 0 3px 5px rgba(0,0,0,.1);
	padding:0 0 0 7px;
	color:#999;
}

#headerSearch .focusField {
	color:#333!important;
}

#navBar {
	background:url(https://cdn.static-bl.com/images/png/navbar_bg.png);
	height:40px;
	margin:0 0 0 -10px;
	display:block;
	width:980px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.2),inset -1px 0 0 rgba(255,255,255,.2),0 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.2),inset -1px 0 0 rgba(255,255,255,.2),0 2px 0 rgba(0,0,0,.2);
	box-shadow:inset 1px 0 0 rgba(255,255,255,.2),inset -1px 0 0 rgba(255,255,255,.2),0 2px 0 rgba(0,0,0,.2);
	position:relative;
}

#navBar li {
	float:right;
	height:40px;
	overflow:hidden;
	border-left:1px solid #424243;
	-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.2),-1px 0 0 rgba(255,255,255,.2);
	-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.2),-1px 0 0 rgba(255,255,255,.2);
	box-shadow:inset 1px 0 0 rgba(255,255,255,.2),-1px 0 0 rgba(255,255,255,.2);
}

.header-cart-timer {
	font-size: 13px;
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
	background-color: #e40000;
	color: #fff;
	padding: 2px;
}

.cartButton {
	height:38px!important;
	margin:1px 6px 0 0;
	background:#4b4b4b;
	background:url(https://cdn.static-bl.com/images/png/header_bar_cart_bg.png);
	width:102px;
}

.cartButton a {
	padding:10px 41px 11px 13px!important;
	background:url(https://cdn.static-bl.com/images/png/icon_cart.png) no-repeat 76px 12px;
	position:absolute;
}

#navBar li a {
	color:#fff;
	font-weight:700;
	text-decoration:none;
	text-shadow:1px 1px 0 rgba(0,0,0,.4);
	padding:11px 15px;
	display:block;
	-webkit-transition:background 300ms ease-in;
	-moz-transition:background 300ms ease-in;
	-o-transition:background 300ms ease-in;
	transition:background 300ms ease-in;
}

@-moz-document url-prefix() {
	#navbarliapadding:10px 15px 12px;
}

.cartButton a {
	padding:10px 41px 12px 13px!important;
}	
}

#navBar li a:hover {
	background:rgba(255,255,255,.15);
}

.cartButton a:hover {
	background:rgba(255,255,255,.15) url(https://cdn.static-bl.com/images/png/icon_cart.png) no-repeat 76px 12px!important;
}

/* -- BREADCRUMBS ----------------------------------------- */
div#crumbs {
	margin:10px 5%;
}

#crumbs {
	//font-size:10px!important;
	color:#333;
}

#crumbs a {
	color:#333!important;
	text-decoration:none;
}

#crumbs a:hover {
	color:#666;
	text-decoration:underline;
}

.crumb.last {
	color: #c0c0c0;
}

/* -- PRODUCTS ----------------------------------------- */

.product > a {
	padding:9px;
	display:block;
	text-decoration:none;
}

#productWrapper {
	position:relative;
}

.productRight {
	position:absolute;
	right:0;
	top:0;
	width:222px;
}

.productLeft {
	position:absolute;
	left:0;
	top:0;
	width:222px;
}

.productCenter {
	margin:0 0 0 237px;
	width:457px;
	min-height:620px;
}

.productList .image img {
	max-height:90px;
}

.categoryFooter {
	display:block;
	padding:0 0 11px;
	color:#666;
}

#category-services #productList-gift_certificate .costSmall,#category-services #gift_certificate-GiftCertificateMessageFrom,#category-services #gift_certificate-GiftCertificateMessageTo,#category-services #gift_certificate-GiftCertificateEmail,#category-services #gift_certificate-GiftCertificateMessage,#productList-gift_certificate .green,#productList-Membership100 .green,#productList-sensor_cleaning .green,#product-Tshirt_glass .reviewMod,#product-Tshirt .reviewMod,#product-Membership100 .reviewMod {
	display:none;
}

#addToCartForm #sensor_cleaning-expedited {
	margin:0 0 10px;
}

#product-gift_certificate .productCenter {
	min-height:800px;
}

#cartContent .notice {
	display:none;
}

.verificationWarning.notice b {
	color: #e40000;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}

.verificationWarning.notice {
	background: #fff !important;
}

#product-gift_certificate .compactInput label,#product-gift_certificate .expandedInput label {
	font-weight:700;
	display:block;
	margin:0 0 3px;
}

#product-gift_certificate .compactInput input {
	width:206px;
	border:1px solid #d0d0d0;
	background:#f3f3f3;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:7px;
	margin:0 0 7px;
}

#product-gift_certificate .expandedInput textarea {
	width:206px;
	border:1px solid #d0d0d0;
	background:#f3f3f3;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:7px;
	margin:0 0 17px;
}

.product-gift-certificate-form {
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	background-color: #fff;
  	border: 1px solid #fff;	
	padding: 10px 0 15px 15px;
	margin-bottom: 10px;
}

.product-gift-certificate-title {
	font-size: 17px;
	text-decoration:underline;
	padding-bottom: 15px;	
}

li .product-gift-certificate-label {
	display:inline-block;
	width: 100px;
	margin: 0 5px 5px 0;
}

li .product-gift-certificate-input {
	width: 200px;
	margin: 0 5px 5px 5px;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	border: 1px solid #000;	
}

li .product-gift-certificate-textarea {
	width: 200px;
	margin: 0 5px 5px 5px;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	border: 1px solid #000;
}

#productContent .image {
	text-align:center;
}

#productContent .used-gear .image{
	float:left;
	width:60%;
}

#productContent .used-gear .image .image-wrap{
    top:0;
}

#productContent .used-gear  .image .extra-images{
	top:90%;
}

#productContent .image #imgWrap img {
	max-width:457px;
}

.singleProduct {
	position:relative;
}

.product:nth-child(4n+4),.product:nth-child(4) {
	margin:0 0 14px;
}

.product:nth-child(4n+1),.product:nth-child(5) {
	clear:both;
}

.product h3 {
	padding:0!important;
	margin:0 0 10px;
	color:#333!important;
}

.product h3 {
	text-decoration:none;
}

.product .image {
	text-align:center;
	height:90px;
}

.image > a.crumb {
	display:none;
}

.product .image img {
	max-width:202px;
}

.used-gear-prod-img{

}

.productList {
	margin:15px 0 0;
	width:960px;
}

.category > .smButton,#searchResultsContent > .smButton {
	margin:0!important;
}

#searchResultsContent {
	min-height:120px;
}

.oneLine {
	padding:18px 0;
}

.twoLine {
	padding:9px 0;
}

.costSmall {
	background:#f3f3f3;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:9px 0 0;
	margin-left:0!important;
	font-size:12px;
	font-weight:700;
	color:#777;
	text-shadow:1px 1px 0 #fff;
	text-align:center;
}

.costSmall span {
	color:#bababa;
}

.costSmall li {
	border-bottom:1px solid #d0d0d0;
	-webkit-box-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 #fff;
	box-shadow:0 1px 0 #fff;
	padding:4px 0;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}

.costSmall li:last-child {
	border:1px solid #d0d0d0;
	border-top:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
}

.costSmall li:first-child {
	border:1px solid #d0d0d0;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
}

.productReview {
	width:436px;
	margin:0 0 10px 236px;
	display:block;
	padding:10px;
	font-weight:700;
	font-size:14px;
	line-height:18px;
	color:#666!important;
	text-decoration:none;
	text-shadow:1px 1px 0 #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#f3f3f3;
	border:1px solid #d0d0d0;
	position:relative;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.2);
	box-shadow:0 1px 1px rgba(0,0,0,.2);
	z-index:3;
}

.productReview p {
	margin:0;
	padding:0;
	font-weight:400;
}

.productReview strong {
	color:#333;
}

#reviews .stars {
	position:absolute;
	display:block;
	padding:8px 15px 8px 10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#f3f3f3;
	border:1px solid #cdcdcd;
	z-index:1;
	margin:0 0 0 100px;
	width:145px;
}

#productContent {
	padding:0 0 20px;
}

.insurance li:nth-child(2) .noIns {
	display:none;
}

.insurance li:last-child .dark,.insurance li:last-child a {
	display:none!important;
}

#cartButtons input.button,#cartItemDelete input.button {
	background:#f3f3f3;
}

div#cartItemDelete {
	margin:0!important;
	padding:0!important;
}

#cartButtons .black {
	position:relative;
	z-index:2;
}

div#cartButtons form {
	padding:0!important;
	display:inline;
}

.saveCart {
	margin:0 -5px 0 0!important;
}

.subtotal {
	margin:0 -1px 0 0;
	position:relative;
	z-index:1;
}

.w222 {
	width:222px;
}

.qm {
	display:inline!important;
	padding:0!important;
}

.insetShare .right {
	width:156px;
	margin:7px 24px 0 0;
}

#___plusone_1 {
	text-align:right!important;
	float:right;
	width:60px!important;
}

#FB_BTN {
	padding:5px 0 5px 2px;
}

.description td {
	padding:5px 10px;
	line-height:18px;
}

#productTabsWrapper .description .primary-video {
    width: 44%;
    height: 0;
    margin-top: 10px;
    padding-bottom: 25%;
}
#productTabsWrapper .description .secondary-video {
    float: right;
    margin: 0 0 -9% 10px;
    width: 17%;
    height: 0;
    padding-bottom: 9%;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    background: center center no-repeat;
    background-size: cover;
    border: 1px solid black;
    display: none;
}
    #productTabsWrapper .description .secondary-video::before {
        position: absolute;
        left: calc(50% - 20px);
        top: calc(50% - 15px);
        width: 40px;
        height: 30px;
        border-radius: 6px;
        background: black;
        content: '';
    }
        #productTabsWrapper .description .secondary-video:hover::before {
            background: #CC181E;
        }
    #productTabsWrapper .description .secondary-video::after {
        position: absolute;
        left: calc(50% - 6px);
        top: calc(50% - 8px);
        width: 0;
        height: 0;
        border-top: 8px inset transparent;
        border-bottom: 8px inset transparent;
        border-left: 16px solid white;
        content: '';
    }
        #productTabsWrapper .description .secondary-video.first.only {
            float: left;
            margin-left: -webkit-calc(49% - 25px);
            margin-left: calc(49% - 25px);
        }
        #productTabsWrapper .description .secondary-video.final {
            margin-right: -webkit-calc(11% - 12px);
            margin-right: calc(11% - 12px);
        }
   #productTabsWrapper .description iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

#loginPage #inner input[type="submit"] {
	margin:15px 0!important;
}

.product:hover h3 {
	color:#444!important;
}

/* -- CART ----------------------------------------- */
.smButton .item {
	margin:0 0 0 118px;
}

.smButton .timeToRent {
	margin:0 0 0 425px;
}

.smButton .insurance {
	margin:0 0 0 25px;
}

.smButton .total {
	margin:0 0 0 38px;
}

.smButton .quantity {
	margin:0 0 0 2px;
}

.cartItemEditForm input,.cartItemDeleteForm input {
	width:80px;
	background:#eee!important;
	color:#999;
	border:1px solid #ccc!important;
	margin:0 0 5px 14px;
}

.cartItemEditForm input:hover,.cartItemDeleteForm input:hover {
	color:#666;
}

.editCartItemButton {
	background:none repeat scroll 0 0 #EEE!important;
	border:1px solid #CCC!important;
	color:#999;
	margin:0 0 5px 14px;
	width:60px;
	height:10px;
	padding:9px 9px 15px;
	font-weight:700;
	font-size:14px;
}

.editCartItemButton a,.editCartItemButton a:link,.editCartItemButton a:visited {
	text-decoration:none;
	color:#999!important;
	font-weight:700;
}

.editCartItemButton a:hover {
	color:#666!important;
}

.orderProductQuantities {
	width:25px;
	color:#999;
	border:1px solid #ccc!important;
	margin:0 0 2px;
}

.cartUpdateLink {
	color:#999;
	margin:0;
	font-size:11px;
}

.cartItem {
	margin:0 0 15px;
	position:relative;
	border:1px solid #d0d0d0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(0,0,0,.1);
}

.cartItem .row,.cartItem .altRow {
	font-weight:700;
	color:#333;
	margin:0 15px 0 0;
}

.cartItem .altRow img,.cartItem .row img {
	max-width:120px;
	max-height:100px;
}

.cartItem .edit {
	width:103px;
	/* padding:15px 0 0; */
}

.cartItem .image {
	padding:10px;
	height:90px;
	width:103px;
}

.cartItem .name {
	font-size:small;
}

.cartItem .timeToRent {
	width:83px;
	/* padding:15px 0 0; */
}

.cartItem .total {
	width:95px;
	/* padding:15px 0 0; */
}

.cartItem .insurance {
	width:53px;
	/* padding:15px 0 0; */
}

.cartItem .quantity {
	width:60px;
	/* padding:15px 0 0; */
}

.lastModified, .created {
	
	font-weight: normal !important;
}

.returnBy {
	width:200px;
	padding:20px 0 0;
}

.lastModified {
	margin:0 0 0 20px;
}

.cartItem .total {
	margin:0!important;
}

#saveCartForm,#updateCartForm,#clearCartForm {
	display:inline-block;
}

#accountAddressesContent {
	margin-bottom: 20px;
}

#accountAddressesButton {
	width: 100%;
	float: right;
}

#accountAddressesButton .new-button {
	float: right;
}

#accountSavedCartsContent .pickUp {
	margin:10px!important;
}

#accountSavedCartsContent .remove {
	margin:10px 10px 0 0;
}

#cartButtons {
	clear:none;
	width:100%;
	text-align:center;
}

/* -- CHECKOUT ----------------------------------------- */

.addressForm .address, .addressForm .phone{
  width:80%;
  height:25px;
  margin-bottom:5px;
}

.addressForm .name, .addressForm .city{
  width: 38%;
  height:25px;
  margin-right: 5px;
  margin-bottom:5px;
}

.addressForm .code{
  width: 19%;
  height: 25px;
}

.addressForm .state{
  width: 18%;
  height: 25px;
}

.addressForm .shipConfirmBtn{
  margin-left:270px;
  width:20%;
  height:25px;
  background:#e40000;
  color:white;
  vertical-align:middle;
  border:none;
}

#confirmShipMethodBtn{
   margin-top: 10px;
   margin-left: 325px;
   height: 21px;
   background: #e40000;
   color: white;
   border: none;
   width: 70px;
   text-align: center;
   padding-top: 4px;
   cursor:pointer;
}

.paymentForm .fullname, .paymentForm .cardnumber{
   width: 80%;
   height:25px;
   margin-right: 5px;
   margin-bottom:5px;
}

.paymentForm .monthselect, .paymentForm .yearselect{
  width:20%;
  margin-left:5px;
}

.paymentForm .code{
  width: 30%;
  height: 25px;
  margin-left:5px;
}

.errorInput{
 border-color:red;
}

#checkoutComboPage #header{
 display: none;
}


#checkoutComboPage #mainContent{
  background: #fff;
  width: 1060px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  outline: none!important;
}

#checkoutComboPage .errors .notice {
	margin:15px 10px 0 0;
	display:inline-block;
}

.ship .right .insetList {
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	border-top-left-radius:0;
	border-top-right-radius:0;
}

.ship .right .wide {
	width:423px;
	margin:0 20px 20px!important;
}

/* .ship .right {
	margin-top: 12px;
} */

.hide-borders {
	border: none !important;
	box-shadow: none !important;
}

.shipping-option-align {
	margin-bottom: 15px !important;
}

#checkoutOptionPickup {
	font-weight:bold;
}

.ship #shipFedexLocation {
	margin-top: 10px;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}

.ship #shipFedexLocation #newShipOption {
	text-align: center !important;
}

.productText {
	width: 229px;
	height: 54px;
}

.ship #shipFedexLocation .fedexShippingOption {
	width:386px!important;
	background:#dadada;
	font-weight:700;
	text-shadow:1px 1px 0 #fff;
	color:#333;
	padding:11px 0!important;
	text-align:center!important;
	margin:10px!important;
	border:1px solid #b4b4b4;
	-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.4);
	-moz-box-shadow:inset 0 0 1px rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.4);
	box-shadow:inset 0 0 1px rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.4);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	cursor:pointer;
}

div.attribute {
	padding:0;
	margin-bottom: 5px;
}

div.attribute .name + input {
	width: 100%;
}

div.attribute .name + input, div.attribute .name + textarea {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid #000;
}

div#editCartItemButton{
	margin-right: 4px !important;
}

.paymentFormBreak {
	display:none;
}

#checkoutComboContent h2 {
	color:#666!important;
	font-size:18px!important;
	font-weight:700;
	padding:0!important;
	margin:30px 0 10px!important;
}

.ship .insetList li {
	min-height:36px;
}

.ship .right .insetList li {
	list-style-type:none;
	display:block;
	border-top:1px solid #d0d0d0;
	min-height:50px;
	text-align:center;
	position:relative;
}

form.centeredForm label span {
	padding:0!important;
	border:none!important;
}

form.centeredForm label {
	margin:0!important;
}

form.centeredForm label.checked {
	margin:-1px 0 0 -1px!important;
}

.yui-skin-sam .yui-panel-container {
	z-index:6;
}

.insetList label.checked span {
	color:#87b780!important;
}

.insetList li label span {
	color:#bbb;
}

.insetList li label span.dark {
	color:#666;
}

.insetList li label.checked span.dark {
	color:#598552!important;
}

.ship .right .insetList li:first-child input[type=radio]:checked + label {
	border-top-left-radius:0;
	border-top-right-radius:0;
}

.ship .right .insetList label b {
	font-weight:500!important;
}

.checkoutTerms {
	height:16px!important;
	margin:0 -5px 0 270px!important;
}

.tabDetails td:not(.orderTotalLabel):not(.orderTotalAmount) {
	padding:20px 0 36px 0;
	vertical-align: top;
}

.orderTotalLabel {
	padding-left: 18px;
	padding-bottom: 0;
	vertical-align: top;
}

.orderTotalLabel:first-child {
	padding-top: 20px;
}

.tabDetails td.first {
	padding-left: 18px;
}

#totalLabel, #totalAmount {
	padding-bottom: 36px;
}

table.highlightedTabDetails {
	width:100%;
	margin:0 0 .5em;
	border:1px solid #CCC;
}

table.tabDetails th,.tableTitle {
	height:40px;
	padding:0;
	line-height:40px;
	font-weight:700;
	font-size:14px;
	color:#000!important;
	text-decoration:none;
	margin:-1px 0 0!important;
	background:#eee;
	border:1px solid #c0c0c0;
}

table.tabDetails th {
	padding-left: 18px;
}

.tableTitle.first {
	border-right:0;
	padding-left: 18px;
}

.tableTitle.last {
	border-left:0;
}

#printOrderConfirmation {
	float: right;
	cursor: pointer;
}

.tableTitle {
	display:inline-block;
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#billingInfoData,#deliveryInfoData {
	border-top:none;
	display:inline-block;
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align:top;
	min-height:130px;
	padding: 20px 0 36px 0;
}

#billingInfoData, #arrivalPickupDateDetails, #paymentInfoData, .tabDetails td.name, #returnByDate,
.tabDetails td.insurance, .tabDetails td.total, .tabDetails td.timeToRent {
	padding-left: 18px !important;
}

table.highlightedTabDetails th {
	background:#F7D0D0;
	text-shadow:none;
}

table.tabDetails tbody:first-child tr:first-child th:first-child {
	border-top-left-profile:6px!important;
}

table.tabDetails tbody:first-child tr:first-child th:last-child {
	border-top-right-profile:6px!important;
}

table.tabDetails {
	margin:0;
	width:100%;
}

table #orderStatusDetails {
	padding-left: 18px;
}

table #orderStatusDetails, table #storeDetails td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	width: 50%;
}

.shippingSection > div:last-child {
	margin:0 0 20px;
}

.grayOut,.ship .mainShippingOption,.ship .right .title,.ship .right .titleSpace,#categoryContent .subcategoryList {
	display:none;
}

#categoryContent .description {
	color:#666;
}

.ship .right .insetList li a {
	display:inline;
}

.ship .right .insetList label {
	float:none;
}

#localPickUpOption_0_main,#localPickUpOption_1_main,#localPickUpOption_2_main,#localPickUpOption_3_main,#localPickUpOption_4_main,#localPickUpOption_5_main,#localPickUpOption_6_main,#localPickUpOption_7_main,#localPickUpOption_8_main,#localPickUpOption_9_main,#localPickUpOption_10_main,#localPickUpOption_11_main,#localPickUpOption_12_main,#localPickUpOption_13_main,#localPickUpOption_14_main,#localPickUpOption_15_main,#localPickUpOption_16_main,#localPickUpOption_17_main {
	margin:20px 0 0;
	height:38px;
}

.ship .mainShippingOption,.ship .mainShippingOption2, .ship .mainShippingOption3 {
	width:423px!important;
	background:#dadada;
	font-weight:700;
	text-shadow:1px 1px 0 #fff;
	color:#333;
	padding:11px 0!important;
	text-align:center!important;
	margin:20px!important;
	border:1px solid #b4b4b4;
	-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.4);
	-moz-box-shadow:inset 0 0 1px rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.4);
	box-shadow:inset 0 0 1px rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.4);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	cursor:pointer;
}

.shippingSection > div > label {
	width:423px!important;
	background:#dadada;
	font-weight:700;
	text-shadow:1px 1px 0 #fff;
	color:#333;
	padding:11px 0!important;
	text-align:center!important;
	margin:0 20px!important;
	border:1px solid #b4b4b4;
	-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.4);
	-moz-box-shadow:inset 0 0 1px rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.4);
	box-shadow:inset 0 0 1px rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.4);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	cursor:pointer;
	position:relative;
	z-index:2;
}

.shippingSection > div > input[type=radio]:checked + label {
	background:#333;
	border:1px solid #000;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	color:#fff;
	text-shadow:1px 1px 0 #000;
}

.ship .mainShippingOption:hover,.mainShippingOption2:hover, .mainShippingOption3:hover, .shippingSection > div > label:hover {
	background:#dfdfdf;
}

#arrivalPickupDate,#arrivalPickupDateTrigger {
	display:none;
}

#arrivalPickUpContainer {
	height:246px;
}

#arrivalPickUpCalendar {
	width:197px;
	padding:10px;
	right:497px;
	position:absolute;
}

.mainShippingOption {
	font-weight:700;
	padding:90px 0 0!important;
}

.date .notice {
	display:none;
}

.calheader {
	margin:-11px 20px 10px -11px;
	background:#333!important;
	position:absolute!important;
	width:219px!important;
	height:18px!important;
	color:#fff!important;
	padding:10px 0!important;
}

.yui-skin-sam .yui-calendar .calnavleft {
	left:5px!important;
	top:11px!important;
}

.yui-skin-sam .yui-calendar .calnavright {
	right:5px!important;
	top:11px!important;
}

.yui-skin-sam .yui-calendar td.calcell {
	line-height:1.8em!important;
}

.yui-skin-sam .yui-calendar td.calcellbottom,.yui-skin-sam .yui-calendar td.calcelltop,.yui-skin-sam .yui-calendar td.calcell.oom {
	background:#fff!important;
	color:#ccc!important;
}

.yui-skin-sam .yui-calendar td.selectable {
	background:#e6e6e6!important;
	color:#333!important;
	text-shadow:1px 1px 0 #fff;
}

.yui-skin-sam .yui-calendar td.previous {
	background:#e6e6e6!important;
	color:#999!important;
	text-shadow:1px 1px 0 #fff;
}

#arrivalPickUpCalendar .title,.link-close {
	display:none;
}

.yui-skin-sam .yui-calendar td.calcell a {
	color:#333!important;
	font-weight:700!important;
}

.yui-skin-sam .yui-calendar .calweekdayrow th {
	padding:32px 0 5px!important;
}

.yui-skin-sam .yui-calendar .calweekdaycell {
	font-weight:400!important;
	font-size:10px!important;
	color:#666!important;
	width:28px!important;
}

.livechat_tab {
	position:fixed;
	left:0;
	top:200px;
	width:55px;
	overflow:hidden;
	z-index:9999;
}

.yui-skin-sam .mask {
	background-color:#fff!important;
	opacity:.5!important;
	filter:alpha(opacity=50)!important;
	z-index:9998!important;
}

.yui-skin-sam .yui-panel .hd {
	color:#fff!important;
	background:#000!important;
}

.yui-skin-sam .yui-panel {
	border:1px solid #000!important;
	-webkit-box-shadow:0 0 0 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 0 3px rgba(0,0,0,.2);
	box-shadow:0 0 0 3px rgba(0,0,0,.2);
	z-index:9999!important;
}

.yui-panel-container .underlay {
	display:none;
}

.checkoutBar {
	height:29px;
	padding:0!important;
	background: #fff;
	width: 90%;
    margin: 0 5% 15px;
	position: relative;
	text-align: left;
	outline: none!important;
}

.checkoutBar li {
	float:left;
	width:33.3333333%;
	border-right:1px solid #d0d0d0;
	text-align:center;
}

.checkoutBar li:last-child {
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	margin:0 -1px 0 0;
	border-right: white;
}

.checkoutBar li:first-child {
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
}

.checkoutBar li {
	padding:7px 0;
	display:block;
	box-sizing: border-box;
	text-decoration:none;
	color:#ababab;
}

.checkoutBar li a {
	color:#666;
	text-decoration:none;
}

.checkoutBar .active {
	background:#000;
	box-sizing: border-box;
	border:1px solid #000;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	text-decoration:none;
}

.basicPayment a {
	font-size:11px!important;
	text-decoration:none;
}

#billingNotes {
	width:407px;
	background:#f3f3f3;
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow:inset 0 0 5px rgba(0,0,0,.3);
	box-shadow:inset 0 0 5px rgba(0,0,0,.3);
	border:1px solid #d0d0d0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:8px!important;
	font-size:14px;
	height:186px;
}

form.centeredForm input.textbox,form.centeredForm select,form.centeredForm textarea {
	float:none;
	margin:0;
}

.shippingSection > div > input,.secHead {
	display:none;
}

.lItes label:hover {
	background:#d5f7d0;
	border:1px solid #6d9d66;
	padding:9px 0 10px;
	position:absolute;
	width:220px;
	margin:-1px 0 0 -1px!important;
	color:#598552!important;
	-webkit-box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	z-index:3;
	display:block;
}

.insurance.insetList label:hover,.lItems label:hover {
	background:#e4e4e4;
	border:1px solid #d0d0d0;
	padding:9px 0 10px;
	position:absolute;
	width:220px;
	margin:-1px 0 0 -1px!important;
	color:#666;
	-webkit-box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	z-index:3;
	display:block;
}

.ship .insetList label:hover {
	background:#e4e4e4;
	border:1px solid #d0d0d0;
	padding:9px 0 10px;
	position:absolute;
	width:423px;
	margin:-1px 0 0 -1px!important;
	color:#666;
	-webkit-box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 0 0 1px #fff,0 2px 0 rgba(0,0,0,.1);
	z-index:3;
	display:block;
}

.lItems label:hover span,.insurance label:hover span {
	color:#bbb!important;
}

.insurance label:hover span.dark {
	color:#666!important;
}

.varification span {
	width:610px!important;
	float:left;
	font-weight:700;
	color:#333;
}

.varification input {
	float:right;
}

.checkoutTerms label {
	float:none!important;
}

form.centeredForm label {
	//padding:2px;
	clear:both;
}

.requiredLabel {
	font-weight:700;
}

.centeredForm label {
	width:40%;
	float:left;
	clear:both;
}

#checkoutComboPage .insetList li label {
	padding:9px 0 10px;
}

#checkoutComboPage .ship .right .title {
	margin:-1px 0 0 -1px!important;
}

#checkoutComboPage .date .left label {
	text-align:right;
}

.centeredForm label.plain {
	width:10em;
	float:none;
	margin:0;
	text-align:left;
	clear:none;
}

/* -- WELCOME PAGE ----------------------------------------- */

#slider {
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
	height:290px;
}

#slider li {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	position:absolute;
	display:none;
	width:100%;
	left:0;
	top:0;
}

#slider li:first-child {
	position:relative;
	display:block;
	float:left;
}

#slider img {
	display:block;
	height:auto;
	float:left;
	width:100%;
	border:0;
}

#slider a {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 0 0 3px #fff;
	-moz-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 0 3px #fff;
	display:block;
}

.slide-wrap {
	position:relative;
}

#welcomeContent .rslides1_tabs, #big-test .rslides2_tabs {
	position:absolute;
	font-size:42px;
	right:0;
	bottom:0;
	z-index:999;
	background:rgba(0,0,0,.3);
	-webkit-border-radius:4px 0 4px 0;
	-moz-border-radius:4px 0;
	border-radius:4px 0 4px 0;
	padding:0 10px;
	line-height:36px;
}

#testimonialsPage .rslides1_tabs {
	position:absolute;
	font-size:42px;
	z-index:999;
	right:10px;
	margin:-65px 0 0;
}

#welcomeContent .rslides1_tabs li,#testimonialsPage .rslides1_tabs li {
	float:left;
}

#welcomeContent .rslides1_tabs li a,#testimonialsPage .rslides1_tabs li a {
	text-decoration:none;
	color:#666;
	padding:0 2px;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,.2);
	outline:0;
}

#welcomeContent .rslides_here a,#testimonialsPage .rslides_here a {
	color:#df060c!important;
}

.home-grid {
	width:48.666666666667%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#bd2b2b;
	border:solid 1px #bd2b2b;
	margin:20px 0 0;
}

.home-grid > li {
	width:50%;
	float:left;
	position:relative;
}

.home-grid > li:nth-child(2n-1) {
	-webkit-box-shadow:inset -1px 0 #cd4646;
	-moz-box-shadow:inset -1px 0 #cd4646;
	box-shadow:inset -1px 0 #cd4646;
}

.home-grid > li:nth-child(2),.home-grid > li:nth-child(4) {
	-webkit-box-shadow:inset 0 -1px #cd4646;
	-moz-box-shadow:inset 0 -1px #cd4646;
	box-shadow:inset 0 -1px #cd4646;
}

.home-grid > li:nth-child(1),.home-grid > li:nth-child(3) {
	-webkit-box-shadow:inset 0 -1px #cd4646,inset -1px 0 #cd4646;
	-moz-box-shadow:inset 0 -1px #cd4646,inset -1px 0 #cd4646;
	box-shadow:inset 0 -1px #cd4646,inset -1px 0 #cd4646;
}

.home-grid ul {
	padding:10px 0 10px 80px;
	margin:0;
	height:90px;
}

.home-grid > li:hover ul {
	background:rgba(0,0,0,.1);
}

.home-grid ul li {
	margin:0 0 2px;
}

.home-grid ul li a {
	color:#fff;
	font-size:13px;
	text-shadow:1px 1px 0 rgba(0,0,0,.3);
	text-decoration:none;
}

.home-grid ul li.title a {
	font-weight:700;
}

.home-grid ul li a:hover {
	text-decoration:underline;
}

.home-grid ul li.title a:hover {
	text-decoration:underline;
}

.home-grid .packages .title a:hover,.home-grid .dslrs .title a:hover,.home-grid .more .title a:hover {
	text-decoration:none;
}

.home-grid li .icon {
	background:url(https://cdn.static-bl.com/images/png/home-icons-prod.png) no-repeat;
	position:left center;
	width:60px;
	position:absolute;
	left:11px;
}

.home-grid .dslrs .icon {
	background-position:0 0;
	height:65px;
	top:25px;
}

.home-grid .video .icon {
	background-position:-178px 10px;
	height:65px;
	top:22px;
	width:64px;
	left:6px;
}

.home-grid .audio .icon {
	background-position:0 -103px;
	height:70px;
	top:19px;
}

.home-grid .lighting .icon {
	background-position:-178px -102px;
	height:91px;
	bottom:0;
	left:6px;
}

.home-grid .packages .icon {
	background-position:0 -220px;
	height:70px;
	top:26px;
}

.home-grid .more .icon {
	background-position:-178px -220px;
	height:68px;
	top:22px;
	left:7px;
}

.home-works {
	width:48.366666666667%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#ef8823;
	border:solid 1px #ef8823;
	margin:20px 0 0;
	font-size:19px;
	color:#fff!important;
	font-weight:700;
	text-decoration:none;
	text-indent:230px;
	padding:9px 0;
	position:relative;
}

.home-works .icons {
	position:absolute;
	top:8px;
	left:12px;
	width:200px;
	height:24px;
	background:url(https://cdn.static-bl.com/images/png/home-works-icons.png) no-repeat;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
}

.oldie .home-works .icons {
	background:url(https://cdn.static-bl.com/images/png/home-works-icons-1x.png) no-repeat;
}

.home-works:hover {
	background-color:#e68421;
}

.home-test-wrap {
	width:48.666666666667%;
	height:127px;
	overflow:hidden;
}

.home-test {
	width:100%;
	margin:20px 0 0;
	display:none;
	position:relative;
}

.home-test .bubble {
}

.test a {
	text-decoration:none;
}

.test .bubble {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#e9e9e9;
	border:solid 1px #e9e9e9;
	width:77.452054794521%;
	padding:3px 0 2px;
}

.home-test .bubble:hover {
	opacity:.8;
}

.test .bubble p {
	margin:8px 12px;
	font-size:13px;
	color:#333;
	text-shadow:1px 1px 0 rgba(255,255,255,.4);
	line-height:19px;
}

.home-test .arrow {
	background:url(https://cdn.static-bl.com/images/png/home-bubble-arrow.png);
	height:30px;
	width:16px;
	position:absolute;
	left:77.452054794521%;
	top:20px;
}

.test .author {
	color:#666!important;
	text-align:right;
}

.test .avatar {
	display:block;
	width:19.178082191781%;
	overflow:hidden;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.test .avatar img {
	width:100%;
	display:block;
}

.home-reviews {
	width:48.366666666667%;
	margin:20px 0 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#ededed;
	border:solid 1px #ededed;
	position:relative;
}

.home-reviews h3 {
	padding:9px 0;
	margin:0;
	border-bottom:1px solid #d5d5d5;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.5);
	box-shadow:0 1px 0 rgba(255,255,255,.5);
	text-align:center;
	text-shadow:1px 1px 0 rgba(255,255,255,.5);
	color:#666;
	font-size:22px;
	width:100%;
	float:left;
}

.home-reviews .yelp {
	float:left;
	width:50%;
	-webkit-box-shadow:inset -1px 0 #d5d5d5,inset -2px 0 rgba(255,255,255,.3),1px 0 rgba(255,255,255,.3);
	-moz-box-shadow:inset -1px 0 #d5d5d5,inset -2px 0 rgba(255,255,255,.3),1px 0 rgba(255,255,255,.3);
	box-shadow:inset -1px 0 #d5d5d5,inset -2px 0 rgba(255,255,255,.3),1px 0 rgba(255,255,255,.3);
	position:relative;
}

.home-reviews .stars {
	width:145px;
	height:25px;
	background:url(https://cdn.static-bl.com/images/png/home-stars.png);
	margin:13px 0 0 17px;
}

.home-reviews .yelp a,.home-reviews .reseller a {
	display:block;
	text-decoration:none;
}

.home-reviews .reseller:hover,.home-reviews .yelp:hover {
	background:rgba(0,0,0,.02);
}

.home-reviews .yelp p {
	font-size:12px;
	font-weight:700;
	color:#666;
	line-height:12px;
	margin:10px 0 10px 10px;
	text-decoration:1px 1px 0 rgba(255,255,255,.6);
}

.home-reviews .yelp b {
	color:#333;
	font-size:22px;
	line-height:25px;
}

.home-reviews .stars-active {
	width:145px;
	height:25px;
	background:url(https://cdn.static-bl.com/images/png/home-stars-active.png);
	position:absolute;
	margin:-25px 0 0 17px;
}

.home-reviews .yelp .logo {
	position:absolute;
	width:99px;
	height:48px;
	background:url(https://cdn.static-bl.com/images/png/home-yelp-logo.png);
	bottom:10px;
	right:12px;
}

.home-reviews .reseller {
	float:left;
	width:50%;
	position:relative;
	height:107px;
}

.home-reviews .score {
	font-size:30px;
	width:100%;
	text-align:center;
	font-weight:700;
	margin:10px 0 0;
	letter-spacing:-1px;
	color:#999;
}

.home-reviews .score b {
	color:#b53838;
}

.home-reviews .reseller p {
	font-size:11px;
	color:#666;
	width:100%;
	text-align:center;
	padding:0;
	margin:-5px 0 0;
}

.home-reviews .reseller .logo {
	position:absolute;
	width:164px;
	height:41px;
	background:url(https://cdn.static-bl.com/images/png/home-reseller-logo.png);
	bottom:8px;
	right:6px;
}

.home-reviews .as-of {
	position:absolute;
	bottom:10px;
	left:8px;
	color:#999;
	text-decoration:none;
	font-size:12px;
	text-shadow:1px 1px 0 rgba(255,255,255,.5);
}

.test-reviews .as-of {
	color:#999;
	text-decoration:none;
	font-size:12px;
	text-shadow:1px 1px 0 rgba(255,255,255,.5);
	border-top:1px solid #d5d5d5;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
	padding:6px 5%;
	display:block;
	width:90%;
	float:left;
}

.home-reviews .more {
	display:block;
	text-align:right;
	padding:9px 3%;
	border-top:1px solid #d5d5d5;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.5);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.5);
	font-weight:700;
	color:#666;
	text-decoration:none;
	font-size:13px;
	text-shadow:1px 1px 0 rgba(255,255,255,.5);
	width:94%;
	float:left;
}

.home-reviews .more:hover {
	background:#eaeaea;
}

.home-seen-on {
	width:920px;
	margin:20px 0 0 -170px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#ededed;
	border:solid 1px #ededed;
	padding:10px 0;
}

.home-seen-on li {
	float:left;
	margin:0 14px 0 0;
}

.home-seen-on .title {
	margin:9px 5px 0 12px;
	font-weight:700;
	color:#666;
}

.home-seen-on a {
	background:url(https://cdn.static-bl.com/images/png/home-seen-on.png);
	display:block;
	height:34px;
}

.home-seen-on .ny a {
	width:212px;
	background-position:0 0;
}

.home-seen-on .cnet a {
	width:34px;
	background-position:571px 0;
}

.home-seen-on .gizmodo a {
	width:174px;
	background-position:525px 0;
}

.home-seen-on .cnn a {
	width:56px;
	background-position:338px 0;
}

.home-seen-on .wired a {
	width:128px;
	background-position:269px 0;
}

.home-seen-on .engadget a {
	width:129px;
	background-position:129px 0;
}

.home-seen-on a:hover {
	opacity:.7;
}

.home-extras {
	display:none;
	position:absolute;
	bottom:-236px;
	margin:0 0 0 29px;
}

#welcomePage .home-extras {
	display:block;
}

.home-extras li {
	list-style-type:none;
	margin:0 0 10px;
	position:relative;
}

.home-extras li a {
	background:#eaeaea;
	border:1px solid #eaeaea;
	font-weight:700;
	text-decoration:none;
	font-size:15px;
	color:#777;
	width:148px;
	padding:12px 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	display:block;
	text-indent:45px;
}

.home-extras li a:hover {
	background:#f5f5f5!important;
}

.home-extras .icon {
	background:url(https://cdn.static-bl.com/images/png/home-side-links-icons.png) no-repeat;
	width:32px;
	height:30px;
	position:absolute;
	left:6px;
	top:9px;
}

.home-extras .partners .icon {
	background-position:0 -49px;
}

.home-extras .affiliate .icon {
	background-position:0 -98px;
}

.home-extras .gift .icon {
	background-position:0 -147px;
}

/* -- FAQ PAGE ----------------------------------------- */
#aboutContent {
	position:relative;
}

#faqList {
	width:358px;
	border:1px solid #d0d0d0;
	border-right:none;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(0,0,0,.1);
	margin:0;
	position:absolute;
}

#faqList.fixed {
	position:fixed;
	top:85px;
}

#faqList.fixed.fixed-bottom {
	position:fixed;
	top:-250px;
}

#faqList li {
	border-bottom:1px solid #d0d0d0;
}

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

#faqList li a {
	padding:5px 0 6px 7px;
	display:block;
	color:#333;
	text-decoration:none;
	font-size:11px;
}

#faqList li a:hover {
	text-decoration:underline;
}

#faqMain {
	margin:0 0 0 359px;
	border:1px solid #d0d0d0;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border-top-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topright:6px;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(0,0,0,.1);
}

#faqMain h4 {
	margin:-30px 0 0 -7px;
	position:absolute;
	z-index:10;
	color:#333;
}

#faqMain h4 a {
	text-decoration:none;
	color:#333;
}

#faqMain .ui-collapsible-heading-status {
	display:none;
}

#faqMain .title {
	height:14px;
	display:block;
	padding:12px 13px 14px;
	font-weight:700;
	font-size:14px;
	color:#333!important;
	text-decoration:none;
	text-shadow:1px 1px 0 #fff;
	background:#f3f3f3;
	border:1px solid #d0d0d0;
	-webkit-box-shadow:0 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 3px 0 rgba(0,0,0,.1);
	box-shadow:0 3px 0 rgba(0,0,0,.1);
	position:absolute;
	margin:-1px 0 0 -1px;
	width:543px;
	top:0;
	left:0;
}

#faqMain .top {
	border-top-right-radius:6px;
}

#faqMain .mod {
	border-bottom:1px solid #d0d0d0;
	padding:42px 20px 20px;
	line-height:18px!important;
	position:relative;
}

#faqMain .dark {
	color:#666!important;
}

.upArrow {
	background:url(https://cdn.static-bl.com/images/png/arrow_up.jpg);
	width:23px;
	height:23px;
	position:absolute;
	margin:15px 0 0 321px;
	display:none;
}

.upArrow:hover {
	cursor:pointer;
}

/* -- SITEMAP ----------------------------------------- */
div.productListPagination {
	float:right;
	margin:-7px 0 6px;
}

#siteMapContent #categoryTreeTopLevel {
	position:relative!important;
	background:none!important;
	border:none!important;
	border-bottom-left-radius:none!important;
	border-bottom-right-radius:none!important;
	-moz-border-radius-bottomleft:none!important;
	-moz-border-radius-bottomright:none!important;
	width:auto!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
}

#siteMapContent #categoryTreeTopLevel > li > a,#siteMapPage h2 {
	background:#f3f3f3;
	border:1px solid #d0d0d0;
	padding:11px 0 12px 9px;
	display:block;
	margin:-1px -1px 0;
	color:#666;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 2px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 2px 0 rgba(0,0,0,.1);
	font-weight:700;
	height:16px;
	font-size:14px;
}

#siteMapContent #categoryTreeTopLevel li {
	border:none!important;
}

#pickuplocationsContent .uneven-2 .notice {
	margin:0!important;
}

#pickuplocationsPage .smButton,#contactPage .smButton {
	margin:0 8px 15px 0;
}

#pickuplocationsPage .smButton a,#contactPage .smButton a {
	color:#333;
	text-decoration:none;
}

/* -- ACCOUNT PAGES ----------------------------------------- */
#logoutLink {
	position:absolute;
	right:0;
	margin:-65px 3px 0 0;
}

#logoutLink a {
	color:#666;
	text-decoration:none;
}

#logoutLink a:hover {
	text-decoration:underline;
}

#deliveryUseBillingLabel {
	padding-left: 10px !important;
}

.accountBar {
	margin: 0 5% 20px;
	width: 90%;
	background-color: #fff;

}

.accountBar {
	height: 29px;
	padding: 0;
}

.accountBar .account-bar-button {
	height:12px;
	text-align:center;
	display:block;
	padding:5px 8px 8px;
	font-weight:700;
	font-size:12px;
	color:#333!important;
	text-decoration:none;
	margin:0 0 15px;
	margin:9px 0 0;
}

.accountBar .tab {
	white-space: nowrap;
	float:left;
	width:16.67%;
	border-right:1px solid #d0d0d0;
	/* margin-right: -1px !important; */
	text-align:center;
	border-top: solid 1px;
	border-bottom: solid 1px;
	box-sizing: border-box;
}

.accountBar .tab:last-of-type {
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	/* margin: 0 -1px; */
}

.accountBar .tab:first-child {
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
	border-left: solid 1px #d0d0d0;
	/* margin: 0 -1px; */
}

.accountBar .tab a {
	height: 31px;
	line-height: 31px;
	display:block;
	text-decoration:none;
	color:#333;
	font-weight: bold;
}

.accountBar .tab {
	border-color: #d0d0d0;
}

.accountBar .tab.active {
	background-color: #f0f0f0;
}

.accountBar .tab.active span {
	padding-bottom: 5px;
	border-bottom: 4px solid #e40000 !important;
}

.accountBar #verificationTab {
	width:158px;
	margin:0 -1px 0 0;
}

.accountBar .active .active-indicator {
	height: 3px;
	width: auto;
	background-color: #e40000;
}

div#logoutLink {
	font-size:.9em;
	float:right;
	margin-right:1em;
}

/* -- PRESS PAGE ----------------------------------------- */
.split {
	background:#f3f3f3;
	border:1px solid #d0d0d0;
	margin:0;
	padding:0;
	height:36px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.split-6 {
	height:75px;
}

#category-press .split,#category-bl_partner .split {
	margin:30px 70px 0;
}

.split li {
	width:33.2333%;
	float:left;
}

.split li a {
	border-right:1px solid #d0d0d0;
	color:#666;
	width:100%;
	padding:10px 0;
	font-weight:700;
	text-decoration:none;
	display:block;
	text-align:center;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.5),inset 0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.5),inset 0 1px 0 rgba(255,255,255,.5);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.5),inset 0 1px 0 rgba(255,255,255,.5);
}

.split li:nth-child(3n) a {
	border-right:none;
}

.split li:nth-child(n+4) a {
	border-top:1px solid #d0d0d0;
}

#category-press p,#category-bl_partner p {
	margin:0 70px 10px;
	font-size:15px;
	line-height:18px;
}

#category-press table {
	margin:0 70px 10px;
}

#category-press h3,#category-bl_partner h3 {
	font-size:22px;
	color:#666;
	margin:50px 0 10px 70px;
	color:#1b0101;
}

#category-press .grid {
	margin:0 70px 10px!important;
}

#category-press .grid li {
	height:270px;
}

.grid {
	border:1px solid #eee;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:0;
}

.grid-3 li {
	float:left;
	width:33.23%;
	width:33.1%\9;
	border-right:1px solid #eee;
	border-top:1px solid #eee;
	position:relative;
}

.grid-2 li {
	float:left;
	width:49.8%;
	width:49.5%\9;
	border-right:1px solid #eee;
	border-top:1px solid #eee;
	position:relative;
}

.grid-2 li:nth-child(1),.grid-2 li:nth-child(2) {
	border-top:none;
}

.grid-2 li:nth-child(2n) {
	border-right:none;
}

.grid-3 li:nth-child(1),.grid-3 li:nth-child(2),.grid-3 li:nth-child(3),.grid-3 li + li,.grid-3 li + li + li {
	border-top:none;
}

.grid-3 li:nth-child(3n) {
	border-right:none;
}

.grid h7 {
	display:block;
	text-align:center;
	background:#f3f3f3;
	border:1px solid #d0d0d0;
	margin:-1px -1px 0;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.5),inset 0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.5),inset 0 1px 0 rgba(255,255,255,.5);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.5),inset 0 1px 0 rgba(255,255,255,.5);
	color:#666;
	font-weight:700;
	padding:10px 0;
}

.grid li > a {
	text-align:center;
	padding:20px 0;
	width:100%;
	display:block;
}

.grid li p {
	position:absolute;
	margin:0!important;
	top:230px;
	left:30px;
}

.grid-2 li:nth-child(1) h7 {
	border-top-left-radius:6px;
}

.grid-2 li:nth-child(2) h7 {
	border-top-right-radius:6px;
}

.grid-3 li:nth-child(1) h7 {
	border-top-left-radius:6px;
}

.grid-3 li:nth-child(3) h7 {
	border-top-right-radius:6px;
}

#category-press > img {
	margin:0 0 0 90px;
}

#category-press h5,#category-bl_partner h5 {
	font-size:18px;
	color:#666;
	margin:20px 0 10px 70px;
}

/* -- Partner Page ----------------------------------------- */
#category-bl_partner .grid {
	margin:0 130px 10px!important;
}

#category-bl_partner .grid li {
	height:290px;
}

#category-bl_partner > div > img {
	float:left;
	margin:0 20px 10px 70px;
}

#category-bl_partner .code {
	border-left:4px solid #333;
	background-color:#E3E3E3;
	color:#000;
	padding:20px;
	font-size:17px;
	margin:0 100px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

#category-bl_partner .links {
	margin:0 0 0 100px;
}

#category-bl_partner .links li {
	margin:0 0 10px;
}

#category-bl_partner .floater {
	margin:30px 70px 0;
}

#category-bl_partner .floater p {
	margin:0;
}

#category-bl_partner .floater .left {
	width:40%;
	float:left;
	height:220px;
}

#category-bl_partner .floater .right {
	width:58%;
	float:right;
	height:220px;
}

#category-bl_partner .text {
	margin:0 100px 0 130px;
}

#category-bl_partner .text li {
	width:200px;
	float:left;
	margin:0 0 10px;
}

#Partners img {
	margin-bottom:2em;
}

#Partners a {
	display:block;
}

/* -- CONTACT PAGE ----------------------------------------- */
#contactContent .uneven-2 .left .mod {
	padding:0;
}

#contactContent iframe {
	width:100%;
}

#contactContent .left small {
	font-size:10px;
	margin:10px;
	color:#333;
	display:block;
}

/* -- LOGIN PAGE ----------------------------------------- */


#loginPage div > span > .ui-btn-text,#cartButtons .ui-btn-text {
	display:none;
}

#loginPage .ui-btn {
	margin:20px 0 0;
}

/* -- EXTRAS ----------------------------------------- */
div#bottomNavigation {
	clear:both;
	padding:.5em 0 1em;
	text-align:center;
	font-size:.85em;
	color:#777;
	background:transparent url(https://cdn.static-bl.com/images/png/bg-grad2.png) bottom left repeat-x;
}

input#searchString {
	padding:2px;
	background:#fff url(https://cdn.static-bl.com/images/png/bg-tbox.png) no-repeat;
	border:1px solid #f0f0f0;
	border-color:#7c7c7c #cecece #c3c3c3 #7c7c7c;
}

.productReviewForm {
	border:none;
}

div.photo img {
	width:270px;
	height:auto;
	margin-bottom:10px;
	margin-top:5px;
}

div.teamMemberPopup {
	color:#EEE!important;
	display:none;
}

;
img.popupImage {
	width:350px;
	height:auto;
}

div.rightPopupContent {
	vertical-align:text-bottom;
	text-align:left;
}

#userExtensionContent h2 {
	color:#666!important;
	font-size:18px!important;
	font-weight:700;
	padding:0!important;
	margin:30px 0 10px!important;
}

.mobile,.ui-loader,#addToCart .ui-btn-text,.wishListAdd .ui-btn-text {
	display:none!important;
	font-size:0;
	height:0;
	width:0;
}

#wishListShare {
	margin-bottom: 25px;
}

#wishListShare a {
	color: #333 !important;
}

#wishListShare h2 {
	font-weight: normal;
	color: #333 !important;
}

#categoryContent .span4 {
	float:left;
	margin:0 0 0 20px;
}

/* -- SIMPLEMODAL ----------------------------------------- */
#simplemodal-overlay {
	background-color:#222;
	cursor:wait;
}

#simplemodal-container {
	height:425px;
	width:675px;
	color:#bbb;
	background-color:#333;
	border:4px solid #444;
	padding:12px;
}

#simplemodal-container .simplemodal-data {
	padding:8px;
}

#simplemodal-container code {
	background:#141414;
	border-left:3px solid #65B43D;
	color:#bbb;
	display:block;
	font-size:12px;
	margin-bottom:12px;
	padding:4px 6px 6px;
}

#simplemodal-container a {
	color:#ddd;
}

#simplemodal-container a.modalCloseImg {
	background:url(../../js/fancybox/fancybox/fancy_close.png) no-repeat;
	width:29px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;
}

#simplemodal-container h3 {
	color:#84b8d9;
}

/* -- AJAX BOX ----------------------------------------- */
.ajaxBox {
	padding:4px;
	border:1px solid #eec31e;
}

.ajaxBox label {
	padding:4px;
}

span.ajaxPrompt,span.ajaxChange {
	padding:1px 4px;
	font-weight:700;
	background-color:#eec31e;
}

td.ajaxChange {
	background-color:#eec31e;
}

tr.ajaxChange {
	background-color:#eec31e;
}

div.ajaxHeading {
	margin:4px 0;
}

.ajaxError {
	display:block;
	padding:7px 10px 8px;
	font-size:14px;
	text-decoration:none;
	margin:15px 0 0;
	text-shadow:1px 1px 0 #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	line-height:20px;
	background:#f7d0d0!important;
	border:1px solid #b47979!important;
	color:#9c6969!important;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),inset 0 1px 0 rgba(255,255,255,.3)!important;
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),inset 0 1px 0 rgba(255,255,255,.3)!important;
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),inset 0 1px 0 rgba(255,255,255,.3)!important;
}

.ajaxWarning {
	display:block;
	padding:7px 10px 8px;
	font-size:14px;
	text-decoration:none;
	margin:15px 0 0;
	text-shadow:1px 1px 0 #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	line-height:20px;
	background:#f7d0d0!important;
	border:1px solid #b47979!important;
	color:#9c6969!important;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),inset 0 1px 0 rgba(255,255,255,.3)!important;
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),inset 0 1px 0 rgba(255,255,255,.3)!important;
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),inset 0 1px 0 rgba(255,255,255,.3)!important;
}

.ajaxMessage {
	padding:1px 4px;
	font-weight:700;
	background-color:transparent;
	color:#000;
}

ul#ajaxErrorsList,ul#ajaxMessagesList {
	list-style-type:none;
}

.ajaxBox label.required {
	font-weight:700;
}

/* -- TIPSY ----------------------------------------- */
.tipsy {
	padding:5px;
	font-size:10px;
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	background-image:url(https://cdn.static-bl.com/images/png/tipsy.gif);
}

.tipsy-inner {
	padding:5px 8px 5px 7px;
	background-color:#000;
	color:#fff;
	max-width:200px;
	text-align:center;
}

.tipsy-inner {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.tipsy-north {
	background-position:top center;
}

.tipsy-south {
	background-position:bottom center;
}

.tipsy-east {
	background-position:right center;
}

.tipsy-west {
	background-position:left center;
}

/* -- fancybox/fancybox/jquery.fancybox-1.3.4.css ----------------------- */
#fancybox-loading {
	position:fixed;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	cursor:pointer;
	overflow:hidden;
	z-index:1104;
	display:none;
}

#fancybox-loading div {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:480px;
	background-image:url(https://cdn.static-bl.com/images/png/fancybox.png);
}

#fancybox-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1100;
	display:none;
}

#fancybox-tmp {
	padding:0;
	margin:0;
	border:0;
	overflow:auto;
	display:none;
}

#fancybox-wrap {
	position:absolute;
	top:0;
	left:0;
	padding:20px;
	z-index:1101;
	outline:0;
	display:none;
}

#fancybox-outer {
	position:relative;
	width:100%;
	height:100%;
	background:#fff;
}

#fancybox-content {
	width:0;
	height:0;
	padding:0;
	outline:0;
	position:relative;
	overflow:hidden;
	z-index:1102;
	border:0 solid #fff;
}

#fancybox-hide-sel-frame {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:transparent;
	z-index:1101;
}

#fancybox-close {
	position:absolute;
	top:-15px;
	right:-15px;
	width:30px;
	height:30px;
	background:transparent url(https://cdn.static-bl.com/images/png/fancybox.png) -40px 0;
	cursor:pointer;
	z-index:1103;
	display:none;
}

#fancybox-error {
	color:#444;
	font:normal 12px/20px Arial;
	padding:14px;
	margin:0;
}

#fancybox-img {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	border:0;
	outline:0;
	line-height:0;
	vertical-align:top;
}

#fancybox-frame {
	width:100%;
	height:100%;
	border:0;
	display:block;
}

#fancybox-left,#fancybox-right {
	position:absolute;
	bottom:0;
	height:100%;
	width:35%;
	cursor:pointer;
	outline:0;
	background:transparent url(blank.gif);
	z-index:1102;
	display:none;
}

#fancybox-left {
	left:0;
}

#fancybox-right {
	right:0;
}

#fancybox-left-ico,#fancybox-right-ico {
	position:absolute;
	top:50%;
	left:-9999px;
	width:30px;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
	z-index:1102;
	display:block;
}

#fancybox-left-ico {
	background-image:url(https://cdn.static-bl.com/images/png/fancybox.png);
	background-position:-40px -30px;
}

#fancybox-right-ico {
	background-image:url(https://cdn.static-bl.com/images/png/fancybox.png);
	background-position:-40px -60px;
}

#fancybox-left:hover,#fancybox-right:hover {
	visibility:visible;
}

#fancybox-left:hover span {
	left:20px;
}

#fancybox-right:hover span {
	left:auto;
	right:20px;
}

.fancybox-bg {
	position:absolute;
	padding:0;
	margin:0;
	border:0;
	width:20px;
	height:20px;
	z-index:1001;
}

#fancybox-bg-n {
	top:-20px;
	left:0;
	width:100%;
	background-image:url(https://cdn.static-bl.com/images/png/fancybox-x.png);
}

#fancybox-bg-ne {
	top:-20px;
	right:-20px;
	background-image:url(https://cdn.static-bl.com/images/png/fancybox.png);
	background-position:-40px -162px;
}

#fancybox-bg-e {
	top:0;
	right:-20px;
	height:100%;
	background-image:url(https://cdn.static-bl.com/images/png/fancybox-y.png);
	background-position:-20px 0;
}

#fancybox-bg-se {
	bottom:-20px;
	right:-20px;
	background-image:url(https://cdn.static-bl.com/images/png/fancybox.png);
	background-position:-40px -182px;
}

#fancybox-bg-s {
	bottom:-20px;
	left:0;
	width:100%;
	background-image:url(https://cdn.static-bl.com/images/png/fancybox-x.png);
	background-position:0 -20px;
}

#fancybox-bg-sw {
	bottom:-20px;
	left:-20px;
	background-image:url(https://cdn.static-bl.com/images/png/fancybox.png);
	background-position:-40px -142px;
}

#fancybox-bg-w {
	top:0;
	left:-20px;
	height:100%;
	background-image:url(https://cdn.static-bl.com/images/png/fancybox-y.png);
}

#fancybox-bg-nw {
	top:-20px;
	left:-20px;
	background-image:url(https://cdn.static-bl.com/images/png/fancybox.png);
	background-position:-40px -122px;
}

#fancybox-title {
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
	font-size:12px;
	z-index:1102;
}

.fancybox-title-inside {
	padding-bottom:10px;
	text-align:center;
	color:#333;
	background:#fff;
	position:relative;
}

.fancybox-title-outside {
	padding-top:10px;
	color:#fff;
}

.fancybox-title-over {
	position:absolute;
	bottom:0;
	left:0;
	color:#FFF;
	text-align:left;
}

#fancybox-title-over {
	padding:10px;
	background-image:url(fancy_title_over.png);
	display:block;
}

.fancybox-title-float {
	position:absolute;
	left:0;
	bottom:-20px;
	height:32px;
}

#fancybox-title-float-wrap {
	border:0;
	border-collapse:collapse;
	width:auto;
}

#fancybox-title-float-wrap td {
	border:0;
	white-space:nowrap;
}

#fancybox-title-float-left {
	padding:0 0 0 15px;
	background:url(https://cdn.static-bl.com/images/png/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color:#FFF;
	line-height:29px;
	font-weight:700;
	padding:0 0 3px;
	background:url(https://cdn.static-bl.com/images/png/fancybox-x.png) 0 -40px;
}

#fancybox-title-float-right {
	padding:0 0 0 15px;
	background:url(https://cdn.static-bl.com/images/png/fancybox.png) -55px -90px no-repeat;
}

/* -- NEUE ------------------------------------------------ */
header {
	/* height:124px; */
	position:relative;
}

header .top {
	height:80px;
	background:#f5f5f5;
}

header a {
	text-decoration:none;
}

header .logo {
	height: 48px;
	width: 100px;
	padding: 0 15px;
	color: #ccc;
	background: url(https://cdn.static-bl.com/images/png/bl-logo.png) top left no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 17px 0 0;
}

.order-confirm-logo {
	display:-webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 56px;
	height: 23px;
}

.order-confirm-logo .logo {
	background-image: url(https://cdn.static-bl.com/images/png/BL_LogoRed.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 56px;
	height: 23px;
}

header .details {
	margin:0 15px 0 0;
	height:34px;
}

header .details li {
	float:left;
	margin:7px 0 4px 15px;
}

header .details li a {
	font-size:12px;
	color:#aaa;
	padding:2px 0 0;
	display:block;
	margin:2px 0 0;
	-webkit-font-smoothing:antialiased;
}

header .details .like {
	width:88px;
}

header .details .follow {
	width:101px;
	position:relative;
}

#twitter-bubble {
	background:#fff;
	border:1px solid #c1c1c1;
	height:14px;
	line-height:14px;
	min-width:15px;
	padding:1px 2px;
	text-align:center;
	white-space:nowrap;
	font-size:11px;
	font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
	color:#333;
	position:absolute;
	top:1px;
	left:64px;
}

.details .one-plus {
	width:63px;
	margin-top:10px;
}

.details a:hover {
	text-decoration:underline;
}

.site-nav {
	margin:0 15px 0 0;
	clear: right;
}

.ie7 .site-nav {
	width:520px;
}

.site-nav li {
	float:left;
	margin:0 0 0 10px;
}

.site-nav li a {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	background-color:#ddd;
	border:1px solid #ddd;
	border-bottom:none;
	font-size:16px;
	font-weight:700;
	padding:14px 15px;
	display:block;
	color:#777;
	-webkit-font-smoothing:antialiased;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
	position:relative;
}

.site-nav li a:hover {

}

.site-nav li.active a {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	background-color:#b0b0b0;
	border:solid 1px #b0b0b0;
	border-bottom:none;
	color:#444;
}

.site-nav li a span {
	color:#d98d16;
}

.site-nav .new-bar {
	background:#d98d16;
	height:4px;
	position:absolute;
	width:100%;
	top:-1px;
	margin:0 0 0 -21px;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	border:solid 1px #d98d16;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}

.site-nav li a:hover .new-bar {
	opacity:0;
}

.site-nav .gear a:hover, .site-nav .video-gear a:hover {
	color:#444;
	background-color:#999;
	border:solid 1px #999;
	border-bottom:none;
}

.site-nav li.active.sale a {
	background-color:#58a333;
	color:#1a390a;
	border:1px solid #58a333;
	border-bottom:none;
}

.site-nav .sale a:hover {
	background-color:#58a333;
	color:#1a390a;
	border:1px solid #58a333;
	border-bottom:none;
}

.site-nav .education a:hover {
	background-color:#b88020;
	color:#462713;
	border:1px solid #b88020;
	border-bottom:none;
}

.site-nav .education a:hover span {
	color:#fff;
}

.site-nav .blog a:hover {
	background-color:#327fbb;
	color:#113958;
	border:1px solid #327fbb;
	border-bottom:none;
}
@-moz-document url-prefix() {
	.barli:nth-child(2),.bar > li:nth-child(3){;
	margin:-1px 0 0;
	height:43px;
}	
}

.ie6 .bar li {
	display:inline;
}

#bar.fixed .home {
	display:block;
}

#search {
	padding:8px 15px 6px 35px;
	margin:4px;
	border:none;
	font-size:16px;
	background:transparent;
	color:#333;
	font-weight:400;
	text-shadow:0 1px 0 rgba(255,255,255,.5);
	width:513px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#fff;
	border:solid 1px #888;
	-webkit-font-smoothing:antialiased;
	-webkit-transition:all 400ms ease-in-out;
	-moz-transition:all 400ms ease-in-out;
	-o-transition:all 400ms ease-in-out;
	transition:all 400ms ease-in-out;
}

#bar.fixed #search {
	width:471px;
}

#welcomePage #bar.fixed #search {
	width:513px;
}

.oldie .bar #search {
	background:url(https://cdn.static-bl.com/images/png/nav-icon-search.png) #fff no-repeat 10px 7px;
}

.search-autocomplete {
	position:absolute;
	width:574px;
	background-color:#e4e4e4;
	-webkit-box-shadow:inset 0 2px rgba(0,0,0,.2),inset 0 0 0 1px rgba(255,255,255,.3);
	-moz-box-shadow:inset 0 2px rgba(0,0,0,.2),inset 0 0 0 1px rgba(255,255,255,.3);
	box-shadow:inset 0 2px rgba(0,0,0,.2),inset 0 0 0 1px rgba(255,255,255,.3);
	border:solid 1px #a0a0a0;
	border-top:none;
	background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.1),rgba(255,255,255,.1));
	background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.1),rgba(255,255,255,.1));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(255,255,255,.1));
	background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.1),rgba(255,255,255,.1));
	background-image:linear-gradient(to top,rgba(0,0,0,.1),rgba(255,255,255,.1));
	z-index:8;
	margin:1px 0 0 -1px;
	display:none;
	-webkit-font-smoothing:antialiased;
}

#search:focus + .search-autocomplete {
	display:block;
}

.search-autocomplete li {
	border-bottom:1px solid #a0a0a0;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.2);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.2);
	box-shadow:0 1px 0 rgba(255,255,255,.2);
}

.search-autocomplete li:last-child {
	border-bottom:none;
}

.search-autocomplete li a {
	padding:10px;
	font-size:14px;
	display:block;
	text-shadow:1px 1px 0 rgba(255,255,255,.4);
}

.search-autocomplete a .left {
	color:#666;
	width:360px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.search-autocomplete a .right {
	color:#999;
}

.search-autocomplete a b {
	font-weight:700;
	color:#333;
}

.bar .account {
	border-left:1px solid #666;
	position:absolute;
	right:112px;
	width:114px;
}

.nav-bar .cart {
	width:110px;
	height:42px;
	position:absolute;
}
.top-menu .top-menu-items .cart {
	position:relative;
}

.top-menu .top-menu-items .cart .count {
	/* https://cdn.static-bl.com/images/png/cart-full-bg.png */
	background:url(https://cdn.static-bl.com/images/png/BLCart.png) center 62% no-repeat;
	width:20px;
	height:40px;
	position:relative;
	background-size: contain !important;
}

/*.top-menu .top-menu-items .cart .count:hover {
	background:url(https://cdn.static-bl.com/images/png/BLCartRed.png) center 62% no-repeat;
}*/

/*.top-menu .top-menu-items .cart .count:hover .cart-count {
	color:#e40000;
}*/

.top-menu .top-menu-items .cart .count span {
	font-size:10px;
	color:#fff;
	font-weight:700;
	font-family:arial;
	-webkit-font-smoothing:antialiased;
	text-align:center;
	display:block;
	transform: translate(2px,-5px);
	-ms-transform: translate(2px, -5px); /* IE 9 */
    -webkit-transform: translate(2px, -5px); /* Chrome, Safari, Opera */
    -moz-transform: translate(2px,-5px);
    -o-transform: translate(2px,-5px);
}

.oldie .bar .cart {
	float:right;
}

@-moz-document url-prefix() {
	.barcartfloat:right;
	position:absolute;
	right:-1px;
	top:0;
}	
}

.oldie .bar .cart a {
	background:url(https://cdn.static-bl.com/images/png/nav-icon-cart.png) no-repeat 79px 12px;
}

.oldie .bar .cart.full a {
	background:none;
}

.bar > li > a {
	font-size:15px;
	font-weight:700;
	color:#d3d3d3;
	padding:11px 15px 14px;
	display:block;
	text-shadow:0 -1px 0 rgba(0,0,0,.4);
	-webkit-font-smoothing:antialiased;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
	position:relative;
	z-index:2;
}

.bar .account a {
	padding:11px 0 14px 15px;
}

@-moz-document url-prefix() {
	.barliafont-size:14px;
}	
}

.bar > li > a:hover {
	color:#fff;
}

.bar .nav .handle:hover {
	color:#d3d3d3;
}

.bar > .nav > a {
	padding:11px 0 14px 15px;
}

.bar a:hover {
	background:rgba(255,255,255,.07);
}

.bar .nav a:hover {
	background:none;
}

.bar .nav:hover,#welcomePage .bar .nav {
	-webkit-border-radius:4px 0 0 0;
	-moz-border-radius:4px 0 0;
	border-radius:4px 0 0 0;
}

.top-level {
	background:#333;
	border:1px solid #333;
	margin:0 0 0 -1px;
	width:178px;
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px;
	position:relative;
	z-index:9;
	display:none;
}

.bar .nav:hover .top-level {
	display:block;
}

.top-level > li > .links > a:hover {
	text-decoration:underline;
}

.nav .no-hov:hover {
	text-decoration:none!important;
}

.top-level > li {
	border-top:1px solid #444;
}



.top-level > li > .links {
	padding:8px 10px 10px;
}

.top-level > li .links > a {
	font-size:15px;
	color:#aaa;
	line-height:19px;
	text-shadow:1px 1px 0 rgba(0,0,0,.4);
	display:block;
}

.top-level > li:hover .links {
	background:#444;
	position:relative;
	margin:0 -2px 0 0;
	z-index:11;
}

.hover .top-level > li:hover .links {
	background:none;
}

.top-level > li:nth-child(5) .links {
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px;
}

.top-level > li:hover .links a {
	color:#fff;
}

.hover .top-level > li:hover .links a {
	color:#aaa;
	text-decoration:none;
}

.top-level .cover {
	background:#444;
	height:100%;
	width:4px;
}

.sub-level {
	background:#444;
	width:574px;
	position:absolute;
	left:178px;
	top:-1px;
	z-index:10;
	display:none;
	-webkit-border-radius:0 0 4px 0;
	-moz-border-radius:0 0 4px;
	border-radius:0 0 4px 0;
}

.top-level li:hover .sub-level {
	display:block;
}

.hover .top-level li:hover .sub-level {
	display:none;
}

.sub-level .lists {
	padding:0 20px 12px;
	min-height:139px;
}

#packages .lists {
	min-height:272px;
}

#accessories .lists {
	min-height:348px;
}

.sub-level .lists > li {
	float:left;
	width:30%;
}

#mounts .lists .one,#mounts .lists .two {
	width:35.5%;
}

#mounts .lists .three {
	width:28%;
}

#cameras .lists .one {
	width:38%;
}

#cameras .lists .two {
	width:31%;
}

#cameras .lists .three {
	width:31%;
}

#video .lists .one {
	width:39.5%;
}

#video .lists .two {
	width:31.5%;
}

#video .lists .three {
	width:29%;
}

#packages .lists .one {
	width:49%;
}

#packages .lists .two {
	width:49%;
}

#accessories .lists .one {
	width:32%;
}

#accessories .lists .two {
	width:37%;
}

#accessories .lists .three {
	width:30%;
}

.sub-level .lists a {
	color:#aaa;
	font-size:14px;
	padding:0 0 8px;
	display:block;
}

.sub-level .lists .title a {
	font-size:14px;
	color:#fff;
	font-weight:700;
	margin:15px 0 8px;
	padding:0;
}

.sub-level .lists a:hover {
	text-decoration:underline;
}

.sub-level .ad {
	min-height:120px;
	border-top:1px solid #2f2f2f;
	overflow:hidden;
}

.sub-level .ad a {
	font-size:24px;
	color:#fff;
}

.nav .ad.l a {
	padding:33px 260px 40px 33px;
	display:block;
}

.nav .ad.r a {
	padding:33px 33px 40px 260px;
	display:block;
	text-align:right;
}

.nav .ad.c a {
	padding:33px 33px 40px;
	text-align:center;
	display:block;
}

.nav .ad.tall {
	height:220px;
}

.nav .ad.tall.l a {
	padding:53px 260px 100px 33px;
}

.nav .ad.tall.r a {
	padding:53px 33px 100px 260px;
}

.nav .ad.tall.c a {
	padding:23px 33px 200px;
}

footer {
	background-color: #fff;
	width:100%;
	margin-left: 0;
}

footer .footer-header .bl-text-logo {
	background-image: url(https://cdn.static-bl.com/images/png/BLLogoWhite.png);
	background-size: 100% 100%;
	background-repeat: no-repeat; 
	background-position: left center;
	height: 12px;
	width: 118px;
	margin: 20px 20px 20px 5%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
        (-o-min-device-pixel-ratio: 3/2) , only screen and
        (min--moz-device-pixel-ratio: 1.5) , only screen and
    (min-device-pixel-ratio: 1.5) {
	footer .footer-header .bl-text-logo {
		background-image: url(https://cdn.static-bl.com/images/png/BLLogoWhite@2x.png);
	}
	
	.top-menu.checkout .top-menu-items .cart .count {
		background:url(https://cdn.static-bl.com/images/png/BLCartIcon_Black@2x.png) center 2% no-repeat;
	}
	.order-confirm-logo .logo {
		background-image: url(https://cdn.static-bl.com/images/png/BL_LogoRed@2x.png);
	}
	
}


footer .footer-title {
	width: 100%;
	height: 60px;
	background-color: #000;
}

footer .footer-footer {
	width: 100%;
	background-color: #000;
}

footer .footer-footer .bl-copyright-message {
	color: #fff;
	text-indent: 5%;
	line-height: 30px;
}

footer .footer-wrapper {
	width: 100%;
	background-color: #000;
	height: 200px;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
}

footer .footer-wrapper .footer-section:first-child {
	margin-left: 5%;
}

footer .footer-wrapper .footer-section {
	margin-right: 2%;
	width: 12%;
}

footer .footer-wrapper .footer-section.last {
	margin-right: 0;
	width: 34%;
}

.footer-wrapper .footer-section ul li {
	color: #fff;
	text-decoration: none;
}

.footer-wrapper .footer-section ul li.error {
	color: red;
	font-weight: bold;
}

footer .footer-email-social .footer-email-social-items {
	float:right;
	background-color: #000;
	/* border-right:1px solid #222; */
	height:200px;
}

footer .bl, footer .footer-address-about .footer-address {
	width:177px;
}

footer .news {
	width:380px;
}

footer .company {
	width:129px;
}

footer .resources {
	width:118px;
}

footer .about {
	width:152px;
}

.oldie footer .about {
	width:150px;
}

footer h6 {
	font-size:15px;
	color:#fff;
	margin:0;
}

footer p {
	padding:0 0 9px 20px;
	margin:0;
}

footer p,footer a {
	font-size:13px;
	text-decoration:none;
	color:#fff!important;
}

footer .footer-email-items .email {
	height:30px;
	background-color:#fff;
	border:solid 1px #333;
	width:280px;
	margin:10px 15px 0;
	padding:0 15px;
	/* position:relative; */
	z-index:8;
}

footer .footer-email-items li, footer .footer-follow-us {
	color: #fff;
	padding:0 15px;
}


footer .footer-email-items .email .field {
	width:255px;
	height:100%;
	background:#fff;
	border:none;
	font-size:14px;
	color:#666;
	padding: 0;
	line-height: 30px;
	height: 30px;
}

footer .footer-email-items .email .field:focus {
	outline:none;
}

footer .footer-email-items .email .submit {
	
	width:42px;
	height:30px;
	background:url(https://cdn.static-bl.com/images/png/footer-icon-new-news.png) center center no-repeat;
	border:none;
	position:absolute;
}

footer .copy {
	background-color:#222;
	border:solid 1px #222;
	border-bottom:none;
	margin:-1px -1px 0;
}

footer .copy ul {
	margin:0 15px 0 0;
}

footer .copy li {
	float:left;
}

footer .copy span,footer .copy li a {
	font-size:12px;
	color:#666!important;
	text-shadow:1px 1px 0 rgba(0,0,0,.4);
	padding:14px 0 14px 15px;
	display:block;
}

footer a:hover {
	text-decoration:underline;
}

.footer2 {
	width: 980px;
	background: #fff;
	border-top: 1px solid #c6c7c9;
	border-bottom: 1px solid #c6c7c9;
	margin: 15px auto;
}

div .contentContainer{
	margin: 10px 0 20px 0;
}

.footer2 {
	text-align: center;
}

.footer2 .logos {
	text-align: center;
	width: 100%;
}

.footer2 .logos li{
	display: inline;
}

.footer2 .title{
	width: 100%;
	margin: 6px auto 0 auto;
	text-align: left;
	font-family: "Avenir LT W01 85 Heavy",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #181512;
}

#footerxbrands .logo-shutterfly a {
	color: #fff !important;
}

#footerxbrands .logo-image {
	display: inline-block;
	height: 36px;
}

#footerxbrands .logo-image .image {
	margin-top: 18px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center center;
}

#footerxbrands .logo-shutterfly .logo-image {
	width: 102px;
}

#footerxbrands .logo-shutterfly .logo-image .image {
	background-image: url(https://cdn.static-bl.com/images/Logo_SF.png);
	background-size: 100% 100%;
	height: 24px;
}

#footerxbrands .logo-tinyprints .logo-image {
	width: 112px;
}

#footerxbrands .logo-tinyprints .logo-image .image {
	background-image: url(https://cdn.static-bl.com/images/Logo_TP.png);
	background-size: 100% 100%;
	height:22px;
}

#footerxbrands .logo-wpd .logo-image {
	width: 124px;
}

#footerxbrands .logo-wpd .logo-image .image {
	background-image: url(https://cdn.static-bl.com/images/Logo_WPD.png);
	background-size: 100% 100%;
	height: 21px;
}

#footerxbrands .logo-groovebook .logo-image {
	width: 114px;
}

#footerxbrands .logo-groovebook .logo-image .image {
	background-image: url(https://cdn.static-bl.com/images/GB_Sfly_Desktop_Footer_Logo_1x.png);
	background-size: 100% 100%;
	height: 19px;
}

#footerxbrands .logo-borrowlenses .logo-image {
	width: 67px;
}

#footerxbrands .logo-borrowlenses .logo-image .image {
	background-image: url(https://cdn.static-bl.com/images/BL_RedLogo.png);
	background-size: 100% 100%;
	height: 27px;
}

#footerxbrands .logo-mypublisher .logo-image {
	width: 113px;
}

#footerxbrands .logo-mypublisher .logo-image .image {
	background-image: url(https://cdn.static-bl.com/images/Logo_MYP.png);
	background-size: 100% 100%;
	height: 38px;
}

#footerxbrands .logo-tinyprints a {
	margin-left: 5%;
}

#footerxbrands .logo-wpd a {
	margin-left: 5%;
}

#footerxbrands .logo-treat a {
	color: #fff !important;
	margin-left: 5%;
}

#footerxbrands .logo-groovebook a {
	margin-left: 5%;
}

#footerxbrands .logo-groovebook a img {
	-webkit-transform: translateY(-8.5px);
	-moz-transform: translateY(-8.5px);
	transform: translateY(-8.5px);
}

#footerxbrands .logo-mypublisher a {
	margin-left: 5%;
}

#footerxbrands .logo-borrowlenses a {
	margin-left: 5%;
}
/*----------- */
#bar.fixed {
	position:fixed;
	top:-1px;
}

#welcomePage #bar.fixed {
	position:relative;
}

#welcomePage #bar.fixed .home {
	display:none;
}

#welcomePage .top-level {
	display:block;
}

.tracking {
	position:absolute;
	bottom:0;
	left:0;
}

#windowLeft {
	position:fixed;
	right:0;
	top:62px;
	width:43px;
	z-index:10;
}

#windowLeft ul {
	border:1px solid #222;
	border-right:none;
	background:#484848;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	margin:0;
}

#windowLeft ul li {
	width:42px;
	height:42px;
	border-bottom:1px solid #222;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
}

#windowLeft ul li a {
	display:block;
	height:32px;
	width:32px;
	padding:5px;
	-webkit-transition:opacity 200ms ease-out;
	-moz-transition:opacity 200ms ease-out;
	-o-transition:opacity 200ms ease-out;
	transition:opacity 200ms ease-out;
	opacity:1;
	background:url(https://cdn.static-bl.com/images/png/window-side-buttons.png) no-repeat 5px 5px;
}

#windowLeft ul:hover a {
	-webkit-transition:opacity 200ms ease-out;
	-moz-transition:opacity 200ms ease-out;
	-o-transition:opacity 200ms ease-out;
	transition:opacity 200ms ease-out;
	opacity:.5;
}

#windowLeft ul li a:hover {
	-webkit-transition:opacity 200ms ease-out;
	-moz-transition:opacity 200ms ease-out;
	-o-transition:opacity 200ms ease-out;
	transition:opacity 200ms ease-out;
	opacity:1;
}

#windowLeft .blog {
	background-position:0 0;
}

#windowLeft .facebook a {
	background-position:5px -37px;
}

#windowLeft .twitter a {
	background-position:5px -79px;
}

#windowLeft .plus a {
	background-position:5px -121px;
}

#windowLeft .pintrest a {
	background-position:5px -163px;
}

#windowLeft .instagram a {
	background-position:5px -247px;
}

#windowLeft .flickr a {
	background-position:5px -289px;
}

#windowLeft .newsletter a {
	background-position:5px -331px;
}

#windowLeft ul li:first-child {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

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

#big-test {
	position:relative;
	list-style:none;˙
	overflow:hidden;
	width:100%;
	height:360px;
	padding:0;
	margin:0 0 20px;
	-webkit-border-radius:4px!important;
	-moz-border-radius:4px!important;
	border-radius:4px!important;
}

#big-test li {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	position:absolute;
	display:none;
	width:100%;
	left:0;
	top:0;
}

#big-test li:first-child {
	position:relative;
	display:block;
	float:left;
}

#big-test img {
	display:block;
	height:auto;
	float:left;
	width:100%;
	border:0;
}

#big-test .desc{
	position:absolute;
	top:30px;
	left:30px;
}

#testimonialsSlides .desc {
	position:absolute;
	top:124px;
	left:30px;
}

.test-page {
	width:72.043010752688%;
}

.test-page h5 {
	font-size:14px;
	margin:0 0 20px;
	padding:4px 10px;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 0 0 1px rgba(255,255,255,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 0 0 1px rgba(255,255,255,.05);
	color:#aaa;
	text-transform:uppercase;
	border-bottom:1px solid #ddd;
}

.test-page .test {
	margin:0 0 20px;
}

.test-page .avatar {
	width:11.940298507463%;
}

.test-page .bubble {
	width:71.641791044776%;
	position:relative;
}

.test-page .bubble p {
	font-size:14px;
	line-height:20px;
}

.test-page .bubble.right {
	margin:0 14.032835820896% 0 0;
}

.test-page .bubble.left {
	margin:0 0 0 14.032835820896%;
}

.test-page .bubble.left .arrow {
	background:url(https://cdn.static-bl.com/images/png/home-bubble-arrow.png);
	height:30px;
	width:16px;
	position:absolute;
	right:-15px;
	top:20px;
}

.test-page .bubble.right .arrow {
	background:url(https://cdn.static-bl.com/images/png/home-bubble-arrow.png) top right;
	height:30px;
	width:16px;
	position:absolute;
	left:-15px;
	top:20px;
}

.test-reviews {
	width:25.806451612903%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#ededed;
	-webkit-box-shadow:inset 0 1px rgba(255,255,255,.75),inset 0 0 0 1px rgba(255,255,255,.3);
	-moz-box-shadow:inset 0 1px rgba(255,255,255,.75),inset 0 0 0 1px rgba(255,255,255,.3);
	box-shadow:inset 0 1px rgba(255,255,255,.75),inset 0 0 0 1px rgba(255,255,255,.3);
	border:solid 1px #d5d5d5;
	background-image:-webkit-linear-gradient(bottom,rgba(5,6,6,.05),rgba(255,255,255,.05));
	background-image:-moz-linear-gradient(bottom,rgba(5,6,6,.05),rgba(255,255,255,.05));
	background-image:-o-linear-gradient(bottom,rgba(5,6,6,.05),rgba(255,255,255,.05));
	background-image:-ms-linear-gradient(bottom,rgba(5,6,6,.05),rgba(255,255,255,.05));
	background-image:linear-gradient(to top,rgba(5,6,6,.05),rgba(255,255,255,.05));
}

.test-reviews h3 {
	padding:9px 0;
	margin:0;
	border-bottom:1px solid #d5d5d5;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.5);
	box-shadow:0 1px 0 rgba(255,255,255,.5);
	text-align:center;
	text-shadow:1px 1px 0 rgba(255,255,255,.5);
	color:#666;
	font-size:22px;
	width:100%;
	float:left;
}

.test-reviews .yelp {
	float:left;
	width:100%;
	-webkit-box-shadow:inset 0 -1px #d5d5d5,inset 0 -2px rgba(255,255,255,.3),0 1px rgba(255,255,255,.3);
	-moz-box-shadow:inset 0 -1px #d5d5d5,inset 0 -2px rgba(255,255,255,.3),0 1px rgba(255,255,255,.3);
	box-shadow:inset 0 -1px #d5d5d5,inset 0 -2px rgba(255,255,255,.3),0 1px rgba(255,255,255,.3);
	position:relative;
}

.test-reviews .stars {
	width:145px;
	height:25px;
	background:url(https://cdn.static-bl.com/images/png/home-stars.png);
	margin:13px 0 0 47px;
}

.test-reviews .yelp a,.test-reviews .reseller a {
	display:block;
	text-decoration:none;
}

.test-reviews .yelp p {
	font-size:12px;
	font-weight:700;
	color:#666;
	line-height:12px;
	margin:10px 0 10px 30px;
	text-decoration:1px 1px 0 rgba(255,255,255,.6);
}

.test-reviews .yelp b {
	color:#333;
	font-size:22px;
	line-height:25px;
}

.test-reviews .stars-active {
	width:145px;
	height:25px;
	background:url(https://cdn.static-bl.com/images/png/home-stars-active.png);
	position:absolute;
	margin:-25px 0 0 47px;
}

.test-reviews .yelp .logo {
	position:absolute;
	width:99px;
	height:48px;
	background:url(https://cdn.static-bl.com/images/png/home-yelp-logo.png);
	bottom:10px;
	right:32px;
}

.test-reviews .reseller {
	float:left;
	width:100%;
	position:relative;
	height:107px;
}

.test-reviews .score {
	font-size:30px;
	width:100%;
	text-align:center;
	font-weight:700;
	margin:10px 0 0;
	letter-spacing:-1px;
	color:#999;
}

.test-reviews .score b {
	color:#b53838;
}

.test-reviews .reseller p {
	font-size:11px;
	color:#666;
	width:100%;
	text-align:center;
	padding:0;
	margin:0 0 0;
}

.test-reviews .reseller .logo {
	position:absolute;
	width:164px;
	height:41px;
	background:url(https://cdn.static-bl.com/images/png/home-reseller-logo.png);
	bottom:8px;
	right:40px;
}

#testimonialsContent {
	position:relative;
}

.test-reviews.fixed {
	position:fixed;
	top:60px;
	width:240px;
	margin:0 0 0 688px;
}

.test-feature h2 {
	font-size:14px;
	margin:0 0 50px;
	padding:0;
}

.test-feature h2 .title {
	font-size:42px;
	font-weight: 600;
}

.test-feature h2 b {
	font-size: 42px;
}

.test-feature p {
	font-size:15px;
	line-height:22px;
	width:60%;
}

#big-test #rslides2_s0 p {
	color:#666;
}

#big-test #rslides2_s1 {
	color:#fff;
}

#big-test #rslides2_s1 p {
	color:#ccc;
}

#big-test #rslides2_s2 {
	color:#fff;
}

#big-test #rslides2_s2 .desc {
	left:300px;
}

#big-test #rslides2_s2 p {
	width:92%;
}

#big-test #rslides2_s3 p {
	color:#4c5350;
	font-size:13px;
	line-height:19px;
	width:47%;
}

#big-test #rslides2_s3 h2 {
	margin:0 ;
}

/* #testimonialsSlides #rslides2_s0 p, #testimonialsSlides #rslides2_s0 h2 {
	color: #fff;
	width: 38%;
}

#testimonialsSlides #rslides2_s1 p {
	color:#666;
}

#testimonialsSlides #rslides2_s2 {
	color:#fff;
} */
/* 
#testimonialsSlides #rslides2_s3 p {
	color:#ccc;
}

#testimonialsSlides #rslides2_s3 {
	color:#fff;
}

#testimonialsSlides #rslides2_s3 .desc {
	left:35%;
}

#testimonialsSlides #rslides2_s3 p {
	width:92%;
} */

/* #testimonialsSlides #rslides2_s4 p {
	color:#4c5350;
	font-size:13px;
	line-height:19px;
	width:47%;
}

#testimonialsSlides #rslides2_s4 h2 {
	margin:0;
} */

.for-sale #breadcrumbs {
	background:#b5cbb0;
	border:1px solid #7ba372;
	border-top:none;
}

.for-sale #breadcrumbs li a {
	color:#4b6e43;
	text-shadow:1px 1px 0 rgba(255,255,255,.3);
}

.for-sale #breadcrumbs .topLevelActive a {
	background:#6e8f67;
	border:1px solid #597952;
	border-top:none;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,.3);
}

#desc-for-sale {
	overflow:hidden;
	height:65px;
	-webkit-transition:all 400ms linear;
	-moz-transition:all 400ms linear;
	-o-transition:all 400ms linear;
	transition:all 400ms linear;
}

#desc-for-sale.full {
	height:auto;
}

#desc-for-sale br {
	line-height:100px;
}

.description.full br {
	line-height:normal!important;
}

#productPage .description object,#productPage .description embed {
	width:100%!important;
}

#more-for-sale {
	display:block;
	width:100%;
	margin:0 0 10px;
	text-decoration:none;
}

#more-for-sale .divider {
	width:100%;
	border:1px solid #aaa;
	background:#bbb;
	height:4px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),inset 0 1px 0 rgba(255,255,255,.2);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),inset 0 1px 0 rgba(255,255,255,.2);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),inset 0 1px 0 rgba(255,255,255,.2);
	-webkit-border-radius:4px 4px 4px;
	-moz-border-radius:4px;
	border-radius:4px 4px 4px;
}

#more-for-sale span {
	text-transform:uppercase;
	font-size:10px;
	color:#666;
	font-weight:700;
	text-shadow:1px 1px 0 rgba(255,255,255,.2);
	padding:3px 6px 5px;
	background:#bbb;
	border:1px solid #aaa;
	border-top:none;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}

.nav .ad {
	display:none;
}

#affiliatePage #breadcrumbs,#affiliatePage #crumbs {
	display:none;
}

#affiliatePage .slider {
	width:960px;
	height:310px;
	position:relative;
	background:url(https://cdn.static-bl.com/images/png/aff-banner.jpg);
}

#affiliatePage .overtab {
	position:absolute;
	right:15px;
	bottom:0;
	background-color:#1e1e1e;
	-webkit-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.1);
	-moz-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.1);
	box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.1);
	border:solid 1px #000;
	background-image:-webkit-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-moz-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-o-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-ms-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:linear-gradient(to top,rgba(5,6,6,.1),rgba(255,255,255,.1));
	width:280px;
	height:120px;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	padding:10px 10px 0;
	margin:0 0 -1px;
}

#affiliatePage .overtab p {
	color:#5a5959;
	font-size:12px;
	line-height:17px;
	text-align:center;
}

#affiliatePage .button-join {
	width:187px;
	height:20px;
	padding:16px 0 24px;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	background-color:#be1419;
	-webkit-box-shadow:inset 0 2px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow:inset 0 2px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	box-shadow:inset 0 2px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	border:solid 1px #430300;
	display:block;
	font-weight:700;
	font-size:24px;
	color:#fff;
	text-shadow:0 2px 0 rgba(0,0,0,.2);
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	text-align:center;
}

#affiliatePage .button-login {
	width:90px;
	height:60px;
	line-height:60px;
	vertical-align:top;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
	background-color:#666;
	-webkit-box-shadow:inset 0 2px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow:inset 0 2px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	box-shadow:inset 0 2px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	border:solid 1px #222;
	border-left:none;
	display:block;
	font-weight:700;
	font-size:18px;
	color:#fff;
	text-shadow:0 2px 0 rgba(0,0,0,.2);
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	text-align:center;
}

.oldie #affiliatePage .button-join {
	background:url(https://cdn.static-bl.com/images/png/affiliate-icon-arrow.png) #be1419 no-repeat 225px center;
}

#affiliatePage .banner {
	width:960px;
	height:140px;
	background:url(https://cdn.static-bl.com/images/png/affiliate-banner-bg.jpg) no-repeat;
	border-top:1px solid #727272;
	border-bottom:1px solid #727272;
}

#affiliatePage .banner li {
	float:left;
	width:25%;
	text-align:right;
}

#affiliatePage .banner h2 {
	font-size:24px;
	color:#333;
	margin:0;
	padding:0;
	text-align:right;
	padding:24px 20px 20px 0;
	text-shadow:1px 1px 0 rgba(255,255,255,.3);
}

#affiliatePage .banner p {
	font-size:17px;
	color:#555;
	padding:0 20px 20px;
	margin:0;
	text-shadow:1px 1px 0 rgba(255,255,255,.5);
}

#affiliatePage .inside {
	padding:19px 4px 0;
}

#affiliatePage .numbers {
	width:450px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#b6b6b6;
	-webkit-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	border:solid 1px #787878;
	background-image:-webkit-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-moz-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-o-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-ms-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:linear-gradient(to top,rgba(5,6,6,.1),rgba(255,255,255,.1));
}

#affiliatePage .process {
	width:450px;
	height:162px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#323232;
	-webkit-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	border:solid 1px #262626;
	background-image:-webkit-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-moz-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-o-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-ms-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:linear-gradient(to top,rgba(5,6,6,.1),rgba(255,255,255,.1));
	position:relative;
	margin:0 0 20px;
}

#affiliatePage .process li {
	position:absolute;
}

#affiliatePage .process .one {
	font-size:22px;
	font-weight:700;
	color:#fff;
	top:115px;
	left:20px;
}

#affiliatePage .process .two {
	font-size:22px;
	font-weight:700;
	color:#fff;
	top:115px;
	left:170px;
}

#affiliatePage .process .three {
	font-size:22px;
	font-weight:700;
	color:#fff;
	top:115px;
	left:335px;
}

#affiliatePage .process .image {
	position:relative;
	padding:24px;
}

#affiliatePage .text {
	width:410px;
	padding:16px 20px;
	border:1px solid #bbb;
	background:#eee;
	font-size:18px;
	line-height:26px;
	color:#666;
	margin:0 0 20px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),inset 0 1px 0 rgba(255,255,255,.4);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),inset 0 1px 0 rgba(255,255,255,.4);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),inset 0 1px 0 rgba(255,255,255,.4);
}

#affiliatePage .numbers {
	text-shadow:1px 1px 0 rgba(255,255,255,.3);
	position:relative;
}

#affiliatePage .numbers .words li {
	font-size:15px;
	color:#222;
	padding:15px 15px 15px 55px;
	font-weight:700;
	width:380px;
	border-bottom:1px solid #888;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -10px 20px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -10px 20px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -10px 20px rgba(0,0,0,.05);
}

#affiliatePage .numbers .words li:last-child {
	border-bottom:none;
}

#affiliatePage .numbers .numbs {
	font-size:32px;
	color:#666;
	font-weight:700;
	padding:1px 0 0 20px;
	position:absolute;
}

#affiliatePage .numbs li {
	height:65px;
	display:table;
}

#affiliatePage .numbs span {
	display:table-cell;
	vertical-align:middle;
}

#affiliatePage .numbs .three {
	height:48px;
}

#affiliatePage .numbs .four {
	height:100px;
}

#affiliatePage .numbs .five {
	height:48px;
}

#affiliatePage .numbs .six {
	height:81px;
}

#affiliatePage .custom {
	width:450px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#b6b6b6;
	-webkit-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	border:solid 1px #787878;
	background-image:-webkit-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-moz-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-o-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-ms-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:linear-gradient(to top,rgba(5,6,6,.1),rgba(255,255,255,.1));
	margin:0 0 20px;
}

#affiliatePage .custom span {
	font-size:18px;
	font-weight:700;
	color:#333;
	padding:16px;
}

#affiliatePage .custom a {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#666;
	-webkit-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	border:solid 1px #2d2d2d;
	padding:11px;
	margin:6px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
	color:#fff;
	font-size:14px;
}

#affiliatePage .join-2 {
	width:450px;
	height:92px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#be1419;
	-webkit-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	border:solid 1px #620b06;
	background-image:-webkit-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-moz-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-o-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:-ms-linear-gradient(bottom,rgba(5,6,6,.1),rgba(255,255,255,.1));
	background-image:linear-gradient(to top,rgba(5,6,6,.1),rgba(255,255,255,.1));
}

#affiliatePage .join-2 span {
	font-size:30px;
	line-height:32px;
	color:#fff;
	text-transform:uppercase;
	width:240px;
	padding:14px 0 0 17px;
}

#affiliatePage .join-2 a {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#e5e5e5;
	-webkit-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	box-shadow:inset 0 1px rgba(255,255,255,.3),inset 0 0 0 1px rgba(255,255,255,.15);
	border:solid 1px #4e0905;
	padding:11px;
	margin:25px 20px 20px 0;
	text-transform:uppercase;
	font-weight:700;
	color:#333;
	text-decoration:none;
	font-size:16px;
}

/* -- HOME - MEMBERSHIP UPSELL ----------------------- */
.home-membership {
	width:48.366666666667%;
	margin:19px 0 0;
	position:relative;
}

.home-membership .title {
	height:40px;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	background-color:#333;
	border:solid 1px #333;
	width:100%;
	line-height:40px;
	vertical-align:middle;
}

.home-membership .title h3 {
	display:inline-block;
	font-size:19px;
	font-weight:700;
	font-family:arial;
	color:#fff;
	margin:0 0 0 108px;
}

.home-membership .box {
	width:100%;
	height:65px;
	line-height:65px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	background-color:#ececec;
	border:solid 1px #ececec;
	border-top:none;
	position:relative;
	vertical-align:middle;
}

.home-membership .box p {
	margin:13px 0 0 108px;
	font-size:15px;
	color:#666;
	line-height:18px;
	display:inline-block;
}

.home-membership {
}

.home-membership {
}

.home-membership .click {
	height:40px;
	line-height:40px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#666;
	border:solid 1px #666;
	color:#fff;
	font-weight:700;
	font-size:17px;
	position:absolute;
	right:11px;
	top:11px;
	padding:0 10px;
	text-decoration:none;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}

.home-membership .click:hover {
	background:#777;
}

.home-membership .image {
	position:absolute;
	left:11px;
	top:11px;
}

.home-membership .frame {
	width:87px;
	height:89px;
	margin:0;
	background:url(https://cdn.static-bl.com/images/png/home-member-frame.png);
	position:absolute;
	z-index:2;
}

.home-membership .background {
	width:78px;
	height:78px;
	background:url(https://cdn.static-bl.com/images/png/home-member-bg.png);
	position:absolute;
	z-index:1;
	top:5px;
	left:5px;
}

.ship .left {
	background:transparent;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border-right:none!important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.pretty-shipping {
	background:#eee;
	border:1px solid #ccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.pretty-shipping .options {
	float:left;
	width:337px;
	border-right:1px solid #ccc;
	height:109px;
}

.pretty-shipping .options label {
	width:88%;
	padding:0 6%;
	height:54px;
	line-height:54px;
	font-size:16px;
	color:#333;
	text-shadow:1px 1px 0 rgba(255,255,255,.3);
	cursor:pointer;
	-webkit-transition:all 400ms linear;
	-moz-transition:all 400ms linear;
	-o-transition:all 400ms linear;
	transition:all 400ms linear;
	border-bottom:1px solid #ccc;
}

.pretty-shipping .options label:hover {
	background:rgba(0,0,0,.1);
	color:#000;
}

.pretty-shipping .options label.active {
	background:#333;
	-webkit-box-shadow:0 0 0 1px #222,inset 0 1px 0 rgba(255,255,255,.2),inset 0 0 0 1px rgba(255,255,255,.1);
	-moz-box-shadow:0 0 0 1px #222,inset 0 1px 0 rgba(255,255,255,.2),inset 0 0 0 1px rgba(255,255,255,.1);
	box-shadow:0 0 0 1px #222,inset 0 1px 0 rgba(255,255,255,.2),inset 0 0 0 1px rgba(255,255,255,.1);
	color:#fff;
	font-weight:700;
	text-shadow:1px 1px 0 rgba(0,0,0,.2);
}

.pretty-shipping .options input {
	position:absolute;
	height:1px;
	width:1px;
	opacity:.1;
	overflow:hidden;
}

.pretty-shipping .options label:first-child {
	border-bottom:1px solid #ccc;
}

.pretty-shipping .options label:last-child {
	border-bottom:none;
}

.pretty-shipping .options .active:first-child {
	border-bottom:none;
	-webkit-border-radius:4px 0 0 0;
	-moz-border-radius:4px 0 0;
	border-radius:4px 0 0 0;
}

.pretty-shipping .options .active:last-child {
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px;
}

#ups.pretty-shipping .logo {
	background:url(https://cdn.static-bl.com/images/png/shipping-ups.png) no-repeat center center;
	width:110px;
	height:109px;
	float:right;
}

#checkoutOptionPickup .qmark, .tooltip-qmark, .tooltip-qmark-dw{
	position: absolute;
	height: 12px;
	line-height: 13px;
	text-align: center;
	width: 10px;
	font-style: normal;
	margin: 1px 0 0;
	border-radius: 70%;
	margin-left: 5px;
	padding:1px;
	background: #e40000;
	font(10, 600);
	color: #fff;
	cursor:pointer;
}

.tooltip-qmark-dw-prod{
	position: relative;
    margin: 0;
	border-radius: 50%;
	padding: 2px 2px;
	display: inline-block;
}

.rental-period #damgeWaiverTooltip .close-button {
	top: 5px;
	right: 5px;
}

#fedexTooltip.tooltip, .tooltip-tooltip, .tooltip-tooltip-dw {
	position: absolute;
	z-index: 77;
	padding-top:0;
	padding-left:5px;
	background: rgba(50,50,50,.95);
	border-radius:6px;
	color: #fff;
	width: 185px;
	display: none;
	text-align: left;
	line-height: 25px;
}

.tooltip-new-default {
	position: absolute;
	z-index: 77;
	background-color: #fff;
	display: none;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000;
	box-sizing: border-box;
	
}

#damageWaiverTooltip {
	position: fixed;
	z-index: 77;
	background-color: #fff;
	color: #000;
	display:none;
	height: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 300px;
	border: 1px solid #000;
	box-sizing: border-box;	
}

.rental-period #damageWaiverTooltip {
	position: absolute;
}

.rental-period #damageWaiverTooltip {
	line-height: 30px;
}

.rental-period #damageWaiverTooltip span {
	height: 15px;
	line-height: 15px;
}

#upsShipAndHoldTooltip{
	position: absolute;
	z-index: 77;
	background-color: #fff;
	color: #000;
	display:none;
	height: 606px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 492px;
	border: 1px solid #000;
	box-sizing: border-box;
	left: 5%;
}


#upsShipAndHoldTooltip .title-wrapper {
	height: 13px;
	margin-bottom: 28px;
	width: 100%;
}

#damageWaiverTooltip .close-button{
	cursor: pointer;
	display:none;
	text-decoration: underline;
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 12px;
}

@media (max-width:961px) {
	#damageWaiverTooltip .close-button {
		cursor: pointer;
		text-decoration: underline;
		position: absolute;
		top: 12px;
		right: 12px;
		font-size: 12px;
		display:block;
	}
}


#upsShipAndHoldTooltip .close-button {
	cursor: pointer;
	text-decoration: underline;
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 12px;
}

#damageWaiverTooltip .title-wrapper .title, #upsShipAndHoldTooltip .title-wrapper .title {
	font-size: 14px !important;
	font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif !important; 
	text-align: center;
}


#upsShipAndHoldTooltip .section:not(:last-child) {
	margin-bottom: 28px;
}

#damageWaiverTooltip .section-title, #upsShipAndHoldTooltip .section-title {
	font: 12px "Avenir LT W01 55 Roman", Verdana,Arial,sans-serif !important;
	color: #000;
	text-decoration: underline;
}

#upsShipAndHoldTooltip .section .section-warning {
	font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif !important; 
}

#damageWaiverTooltip .section-desc, #upsShipAndHoldTooltip .section-desc {
	font: 11px "Avenir LT W01 55 Roman", Verdana,Arial,sans-serif !important;
}

#upsShipAndHoldTooltip .body {
	padding: 58px;
}

#damageWaiverTooltip .body{
    padding: 10px;
    padding-top: 5px;
}

.tooltip-tooltip.hover {
	display: block;
}

.expected .tooltip-tooltip {
	position: absolute;
	left: 100%;
	top: 44px;
	width: 360px;
	padding: 20px 10px;
	background-color: white;
	border: 1px solid #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #000 !important;
	line-height: 16px;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.expected .tooltip-tooltip .close-button {
	display : none;
   	cursor: pointer;
	text-decoration: underline;
	position: absolute;
	color: #000 !important;
	top: 12px;
	z-index: 999;
	right: 12px;
	font-size: 12px;
}

#pending-tooltip.tooltip-tooltip, #headerCartTimerTooltip{
	position: absolute;
	z-index: 77;
	padding-top:0;
	padding-left:5px;
	background: rgba(50,50,50,.95);
	border-radius:6px;
	color: #fff;
	width: 250px;
	display: none;
	text-align: center;
}

#headerCartTimerTooltip {
	right: 0%;
	width: 185px;
	padding-right: 5px;
}

div.tooltip-tooltip-dw.tooltip-text{
	width: 30% !important;
	font-style:normal;
	font-weight: normal;
}

.cart-expected-date{
	font-weight: 700 !important;
	color: #e40000;
}

div.quickadd.tooltip-tooltip.tooltip-text{
	width: 110% !important;
	font-style:normal;
	font-weight: normal;
	font-size: 12px;
}

div.tooltip-tooltip.tooltip-text a {
	color: #fff;
	font-style:normal;
	font-weight: normal;
}

#fedex.pretty-shipping .logo {
	background:url(https://cdn.static-bl.com/images/png/shipping-fedex.png) no-repeat center center;
	width:110px;
	height:109px;
	float:right;
	position:relative;
}

#fedex.pretty-shipping .logo div {
		color: #999;
		font-size:10px;
		position: absolute;
		width:80px;
		text-align:center;
	    padding-top: 82px;
	    padding-left:10px; 
}

#checkoutOptionPickup .qmark{
	position: absolute;
	height: 12px;
	line-height: 12px;
	text-align: center;
	width: 10px;
	margin: 1px 0 0;
	border-radius: 50%;
	margin-left: 2px;
	padding:1px;
	background: #77aaea;
	
	font(10, 600);
	color: #fff;
}

#timerTextContainer .qmark {
	height: 10px !important;
	width: 10px !important;
	text-align:center;
	padding-left:3px;
	padding-right: 3px;
	color: #fff;
	font(10, 600);
	border-radius: 50%;
	margin-left: 7px;
	background: #77aaea;
}

#cartTimerTooltip {
	right: 0%;
	width: 200px;
}

#fedexTooltip.tooltip {
	position: absolute;
	z-index: 77;
	padding-top:0;
	padding-left:5px;
	background: rgba(50,50,50,.95);
	border-radius:6px;
	color: #fff;
	width: 110px;
	display: none;
	text-align: center;
}


#ups.pretty-shipping,#fedex.pretty-shipping {
	margin:15px 0 0;
}

.fedex-pickup-location-reposition {
	margin-top: 100px !important;
}

.fedex-pickup-location-reposition .body {
	padding-top:60px !important;
}

#fedexSearchBackButton {
	margin-top: 10px !important;
	float:left;
}

.fedex-search-button  {
	margin-left: 84% !important;
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

.fedex-option {
	min-height: 30px;
}

.fedex-option-text{
	position: absolute;
	color: #666 !important;
	top: 30%;
	left: 15%;
	font-size: 15px;
}

#fedexLocationsBackButton, #fedexLocationsSearchAgainButton{
	margin-top: 10px !important;
	display: none;
}

#fedexLocationsSearchAgainButton {
	margin-left: 5px;	
}

#upsLocationsSpinner, #fedexLocationsSpinner, .cart-spinner-wrapper {
	text-align: center;
	display:none;
}

#fedex-trigger {
	text-align:right;
	padding:10px 0 0;
	font-size:14px;
	color:#999;
	text-decoration:none;
	display:block;
}

#fedex-trigger:hover, #fedexPickupLocation:hover {
	text-decoration:underline;
	color:#666;
}

#fedexPickupLocation {
	width: 384px !important;
}

#upsSearchLocations, #fedexSearchLocations {
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	width: 360px;
	height:100px;
}

#fedexSearchLocations {
	width: 425px !important;
}

#upsSearchLocations tbody td, #fedexSearchLocations tbody td {
	border-bottom: 1px solid #dfdfdf;
	padding: 8px 4px;
}

#upsSearchLocations tbody .last-item td, #fedexSearchLocations tbody .last-item td {
	border-bottom: none !important;
}

.ups-ship-location-button, .fedex-ship-location-button {
	padding: initial;
	border: none;
	-moz-box-shadow:inset 0px 0px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 0px 0px 0px #f29c93;
	box-shadow:inset 0px 0px 0px 0px #f29c93;
	background-color:#fe1a00;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:33px;
	line-height:33px;
	width:80px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
	
}
.ups-ship-location-button:hover, .fedex-ship-location-button:hover {
	background-color:#ce0100;
	
}
.ups-ship-location-button:active, .fedex-ship-location-button:active {
	position:relative;
	top:1px;
}

#upsSearchLocationsForm, #fedexSearchLocationsForm {
	display:none;
}

#upsSearchLocations .ups-location-name, #fedexSearchLocations .fedex-location-name {
	font-size: 15px !important;
	font-weight: bold;
}

#upsSearchLocations .info, #upsSearchLocations .hours, #fedexSearchLocations .info, #fedexSearchLocations .hours {
	font-size: 12px;
}

#upsSearchLocations .hours{
    width: 100px;
    padding-right: 5px;
}

#fedexSearchLocations .hours {
    padding-right: 50px;
    width: 110px;
}

/* To fix the fact the IE has !important attached to .clearfix - this is also defined in ie.css. */
.hideShipping {
	display:none;
}

/* -- SOCIAL FOOTER --------------------------------- */

/* new social footer items */
footer .footer-follow-us {
	margin: 15px 0 10px;
}

.footer-social-items {
	height:28px;
	width: auto;
	padding:0 15px;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
}

.footer-social-items > li {
	width: 28px;
	height: 28px;
	margin-right: 20px;
}

.footer-social-items > li:last-child {
	margin-right: 0px;
}

.footer-social-items > li a {
	background-repeat: no-repeat; 
	background-position: center center;
	background-size: 100% 100%;
	height: 24px;
	width: 24px;
	display: block;
}

.footer-social-items .blog a {
	background-image: url(https://cdn.static-bl.com/images/png/icon-rss-white.png);
}

.footer-social-items .facebook a {
	background-image: url(https://cdn.static-bl.com/images/png/icon-facebook-white.png);
}

.footer-social-items .twitter a {
	background-image: url(https://cdn.static-bl.com/images/png/icon-twitter-white.png);
}

.footer-social-items .plus a {
	background-image: url(https://cdn.static-bl.com/images/png/icon-googleplus-white.png);
}

.footer-social-items .pinterest a {
	background-image: url(https://cdn.static-bl.com/images/png/icon-pinterest-white.png);
}

.footer-social-items .instagram a {
	background-image: url(https://cdn.static-bl.com/images/png/icon-instagram-white.png);
}

.footer-social-items .youtube a {
	background-image: url(https://cdn.static-bl.com/images/png/icon-youtube-white.png);
}
/* end new social footer items */
/* ------------- Pick-up Locations Page ------------- */
#pickuplocationsContent {
	margin:0 5px;
}

.why {
	height:44px;
	line-height:44px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0 12px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	color:#fff!important;
	position:relative;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	display:block;
	text-indent:40px;
}

.why:hover {
	background:#8db5e6;
	text-shadow:1px 1px 0 rgba(0,0,0,0.1);
}

.why .arrow {
	position:absolute;
	left:24px;
	top:11px;
}

body:not(:-moz-handler-blocked) .why .arrow {
	left:-16px;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #333;
	transform: translate(0,15%);
	-ms-transform: translate(0, 15%); /* IE 9 */
    -webkit-transform: translate(0, 15%); /* Chrome, Safari, Opera */
    -moz-transform: translate(0,15%);
    -o-transform: translate(0,15%);
}

.why .arrow:before {
	content:'';
	height:2px;
	width:14px;
	background:#fff;
	position:absolute;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	margin:11px 0 0 -9px;
}

.why .arrow:after {
	content:'';
	height:2px;
	width:14px;
	background:#fff;
	position:absolute;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	margin:11px 0 0;
}

.why.open .arrow:before {
	content:'';
	height:2px;
	width:14px;
	background:#fff;
	position:absolute;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	margin:9px 0 0;
}

.why.open .arrow:after {
	content:'';
	height:2px;
	width:14px;
	background:#fff;
	position:absolute;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	margin:9px 0 0 -9px;
}

#why-handle {
	background:#666;
}

#why-handle.open {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	background:#77acec;
}

#why-box {
	background:#dceafb;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	padding:12px 12px 0;
	display:none;
}

#why-box p {
	margin:0;
	padding:0 0 14px;
	color:#333;
	font-size:15px;
	line-height:20px;
}

#why-box .half {
	height:80px;
	margin:0 0 20px;
}

#why-box .left {
	width:46%;
	position:relative;
}

#why-box .left .icon {
	width:48px;
	height:48px;
	background:url(https://cdn.static-bl.com/images/png/icon-clock-pickup.png) no-repeat center center;
	position:absolute;
	margin:20px 0 0 13px;
}

#why-box .right {
	width:48%;
	position:relative;
}

#why-box .right .icon {
	width:56px;
	height:59px;
	background:url(https://cdn.static-bl.com/images/png/icon-box-pickup.png) no-repeat center center;
	position:absolute;
	margin:14px 0 0 4px;
}

#why-box .half h3 {
	color:#333;
	font-size:24px;
	margin:10px 0 0 80px;
	padding:0;
}

#why-box .half p {
	color:#666;
	margin:0 0 0 80px;
}

.suggest {
	height:54px;
	line-height:54px;
	background:#77acec;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0 1.5%;
	font-size:24px;
	font-weight:400;
	text-decoration:none;
	color:#fff!important;
	position:relative;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	display:block;
	float:left;
	text-align:center;
	width:97%;
}

.suggest:hover {
	background:#8db5e6;
	text-shadow:1px 1px 0 rgba(0,0,0,0.1);
}

#map-wrap {
	zoom:1;
	margin:20px 0 0;
}

#map-wrap:before {
	content:'';
	display:block;
}

#map-wrap:after {
	content:'';
	display:table;
	clear:both;
}

#map-wrap .list {
	width:32.608695652174%;
	float:left;
}

#map-wrap .list li {
	float:left;
	width:48%;
	margin:0 4% 10px 0;
}

#map-wrap .list li.nopad {
	width:44%\9;
}

#map-wrap .list li:nth-child(2n),#map-wrap .list li.nopad {
	margin:0 0 10px;
}

#map-wrap .list a {
	height:38px;
	background:#999;
	color:#fff;
	line-height:38px;
	display:block;
	text-decoration:none;
	font-size:15px;
	font-weight:700;
	text-align:center;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-transition:background 400ms ease;
	-moz-transition:background 400ms ease;
	-o-transition:background 400ms ease;
	transition:background 400ms ease;
	text-shadow:1px 1px 0 rgba(0,0,0,0.1);
}

#map-wrap .list a:hover {
	background:#bbb;
}

#map-wrap .list a.active {
	background:#77acec;
	color:#fff;
}

#map-wrap .list a.active:hover {
	background:#89aad3;
}

#map-wrap .map {
	width:65.217391304348%;
	float:right;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
	height:326px;
	background:#eee;
}

#map-wrap .feature {
	width:65.217391304348%;
	float:right;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:54px;
	background:#eee;
	margin:20px 0 0;
	zoom:1;
}

#map-wrap .feature:before {
	content:'';
	display:block;
}

#map-wrap .feature:after {
	content:'';
	display:table;
	clear:both;
}

.state h2 {
	font-size:20px;
	color:#333;
	margin:10px 0;
	height:44px;
	width:100%;
	line-height:44px;
	float:left;
}

.state ul {
	zoom:1;
}

.state ul:before {
	content:'';
	display:block;
}

.state ul:after {
	content:'';
	display:table;
	clear:both;
}

.location {
	width:31.95652173913%;
	float:left;
	margin:0 2.0652173913044% 20px 0;
	margin:0 1% 20px 0\9;
}

.location:nth-child(3n),.location.nopad {
	margin:0 0 20px;
}

.location h3 {
	height:44px;
	line-height:44px;
	background:#bbb;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	margin:0;
	padding:0 15px;
	font-size:16px;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.15);
	position:relative;
}

.location h3 a {
	color:#fff;
	text-decoration:none;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.location h3 .share {
	background:url(https://cdn.static-bl.com/images/png/share-arrow.png) no-repeat center center;
	display:block;
	width:23px;
	height:18px;
	-webkit-background-size:50%;
	-moz-background-size:50%;
	-o-background-size:50%;
	background-size:50%;
	position:absolute;
	right:0;
	top:2px;
	padding:10px 11px 8px 12px;
	opacity:.3;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.location .details {
	background:#eee;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	font-size:14px;
	line-height:19px;
	-webkit-font-smoothing:antialiased;
	zoom:1;
}

.location .details:before {
	content:'';
	display:block;
}

.location .details:after {
	content:'';
	display:table;
	clear:both;
}

.location .details span {
	color:#999;
	display:block;
}

.location .details strong {
	color:#777;
	display:block;
}

.location .time {
	padding:9px 0 9px 4%;
	width:48%;
	float:left;
	-webkit-box-shadow:inset -1px 0 0 #d6d6d6;
	-moz-box-shadow:inset -1px 0 0 #d6d6d6;
	box-shadow:inset -1px 0 0 #d6d6d6;
	min-height:88px;
}

.location .time .padding {
	margin:0 0 12px;
}

.location .extras {
	width:48%;
	float:left;
}

.location .extras span {
	width:53%;
	float:left;
}

.location .extras strong {
	width:47%;
	float:left;
	text-align:right;
	line-height:38px;
}

.location .extras .oneline span {
	width:2%;
	overflow:hidden;
}

.location .extras .oneline strong {
	width:98%;
	font-size:13px;
}

.location .extras .pickup {
	padding:7px 10px;
	zoom:1;
}

.location .extras .pickup span {
	font-size:11px;
	line-height:13px;
}

.location .extras .pickup:before {
	content:'';
	display:block;
}

.location .extras .pickup:after {
	content:'';
	display:table;
	clear:both;
}

.location .extras .courier {
	-webkit-box-shadow:inset 0 1px 0 #d6d6d6;
	-moz-box-shadow:inset 0 1px 0 #d6d6d6;
	box-shadow:inset 0 1px 0 #d6d6d6;
	padding:8px 10px;
	zoom:1;
}

.location .extras .courier:before {
	content:'';
	display:block;
}

.location .extras .courier:after {
	content:'';
	display:table;
	clear:both;
}

.location .place {
	float:left;
	width:100%;
	border-top:1px solid #d6d6d6;
	zoom:1;
	line-height:17px;
	padding:8px 0;
}

.location .place:before {
	content:'';
	display:block;
}

.location .place:after {
	content:'';
	display:table;
	clear:both;
}

.location .place .icon {
	width:16%;
	float:left;
}

.location .place .icon .marker {
	margin:0 0 0 11px;
	width:22px;
	height:19px;
	background:#999;
	-webkit-border-radius:11px 11px 7px 7px;
	-moz-border-radius:11px 11px 7px 7px;
	border-radius:11px 11px 7px 7px;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.location .place .icon .marker:after {
	content:'';
	display:block;
	margin:6px;
	width:10px;
	height:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:absolute;
	background:#eee;
}

.location .place .icon .marker:before {
	content:'';
	display:block;
	width:0;
	height:0;
	margin:15px 0 0 1px;
	border-style:solid;
	border-width:18px 10px 0;
	border-color:#999 transparent transparent;
	position:absolute;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.location .place .address {
	width:62%;
	float:left;
	color:#666;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.location .place .map {
	width:18%;
	float:left;
	padding:0 4% 0 0;
	text-align:right;
	color:#999;
	text-decoration:none;
	line-height:34px;
}

.location:hover .share {
	opacity:1;
}

.location:hover h3 {
	background:#333;
	color:#fff;
}

.location:hover h3 a {
	color:#fff;
}

.location:hover .details span {
	color:#888;
}

.location:hover .details strong {
	color:#666;
}

.location:hover .place .icon .marker {
	background:#666;
}

.location:hover .place .icon .marker:before {
	border-color:#666 transparent transparent;
}

.location:hover .place .address {
	color:#333;
}

.float {
	width:31.95652173913%;
	float:left;
	margin:0 2.0652173913044% 20px 0;
}

.float .location {
	width:100%;
	margin:0;
}

.float ul {
	padding:0;
}

.float.last {
	margin:0 0 20px;
}

.float-2 {
	float:left;
	width:65.978260869565%;
	margin:0 0 20px;
}

.float-2 .location {
	width:48.434925864909%;
	margin:0 3.1301482701812% 0 0;
}

.float-2 .location:last-child {
	margin:0;
}

.hq {
	width:48.967391304348%;
	float:left;
	margin:0 2.0652173913044% 20px 0;
}

.hq .location {
	width:100%;
	margin:0;
}

.hq ul {
	padding:0;
}

.hq.last {
	margin:0 0 20px;
}

.hq h3 {
	background:#333;
	color:#fff;
}

.hq h3 a {
	color:#fff;
}

.hq .details span {
	color:#888;
}

.hq .details strong {
	color:#666;
}

.hq .location .extras span {
	width:45%;
}

.hq .location .extras strong {
	width:52%;
}

.hq .location .pickup strong {
	width:100%;
}

.hq .courier span {
	line-height:36px;
}

.hq .place .icon {
	width:12%;
}

.hq .place .icon .marker {
	background:url(https://cdn.static-bl.com/images/png/icon-house.png) no-repeat;
	width:34px;
	height:34px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.hq .place .icon .marker:before {
	display:none;
}

.hq .place .icon .marker:after {
	display:none;
}

.hq .place .address {
	color:#333;
	width:45%;
}

.hq .place .phone {
	width:27%;
	float:left;
	color:#333;
	line-height:32px;
}

.hq .place .map {
	width:12%;
}

.hq:hover .place .icon .marker {
	background:url(https://cdn.static-bl.com/images/png/icon-house.png) no-repeat;
}

/* ------------------------------------------- 
   ------------------- RPS -------------------
   ------------------------------------------- */
/* ------------- PRODUCT -------------- */
#productPage #breadcrumbs {
	display:none;
}

#productPage #crumbs {
	//margin:2% 5% 30px;
	font-size:13px!important;
	width:60%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

#productPage #productContent {
	padding:0;
}

/* EXPERIMENTAL */
.product-feature {
	display:flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.product-feature .product-block .rental-period {
	position: absolute;
	bottom: 0;
	z-index: 2;
}

 .product-feature .flex-wrapper {
	position: relative;
} 

.product-feature .product-block {
	padding-bottom: 30px;
}

.product-feature .related-block {
	padding-bottom: 50px;
}

#product-tabs  .social-media-bar {
	position: absolute;
	bottom: 0;
}

/* END EXPERIMENTAL */

.product-feature .breadcrumbs {
	float:left;
	width:100%;
}

.product-feature .breadcrumbs li {
	float:left;
}

.product-feature .breadcrumbs a {
	padding:10px 20px 10px 0;
	font-size:12px;
	color:#b5b5b5;
	display:block;
}

.product-feature .breadcrumbs li:last-child a {
	text-decoration:none;
	cursor:default;
}

.product-feature .product-block {
	width:60%;
	float:left;
}

.used-gear .product-block {
	float:left;
	width:100%;
}

.product-feature .flex-wrapper {
	float:right;
	width:35%;
	margin-left: 6%;
	vertical-align:top;
}

#tabs-container #product-tabs {
	float:left;
	width:100%;
}

.product-block {
	position:relative;
}


.product-block .title {
	-webkit-font-smoothing:antialiased;
	box-sizing: border-box;
	margin: 0;
	position:relative;
	float:left;
	z-index: 3;
	text-align:left;
}
		.product-block .title.power-reviews-off {
			margin-bottom: 27px;
		}
	#gift_certificate.product-block .title,
	#Membership100.product-block .title {
		margin-bottom: 16px;
	}

.used-gear .product-block .title{
	width:60%;
}

.product-block .title span {
	font-size:22px;
	font-weight:700;
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
	display:inline-block;
	vertical-align:middle;
}

.product-block .image {
	background:#fff;
	text-align:center;
	padding:80px 25px 25px;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	height:328px;
	line-height:350px;
	position:relative;
	clear: both;
}

.product-block.short .image {
	height:341px;
}
.product-block.extra-img .image{
	padding-bottom: 85px;
	height: 260px;	
}

.product-block.short.extra-img .image{
	height: 268px;
}
.product-block .image-wrap {
	position:relative;
	width:100%;
	height:80%;
	top:10%
}

.product-block .image span {
	width:100%;
	height:100%;
	position:relative;
	line-height:300px;
	display:block;
}

.product-block .image img {
	max-width:100%;
	max-height:100%;
	position:absolute;
	bottom:0;
	top:0;
	margin:auto;
	left:0;
	right:0;
}

.product-block .extra-images{
	position: absolute;
	bottom:0;
	left: 20px;
	width:100%;
}
.product-block .extra-images .img-extra{
	height: 60px;
	width: 60px;
	float: left;
	margin: 0 20px 0 0;
}
.product-block .extra-images .img-extra span{
	width: 100%;
	height: 100%;
}

.product-block .cart-flow {
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}

.product-block .used-gear .cart-flow {
	float:left;
	width:20%;
}	

.used-gear .product-block .rental-period, .product-block .rental-period-for-sale {
border: 0px !important; 
}

.product-block .rental-period, .product-block .rental-period-for-sale {
	background-color:#fff;
	float:left;
	position:relative;
	
}

.product-block .rental-period-for-sale {
	width: 50vw;
}

.used-gear .product-block .rental-period-for-sale {
	width: 45vw;
	float:right;
}


/* {
	background-color:#ddd;
	border-right:none;
	float:left;
	width: 600px;
	position:relative;
} */

.product-block .rental-period:hover {
	cursor:pointer;
}

.social-media-bar .product-add-favorites {
	text-align: center;
	width: 16%;
	margin-left: 1%;
}



.used-gear .product-block .product-add-favorites {
	background-color: #ffffff;
	border-right: none;
	float:right;
}

#rent-used-gear{
	float:right;
	font-size:18px;
}

#rent-used-gear a {
	text-decoration:none;
	padding-top:15px;
	padding:15px 0px 0px 10px;
}

#used-gear-social-media{
	height: 40px;
	width: 170px;
}

#seeMoreUsed{
	text-align: center;
}

.product-block .add-to-cart,.product-block .quick-add {
	float:left;
	margin-top: 20px;
	background-color:#e40000;
	-webkit-border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;
	background-position:center center;
	-webkit-transition:background-color 200ms linear;
	-moz-transition:background-color 200ms linear;
	-o-transition:background-color 200ms linear;
	transition:background-color 200ms linear;
	color:#fff;
}

.product-block .add-to-cart:not(.tablet-add-to-cart), .product-block .quick-add:not(.tablet-add-to-cart){
	-moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
}

.product-block .add-to-cart.reserved, .product-block .damage-waiver ~.cart-flow .add-to-cart {
	margin-top: 10px;
}

.product-block .product-replace-add-to-cart{
	display:none;
	float:right;
	background-color:#ddd;
	background-position:center center;
	-webkit-transition:background-color 200ms linear;
	-moz-transition:background-color 200ms linear;
	-o-transition:background-color 200ms linear;
	transition:background-color 200ms linear;
}

.product-block .add-to-cart:hover,.product-block .quick-add:hover{
	background:#cc0800;
}

.add-to-wishlist:hover{
	background:#cc0800 !important;
}

.product-feature .product-block .rental-period {
	width:110%;
	height:60px;
	line-height:58px;
	bottom:0;
	position:relative;
	cursor:default;
	margin-top:-453px;
}
	.product-feature .product-block.extra-img .rental-period {
		margin-top: -435px;
	}

.product-feature .product-block .rental-period .expected {
	position: relative;
	color: #e40000;
	float:left;
}
	.product-feature .product-block .rental-period .expected .coming-soon-text {
		position: relative;
		float: left;
	}
		.product-feature .product-block .rental-period.fixed .expected .coming-soon-text {
			margin-left: 16px;
		}
		.product-feature .product-block .rental-period.fixed .expected .coming-soon-text::before {
			display: block;
			position: absolute;
			left: -16px;
			top: 0;
			right: -36px;
			height: 100%;
			background: white;
			border: 1px solid darkgray;
			border-top: none;
			margin-top: -1px;
			z-index: -1;
			content: '';
		}

.product-feature .product-block .rental-period .expected .tooltip-qmark{
	position: absolute;
	height: 12px;
	line-height: 12px;
	text-align: center;
	width: 10px;
	font-style: normal;
	margin: 22px 0 0;
	border-radius: 50%;
	margin-left: 4px;
	padding:1px;
	background: #e40000;
	font(10, 600);
	color: #fff;
}


.product-feature .product-block .rental-period-for-sale {
	height:50px;
	line-height:50px;
}

.product-feature .product-block .add-to-cart{
	width:18%;
	margin-left: 10px;
	box-sizing: border-box;
	height:60px;
	line-height:60px;
	position:relative;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	font-weight:700;
}

.product-feature .product-block .add-to-wishlist{
	margin-top: 10px;
	width:auto;
	padding: 0px 10px;
	margin-left: 1%;
	box-sizing: border-box;
	height:60px;
	line-height:60px;
	position:relative;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	font-weight:700;
	background-color:#e40000;
	color:#fff;
}

.product-feature .product-block .wishList{
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	border: 1px solid #d0d0d0;
}
	.product-feature .product-block .wishList a {
		color: black;
		cursor: pointer;
		display: block;
	}

.product-show-more-serials:hover{
	color: #333;
}

.product-feature .product-block .add-to-cart .hover{
	display: none;
}
.product-feature .product-block .add-to-cart:hover .dummy{
	display: none;
}
.product-feature .product-block .add-to-cart:hover:not(.tablet-add-to-cart) .hover{
	display: block;
}

@media screen and (max-width: 1100px) {

	.product-feature .product-block .add-to-cart,
	.product-feature .product-block .wishList {
		width: 30px !important;
		margin-left: 0;
		box-sizing: border-box;
	}
		.product-feature .product-block .add-to-cart span {
			margin-left: 4px;
		}

}



.product-page-product-not-available-sale {
	position:absolute;
  	background: #d91e18;
  	color: #fff;
 	padding: 4px;
 	border-radius: 4px;
 	opacity: 0.9;
 	z-index: 1;
 	max-height: 50px;
 	max-width: 300px;
 	line-height: 50px;
 	text-align: center;
	bottom: 150px;
 	right: 170px;
}

.product-page-product-not-available-rent {
	position:absolute;
  	background: #d91e18;
  	color: #fff;
 	padding: 4px;
 	border-radius: 4px;
 	opacity: 0.9;
 	z-index: 1;
 	max-height: 50px;
 	max-width: 300px;
 	line-height: 50px;
 	text-align: center;
	bottom: 150px;
 	right: 170px;
 	min-height: 54px;
 	min-width:100px;
}

.product-block.bl-product-disabled .add-to-cart {
	background:#e30600 url('https://cdn.static-bl.com/images/png/loader-red.gif') center center no-repeat;
	text-indent:-9999px;
	font-size:1px;
}

.product-block .current-period {
	position:relative;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}
.product-block .current-period.purchase-item .arrow .icon, .product-block .current-period.purchase-item .retail , .product-block .current-period-for-sale.purchase-item .retail{
	opacity: 0;
}

.product-block .current-period.purchase-item .arrow.gift-certificate-arrow .icon {
	opacity: 1;
}

.product-block .current-period.purchase-item .arrow.membership-arrow .icon {
	opacity: 1;
}

.product-block .current-period > div {
	float:left;
}

.product-block .current-period:not(.reserved) > div {
	margin-top: 20px;
}
	.product-block .current-period > div.damage-waiver-div {
		padding: 0 6px;
	}

	.product-block .fixed .current-period > div.wishList {
		margin-top: 15px;
	}

.product-block .current-period.reserved > div, .product-block .damage-waiver ~ .cart-flow .current-period > div {
	margin-top: 10px;
}

.product-block .current-period-for-sale > div {
	float:left;
}

.product-block .current-period .current-length {
	font-size:14px;
	line-height: 60px;
	height: 60px;
	color:#000;
	width:70px;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	border-right: 0;
	text-align:center;
	font-weight:700;
	overflow: hidden;
	cursor: pointer;
}

.product-block .current-period-for-sale .current-length-for-sale  {
	font-size:18px;
	color:#333;
	width:auto;
	padding:0 0 0 15px;
	font-weight:700;
}

.used-gear .product-block .current-period-for-sale .current-length-for-sale {
	font-weight:900;
}

.product-block .product-price {
	font-size: 14px;
	font-weight: 700;
}

.product-number-of-serials{
	font-size:18px;
	color:#333;
	width:auto;
	font-weight:700;
}

.used-gear .product-number-of-serials{
	float:left;
}

.product-block .current-period .arrow {
	width:5%;
	height:60px;
	box-sizing: border-box;
	border:1px solid #d0d0d0;
	border-left: 0;
	position:relative;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	cursor:pointer;
}

.product-feature .product-block .arrow .icon {
	width:0;
	height:0;
	border-style:solid;
	border-width:9px 6.5px 0;
	border-color:#333 transparent transparent;
	position:absolute;
	top:27px;
	left:5px;
}

.product-block .current-period .current-price {
	position:relative;
	//text-align:right;
	padding-left: 120px;
	padding-right: 1%;
	//width:31%;
	border: 1px solid #d0d0d0;
	border-left: 0;
	line-height: 60px;
	height: 60px;
	font-size:16px;
	color:#000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product-damage-waiver-label {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
	.product-damage-waiver-label a,
	.product-damage-waiver-label a:visited {
		color: black;
	}

.product-block .current-period-for-sale .current-price-for-sale {
	position:relative;
	text-align:right;
	float: right;
	padding-right: 15px;
	width:400px;
	font-size:34px;
	font-weight:700;
	color:#333;
}

.used-gear .product-block .current-period-for-sale .current-price-for-sale {
	font-size:18px;
	text-align:left;
	width:22vw;
	float: left;
	margin-left: 2%;
}

.product-block .damage-waiver {
	border: 1px solid #d0d0d0;
	float: left;
	margin-left: 1%;
	//width: 25%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	padding:0 5px 0 5px;
}

.product-block .damage-waiver label {
	margin-left: 5px;
}

.product-add-favorites {
	box-sizing: border-box;
}

.product-block .current-period .current-price .retail, .product-block .current-period-for-sale .current-price-for-sale .retail {
	position:absolute;
	text-align:left;
	font-size:12px;
	color:#000;
	font-weight:400;
	left:5px;
	line-height:40px;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.product-block .current-period .current-price .retail {
	line-height: 60px;
}

.product-block .current-period-for-sale .current-price-for-sale .retail {
	line-height: 45px;
}

.used-gear .product-block .current-period .current-price .retail, .product-block .current-period-for-sale .current-price-for-sale .retail{
	left:52%;
	font-size: 14px;
}

.product-block .current-period .arrow:hover {
	background:rgba(255,255,255,.3);
}

.product-block .current-period:hover .arrow, .product-block .current-period:hover .arrow.gift-certificate-arrow {
	/* opacity:0; */
}

.product-block .current-period:hover .arrow, .product-block .current-period:hover .arrow.membership-arrow {
	/* opacity:0; */
}

.product-block .current-period .retail {
	color: #c0c0c0 !important;;
}

.product-block .period-selection .custom-rental-period .close{
	font-size: 24px;
	font-weight: 400;
	-webkit-font-smoothing: none;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	width: 0;
	overflow: hidden;
	margin: 0;
	display: inline-block;
	color: #e40000;
	float: right;
}
.product-block .period-selection .custom-rental-period:hover .close {
	width:14px;
	margin:0 9px 0 -2px;
	display:inline-block;
}

.product-block .period-selection, .product-block .gift-certificate-price-selection {
    position:absolute;
    width:412px;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    background-color:#fff;
    border: 1px solid #000;
    box-sizing: border-box;
    z-index:7;
    display:none;
}

.product-block .current-length:hover ~ ul.period-selection, .product-block .current-length:hover ~ ul.gift-certificate-price-selection, ul.gift-certificate-price-selection:hover, ul.period-selection:hover, .product-block .arrow:hover ~ ul.period-selection, .product-block .gift-certificate-arrow:hover ~ .gift-certificate-price-selection {
	display:block;
}

.product-block .period-selection .period, .checkout-chunk .period-selection .period, .product-block .gift-certificate-price-selection .price {
    height:44px;
    line-height:44px;
    width:100%;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    border-bottom:1px solid #000;
    color:#000;
}

.product-block .period-selection .period:hover, .checkout-chunk .period-selection .period:hover, .product-block .gift-certificate-price-selection .price:hover {
    background:rgba(0,0,0,.05);
}

.product-block .period-selection .period:last-child, .checkout-chunk .period-selection .period:last-child, .product-block .gift-certificate-price-selection .price:last-child {
    border-bottom:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.product-block .period-selection .period .close {
    display:none;
}

.product-block .period-selection .period .length, .checkout-chunk .period-selection .period .length,
.product-block .gift-certificate-price-selection .price .amount, .product-block .membership-selection .price .code {
    float:left;
    padding:0 0 0 15px;
    font-size:18px;
    color:inherit;
}

.product-block .period-selection, .product-block .membership-selection {
    position:absolute;
    width:412px;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    background-color:#fff;
    border: 1px solid #000;
    box-sizing: border-box;
    z-index:7;
    display:none;
}

.product-block .current-length:hover ~ ul.period-selection, .product-block .current-length:hover ~ ul.membership-selection,
ul.membership-selection:hover, ul.period-selection:hover, .product-block .arrow:hover ~ ul.period-selection,
.product-block .membership-arrow:hover ~ .membership-selection {
    display:block;
}
 
.product-block .period-selection .period, .checkout-chunk .period-selection .period, 
.product-block .membership-selection .price {
    height:44px;
    line-height:44px;
    width:100%;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    border-bottom:1px solid #000;
    color:#000;
}
 
.product-block .period-selection .period:hover, .checkout-chunk .period-selection .period:hover, .product-block .membership-selection .price:hover {
    background:rgba(0,0,0,.05);
}
 
.product-block .period-selection .period:last-child, .checkout-chunk .period-selection .period:last-child, .product-block .membership-selection .price:last-child {
    border-bottom:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
 
.product-block .period-selection .period .length, .checkout-chunk .period-selection .period .length, .product-block .membership-selection .price .amount {
    float:left;
    padding:0 0 0 15px;
    font-size:18px;
    color:inherit;
}

.product-block .membership-selection .code {
	float: left;
}
.product-block .membership-selection .price .amount {
	float: right;
}
 
.product-block .period-selection .period.add-remove-ttr .length, .checkout-chunk .period-selection .period.add-remove-ttr .length {
    text-indent:-9999px;
    background:url('https://cdn.static-bl.com/images/png/loader-grey.gif') center center no-repeat;
    opacity:.5;
}
 
.product-block .period-selection .period .price, .checkout-chunk .period-selection .period .price,
.product-block .membership-selection .price .amount {
    font-size:24px;
    font-weight:700;
    color:inherit;
    padding:0 10px 0 0;
    opacity:1;
    float:right;
}
 
.product-block .period-selection .period.active, .checkout-chunk .period-selection .period.active,
.product-block .gift-certificate-price-selection .price.active {
    color:#fff;
    background:#333;
    -webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.4);
    -moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.4);
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.4);
}
 
.product-block .period-selection .period.active:first-child, .product-block .gift-certificate-price-selection  .price.active:first-child {
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}

.product-block .period-selection .period.active, .checkout-chunk .period-selection .period.active, .product-block .membership-selection .price.active {
    color:#fff;
    background:#333;
    -webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.4);
    -moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.4);
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.4);
}
 
.product-block .period-selection .period.active:first-child, .product-block .membership-selection .price.active:first-child {
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}
 
.product-block .period-selection .period.custom .length, .checkout-chunk .period-selection .period.custom .length {
    width:100%;
    text-align:center;
    padding:0 0 0 15px;
}
 
.product-block .period-selection .period.custom .icon, .checkout-chunk .period-selection .period.custom .icon {
    width:24px;
    height:19px;
    display:inline-block;
    margin:13px 5px 0 -30px;
    background:url(https://cdn.static-bl.com/images/png/custom-price.png) left center no-repeat;
    position:absolute;
}
 
.product-block .period-selection .period.active .length, .checkout-chunk .period-selection .period.active .length {
    font-size:18px;
    font-weight:700;
}
 
.product-block .period-selection .period.active .price, .checkout-chunk .period-selection .period.active .price, .product-block .gift-certificate-price-selection .price.active .amount {
    font-size:32px;
    font-weight:700;
}
 
.product-block .period-selection.pos-3, .checkout-chunk .period-selection.pos-3, .product-block .gift-certificate-price-selection.pos-3 {
    top:100%;
}
 
.product-block .period-selection .period.active .price, .checkout-chunk .period-selection .period.active .price, .product-block .membership-selection .price.active .amount {
    font-size:32px;
    font-weight:700;
}
 
.product-block .period-selection.pos-3, .checkout-chunk .period-selection.pos-3, .product-block .membership-selection.pos-3 {
    top:100%;
}
	.product-block .period-selection.pos-3 {
		cursor:pointer;
	}
 
.product-block .period-selection .period .customTTR, .checkout-chunk .period-selection .period .customTTR {
    width:100%;
    text-align:center;
}
 
.product-block .period-selection .period .customTTR input , .checkout-chunk .period-selection .period .customTTR input {
    width:25px;
}

.coupon .coupon-new {
	width:100%;
	text-align:center;
}

.coupon .coupon-new input {
	width:75px;
}

.details-block{
	display: table;
	width: 100%;
}

.used-gear .details-block {
	width: 54%;
	float:right;
}

.details-block li {
	display: table-cell;
	padding:25px 0;
	font-size:14px;
	line-height: 21px;
	color:#777;
	height:21px;
	vertical-align:middle;
	-webkit-font-smoothing:antialiased;
}

.used-gear .details-block li{
	padding-top:5px;
	float:right;
	display:inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
}

#product-tabs .social-media-bar {
	display: inline-flex;
	display: -webkit-inline-flex; /* safari */
	display: -ms-inline-flexbox;
	/* -webkit-transform:translate(-50%, 0 );
	transform: translate(-50%, 0 );
	-moz-transform: translate(-50%, 0 );
	-o-transform: translate(-50%, 0 );*/
	margin-left: 35%; 
	margin-top: 12px;
	z-index: 2;
	right: 10%;
}

#product-tabs .social-media-bar > div {
	height: 24px;
	width: 24px;
	margin-right: 25px;
}

#product-tabs .social-media-bar .icon-facebook-black {
	background-image: url(https://cdn.static-bl.com/images/png/facebook-24.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	
}

#product-tabs .social-media-bar .icon-pinterest-black {
	background-image: url(https://cdn.static-bl.com/images/png/pinterest-32.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	
}

#product-tabs .social-media-bar .icon-pinterest-black a {
   width: 100%;
   height: 100%;
   display: block;
}

#product-tabs .social-media-bar .icon-facebook-black .fb-like, #product-tabs .social-media-bar .icon-googleplus-black #___plusone_0, #product-tabs .social-media-bar .icon-googleplus-black #___plusone_1 {
	opacity: 0;
}

#product-tabs .social-media-bar .icon-twitter-black {
	background-image: url(https://cdn.static-bl.com/images/png/twitter-24.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}



#product-tabs .social-media-bar .icon-twitter-black a{
	width: 100%;
	height: 100%;
	display:block;
}

.icon-twitter-black .twitter-tweet-wrapper {
   visibility:hidden;
   position: absolute;
   z-index: 1000;
   background-color: #000;
   width: 150px;
   height: 130px;
    box-sizing: border-box;
    margin-top: 27px;
    margin-left: 0;
    transform: translate(-60px, 0);
    -ms-transform: translate(-60px, 0); /* IE 9 */
    -webkit-transform: translate(-60px, 0); /* Chrome, Safari, Opera */
    
}

.icon-twitter-black .twitter-tweet-wrapper:before {
  top: -6px;
  left: 75px;
  display: inline-block;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0); /* IE 9 */
  -webkit-transform: translate(-50%, 0); /* Chrome, Safari, Opera */
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
  border-left: 6px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 1);
  content: '';
}

.icon-twitter-black .twitter-tweet-wrapper:after {
  position: absolute;
  top: -6px;
  left: 75px;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0); /* IE 9 */
  -webkit-transform: translate(-50%, 0); /* Chrome, Safari, Opera */
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
  border-left: 6px solid transparent;
  content: '';
}

.twitter-tweet-wrapper .twitter-tweet-content {
   opacity:0;
   height:0;
   position: relative;
   margin-left: 75px;
   margin-top: 65px;
   transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
   
}

.twitter-tweet-wrapper .twitter-tweet-content #twitter-widget-0{
	visibility: hidden !important;
}

.icon-twitter-black:hover .twitter-tweet-wrapper .twitter-tweet-content {
 	opacity: 1;
 	height: 130px;
 	margin-top: 89px;
   
}

.icon-twitter-black:hover .twitter-tweet-wrapper .twitter-tweet-content #twitter-widget-0 {
	visibility: visible !important;
}

.icon-twitter-black:hover .twitter-tweet-wrapper {
   visibility: visible;
}

#product-tabs .social-media-bar .icon-googleplus-black {
	background-image: url(https://cdn.static-bl.com/images/png/google-plus-24.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 0;
}


/*used-gear*/
.used-gear .social-media-bar {
	display: inline-flex;
	display: -webkit-inline-flex; /* safari */
	display: -ms-inline-flexbox;
	float: left;
	margin-top: 45px;
	margin-left: 40%;
}

.used-gear .social-media-bar > div {
	height: 32px;
	width: 32px;
	margin-right: 25px;
}

.used-gear .social-media-bar .icon-facebook-black {
	background-image: url(https://cdn.static-bl.com/images/png/facebook-24.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	
}

.used-gear .social-media-bar .icon-pinterest-black {
	background-image: url(https://cdn.static-bl.com/images/png/pinterest-32.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	
}

.used-gear .social-media-bar .icon-facebook-black .fb-like, .related-block .social-media-bar .icon-googleplus-black #___plusone_0 {
	opacity: 0;
}

.used-gear .social-media-bar .icon-twitter-black {
	background-image: url(https://cdn.static-bl.com/images/png/twitter-24.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.used-gear .social-media-bar .icon-twitter-black a{
	width: 100%;
	height: 100%;
	display:block;
}
.used-gear .social-media-bar .icon-googleplus-black {
	background-image: url(https://cdn.static-bl.com/images/png/google-plus-24.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* .details-block .social-media-bar {
	display: inline-flex;
	display: -webkit-inline-flex; safari
	float: right;
}

.details-block .social-media-bar > div {
	height: 24px;
	width: 24px;
	margin-right: 25px;
}

.details-block .social-media-bar .icon-facebook-black {
	background-image: url(../../../images/facebook-24.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	
}

.details-block .social-media-bar .icon-facebook-black .fb-like, .details-block .social-media-bar .icon-googleplus-black #___plusone_0 {
	opacity: 0;
}

.details-block .social-media-bar .icon-twitter-black {
	background-image: url(../../../images/twitter-24.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.details-block .social-media-bar .icon-twitter-black a{
	width: 100%;
	height: 100%;
	display:block;
}

.details-block .social-media-bar .icon-googleplus-black {
	background-image: url(../../../images/google-plus-24.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
} */

.details-block li a {
	color:#777;
}

.used-gear .details-block li a {
	color:#000;
}

.details-block li strong {
	display:inline-block;
	font-size:15px;
	line-height: 21px;
	text-align:center;
	font-weight: normal;
}

.details-block li strong span {
	font-weight:400;
	display:block;
	line-height:10px;
	color:#777;
}

.details-block .insurance {
	color: #666;
	font-size: 15px;
}	

/* .product-block .insurance {
	z-index: 2;
	margin: 10px 0;
	position: relative;
	float: right;
} */

/* .product-block .insurance input{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -2000px;
}

.product-block .insurance .icon{
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #999;
	border: 1px solid #999\9;
	position: relative;
	float: left;
	width: 14px;
	height: 14px;
	margin: 4px 7px 1px 7px;
	display: inline-block;
}
.product-block .insurance.dw-checked .icon{
	box-shadow: inset 0 0 0 1px #77abeb;
	border: 1px solid #77abeb\9;
} */

.product-block .insurance:hover .icon:before, .product-block .insurance:hover .icon:after{
	ccontent: '';
	height: 2px;
	background: #999;
	position: absolute;
	z-index: 2;
	-webkit-backface-visibility: hidden;
}
.product-block .insurance.dw-checked .icon:before, .product-block .insurance.dw-checked .icon:after{
	content: '';
	height: 2px;
	position: absolute;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	background: #77abeb;
}
.product-block .insurance .icon:before{
	top: 7px;
	left: 3px;
	width: 4px;
	-webkit-transform: rotate(45deg) translate3d( 0, 0, 0);
	-moz-transform: rotate(45deg) translate3d( 0, 0, 0);
	transform: rotate(45deg) translate3d( 0, 0, 0);
}
.product-block .insurance .icon:after{
	top: 6px;
	right: 2px;
	width: 8px;
	-webkit-transform: rotate(-60deg) translate3d( 0, 0, 0);
	-moz-transform: rotate(-60deg) translate3d( 0, 0, 0);
	transform: rotate(-60deg) translate3d( 0, 0, 0);
}

.product-block .insurance label{
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	padding: 0 0 0 28px;
	margin: 0 0 0 -20px;
}
.product-block .insurance label:hover{
	color: #333;
}

.details-block .shipping {

}

.details-block .wishlist {
	text-align:right;
}

.details-block .wishlist-for-sale {
	position: absolute;
	top: 97%;
	left: 80%;
	padding-top:0;
	margin-top: 25px;
}

.details-block .wishlist .wishListAdd{
	margin: -5px 0 0;
}

.social-media-bar .wishlist-button {
	background-image: url(https://cdn.static-bl.com/images/png/icon_favorite.png);

	background-repeat: no-repeat;
}

.used-gear .product-block .wishlist-button {
	background: #ffffff;
	border:1px solid red;
	line-height: 44px;
	height: 44px;
	text-align: center;
	width: auto;
	float:right;
	
}

.details-block .wishlist-button:hover{
	color: #333;
	
}

.product-buy-instead{
	border-bottom: 1px #000 solid;
	padding-left: 15px;
	height: 44px;
	line-height: 44px;
	
}

.product-buy-instead a {
	color: #333;
}

.product-buy-instead:hover {
	background-color: #ccc;
	-webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}

.buy-instead {
	text-decoration: none;
	color: #333;
	width: 100%;
	height: 100%;
	font-size: 18px;
	display:block;
	
}

#productSerials {
	float:left;
	position:relative;
	min-width: 600px;
	max-width: 600px;
	margin-bottom: 10px;
}

.used-gear #productSerials {
	min-width: 45vw;
	float:right;
	max-width: 50%;
}

/*#productSerials table{
	min-width: 600px !important;
	max-width: 600px !important;
	table-layout: fixed !important; 
}*/

.used-gear #productSerials  table{
	/*min-width: 0vw !important; */
	min-width: 45vw !important;
}

#productSerials table thead tr {
	height: 44px;
}

#productSerials table tbody tr {
	height: 44px;
	border-bottom: 1px solid #fff;
}

#productSerials table tbody tr:last-child td {
	height: 44px;
	-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
    -moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
    -webkit-border-radius:0 0 0 3px;
    -moz-border-radius:0 0 0 3px;
    border-radius:0 0 3px 3px;
}

#productSerials table thead tr th {
	font-size: 16px;
	text-align: left;
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
	font-weight:normal;
	color: #000;
	font-weight: 600;
	background: #c0c0c0;
}

#productSerials table thead tr th:first-child {
	padding: 0 0 0 10px;
	width: 40px;
	max-width: 40px;
}

#productSerials table thead tr th#conditionColumn{
	padding: 0 0 0 10px;
	width: 100px;
	max-width: 100px;
}

#productSerials table tbody tr{
	border: 1px solid #d0d0d0;
}

.used-gear #productSerials table tbody tr td{
	background: #fff;
}

#productSerials table tbody tr td{
	background: #d0d0d0;
}

#productSerials table tbody tr:last-child{
	border-bottom: none;
}

#productSerials table tbody tr:last-child td{
	border-bottom: none;
}

.used-gear #productSerials table tbody tr td.product-condition{
	background: #fff;
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
	width:45%;;
}

#productSerials table tbody tr td.product-condition{
	font-size: 18px;
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
	background: #ddd;
	text-align: left;
	padding: 0 0 0 10px;
	width: 100px;
	max-width:100px;
}

#productSerials table tbody tr td:first-child {
	padding: 0 0 0 10px;
	width: 40px;
	max-width:40px;
}

#productItemCount{
	text-align: center;
}

#productSerials table tbody tr td .rent-instead , #productSerials table tbody tr td .product-show-more-serials{
	text-decoration: none;
	color: #333;
	padding-top: 10px;
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 18px;
	display:inline;
	
}

.rent-instead{
	width: 100% !important;
}

#productSerials table tbody tr td .show-rent-separator{
	color: #9a9a9a;
	margin-left:20px;
	margin-right:20px;
}

#productSerials table tbody tr:last-child td:hover, #productSerials table tbody tr td#showMoreSerialsTableData:hover {
	background: #ccc;
}

#productSerialsTable ~ .rent-instead {
	text-decoration:none;
	text-align: right;
	margin-top: 10px;
	display: block;
	color: #000;
}

#productSerialsTable thead{
	border: 2px solid #c0c0c0;
}

.hidden {
	display: none;
}

.hidden-keep-spacing{
	visibility:hidden;
}

.arrow-icon{
	content:url(https://cdn.static-bl.com/images/png/imgForwardArrow.png);
	padding-left:10px;
}

.arrow-icon:after{
	content:url(https://cdn.static-bl.com/images/png/imgForwardArrow.png);
	padding-left:10px;
}

.used-gear .arrow-icon:after{
	padding-left:0px !important;
}


#productSerials table tbody tr td a.add-to-cart{
	background:url(https://cdn.static-bl.com/images/png/add-to-cart-icon.png) center center no-repeat #fff;
	background-size: contain;
	display:block;
	min-height: 24px;
	/* padding: 2px; */
	
}

#productSerials table tbody tr td a.add-to-cart:hover{
	background:url(https://cdn.static-bl.com/images/png/quick-add.png) center center no-repeat #e30600;
	border: 1px #e30600;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	background-size: contain;
	/* padding: 2px; */
	display:block;
	min-height: 24px;
}

#productSerials table thead tr th.product-condition-header {
	width: 280px;
	max-width:280px;
	padding: 0 10px 0 10px; 
}

#productSerials table thead tr th.product-add-to-cart-header {
	/*width: 47px;*/
	padding: 0 15px 0 0;
	/*max-width: 47px;*/
	
}

#productSerials table tbody tr td.product-add-to-cart {
	width: 110px;
	padding: 0 25px 0 0;
	max-width: 200px;
}

td.product-condition-description {
	font-size: 11px !important;
	width: 280px;
	padding: 0 10px; 
}

th.product-price-header{
	width: 128px;
	padding: 0 15px 0 0;
}

td.product-price {
	width: 128px;
	padding: 0 10px 0 0;
	font-size: 24px ;
	font-weight: 700;
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
}

.product-show-all-text {
	color: #333;
}

.product-show-all-text:hover {
	cursor: pointer;
}

.pending-icon {
    background: url('https://cdn.static-bl.com/images/png/hourglass-clock.png') center center no-repeat;
    background-size: cover;
    width: 20px;
    height: 25px;
    line-height: 22px;
}

/* quick-add widget */
.product-quick-add {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    -o-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transition: all 200ms 0 linear;
    -moz-transition: all 200ms 0 linear;
    -o-transition: all 200ms 0 linear;
    transition: all 200ms 0 linear;
}


.product-quick-add {
    position: absolute;
    z-index: 4;
    bottom: -14px;
    right: -20px;
    min-width: 27px;
    text-decoration:none;
    
}

.product-add-to-cart-icon-position {
	position:relative;
}
.used-gear-price-top{
	font-size: 18px;
	font-weight: bold;
	line-height: 98px;
	white-space: nowrap;
	margin-top: -2%;
}
.used-gear-add-to-cart-btn{
    bottom: 0px;
    position: relative;
}
.used-gear-box{
	margin-left: 49.5%;
	white-space: nowrap;
}
.used-gear-price-box{
	border: none;
	/*display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;*/
}
.used-gear-title{
	float:left;
	margin-top: 25px;
	font-size: 22px;
	font-weight: bold;
}
.used-gear-divider{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #333;
}
.used-gear-prodname {
	display: block;
	width: 475px;
	word-wrap: break-word;
}
#usedGearTop{
	float: right;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
	min-width: 45vw;
}
.usedGearValuePropDesktop{
	display:block;
}
.usedGearValuePropMobile{
	display:none;
}

.usedGearValuePropDesktop th{
	padding: 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.usedGearValuePropDesktop td{
	text-align:center;
	font-size: 11px;
	margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.usedGearValuePropDesktop td span{
	padding-top: 20px;
}
.usedGearImg{
	float:left;
	width:50%;
}

.rentInsteadBtn{
    background-color:#0b7bc1;
    color:#FFFFFF;padding: 8px;
    text-decoration: none;
    border-radius: 3px;
	font-size: 15px;
}

a.rentInsteadBtn:visited{
    color:#FFFFFF;
}
.serial-available{
	border: 1px solid #d0d0d0;
}
.used-gear .product-quick-add .default-label {
	background: #fff;
}

.product-quick-add .default-label {
    position: absolute;
    width: auto;
    height: 27px;
    line-height: 22px;
    display: block;
    background: #ddd;
    text-align: center;
}

.used-gear .product-quick-add .default-label .icon {
	 background: url('https://cdn.static-bl.com/images/png/icon-add-red.png') center right no-repeat;
}

.product-quick-add .default-label .icon {
    background: url('https://cdn.static-bl.com/images/png/add-to-cart-icon.png') center right no-repeat;
    background-size: contain;
    width: 20px;
    height: 18px;
    margin: 4px 0 0 3px;
}

.product-quick-add .hover-label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 27px;
    line-height: 27px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


.product-quick-add .hover-label {
    width: 27px;
    overflow: hidden;
}

/* .quick-add .hover-label span {
    
} */


.product-quick-add .hover-label span {
    color: #fff;
    /* opacity: 0; */
    font-size: 15px;
    text-decoration: none;
    z-index:500;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -webkit-transition: opacity 100ms 100ms linear,padding 200ms linear;
    -moz-transition: opacity 100ms 100ms linear,padding 200ms linear;
    -o-transition: opacity 100ms 100ms linear,padding 200ms linear;
    transition: opacity 100ms 100ms linear,padding 200ms linear;
}

.product-quick-add .hover-out-label {
    display: none;
}

.product-quick-add .working-label {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 27px;
    line-height: 27px;
    background: #d91e18;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.product-quick-add .working-label .icon {
   /*  padding: 5px; */
}

.product-quick-add:hover {
    background: #d91e18;
}


.product-quick-add:hover .default-label {
    display: none;
}

.product-quick-add:hover .hover-label {
    width: 115px;
    background: #d91e18;
}

.product-quick-add:hover .hover-label span {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    padding: 0;
}

.quick-add-working .product-quick-add .hover-label {
    width: 0;
}

.quick-add-working .product-quick-add .working-label {
    opacity: 1;
}

	/* BL-2510: Add-to-cart button now full size all the time */
	#productSerialsTable .product-quick-add .default-label {
		display: none;
	}
	#productSerialsTable .product-quick-add .hover-label {
		width: 110px;
		background: #d91e18;
	}
		#productSerialsTable .product-quick-add:hover .hover-label {
			background: #ae2521;
		}

span.products-tooltip {
	border-radius: 50%;
	-webkit-border-radius: 50%; /* browser support */
	-moz-border-radius: 50%;
	background: #e40000;
	height: 13px;
	line-height: 13px;
	width: 13px;
	text-align: center;
	margin-left: 2px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-style:normal;
	font-size: 13px;
	display:inline-block;
}

/* span.products-tooltip {
	content: url(../../images/imgSmall_Help_white.png) ;
	padding-left: 5px;
}

span.products-tooltip:after {
	content: url(../../images/imgSmall_Help_white.png) ;
} */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
        (-o-min-device-pixel-ratio: 3/2) , only screen and
        (min--moz-device-pixel-ratio: 1.5) , only screen and
    (min-device-pixel-ratio: 1.5) {
    /* span.products-tooltip{
		content: url(../../images/imgSmall_Help_white@2x.png) !important;
		max-height: 14px !important;
		max-width: 14px !important;
    } */
    
    /* for firefox not displaying image correctly */
   /*  span.products-tooltip:after{
		content: url(../../images/imgSmall_Help_white.png) !important;
		max-height: 14px !important;
		max-width: 14px !important;
    }
    
    for firefox not displaying image correctly
    span.products-tooltip:after{
		content: url(../../images/imgSmall_Help_white.png) !important;
		max-height: 14px !important;
		max-width: 14px !important;
    } */
    
    .arrow-icon{
    	content:url(https://cdn.static-bl.com/images/png/imgForwardArrow@2x.png) !important;
    	max-height: 15px !important;
    	max-width: 8px !important;
    	padding-left: 10px !important;
    }
    
    /* for firefox not displaying image correctly */
    .arrow-icon:after {
    	content:url(https://cdn.static-bl.com/images/png/imgForwardArrow.png) !important;
    	max-height: 15px !important;
    	max-width: 8px !important;
    	padding-left: 10px !important;
    }	
}

.used-product-link {
	text-align:center;
	color: #333;
}

.period.active .used-product-link {
	color: #fff;
}

.rent {
	text-align: center;
}

.rent .used-product-link{
	color:#333;
	font-size: 15px;
	text-decoration:none;
}

.rent:hover {
	background: #666;
}

#productTabsWrapper {
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	margin-bottom: 10px;
	border-radius: 0;	
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	padding: 0;
	z-index: 4;
	position: relative;
}

#productTabsWrapper * {
	font:14px "Avenir LT W01 55 Roman", Verdana, Arial,sans-serif;
	border-radius: 0;	
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	position: relative;
	padding-bottom: 0;
}

#productTabsWrapper .ui-widget-header {
	padding: 0;
	background: #f0f0f0;
	border: 0;
}

#productTabsWrapper .ui-tabs-nav {
	padding: 0;
}


#productTabsWrapper strong {
	font-weight: 700;
}

.ui-tabs .ui-tabs-nav li {
	border-right: 1px solid #d0d0d0;
	text-align: center;
	font-size:17px;
	font-weight: 700;
	color:#d0d0d0 !important;
	cursor:pointer;
	margin: 0;
	border-top: 0;
	border-left: 0;
	background: none;
}


#product-tabs .title {
	cursor: default;
	font-weight: normal;
	border-right: 0;
}

#product-tabs li:last-child {
	border-right: 0;
}

.ui-tabs-nav, .ui-tabs-nav li {
	height: 44px;
}

.ui-tabs .ui-tabs-nav li a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 11px;
	padding-bottom: 11px;
}

.ui-tabs-nav .ui-tabs-anchor {
	font-size: 17px !important;
	font-weight: 600 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 0;
	padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	background:#fff;
	color:#000;
	cursor:default;
	outline: none;
}

.ui-tabs .ui-tabs-nav li:not(.ui-tabs-active) a {
	color: #c0c0c0;
}

#product-tabs .active:hover {
	background:#fff;
}

#tabs-container {
	padding:0;
	-webkit-font-smoothing:antialiased;
	background:#fff;
	margin-bottom: 20px;
}

#product-details .wide {
	width:580px;
	float:left;
}

#product-details .side {
	width:310px;
	float:right;
	color:#777;
}

#product-details {
	font-size:15px;
	line-height:20px;
}

#product-details .side li {
	margin:5px 0 5px 15px;
	list-style-type:disc;
}

#product-details .side .title {
	margin:0;
	list-style-type:none;
	font-weight:700;
	color:#444;
}

#product-details .includes {
	margin:30px 0 0;
}

.product-block .customTTR {
	width:100%;
	text-align:left!important;
	font-size:18px;
}

.product-block .customTTR .length {
	padding:0 0 0 4%;
	position:relative;
	width:96%;
	box-sizing: border-box;
}

.product-block .customTTR input {
	width:25px;
	height:30px;
	border:1px solid #000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position: absolute;
	padding:0 8px;
	text-align:center;
	right:50px;
	top:0;
	margin:6px;
}

.product-block .customTTR button {
	height:30px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0 8px;
	text-align:center;
	margin:6px;
	background:#000;
	color:#fff;
	-webkit-font-smoothing:antialiased;
	position:absolute;
	top:0;
	right:5px;
}

.product-block .customTTR button:hover {
	background:#777;
}

/* ------------- RELATED -------------- */
.related-block .social-bar {
	background-color:#ddd;
	font-size:13px;
	color:#666;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:19px 0 0;
	position:relative;
	height:20px;
	padding:7px 0 7px 15px;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.related-block .social-bar li {
	float:left;
}

.related-block .social-bar .title {
	line-height:20px;
	margin:0 10px 0 0;
}

.related-block .social-bar .like {
	width:86px;
}

.related-block .social-bar .tweet {
	width:88px;
}

.related-block .social-bar .plus {
	width:74px;
}

.related-block .header {
	font-size:20px;
	color:#000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position: relative;
	margin-bottom: 15px;
}

.related-product {
	background-color:#f0f0f0;
	font-size:12px;
	color:#808080;
	border: 1px solid #c0c0c0;
	margin:0 0 5px;
	position:relative;
	height: 70px;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.related-product:hover {
	background:#e3e3e3;
}

.related-product.out:hover {
	background:#f4e8cd;
	color:#8e774a;
}

.related-product .title {
	padding:9px 105px 30px 20px;
	display:block;
	color:#000;
	text-decoration:none;
}

.related-product .expected {
	font-size:10.5px;
	color:#8e774a;
	font-style:italic;
	display:none;
	position: absolute;
	bottom:10px;
	left:20px;
	width:50%;
}

.related-product:hover .expected {
	display:block;
}

.related-product .price {
	position:absolute;
	bottom: 1px;
	left:20px;
	color:#000;
	font-weight: bold;
}

.related-product.out:hover .price {
	display:none;
}

.related-product .image, .related-product .product-main-link .image {
	position:absolute;
	width:100px;
	height:70px;
	background:#fff;
	right:0;
	top:0;
	overflow:hidden;
}

.related-product .image .product-image, .related-product .product-main-link .image .product-image {
	width:76%;
	height:80%;
	margin:10% 12%;
/*@@prefixmycss->No equivalent*/
	-webkit-background-size:/*@@prefixmycss->No equivalent*/
;
	-moz-background-size:contain;
	-o-background-size:/*@@prefixmycss->No equivalent*/
;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.related-product.out .image:hover {
	border:none;
}

.related-product.package {
	min-height: 70px;
	margin: 0;
}

.related-product.package .image {
	width: 70px;
	height: 70px;
}

.related-product.package{
	border-top: 1px solid #c0c0c0;
    margin: 0 0 5px;
}

.related-product.package.first{
	border-top: 1px solid #c0c0c0 !important;
}

.related-product .image:hover {
	border:none;
}

.related-product .image .quick-add {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#e40000;
	z-index:2;
	line-height:110px;
	text-align:center;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  	filter: alpha(opacity=00);
  	-moz-opacity: 0.5;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.related-product .image .quick-add:hover {
	background-color:#c70f09;
}

..related-product.out .image .quick-add {
	background-color:#999;
	border:1px solid #888;
}

.related-product .quick-add .icon {
	background:url(https://cdn.static-bl.com/images/png/quick-add.png) center center no-repeat;
	width:100%;
	height:80%;
	display:inline-block;
}

.related-product:hover .quick-add {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);
  	opacity:1;
}

.related-product.bl-product-disabled .title,.related-product.bl-product-disabled .price {
	opacity:.5;
}

.related-product.bl-product-disabled .quick-add {
	display:block;
}

.related-product.bl-product-disabled .quick-add .icon {
	background:url('https://cdn.static-bl.com/images/png/loader-red.gif') center center no-repeat;
}

.related-product.added-to-cart {
}

.related-product.added-to-cart-error {
}

.related-block-Used-Gear li.related-product{
	width:28vw;
	margin-right:1vw;
	float:left;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;

}

.related-block-Used-Gear .related-product .image {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

/* ------------- CATEGORY -------------- */
.content.category {
	padding:20px 0 20px 20px;
}

.category .product-block {
	width:215px;
	float:left;
	margin:0 20px 20px 0;
}

.category .product-block .title {
	font-size:13px;
	font-weight:700;
	padding:0;
	min-height:50px;
}

.category .product-block .title a {
	text-decoration:none;
	color:#fff;
	padding:9px;
	display:inline-block;
	line-height:15px;
}

.category .product-block .image {
	padding:10px;
	min-height:195px;
}

.category .product-block .image img {
	width:100%;
	display:block;
}

.category .product-block .rental-period {
	width:174px;
	height:40px;
	line-height:40px;
}

.category .product-block .quick-add {
	width:38px;
	height:40px;
	line-height:52px;
	position:relative;
	z-index:8;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:700;
	text-shadow:1px 1px 0 rgba(0,0,0,.3);
}

.category .product-block.out .quick-add {
	background:#999;
	border:1px solid #888;
	color:#fff;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.2);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.2);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.2);
	text-shadow:1px 1px 0 rgba(0,0,0,.3);
	position:relative;
}

.category .product-block.out .quick-add:hover {
	background:#aaa;
}

.category .quick-add .icon {
	background:url(https://cdn.static-bl.com/images/png/quick-add-small.png) no-repeat;
	width:23px;
	height:23px;
	display:inline-block;
}

.category .expected {
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px;
	background-color:#ddd;
	background-color:#f4e8cd;
	-webkit-box-shadow:2px 0 rgba(255,255,255,.1),inset 0 1px rgba(255,255,255,.4),inset 0 0 0 1px rgba(255,255,255,.3);
	-moz-box-shadow:2px 0 rgba(255,255,255,.1),inset 0 1px rgba(255,255,255,.4),inset 0 0 0 1px rgba(255,255,255,.3);
	box-shadow:2px 0 rgba(255,255,255,.1),inset 0 1px rgba(255,255,255,.4),inset 0 0 0 1px rgba(255,255,255,.3);
	border:solid 1px #bbb;
	border:1px solid #d9bc77;
	border-right:none;
	float:left;
	position:relative;
	font-size:15px;
	color:#333;
	color:#8e774a;
	width:174px;
	height:40px;
	line-height:40px;
	position:absolute;
	left:-176px;
	bottom:-1px;
	text-shadow:1px 1px 0 rgba(255,255,255,.2);
	display:none;
	font-weight:400;
	font-style:italic;
}

.category .product-block.out .quick-add:hover .expected {
	display:block;
}

.category .product-block .current-length {
	font-size:13px;
	width:60px;
	padding:0 0 0 10px;
}

.category .product-block .arrow {
	width:24px;
	height:40px;
}

.category .product-block .arrow .icon {
	width:0;
	height:0;
	border-style:solid;
	border-width:0 4.5px 7px;
	border-color:transparent transparent #333;
	position:absolute;
	top:16px;
	left:8px;
}

.category .product-block .current-price {
	width:69px;
	font-size:20px;
}

.category .product-block .current-price span,.category .period .price span {
	display:none;
}

.category .period-selection {
	width:174px;
}

.category .period-selection .period {
	height:30px;
	line-height:30px;
}

.category .period-selection .period .length {
	padding:0 0 0 10px;
	font-size:13px;
}

.category .period-selection .period .price {
	font-size:16px;
	padding:0 8px 0 0;
}

.category .period-selection .period.custom .length {
	width:100%;
	text-align:center;
	font-weight:700;
	padding:0;
	font-size:12px;
	padding:0 0 0 8px;
}

.category .period-selection .period.custom .icon {
	width:12px;
	height:12px;
	display:inline-block;
	margin:8px 5px 0 -16px;
	background:url(https://cdn.static-bl.com/images/png/custom-price-small.png) left center no-repeat;
	position:absolute;
}

.category .period-selection.pos-3 {
	bottom:40px;
}

/* ------------- CART -------------- */


#cartSidebar{
  margin-top:80px;
}

#jsError{
   padding-top: 35px;
}

.flush--top {
  margin-top: 0;  
  font-weight:400px;
}

.blurred{
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
}

.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 6px;
    border-radius: 2px;
    vertical-align:top;
    display: inline-block;
    position: relative;
} 

.regular-checkbox:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    vertical-align:top;
    color: #99a1a7;
}
.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 2px;
    color: black;
}

#datepickerPopulate{
  width:90px;
  border:0px solid;
  outline: 0;
  font-weight:700;
  margin-right:70px;
  cursor:pointer;
}

.ttrSelect option{
  display:none;
}

#btnCttr{
  background:#e40000;
  color:white;
  vertical-align:middle;
  height:20px;
  border:none;
  margin-left:135px;
  margin-top:-42px;
}

.shipInfo{
  margin-left:12%;
  width:300px;
  margin-top:10px;
}

#ttrDiv{
	 background-color:white;
	 width:325px;
	 margin-left:12%;
	 padding-left:10px;
	 padding-top:2px;
	 padding-bottom:2px;
	 border:initial;
	 border:1px solid #bbb;
}

#shipDiv{
	 background-color:white;
	 width:290px;
	 margin-left:65px;
	 padding-left:10px;
	 padding-top:2px;
	 padding-bottom:2px;
	 border:initial;
	 border:1px solid #bbb;
}

.ttrOption{
  margin-left:12%;
  width:335px;
  text-align:center;
  background-color:white;
  cursor:pointer;
  border:1px solid #bbb;
  height:24px;
  vertical-align:middle;
}

.ttrCustomOption{
  margin-left:12%;
  width:335px;
  text-align:center;
  background-color:white;
  border:1px solid #bbb;
  height:24px;
  vertical-align:middle;
}

.ttrInput{
  width:40px;
  margin-right: 10px;
}

.cartselect{
    background-color:white;
    width:300px;
    padding-left:10px;
    padding-top:2px;
    padding-bottom:2px;
    border-radius:1px;
    border:1px solid #bbb;
    -webkit-border-radius: 1px;
    border-color: #c0c0c0 !important;
    border-width: 1px;
    border-style: solid;
    height: 30px;
}

.ui-datepicker-trigger{
    margin-left: 12%;
    vertical-align: middle;
}

#datepicker .ui-datepicker{
  width:325px;
}

.secTitle{
  margin-top:15px;
  font-size: 12px;
  font-family: "Avenir LT W01 85 Heavy",Verdana,Arial,sans-serif;
}

.secTitle span {
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
}

.ttrSelect{
  border: 0px solid;
  outline:0;
  width:160px;
  font-weight:700;
  appearance:none;
  -webkit-appearance: none;
  height: 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor:pointer;
}

.ttrSelect option{
  width:280px;
  background-color:white;
}

.additionalSelect{
   margin-left: 115px;
   margin-top: -35px;
}

.shipOptionSelect,.partnerPickUpSelect,.partnerPickUpLocationSelect,.freePickUpSelect{
    width: 336px;
    margin-top:10px;
    border-radius: 0;
    font-weight:700;
    appearance:none;
   -moz-appearance:none;
   -webkit-appearance:none;
   padding-right: 40px;
   cursor:pointer;
}

.shipOptionSelect,.shipOption{
   margin-left:12%;
}


.shipOptionSelect option,.partnerPickUpSelect option,.partnerPickUpLocationSelect option,.freePickUpSelect option{
    display:none;
    text-align:left;
    padding-left:5px;
}

#shipOptions,#partnerPickUpOptions,#partnerPickUpLocationOptions,#freePickUpOptions{
  margin-bottom:10px;
}

.shipOption,.partnerPickUpOption,.partnerPickUpLocationOption,.freePickUpOption{
  width: 324px;
  text-align:center;
  background-color:white;
  cursor:pointer;
  border:1px solid #bbb;
  height:24px;
  vertical-align:middle;
  padding-top:4px;
  text-align:left;
  padding-left:10px;
  padding-top:5px;
}

.partnerPickUpLocationOption,.freePickUpOption{
  height:34px; 
  font-size:12px;
}

#plocPrice{
 float:right;
 margin-top:-5px;
 margin-right:10px;
}

#place-order-button,#cart-checkout-button,#cart-checkout-button1{
 cursor:pointer;
}

#freeShipOptionMsg > .warning{
  width:328px;
}

#couponCode{
  width:330px;
  height:25px;
  vertical-align:middle;
}
 
#golbalError{
  margin-top: -25px;
  font-size: 14px;
  color: rgb(255, 0, 0);
  display: block;
  font-family: "Avenir LT W01 85 Heavy",Verdana,Arial,sans-serif;
}

#continueShopping{
  margin-top:15px;
  font-size: 14px;
}

#continueShoppingLink{
    color:#000;
}


#btnCpn{
  background: #e40000;
  color: white;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
  border: none;
  margin-top: -28px;
  margin-left: 307px;
  padding-left: 8px;
}

.btnRemCpn{
   margin-left:320px;
   margin-top:-15px;
   cursor:pointer;
}

.oicd{
   margin-top:20px;
}

#enterZipCode{
  width:285px;
  height:24px;
  padding-left:5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#checkoutUPSPickupZip{
  margin-left: -155px;
  border: 1px solid #e40000;
  width:32%;
}

#checkoutUPSPickupZip::-webkit-input-placeholder {
	text-align: center;
}
#checkoutUPSPickupZip:-moz-placeholder{
	text-align: center;
}
#checkoutUPSPickupZip::-moz-placeholder{
	text-align: center;
}
#checkoutUPSPickupZip:-ms-input-placeholder {
	text-align: center;
}

#cartContent{
  min-width: 980px;
  margin: 0 70px 0 50px;
}

.cart-gray-box{
	background-color:#eee !important;
}

.cart-gc-link{
	width: 200px;
	position: absolute;
}

#cartContent {
	padding:0 5px;
}

.cart-gc-details-wrapper {
	margin-top: 15px;
}

/* #cartContent {
	background: #fff;
	position: relative;
	text-align: left;
	outline: none!important;
} */

.cart-serials-header, .cart-gc-header {
	font-size: 18px;
	font-weight: 700;
	text-decoration:underline;
}

.cart-serials-item-details-wrapper {
	margin-left: 120px;
}

.cart-serials-info {
	padding: 5px;
	border: 1px solid #000;
	margin-top: 3px;
	border-radius: 3px;
	color: #000;
}

.cart-new-package-components{
	margin-left: 115px;
}

.cart-new-package-components .cart-packages-title {
	text-decoration: underline;
	font-size: 13px;
}

.cart-new-package-components  .cart-packages-info{
	color: #000;
	font-size: 12px;
}

.cart-serials-label, .cart-serials-value{
	font-size:14px;
}

#timerTextContainer {
	position:relative;
	text-align:left;
	margin-bottom: 10px;
	max-width: 300px;
}

.cart .cart-chunk {
	float: left;
	width: 50%;
}

.cart .cart-chunk.old-cart {
	width: 55% !important;
}

.cart-chunk h1 {
	font-size:24px;
	color:#000;
	font-weight:400;
	margin: 10px 0;
}

.cart-items.old-cart {
	background-color:#eee;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
	float: none !important;
}

.cart-items {
   width:100%; 
   float:left;
}

.cart-chunk .cart-item.old-cart {
	border-bottom: 1px solid #fff;
}

.cart-chunk .cart-item {
	position:relative;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.cart-chunk .cart-item:first-child {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

.cart-chunk .cart-item:last-child {
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	border:none;
}

.cart-item{
	min-height: 120px;
}

.cart-item .image {
	width: 80px;
	height: 85px;
	line-height: 85px;
	background:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position: absolute;
	left: 0;
	top: 0;
}

.cart-item .image.old-cart {
	margin: 15px !important;
	padding: 10px !important;
	width: 70px !important;
	height: 70px !important;
}

.cart-item .image a{
	display: block;
	position: relative;
	height: 100%;
}

.cart-item .image img {
	max-width:70%;
	max-height: 70%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cart-item .image img.old-cart {
	max-width:100% !important;
	max-height: 100% !important;
}

.cart-item .details {
	margin: 20px 23px 15px 120px;
	vertical-align:top;
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
	font-size:14px;
}

.cart-item .details.old-cart {
	font-size: 15px !important;
	margin: 20px 23px 15px 120px !important;
}

.cart-item .title {
	display:block;
	margin: 0;
	width: 70%;
	float: left;
	font-size: 13px;
    color: #000000;
}

.cart-item .title.old-cart {
	width: 280px !important
	/* colour? */
}

.cart-item .title a {
	color:#333;
	text-decoration:none;
	font-weight:500;
	-webkit-font-smoothing:antialiased;
}

.cart-item .package{
	margin: 10px 0 0;
	font-size:15px;
	color:#999;
	cursor:pointer;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
}
.cart-item .icon{
	width: 14px;
	height: 14px;
	margin: 1px 7px 1px 7px;
	display: inline-block;
	position: relative;
}
.cart-item .package .icon:before, .cart-item .package .icon:after{
	content: '';
	width: 7px;
	height: 2px;
	background: #888;
	position: absolute;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}
.cart-item .package .icon:before{
	top: 7px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cart-item .package .icon:after{
	top: 7px;
	right: 1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cart-item .package.open .icon:before{
	top: 7px;
	left: 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cart-item .package.open .icon:after{
	top: 7px;
	right: 1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cart-item .package:hover .icon:before, .cart-item .package:hover .icon:after{
	background: #666;
}
.cart-item .package span{
	vertical-align: top;
}

.cart-item .closed:hover {
	color:#666;
}

.cart-item .open > span{
}

.cart-item .open ul {
	margin:0;
}

.cart-item .open li {
	list-style-type:none;
	margin:0;
	line-height:normal;
}

.cart-item .open a {
	padding:0;
	margin: 3px 0 0 28px;
	font-size:15px;
	font-weight:400;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
}

.cart-item .open a:hover {
	text-decoration:underline;
	color:#666!important;
}

.cart-item .edit-cart-button {
	display:block;
	position:relative;
	padding-top: 5px;
	/* left: 130px;
	top:42%; */
}

.cart-item .cartitem-price {
	position: absolute;
	right: 20px;
	top: 20px;
	float: right;
	text-align: right;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

.cart-item .cartitem-price.old-cart {
	margin: 0 !important;
	width: 80px !important;
	font-weight: 500 !important;
}

.cart-item .cartitem-price .was {
	font-weight:400;
	color:#999;
	font-size:11px;
	display:none;
}
.cart-item .cartitem-price .rental-duration{
	display: block;
	color: #999;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	font-size: 14px;
}

.input-tab {
	height:30px;
	background:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:relative;
}

.input-tab .box {
	height:30px;
	line-height:30px;
}

.input-tab .side {
	width:23px;
	height:30px;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
	background:#ccc;
	-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	position:absolute;
	right:0;
	top:0;
}

.cart-item .extras {
	width:100%;
	font-size:15px;
	color:#666;
	padding:11px 0 10px;
	width:50%;
}

.cart-item .extras .sub-title {
	display:block;
	font-size:10px;
	color:#aaa;
	margin:6px 0 4px;
	line-height:11px;
	-webkit-transition:all 100ms linear;
	-moz-transition:all 100ms linear;
	-o-transition:all 100ms linear;
	transition:all 100ms linear;
	-webkit-font-smoothing:antialiased;
}

.cart-item:hover .extras .sub-title {
}

.cart-item .insurance {
	width: 100%;
	color: #999;
	-webkit-transition: color 400ms linear;
	-moz-transition: color 400ms linear;
	transition: color 400ms linear;
}

.cart-item .insurance.old-cart {
	margin: 10px 0 0 !important;
	padding: 0 !important;
}

.cart-item .insurance:hover{
	color: #666;
}
.cart-item .insurance.dw-checked{
	color: #333;
}

.cart-item .insurance .side {
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.cart-item .insurance .side input {
	margin:8px 0 0 4px;
	cursor:pointer;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.cart-item .insurance .box {
	width:83px;
	text-align:center;
	cursor:pointer;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	position:absolute;
	z-index:3;
}

.cart-item .insurance label {
	cursor:pointer;
	position:relative;
	padding:0 23px 0 25px;
	margin: 0 0 0 -25px;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.cart-item .insurance .cartitem-insurance {
	width: 1px;
	height: 1px;
	left: -2000px;
	position: absolute;	
	left: 0\9;
	height: auto\9;
	width: auto\9;
	position: relative\9;
}

.cart-item .insurance .cartitem-insurance-select {
    font-size: smaller;
    background-color: #eee;
    color: #999;
}

.product-insurance-select{
   font-size: small;
   width:auto;
   cursor:pointer;
}

.cart-item .insurance .dw-checked {
	
}
.cart-item .insurance .icon{
	position: relative;
	float: left;
}

.cart-item .insurance.old-cart .icon {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px #999;
	-moz-box-shadow: inset 0 0 0 1px #999;
	box-shadow: inset 0 0 0 1px #999;
	border: 1px solid #999\9;
}

.cart-item .insurance.dw-checked .icon{
	-webkit-box-shadow: inset 0 0 0 1px #77abeb;
	-moz-box-shadow: inset 0 0 0 1px #77abeb;
	box-shadow: inset 0 0 0 1px #77abeb;
	border: 1px solid #77abeb\9;
}

.cart-item .insurance:hover .icon:before, .cart-item .insurance:hover .icon:after{
	ccontent: '';
	height: 2px;
	background: #999;
	position: absolute;
	z-index: 2;
	-webkit-backface-visibility: hidden;
}
.cart-item .insurance.dw-checked .icon:before, .cart-item .insurance.dw-checked .icon:after{
	content: '';
	height: 2px;
	position: absolute;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	background: #77abeb;
}
.cart-item .insurance .icon:before{
	top: 7px;
	left: 3px;
	width: 4px;
	-webkit-transform: rotate(45deg) translate3d( 0, 0, 0);
	-moz-transform: rotate(45deg) translate3d( 0, 0, 0);
	transform: rotate(45deg) translate3d( 0, 0, 0);
}
.cart-item .insurance .icon:after{
	top: 6px;
	right: 2px;
	width: 8px;
	-webkit-transform: rotate(-60deg) translate3d( 0, 0, 0);
	-moz-transform: rotate(-60deg) translate3d( 0, 0, 0);
	transform: rotate(-60deg) translate3d( 0, 0, 0);
}

.cart-item .insurance .con {
	background:url(https://cdn.static-bl.com/images/png/icon-check.png) center center;
	width:12px;
	height:13px;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	opacity:0;
	margin:7px 0 0;
	-webkit-transition:all 100ms linear;
	-moz-transition:all 100ms linear;
	-o-transition:all 100ms linear;
	transition:all 100ms linear;
}

.cart-item .insurance:hover .con {
	margin:7px 0 0 5px;
	opacity:1;
}

.cart-item .insurance.dw-checked .con {
	margin:7px 0 0 5px;
	opacity:1;
}

.cart-item .insurance:active .side {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.cart-item .insurance:active .con {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	margin:9px 0 0 5px;
}

.cart-item .options {
	width: 100%;
}
.cart-item .options .input-tab{
	width: 180px;
	margin: 10px 0 0;
	background: none;
	position: relative;
}
.cart-item .options .box{
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}
.cart-item .options select {
	font-size:15px;
	line-height:30px;
	height:30px!important;
	width:100%;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-appearance:none;
	border:none;
	color:#999;
	cursor: pointer;
	background: transparent;
	color: #333;
	-webkit-font-smoothing: antialiased;
	padding:0 0 0 28px;
}
.cart-item .options .icon{
	position: absolute;
	top: 6px;
}
.cart-item .options .icon:before, .cart-item .options .icon:after{
	content: '';
	width: 7px;
	height: 2px;
	background: #888;
	position: absolute;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}
.cart-item .options .icon:before{
	top: 7px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cart-item .options .icon:after{
	top: 7px;
	right: 1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cart-item.options-error .options .input-tab{
	background:transparent;
}
.cart-item .options select{
	position: relative;
	z-index: 2;
}

.cart-item .options .box:hover{
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.cart-item .options .input-tab:hover .box:before{
	left: 13px;
}
.cart-item .options .input-tab:hover .box:after{
	left: 9px;
}
.cart-item.options-error .options select{
	background:transparent;
	-webkit-box-shadow:inset 0 0 0 1px #999;
	-moz-box-shadow:inset 0 0 0 1px #999;
	box-shadow:inset 0 0 0 1px #999;
	color:#888;
}
.cart-item.options-error .options .box:hover{
	background: transparent;
}
.cart-item.options-error .options .input-tab .box:before{
	left: 13px;
}
.cart-item.options-error .options .input-tab .box:after{
	left: 9px;
}
.cart-item.options-error-notify .options select{
	-webkit-animation:pulsate 2s ease-out;
	-moz-animation:pulsate 2s ease-out;
	-ms-animation:pulsate 2s ease-out;
	-o-animation:pulsate 2s ease-out;
	animation:pulsate 2s ease-out;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	background: #f7d0d0;
	color: #9c6969;
}
@-webkit-keyframes pulsate{
	0% { color: #888; background: transparent;}
    50% { color: #9c6969; background: #f7d0d0; box-shadow: inset 0 0 0 1px #f7d0d0;}
    100% { color: #888; background: transparent;}
}
@-moz-keyframes pulsate{
	0% { color: #888; background: transparent;}
    50% { color: #9c6969; background: #f7d0d0; box-shadow: inset 0 0 0 1px #f7d0d0;}
    100% { color: #888; background: transparent;}
}
@keyframes pulsate{
	0% { color: #888; background: transparent;}
    50% { color: #9c6969; background: #f7d0d0; box-shadow: inset 0 0 0 1px #f7d0d0;}
    100% { color: #888; background: transparent;}
}

.cart-item .options select:focus,.cart-item .options select:hover {
	outline:none;
}

.cart-item .options .side {
	text-align:center;
	color:#fff;
	font-weight:700;
	line-height:26px;
}

.gift_certificate {
	visibility: hidden;
}

.cart-item .quantity {
	float:left;
	width: 54px;
	border: 1px solid #bbb;
    border-radius: 5px;
}

.cart-item .quantity.old-cart {
	margin: 3px 0 0 20px !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.cart-item .quantity input {
	width:31px;
	background:transparent;
	font-size:15px;
	font-weight:bold;
	color:#666;
	height:30px;
	padding:0;
	text-align:center;
	border:none!important;
}

.cart-item .quantity.old-cart input {
	font-weight: normal !important;
}

.cart-item .quantity input:focus {
	outline:none;
}

.cart-item .quantity .plus {
	width:23px;
	height:16px;
	line-height:12px;
	display:block;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	-webkit-font-smoothing:none;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	border-bottom:1px solid #eee;
	-webkit-border-radius:0 4px 0 0;
	-moz-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0;
	font-weight:700;
}

.cart-item .quantity .minus {
	width:23px;
	height:13px;
	line-height:10px;
	display:block;
	color:#fff;
	font-size:17px;
	text-decoration:none;
	text-align:center;
	-webkit-font-smoothing:none;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-border-radius:0 0 4px 0;
	-moz-border-radius:0 0 4px;
	border-radius:0 0 4px 0;
	font-weight:700;
}

.cart-item .quantity .minus:hover,.cart-item .quantity .plus:hover {
	background:#b3cfe5;
	color:#fff;
	cursor:pointer;
}

.cart-item:hover .minus,.cart-item:hover .plus {
}

.cart-item .price {
	float:right;
	width:70px;
	text-align:right;
}

.cart-item .price p {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:700;
	color:#666;
}

.cart-item .price span {
	font-weight:400;
	color:#999;
	font-size:14px;
}

.cart-item.out {
	background:#F8F4EC;
}

.cart-item.out .expected {
	font-style:italic;
	color:#8e774a;
	font-weight:400;
	font-size:15px;
	display:block;
	margin: 10px 0 0;
}

.cart-item .close {
	position:absolute;
	right:6px;
	top:-2px;
	font-size:26px;
	font-weight:400;
	-webkit-font-smoothing:none;
	text-decoration:none;
	display:block;
	opacity:0;
	color:#999;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.cart-item:hover .close {
	opacity:1;
}

.cart-item .close:hover {
	color:#333;
}

.cart .continue {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-color:red;
	margin:20px 0 15px;
	display:block;
	color:#333;
	text-decoration:none;
	line-height:44px;
	font-size:24px;
	-webkit-font-smoothing:antialiased;
}

.cart .continue.old-cart {
	background:#dceafb !important;
	padding:10px 10px 10px 20px !important;
	border-color: transparent !important;
}

.cart .continue-button {
	background:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-color:red;
	line-height:44px;
	height:44px;
	display:inline-block;
	float:right;
	font-size:19px;
	padding:0 34px 0 14px;
	position:relative;
	-webkit-transition:all 400ms linear;
	-moz-transition:all 400ms linear;
	-o-transition:all 400ms linear;
	transition:all 400ms linear;
}

.cart .continue-button-new-cart {
	background:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: 1px solid #e40000;
    font-size: 20px;
    color: #000000;
	height: 36px;
    width: 200px;
	display:inline-block;
	float:right;
	font-size:19px;
	text-align:center;
	cursor:pointer;
	position:relative;
}


.cart .continue-button.old-cart {
	background:#77acec !important;
	color:#fff !important;
	-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
}

.cart .continue-button:hover {
	background:#e40000;
	color:#fff;
}

.cart .continue-button.old-cart:hover {
	color: inherit !important;
	background: #6597d4 !important;
}

.cart .continue-button .arrow {
	position:absolute;
	right:24px;
	top:14px;
}

.cart .continue-button .arrow:before {
	content:'';
	height:2px;
	width:14px;
	background:#fff;
	position:absolute;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=0.7071067811865476,M12=-0.7071067811865475,M21=0.7071067811865475,M22=0.7071067811865476);
	-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand',M11=0.7071067811865476,M12=-0.7071067811865475,M21=0.7071067811865475,M22=0.7071067811865476)";
	margin:2px 0 0;
}

.cart .continue-button .arrow:after {
	content:'';
	height:2px;
	width:14px;
	background:#fff;
	position:absolute;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=0.7071067811865476,M12=-0.7071067811865475,M21=0.7071067811865475,M22=0.7071067811865476);
	-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand',M11=0.7071067811865476,M12=-0.7071067811865475,M21=0.7071067811865475,M22=0.7071067811865476)";
	margin:2px 0 0;
	margin:11px 0 0;
}

.cart .upsell {
	background-color:#eee;
	width:580px;
	height:200px;
	line-height:200px;
	text-align:center;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:20px 0 0;
}

.cart .upsell .placeholder {
	font-size:15px;
	display:inline-block;
	color:#bbb;
	text-shadow:1px 1px 0 rgba(255,255,255,.2);
}

.cart .checkout-chunk {
	padding-left: 15px;
	padding-top:5px;
	padding-right: 15px;
	padding-bottom:12px;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    margin-bottom: 60px;
    margin-left: 15px;
    background-color:#eee;
    padding-bottom: 15px;
    max-width: 500px;
    float:right;
    width:98%;
}

.cart .checkout-chunk.old-cart {
	width: 40% !important;
	padding: 0 !important;
	margin: 0 !important;
	background-color: inherit !important;
	border: 0 !important;
	max-width: inherit !important;
}

.checkout-chunk h3 {
	font-size:24px;
	color:#000;
	font-weight:400;
	margin: 10px 0;
}

.checkout-chunk .cart-sidebar {
	background:#eee;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.checkout-whitespace {
	margin-bottom: 10px;
	height: 17px;
}

.checkout-chunk .period-selection {
	display:block;
	position:relative;
	top:auto;
	bottom:auto;
	left:auto;
	width:auto;
	background-color:transparent;
	padding:17px 15px 0;
	border-bottom:1px solid transparent;
}

.checkout-chunk .period-selection .period {
	height:44px;
	line-height:44px;
	border:0;
	margin:-2px 0 10px;
	background:#ccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.10);
	-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.10);
	box-shadow:inset 0 -2px 0 rgba(0,0,0,.10);
}

.checkout-chunk .period-selection .period .close {
	font-size:24px;
	font-weight:400;
	-webkit-font-smoothing:none;
	text-decoration:none;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	width:0;
	overflow:hidden;
	margin:0;
	display:inline-block;
}

.checkout-chunk .period-selection .period .price {
	display:inline-block;
	vertical-align:top;
}

.checkout-chunk .period-selection .custom-rental-period:hover .close {
	width:14px;
	margin:0 9px 0 -2px;
	display:inline-block;
}

.checkout-chunk .period-selection .period .price .close:hover {
	color:#fff;
}

.checkout-chunk .period-selection .period .price,.checkout-chunk .period-selection .period .length {
	color:#333;
}

.checkout-chunk .period-selection .period:hover {
	background:#bcbcbc;
	cursor:pointer;
}

.checkout-chunk .period-selection .period.active {
	background:#333;
	position:relative;
	z-index:8;
	-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.40);
	-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.40);
	box-shadow:inset 0 -2px 0 rgba(0,0,0,.40);
}

.checkout-chunk .period-selection .period.active:hover {
	background:#222;
}

.checkout-chunk .period-selection .period.active .length,.checkout-chunk .period-selection .period.active .price {
	color:#fff !important;
	text-shadow:none;
	-webkit-font-smoothing:antialiased;
}

.checkout-chunk .period-selection .period.active .price {
	font-size:24px;
	font-weight:700;
}

.checkout-chunk .period-selection .period.custom .icon {
	width:24px;
	height:19px;
	display:inline-block;
	margin:13px 5px 0 -30px;
	background:url(https://cdn.static-bl.com/images/png/custom-price.png) left center no-repeat;
	position:absolute;
}

.checkout-chunk .cart-details {
	padding:12px 15px 0;
	border-bottom:1px solid transparent;
}

.checkout-chunk .cart-details li {
	height:34px;
	width:100%;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.checkout-chunk .cart-details li:hover {
}

.checkout-chunk .cart-details li:last-child {
	border-bottom:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.checkout-chunk .cart-details li .length {
	float:left;
	font-size:16px;
	color:#666;
	text-shadow:1px 1px 0 rgba(255,255,255,.3);
}

.checkout-chunk .cart-details li .price {
	float:right;
	font-size:20px;
	color:#333;
	text-shadow:1px 1px 0 rgba(255,255,255,.3);
}

.checkout-chunk .cart-details li.active {
	height:54px;
	line-height:54px;
}

.checkout-chunk .cart-details .coupon {
	display:none;
}

.checkout-chunk .cart-details .coupon .length {
	width:100%;
	text-align:center;
	font-weight:400;
	padding:0;
}

.checkout-chunk .cart-details .coupon:hover {
	cursor:pointer;
	background:#f4f4f4;
	color:#333!important;
}

.checkout-chunk .cart-details .total {
	border-top:1px solid #ddd;
	height:44px;
	line-height:54px;
	position:relative;
}

.checkout-chunk .cart-details .total .length {
	font-weight:700;
	color:#333;
}

.checkout-chunk .cart-details .total .price {
	font-weight:700;
	color:#333;
	font-size:26px;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.checkout-chunk .coupon-code {
	margin:10px 15px 0;
	position:relative;
}

.checkout-chunk .coupon-code .code {
	width:92%;
	padding:0 4%;
	border:none;
	height:44px;
	line-height:44px;
	font-size:17px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.checkout-chunk .coupon-code .code:focus {
	outline:none;
	-webkit-box-shadow:inset 0 0 0 1px #bbb;
	-moz-box-shadow:inset 0 0 0 1px #bbb;
	box-shadow:inset 0 0 0 1px #bbb;
}

.checkout-chunk .coupon-code .submit {
	border:none;
	height:44px;
	line-height:40px;
	right:0;
	top:0;
	position:absolute;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
	-webkit-font-smoothing:antialiased;
	font-weight:700;
	font-size:18px;
	color:#fff;
	background:#bbb;
	-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
}

.checkout-chunk .coupon-code .submit.old-cart {
	width: 44px !important;
}

.checkout-chunk .coupon-code .submit:hover {
	background:#aaa;
}

.cart-headline{
    border-bottom: 1px solid #bbb;
}

.cart-used-gear-title {
	text-transform: uppercase;
	font-weight: bold;
}

.cart-used-gear-new-timer {
	color: #fff;
	background-color: #e40000;
	padding: 5px;
}

.cart-headline h2{
  font-weight:lighter;
  font-size: 22px;
}

.checkout.buttongray {
  float:right;
  height: 26px;
  width: 150px;
  margin-top:-50px;
  line-height: 26px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #bbb;
  text-align: center;
  text-decoration: none;
  display: block;
  cursor:pointer;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.checkout.buttonred:hover {
	background-color:#cc150e;
}

.checkout.new-cart-buttonred {
  float:right;
  height: 36px;
  width: 200px;
  font-family: "Avenir LT W01 85 Heavy",Verdana,Arial,sans-serif;
  font-size: 22px;
  margin-top:-47px;
  line-height: 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 22px;
  background-color: #e30600;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
}

.checkout-chunk .checkout.buttonred {
    height: 54px;
    line-height: 54px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e30600;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 15px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.checkout span {
	color:#fff;
}

.checkout-chunk .configure-details {
	padding:0 15px 5px;
	margin-bottom: 15px;
}

.checkout-chunk .configure-details li {
	font-size:14px;
	color:#999;
	text-align:right;
	margin:0 0 10px;
}

.checkout-chunk .configure-details li a {
	color:#999;
}

.checkout-chunk .configure-details li a:hover {
	color:#666;
}

/* .ellipsis {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
} */

#cartPage #messages {
	margin:0 0 10px;
}

.ui-state-disabled {
	filter:none;
	opacity:1;
}

.working {
	opacity:.3;
}

.working .close {
	opacity:0;
}

.checkout-chunk .working {
	opacity:1;
}

.checkout-chunk .total.working:after {
	content:'';
	display:block;
	height:18px;
	width:18px;
	background:url(./js/yui/assets/skins/sam/wait.gif);
	position:absolute;
	right:15px;
	top:17px;
}

.checkout-chunk .total.working .price {
	opacity:0;
}

#cartContent .ui-state-disabled,#cartContent .ui-widget-content .ui-state-disabled,#cartContent .ui-widget-header .ui-state-disabled {
	filter:Alpha(Opacity=100);
	background-image:none;
}

#cartContent.old-cart .ui-state-disabled,#cartContent.old-cart .ui-widget-content .ui-state-disabled,#cartContent.old-cart .ui-widget-header .ui-state-disabled {
	opacity: 1 !important
}

.cart-item .cartitem-price.changing {
	color:#bbb;
}

.checkout-chunk .customTTR {
	width:auto!important;
	text-align:left!important;
	font-size:18px;
}

.checkout-chunk .customTTR > .customTTR {
	padding:0 0 0 15px;
	position:relative;
}

.checkout-chunk .customTTR input {
	width:25px;
	height:30px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0 8px;
	text-align:center;
	-webkit-box-shadow:inset 0 2px 0 rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 2px 0 rgba(0,0,0,.05);
	box-shadow:inset 0 2px 0 rgba(0,0,0,.05);
	position:absolute;
	right:50px;
	top:0;
	margin:6px;
}

.checkout-chunk .customTTR button {
	height:30px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0 8px;
	text-align:center;
	margin:6px;
	background:#888;
	color:#fff;
	-webkit-font-smoothing:antialiased;
	position:absolute;
	top:0;
	right:0;
	-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
}

.checkout-chunk .customTTR button:hover {
	background:#777;
}

.order-confirm-header {
	font-size: 22px;
	padding: 28px 0 14px 0;
	font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	height: 23px;
	line-height: 23px;
}

select:invalid {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

select[disabled],select[disabled] option,select[disabled] optgroup {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-moz-user-select:-moz-none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	color:#888;
	cursor:default;
}

select[size],select[multiple] {
	height:auto;
}

select[size="0"],select[size="1"] {
	height:1.8em;
	*height:auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
	select[size],select[multiple],select[multiple][size] {
		background-image:none;
		padding-right:3px;
	}
	
	select,select[size="0"],select[size="1"] {
		background-image:url(data:image/png;
	:ase64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
		background-repeat:no-repeat;
		background-position:right center;
		padding-right:20px;
	}
	
	::-webkit-validation-bubble-message {
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#666),color-stop(1,black));
		border:0;
		color:#fff;
		font:13px/17px "Lucida Grande",Arial,"Liberation Sans",FreeSans,sans-serif;
		overflow:hidden;
		padding:15px 15px 17px;
		text-shadow:#000 0 0 1px;
		min-height:16px;
	}
	
	::-webkit-validation-bubble-arrow,::-webkit-validation-bubble-top-outer-arrow,::-webkit-validation-bubble-top-inner-arrow {
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		background:#666;
		border-color:#666;
	}
}

optgroup {
	color:#000;
	font-style:normal;
	font-weight:400;
	font-family:Arial,"Liberation Sans",FreeSans,sans-serif;
}

optgroup::-moz-focus-inner {
	border:0;
	padding:0;
}

.ie6_input,* html select {
	background:#fff;
	border:1px solid;
	border-color:#848484 #c1c1c1 #e1e1e1;
	color:#000;
	padding:2px 3px 1px;
	font-size:13px;
	font-family:Arial,sans-serif;
	vertical-align:top;
}

* html select {
	margin-top:1px;
}

/* ------------- BL PRODUCT WIDGETS -------------- */

#pproduct-details,#product-reviews,#related-articles {
	display:none;
}

.quick-add-bubble {
	position:absolute;
	right:20px;
	top:54px;
	width:335px;
	font-size:15px;
	line-height:21px;
	z-index:999;
}

.quick-add-bubble .bubble {
	width:100%;
	background:rgba(50,50,50,.90);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.quick-add-bubble .bubble:before {
	position:absolute;
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:0 6px 6px;
	border-color:transparent transparent rgba(50,50,50,.90);
	right:30px;
	top:-6px;
}

.quick-add-bubble .image-wrap {
	width:44px;
	height:44px;
	margin:10px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	float:left;
}

.quick-add-bubble.error .image-wrap,.quick-add-bubble.ttrchange .image-wrap {
	display:none;
}

.quick-add-bubble .image {
	width:86%;
	height:86%;
	margin:7%;
/*@@prefixmycss->No equivalent*/
	-webkit-background-size:/*@@prefixmycss->No equivalent*/
;
	-moz-background-size:contain;
	-o-background-size:/*@@prefixmycss->No equivalent*/
;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}

.quick-add-bubble > .bubble > span {
	padding:10px;
	display:block;
	min-height:44px;
	color:#ccc;
	font-weight:400;
	font-style:italic;
}

.quick-add-bubble i, #cartJustAdded .youJustAddedMessage i, #cartJustAddedModal .youJustAddedMessage i {
	color:#fff;
	font-weight:700;
	font-style:normal;
}

#addToCartModalContainer .image-wrap {
	height: 100px;
}

.ui-widget-overlay {
	opacity: 0.7;
	background: #333;
}

#addToCartModalContainer .name, #addToCartModalContainer .item {
	color: #000;
}

#cartJustAddedModal .youJustAddedMessage i {
	color: #000 !important;
}

#youJustAddedModalLabel {
	color: #000;
	font-style: normal;
	font-weight:normal;
}

.cart-new-total .modal-cart-total {
	color: #e40000;
}

.quick-add-bubble.hidden {
	height:0;
	overflow:hidden;
}

.quick-add-bubble {
	height:auto;
	overflow:visible;
}

.quick-add-bubble .bubble {
	-webkit-transform:translateY(6px);
	-moz-transform:translateY(6px);
	-ms-transform:translateY(6px);
	-o-transform:translateY(6px);
	transform:translateY(6px);
	opacity:0;
	display:none;
	-webkit-transition:opacity 100ms linear,-webkit-transform 0 200ms linear;
	-moz-transition:opacity 100ms linear,-moz-transform 0 200ms linear;
	-o-transition:opacity 100ms linear,-o-transform 0 200ms linear;
	transition:opacity 100ms linear,transform 0 200ms linear;
}

.quick-add-bubble.show .bubble {
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
	display:block;
}

.related-blog-posts {
}

.related-blog-posts .post {
	width:49%;
	margin:0 0 2%;
	float:left;
	display:block;
}

.related-blog-posts .post:nth-child(odd) {
	margin:0 2% 2% 0;
}

.related-blog-posts a {
	text-decoration:none;
	color:#555;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.related-blog-posts a:hover {
	color:#111;
}

.related-blog-posts h6 {
	margin:0 0 10px;
	font-size:19px;
	-webkit-font-smoothing:antialiased;
}

.related-blog-posts p {
	margin:10px 0 20px;
	font-size:15px;
	line-height:22px;
	color:#444;
}

.related-blog-posts .align-right {
	text-align:right;
	color:#999;
	padding:0 0 0 10px;
}

.related-blog-posts .align-right:hover {
	text-decoration:underline;
}

#product-reviews .review-bar {
	background:#dceafb;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:10px 10px 10px 20px;
	margin:20px 0;
	display:block;
	color:#333;
	text-decoration:none;
	line-height:44px;
	font-size:24px;
	-webkit-font-smoothing:antialiased;
}

#product-reviews .reviews-link {
	background:#77acec;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	line-height:44px;
	height:44px;
	color:#fff;
	display:inline-block;
	float:right;
	font-size:19px;
	padding:0 34px 0 14px;
	position:relative;
	-webkit-transition:all 400ms linear;
	-moz-transition:all 400ms linear;
	-o-transition:all 400ms linear;
	transition:all 400ms linear;
	-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 -2px 0 rgba(0,0,0,.1);
	text-decoration:none;
}

#product-reviews .reviews-link:hover {
	background:#6696CF;
}

#product-reviews .review-bar .arrow {
	position:absolute;
	right:24px;
	top:14px;
}

#product-reviews .review-bar .arrow:before {
	content:'';
	height:2px;
	width:14px;
	background:#fff;
	position:absolute;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=0.7071067811865476,M12=-0.7071067811865475,M21=0.7071067811865475,M22=0.7071067811865476);
	-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand',M11=0.7071067811865476,M12=-0.7071067811865475,M21=0.7071067811865475,M22=0.7071067811865476)";
	margin:2px 0 0;
}

#product-reviews .review-bar .arrow:after {
	content:'';
	height:2px;
	width:14px;
	background:#fff;
	position:absolute;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=0.7071067811865476,M12=-0.7071067811865475,M21=0.7071067811865475,M22=0.7071067811865476);
	-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand',M11=0.7071067811865476,M12=-0.7071067811865475,M21=0.7071067811865475,M22=0.7071067811865476)";
	margin:2px 0 0;
	margin:11px 0 0;
}

#reviews-wrap {
}

#reviews-wrap .review {
	width:49%;
	margin:0 0 2%;
	float:left;
}

#reviews-wrap .review:nth-child(odd) {
	margin-right:2%;
}

#reviews-wrap .details {
	width:27%;
	float:left;
}

#reviews-wrap .details .rating {
	position:relative;
	margin:0 0 0 5px;
}

#reviews-wrap .rating .inactive-stars {
	color:#999;
}

#reviews-wrap .rating .active-stars {
	color:#333;
	position:absolute;
	top:0;
}

#reviews-wrap .rating .star {
	font-size:22px;
	-webkit-font-smoothing:antialiased;
	float:left;
}

#reviews-wrap .details .author {
	-webkit-font-smoothing:antialiased;
	text-align:right;
	padding:0 6px 0 0;
	font-size:17px;
}

#reviews-wrap .details .author strong {
	text-transform:capitalize;
	color:#666;
	font-weight:400;
}

#reviews-wrap .content {
	width:70%;
	float:right;
	background:#eee;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:relative;
}

#reviews-wrap .content:after {
	content:'';
	position:absolute;
	left:-8px;
	top:36px;
	width:0;
	height:0;
	border-style:solid;
	border-width:7px 8px 7px 0;
	border-color:transparent #eee transparent transparent;
}

#reviews-wrap .content p {
	margin:12px 15px;
	font-size:14px;
	line-height:20px;
	color:#555;
	-webkit-font-smoothing:antialiased;
}

.description td {
	padding: 15px 20px;
}

/* -----------------------------
--------------------------------
-- for-sale.less ---------------
--------------------------------
-------------------------------- */
.clearfix {
	zoom:1;
}

.clearfix:before,.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.center {
	zoom:1;
	text-align:center;
}

.center-text {
	text-align: center;
}

.center:before,.center:after {
	content:"";
	display:table;
}

.center:after {
	clear:both;
}

.a11y {
	height:1px;
	width:1px;
	position:absolute;
	overflow:hidden;
	clip:rect(1px 1px 1px 1px);
	clip:rect(1px,1px,1px,1px);
}

#category-gear-for-sale .product {
	min-height:0;
}

#for-sale-description {
	margin:0 0 20px;
}

#for-sale-description .title-bar {
	background:#669e55;
	height:54px;
	line-height:54px;
	width:100%;
	color:#fff;
	text-decoration:none;
	display:block;
	border-radius:4px 4px 0 0;
}

#for-sale-description .title-bar span {
	color:inherit;
	padding:0 0 0 20px;
	font-size:22px;
	-webkit-font-smoothing:antialiased;
}

#for-sale-description .description-box {
	background:#d8e9da;
	padding:20px 20px 0;
	border-radius:0 0 4px 4px;
	zoom:1;
}

#for-sale-description .description-box:before,#for-sale-description .description-box:after {
	content:"";
	display:table;
}

#for-sale-description .description-box:after {
	clear:both;
}

#for-sale-description .description-box .col {
	width:31%;
	float:left;
	margin:0 3% 0 0;
}

#for-sale-description .description-box .col.col-3 {
	margin:0;
}

#for-sale-description .description-box .policy {
	width:100%;
	position:relative;
	padding:0 0 20px;
}

#for-sale-description .description-box .icon {
	position:absolute;
	background-size:100%;
	background-repeat:no-repeat;
}

#for-sale-description .description-box .label {
	font-size:16px;
	line-height:22px;
	color:#333;
	padding:0 0 0 40px;
	-webkit-transition:all 200ms 200ms linear;
	-moz-transition:all 200ms 200ms linear;
	-o-transition:all 200ms 200ms linear;
	transition:all 200ms 200ms linear;
}

#for-sale-description .description-box .collapsed {
	font-size:13px;
	line-height:20px;
	color:#666;
	margin:0 0 0 40px;
	line-height:0;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=@xpercent);
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition:line-height 200ms 200ms linear ,opacity 200ms 0 linear;
	-moz-transition:line-height 200ms 200ms linear ,opacity 200ms 0 linear;
	-o-transition:line-height 200ms 200ms linear ,opacity 200ms 0 linear;
	transition:line-height 200ms 200ms linear ,opacity 200ms 0 linear;
}

#for-sale-description .description-box .gear .icon {
	margin:8px 0 0;
	height:24px;
	width:24px;
	background-image:url(https://cdn.static-bl.com/images/png/icon-for-sale-gear.png);
	background-image:none\9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.static-bl.com/images/png/icon-for-sale-gear.png',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader( src=@src,sizingMethod='scale')";
}

#for-sale-description .description-box .insurance .icon {
	margin:10px 0 0;
	height:19px;
	width:19px;
	background-image:url(https://cdn.static-bl.com/images/png/icon-for-sale-check.png);
	background-image:none\9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.static-bl.com/images/png/icon-for-sale-check.png',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader( src=@src,sizingMethod='scale')";
}

#for-sale-description .description-box .returns .icon {
	margin:11px 0 0;
	height:18px;
	width:24px;
	background-image:url(https://cdn.static-bl.com/images/png/icon-for-sale-arrow.png);
	background-image:none\9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.static-bl.com/images/png/icon-for-sale-arrow.png',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader( src=@src,sizingMethod='scale')";
}

#for-sale-description .description-box .warrenty .icon {
	margin:9px 0 0;
	height:22px;
	width:22px;
	background-image:url(https://cdn.static-bl.com/images/png/icon-for-sale-icon-x.png);
	background-image:none\9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.static-bl.com/images/png/icon-for-sale-icon-x.png',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader( src=@src,sizingMethod='scale')";
}

#for-sale-description .description-box .extras .label {
	padding:0 20px 10px 40px;
}

#for-sale-description .description-box .extras .icon {
	margin:9px 0 0;
	height:22px;
	width:25px;
	background-image:url(https://cdn.static-bl.com/images/png/icon-for-sale-box.png);
	background-image:none\9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.static-bl.com/images/png/icon-for-sale-box.png',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader( src=@src,sizingMethod='scale')";
}

#for-sale-description .description-box .read-more {
	zoom:1;
	padding:0 0 20px;
}

#for-sale-description .description-box .read-more:before,#for-sale-description .description-box .read-more:after {
	content:"";
	display:table;
}

#for-sale-description .description-box .read-more:after {
	clear:both;
}

#for-sale-description .description-box #for-sale-read-more {
	height:44px;
	line-height:44px;
	border-radius:4px;
	padding:0 15px;
	float:right;
	text-decoration:none;
	font-weight:700;
	color:#858a85;
	font-size:16px;
	-moz-box-shadow:inset 0 0 0 2px #858a85;
	-webkit-box-shadow:inset 0 0 0 2px #858a85;
	box-shadow:3 inset 0 0 0 2px #858a85;
	-webkit-transition:all 200ms 0 linear;
	-moz-transition:all 200ms 0 linear;
	-o-transition:all 200ms 0 linear;
	transition:all 200ms 0 linear;
}

#for-sale-description .description-box #for-sale-read-more .close-toggle {
	display:none;
}

#for-sale-description .description-box #for-sale-read-more .arrow {
	width:20px;
	height:17px;
	margin:0 0 0 9px;
	display:inline-block;
}

#for-sale-description .description-box #for-sale-read-more .arrow:before {
	content:'';
	height:2px;
	width:14px;
	background:#858a85;
	position:absolute;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	margin:11px 0 0 -9px;
	-webkit-transition:all 200ms 0 linear;
	-moz-transition:all 200ms 0 linear;
	-o-transition:all 200ms 0 linear;
	transition:all 200ms 0 linear;
}

#for-sale-description .description-box #for-sale-read-more .arrow:after {
	content:'';
	height:2px;
	width:14px;
	background:#858a85;
	position:absolute;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	margin:11px 0 0;
	-webkit-transition:all 200ms 0 linear;
	-moz-transition:all 200ms 0 linear;
	-o-transition:all 200ms 0 linear;
	transition:all 200ms 0 linear;
}

#for-sale-description .description-box #for-sale-read-more:hover {
	background:#858a85;
	color:#fff;
}

#for-sale-description .description-box #for-sale-read-more:hover .arrow:before,#for-sale-description .description-box #for-sale-read-more:hover .arrow:after {
	background:#fff;
}

#for-sale-description .comes-with-box {
	background:#333;
	border-radius:0 0 4px 4px;
	zoom:1;
	height:0;
	overflow:hidden;
	-webkit-transition:all 200ms 200ms linear;
	-moz-transition:all 200ms 200ms linear;
	-o-transition:all 200ms 200ms linear;
	transition:all 200ms 200ms linear;
}

#for-sale-description .comes-with-box:before,#for-sale-description .comes-with-box:after {
	content:"";
	display:table;
}

#for-sale-description .comes-with-box:after {
	clear:both;
}

#for-sale-description .comes-with-box li {
	float:left;
	-moz-box-shadow:inset -1px 0 #555;
	-webkit-box-shadow:inset -1px 0 #555;
	box-shadow:3 inset -1px 0 #555;
}

#for-sale-description .comes-with-box li:last-child {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:3 none;
}

#for-sale-description .comes-with-box .title {
	font-weight:700;
	font-size:16px;
	color:#fff;
	margin:15px 15px 7px;
}

#for-sale-description .comes-with-box p {
	font-size:13px;
	line-height:19px;
	color:#999;
	margin:7px 15px 15px;
}

#for-sale-description .comes-with-box .lens {
	width:22%;
}

#for-sale-description .comes-with-box .camera {
	width:21%;
}

#for-sale-description .comes-with-box .flash {
	width:26%;
}

#for-sale-description .comes-with-box .video {
	width:31%;
}

#for-sale-description.open .description-box {
	border-radius:0;
}

#for-sale-description.open .description-box .collapsed {
	-webkit-transition:line-height 200ms linear ,opacity 200ms 200ms linear;
	-moz-transition:line-height 200ms linear ,opacity 200ms 200ms linear;
	-o-transition:line-height 200ms linear ,opacity 200ms 200ms linear;
	transition:line-height 200ms linear ,opacity 200ms 200ms linear;
	line-height:20px;
	opacity:1;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=@xpercent);
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#for-sale-description.open .description-box .label {
	padding-bottom:6px;
	-webkit-transition:all 200ms 0 linear;
	-moz-transition:all 200ms 0 linear;
	-o-transition:all 200ms 0 linear;
	transition:all 200ms 0 linear;
}

#for-sale-description.open .description-box #for-sale-read-more .open-toggle {
	display:none;
}

#for-sale-description.open .description-box #for-sale-read-more .close-toggle {
	display:inline-block;
}

#for-sale-description.open .description-box #for-sale-read-more .arrow:before {
	-webkit-transform:rotate(-45deg)!important;
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

#for-sale-description.open .description-box #for-sale-read-more .arrow:after {
	-webkit-transform:rotate(45deg)!important;
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

#for-sale-description.open .comes-with-box {
	height:93px;
	-webkit-transition:all 200ms 0 linear;
	-moz-transition:all 200ms 0 linear;
	-o-transition:all 200ms 0 linear;
	transition:all 200ms 0 linear;
}

.product {
	-webkit-transition:all 200ms 0 linear;
	-moz-transition:all 200ms 0 linear;
	-o-transition:all 200ms 0 linear;
	transition:all 200ms 0 linear;
}

.product .smButton {
	border:none;
	text-shadow:none!important;
}

.product .green {
	background:#C8ECC2!important;
}

.costSmall {
	background:none;
	text-shadow:none;
}

.costSmall li {
	border-bottom:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-left:none;
	border-right:none;
	background:#e8e8e8;
	margin:0 0 1px;
}

.costSmall li:first-child,.costSmall li:last-child {
	border:none;
}

.logo-sprite,#xbrands .logo-shutterfly,#xbrands .logo-wpd,#xbrands .logo-treat,#xbrands .logo-tinyprints,#xbrands .logo-thislife,
#xbrands .logo-borrowlenses {
background:url('https://cdn.static-bl.com/images/png/logo-sd097843e4c.png') no-repeat;
}

#xbrands .logo-mypublisher {
	background-image: url('https://cdn.static-bl.com/images/png/header-logos-2016/Logo_MP.png');
	background-repeat: no-repeat;
	background-position: 17px 5px !important;
}

#xbrand-header {

	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 25;

	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fff),color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top,#fff,#f8f8f8);
	background: -moz-linear-gradient(top,#fff,#f8f8f8);
	background: -o-linear-gradient(top,#fff,#f8f8f8);
	background: -ms-linear-gradient(top,#fff,#f8f8f8);
	background: linear-gradient(top,#fff,#f8f8f8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#f8f8f8));
	min-width: 980px;
	height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	
/*background: #fff;
height:36px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
border-bottom:1px solid #ddd;
font-family:"Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
font-size:11px;*/
}

#xbrands-wrapper {
width: 492px;
height: 36px;
margin: auto;
}

.xBrand-narrow #xbrands-wrapper {
width:665px;
}

#xbrands {
list-style:none;
height:36px;
}

#xbrands li {
float:left;
height:36px;
position:relative;
}

#xbrands li a {
display:block;
width:100%;
height:100%;
}

#xbrands li .triangleBorder,#xbrands li .triangle {
	width:0;
	height:0;
	opacity:1;
	filter:alpha(opacity=100);
	background:none;
	position:absolute;
	font-size:0;
	border-style:solid;
	border-width:0 10px 10px;
}

#xbrands li .triangleBorder {
	background: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -10px;
	_top: -6px;
	border-color: transparent transparent #a6a8ab;
}

#xbrands li .triangle {
	top: -2px;
	left: 50%;
	margin-left: -10px;
	_top: -4px;
	border-color: transparent transparent #fff;
}

#xbrands li .flyOutContainer {
	position: absolute;
	z-index: 55!important;
	left: 50%;
	margin-left: -90px;
	top: 95%;
	width: 180px;
	display: none;
}

#xbrands li .flyOutContent {
	width:auto;
	background-color:#fff;
	z-index:55!important;
	box-shadow:0 0 4px rgba(51,51,51,0.5);
	margin-top:5px;
	border:1px solid #a6a8ab;
	opacity:1;
	filter:alpha(opacity=100);
	text-align:center!important;
	padding:5px;
	border-radius: 6px;
}

#xbrand-header .flyOutContent {
	font-family: "Avenir LT W01 55 Roman",Verdana,Arial,sans-serif;
	font-size: 11px;
}

#xbrands li:hover .flyOutContainer {
display:block;
}

#xbrand-header ul li:last-child:after {
	border-right: 0;
}

#xbrand-header ul li:after {
	position: absolute;
    top: 50%;
    height: 18px;
    margin-top: -9px;
    right: 0;
    border-right: 1px solid #ddd;
    width: 0;
    content: "";
}

#xbrands .logo-shutterfly {
	width: 113px;
	background-position: 17px -60px;
}

#xbrands .logo-treat {
	width: 81px;
	height: 36px;
	background-position: 17px -173px;
}

#xbrands .logo-wpd {
	width: 137px;
	background-position: 17px -137px;
}

#xbrands .logo-tinyprints {
	width: 123px;
	background-position: 17px -99px;
}

#xbrands .logo-thislife {
	width: 93px;
	background-position: 17px -23px;
}

#xbrands .logo-mypublisher {
	width: 119px;
}

#xbrands .logo-borrowlenses {
	width: 120px;
	background-position: 17px 13px !important;
}

.logo-notch {
	position: absolute;
	bottom: -4px;
	left: 50%;
	z-index:1;
	/*top: 31px;*/
	margin-left: -4px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #f5f5f5;
}

.clear{
    clear:both;
}


/* For retina display, placed here since our current versioning
 * removes the '(' after the and hence the css doesnt apply
 * The !important is on every rule because these were getting overridden by 
 * the non-retina dislay rules when layout.css was included later on in the page  
 * (when it was included below this code)
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
        (-o-min-device-pixel-ratio: 3/2) , only screen and
        (min--moz-device-pixel-ratio: 1.5) , only screen and
    (min-device-pixel-ratio: 1.5) {
	.top-menu .top-menu-items .cart .count {
		background:url(https://cdn.static-bl.com/images/png/BLCart%402x.png) center 62% no-repeat;
	}
	
	/*.top-menu .top-menu-items .cart .count:hover {
		background:url(https://cdn.static-bl.com/images/png/BLCartRed%402x.png) center 62% no-repeat;
	}*/

    #xbrands li{
        background-position: 17px 10px !important;
        background-repeat: no-repeat;
        height: 36px;
    }
    #xbrands .logo-shutterfly{
        background-image: url('https://cdn.static-bl.com/images/png/header-logos-2016/Logo_SF@2x.png') !important;
        -webkit-background-size: 77px 19px !important;
        -moz-background-size: 77px 19px !important;
        background-size: 77px 19px !important;
    }
    
    #footerxbrands .logo-shutterfly .logo-image .image {
    	background-image: url(https://cdn.static-bl.com/images/Logo_SF@2x.png) !important;
    }
    
    #footerxbrands .logo-tinyprints .logo-image .image {
    	background-image: url(https://cdn.static-bl.com/images/Logo_TP@2x.png) !important;
    }
    
    #footerxbrands .logo-wpd .logo-image .image{
    	background-image: url(https://cdn.static-bl.com/images/Logo_WPD@2x.png) !important;
    }
    
    #footerxbrands .logo-groovebook .logo-image .image{
    	background-image: url(https://cdn.static-bl.com/images/GB_Sfly_Desktop_Footer_Logo_2x.png) !important;
    }
    
    #footerxbrands .logo-mypublisher .logo-image .image{
    	background-image: url(https://cdn.static-bl.com/images/Logo_MYP@2x.png) !important;
    }
    
    #footerxbrands .logo-borrowlenses .logo-image .image{
    	background-image: url(https://cdn.static-bl.com/images/BL_RedLogo@2x.png) !important;
    }
    
    #xbrands .logo-tinyprints{
        background-image: url('https://cdn.static-bl.com/images/png/header-logos-2016/Logo_TP@2x.png') !important;
        -webkit-background-size: 87px 17px !important;
        -moz-background-size: 87px 17px !important;
        background-size: 87px 17px !important;
    }
    /* treat is no longer one of the brands */
    #xbrands .logo-treat {
        background-image: url('https://cdn.static-bl.com/images/png/logo-treat@2x.png') !important;
        -webkit-background-size: 46px 12px !important;
        -moz-background-size: 46px 12px !important;
        background-size: 46px 12px !important;
    }
    #xbrands .logo-wpd{
        background-image: url('https://cdn.static-bl.com/images/png/header-logos-2016/Logo_WPD@2x.png') !important;
        -webkit-background-size: 101px 19px !important;
        -moz-background-size: 101px 19px !important;
        background-size: 101px 19px !important;
    }
    /* ThisLife is no longer one of the brands */
    #xbrands .logo-thislife{
        background-image: url('https://cdn.static-bl.com/images/png/logo-thislife@2x.png') !important;
        -webkit-background-size: 59px 19px !important;
        -moz-background-size: 59px 19px !important;
        background-size: 59px 19px !important;
    }
    
    #xbrands .logo-mypublisher{
    	background-image: url('https://cdn.static-bl.com/images/png/header-logos-2016/Logo_MP@2x.png') !important;
    	-webkit-background-size: 83px 27px !important;
        -moz-background-size: 83px 27px !important;
        background-size: 83px 27px !important;
    }
    
   #xbrands .logo-borrowlenses{
        background-image: url('https://cdn.static-bl.com/images/png/logo-borrowlenses@2x.png') !important;
        -webkit-background-size: 90px 10px !important;
        -moz-background-size: 90px 10px !important;
        background-size: 90px 10px !important;
    }
}

.giveaway-banner{
	position: fixed; 
	right: 0; 
	bottom: 50px; 
	z-index: 999;
	opacity: 1;
	transition: all 200ms linear;
}
.giveaway-banner:hover{
	opacity: 1;
}





#breadcrumbs {
	margin: 5px 5% 5px 50px;
	position: relative;
}
#breadcrumbs li {
	margin: 0 5px 0 0;
}

#breadcrumbs a {
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #000;
  display: block;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs .topLevelActive a {
  font-weight: 400;
  color: #888;
}
#breadcrumbs .topLevelActive a:hover {
  text-decoration: none;
  color: #666;
}
#breadcrumbs .secondLevelActive a {
  text-decoration: underline;
}

.typeahead, .tt-query, .tt-hint {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #888888;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 4px;
    padding: 8px 15px 6px 35px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: all 400ms ease-in-out 0s;
    width: 90%;
}

.typeahead {
	line-height: 36px;
	height: 36px;
	padding: 0 !important;
	font-size: 14px !important;
	width: 100%;
	text-indent: 12px;
	box-sizing: border-box;
	margin: 0 !important;	
	border-radius: 0 !important;
	vertical-align: inherit !important;
}

.twitter-typeahead {
	width: 80%;
}

.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
	margin: 1px 0 0 -1px;
    width: 572px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    max-height: 600px;
    overflow-y: auto;
}

.tt-dropdown-menu strong{
   font-weight: bold;
}

.typeahead{
	outline: none;
}

.suggestion:hover{
	background: #f5f4f4;
}

.suggestion a{
	display: block;
	padding: 12px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

.suggestion .suggestion-image{
	width: 9%;
	float: left;
	height: 9%;
}

.suggestion .suggestion-image img{
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.suggestion .suggestion-name{
	width: 89%;
	float: right;
	font-size: 19px;
	color: #666;
}

.suggestion #seeMore{
  text-align:center;
  font-size: 17px;
  color: #666;
  font-weight:bold;
  height: 30px;
  cursor:pointer;
  padding-top:5px;
}


.suggHeader{
  padding-left:80%;
  color: #666;
  padding-top:3px;
  font-size:12px;
}


.suggestion:hover .suggestion-name{
	color: #444;
}

.suggestion .suggestion-name span{

}

.suggestion .suggestion-name strong{
	color: #333;
}

.tt-suggestion p {
    margin: 0;
}

.usedGearStrikeThrough {
	text-decoration: line-through;
}

.usedGearPrice {
	width: 100%;
	text-align: center;
	float: left;
	font-family: 'helvetica neue', helvetica, sans-serif;
	font-size: 14px;
}

.usedGearSalePrice{
	font-weight: bold;
	color: #339933;
	width: 100%;
	text-align: center;
	float: left;
	font-family: 'helvetica neue', helvetica, sans-serif;
	font-size: 14px;
}

.usedGearSalePricePip{
	font-weight: bold;
	color: #339933;
	font-family: 'helvetica neue', helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	width: 20%;
}

.sold{
	font-size: 14px;
}

.product-sale-price-header{
	text-align: center !important;
	white-space: nowrap;
}

