.social-content .slick-arrow{
	display: none !important;
}


#instafeed{
	padding: 10px 0;
}

.section-content{
	line-height: 1.2;
	text-align: center;
	padding: 40px 0;
	color: #010101;
}

.section-content p{
	font-family: 'Merriweather', serif;
	font-size: 1.125em;
	margin-bottom: 15px;
}

.brand-content{
	position: relative;
	padding-bottom: 0 !important;
}

.brand-content h2 {
	position: relative;
}

.brand-content h2:after{
	content:"\f0dd";
	position: absolute;
	bottom: -54px;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	    font-family: FontAwesome;
	font-size: .5em;
}

.brand-content .wrapper {
	width: auto;
}

.section-content .item p {
	margin-bottom: 0 !important;
}

.brand-list,.item{ box-sizing: border-box; }

.brand-list {
	margin-top: 75px;
	font-size: 0;
}

.brand-list > .item {
	position: relative;
	float: left;
	width: calc(100% / 3);
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.brand-list > .item img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;

	-webkit-transition: .3s ease-in-out opacity;
	-ms-transition: .3s ease-in-out opacity;
	-moz-transition: .3s ease-in-out opacity;
	-o-transition: .3s ease-in-out opacity;
	transition: .3s ease-in-out opacity;
}

.brand-list > .item:hover img{
	opacity: 0;
	-webkit-transition: .3s ease-in-out opacity;
	-ms-transition: .3s ease-in-out opacity;
	-moz-transition: .3s ease-in-out opacity;
	-o-transition: .3s ease-in-out opacity;
	transition: .3s ease-in-out opacity;
}

.brand-list > .item.is-active {
	opacity: 1;
}

/* the slides */
#instafeed .slick-slide {
    padding-right: 10px;
}

#instafeed .slick-slide img{
	display: block;
	width: 100%;
}
/* the parent */
#instafeed .slick-list {
    padding: 0 -10px;
}

.item-brand-logo{
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.about-content{
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	padding: 220px 0;
}

.about-content p,
.social-content p{
	font-size: 1.2em;
}

.about-content h2{
	font-size: 3.4em;
}

.about-content .btn{
	margin-top: 80px;
}
.about-content .wrapper {
	position: relative;
}

.about-content + .section-content{
	padding: 0;
}

.featured-prod > div .content {
	padding: 20px 20px 60px;
	line-height: 1.8;
	border-right: 1px solid #d0d0d0;
}

.featured-prod a{
	text-decoration: none;
}

.featured-prod > div:last-child .content{
	border-right: 0;
}

.featured-prod > div a figure,
.featured-prod > div a h3{
	text-align: center;
	color: #333;
}

.featured-prod > div figure{
	max-width: 320px;
    min-height: 350px;
	margin: 0 auto;
}

.featured-prod > div figure img{
	width: 100%;
	height: auto;
    padding: 10px;
}

.featured-prod > div p{
	color: #666;
	font-size: 0.938em;
	font-family: 'Merriweather', serif;
}

.featured-prod .title-under:hover h3{
	text-decoration: underline;
}

.social-block{
	margin-bottom: 80px;
}

.social-link{
	display: flex;

}

.social-content{
	background: #ED1D33 url('../images/media-img-bg.png') no-repeat;
	background-position: center -130px;
	background-size: cover;
	color: #fff;
	padding: 120px 0 0;
}

.social-content h2{
	font-size: 4.5em;
}

.social-content li {
    width: 33.33%;
}

.social-content ul.social-link{
	padding: 20px 0;
}

.social-content ul.social-link li a{
	color: #fff;
	font-size: 2.5em;
}

.social-img{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}

.social-img li{
	padding: 5px;
}

.social-img li img{
	width: 100%;
	height: auto;
}

.social-img li:last-child{
	margin-right: 0;
}

/* Slick */
.featured-prod .slick-prev,
.featured-prod .slick-next{
	position: absolute;
	height: 100%;
	width: 5%;
	z-index: 2;
	opacity: 0;
}

.featured-prod .slick-prev{
	top: 0;
	left: 0;
}

.featured-prod .slick-next{
	top: 0;
	right: 0;
}
/* Slick */

@media only screen and (max-width: 1279px) {
	.brand-list > .item {
		width: 33.33%;
	}
}

@media only screen and (max-width: 767px){
	.featured-prod > div figure img{
		width: 100%;
		height: auto;
	}

	.featured-prod > div figure{
		/*width: 200px;*/
		margin: 0 auto;
	}

	.brand-list > .item{
		width: 50%;
	}
}

@media only screen and (max-width: 425px){
	.brand-content{
		padding: 25px 20px;
	}
	.section-content p{
		font-size: 1.063em;
	}

	.about-content{
		padding: 210px 0;
	}

	.featured-prod > div figure img{
		width: 100%;
		height: auto;
	}

	.brand-list > .item{
		width: 100%;
	}
}

@media only screen and (max-width: 320px){

	.section-content p{
		font-size: 0.938em;
	}

	.section-content h2{
		font-size: 1.7em;
		padding: 0 20px;
	}
}
