@media only screen and (max-width:767px)
{
		
/******************************************************************************/
/*  Twitter Carousel														  */
/******************************************************************************/

	.twitter-carousel,
	.twitter-carousel ul,
	.twitter-carousel ul li,
	.twitter-carousel ul li p
	{
		height:120px;
	}

/******************************************************************************/
/*  Click here																  */
/******************************************************************************/
				
.click-here
{
	top:-35px;
	left:0px;
	width:95px;
	height:31px;
	background-image:url('../../media/image/public/click_here_arrow_small.png');
}

/******************************************************************************/
/*	Button																	  */
/******************************************************************************/

a.link-button
{
	margin-top:10px;
}

/******************************************************************************/
/*  Header																	  */
/******************************************************************************/
	
.page-header *
{
	float:right;
	margin-bottom:2px;
}

/******************************************************************************/
/*	Contact details															  */
/******************************************************************************/

div.contact-details-box .layout-p-50x50>.column-right
{
	margin-top:10px;
}

}