@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	font-family: "HelveticaNeue", Sans-serif;
	padding-bottom: 100px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.header {
	border-bottom: 1px solid #f1f1f1;
	background-color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.logo {
	float:left;
}

.logo img {
	float:left;
	max-height: 100px;
}

.menu {
	float:right;
	margin-top: 60px;
}


.menu a {
	color:#333;
	text-decoration: none;
	margin-left: 15px;
	float: left;
}
.menu a span {
	display: block;
	width: 0px;
	border-bottom: 1px solid #333;
	transition: all 0.5s;
}
.menu a:hover span {
	display: block;
	width: 100%;
	border-bottom: 1px solid #333;
}

em {
	font-style: italic !important;
}

h1 {
	font-family: "HelveticaNeue", Sans-serif;
font-size: 50px;
font-weight: bold;
text-transform: uppercase;
}


h2 {
	font-family: "HelveticaNeue", Sans-serif;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 10px;
border-bottom: #333 solid 1px;
text-align: center;
}
.partners {
	display: block;
	text-align: center;
}

.partner {
	display: inline-block;
	width: 150px;
	height: 150px;
	border:#ccc solid 1px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.partner:hover {
	border:#333 solid 1px;

}

.partner img {
	width: 100%;
}


.project {
	display: inline-block;
	width: calc(33% - 30px);
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 30px;
}

.project img {
	display: inline-block;
	border:#ccc solid 1px;
	margin-bottom: 0px;
	margin-top: 30px;
	max-height: 550px;
}


.projects .th1, .projects .th2, .projects .th3 {
	display: inline-block;
	width: 100%;
}

.th1 {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	color:#333;
	margin-bottom: 5px;
}

.th2 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	color:#333;
	margin-bottom: 5px;
}

.th3 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	color:#333;
	margin-bottom: 5px;
}



.project:hover img {
	border:#333 solid 1px;

}

.project img {
	width: 100%;
}

.poster {
	display: block;
	border:#ccc solid 1px;
	margin-bottom: 30px;
	margin-top: 0px;
}

.poster img {
	width: 100%;
}

.data .tt {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}


.data  {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}


.btn-play {
	display: inline-block;
	border:#f2f2f2 solid 1px;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 20px;
	color: #333;
	background-color: #f2f2f2;
	font-weight: bold;
}

.btn-play:hover {
	display: inline-block;
	border:#333 solid 1px;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 20px;
	color: #FFF;
	background-color: #333;
	font-weight: bold;
	text-decoration: none;
}

a.back {
	float: right;
	color: #333;
	text-decoration: none;
}

a.back span {
	display: block;
	width: 0px;
	border-bottom: 1px solid #333;
	transition: all 0.5s;
	margin-top: 5px;
	text-decoration: none;
}
a.back:hover span {
	display: block;
	width: 100%;
	border-bottom: 1px solid #333;
	margin-top: 5px;
	text-decoration: none;
}