/*DESKTOP STYLES */
/*.desktop {
	display: block!important;
}*/

@media only screen and (max-width: 1115px) {
	.profile.background {
		background-size: auto;
	}
	
	.content_frame {
		padding: 72px 42px 78px 42px;
	}

	header #logo {
		padding: 50px 0 22px 0;
	}

	nav#main li > ul > li {
		height: 57px;
		line-height: 46px;
	}

	.home > .background, 
	.profile > .background, 
	.production > .background, 
	.work-activities > .background {
		top: 164px;
	}

	.profile .left.col, .profile .right.col {
		float: none;
		width: 100%;
	}

	.profile .left.col {
		margin-bottom: 60px;
	}

	.what-we-do h2 {
		padding: 0 66px;
	}

	.what-we-do .feature.row > article.box {
		height: 228px;
	}

	.what-we-do .feature.row > article.box a > header > h3 {
		font-size: 20.38px;
		font-size: 2.038rem;
	}

	.what-we-do .feature.row > article.box a > summary p {
		font-size: 16.56px;
		font-size: 1.656rem;
		line-height: 29px;
	}

	.what-we-do .feature.row article.box a > header {
		padding-top: 48px;
		padding-bottom: 10px;
	}

	.design .content_frame, 
	.technical .content_frame, 
	.production .content_frame {
		/*padding: 96px 42px 78px;*/
		padding: 0 42px;
	}

	.design figure, .technical figure, .production figure {
		/*width: 352.893px;*/
		width: 45.949609%;
	}

	.design .right.col, 
	.technical .right.col, 
	.production .right.col {
		/*width: 324px;*/
		width: 42.1875%;
	}

	.work-activities .left.col, 
	.work-activities .right.col {
		float: none;
		width: 100%;
		border-right: 0;
		padding-right: 0;
	}

	.work-activities .right.col {
		padding-left: 0;
		margin-top: 66px;
	}

	.contact h2 {
		margin-bottom: 35px;
	}

	.contact address, .contact p, .contact a {
		line-height: 30px;
	}

	.contact .left.col, .contact .right.col {
		float: none;
		width: 100%;
	}

	.contact .left.col {
		margin-bottom: 36px;
	}
}

@media only screen and (max-width: 1050px) {
	.home #tag {
		line-height: 50px;
		padding: 34px 36px;
	}

	nav#main > ul > li {
		padding-bottom: 26px;
	}

	nav#main li > ul {
		/*top: 54px;*/
		top: 50px;
	}
}

@media only screen and (max-width: 774px) {
	.what-we-do h2 {
		padding: 0;
	}

	.what-we-do .feature.row {
		margin-top: 30px;
	}

	.what-we-do .feature.row > article.box:nth-child(2n) {
		margin: 0;
	}

	.what-we-do .feature.row > article.box {
		display: block;
		width: 100%;
		margin-bottom: 12px!important;
	}
	.what-we-do .feature.row > article.box:last-of-type {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 476px) {
	/* common styling */
	/*.desktop {
		display: none!important;
	}*/
	
	/*.mobile {
		display: block!important;
	}*/

	body, p, li, a {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 27px;
	}

	h1 {
		font-size: 21px;
		font-size: 2.1rem;
		margin-bottom: 12px;
	}

	h2 {
		font-size: 21px;
		font-size: 2.1rem;
	}

	h4 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.content_frame {
		padding: 21px 24px;
	}
	
	header #logo {
		float: left;
		position: relative;
		left: 18px;
		padding: 17px 0;
	}

	header #logo a {
		font-size: 27px;
		font-size: 2.7rem;
	}
	
	header > a.mobile.menu {
		display: block;
		width: 31px;
		top: 17px;
		right: 18px;
		/*position: absolute;*/
		position: relative;
		float: right;
	}
	
	a.mobile.menu {
		opacity: 0;
	}
	
	a.mobile.menu.animation {
		-webkit-animation-name: logoNavFadeIn;
		-webkit-animation-duration: 1.5s;
		animation-name: logoNavFadeIn;
		animation-duration: 1.5s;
		
		opacity: 1;
	}
	nav#main.animation {
		-webkit-animation-name: none;
		animation-name: none;
	}

	.home > .background, 
	.profile > .background, 
	.production > .background, 
	.work-activities > .background {
		top: 65px;
	}

	footer {
		padding: 11px 0;
	}

	footer, footer p, footer a {
		line-height: 19px;
	}

	footer > p > span:first-of-type {
		display: block;
		width: 100%;
		padding-right: 0;
		margin-right: 0;
	}
	footer > p > span:first-of-type:after {
		content: "";
	}
	
	/* 
	 * nav#main START 
	 */
	 
	nav#main {
		display: none;
		position: absolute;
		background-color: rgba(0,0,0,1);
		top: 65px;
		width: 100%;
		height: 100%;
		z-index: 99;
		padding-top: 15px;
	}
	
	nav#main li {
		display: block;
	}
	
	nav#main > ul > li {
		height: auto;
		/*padding-bottom: 4px;*/
		padding-bottom: 8px;
	}

	nav#main li > a {
		padding-bottom: 8px;
	}
	
	nav#main li > ul {
		top: 0;
		position: relative;
		background-color: rgba(0,0,0,1);
		margin-top: 35px;
	}
	nav#main li:hover > ul {
		display: none;
	}
	
	nav#main li > ul > li {
		height: auto;
		line-height: normal;
		padding-bottom: 35px;
	}
	nav#main li > ul > li:last-of-type {
		padding-bottom: 0;
	}
	
	/* 
	 * nav#main END 
	 */

	.home #tag {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 33px;
		padding: 23px 36px;
	}

	.profile .brands {
		margin-top: 42px;
	}

	.profile .brands h3 {
		font-size: 14px;
		font-size: 1.4rem;
		padding-bottom: 9px;
		background-size: 26px 13px;
		background-position: right 0 top 11px;
	}

	.profile .left.col {
		margin-bottom: 24px;
	}

	.design .mobile#quicklinks_background, 
	.technical .mobile#quicklinks_background, 
	.production .mobile#quicklinks_background {
		background-color: rgba(102, 102, 102, 0.9);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 59px;
	}

	.design nav#quicklinks, 
	.technical nav#quicklinks, 
	.production nav#quicklinks {
		margin-bottom: 27px;
	}

	.design nav#quicklinks, 
	.design nav#quicklinks ul, 
	.technical nav#quicklinks, 
	.technical nav#quicklinks ul, 
	.production nav#quicklinks, 
	.production nav#quicklinks ul {
		display: block;
		background-color: transparent;
	}

	.design nav#quicklinks ul, 
	.technical nav#quicklinks ul, 
	.production nav#quicklinks ul {
		position: relative;
		left: 0;
		top: 0;
	}

	.design nav#quicklinks ul > li, 
	.technical nav#quicklinks ul > li, 
	.production nav#quicklinks ul > li {
		display: inline-block;
		width: 32%;
		text-align: center;
	}

	.design .content_frame, .technical .content_frame, .production .content_frame {
		padding: 0 24px 27px 24px;
	}

	.design .right.col, .technical .right.col, .production .right.col {
		width: 100%;
		padding: 0;
	}

	.design h1, .technical h1, .production h1 {
		margin-bottom: 10px;
	}

	.design figure, .technical figure, .production figure {
		display: none;
	}

	.work-activities h2 {
		margin-bottom: 20px;
	}

	.work-activities h4 {
		margin-bottom: 0;
	}

	.work-activities .right.col {
		margin-top: 27px;
	}

	.contact address, .contact p, .contact a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 28px;
	}
}