body {
	margin-top: 140px;
}

a {
	text-decoration: none;
	color: #505050;
}

a:hover {
	color: #bababa;
}

p {
	margin-bottom: -8px;
}

.wrapper {
	width: 780px;
	margin: 0 auto;
}

.reel {
	position: relative;
	width: 920px;
	margin: 0 auto;
}

.videoloop {
    position: relative;
    float: left;
    width: 444px;
    height: 444px;
}

.videoloop video {
    width: 384px;
    height: 444px;
    position: relative;
    left:30px;
    z-index: 1;
}

.videoloop .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: url(../img/overlay.png);
    opacity: 0.15;

}

.videoloop .border {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    background: url(../img/videoborder_shadow.png);
}

.contact {
	position: relative;
	top: 72px;
	float: right;
	text-align: right;
}

.contact_reel {
	position: relative;
	float: left;
	text-align: left;
}

.title {
	font-family: futura-pt-bold,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:32px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.subtitle {
	position: relative;
	top: -12px;
	font-family: eb-garamond, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.5px;
}

.address {
	position: relative;
	top: -2px;
	font-family: eb-garamond, serif;
	font-weight: 100;
	font-style: normal;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #8a8a8a;
}