h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover { text-decoration: none; }

a, a:hover, input, input:hover, button, button:hover {
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

*[class^="col-sm-"] h1:first-child,
*[class^="col-sm-"] h2:first-child,
*[class^="col-sm-"] h3:first-child,
*[class^="col-sm-"] h4:first-child,
*[class^="col-sm-"] h5:first-child,
*[class^="col-sm-"] h6:first-child {
	margin-top: 0;
}

*[class^="gap-"] {
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	clear: both;
}
.gap-5 { height: 5px; }
.gap-10 { height: 10px; }
.gap-15 { height: 15px; }
.gap-20 { height: 20px; }
.gap-25 { height: 25px; }
.gap-30 { height: 30px; }
.gap-40 { height: 40px; }
.gap-50 { height: 50px; }
.gap-60 { height: 60px; }
.mpl0 { margin-left:0; padding-left:0; }
.mpr0 { margin-right:0; padding-right:0; }
.mt0 { margin-top:0; }
.ml0 { margin-left:0; }
.pl0 { padding-left:0; }
.mt5 { margin-top:5px; }
.mt8 { margin-top:8px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.ml5 { margin-left:10px; }
.ml15 { margin-left:15px; }
.mr5 { margin-right:5px; }
.mr15 { margin-right:15px; }
.relative { position: relative; }
.no-show { display:none; }
.line-up { margin-right: 15px; margin-left:15px;}

p {
	margin-bottom: 20px;
}

.big {
	font-size: 140%;
}

blockquote {
	border: none;
	position: relative;
	padding-left: 130px;
	font-style: italic;
	min-height: 120px;
	font-size: 1em;
}
blockquote:before {
	font-family: "FontAwesome";
	content: "\f10d";
	position: absolute;
	font-size: 100px;
	line-height: 100px;
	top: 50%;
	margin-top: -48px;
	left: 0;
	font-style: normal;
	opacity: 0.5;
}
blockquote cite {
	display: block;
	margin-top: 10px;
}


.align-center {
	text-align: center;
}

#top-bar a:hover,
.products .title a:hover {
	text-decoration: none;
}

#top-bar nav select.form-control {
	height:25px;
	padding:3px 6px;
}

.widget_product_categories > ul > li:after,
.widget_product_brand > ul > li:after,
.widget_product_color > ul > li:after,
.widget_product_size > ul > li:after,
.widget_recent_posts > ul > li:after,
.widget_categories > ul > li:after,
.widget_archives > ul > li:after {
	font-family: 'FontAwesome';
}

.btn-primary:hover {
	background:#666;
	border-color:#666;
}

.form-control {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.dropdown-menu > li > a {
  line-height: 25px;
}

.boxed {
	max-width: 1200px;
  margin: 0 auto;
  background:#fff;
  -webkit-box-shadow: 1px 1px 10px #ccc;
  -moz-box-shadow: 1px 1px 10px #ccc;
  box-shadow: 1px 1px 10px #ccc;
}

/* MODAL POPUP
==================================================================*/
.modal-body ul.social-profiles {
	text-align:center;
}


/* HEADER
==================================================================*/

#top-bar {
	font-size: 0.928571em;
	padding: 14px 0 5px;
	color:#01506b;
}

#top-bar a {
	color:#01506b;
}

#top-nav {
	border: none;
	margin: 0;
	min-height: 0;
}
#top-bar ul > li { margin: 0 12px; }
#top-bar .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 12px;
}
#top-bar .dropdown-menu li { margin: 4px 12px; }

#top-bar .list-inline { margin-left:-30px; }

#top-nav .navbar-toggle { padding: 3px; margin: 0; }
#top-nav { margin-right: 25px; }

#top-bar nav a {
	padding: 0;
	font-size: inherit;
	background: none;
}
#top-bar nav a:hover,
#top-bar nav a:focus {
	background: none;
}

#top-bar .input-group {
	margin-top:-5px;
}

#top-bar .mobile-icons {
  text-align: center;
  margin-top:-5px;
  font-size: 1.7em; }

#top-bar .mobile-icons ul {
  margin:0; 
  padding:0;
}

#top-bar .mobile-icons ul li {
  display: inline-block;
  margin-right: 0.2em;
  padding: 0 5px; }

#top-bar .mobile-icons ul li select {
  margin-top:-5px;
 }

#top-bar .mobile-icons ul li:first-child {
  padding-left:0;
}

#top-bar .cart-inner {
	float:right;
	text-transform: uppercase;
}

#top-bar .cart-inner a {
	color:#333;
}

#top-bar #cartCost {
	font-weight:700;
}

#top-bar .cart-icon {
	display:inline-block;
	position: relative;
}

#top-bar .cart-icon strong {
	background: none repeat scroll 0 0 #fff;
  border: 2px solid;
  color: #333;
  margin-left: 15px;
  padding: 2px 9px 4px;
  position: relative;
  transition: all 200ms ease-out 0s;
  z-index: 10;
}

#top-bar .cart-icon strong:hover {
	color:#fff;
}

#top-bar .cart-icon .cart-icon-handle {
  border: 2px solid;
  border-radius: 10px;
  height: 15px;
  margin-right: -15px;
  position: absolute;
  right: 50%;
  top: -6px;
  transition: all 200ms ease-out 0s;
  width: 15px;
}

#main-nav {
	background:#fff;
}

#main-nav .navbar {
	margin: 0;
	border: none;
	border-bottom: #eceded 1px solid;
}

#main-nav .navbar-brand {
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
}

#main-nav .logo-text .navbar-brand {
	
	font-family:Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	font-size:40px;
	margin-top:40px;
}

#main-nav .navbar-header { position: relative; }
#main-nav .navbar-toggle {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -17px 15px 0 0;
}

#main-nav .navbar-nav > li:last-child > a { padding-right: 0; }
.nav .caret { margin-top: -2px; }


/* SLIDER
==================================================================*/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

#slider { margin-bottom: 50px; }
#slider .carousel-inner img { width: 100%; }
#slider i.fa {
	font-size: 60px;
	margin-top: -30px;
	left: 40%;
}
#slider .right i.fa {
	left: auto;
	right: 40%;
}
#slider .carousel-indicators li {
	height: 20px;
	width: 20px;
	border-radius: 0;
	margin: 1px !important;
}

/* PRODUCT CAROUSEL
==================================================================*/

.products-carousel {
	overflow: hidden;
	position: relative;
	margin-bottom: 75px;
}
.products-carousel .product {
	display: table;
}

.products-carousel .banner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -102px;
	z-index: 1;
}

.carousel-prev {
 	position:absolute;
  	top:30%;
  	left:5px;
  	font-size:38px;
  	z-index:10;
}

.carousel-next {
 	position:absolute;
  	top:30%;
  	right:5px;
  	font-size:38px;
  	z-index:10;
}

.carousel-prev a, .carousel-next a {
  	cursor:pointer;
}

.products-carousel .carousel {
	margin: 0 -15px;
	width: auto;
}

.products-small .product {
	max-width: 204px;
	margin: 0 auto;
}
.products-small .title {
	text-align: center;
	float: none !important;
}

.owl-theme .owl-controls .owl-buttons div {
	background: none;
	font-size: 38px;
	color: inherit;
	padding: 0;
	margin: 0 10px;
}

.on-sale, .sold-out {
  border-radius: 50% 50% 50% 50%;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  opacity: 0.8;
  padding: 1px 4px;
  position: absolute;
  right: 20px;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  width: 55px;
  z-index: 3;
}

.on-sale {
  height: 35px;
  line-height: 35px; 
}

.sold-out {
  height: 35px;
  width: 75px;
  line-height: 35px;
  background-color: #666;
}

/* CONTENT
==================================================================*/

.page-title { margin-bottom: 30px; }

/* staff */

.staff { margin-bottom: 50px; }
.staff dt { margin-bottom: 30px; }
.staff dt img { width: 100%; }
h3.position { margin-bottom: 17px; }
h3.position span {
	display: inline-block;
	margin-left: 10px;
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
}
.staff .social-profiles { margin-top: 25px; }
.staff .social-profiles li { margin-right: 15px; }
.staff .social-profiles i { opacity: 0.75; }
.staff .social-profiles a:hover i { opacity: 1; }

/* sections */

.custom-section {
	padding: 30px 0 50px;
}

.background1 {
  background: 
		linear-gradient(
			rgba(99,208,253,0.75), 
			rgba(99,208,253,0.75)
		),
  	url(parallax-background.jpg) no-repeat;
}

/* Parallax
------------------------------------- */
.parallax-banner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 40px;
	height: 200px;
	opacity: 0
}

.parallax-banner img { position: absolute; width:100%; }

.parallax-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.45);
}

.parallax-title {
	position: relative;
	z-index: 10;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	top: 0;
	left: 0;
	text-align: center;
}

.parallax-title span {
	display: block;
	padding: 15px 0 0 0;
	font-size: 28px;
	font-weight: 300;
}

/* tabs */

.nav-tabs > li > a {
	margin: 0 0 0 -1px;
	border-width: 1px;
	border-style: solid;
	border-top: none !important;
	background: none !important;
	border-radius: 0;
}
.nav-tabs > li:first-child > a {
	border-left: none !important;
}
.nav-tabs > li.active > a {
	border-bottom-color: #fff !important
}

.tab-content {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.tab-pane {
	padding: 20px 0 22px;
}
.tab-pane > *:first-child { margin-top: 0; }
.tab-pane > *:last-child { margin-bottom: 0; }


/* blog */

.post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.blog-home .post {
	border-bottom: none;
	margin-bottom:0;
	padding-bottom:0;
}

.post:first-child h2.entry-title { margin-top: 0; }
.post:first-child h1.entry-title { margin-top: 0; }

.entry-meta {
	color: #bbb;
	padding-bottom: 30px;
}

.entry-meta span {
	padding-right: 15px;	
}

.entry-meta i {
	padding-right: 5px;
}

.entry-content {
	margin-top: 10px;
}

.carousel-control i {
	margin-top: -15px;
	position: absolute;
	top: 50%;
}

img.pull-left {
	margin: 5px 15px 15px 0;
}

img.pull-right {
	margin: 5px 0 15px 15px;
}

/* comments */

.comments h3 {
	margin-bottom: 30px;
}

.comments h5 {
	letter-spacing: normal;
}

.media, .media .media {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 30px;
}
.media-list .media:first-child {
	padding-top: 0;
	border-top: none;
}

.hidden-label {
	height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
}


/* AD BLOCK
==================================================================*/

.ad-banners {
	margin: 40px 0 0;
}

.ad-banners img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 27px;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.ad-banners img:hover {
	opacity:0.5;
		-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.ad-banners .banner {
	position:relative;
	color:#fff;
}

.ad-banners .banner .banner-overlay {
	position: absolute;
	bottom: 20px;
	background-color: rgba(0,0,0,0.4);
	line-height: 30px;
	font-size: 32px;
	text-align: left;
	width: 100%;
	padding: 10px 10px 10px 20px;
}

.ad-banners .banner .banner-overlay .banner-lg {
	font-size: 55px;
	line-height: 0;
}



/* PRODUCTS
==================================================================*/

#content {
	padding: 20px 0 60px;
}

.template-product #content {
	padding-bottom:0;
}

ul.products {
	padding: 0;
	list-style-type: none;
}
ul.products .product {
	overflow: hidden;
	margin-bottom: 25px;
}

.products .thumbnail {
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.thumbnail img,
.post-thumb img,
#product-large img { width: 100%; }

.products .title {
	margin: 21px 14px 0;
	float: left;
}
.products h3,
.products p {
	margin: 0;
}

.product-list-item {
	border-bottom:1px solid #cacaca;
	margin-bottom:20px;
}

.products .price {
	font-size: 1.428571em;
	padding-right:12px;
}

.compare-price {
	color: #5D5D5D;
  font-size: 15px;
  text-decoration: line-through; 
	padding-right:5px;
}

.compare-product-price {
	color: #5D5D5D;
  font-size: 26px;
  text-decoration: line-through; 
	padding-left:10px;
	margin-top:27px;
}

.products hr, #footer hr {
	display: block;
	margin: 0 25px;
	border-top-width: 3px;
	border-top-style: solid;
}
.products .product, .products .add-to-cart {
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.products .product:hover,
.products .add-to-cart {
	background: #484848;
	background: rgba(0,0,0,0.7);
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.products .add-to-cart {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	padding: 14px 0;
	text-align: center;
}
.products .product:hover .add-to-cart {
	opacity: 1;
}

.social-sharing {
 	margin:30px 0 20px;
 }

 .social-sharing-blog {
 	margin:30px 0;
 }

.social-sharing i, .social-sharing-blog i {
  margin-right:5px;
}

.selector-wrapper {
	margin-bottom:15px;
}

.selector-wrapper select {
	background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.selector-wrapper select:focus {
  box-shadow: none;
  outline: 0 none;
}

.selector-wrapper label {
	font-size:1.1em;
}

/* quantity */

.quantity .form-control {
	width: auto;
	text-align: center;
	display: inline-block;
	margin: 0 -5px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.quantity button {
	border-style: solid;
	border-width: 1px;
	height: 34px;
	position: relative;
	background: #fff;
}

/* reviews */

#reviews .start-rating {
	float: right;
}

.commentlist {
	list-style-type: none;
	padding: 0;
}
.commentlist li {
	margin-top: 30px;
	overflow: hidden;
}
.commentlist li:first-child {
	margin-top: 10px;
}
.commentlist .avatar {
	float: left;
}
.commentlist .comment-text {
	padding-left: 84px;
}
.commentlist .meta {
	margin-top: 0;
}
.commentlist .meta span {
	opacity: 0.5;
}

/* product */

.product_title {
	margin: -10px 0 17px;
}

#product-thumb {
	padding: 0 30px;
}
#product-thumb img {
	display: block;
	max-width: 100%;
	margin: 2px auto;
}

.variations {
	margin: 20px 0 15px;
}

.template-product .quantity {
	float: left;
	margin-right: 30px;
}
.template-product .quantity button,
.template-product .quantity .form-control {
	height: 48px;
}

.product-tabs, .product-accordion {
	margin-top: 30px;
}

.template-product .summary .price {
	font-size: 50px;
	display: inline-block;
	overflow: hidden;
}
.template-product .summary .price > * {
	float: left;
	line-height: 50px !important;
}
.template-product .summary .price .amount {
	margin: 0 4px 0 8px;
}

/* related products */

.related {
	margin-top: 50px;
}
.related h2 {
	text-align: center;
	margin-bottom: 30px;
}

/* widgets */

.widget_shopping_cart {
	padding: 30px;	
}
.widget_shopping_cart h3 {
	margin: 0 0 30px;
}
.widget_shopping_cart ul {
	padding: 0;
}
.widget_shopping_cart li {
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 20px;
}
.widget_shopping_cart li img {
	float: left;
	margin-right: 15px;
}
.widget_shopping_cart .quantity {
	display: block;
}

.widget img { width: 80px; }

#map-canvas { height: 400px; margin-bottom: 60px; }


/* COLLECTION
==================================================================*/

.section-header {
  margin-bottom: 20px;
}

.section-header h1 {
	margin-top:0;
}

.active-filter {
  font-weight: bold;
}

/* CART PAGE
==================================================================*/

.cart-separator {
	margin:30px 15px;
	border-bottom:1px solid #cacaca;
}

.cart-heading h4 {
	border-bottom:1px solid #cacaca;
	padding-bottom:10px;
	color:#333;
}

.cart-row h4 {
	color:#333;
}

.cart-contents h3 {
	margin:0 0 5px;
}

/* SEARCH PAGE
==================================================================*/

.search-list hr {
	padding: 10px 15px;
}

/* ACCOUNT PAGES
==================================================================*/

#account h3, #account h4, #account h5,
#addresses h3, #addresses h4, #addresses h5,
.template-customers-order h3, .template-customers-order h4, .template-customers-order h5 {
	color: #333;
}


/* TABLES
==================================================================*/

table.full {
  width: 100%;
  margin-bottom: 1em;
}

th, td {
	border: none;
}

th {
	font-weight: normal;
	font-size: 1.571428em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid; 
	padding: 5px 12px;
	text-align: left; 
}
th:first-child {
	border-left: none;
}

table dl {
	overflow: hidden;
	text-align: left;
	margin: 0;
}
table dt {
	float: left;
	margin-right: 24px; 
}
table h3 {
	margin-top: 10px;
}

table.cart {
	margin-top: 50px;
}
table.cart td {
	padding: 22px 12px;
	text-align: center;
}
table.cart td.product-qty {
	white-space: nowrap;
}

a.remove {
	color: inherit;
	opacity: 0.75;
}
a.remove:hover {
	opacity: 1;
}

.product-remove,
.product-price {
	text-align: center;
}
.product-desc {
	width: 55%;
}

.color-square {
	width: 24px;
	height: 24px;
	display: inline-block;
}
.color-pink { background-color: #fd638f; }
.color-blue { background-color: #63a4fd; }
.color-yellow { background-color: #deeb4a; }

.shop_table td.actions {
	text-align: right;
	padding: 30px 0 40px;
}

.coupon {
	float: left;
}
.coupon h3, .coupon .form-control {
	float: left;
	width: auto;
	margin: 0;
}
.coupon h3 {
	margin: 11px 15px 0 0;
}
.coupon .form-control {
	margin-right: 10px;
}

input[name="update_cart"] { margin-right: 15px; }

.cart-collaterals {
	float: right;
	margin: 10px 0 60px;
}
table.totals {
	border-top-width: 2px;
	border-top-style: solid;
}
table.totals th {
	text-align: right;
	border: none;
}
table.totals td {
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 1.57143em;
}
tr.order-total {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
tr.shipping > * {
	padding-bottom: 15px;
}
tr.cart-subtotal > * {
	padding-top: 15px;
}


/* BREADCRUMBS
==================================================================*/

.breadcrumb {
	background: none;
	padding: 0;
	margin-bottom: 50px;
}

.pagination {
	margin: -30px auto 50px;
}

/* WIDGETS
==================================================================*/

.widget {
	margin-bottom: 45px;
}

.widget-title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin: 0 0 16px;
	padding: 13px 14px 9px;
}

.product-block {
  margin: 10px 0;
  overflow: hidden;
}

.product-block .media {
  border:none;
  margin: 0;
  padding-top: 0;
}

.product-block .compare-price {
	color:#ccc;
	font-size:0.9em;
}

.product-block .price {
	font-size:1.1em;
}

.widget_product_categories a,
.widget_product_brand a,
.widget_product_color a,
.widget_product_size a,
.widget_recent_posts a,
.widget_categories a,
.widget_archives a {
	display: block;
	padding: 7px 14px;
	color: inherit;
}
.widget_product_categories ul > li,
.widget_product_brand ul > li,
.widget_product_color ul > li,
.widget_product_size ul > li,
.widget_recent_posts ul > li,
.widget_categories ul > li,
.widget_archives ul > li {
	position: relative;
}
.widget_product_categories > ul > li:after,
.widget_product_brand > ul > li:after,
.widget_product_color > ul > li:after,
.widget_product_size > ul > li:after,
.widget_recent_posts > ul > li:after,
.widget_categories > ul > li:after,
.widget_archives > ul > li:after {
	content: "\f105";
	position: absolute;
	top: 8px;
	right: 14px;
}
.widget_product_categories ul ul a,
.widget_product_brand ul ul a,
.widget_product_color ul ul a,
.widget_product_size ul ul a,
.widget_recent_posts ul ul a,
.widget_categories ul ul a,
.widget_archives ul ul a {
	padding-left: 26px;
}
.widget_product_categories a:hover,
.widget_product_brand a:hover,
.widget_product_color a:hover,
.widget_product_size a:hover,
.widget_recent_posts a:hover,
.widget_categories a:hover,
.widget_archives a:hover {
	text-decoration: none;
}

.widget ul {
	padding: 0;
	margin: 0;
}

.widget li {
	list-style-type: none;
	padding: 1px 0;
}

.social-profiles {
	padding: 0;
}
.social-profiles li {
	display: inline-block;
}

.free-shipping i {
	float: left;
	margin: -4px 15px 0 0;
}
.free-shipping span {
	font-size: 1.285714em;
}

#footer {
	color: #9a9a9a;
}

#footer .widget {
	margin-bottom: 30px;
}
#footer .widget-title {
	margin-bottom: 24px;
	color: #9a9a9a;
}
#footer .widget_social_profiles .widget-title, #footer .widget_newsletter .widget-title {
	margin-bottom: 15px;
}

/* FORMS
==================================================================*/

#forgot-password {
	margin: 10px 0 10px 90px;
}

.btn,
.btn-group-lg > .btn,
.form-control {
	border-radius: 0; 
}

/* FOOTER
==================================================================*/

#footer hr { 
	margin: 0 0 35px;
}

#footer a {
	color: #01506b;
}

#copyright {
	margin-top: 20px;
	text-align: center;
	padding: 22px 0;
	border-top-width: 1px;
	border-top-style: solid;
}



/* RESPONSIVE
==================================================================*/

@media (max-width: 600px) {

	.ms-skin-default .ms-slide .ms-slide-vpbtn, .ms-skin-default .ms-video-btn, .ms-skin-default .ms-slide .ms-slide-vcbtn, .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev, .ms-skin-default .ms-bullet {
  display:none;
	}

	.ad-banners .banner {
		margin-bottom: 20px;
	}

	.blog-home .post {
		margin-bottom:10px;
		padding-bottom:10px;
	}
	
	.navbar-header a img {
		margin-left:15px;
	}

	.social-sharing i, .social-sharing-blog i {
	  margin-right:0;
	}
}

@media (max-width: 768px) {

	.ad-banners img { margin-bottom: 10px !important; }

	.carousel-indicators { display: none; }

	#product-thumb { margin-bottom: 50px; }

	.ad-banners .banner .banner-overlay {
	  background-color: rgba(0, 0, 0, 0.4);
	  bottom: 20px;
	  font-size: 22px;
	  line-height: 30px;
	  padding: 0 10px 10px 10px;
	  position: absolute;
	  text-align: left;
	  width: 100%;
	}

	.ad-banners .banner .banner-overlay .banner-lg {
  font-size: 36px;
  line-height: 6px;
	}

	.products .title {
		padding-bottom:0;
	}

	#main-nav .logo-text .navbar-brand {
	
	font-family:Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	font-size:30px;
	margin-top:0;
	padding:25px 15px;
}

}

@media (min-width: 768px) {

	#main-nav .navbar-nav > li > a {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 110px;
		height: 110px;
	}

	.product .price { float:right; }

}

@media (max-width: 1200px) {

	.ad-banners img { margin-bottom: 22px; }

}

@media (max-width: 992px) {

	#main-nav .nav > li > a { font-size: 1.142857em; }

	.coupon h3, .coupon .form-control { float: none; display: inline-block; }
	.shop_table td.actions { text-align: center; }

    #checkout footer .footer-newsletter-signup-container .field { width:auto;}
    #checkout footer input[type="submit"] { position:relative !important; }

  
	.actions .coupon {
		float: none;
		display: table;
		margin-bottom: 30px;
		width: 100%;
	}

	.cart-collaterals { float: none; }
	.cart-collaterals table { width: 100%; }
	.cart-collaterals th, .cart-collaterals td { width: 50%; }

	.ad-banners img { margin-bottom: 16px; }

	ul.products .product { text-align: center; }
	.products .title {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px; 
		margin-bottom: 0;
		float: none;
	}
	.products .price {
		padding: 0 0 10px;
		float: none;
		display: block;
	}

	.products-carousel { margin-bottom: 50px; }

	.products-carousel .banner {
		position: relative;
		margin: 0 auto 30px;
		left: auto;
		text-align: center;
	}

	.products-carousel .owl-controls { position: relative; }

}

/*!
 * Social Buttons for Twitter Bootstrap v0.2dev
 *
 * Copyright 2013 Adam Neumann
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */

.btn-facebook {
  color: #ffffff;
  background-color: #133783;
  border-color: #133783;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active {
  color: #ffffff;
  background-color: #0e285f;
  border-color: #0b214e;
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #133783;
  border-color: #133783;
}

.btn-twitter {
  color: #ffffff;
  background-color: #2daddc;
  border-color: #0271bf;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active {
  color: #ffffff;
  background-color: #2095c0;
  border-color: #014d82;
}

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #2daddc;
  border-color: #0271bf;
}

.btn-pinterest {
  color: #ffffff;
  background-color: #d62229;
  border-color: #ab171e;
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active {
  color: #ffffff;
  background-color: #b31c22;
  border-color: #751015;
}

.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #d62229;
  border-color: #ab171e;
}

.btn-google-plus {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: #c53727;
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active {
  color: #ffffff;
  background-color: #ca3523;
  border-color: #92291d;
}

.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: #c53727;
}

.btn-youtube {
  color: #ffffff;
  background-color: #cd332d;
  border-color: #6e0610;
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active {
  color: #ffffff;
  background-color: #ac2b26;
  border-color: #340308;
}

.btn-youtube.disabled,
.btn-youtube[disabled],
fieldset[disabled] .btn-youtube,
.btn-youtube.disabled:hover,
.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-youtube:hover,
.btn-youtube.disabled:focus,
.btn-youtube[disabled]:focus,
fieldset[disabled] .btn-youtube:focus,
.btn-youtube.disabled:active,
.btn-youtube[disabled]:active,
fieldset[disabled] .btn-youtube:active,
.btn-youtube.disabled.active,
.btn-youtube[disabled].active,
fieldset[disabled] .btn-youtube.active {
  background-color: #cd332d;
  border-color: #6e0610;
}

// ==============================================================================
// #Demo Styles - for empty store state
// ==============================================================================
.demo-image {
  background: url('//cdn.shopify.com/s/files/1/0383/9765/t/1/assets/blankslate-producticon.png?4') no-repeat center center #eee;
  display: block;
  text-align: center;
  padding: 100px 0;
  color: #aaa;
  font-size: 0.875em;
  text-decoration: none;
}

.theme-features h4 {
 color:#333; 
}

.theme-features i {
 margin-right:8px; 
}

/* 
   Swatches Styles
*/



.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:50px !important; 
  height:35px !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:35px;
  white-space:nowrap;
  text-transform:uppercase;
  cursor:pointer;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-23px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev { background-color: rgba(254, 197, 52,0.8) }
.ms-skin-default .ms-nav-prev { left:-73px; }
.ms-skin-default .ms-nav-next { right:-73px; }

/*** Checkout Custom Style  ***/

#checkout .footer-widget h3 { margin-top:0;}
#checkout .footer-newsletter-signup-container { margin-bottom:30px !important; width:100%; float:left;}
#checkout .social-icons-container { margin-bottom:6px;  float: left; width: 100%;}
#checkout #footer a { line-height:22.4px;}
#checkout .footer-widget ul { padding-top:3px; }



#checkout .sidebar { padding-top: 12em; }

#checkout input[type="text"],
#checkout input[type="search"],
#checkout input[type="password"],
#checkout input[type="email"],
#checkout input[type="file"],
#checkout input[type="number"],
#checkout input[type="tel"],
#checkout textarea,
#checkout select {
  border: 1px solid #e5e5e5;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 15px;
}
#main-nav .navbar-nav > li > a span { word-break: initial; }
#checkout .navbar-nav .fa-shopping-cart , #checkout .navbar-nav .fa-search { line-height:50px; }
#checkout  #header-fixed .navbar { min-height: 80px; }
#checkout #header-fixed .fa-shopping-cart , #checkout #header-fixed  .fa-search { line-height:76px; }
#checkout .footer-widget  .logo { min-height: 77px; }
#checkout footer .footer-newsletter-signup-container p { padding-bottom:30px; }
#checkout footer .footer-newsletter-signup-container .field { padding:0; }
#checkout footer input[type=submit] { padding:0 6px; line-height: 17px; right: 18px; position: absolute; height: 37px; margin-left: -3px; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; }
#checkout footer input[type=email] { height:37px; width: 180px; margin:0; }
/*#checkout footer .footer-newsletter-signup-container { margin-bottom: 76px; }*/

body#checkout { line-height: 1.42857; }

#sleepy-baby-biological-led-lamp-amp-light-bulbs-lighting-science .related.featured-container{
	display: none;  
}
#sleepy-baby-biological-led-lamp-amp-light-bulbs-lighting-science .container-fluid.related-header{
	display: none;    
}

@media (min-width: 1000px) {
    .page--no-banner  #checkout .main { padding-top: 8em; }
  
   
}

@media (max-width: 1200px) { 

  #header-fixed #main-nav .navbar-nav > li > a { line-height:26px !important; height:40px !important; } 
  #main-nav .navbar-nav > li > a span { line-height:26px; }  

  .navbar-nav > li { float:left; width:100%;}
  .navbar-nav > li.dropdown-menu ul li { border-bottom:1px solid #000; }
  .navbar-collapse .navbar-right { float:left: width:100%;  }
  .navbar-right .dropdown-menu li { text-align:center;} 
  .navbar-right ul.dropdown-menu { width:100% !important; float:left; position:relative !important; text-align:center; }
  
   .navbar-right .dropdown.open .dropdown-menu {display:block !important; }
  .navbar-right .dropdown .dropdown-menu {display:none !important; }
  
}

@media (min-width: 992px) and (max-width: 1340px){
    
   section.parallaxed .sec-container { padding:10% 0 !important; }      
   section.parallaxed { min-height:auto !important; }
   .callout-container { margin:30px 0 40px 0 !important;}
   section.parallaxed h1 { font-size:52px !important;} 
   section.parallaxed h1 span { font-size:52px !important;} 
  .suppliment form .hs_submit { width:100%; float:left; margin:10px 4px; }
  .suppliment form input[type="email"] { width:100%; }
  .social-icons-container a { width:13% !important; }
  .no-sidebar-collection .collection-small-banner { max-width:100% !important;  margin: 40px 0 0 0 !important; }
  
   .variations .row .swatch.clearfix { width:50%; float:left; }
  #header-fixed #main-nav .navbar-nav > li > a { line-height:45px !important; height:40px !important; } 
  #main-nav .navbar-nav > li > a span { line-height:45px; }  

  #about-us-lighting-science #content { margin-top:50px; }
  #light-bulb-amp-lamp-warranties-lighting-science  #content { margin-top:50px; }
  #contact-us-lighting-science #content { margin-top:50px; }
  .featured-container .featured-price { width:100%; text-align:center; }
   #commercial-lighting-purchases-lighting-science #content { margin-top:50px; }
   #lighting-science-customer-service #content { margin-top:50px; }
  #product-recall-lighting-science #content { margin-top:50px; }
  #led-lamp-dimmer-compatibility-lighting-science #content { margin-top:50px; }
  #lighting-science-terms-of-use-led-lights-bulbs-lamps #content { margin-top:50px; }
  #employment-opportunities-lighting-science #content { margin-top:50px; }
  #lighting-quality-assurance-lighting-science #content { margin-top:50px; }
  #lighting-science-privacy-policy-modern-led-lights-bulbs-lamps #content { margin-top:50px; }
  #lighting-science-corporate-governance #content { margin-top:50px; }
  
  .template-product.no-hero .header-container { padding-top:10px; }
  .template-product.no-hero section#content { margin-top: 140px; }
  .template-product.no-hero .prod-details.container-product { margin-top:0 }
  .template-product.no-hero .prod-details.container-product .row { margin-top:0 }
   
  .template-list-collections.no-hero section#content { margin-top:50px; } 
  .template-list-collections #content .products .element .title p { color:#888 !important; }
  .template-list-collections #content .products .element .title h3 a { color:#000 !important; }
  .template-list-collections #content .products .element .title h3 { font-size:16px; } 
  
}

@media (min-width: 768px) and (max-width: 991px){

  footer .container .footer-widget { width:50%;  float:left;}
  .ftl-container { margin-bottom:30px !important; }
  .callout-container { margin:30px 0 40px 0 !important;}
  .articles > article { width:50% !important; float:left;}
  section.parallaxed { min-height:auto !important; }
  section.parallaxed h1 { font-size:44px !important;} 
  section.parallaxed h1 span { font-size:44px !important;} 
  section.parallaxed .sec-container { padding:10% 0 !important; }      
  .home-text-wrapper { padding-top:20% !important; }
  .collection-hero-title-container { margin:192px 0 80px 0 !important;} 
  .hs-button.primary.large { margin:10px 0; } 
  
  .mob-about-column { text-align:center; }
  .mk-blog-thumbnail-item { margin-bottom:0 !important; }
  .std ul { padding-left:0 !important; text-align:center; }
  
  .std h3 { font-size:25px !important; }
  .page-title h1 { text-align:center; }
  #header-fixed #main-nav .navbar-nav > li > a { line-height:25px !important; height:40px !important; }  
  #header-fixed #main-nav .navbar-nav > li > a span { line-height:25px !important; }  
  .products .element { padding-bottom:0 !important; } 
  .content-collection { padding-bottom:0 !important; }

  .featured-home .product .thumbnail { min-height: 300px !important; max-height:300px !important;}
  ul.products .product { width:100%; float:left; }


  .featured-container .title a { text-align:center; width:100%; float:left;}
  .featured-price .price { text-align:center !important; width:100%; float:left; }
  
   .full-hs-form { width:100% !important;  text-align:center; }
  .full-hs-form form { float:none; display:inline-block; max-width:500px;}
  .content-collection .thumbnail a > img { position:relative !important; bottom:0 !important; }
  
  .cart-contents .col-sm-5 .col-sm-4 { padding:0 9px !important;  }
  .cart-subtotal.pull-right {margin-right:0 !important; }
  form .row .col-sm-3 { padding:0 10px; }
  
  .hbspt-form { text-align:left; width:100%;float: left; }
  .hbspt-form input[type="text"],input[type="tel"], input[type="password"], input[type="email"], select, textarea { width:100% !important; max-width:100% !important; } 
  .hbspt-form input[type="tel"]  { min-width:100% !important; }
  .featured-container .featured-price { width:100%; text-align:center; }
  .full-hs-form #hbspt-form-1478840532637 { text-align:center !important; }
  
   #about-us-lighting-science #content { margin-top:50px; }
   #light-bulb-amp-lamp-warranties-lighting-science  #content { margin-top:50px; }
    #contact-us-lighting-science #content { margin-top:50px; }
    #commercial-lighting-purchases-lighting-science #content { margin-top:50px; }
  
   #lighting-science-customer-service #content { margin-top:50px; }
  #product-recall-lighting-science #content { margin-top:50px; }
  #led-lamp-dimmer-compatibility-lighting-science #content { margin-top:50px; }
  #lighting-science-terms-of-use-led-lights-bulbs-lamps #content { margin-top:50px; }
  #employment-opportunities-lighting-science #content { margin-top:50px; }
  #lighting-quality-assurance-lighting-science #content { margin-top:50px; }
  #lighting-science-privacy-policy-modern-led-lights-bulbs-lamps #content { margin-top:50px; }
  #lighting-science-corporate-governance #content { margin-top:50px; }
  
  
  .contact-block .hbspt-form form .hs_submit { margin-top:15px;}
  .ms-skin-default .ms-nav-next {right:-15px; } 
  .ms-skin-default .ms-nav-prev {left:-15px; }
  .template-product.no-hero section#content { margin-top: 90px; }
  .template-product.no-hero .prod-details.container-product { margin-top:0 }
  .template-product.no-hero .prod-details.container-product .row { margin-top:0 }
  .entry-summary #addToCartForm .price #comparePrice { padding-left:25px; }
  .template-product.no-hero .header-container { padding-top:10px; }
  
  .template-list-collections.no-hero section#content { margin-top:50px; } 
  .template-list-collections #content .products .element .title p { color:#888 !important; }
  .template-list-collections #content .products .element .title h3 a { color:#000 !important; }
  .template-list-collections #content .products .element .title h3 { font-size:16px; }  
  
}

@media (min-width: 30px) and (max-width: 767px){
  
	#checkout footer .hbspt-form {  max-width: 90%; float: left; width: 100%; position: relative; }
    #checkout #header-fixed .navbar { min-height: 50px; }
    #checkout .sidebar {  padding-top: 0; }
  
  .callout-container { margin-top:50px; margin-bottom:50px; }
  /*section.parallaxed { min-height: 487px !important; }
  section.parallaxed .sec-container { padding-top: 0; }
  .sec-container h1 { font-size:44px; line-height:50px; }*/
  .products .element { padding-bottom:35px; height: auto !important; }
  .product-hero-text { font-size: 31px !important; line-height:42px;  padding-top:50px; }
  .product-hero-clearfix { height: 50px !important; }
  .product-hero-clearfix.first { height: 100px  !important; }
  .container-product .col-sm-7.summary.entry-summary { padding-left:15px !important ; }
  body .container-product>.row {  margin-top: 0; }
  body .container-product .product_title.lu-product-title { font-size: 27px; line-height:34px; }

  body .social-sharing a.btn { clear: none; width: 60px; }
  body .related-header h2 { padding-left:0; }
  .featured-home  { height: auto  !important; }
  body .featured-home .product .thumbnail { min-height: 0; }
  body .featured-home .product .thumbnail>a { position: relative;  bottom: auto; }
  body .featured-home .product { margin-bottom:0; }
  body .related { margin-top: 0; }
  body .cart-contents div { padding-left:0; padding-right:0; }
  textarea { min-width:0  !important; }
  .content-collection .col-lg-9 > .pull-right { margin:0; width:100%; }
  .featured-home.related-item .image { padding-top:15px !important; }

  .home-para-btn-container { margin-top:80px !important;} 
  .callout-container { margin:30px 0 !important;}
  footer .footer-widget ul li { text-align:center;}
  footer .footer-newsletter-signup-container p { text-align:center; }

  .suppliment form { width:100%; float:left; text-align:center; padding-bottom:30px; }
  .suppliment form > div { display: inline-block;  float: none;  margin-right: -4px;  vertical-align: middle; }
  .suppliment form > div:first-child {  width: 70%;}
  .suppliment .widget-title.logo { text-align:center; width:100%; float:left; margin-bottom:20px !important; }
  .suppliment .widget-title img { float:none; display:inline-block;}
  .suppliment form .hs_submit {float: none; display: inline-block;  margin-right: -4px; width: 30%; margin-top:20.5px;}
  .suppliment form .hs_submit .hs-button { width:100%; }
  .suppliment form input[type="email"] { width:100%}
  .social-icons-container { text-align:center; }
  .social-icons-container a { float: none !important; display: inline-block !important; }

  .featured-container .title { text-align:center; width:100% !important; float:left; margin:15px 0 !important; }
  .featured-container .title h3 a { width:100%; float:left; text-align:center;}
  .featured-container .title .price { text-align:center !important;}
  .product .thumbnail { text-align:center;  }
  .product .thumbnail a { text-align:center;  width:100%; float:left}
  .content-collection .thumbnail a > img { float:none; display:inline-block;  position: relative !important; bottom: 0 !important;}

  .mob-about-column { text-align:center; }
  .mk-blog-thumbnail-item { margin-bottom:0 !important; }
  .std ul { padding-left:0 !important; text-align:center; }
  .std { text-align:center;  }
  .std h3 { font-size:25px !important; }
  .page-title h1 { text-align:center; }

   ul.products .product { margin-bottom:0 !important;}
  .content-collection ul.products .product { margin-bottom:0 !important; } 
  .content-collection { padding-bottom:0 !important; }
  .featured-home .featured-price .price { text-align:center !important; width:100%; }
  .videowrapper  { width:100% ;}
  iframe { width:100% ; float: none; display: inline-block; max-width: 500px;}
  .products .element { padding-bottom:0 !important; } 

  .btn-lu-main { float:none; display:inline-block !important; max-width:250px; }
  .articles.section-2 article { max-width:500px; float:none; display:inline-block; width:100%;  }
  section.parallaxed > .container { margin-top:30% !important;  position:relative !important;  }  
  .popup-play-trigger { padding-top:20px !important; }
  #home-slider .flex-control-nav { top:70px !important; }
  section.parallaxed > .container .row { width:100%; margin:0; }
  .parallaxed .btn-lu-main { margin-top:10px !important; }
  .contact-left h3 { line-height:34px !important;}
   
  .products .thumbnail { text-align:center; }
  .full-hs-form { width:100% !important;  text-align:center; }
  .full-hs-form form { float:none; display:inline-block; max-width:500px;}
  form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input { width:100% !important; }
  
  .template-product .quantity { width:100%; text-align:center; }
  .js-qty { float:none; display:inline-block;}
  .price { width:100%; float:left;  }
  .template-product .summary .price .amount { text-align:center; width:100%; float:none; display:inline-block; }
  .swatch .swatch-element { float:none; display:inline-block;}
  .variations .row { text-align:center; width:100%; margin:0 !important; }
  
  .big-product-btn-container .big-product-btn {  float:none; display:inline-block; width:100%; }
  .com-purchase-container { width:100%; float:left; margin:10px 0; }
  .com-purchase { width:100%; float:left; }
  .com-purchase { text-align:center; }
  .big-product-btn-container .big-product-btn a { width:100%;  max-width:200px; float:none; display:inline-block !important;}
  .big-product-btn-container .big-product-btn input { float:none; display:inline-block !important;}
  .social-sharing {  width:100%; float:left; text-align:center; } 
  .social-sharing a { float:none !important; display:inline-block; }
  .pull-right { text-align:center; width:100%; }
  .clearfix.visible-xs { text-align:center; }
  
  .cart-row .cart-contents { width:100%; text-align:center; float:left; }
  .cart-row .cart-contents .col-xs-6 { width:100%; text-align:center; float:left; }
  .visible-xs { width:100%; float:left; text-align:center; padding-top:10px; }
  .template-cart form .page-title { text-align:center; margin-bottom:0; }
  #your-shopping-cart .row .col-sm-12 p { text-align:center; }
  
  .hbspt-form { text-align:center; width:100%;float: left; }
  .hbspt-form input[type="text"],input[type="tel"], input[type="password"], input[type="email"], select, textarea { width:100% !important; max-width:100% !important; } 
  .hbspt-form input[type="tel"]  { min-width:100% !important; }
  #commercial-lighting-purchases-lighting-science .row .col-sm-12 { text-align:center; }
  
  .swatch { width:100%; float:left; }
  .bp-product-short-description { text-align:center; }
  body .container-product .product_title.lu-product-title  { text-align:center; padding-top:10px; }
      
  #about-us-lighting-science #content { margin-top:50px; }
  #light-bulb-amp-lamp-warranties-lighting-science  #content { margin-top:50px; }
   #contact-us-lighting-science #content { margin-top:50px; }
  #commercial-lighting-purchases-lighting-science #content { margin-top:50px; }
 
  #lighting-science-customer-service #content { margin-top:50px; }
  #product-recall-lighting-science #content { margin-top:50px; }
  #led-lamp-dimmer-compatibility-lighting-science #content { margin-top:50px; }
  #lighting-science-terms-of-use-led-lights-bulbs-lamps #content { margin-top:50px; }
  #employment-opportunities-lighting-science #content { margin-top:50px; }
  #lighting-quality-assurance-lighting-science #content { margin-top:50px; }
  #lighting-science-privacy-policy-modern-led-lights-bulbs-lamps #content { margin-top:50px; }
  #lighting-science-corporate-governance #content { margin-top:50px; }
  
  #header-fixed #main-nav .navbar-nav > li > a { padding-right:0; }
  #home-slider .flex-control-nav { margin-left:15px; }
  .full-hs-form form {  width:100%; }
  .suppliment form {  position:relative;}
   footer .hbspt-form form ul { padding-left: 2px;  position: absolute;  bottom: -10px; }
  #sliderVideoPopup { left:-10px; }
  a#cta_button_453357_64ac9483-2286-4744-89a9-382c9931ecc6 { padding:20px 16px !important;}
  .main-content h2 { width:100%; text-align:center; }
  
  .navbar-right .dropdown.open .dropdown-menu {display:block !important; }
  .navbar-right .dropdown .dropdown-menu {display:none !important; }
  
  /*=-=-=-12-15=--=-*/
  
  .entry-summary #addToCartForm .price #comparePrice { text-align: center; width: 100%; padding-bottom: 10px }
  .template-product.no-hero section#content { margin-top: 50px; }
  .reviews-staging-container .spr-summary {  text-align:center; }
  .reviews-staging-container  { width:100%; }
  .template-product.no-hero .header-container { padding-top:5px; }
  .template-list-collections #content .products .title { text-align:center; width:100%; }
  .template-list-collections #content .products .title h3 a { color:#000 !important;  } 
  .template-list-collections #content .products .element .title h3 { color:#000 !important; text-align:center; width:100%; }
  .template-list-collections #content .products .element .title p { color:#888 !important; }
  .template-list-collections.no-hero section#content { margin-top:40px; }  
  .template-list-collections.no-hero section#content .page-title { font-size:42px; }
  
  
}


@media (max-width: 500px) {
  
  section.parallaxed > .container { margin-top:60% !important; }
  #home-slider .flex-control-nav { top:50px !important; }
  #header-fixed #main-nav .navbar-nav > li > a { line-height:25px !important;  } 
  #main-nav .navbar-nav > li > a span { line-height:25px !important;  } 
}

@media (min-width: 767px) {
  .product-hero-text { font-size: 42px !important; }
  .product-hero-clearfix { height: 80px !important; }
  .product-hero-clearfix.first { height: 150px !important; }
} 

.template-cart section#content { padding-bottom:35px;}

