#logo
{
	width:636px;
	height:263px;

	position: absolute;

	top: 50%;
	left:50%;
	
	margin-top: -150px;
	margin-left: -318px; 

	z-index: 10000;
}

.inner
{
	width:80%;
	margin: 0 auto;

	position: relative;
	top:0;
	left:0;
}

.inner-more
{
	width:60%;
	margin: 0 auto;

	position: relative;
	top:0;
	left:0;
}

.anim
{
	-webkit-transition: all 0.5s ease-in-out;
  	 -moz-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
}


#recent
{
	background-color: #323232;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footerstyle
{
	font-size: 20px;
	margin-top: 32px;
	color:#ffffff;
}

.light
{
	background-color: #272626;
}

.dark
{
	background-color: #484747;
}

.recentContentRight
{
	padding: 60px;
	max-width: 700px;
	color:#9f9e9e;
	font-size: 24px;
}

.recentContentLeft
{
	padding: 60px;
	text-align: right;
}

#cta
{
	color:#fff;
	font-size: 40px;
}

#bs
{
	width: 100%;
	max-width: 432px;
}

#cover
{
	position: absolute;
	width:100%;
	height:700px;
	top:0;
	left:0;
}

/* media queries --------------------------------------------------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

	#logo
	{
		width:636px;
		height:263px;
	
		position: absolute;
	
		top: 50%;
		left:50%;
		
		margin-top: -150px;
		margin-left: -318px; 
	
		z-index: 10000;
	}

	@viewport
	{
  		width: 710px;
	}

	.footerstyle
	{
		font-size: 20px;
		margin-top: 32px;
	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

	#logo
	{
		width:318px;
		height:131px;
	
		position: absolute;
	
		top: 50%;
		left:50%;
		
		margin-top: -75px;
		margin-left: -159px; 
	
		z-index: 10000;
	}

	.footerstyle
	{
		font-size: 12px;
		margin-top: 42px;
	}

	@viewport
	{
  		width: device-width;
	}
}



@media (max-width: 850px)
{
	[class*='col-']
	{
  		float: none;
  		width: 100%;
	}

 	.inner
 	{
		width:90%;
	}

}

@media (min-width: 1140px)
{
 	.inner
 	{
		width:1000px;
	}
}
