#hero-banner {
	width: 100%;
	height: 398px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFFFFF;
}
#hero-banner > .container, #content-break-one > .container, #content-break-two > .container {
	height: 100%;
}
#hero-banner div, #content-break-one div, #content-break-two div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#hero-banner .glyphicon-chevron-down {
	font-size:30px;
	color:#BFC0BB;
	opacity: .7;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 85%;
}
#hero-banner #hero-banner-title-web {
	display: block;
}
#hero-banner #hero-banner-title-mobile {
	display: none;
}

#content-break-one {
	width: 100%;
	height: 300px;
	background: url("../img/brands/bg_gradient.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFFFFF;
	margin-top: 150px;
}
#content-break-one img {
	width: 250px;
}
#content-break-one h2 {
	font-size: 30px;
}

#content-break-two {
	width: 100%;
	height: 560px;
	background: url("../img/brands/bg_gradient.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFFFFF;
}

#hero-banner h1, #content-break-two h2 {
	margin-bottom: 40px;
}

.main-content-title {
	margin: 150px auto 80px auto;
	width: 80%;
}

.section img {
	width: 100%;
}
.section h3 {
	margin: 40px 0px 10px 0px;
}
.section h3.center-align {
	margin-top: 40%;
}

p {
	color: #80807e;
	font-size: 18px;
}

.nav-pills > li {
	float: none;
	font-size: 16px;
	padding: 0px;
}
.nav-pills > li {
	padding: 0px 20px;
}
.nav > li {
	display: inline-block;
}
.nav > li > a {
	padding: 16px 10px 15px 10px;
}
.nav > li > a:focus, .nav > li > a:hover {
	border-radius: 0px;
	background-color: #FFFFFF;
	color: #2e96d3;
}
.nav-pills > li > a {
	float: none;
	font-size: 18px;
	color: #80807e;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.nav-pills > li.active > a, .nav-pills > li.active >a:focus, .nav-pills > li.active > a:hover {
	color: #2e96d3;
	background-color: #FFFFFF;
	border-radius: 0px;
	border-bottom: 4px solid #2e96d3;
}

.circle {
	border-radius: 50%;
	color: white;
	background-color: black;
	width: 30px;
	height: 30px;
	margin: 20px auto;
}
.circle > span {
	position: relative;
	top: 20%;
	transform: translateY(-20%);
	margin: 0 auto;
}

#for-brands-content, #for-consumers-content {
	padding-top: 50px;
	padding-bottom: 50px;
}
#for-brands-content img, #for-consumers-content img {
	max-width: 300px;
}
#for-brands-content hr, #for-consumers-content hr {
	margin-bottom: 0px;
}

.brand-logo {
	width: 80%;
}

#last-sections {
	margin-bottom: 150px;
}

@media (max-width: 992px) {
	#hero-banner {
		background: linear-gradient(to bottom, rgba(96, 101, 96, 0.0), #323532), url("../img/brands/hero-banner-brands-mobile.jpg") no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#hero-banner #hero-banner-title-web {
		display: none;
	}
	#hero-banner #hero-banner-title-mobile {
		display: block;
	}
	#for-brands-content img, #for-consumers-content img {
		max-width: 200px;
	}
	#for-brands-content .col-md-4, #for-consumers-content .col-md-4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section h3.center-align {
		margin-top: 40px;
	}
	.main-content-title, #content-break-one {
		margin: 100px auto 80px auto;
	}
	.main-content-title{
		width: 100%;
	}
	.section div.col {
		margin: 60px 0px;
	}
	#last-sections {
		margin-bottom: 100px;
	}
	.section .col-md-1 {
		padding: 10px 0px;
	}
	.nav-pills > li {
		padding: 0px;
	}
	#content-break-one h2 {
		font-size: 20px;
		line-height: 30px;
	}
}