@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
	url('ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	url('ProximaNova-Regular.woff') format('woff'),
	url('ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('ProximaNova-Bold.eot');
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
	url('ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
	url('ProximaNova-Bold.woff') format('woff'),
	url('ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
a.def{
	text-decoration: none !important;
	color: inherit !important;
}
.theme_bold{
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
}

.main_title{
	margin-top: 70px;
	margin-bottom: 70px;
}
.main_title h1{
	margin: 0px;
	font-size: 30px;
}

.mc_item_wrap .mc_item{
	padding: 35px;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}
.mc_item_wrap .mc_item:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.mc_item_wrap .mc_item:after{
	will-change: auto;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: 0.3s;
}
.mc_item_wrap .mc_item>div{
	z-index: 1;
}
.mc_item_wrap .mc_item .inner{
	will-change: auto;
	font-size: 54px;
	color: rgb(255,255,255);
	position: absolute;
	top: 0%;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	transition: 0.3s;
	opacity: 1;
	transform: scale(1);
	text-transform: uppercase;
}
.mc_item_wrap:nth-child(2n-1){
	padding-right: 5px;
}
.mc_item_wrap:nth-child(2n){
	padding-left: 5px;
}
.mc_item_wrap:nth-child(1) .mc_item{
	background-color: #232323;
}
.mc_item_wrap:nth-child(2) .mc_item{
	background-color: #a01f1b;
}
.mc_item_wrap:nth-child(3) .mc_item{
	background-color: #b31217;
}
.mc_item_wrap:nth-child(4) .mc_item{
	background-color: #555556;
}
.mc_item_wrap .mc_item .logo {
	padding-left: 85px;
	background-image: url(../images/logo_mini.png);
	background-size: 62px auto;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	line-height: 85px;
}

.mc_item_wrap .mc_item .outer{
	will-change: auto;
	font-size: 24px;
	color: rgb(255,255,255);
	position: absolute;
	left: 0px;
	bottom: 35px;
	opacity: 0;
	transform: scale(0.75);
	padding: 35px 35px 0px 35px;
	transition: 0.3s;
}
.mc_item_wrap .mc_item .outer .out_title{
	margin-bottom: 36px;
	font-size: 36px;
	font-weight: 600;
	text-transform: none;
}
.mc_item_wrap .mc_item .outer .out_text{

}
.mc_item_wrap .mc_item:hover:after{
	opacity: 1;
}
.mc_item_wrap .mc_item:hover .inner{
	transform: scale(0.25);
	top: -25%;
	opacity: 0;
}
.mc_item_wrap .mc_item:hover .outer{
	opacity: 1;
	transform: scale(1);
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
	.mc_item_wrap:nth-child(2n-1),
	.mc_item_wrap:nth-child(2n){
		padding-left: 15px;
		padding-right: 15px;
	}
	.mc_item_wrap .mc_item{
		padding: 25px;
	}
	.mc_item_wrap .mc_item .inner {
		font-size: 45px;
	}
	.mc_item_wrap .mc_item .logo {
		padding-left: 70px;
		line-height: 68px;
		background-size: 55px auto;
	}

	.mc_item_wrap .mc_item .outer{
		font-size: 16px;
		padding: 25px 25px 0px 25px;
	}
	.mc_item_wrap .mc_item .outer .out_title {
		margin-bottom: 12px;
		font-size: 21px;
	}
}

@media (max-width: 767px) {
	body{
		padding-bottom: 155px;
	}
	.main_title {
		margin-top: 35px;
		margin-bottom: 35px;
		text-align: center;
	}
	.main_title h1{
		font-size: 25px;
	}
	.main_title h1 span{
		display: block;
	}
	.mc_item_wrap:nth-child(2n-1),
	.mc_item_wrap:nth-child(2n){
		padding-left: 15px;
		padding-right: 15px;
	}
	.mc_item_wrap .mc_item{
		padding: 25px;
	}
	.mc_item_wrap .mc_item .inner {
		font-size: 36px;
	}
	.mc_item_wrap .mc_item .logo {
		padding-left: 58px;
		line-height: 56px;
		background-size: 42px auto;
	}
	.mc_item_wrap:nth-child(3) .mc_item{
		background-color: #555556;
	}
	.mc_item_wrap:nth-child(4) .mc_item{
		background-color: #b31217;
	}
	.mc_item_wrap .mc_item .outer{
		font-size: 14px;
		padding: 25px 25px 0px 25px;
	}
	.mc_item_wrap .mc_item .outer .out_title {
		margin-bottom: 12px;
		font-size: 18px;
	}
	.mc_item_wrap .mc_item .inner,
	.mc_item_wrap .mc_item .outer{
		transition: 0.3s 0.3s;
	}
	.mc_item_wrap.active .mc_item .inner,
	.mc_item_wrap.active .mc_item .outer{
		transition: 0.3s 0s;
	}
	.mc_item_wrap .mc_item:after{
		transition: 0.3s 0.3s;
	}
	.mc_item_wrap.active .mc_item:after{
		transition: 0.3s 0s;
	}
	.mc_item_wrap .mc_item:hover:after{
		opacity: 0;
	}
	.mc_item_wrap .mc_item:hover .inner{
		transform: scale(1);
		top: 0%;
		opacity: 1;
	}
	.mc_item_wrap .mc_item:hover .outer{
		opacity: 0;
		transform: scale(0.75);
	}

	.mc_item_wrap.active .mc_item:after{
		opacity: 1;
	}
	.mc_item_wrap.active .mc_item .inner{
		transform: scale(0.25);
		top: -25%;
		opacity: 0;
	}
	.mc_item_wrap.active .mc_item .outer{
		opacity: 1;
		transform: scale(1);
	}
}

@media (min-width: 666px) and (max-width: 768px) and (orientation: landscape) {
	.mc_item_wrap{
		float: left;
		width: 50%;
	}
	.mc_item_wrap .mc_item{
		margin-bottom: 30px;
	}
}
