@charset "UTF-8";
/* CSS Document */

.fix-height .portfolio-image {
	height: 240px;
	overflow: hidden;
	background: #333;
}

.portfolio-image .single {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.portfolio-overlay a {
	width: 100% !important;
	height: 100% !important;
	margin: auto !important;
	position: unset !important;
	background: none;
}

.portfolio-overlay a:hover {
	background: none !important;
}

.portfolio-overlay a span {
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translatex(-50%) translateY(-50%);
	position: absolute;
	
}

.title-bg {
	padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-transparent {
	background-color: transparent;
	margin: 0 0 60px;
	padding: 0px;
}

.relative {
	position: relative;
}

.vertical-center-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.catalog-description h3 {
	margin-bottom: 0;
	text-align: center;
}

.catalog-description img {
	display: block;
	margin: auto;
	width: 50% !important;
}

.caps {
	text-transform: uppercase;
}

.white {
	color: #fff;
}

.white h1, .white h2, .white h3, .white h4 {
	color: #fff;
	text-shadow: 0 5px 10px rgba(0,0,0,.4);
	font-weight: 900;
}

.h1-xl h1{
	font-size: 60px;
}

.gmagic-landing-caption {
	font-size: 24px;
	max-width: 400px;
	margin-left: 60px;
}
	
.gmagic-landing-caption h1 {
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 900;
	line-height: 60px;;
}



@media (max-width: 768px) {
	.gmagic-landing-caption {
		color: #fff;
		text-align: center;
		padding: 20px;
		background: rgba(0,0,0,.5);
		font-size: 15px;
		margin: 0px;
		max-width: none;
	}
	
	.gmagic-landing-caption h1 {
		color: #fff;
		text-shadow: 0 5px 10px rgba(0,0,0,.5);
		font-size: 30px;
		font-weight: 900;
		line-height: 30px;
	}
	
	.title-bg {
		padding: 50px 0;
		background-position: right;
		background-size: cover;
	}
	
	.h1-xl h1{
		font-size: 30px;
	}
}