/* common */
.sns {
	clear:both;
	width:1000px;
	margin:60px auto 20px;
}
	.sns .cont_fb {
		width: 480px;
		float: left;
		border: 1px solid #ecedef;
		border-top: 4px solid #3b5998;
		border-bottom: none;
	}
		.sns .cont_fb h2 {
			padding: 10px 15px;
		}

	.sns .cont_twitter {
		width: 480px;
		float: right;
		border: 1px solid #e6edf0;
		border-top: 4px solid #55acee;
	}
		.sns .cont_twitter h2 {
			padding: 10px 15px;
			border-bottom: 1px solid #ecedef !important;
		}

.cont_instagram {
	width: 1000px;
	margin: 0 auto 60px;
	border: 1px solid #ecedef;
	border-top: 4px solid #dc2380;
}

.sns h2 span, .cont_instagram h2 span {
	float: right;
}
	.sns h2:after, .cont_instagram h2:after {
		content: "";
		clear: both;
		display: block;
	}
	.sns h2 span a, .cont_instagram h2 span a {
		display: inline-block;
		text-indent: -9999px;
		width: 150px;
		height: 35px;
	}

	.sns .cont_fb h2 span {
		background: url(img/icn-fb.png) right 50% no-repeat;
	}
	.sns .cont_twitter h2 span {
		background: url(img/icn-twitter.png) right 50% no-repeat;
	}
	.cont_instagram h2 span {
		background: url(img/icn-instagram.png) right 50% no-repeat;
	}

/* facebook */
.fb_iframe_widget {
	/*
	border: 1px solid #ecedef;
	*/
}

/* twitter */
#twitter-widget-0 {
	/*
	border: 1px solid #e6edf0 !important;
	*/
}

/* instagram */
.cont_instagram h2 {
	padding: 10px 15px;
	border-bottom: 1px solid #ecedef !important;
}

.photos {
	width: 980px;
	overflow: hidden;
	margin: 0 !important;
	padding: 20px 9px;
}

.photos .image {
	width: 128px;
	float: left;
	margin-left: 10px;
}

.photos .image img {
	width: 100%;
}


/* for slider */
.slick-next {
	right: 0;
	padding-left: 10px;
}
.slick-prev {
	left: 0;
	padding-left: 5px;
}

.slick-prev, .slick-next {
	width: 40px;
	height: 100%;
	background: rgba(255,255,255,0.8) !important;
}

.slick-prev:before, .slick-next:before {
	color: #fff;
}

.slick-prev:before {
	content: '';
	display: block;
	opacity: 0.3;
	width: 30px;
	height: 46px;
	background: url("/media/export/cms/nav-arrows.png") left center no-repeat;
}
	[dir='rtl'] .slick-prev:before {
		content: '';
		display: block;
		opacity: 0.3;
		width: 30px;
		height: 46px;
		background: url("/media/export/cms/nav-arrows.png") right center no-repeat;
	}
.slick-next:before {
	content: '';
	display: block;
	opacity: 0.3;
	width: 30px;
	height: 46px;
	background: url("/media/export/cms/nav-arrows.png") right center no-repeat;
}
	[dir='rtl'] .slick-next:before {
		content: '';
		display: block;
		opacity: 0.3;
		width: 30px;
		height: 46px;
		background: url("/media/export/cms/nav-arrows.png") left center no-repeat;
	}