/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 960px) {

	/* ----------------------------------
	#. Top Header
	---------------------------------- */
	
	.top-header .contact {
		float: right;
	}
	
	.top-header .social {
		display: block;
		float: left;
	}
	
	/* ----------------------------------
	#. Header
	---------------------------------- */
	
	.header {
		padding: 25px 0 100px;
	}
	
		.header .logo {
			float: left;
		}
	
	.header .mobile-navigation {
		display: none;
	}
	
	.header .navigation {
		display: block;
	}
	
	/* ----------------------------------
	#. Content
	---------------------------------- */
	
	.content-inner {
		padding: 30px 50px;
	}

	/* ----------------------------------
	#. Services
	---------------------------------- */

	.services ul li {
		float: left;
		width: 283px;
		margin-right: 50px;
	}

		.services ul li.last {
			margin-right: 0;
		}
		
	/* ----------------------------------
	#. Footer
	---------------------------------- */
		
	.footer ul li {
		float: left;
		width: 200px;
		margin-right: 50px;
		margin-bottom: 0;
	}
}