@charset "utf-8";

/* mou_horizon_slider style*/
.mcc-wrapper {
	position: relative;
	padding: 0 10px 30px;
}
.mcc-content-ready {
	overflow: hidden;
	height: 80px;
	background: #fff url('img/loading3.gif') no-repeat 50% 50%;
	background-size: auto 100px;
}
.mcc-content-ready .mcc-item {
	display: none;
}
.mcc-ltem-content {
	display: block;
	padding: 0 5px;
}
.mcc-item-empty {
	color: #606060;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.mcc-ctrls-btn {
	position: absolute;
	top: 50%; 
	width: 24px; height: 70px;
	margin-top: -35px;
	background: url('img/slider_circle_btn.png') no-repeat 0 50%;
}
.mcc-ctrls-prev {
	left: -15px;
}
.mcc-ctrls-next {
	right: -15px;
	background-position: -24px 50%;
}

#mccPager {
	position: absolute;
	left: 0; bottom: 0; right: 0;
	height: 20px;
	text-align: center;
}
#mccPager .pager {
	display: inline-block;
	width: 10px; height: 10px;
	margin: 0 2px;
	background-color: #fafafa;
	border-radius: 5px;
	transition: background 0.3s;
}
#mccPager .pager:hover, 
#mccPager .pager.cycle-pager-active {
	background-color: #aaa;
}
/* main-styling */
	.main-mou .main-sec-content {
		text-align: center;
	}
	.mou-list .mou-item .link {
		display: block;
		padding: 0 1%;
	}
	.mou-list .mou-item .thumb {
		position: relative;
	}
	/*
	.mou-list .mou-item .thumb:after {
		content: '';
		background-color: rgba(0, 0, 0, 0);
		transition: background 0.5s;
	}
	.mou-list .mou-item .link:hover .thumb:after {
		position: absolute;
		z-index: 2;
		top: 0; right: 0; bottom: 0; left: 0;
		background-color: rgba(0, 0, 0, 0.3);
	}
	*/
	.mou-list .mou-item .more {
		position: absolute;
		z-index: 3;
		top: 50%; left: 50%;
		width: 100px; height: 30px;
		margin: -15px 0 0 -50px;
		color: #fff;
		font-size: 15px;
		line-height: 30px;
		text-align: center;
		border: 1px solid #fff;
	}
	.main-styling .styling-btn {
		display: inline-block;
		width: 13em;
		margin-top: 50px;
		color: #444;
		font-size: 16px;
		letter-spacing: -0.05em;
		line-height: 1.6;
		text-align: center;
		border: 1px solid #444;
		padding:10px 0;
	}
/*-main-styling */