body.has-brandbar{
	padding-top: 110px;
}

.has-brandbar header{
	height: 110px;
}

.has-brandbar header .container{
	margin-top: 50px;
}

.brand-menu{
	display:none;
	position:absolute;
	top: 0px;
	left: 0px;
	right:0px;
	height: 50px;
	background-color: #F7F7F7;
	font-family: 'Roboto Condensed';
	font-size: 12px;
	line-height: 12px;
	color: rgba(104,104,104,0.70);
	letter-spacing: 0.17px;
	line-height: 16px;
box-shadow: 0px 1px 0px 0px #E4E4E4;
}

.brand-menu a{
	cursor:pointer;
}

.brand-menu .container{
	padding: 17px 0px;
}

.has-brandbar .brand-menu{ 
	display:block;
}

.brand-menu .slide-out{
	top: 51px;
	right: 0px;
	left: 0px;
	background-color: #fff;
	height: auto;
	overflow: hidden;
	max-height: 0px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	z-index: 10000;
	position:absolute;
}

.brand-menu .slide-out .container{
	min-height: 370px;
	margin-top: 0px;
}

.brandBarOpen .brand-menu .slide-out{
	max-height: 550px;
	overflow:visible;
	/* Rectangle 115: */
	background: #FFFFFF;
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.10);
}

.brand-menu .slide-out .brands{
	width: 100%;
	max-width: 600px;
	margin: 50px auto;
	position:relative;
}
.brand-menu .slide-out .brands:after{
	position:absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 1px;
	content: ' ';
	display:block;
	background: #fff;
}
.brand-menu .slide-out .brands:before{
	position:absolute;
	bottom: 0px;
	right: 0px;
	top: 0px;
	width: 0.3%;
	content: ' ';
	display:block;
	background: #fff;
}
.brand-menu .slide-out .brands .brand{
	display:block;
	float:left;
	box-sizing:border-box;
	height: 80px;
	width: 33.3%;
	background-position: 40px 50%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}


.desktop{
	display: inline;
}
.mobile{
	display:none;
}

@media(max-width:600px){
	.desktop{
		display: none;
	}
	.mobile{
		display:inline;
	}
	.brand-menu .slide-out .brands .brand{
		background-position: 20px 50%;
	}
}

@media(max-width:400px){
	.brand-menu .slide-out .brands .brand{
		background-position: 5px 50%;
	}
}

.brand-info{
	max-width: 470px;
	width: 100%;
	margin: 20px auto;
	text-align:center;
	font-family: 'Merriweather';
}
