
body {
	margin: 0;
	background-color: #080808;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
}
.main {
	float: left;
/* 		position: absolute; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
/* 	width: 600px; */
/* 	height: 1024px; */
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;

	opacity: 0.8;
}
.main {
	height: 660px;
}
.main img {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.main .logo {
	width: 80%;
	height: 80%;
}


.main video,
.main picture {
	min-width: 100%;
	min-height: 100%;

	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}

.main .btns {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	display: table;

	text-align: center;
	color: #FFF;
	width: 50px;
}
.main .btns img {
	width: 50px;
	height: 50px;
/* 		margin-top: 10px; */
	animation: colorChange 3s infinite;
}
@keyframes colorChange {
	0% {opacity: 0}
	50% {opacity: 1}
	100% {opacity: 0}
}

.section {
	float: left;
	width: 100%;
	min-height: 500px;
	min-height: 300px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.section .title {
	float: left;
	width: 100px;
	font-size: 48px;
	margin-left: 40px;
	margin-top: 40px;
	font-weight: 100;
	color: #FFF;
}
.eblasts {
	float: right;
	width: 80%;
	width: calc(100% - 140px);
	display: table;
	text-align: left;
}

.eblasts .item,
.eblasts .item a:LINK,
.eblasts .item a:HOVER,
.eblasts .item a:VISITED,
.eblasts .item a:ACTIVE {
	text-decoration: none;
}
.eblasts .item {
	width: 560px;
	width: 360px;
	height: 466px;
	-moz-border-radius: 42px;
	border-radius: 42px;
	overflow: hidden;
	border: -1px solid #000;

	margin-right: 40px;
	margin-bottom: 40px;
	color: #b09971;
	display: inline-block;

	width: 18%;
	width: calc(20% - 40px);
	width: calc(25% - 40px);
	height: auto;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}
.eblasts .item:HOVER {
	transform: scale(1.11);
}
.eblasts .item .preview {
	width: 100%;
	background-color: #000;
}
.eblasts .item .etitle {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	
	font-size: 24px;
	border-top: 1px solid #fbfbfb;
	font-weight: 400;
	padding-top: 40px;
}
.eblasts .item .esubtitle {
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width: 1600px){
	.eblasts .item {
		width: 100%;
		width: calc(30% - 15px);
	}
}
@media screen and (max-width: 1024px){
	.eblasts .item {
		width: 100%;
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 640px){
	.main .logo {
		width: 95%;
		height: 95%;
	}
}
video source { width: 100%; height: auto; }

.footer {
	width: 100%;
	text-align: center;
	padding-top: 100px;
	color: #FFF;
	padding-bottom: 8px;
	font-size: 12px;
}
.footer a:LINK,
.footer a:HOVER,
.footer a:VISITED,
.footer a:ACTIVE {
	color: #fafafa;
}

.brief {
	float: left;
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding-top: 104px;
	padding-bottom: 40px;
	color: #c0a980;
}
.brief .txt {
	width: 80%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.brief .txt h1 {
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 50px;
	font-size: 40px;
	padding-bottom: 0;
}
.brief .txt h2 {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 36px;
	font-size: 26px;
	margin-top: -20px;
}
.brief .txt .details {
	font-size: 20px;
	font-weight: 400;
	padding-top: 40px;
	padding-bottom: 80px;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 190%;
	max-width: 760px;
}

.colgato {
	width: 500px;
}
.colgato img {
	width: 100%;
}

.colgato td {
	position: relative;
/* 	background-color: #4c4c4c; */
}

.colgato .spacer {
/* 	background: none; */
}
.colgato .spacer.h {
	width: 100%;
	height: 10px;
	min-height: 10px;
	max-height: 10px;
}
.colgato .spacer.v {
	height: 100%;
	width: 10px;
	min-width: 10px;
	max-width: 10px;
}

.grid {
	width: 100%;
	height: 900px;
	margin-bottom: 50px;
}
.grid_col1 {
	float: left;
	height: 900px;
	width: 100%;
	max-width: 660px;

	background-size: cover;
	background-position: center center;
}
.grid_item {
	position: relative;
	float: left;
	height: 50%;
	width: 50%;
	width: calc(25% - 1px);
	margin-right: 1px;
	margin-bottom: 1px;

	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.grid_title {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: #FFF;
	color: #000;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.grid_item.tallphoto {
	background-position: top center;
}
.grid_item.fullwidth {
	width: 50%;
}

/* 
@media screen and (max-width: 1750px) {
	.grid {
		float: left;
		height: auto;
		width: 100%;
		display: table;
	}
	.grid_col1 {
		float: left;
		width: 50%;
	}
	.grid_col1 img {
		width: 100%;
	}
	.grid_item {
		display: table-cell;
		float: left;
		width: 50%;
		width: calc(50% - 2px);
		height: 450px;
	}
	.grid_item.fullwidth {
		float: left;
		width: 100%;
		height: 500px;
	}
}
*/
@media screen and (max-width: 1650px) {
	.grid {
		float: left;
		height: auto;
		width: 100%;
		display: table;
	}
	.grid_col1 {
		width: 100%;
		max-width: 100%;
		height: auto;
		text-align: center;
	}
	.grid_col1 img {
		width: 100%;
		height: auto;
	}
	.grid_item {
		display: table-cell;
		float: left;
		width: 45%;
		width: calc(50% - 2px);
		height: 450px;
	}
	.grid_item.fullwidth {
		float: left;
		width: 100%;
		height: 500px;
	}
}
@media screen and (max-width: 680px) {
	.grid_item {
		width: 50%;
	}
	.grid_item,
	.grid_item.fullwidth {
		height: 350px;
	}
}
@media screen and (max-width: 580px) {
	.grid_item,
	.grid_item.fullwidth {
		height: 250px;
	}
	.grid_title {
		font-size: 16px;
	}
}