#teamoffice_zoom
{
}
#teamoffice_zoom .commons_wrap::after
{
	content: 			" ";
	display: 			block;
	clear: 				both;
}

#teamoffice_zoom .commons_wrap
{
	background-color: 	#f4f4f4;
	padding:          	0 5%;
}

/*#teamoffice_zoom*/
/*{*/
	/*background-color:  		#f2f2f2;*/
/*}*/
/*#teamoffice_zoom .commons_wrap*/
/*{*/
	/*max-width:  			1200px;*/
	/*margin:  				0 auto;*/
	/*!*padding:   				60px 0;*!*/
/*}*/
/*#teamoffice_zoom .commons_wrap::after*/
/*{*/
	/*content: 			" ";*/
	/*display: 			block;*/
	/*clear: 				both;*/
/*}*/

#teamoffice_zoom_main
{
	float: 				left;
	width:				70%;
}

#teamoffice_zoom_context
{
	float: 				right;
	width:				30%;
	padding-left:  		30px;
	/*padding-top:  		170px;*/
}

ul#teamoffice
{
	margin:  		0;
	padding:  		0;
}

/*************************************
 * Main Part
 *************************************/
#teamoffice_zoom_title h1
{
	padding:  			110px 0;
	padding-bottom:  	40px;
	text-transform:  	uppercase;
}

#teamoffice_zoom_main_image img
{
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	border-radius:			6px;
}

#teamoffice_zoom_main_introduction
{
	padding:  				60px 60px;
	line-height:  			1.8;
	font-weight:  			300;
	text-align:  			justify;
}


#teamoffice_zoom_bottom
{

}
#teamoffice_zoom_bottom h2
{
	margin:  				0;
	margin-left:  			60px;
	padding:  				50px 0;
}


@media only screen /* Smartphone Horizontal */
and (max-width : 900px)
{
	#teamoffice_zoom_title
	{
		margin:  			0 20px;
		text-align:  		center;
	}
	#teamoffice_zoom_main,
	#teamoffice_zoom_context
	{
		float: 				none;
		width:				auto;
		padding-top:  		0;
		padding:  			10px 0;
	}

	#teamoffice_zoom_main_introduction
	{
		padding:  			20px 0;
	}

	#teamoffice_zoom_bottom h2
	{
		text-align:   		center;
		padding:  			30px 0;
		margin:  			0;
	}
	#teamoffice_zoom_bottom
	{
		padding:  			0;
	}
	#teamoffice_zoom_bottom .commons_wrap
	{
		padding-bottom:  	40px;
	}
}