@media (max-width: 1180px) {

	.centered {

		padding: 0 30px;
	}

	.centered.slider {

		padding: 0;
	}

	#site-navigation {

		right: 30px;
	}

	#site-navigation ul li {

		margin-left: 30px;
	}

	.case-studies .items {

		margin: 0 -2%;
	}

	.case-studies .item {

		max-width: 29.3333%;
		margin: 0 2%;
	}

	.solutions {

		padding-bottom: 50px;
	}

	.solutions .items {

		margin: 0 -1.5%;
	}

	.solutions .item {

		float: left;
		width: 30.3333%;
		margin: 0 1.5%;
	}
}

@media (max-width: 960px) {


	.who-we-are .col-left {
	
		width: 50%;
		padding-top: 0;
	}

	.who-we-are .col-right {

		width: 40%;
	}

	footer .site-info .col-right section {

		margin-left: 0;
		margin-bottom: 20px;
		display: block;
	}

	.bottom .col-left,
	.bottom .col-right {

		float: none;
		clear: both;
		width: 100%;
		text-align: center;
	}

	.bottom .col-right {

		display: none;
	}
}

@media (max-width: 680px) {

	.solutions .item {

		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}

	.who-we-are-container {

		margin-bottom: 30px
	}

	.who-we-are .col-left,
	.who-we-are .col-right {

		float: none;
		clear: both;
		width: 100%;
	}

	.case-studies {

		margin-bottom: 30px;
	}

	.case-studies-items {

		margin: 0;
	}

	.case-studies .item {

		float: none;
		clear: both;
		max-width: 100%;	
		margin: 0;
		text-align: center;
		margin-bottom: 30px;
	}

	.case-studies .item .tags {

		margin-bottom: 0;
	}

	footer .site-info .col-left,
	footer .site-info .col-right {

		float: none;
		clear: both;
		width: 100%;
		text-align: center;
	}

	footer .site-info .col-right section {

		background: none;
		margin-left: 0;
		padding-left: 0;
		display: block;
	}

	footer .site-info .col-left section.phone,
	footer .site-info .col-left section.mail {

		background: none;
		padding-left: 0;
	}

	footer .site-info .col-left .social {

		float: none;
		clear: both;
		display: inline-block;
		margin-bottom: 20px;
	}
	
}