
/*
**
** SPLASH */

.card-1 {
	/*max-width: 65%;*/
	margin: 1rem auto 1rem auto;
}

.splash {
	padding: 4rem 1rem;
	background-size: cover !important;
	background-position: center !important;
	color: #e93f33;
	min-height: 300px;
}

.splash i {
	background: rgba(255, 255, 255, 1);
	padding: 20%;
	display: table;
	line-height: 0;
	margin: 0 auto 1rem auto;
	border-radius: 50%;
	/*font-size: 4rem;*/
	text-shadow: none;
}

.splash h3,
.splash p {
	color: #fff;
	/*line-height: 1.4*/
}

.splash h3 {
	font-weight: 400;
	/*font-size: 1.3rem;*/
	/*letter-spacing: 0.01rem;*/
	color: #fff !important;
}

.splash h4 {
	color: #fff !important;
	font-weight: 400;
	margin-top: 3rem;
}

.splash p {
	margin: 0 auto 3rem auto;
	/*line-height: 1.2;*/
}


/*
**
** Whats New */

.whatsnew {
	text-align: left;
}

.whatsnew ul {
	text-align: center;
}

.whatsnewFirstUl {
	margin: 1rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/*height: 100px;*/
}

.whatsnew ul li {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	line-height: 0;
	/*font-size: 1.8rem;*/
	font-weight: 600;margin: 15px 0;
}

.whatsnew ul li:first-child {
	text-transform: uppercase;
	font-weight: bold;
}

.whatsnew ul li:last-child {
	border-right: none !important;
}

.whatsnew ul li a {
	color: rgba(255, 255, 255, 1)!important;
	/*letter-spacing: -0.01rem;*/
}

.whatsnew ul li a:hover {
	color: rgba(255, 255, 255, .5);
}

.whatsnew i {
	border: none !important;
	background: none !important;
	padding: 0 !important;
	display: inline !important;
	line-height: 0;
	margin: 0 auto 1rem auto;
	/*font-size: 1.5rem !important;*/
	position: relative;
	top: 2px;
}

.newsButton {
	padding: .78em 1.56em;
	/*font-size: .8em;*/
	font-weight: bold;
	color: #fff!important;
	background: #e93f33;
	border-radius: 40px;
	text-transform: uppercase;
	border: 1px solid #fff;
	transition: .2s;
	margin-top: 1rem;
	position: relative;
	z-index: 100;
}

#moreBtn {
	font-weight: bold;
	/*font-size: 1.5rem;*/
	color: #fff!important;
}

#moreBtn:hover {
	color: #e93f33!important;
}

.newsButton.small {
	padding: .5em .7em;
	background: rgba(255, 255, 255, .2);
}

.newsButton:hover {
	background: rgba(255, 255, 255, 1);
	color: #e93f33!important;
	border: 1px solid #e93f33;
	text-decoration: none;
}

.newsButton:hover i {
	color: #e93f33!important;
}

.newsButton:hover .smallLink {
	color: #00aeef!important;
}

.smallLink:hover {
	color: color: #368!important;
}

.newsButtonContain {
	margin: 3rem 0 -1.4rem 0;
}
.splash {
    margin: 0 0 3rem 0;
}
.splash h1, .splash h2 {  color:#fff; /*letter-spacing: 0;*/ }
.whatsnew { border-top: 1px solid rgba(255,255,255, 1); }

.tres {
		display: inline-block;
		width: 29%;
	}
	.tres i {
		font-size: 3rem;
		transition: all .1s ease-in-out;
	}
	.tres:hover {
		text-decoration: none !important;
	}
	.tres:hover i {
		transform: scale(1.075);
	}

/*
**
** RESPONSIVE */
@media (min-width: 1178px) {
	#last {
		margin-top: 1rem;
	}
}
@media (max-width: 767px) {
	.tres {
		width: 60%;
	}
	.cards {
		flex-direction: column;
		align-items: center;
	}
	.container,
	.cards,
	.card-1 {
		min-width: 100% !important;
	}
	.splash {
		background: linear-gradient(to left, rgba(255, 165, 0, .95) 5%, rgba(246, 67, 126, .25) 70%);
		padding: 4rem 0 0 0;
		text-align: center;
		background-size: cover;
		background-position: center top;
		color: #e93f33;
	}
	/*.splash i {
		line-height: 0;
		display: table;
		margin: 0 auto 1rem auto;
		text-align: center;
		font-size: 2.5rem;
		padding: 2rem;
		border-radius: 50%;
	}*/
	.cards.card-1 {
		margin-top: 2rem;
	}.whatsnewFirstUl {
	padding:0;
}
}



