/* 2013-07-10 18:31 */
/* -----------------------------------------------
## General Stuff McDuff
## ----------------------------------------------- */
html {
	background: #15181B url('../_img/bg.png');
}
body {
	border-bottom: 3px solid #F9AE07;
}

/* extra backgrounds if desktop */
@media only screen and (min-width: 960px) {
	#canvas {
		background: url('../_img/bg-1.png') no-repeat 0 400px,
					url('../_img/bg-2.png') no-repeat 103% -40px,
					url('../_img/bg-3.png') no-repeat 0 1900px,
					url('../_img/bg-4.png') no-repeat 160% 1000px,
					url('../_img/bg-5.png') no-repeat 0 3150px,
					url('../_img/bg-6.png') no-repeat 110% 2600px,
					url('../_img/bg-7.png') no-repeat -150px 4000px,
					url('../_img/bg-8.png') no-repeat 110% 4000px,
					url('../_img/bg-9.png') no-repeat -100px 5400px,
					url('../_img/bg-10.png') no-repeat 95% 105%;
	}
}

#header,
section {
	clear: both;
}
.centralizer { display: inline-block; width: 1px; height: 100%; margin-left: -1px; vertical-align: middle; }
.centralizer + div { display: inline-block; vertical-align: middle; }
#show-nav {
	display: block;
	padding-top: 10px;
	clear: both;
}
.row {
	padding-bottom: 100px;
}
.highlight {
	z-index: 300;
}
.light {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.shadow {
	opacity: 0.05;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.hide {
	display: none;
}
#flag {
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	-moz-transform:rotate(90deg); /* Firefox */
	-ms-transform:rotate(90deg); /* IE 9 */
	-o-transform:rotate(90deg); /* Opera */
	transform:rotate(90deg);
	position: absolute;
	top: 62px;
	left: 50%;
}


/* -----------------------------------------------
## Header + Navigation bar
## ----------------------------------------------- */
#header {
	height: 61px;
	position: relative;
}
#header .row {
	padding-bottom: 0;
}
#header .row nav .container {
	width: 100%;
}
#header .nav-logo {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-top: 3px solid #F9AE07;
}
#header .nav-logo span {
	display: block;
	text-indent: -9999px;
	width: 162px;
	height: 156px;
	margin: 0 auto;
	background: url('../_img/nav-bar-logo.png') no-repeat center top;
}

#flag {margin-top:-82px !important;}

#header .menu-mobile { display: none; }

#header nav {
	position: fixed;
	width: 100%;
	height: 61px;
	top: -61px;
	background: url('../_img/nav-bar-bg.png') repeat-x;
	-webkit-transition: top 1s;
	-moz-transition: top 1s;
	-ms-transition: top 1s;
	-o-transition: top 1s;
	transition: top 1s;
}
#header nav.show {
	top: 0px;
	position: fixed;
	z-index: 1000;
}
#header nav ul { text-align: center; }
#header nav li {
	display: inline-block;
	padding: 0 12px;
	background: url('../_img/nav-bar-sep.gif') no-repeat left center;
	font-family: 'Roboto Slab', Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 51px;
	font-weight: normal;
	margin: 0;
	min-width: 95px;
}
#header nav li:first-child,
#header nav li:nth-child(5),
#header nav .spacer {
	background: none;
}
#header nav li.spacer {
	width: 140px;
}
#header nav li a {
	display: block;
	width: 100%;
	height: 100%;
}


/* -----------------------------------------------
## Intro
## ----------------------------------------------- */
#intro {
	text-align: center;
	margin-top: -61px;
	height: 2048px;
}
#intro .info {
	width: 388px;
}
#intro .info p {
	margin: 0;
}

.scroll-down {
	display: inline-block;
	text-align: center;
	background: url('../_img/scroll-down.png') no-repeat;
	width: 92px;
	padding-top: 80px;
	margin-top: 50px;
}
.scroll-down img,
.scroll-down span {
	font-family: 'Roboto Slab', Arial, sans-serif;
	font-size: 1.4rem;
	display: block;
	margin: 0 auto;
}
.scroll-down img {
	margin-bottom: 25px;
}


/* -----------------------------------------------
## Jobs
## ----------------------------------------------- */
#jobs .row {
	height: 1671px;
}
#jobs .shadow a { cursor: default; }
#jobs .shadow .open span {
	background: url('../_img/icons.png') no-repeat 0 -70px!important;
	cursor: default;
}
#jobs .info {
	float: right;
	width: 230px;
	margin: 180px 95px 0 0;
	text-align: right;
}
#jobs .info h2 {
	margin-left:-45px;
}
#jobs .info h3 {
	width: 255px;
	margin-left: -25px;
	padding-top: 120px;
}
.job-wrap {
	position: relative;
	height: 1270px;
}
.job-list {
	margin: 0 auto;
	width: 926px;
}
.job-list > li,
.the-job {
	position: relative;
	color: #1E2126;
	font-size: 1.3rem;
	text-align: center;
	width: 230px;
	height: 265px;
	background: url('../_img/boxes.png') no-repeat;
}
.job-list > li {
	display: none;
	margin: -64px 0 0 0;
}

/* jobs' layout */
.job-list > li:first-child {
	margin-top: 0;
}
.job-list > li:nth-child(2n+1) {
	margin-left: 116px;
}
.job-list > li:nth-child(3) {
	margin-top: -265px;
	 margin-left: 232px;
}
.job-list > li:nth-child(4) {
	margin-top: -64px;
	margin-left: 116px;
}
.job-list > li:nth-child(5) {
	margin-left: 232px;
}
.job-list > li:nth-child(6) {
	margin-top: -265px;
	margin-left: 464px;
}
.job-list > li:nth-child(7) {
	margin-top: -265px;
	margin-left: 696px;
}
.job-list > li:nth-child(8) {
	margin-left: 580px;
}
.job-list > li:nth-child(9) {
	margin-left: 464px;
}
.job-list > li:nth-child(10) {
	margin-top: -265px;
	margin-left: 696px;
}
.job-list > li:nth-child(11) {
	margin-left: 348px;
}
.job-list > li:nth-child(12) {
	margin-top: -265px;
	margin-left: 580px;
}
.job-list > li:nth-child(13) {
	margin-top: -64px;
	margin-left: 464px;
}

.job-list > li:nth-child(14) {
	margin-top: -264px;
	margin-left: 696px;
}

.job-list li ul {
	margin: 0;
	font-size: inherit;
}
.job-list li ul li {
	margin: 0;
}
.job-list .the-job {
	position: absolute;
	opacity: 0;
	top: 0;
	left: -9999px;
	z-index: 10;
	padding: 90px 10px 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.job-list img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	max-width: 230px;
	max-height: 265px;
}
.job-list h4 {
	color: #593402;
	letter-spacing: -1px;
	margin-bottom:1.9rem;
	line-height: 3.9rem;
}
.job-list h5 {
	color: #593402;
	font-family: 'Roboto Slab', Arial, sans-serif;
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}
.job-list .open {
	display: block;
	width: 100%;
	height: 100%;
}
.job-list .open span,
.job-list .close,
.job-list a[rel="external"] {
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 30px;
	height: 35px;
	margin-left: -15px;
	background: url('../_img/icons.png') no-repeat -30px -70px;
	text-indent: -9999px;
}
.job-list a[rel="external"]:hover {
	background-position: -30px -105px;
}
.job-list .open span {
	background-position: 0 -70px;
	z-index: 2;
}
.job-list .open span:hover {
	background-position: 0 -105px;
}
.job-list .close {
	bottom: auto;
	top: 14px;
	background-position: -60px -70px;
}
.job-list .close:hover {
	background-position: -60px -105px;
}

/* Carousel */
.wrap-carousel {
	position: absolute;
	width: 100%;
	left: -9999px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
#carousel {
	position: relative;
}
#carousel li {
	margin: 0 0 5px;
}
#carousel img {
	display: block;
}
#carousel .btn {
	position: absolute;
	top: 305px;
	width: 40px;
	height: 46px;
	background: url('../_img/icons.png') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 300;
}
#carousel .next {
	background-position: -170px -35px;
	right: 188px;
}
#carousel .next:hover {
	background-position: -210px -35px;
}
#carousel .prev {
	background-position: -130px -35px;
	left: 182px;
}
#carousel .prev:hover {
	background-position: -90px -35px;
}
.roundabout-holder {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	height: 660px;
	width: 700px;
}
.roundabout-moveable-item {
	cursor: pointer;
	overflow: hidden;
	height: 660px;
	width: 550px;
	margin: 0;
}
.roundabout-in-focus {
	cursor: auto;
}


/* -----------------------------------------------
## Clients
## ----------------------------------------------- */
#clients {
	padding-top:100px;
}
#clients .row {
	height: 711px;
}
#clients h2,
#clients p {
	position: absolute;
	left: 300px;
	margin: 0;
	padding: 0;
}
#clients h2 {
	top: 95px;
}
#clients p {
	top: 156px;
	padding: 0 0 0 5px;
}
#clients ul {
	margin: 0 auto;
	width: 843px;
}
#clients li {
	width: 110px;
	height: 126px;
	margin: -30px 2px 0 0;
	float: left;
}
#clients li:first-child,
#clients li:nth-child(2) {
	margin-top: 0;
}
#clients li span {
	position: absolute;
	left: -9999px;
}
#clients li img {
	display: none;
}
#clients li:nth-child(3) {
	clear: left;
	margin-left: 56px;
}
#clients li:nth-child(10) {
	clear: left;
	margin-left:112px;
}
#clients li:nth-child(15) {
	clear:left;
	margin-left: 56px;
}



/* -----------------------------------------------
## Skills
## ----------------------------------------------- */
#skills .row {
	height: 813px;
}
#skills .info {
	width: 320px;
	float: right;
	margin: 30px 85px 0 0;
}
#skills h2,
#skills h3,
#skills p {
	text-align: right;
}
#skills h3 {
	margin-top: 40px;
}
#skills h5 {
	text-align: right;
}
#skills ol {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
#skills ol.first-col {
	margin-left: 37px;
}
#skills ol li {
	text-align: right;
	font-size: 1.4rem;
	margin: 0 0 5px;
}
#skills ul {
	margin: 0 0 0 85px;
}
#skills ul li {
	display: none;
	float: left;
	width: 140px;
	height: 229px;
	margin: -38px 2px 0 0;
	padding: 40px 10px 0;
	background: url('../_img/boxes.png') no-repeat 0 -270px;
}
#skills ul li:first-child {
	margin-top: 0;
}
#skills ul li:nth-child(2n+1) {
	background-position: -150px -270px;
}
#skills ul li:nth-child(3n+0) {
	background-position: -300px -270px;
}
#skills ul li:nth-child(1) {
	margin-left: 71px;
}
#skills ul li:nth-child(2) {
	clear: left;
}
#skills ul li:nth-child(5) {
	clear: left;
	margin-left: 212px;
}
#skills ul li .ico,
#skills ul li h4,
#skills ul li p {
	display: block;
	text-align: center;
}
#skills ul li .ico {
	width: 30px;
	height: 35px;
	margin: 0 auto 15px;
	background: url('../_img/icons.png') no-repeat;
}
#skills .creation .ico {
	background-position: -90px 0;
}
#skills .design .ico {
	background-position: -120px 0;
}
#skills .motion-design .ico {
	background-position: -150px 0;
}
#skills .industrial-photography .ico {
	background-position: -242px 0;
}
#skills .corporate-identity .ico {
	background-position: -277px 0;
}
#skills .seo .ico {
	background-position: -307px 0;
}
#skills .web-development .ico {
	background-position: -180px 0;
}
#skills .branding .ico {
	background-position: -210px 0;
}

#skills ul li h4 {
	font-size: 1.7rem;
	margin-bottom: 5px;
}
#skills ul li p {
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin: 0;
}


/* -----------------------------------------------
## Team
## ----------------------------------------------- */
#team .row {
	height: 1004px;
}
#team .info {
	width: 360px;
	position: absolute;
	margin: 295px 0 0 80px;
}
#team ul {
	margin: 0 80px 0 0;
	width: 514px;
	float: right;
}
#team li {
	display: none;
	position: relative;
	margin: -47px 0 0;
	height: 196px;
}
#team li:first-child {
	margin-top: 0;
}
#team li:nth-child(2),
#team li:nth-child(4),
#team li:nth-child(6),
#team li:nth-child(8) {
	margin-left: 86px
}
#team li:nth-child(3),
#team li:nth-child(5) {
	margin-left: 172px;
}
#team li img {
	display: block;
	margin: 0;
}
#team li .info {
	width: 170px;
	height: 195px;
	margin: -195px 0 0 172px;
	padding: 60px 8px 0;
	text-align: center;
	background: url('../_img/boxes.png') no-repeat -250px 0;
}
#team li h4 {
	font-size: 1.8rem;
	color: #FFFFFF;
}
#team li p {
	color: #5A3503;
	line-height: 1.5rem;
	margin: 0;
}
#team li span {
	position: absolute;
	width: 100%;
	bottom: 44px;
	left: 0;
	z-index: 1;
}
#team .ico {
	display: inline-block;
	text-indent: -9999px;
	width: 30px;
	height: 35px;
	margin: 0 1px;
	background: url('../_img/icons.png') no-repeat;
}
#team .facebook {
	background-position: 0 0;
}
#team .facebook:hover {
	background-position: 0 -35px;
}
#team .twitter {
	background-position: -30px 0;
}
#team .twitter:hover {
	background-position: -30px -35px;
}
#team .instagram {
	background-position: -60px 0;
}
#team .instagram:hover {
	background-position: -60px -35px;
}
#team .email {
	background-position: -90px -105px;
}
#team .email:hover {
	background-position: -150px -105px;
}
#team .linkedin {
	background-position: -120px -105px;
}
#team .linkedin:hover {
	background-position: -180px -105px;
}


/* -----------------------------------------------
## Map + contact
## ----------------------------------------------- */
#find-us .row {
	padding-bottom: 0;
}
#find-us .map {
	float: left;
	position: relative;
	width: 850px;
	height: 500px;
	margin: 0 0 0 -470px;
	background: url('../_img/map-desktop.jpg') no-repeat right top;
}
#find-us .map a {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

#find-us .map .marker {
	position: absolute;
	z-index: 1;
	top: 138px;
	right: 126px;
	background: red;
	width: 170px;
	height: 195px;
	text-indent: 0;
	text-align: center;
	background: url('../_img/map-marker.png') no-repeat;
}
#find-us .map .marker h3 {
	width: 109px;
	height: 26px;
	margin: 40px auto 0;
	background: url('../_img/logo-amplifiq-marker.png') no-repeat;
	text-indent: -9999px;
}
#find-us .map .marker p {
	font-size: 1.5rem;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 10px;
	margin: 10px 0;
}
#find-us .map .marker span {
	display: block;
	width: 118px;
	height: 25px;
	margin: 0 auto;
	color: #000000;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 25px;
	background: url('../_img/sprite-see-map.png') no-repeat;
}
#find-us .map .marker:hover span {
	background-position: 0 -25px;
}

#find-us .contact {
	float: right;
	width: 425px;
	margin: 80px 80px 0 0;
}
#find-us a {
	color: #FFFFFF;
	text-decoration: none;
}
#find-us a:hover {
	color: #F8AB13;
}
#find-us li {
	display: block;
	height: 69px;
	margin: -13px 0 0 0;
	font-family: 'Roboto Slab', Arial, sans-serif;
	font-weight: 300;
}
#find-us li:first-child {
	margin: 0;
}
#find-us li:nth-child(2n+0) {
	margin-left: 30px;
}
#find-us .ico {
	display: inline-block;
	width: 60px;
	height: 69px;
	vertical-align: middle;
	margin-right: 15px;
	background: url('../_img/icons.png') no-repeat;
}
#find-us .ico + span {
	display: inline-block;
	font-size: 1.9rem;
	color: #FFFFFF;
	vertical-align: middle;
}
#find-us .telephone .ico {
	background-position: 0 -140px;
}
#find-us .telephone .ico + span {
	font-size: 2.6rem;
	color: #F8AB13;
}
#find-us .e-mail .ico {
	background-position: -60px -140px;
}
#find-us .facebook-page .ico {
	background-position: -120px -140px;
}
#find-us .address .ico {
	background-position: -180px -140px;
}
#find-us .address small {
	display: block;
	font-size: 1.4rem;
	color: #F8AB13;
}


/* -----------------------------------------------
## Media queries
## ----------------------------------------------- */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 800px) {
	#flag {
		display: none;
	}

	#canvas {
		background: none;
	}

	#jobs .row {
		height: 1872px;
	}
	#jobs .info {
		margin-right: 45px;
	}
	#jobs .info h3 {
		float: right;
		width: 220px;
		margin: 0;
		text-align: right;
	}
	#jobs .job-list {
		width: 694px;
		margin: 0 auto;
	}
	#jobs .job-list > li {
		margin: -64px 0 0 0;
	}
	#jobs .job-list > li:first-child {
		margin-top: 0;
		margin-left: 0;
	}
	#jobs .job-list > li:nth-child(2n+0) {
		margin-left: 116px;
	}
	#jobs .job-list > li:nth-child(4) {
		margin-top: -265px;
		margin-left: 232px;		
	}
	#jobs .job-list > li:nth-child(5) {
		margin-left: 116px;
	}
	#jobs .job-list > li:nth-child(6) {
		margin-top: -265px;
		margin-left: 348px;
	}
	#jobs .job-list > li:nth-child(7) {
		margin-left: 232px;
	}
	#jobs .job-list > li:nth-child(8) {
		margin-top: -265px;
		margin-left: 464px;
	}
	#jobs .job-list > li:nth-child(9) {
		margin-left: 348px;		
	}
	#jobs .job-list > li:nth-child(10) {
		margin-left: 232px;
	}
	#jobs .job-list > li:nth-child(11) {
		margin-top: -265px;
		margin-left: 464px;
	}

	#carousel .next {
		right: 92px;
	}
	#carousel .prev {
		left: 86px;
	}

	#clients ul {
		margin-left: 45px;
	}
	#clients li:nth-child(12) {
		margin-left: 280px;
	}
	#clients li:nth-child(15) {
		margin-left: 448px;
	}

	#skills .row {
		height: 1102px;
	}
	#skills .info {
		margin-right: 45px;
		width: 315px;
	}
	#skills ul {
		width: 284px;
		margin-left: 45px;
	}
	#skills ul li:nth-child(4) {
		margin-left: 71px;
	}
	#skills ul li:nth-child(5) {
		margin-left: 142px;
	}

	#team .row {
		height: 992px;
	}
	#team .info {
		margin-left: 45px;
		width: 235px;
	}
	#team ul {
		margin: 0 45px 0 0;
	}

	#find-us.container {
		width: 100%;
	}
	#find-us .contact {
		float: none;
		clear: both;
		overflow: hidden;
		margin: 0 auto 50px;
	}
	#find-us .map {
		float: none;
		margin: 0 auto;
		width: 100%;
		height: 500px;
		overflow: hidden;
		background-image: url('../_img/map-tablet.jpg');
		background-position: center center;
	}
	#find-us .map .marker {
		top: 152px;
		right: 50%;
		margin-right: -85px;
	}
}

/* Mobile Landscape */
@media only screen and (max-width: 745px) {
	#header nav ul li {
		font-size: 1.3rem;
		min-width: 80px;
	}
}

@media only screen and (max-height: 640px) {
	#flag {
		display: none;
	}
	#intro .scroll-down {
		display: none;
	}
}
@media only screen and (max-height: 320px) {
	#flag {
		display: none;
	}
	#header .nav-logo span {
		margin: 0 auto;
		width: 165px;
		height: 74px;
		background: url('../_img/logo-amplifiq-480.png') no-repeat;
	}

	#intro .scroll-down {
		display: none;
	}
}
@media only screen and (max-height: 247px) {
	#flag {
		display: none;
	}
	#intro .scroll-down {
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	#canvas {
		background: none;
	}

	#header nav .menu-mobile {
		position: absolute;
		top: 5px;
		right: 5px;
		display: block;
		width: 45px;
		height: 45px;
		text-indent: -9999px;
		background: url('../_img/bg-menu-mobile-tap.png') no-repeat;
	}
	#header nav {
		top: 0!important;
		position: fixed;
		z-index: 1000;
	}
	#header nav ul {
		position: absolute;
		width: 100%;
		padding: 0 20px;
		top: 50px;
		left: 0;
		display: none;
		text-align: left;
		padding-top: 51px;
		border-top: 1px solid #232526;
		background: url('../_img/bg-menu-mobile.png');
	}
	#header nav ul.show {
		display: block;
	}
	#header nav li {
		display: block;
		font-family: 'Roboto Slab', Arial, sans-serif;
		font-size: 1.6rem;
		padding: 10px 0;
		border-top: 1px solid #232526;
		min-width: auto;
		background: none;
		line-height: normal;
	}
	#header nav li:first-child {
		border: none;
	}
	#header nav li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	#header nav .spacer {
		display: none;
	}

	#jobs .row {
		height: 2073px;
	}
	#jobs .info {
		width: 205px;
		margin: 0 8px 0 0;
	}
	#jobs .info h2 {
		font-size:4rem;
	}
	#jobs .info h3 {
		width: 110px;
		padding-top: 60px;
		font-size: 2rem;
	}
	#jobs .job-list {
		width: 462px;
		margin: 0 auto;
	}
	#jobs .job-list > li:nth-child(2n+0) {
		margin-left: 116px;
	}
	#jobs .job-list > li:nth-child(4) {
		margin-top: -265px;
		margin-left: 232px;
	}
	#jobs .job-list > li:nth-child(5) {
		margin-left: 116px;
	}
	#jobs .job-list > li:nth-child(6) {
		margin-left: 0;
		margin-top: -64px;
	}
	#jobs .job-list > li:nth-child(7) {
		margin-top: -265px;
		margin-left: 232px;
	}
	#jobs .job-list > li:nth-child(8) {
		margin-top: -64px;
		margin-left: 116px;
	}
	#jobs .job-list > li:nth-child(9) {
		margin-left: 0;
	}
	#jobs .job-list > li:nth-child(10) {
		margin-left: 232px;
		margin-top: -265px;
	}
	#jobs .job-list > li:nth-child(11) {
		margin-top: -64px;
		margin-left: 116px;
	}
	#jobs .job-list > li:nth-child(12) {
		margin-left: 232px;
	}

	#carousel .next,
	#carousel .prev {
		display: none;
	}
	#carousel ul {
		margin: 0 auto;
		width: 452px;
	}
	#carousel li {
		margin: -85px 0 0;
		text-align: center;
		width: 300px;
	}
	#carousel li:first-child {
		margin-top: 0;
	}
	#carousel li:nth-child(2n+0) {
		margin-left: 152px;
	}

	#clients .row {
		height: 904px;
	}
	#clients h2,
	#clients p {
		left: 255px;
	}
	#clients ul {
		width: 448px;
		margin: 0 auto;
	}
	#clients li:nth-child(6) {
		clear: left;
		margin-left: 224px;
	}
	#clients li:nth-child(8) {
		clear: left;
		margin-left: 56px;
	}
	#clients li:nth-child(10) {
		clear: left;
		margin-left: 112px;
	}
	#clients li:nth-child(12) {
		clear: left;
		margin-left: 56px;
	}
	#clients li:nth-child(15) {
		margin-left: 224px;
	}

	#skills .row {
		height: 1002px;
	}
	#skills .info {
		margin: 0 8px 0 0;
		width: 160px;
	}
	#skills h3 {
		margin-top: 0;
	}
	#skills ol li {
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	#skills ul {
		margin-left: 8px;
	}
	#skills ul li:nth-child(4) {
		margin-left: 71px;
	}
	#skills ul li:nth-child(5) {
		margin-left: 142px;
	}

	#team .row {
		height: 992px;
	}
	#team .info {
		width: 175px;
		margin-left: 8px;
	}
	#team ul {
		margin: 0 8px 0 0;
		width: 343px;
	}
	#team li {
		position: relative;
		width: 170px;
	}
	#team li img,
	#team li .info {
		position: absolute;
		cursor: pointer;
		opacity: 1;
		top: 0;
		left: 0;
		z-index: 1;
		-webkit-transition: opacity 1s;
		-moz-transition: opacity 1s;
		-ms-transition: opacity 1s;
		-o-transition: opacity 1s;
		transition: opacity 1s;
	}
	#team li .info {
		margin: 0;
		z-index: 0;
		opacity: 0;
	}
	#team li:hover > img {
		opacity: 0;
	}
	#team li:hover > .info {
		z-index: 2;
		opacity: 1;
	}

	#find-us.container {
		width: auto;
	}
	#find-us .row {
		overflow: hidden;
	}
	#find-us .contact {
		float: none;
		clear: both;
		margin: 0 auto;
	}
	#find-us .map {
		float: none;
		margin: 0 auto;
		width: 100%;
		height: 300px;
		overflow: hidden;
		background-image: url('../_img/map-mobile-480.jpg');
		background-position: center center;
	}
	#find-us .map .marker {
		top: 36px;
	}

}

/* Mobile Portrait */
@media only screen and (max-width: 535px) {

}
@media only screen and (max-width: 320px) {
	#canvas {
		background: none;
	}

	#intro .info {
		width: 240px;
	}
	#intro .scroll-down {
		display: none;
	}

	#jobs .row {
		height: 3642px;
	}
	#jobs .info {
		clear: both;
		float: none;
		width: 300px;
		margin: 0 auto 30px;
	}
	#jobs .info h3 {
		padding: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	#jobs .job-wrap {
		clear: both;
	}
	#jobs .job-list {
		width: 230px;
	}
	#jobs .job-list > li {
		margin: 0 0 3px!important;
	}

	#carousel ul {
		width: 300px;
	}
	#carousel li {
		margin: 0 0 3px!important;
	}

	#clients .row {
		height: 987px;
	}
	#clients h2,
	#clients p {
		position: static;
		left: auto;
		top: auto;
		margin-left: 20px;
	}
	#clients p {
		margin-bottom: 20px;
	}
	#clients ul {
		width: 280px;
	}
	#clients li {
		clear: none!important;
	}
	#clients li:nth-child(6),
	#clients li:nth-child(8),
	#clients li:nth-child(10),
	#clients li:nth-child(12) {
		margin-left: 0;
	}
	#clients li:nth-child(7),
	#clients li:nth-child(11),
	#clients li:nth-child(15) {
		margin-left: 56px;
	}

	#skills .row {
		height: 1459px;
	}
	#skills .info {
		float: none;
		width: 300px;
		margin: 0 auto;
	}
	#skills h5 {
		text-align: left;
	}
	#skills ol {
		margin-bottom: 40px;
		float: left;
	}
	#skills ol.first-col {
		margin-right: 40px;
		margin-left: 0;
	}
	#skills ol li {
		text-align: left;
	}
	#skills ul {
		width: 284px;
		margin: 0 auto;
	}

	#team .row {
		height: 1105px;
	}
	#team .info {
		position: static;
		width: 300px;
		margin: 0 auto;
	}
	#team ul {
		float: none;
		width: 256px;
		margin: 0 auto;
	}
	#team li:nth-child(2n+1) {
		margin-left: 0!important;
	}

	#find-us .contact {
		width: 300px;
		margin: 0 auto 30px;
	}
	#find-us .ico {
		margin-right: 5px;
	}
	#find-us .ico + span {
		font-size: 1.2rem;
	}
	#find-us .map {
		float: none;
		height: 300px;
		overflow: hidden;
		margin: 0 auto;
		background-image: url('../_img/map-mobile-320.jpg');
		background-position: center center;
	}
	#find-us .map .marker {
		top: 34px;
	}
}