.brandsSection {
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    padding: 45px 0 45px 0;
}

.brandsSection h2:after { 
	width: 300px;
    content: " ";
	background-image:url('/Contents/images/generalUi/after_line.png');
	background-repeat: no-repeat;
	background-position: left;
    position: absolute;
    right: -11.5em;
    top: 0.2em;
    height:20px;
}
.brandsSection h2:before { 
	width: 300px;
    content: " ";
	background-image:url('/Contents/images/generalUi/before_line.png');
	background-repeat: no-repeat;
	background-position: left;
    position: absolute;
    left: -11.5em;
    top: 0.2em;
    height:20px;
}

.brandsSection .content { width: 80%; }

.brandsPlace {
	/*color: white;*/
	text-align: center;
	font-family: 'byekan', sans-serif;
	width: 100%;
	/*padding: 130px 0 150px 0;*/
}
.brandsItems { }

.brandsItems img { margin: 20px 0 0 20px; }

/*---------------------BLOG SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.brandsSection .content { width: 100%; }
    .brandsSection h2:before { width: 0px; }
	.brandsSection h2:after { width: 0px; }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.brandsSection .content { width: 100%; }
    .brandsSection h2:before { width: 0px; }
	.brandsSection h2:after { width: 0px; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

}