h3  {
	font-size:145px;
	padding:120px 0;
	line-height:145px;
}

.site-content {
	top:512px;
}

/* SERVICES /////////////////////////////////////////////////////////////*/

.services li {
    margin: 2.4%;
    width: 40%;
}

.services li span img {
    height: auto;
    width: 75%;
}

/* TAFF /////////////////////////////////////////////////////////////////*/


.grid_1
 {
	display:inline;
	float: left;
	position: relative;
	margin: 0;
	width:33.3%;
}




/* TABLET PORTRAIT //////////////////////////////////////////////////////*/
html.tablet {
	font-weight:300;	
}
html.tablet h3 {
	font-weight:100;
}
/* PORTRAIT */
html.tablet.portrait h2 {
	font-size:16px;
	line-height:20px;
	padding:26px 0 0 14px;
}


html.tablet.portrait h3 {
	padding:145px 0;
}

html.tablet.portrait .nav-menu li a {
	font-size: 36px;
	line-height: 55px;
	padding-left:50px;
	text-decoration: none;
	font-weight:300;
}

html.tablet.portrait h5 {
	font-size:22px;
	padding:0;
	font-weight:300;
	line-height:23px;
	margin:0;
}

html.tablet.portrait .site-header {
    height: 166px;
    padding-top: 16px;
    position: relative;
    top: 0;
    width: 100%;
}

html.tablet.portrait .site-title {
    background: rgba(0, 0, 0, 0) url("../img/logo_big.png") repeat scroll 0 0;
    float: left;
    height: 120px;
    margin-top: 8px;
    text-align: left;
    width: 120px;
}

html.tablet.portrait .site-content{
	top:542px;	
}

/* CONTACT //////////////////////////////////////////////////////////////////////////*/
.contact_container iframe{
	width:100%;
	height:920px;
	overflow:visible;
}

/* Showreel */
.showreel{
	width: 100vw;
	height: 600px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.showreel iframe{
	width: 80%;
	height: 80%;
}