@media only screen and (min-width : 992px) {

	img.logo
	{
		display: block;
		position: relative;
		width: 200px;
	}

	.navbar-nav
	{
		margin-top: 40px;
	}

	h1
	{
		font-size: 16pt;
	}
	.text-block
	{
		height: 200px;
		margin-bottom: 0;
	}
	.text-block-m
	{
		height: 200px;
		margin-bottom: 0;
	}
	.text-block-s
	{
		height: 150px;
		margin-bottom: 0;
	}
	.text-block-xs
	{
		height: 60px;
		margin-bottom: 30px;
	}
	.readmore
	{
		margin-bottom: 0px;
	}
	footer
	{
		background-color: #dadada;
		margin-top: 100px;
		height: 380px;
		width: 100%;
		font-size: 10pt;
		line-height: 1.4em;
		font-weight: 300;
		color: #868686;
	}

	.footer-content
	{
		padding-top: 20px;
		background-color: #ececec;
		height: 340px;
	}

	footer
  {
    height: 400px;
  }

  .footer-content
	{
		height: 360px;
	}

	.map
	{
		display: block;
	}
	.title h6, .title-1column h6
	{
		font-size: 24pt;
	}
	form
  {
    margin-top: 0;
  }
  i.partners
	{
		margin: 0 10px 0 0;
	}
}