/* pc platform */
@media (min-width:701px) 
{
	.ContainerMap
	{
		position:absolute;
		width:50%;
		height:95%;
		right:0px;
	}
	
	.ContainerItemContact 
	{
		position:relative;
		left:30px;
		top:0px;
		width:900px;
		height:400px;
	}
	
	.ContactsTable
	{
		position:relative;
		width:50%;
		left:25%;
	}
}


/* mobile platform */
@media (max-width:700px) 
{
	.ContainerMap
	{
		position:relative;
		width:100%;
		height:250px;
	}
	
	.ContainerItemContact
    {
        position:relative;
        left:5%;
        top:0px;
        width:90%;
    }

	.ContainerItemTextOnly
	{
		position:relative;
		left:5%;
		top:0px;
		width:90%;
	}
	
	.ContactsTable
	{
		position:relative;
		width:96%;
		left:2%;
	}
}

.Column1
{
	width:25%;
}

.Column2
{
	width:25%;
}