/*.constructionText {
     position: absolute;
     top: 0;
     left: 10%;
     color: #000000;
     margin: 1rem;
}

.constructionText h1 {
     font-size: 1.5rem;
}

/* Large devices (laptops/desktops, 992px and up)
@media only screen and (min-width: 992px) {
     .constructionText {
          left: 15%;
          margin: 3rem;
     }

     .constructionText h1 {
          font-size: 4rem;
     }
}*/

#mainNavigation {
	font-family: "Brandon Text";
	border: 0;
	background: none;
}

#mainNavigation .navbar-nav>li>a {
	padding-left: 6px;
	padding-right: 6px;
}

#mainNavigation .dropdown-menu {
	font-size: 13px;
	box-shadow: none;
	border: none;
	margin-left: 5px;
	/*background-color: 		#fdfdfd;*/
	background: none;
}

#mainNavigation .dropdown-menu li {
	padding-right: 5px;
}

#mainNavigation .dropdown-menu li a {
	background-color: #fdfdfd;
}

#mainNavigation .dropdown-menu li.dropdown-submenu .dropdown-menu {
	margin-left: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
	{
	color: #337f8c;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
	color: #337f8c;
	background: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #337f8c;
	background: none;
}

.dropdown-menu>li>a:link {
	-webkit-tap-highlight-color: #337f8c;
}

#mainNavigation .navbar-header {
	margin-bottom: 15px;
}

@media ( min-width : 768px) {
	#mainNavigation .navbar-header {
		margin-bottom: 0px;
	}
}

.contentSmallBoxesContainer .row div.contentBox .contentBoxImg {
	overflow: hidden;
	height: 90px;
	text-align: center;
}

.contentSmallBoxesContainer .row div.contentBox .contentBoxImg img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.categoryBoxesContainer .contentSmallBoxesContainer .row div.contentBox h2
{
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	overflow: hidden;
	font-family: "Nunito-Light";
	font-size: 10px;
}

.contentSmallBoxesContainer .row div.contentBox {
	padding-bottom: 50px;

	/*text-align: 				center;*/
}


.categoryBoxesContainer .contentSmallBoxesContainer .row div.contentBox
{
	padding-bottom: 0;
}



.contentSmallBoxesContainer .row div.contentBox .subtitle {
	/*text-align: 				left;*/

}

.contentSmallBoxesContainer .row div.contentBox .subtitle a.comparisonListLink,
	.contentSmallBoxesContainer .row div.contentBox .subtitle a.wishListLink
	{
	background-image: url("/website/static/img/list_grey.png");
	background-repeat: no-repeat;
	cursor: pointer;
	padding-left: 15px;
	font-size: 10px;
	line-height: 15px;
}

.contentSmallBoxesContainer .row div.contentBox .subtitle a.comparisonListLink:hover,
	.contentSmallBoxesContainer .row div.contentBox .subtitle a.wishListLink:hover
	{
	text-decoration: underline;
}

.smallBoxesContainer .contentBoxImg {
	border: 1px solid #ccc;
	border-radius: 5px;
}

@media ( min-width : 768px) {
	.smallBoxesContainer .contentBoxImg {
		min-height: 200px;
	}
}

#productBrandFilterContainer ul {
	list-style-type: none;
	padding-left: 0;
}

.content2Columns {
	padding: 10px 0;
}

.content2Columns img {
	max-width: 100%;
}

#detoxyourmusic {
	background-color: #f6f6f6;
	color: #1a1a1a;
}

#detoxyourmusic h2 {
	color: #54b08d;
}
#detoxyourmusic h3 {
	color: #20386d;
}

.aquaLabel {
	width: 90%;
	margin:auto;
}
