body, html {
	height: 100vh;
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
}

.header-trivgroup,
.footer-trivgroup {
	background-color: #f0f0f0;
	position: relative;
	height: 26%;
	width: 100%;
}

.main-content {
	background: #fff;
	position: relative;
	height: 48%;
	width: 100%;
}

.text-area {
	min-height: 100px;
	text-align: center;
}

.trivgroup_logo {
	z-index: 99;
	margin-left: 10px;
}

@media screen and (max-height: 768px) {
	.trivgroup_logo {
		width: 210px;
	}
}

@media screen and (max-height: 400px) {
	.trivgroup_logo {
		display: none;
	}
}

.text-uppercase {
	text-transform: uppercase;
}

.texto-cinza {
	color: #8b8a8f;
}

.text-trivglass, .text-trivbuild {
	font-size: 3em;
	font-size: 3vw;
	letter-spacing: 1em;
	
	font-weight: bold;
	
}

.text-trivglass {
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.text-trivbuild,
.text-trivmetal {
	color: #c8c8c8;
}

.triv-texto {
	font-size: 14px;
}

.footer-trivgroup p {
	color: #000;
	text-align: left !important;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.footer-trivgroup a {
	color: #000;
}

.content {
	overflow: hidden;
}

.triv-brands > a {
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}

.triv-brands > a:hover {
	background: #f0f0f0;
}

@media screen and (max-width: 768px) {
	.uk-container {
		padding: 0;
	}

	.triv-brands {
		padding: 10px 0;
	}

	.main-content {
		height: auto;
	}

	.triv-brands {
		height: 200px;
		width: 100%;
	}

	.contacts-block {
		height: 66px;
	}

	.contacts-block .content {
		width: 46%;
	}

	.uk-panel-teaser img {
		width: 180px;
	}

}