/* @group MAIN TAGS */

img {
	width: 100%;
}

/* @end */


/* @group GRID */

.wrapper {
	width: 100%;
	overflow: hidden;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.responsive_grid {
	width: 91.67%; /* 880px / 960px */
	margin: 0 4.165%;
}

/* @end */


/* @group STATUS BAR */

#status_bar {
	display: none;
	width: 100%; 
	height: 50px; 
	background-color: #1a1a1a; 
	position: fixed; 
	margin: 0; 
	top: 0; 
	z-index: 9999; 
	/*-moz-box-shadow: 0 1px 3px 2px #000; 
	-webkit-box-shadow: 0 1px 3px 2px #000; 
	box-shadow: 0 1px 3px 2px #000;*/
}

#status_bar p {
	font-size: 16px;
	color: #fff;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

#status_bar .clock {
	float: left;
}

#status_bar span.active_status {
	color: #00a4e4;
	font-style: italic;
}

#status_bar span.inactive_status {
	color: #7f7f7f;
	font-style: italic;
}

#status_bar span.status_icon:before {
    color: #d9d9d9;
    font-family: 'pulsarjsregular';
    font-size: 38px;
    text-decoration: none;
    text-transform: uppercase;
}

#status_bar span.status_icon:before {
    content: attr(data-icon);
}

#status_bar span.status_icon {
    float: left;
    margin-left: 15px;
}

#status_bar span.close {
    color: #d9d9d9;
    font-family: 'pulsarjsregular';
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

#status_bar span.close:hover {
	opacity: 0.5;
}


#status_bar ul {
	list-style: none;
	float: left;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}

#status_bar ul li {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	float: left;
	margin-top: 15px;
}

#point { 
	position:relative; 
	-moz-animation:mymove 1s ease infinite; 
	-webkit-animation:mymove 1s ease infinite;  
}

@-webkit-keyframes mymove {
	0% {opacity:1.0; text-shadow:0 0 20px #fff;}
	50% {opacity:0; text-shadow:none; }
	100% {opacity:1.0; text-shadow:0 0 20px #fff; }	
}

@-moz-keyframes mymove {
	0% {opacity:1.0; text-shadow:0 0 20px #fff;}
	50% {opacity:0; text-shadow:none; }
	100% {opacity:1.0; text-shadow:0 0 20px #fff; }	
}

/* @end */


/* @group SECTIONS */

div#sections .section {
	width: 100%;
	min-height: 1024px;
	position: relative;
}

div#sections #home {
	min-height: 2048px;
	position: static;
}

div#sections #clients {
	min-height: 1164px;
}

div#home, 
div#agency, 
div#work, 
div#team, 
div#clients, 
div#contacts {
	/*border: 1px solid #c2c2c2;*/
}

/* @end */


/* @group SECTION CONTAINERS */ 

.home_container, 
.agency_container, 
.work_container, 
.team_container, 
.clients_container, 
.contacts_container {
	overflow: hidden;
}

/* @end */


/* @group FANCY NAVIGATOR - FOR SMALL DEVICES */

div.fancy_separator {
	display: none;
	clear: both;
	position: relative;
	min-height: 175px;
	margin-top: 6em;
}

div.fancy_nav {
	position: absolute;
	width: 9999px;
	right: -999px;
}

div.fancy_nav span {
	display: block;
	width: 100%;
	min-height: 35px;
}

/* @end */


/* @group PRIMARY NAVIGATION */

.menu-button {
	display: none;
}


/* @group HOME SECTION */

.logo_block {
	width: 300px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
	position: absolute;
}

.logo_block img {
	width: 100%;
}

.twitter_feed_logo {
	width: 50px;
	height: 41px;
	top: 50%;
	left: 50%;
	margin-top: 52px;
	margin-left: -230px;
	position: absolute;
}

/* @end */


/* @group AGENCY SECTION */ 

.agency_text_block_left {
	float: left;
	width: 18.75em;
	margin-top: 6em;
}

.agency_text_block_right {
	float: right;
	width: 18.75em;
	margin-top: 16em;
}

/* @end */


/* @group WORK SECTION */ 

.work_text_block_left {
	float: left;
	width: 18.75em;
	margin-top: 6em;
}

.work_text_block_right {
	float: right;
	width: 18.75em;
	margin: 16.4em 12em 0 0;
}

/* @end */


/* @group TEAM SECTION */ 

.team_text_block {
	margin-top: 6em;
	padding-left: 16.5em;
}

ul.team_members {
	margin: 2em 0 0 0;
	padding: 0;
	list-style: none;
}

ul.team_members li {
	display: block;
	float: left;
	width: 16%;
	margin-right: 5%;

}

ul.team_members li img {
	width: 100%;
}

ul.team_members li:last-child {
	margin-right: 0;
}


div.team_member_picture {
	float: none;
}

div.team_member_details {
	float: none;
	margin: 0 auto;
}

span.team_member_name {
	display: block;
	font-size: 0.875em;
	line-height: 1.1em;
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

span.team_member_name:first-child {
	margin-top: 0.8em;
}

span.team_member_position {
	display: block;
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	margin-top: 0.1em;
}


/* @end */


/* @group CLIENTS */

.clients_logo_block {
	margin-top: 6em;
	width: 59%;
	overflow: hidden;
}

#clients ul {
	list-style: none;
	margin: 3em 0;
	padding: 0;
}

#clients ul li {
	width: 32%;
	float: left;
	margin: 0;
	
}

#clients ul li:nth-child(3n+4) {
	clear: left;
}

#clients ul li img {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out; 
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}


#clients ul li img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


/* @end */


/* @group CONTACTS */

.contacts_text_block {
	margin: 6em 0 1em 0;
}

.vcard a:link, 
.vcard a:visited {
	color: #666;
	text-decoration: underline;
}

.vcard a:hover {
	color: #000;
}

.follow_us {
	margin-top: 1em;
}

.follow_us p {

}

.follow_us ul {
	list-style: none;
	margin: 1.5em 0;
	padding: 0;
}

.follow_us ul li {
	display: inline-block;
	float: left;
}

.follow_us ul li {
	width: 38px;
	height: 38px;
	margin-right: 20px;
}

.social_icons {
	margin-top: 20px;
	overflow: hidden;
}

.social_icons .facebook_follow, 
.social_icons .twitter_follow {
	position: relative;
	width: 38px;
	height: 38px;
	float: left;
	margin-right: 15px;
}

.social_icons .facebook_follow img, 
.social_icons .twitter_follow img {
	position: absolute;
    left: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out; 
    transition: opacity 0.5s ease-in-out;
}

.social_icons .facebook_follow:hover img.top, 
.social_icons .twitter_follow:hover img.top {
	opacity:0;
}

.social_icons .facebook_follow img.bottom, 
.social_icons .twitter_follow img.bottom {
	opacity:0;
}

.social_icons .facebook_follow:hover img.bottom, 
.social_icons .twitter_follow:hover img.bottom {
	opacity:1;
}

.html_badge {
	margin-top: 130px;
	width: 171px;
	height: 64px;
}

/* @end */


/* @group SOCIAL MEDIA */

div#social {
	width: 	100%;
	height: 35px;
	position: fixed;
	bottom: 0;
	left: 15px;
}

.fb_social_icon, 
.google_plus_social_icon, 
.twitter_social_icon {
	float:left;
}

.fb_social_icon {
	margin-right: 20px;
}

.twitter_social_icon {
	margin-left: -10px;
}


/* @end */


/* @group CHARACTERS AT DAY */

#character_isabel {
	position: absolute;
	bottom: -69px;
	right: 240px;
}

#character_isabel img {
	width: 108px;
	height: 400px;
}

#character_tiago {
	position: absolute;
	bottom: 120px;
	right: -180px;
}

#character_tiago img {
	width: 127px;
	height: 389px;
}

#character_guilherme {
	position: absolute;
	bottom: 148px;
	left: -140px;

}

#character_guilherme img {
	width: 421px;
	height: 294px;
}

#character_joaquim {
	position: absolute;
	top: 485px;
	right: -300px;
}

#character_joaquim img {
	width: 145px;
	height: 349px;
}

#character_elisa {
	position: absolute;
	bottom: 286px;
	left: 365px;
}

#character_elisa img {
	width: 279px;
	height: 289px;
}

/* @end */


/* @group CHARACTERS AT NIGHT */

#character_isabel_night {
	position: absolute;
	bottom: -39px;
	left: 50%;
	margin-left: -600px;
}

#character_isabel_night img {
	width: 223px;
	height: 377px;
}

#character_tiago_night {
	position: absolute;
	bottom: 186px;
	right: 50%;
	margin-right: -200px;
}

#character_tiago_night img {
	width: 430px;
	height: 257px;
}

#character_guilherme_night {
	position: absolute;
	bottom: 14px;
	left: 50%;
	margin-left: -550px;

}

#character_guilherme_night img {
	width: 467px;
	height: 248px;
}

#character_joaquim_night {
	position: absolute;
	bottom: 225px;
	left: 50%;
	margin-left: 440px;
}

#character_joaquim_night img {
	width: 391px;
	height: 226px;
}

#character_elisa_night {
	position: absolute;
	bottom: 280px;
	left: 50%;
	margin-left: -400px;
}

#character_elisa_night img {
	width: 178px;
	height: 182px;
}

/* @end */


/* TWITTER FEED */

#ticker {
	margin-top: 3em;
}

#ticker ul.tweet_list {
	height: 7em;
	overflow-y: hidden;
}

#ticker .tweet_list li {
	height: 7em;
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
}
	
.tweet_list li span.tweet_time a {
	text-decoration: none;
	font-style: normal;
	text-decoration: underline;
}

.tweet_list li span.tweet_text a {
	text-decoration: none;
	font-style: normal;
}

/* @end */ 


/* @group UI ELEMENTS */

.cyan {
	background: #00A4E4;
	color: #ffffff;
}

.orange {
	background: #FF7F00;
	color: #ffffff;
}

.red {
	background: #BC0221;
	color: #ffffff;
}

.purple {
	background: #98209E;
	color: #ffffff;
}

.green {
	background: #8CD115;
	color: #ffffff;
}

/* @end */


/* @group TYPOGRAHY */

h1, h2, p, li {
	font-weight: normal;
	margin: 0 0;
}

h1, h2 {
	margin-bottom: 0.418em;
	text-transform: lowercase;
}

h2 {
	font-family: "museo",serif; 
	font-size: 3.2em;
}

p, li {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.125em;
	line-height: 1.3em;
}

p {
	margin-top: 1.2em;
}


/* @end */


/*---------------------------- */
/* @group MEDIA QUERIES        */
/*---------------------------- */


@media screen and (max-width: 359px) and (min-width: 200px) {

	/* @group MAIN TAGS */

	body {
		background: none;
		font-size: 14px;
	}

	/* @end */


	/* @group GRID */

	.container {
		width: 100%;
		margin: 0 auto;
	}

	.responsive_grid {
		width: 85%;
		margin: 0 7.5%;
	}

	/* @end */


	/* @group CHARACTERS */

	#character_isabel, 
	#character_tiago, 
	#character_guilherme, 
	#character_joaquim, 
	#character_elisa {
		display: none;
	}

	/* @end */


	/* @group PRIMARY NAVIGATION */

	#responsive_nav {
		width: 100%;
		position: fixed;
		z-index: 9999;
	}


	.flexNav-touch [role='navigation'],
	.flexNav-no-touch [role='navigation'] {	
		display: none;
	}

	.menu-button {
		display: block;
		padding: 0.6em 1em;
		background: #00A4E4;
		color: #fff;
		background-repeat: no-repeat;
		background-position: 93% 18px;
		cursor: pointer;
		overflow: hidden;
	}

	.menu_icon span.icon:before {
	    color: #d9d9d9;
	    font-family: 'pulsarjsregular';
	    font-size: 1.5em;
	    text-decoration: none;
	    text-transform: uppercase;
	}

	.menu_icon span.icon:before {
	    content: attr(data-icon);
	}

	.menu_icon span.icon {
	    display: inline-block;
	    text-align: center;
	    /*float: right; */
	}

	.menu_icon a:link, 
	.menu_icon a:visited {
		text-decoration: none;
	}

	ul#nav {
		padding-left: 0;
		margin-left: 0;
	}

	[role='navigation'] {
		margin: 0 auto;
		width: 100%;
		background-color: #333;		
	}


	[role='navigation']:after { /* clearfix */
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	[role='navigation'] li {
		position: relative;
		list-style: none;
		display: inline;
		background-color: #333;	
		width: 100%;		
	}

	[role='navigation'] li a {
		/*margin-right: 20%;*/
		display: block;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #111;			
	}

	[role='navigation'] .top-level a {
		position: relative;
		display: block;
		/*background-color: #333;*/
		padding: 0.7em 1.2em;
		z-index: 2;
		text-align: left;
	}

	[role='navigation'] li ul {
		width: 100%;
		position: relative;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}

	[role='navigation'] li ul li {
		float: none;
		width: 100%;			
	}

	nav ul#nav li {
		font-size: 1.2em;
	}

	/* @end */


	/* @group SECTIONS */

	div#sections .section, 
	div#sections #home {
		min-height: 1px;
		margin-bottom: 0;
	}

	div#contacts {
		margin-bottom: 6em;
	}

	/* @end */

	/* @group FANCY NAVIGATOR - FOR SMALL DEVICES */

	div.fancy_separator {
		display: block;
	}

	/* @end */


	/* @group HOME SECTION */

	.logo_block {
		width: 250px;
		height: 83px;
		/* margin-top: -41px; */
		margin-top: -50px;
		margin-left: -125px;
	}

	.twitter_feed_logo {
		display: none;
	}

	/* @end */


	/* @group AGENCY SECTION */ 

	.agency_text_block_left {
		float: none;
		width: 100%;
		margin-top: 6em;
	}

	.agency_text_block_right {
		float: none;
		width: 100%;
		margin-top: 0;
	}

	.agency_container .text_block_left {
		float: none;
		width: 100%;
		margin-top: 6em;
	}

	.agency_container .text_block_right {
		float: none;
		width: 100%;
		margin-top: 1em;
	}

	/* @end */


	/* @group WORK SECTION */ 

	.work_text_block_left, 
	.work_text_block_right {
		float: none;
		width: 100%;
		margin: 0;
	}

	.work_text_block_left {
		margin-top: 6em;
	}

	/* @end */


	/* @group TEAM SECTION */ 

	.team_text_block {
		margin-top: 6em;
		padding-left: 0;
	}

	ul.team_members {
		margin: 2em 0 0 0;
		padding: 0;
		list-style: none;
	}

	ul.team_members li {
		display: list-item;
		width: 100%;
		margin: 0 0 1.5em 0;
		overflow: hidden;

	}

	ul.team_members li:last-child {
		margin-right: 0;
	}


	div.team_member_picture {
		float: left;
		width: 96px;
	}

	div.team_member_picture img {
		width: 100%;
	}

	div.team_member_details {
		float: left;
		margin-top: 20px;
		margin-left: 20px;
	}

	span.team_member_name {
		text-align: left;
		width: 100%;
		margin: 0 auto;
	}

	span.team_member_name:first-child {
		margin-top: 0.8em;
	}

	span.team_member_position {
		display: block;
		font-size: 14px;
		text-align: left;
		margin-top: 0.1em;
	}

	/* @end */


	/* @group CLIENTS */

	.clients_logo_block {
		width: 100%;
	}


	#clients ul li {
		width: 100%;
		display: block;
		float: none;
		margin: 0 auto;	
		border: none;
		border-bottom: 1px solid !important;
		border-left: 0 !important;
		border-right: 0 !important;
	}

	#clients ul li:nth-child(1) {
		border-top: 1px solid !important;
	}


	/* @end */


	/* @group SOCIAL MEDIA */

	div#social {
		display: none;
	}

	/* @end */


	/* @group TYPOGRAHY */

	h1, h2 {
		margin-bottom: 0em;
	}

	h2 {
		font-size: 2.8em;
	}

	span.team_member_name {
		font-size: 1em;
		line-height: 1.1em;
		text-align: left;
	}

	/* @end */


}


@media screen and (max-width: 568px) and (min-width: 360px) {

	/* @group MAIN TAGS */

	body {
		background: none;
		font-size: 14px;
	}

	p {
		font-size: 15px !important;
	}

	img {

	}

	/* @end */


	/* @group GRID */

	.container {
		width: 100%;
		margin: 0 auto;
	}

	.responsive_grid {
		width: 85%;
		margin: 0 7.5%;
	}

	/* @end */


	/* @group PRIMARY NAVIGATION */

	#responsive_nav {
		width: 100%;
		position: fixed;
		z-index: 9999;
	}


	.flexNav-touch [role='navigation'],
	.flexNav-no-touch [role='navigation'] {	
		display: none;
	}

	.menu-button {
		display: block;
		padding: 0.6em 1em;
		background: #00A4E4;
		color: #fff;
		background-repeat: no-repeat;
		background-position: 93% 18px;
		cursor: pointer;
		overflow: hidden;
	}

	.menu_icon span.icon:before {
	    color: #d9d9d9;
	    font-family: 'pulsarjsregular';
	    font-size: 1.5em;
	    text-decoration: none;
	    text-transform: uppercase;
	}

	.menu_icon span.icon:before {
	    content: attr(data-icon);
	}

	.menu_icon span.icon {
	    display: inline-block;
	    text-align: center;
	    /*float: right; */
	}

	.menu_icon a:link, 
	.menu_icon a:visited {
		text-decoration: none;
	}

	ul#nav {
		padding-left: 0;
		margin-left: 0;
	}

	[role='navigation'] {
		margin: 0 auto;
		width: 100%;
		background-color: #333;		
	}


	[role='navigation']:after { /* clearfix */
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	[role='navigation'] li {
		position: relative;
		list-style: none;
		display: inline;
		background-color: #333;	
		width: 100%;		
	}

	[role='navigation'] li a {
		/*margin-right: 20%;*/
		display: block;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #111;			
	}

	[role='navigation'] .top-level a {
		position: relative;
		display: block;
		/*background-color: #333;*/
		padding: 0.7em 1.2em;
		z-index: 2;
		text-align: left;
	}

	[role='navigation'] li ul {
		width: 100%;
		position: relative;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}

	[role='navigation'] li ul li {
		float: none;
		width: 100%;			
	}

	nav ul#nav li {
		font-size: 1.2em;
	}

	/* @end */


	/* @group SECTIONS */

	div#sections .section, 
	div#sections #home {
		min-height: 1px;
		margin-bottom: 0;
	}

	div#contacts {
		margin-bottom: 6em;
	}

	/* @end */

	/* @group FANCY NAVIGATOR - FOR SMALL DEVICES */

	div.fancy_separator {
		display: block;
	}

	/* @end */


	/* @group HOME SECTION */

	.logo_block {
		width: 250px;
		height: 83px;
		/* margin-top: -41px; */
		margin-top: -50px;
		margin-left: -125px;
	}


	.twitter_feed_logo {
		margin-top: 80px;
		margin-left: -205px;
	}


	/* @end */


	/* @group AGENCY SECTION */ 

	.agency_text_block_left {
		float: none;
		width: 100%;
		margin-top: 6em;
	}

	.agency_text_block_right {
		float: none;
		width: 100%;
		margin-top: 0;
	}

	.agency_container .text_block_left {
		float: none;
		width: 100%;
		margin-top: 6em;
	}

	.agency_container .text_block_right {
		float: none;
		width: 100%;
		margin-top: 1em;
	}

	/* @end */


	/* @group WORK SECTION */ 

	.work_text_block_left, 
	.work_text_block_right {
		float: none;
		width: 100%;
		margin: 0;
	}

	.work_text_block_left {
		margin-top: 6em;
	}

	/* @end */


	/* @group TEAM SECTION */ 

	.team_text_block {
		margin-top: 6em;
		padding-left: 0;
	}

	ul.team_members {
		margin: 2em 0 0 0;
		padding: 0;
		list-style: none;
	}

	ul.team_members li {
		width: 26%;
		margin-right: 11%;
	}

	ul.team_members li:nth-child(3n+3) {
		margin-right: 0;
	}

	ul.team_members li:nth-child(3n+4) {
		clear: left;
	}

	ul.team_members li:nth-child(1n+4) {
		margin-top: 2em;
	}

	ul.team_members li img {
		width: 100%;
	}

	ul.team_members li:last-child {
		margin-right: 0;
	}



	/* @end */


	/* @group CLIENTS */

	.clients_logo_block {
		width: 100%;
	}

	#clients ul {
		text-align: center;
	}

	#clients ul li {
		width: 45%;
		float: left;
		margin: 0 auto;
		border-bottom: 1px solid !important;
		border-left: 0 !important;
		border-right: 0 !important;
		
	}

	#clients ul li:nth-child(-n+2) {
		border-top: 1px solid !important;
	}

	#clients ul li:nth-child(2n+1) {
		margin-right: 8%;
	}

	#clients ul li:nth-child(2n+3) {
		clear: left;
	}

	#clients ul li:nth-child(3n+4) {
		clear: none;
	}

	#clients ul li:nth-child(n+18) {
		border-bottom: 1px solid !important;
	}


	/* @end */


	/* @group SOCIAL MEDIA */

	div#social {
		display: none;
	}

	/* @end */


	/* @group TYPOGRAHY */

	h1, h2 {
		margin-bottom: 0em;
	}

	h2 {
		font-size: 2.8em;
	}

	p {
		font-size: 15px !important;
	}

	span.team_member_name {
		font-size: 15px !important;
		line-height: 1.1em;
		text-align: left;
	}

	span.team_member_position {
		font-size: 15px !important;
	}


	/* @end */


}

@media screen and (max-width: 600px) and (min-width: 569px) {

	/* @group MAIN TAGS */

	body {
		background: none;
		font-size: 14px;
	}

	img {

	}

	/* @end */


	/* @group GRID */

	.container {
		width: 100%;
		margin: 0 auto;
	}

	.responsive_grid {
		width: 85%;
		margin: 0 7.5%;
	}

	/* @end */


	/* @group PRIMARY NAVIGATION */

	#responsive_nav {
		width: 100%;
		position: fixed;
		z-index: 9999;
	}


	.flexNav-touch [role='navigation'],
	.flexNav-no-touch [role='navigation'] {	
		display: none;
	}

	.menu-button {
		display: block;
		padding: 0.6em 1em;
		background: #00A4E4;
		color: #fff;
		background-repeat: no-repeat;
		background-position: 93% 18px;
		cursor: pointer;
		overflow: hidden;
	}

	.menu_icon span.icon:before {
	    color: #d9d9d9;
	    font-family: 'pulsarjsregular';
	    font-size: 1.5em;
	    text-decoration: none;
	    text-transform: uppercase;
	}

	.menu_icon span.icon:before {
	    content: attr(data-icon);
	}

	.menu_icon span.icon {
	    display: inline-block;
	    text-align: center;
	    /*float: right; */
	}

	.menu_icon a:link, 
	.menu_icon a:visited {
		text-decoration: none;
	}

	ul#nav {
		padding-left: 0;
		margin-left: 0;
	}

	[role='navigation'] {
		margin: 0 auto;
		width: 100%;
		background-color: #333;		
	}


	[role='navigation']:after { /* clearfix */
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	[role='navigation'] li {
		position: relative;
		list-style: none;
		display: inline;
		background-color: #333;	
		width: 100%;		
	}

	[role='navigation'] li a {
		/*margin-right: 20%;*/
		display: block;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #111;			
	}

	[role='navigation'] .top-level a {
		position: relative;
		display: block;
		/*background-color: #333;*/
		padding: 0.7em 1.2em;
		z-index: 2;
		text-align: left;
	}

	[role='navigation'] li ul {
		width: 100%;
		position: relative;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}

	[role='navigation'] li ul li {
		float: none;
		width: 100%;			
	}

	nav ul#nav li {
		font-size: 1.2em;
	}

	/* @end */


	/* @group SECTIONS */

	div#sections .section, 
	div#sections #home {
		min-height: 1px;
		margin-bottom: 0;
	}

	div#contacts {
		margin-bottom: 6em;
	}

	/* @end */

	/* @group FANCY NAVIGATOR - FOR SMALL DEVICES */

	div.fancy_separator {
		display: block;
	}

	/* @end */


	/* @group HOME SECTION */

	.logo_block {
		width: 250px;
		height: 83px;
		/* margin-top: -41px; */
		margin-top: -60px;
		margin-left: -125px;
	}


	.twitter_feed_logo {
		margin-top: 70px;
		margin-left: -205px;
	}


	/* @end */


	/* @group AGENCY SECTION */ 

	.agency_text_block_left {
		float: none;
		width: 100%;
		margin-top: 6em;
	}

	.agency_text_block_right {
		float: none;
		width: 100%;
		margin-top: 0;
	}

	.agency_container .text_block_left {
		float: none;
		width: 100%;
		margin-top: 6em;
	}

	.agency_container .text_block_right {
		float: none;
		width: 100%;
		margin-top: 1em;
	}

	/* @end */


	/* @group WORK SECTION */ 

	.work_text_block_left, 
	.work_text_block_right {
		float: none;
		width: 100%;
		margin: 0;
	}

	.work_text_block_left {
		margin-top: 6em;
	}

	/* @end */


	/* @group TEAM SECTION */ 

	.team_text_block {
		margin-top: 6em;
		padding-left: 0;
	}

	ul.team_members {
		margin: 2em 0 0 0;
		padding: 0;
		list-style: none;
	}



	/* @end */


	/* @group CLIENTS */

	.clients_logo_block {
		width: 100%;
	}

	#clients ul {
		background: red;
		text-align: center;
	}

	#clients ul li {
		width: 45%;
		float: left;
		margin: 0 auto;
		border-bottom: 1px solid !important;
		border-left: 0 !important;
		border-right: 0 !important;
	}

	#clients ul li:nth-child(-n+2) {
		border-top: 1px solid !important;
	}

	#clients ul li:nth-child(2n+1) {
		margin-right: 8%;
	}

	#clients ul li:nth-child(2n+3) {
		clear: left;
	}

	#clients ul li:nth-child(3n+4) {
		clear: none;
	}

	#clients ul li:nth-child(n+18) {
		border-bottom: 1px solid !important;
	}


	/* @end */


	/* @group SOCIAL MEDIA */

	div#social {
		display: none;
	}

	/* @end */


	/* @group TYPOGRAHY */

	h1, h2 {
		margin-bottom: 0em;
	}

	h2 {
		font-size: 2.8em;
	}

	p {
		font-size: 15px !important;
	}

	span.team_member_name {
		font-size: 15px !important;
		line-height: 1.1em;
		text-align: left;
	}

	span.team_member_position {
		font-size: 15px !important;
	}

	/* @end */


}


@media screen and (max-width: 769px) and (min-width: 1px) {


	/* @group CHARACTERS */

	#character_isabel, 
	#character_isabel_night, 
	#character_tiago, 
	#character_tiago_night, 
	#character_guilherme, 
	#character_guilherme_night, 
	#character_joaquim, 
	#character_joaquim_night, 
	#character_elisa, 
	#character_elisa_night {
		display: none;
	}

	/* @end */


}



@media screen and (max-width: 767px) and (min-width: 601px) {


	/* @group GRID */

	.container {
		width: 100%;
		margin: 0 auto;
	}

	.responsive_grid {
		width: 90%; /* 688px / 768px */
		margin: 0 5%;
	}

	/* @end */


	/* @group CHARACTERS */

	#character_isabel, 
	#character_tiago, 
	#character_guilherme, 
	#character_joaquim, 
	#character_elisa {
		display: none;
	}

	/* @end */


	/* @group PRIMARY NAVIGATION */

	#responsive_nav {
		width: 100%;
		position: fixed;
		z-index: 9999;
	}


	.flexNav-touch [role='navigation'],
	.flexNav-no-touch [role='navigation'] {	
		display: none;
	}

	.menu-button {
		display: block;
		padding: 0.6em 1em;
		background: #00A4E4;
		color: #fff;
		background-repeat: no-repeat;
		background-position: 93% 18px;
		cursor: pointer;
		overflow: hidden;
	}

	.menu_icon span.icon:before {
	    color: #d9d9d9;
	    font-family: 'pulsarjsregular';
	    font-size: 1.5em;
	    text-decoration: none;
	    text-transform: uppercase;
	}

	.menu_icon span.icon:before {
	    content: attr(data-icon);
	}

	.menu_icon span.icon {
	    display: inline-block;
	    text-align: center;
	    /*float: right; */
	}

	.menu_icon a:link, 
	.menu_icon a:visited {
		text-decoration: none;
	}

	ul#nav {
		padding-left: 0;
		margin-left: 0;
	}

	[role='navigation'] {
		margin: 0 auto;
		width: 100%;
		background-color: #333;		
	}


	[role='navigation']:after { /* clearfix */
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	[role='navigation'] li {
		position: relative;
		list-style: none;
		display: inline;
		background-color: #333;	
		width: 100%;		
	}

	[role='navigation'] li a {
		/*margin-right: 20%;*/
		display: block;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #111;			
	}

	[role='navigation'] .top-level a {
		position: relative;
		display: block;
		/*background-color: #333;*/
		padding: 0.7em 1.2em;
		z-index: 2;
		text-align: left;
	}

	[role='navigation'] li ul {
		width: 100%;
		position: relative;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}

	[role='navigation'] li ul li {
		float: none;
		width: 100%;			
	}

	nav ul#nav li {
		font-size: 1.2em;
	}

	/* @end */


	/* @group HOME */

	.twitter_feed_logo {
		margin-top: 44px;
	}

	/* @end */


	/* @group AGENCY SECTION */ 

	.agency_text_block_left {
		width: 30%;
		margin-top: 7em;
	}

	.agency_text_block_right {
		width: 30%;
		margin-top: 17em;
	}

	/* @end */


	/* @group WORK SECTION */ 

	div#work {
		/*border: 1px solid #c2c2c2;*/
	}

	.work_text_block_left {
		width: 32%;
		margin-top: 6em;
	}

	.work_text_block_right {
		width: 32%;
		margin: 15em 11em 0 0;
	}

	/* @end */


	/* @group TEAM SECTION */ 

	.team_text_block {
		margin-top: 6em;
		padding-left: 11em;
	}

	ul.team_members li {
		width: 16%;
		margin-right: 4%;
	}

	span.team_member_name {
		font-size: 0.938em;
		width: 85%;
	}

	/* @end */


	/* @group CLIENTS */

	.clients_container {
		margin-top: 2em;
	}

	.clients_logo_block {
		margin-top: 6em;
		width: 70%;
		overflow: hidden;
	}

	/* @end */


	/* @group TYPOGRAHY */

	p {
		font-size: 15px !important;
	}

	span.team_member_name {
		font-size: 15px !important;
		line-height: 1.1em;
		text-align: left;
	}

	span.team_member_position {
		font-size: 15px !important;
	}

	/* @end */

	}


@media screen and (max-width: 799px) and (min-width: 768px) {


	body {
		font-size: 14px;
	}


	/* @group GRID */

	.container {
		width: 100%;
		margin: 0 auto;
	}

	.responsive_grid {
		width: 89.58%; /* 688px / 768px */
		margin: 0 5.208%;
	}

	/* @end */


	/* @group CHARACTERS */

	#character_isabel {
		position: absolute;
		bottom: -69px;
		right: 240px;
	}

	#character_tiago {
		position: absolute;
		bottom: 120px;
		right: 50%;
		margin-right: -450px;
	}

	#character_guilherme {
		position: absolute;
		bottom: 148px;
		left: 50%;
		margin-left: -580px;

	}

	#character_joaquim {
		position: absolute;
		top: 485px;
		right: -100px;
	}

	#character_elisa {
		position: absolute;
		bottom: 176px;
		left: 50%;
		margin-left: -450px;
	}

	/* @end */


	/* @group HOME */

	.twitter_feed_logo {
		margin-top: 46px;
	}

	/* @end */


	/* @group AGENCY SECTION */ 

	.agency_text_block_left {
		width: 33%;
		margin-top: 6em;
	}

	.agency_text_block_right {
		width: 33%;
		margin-top: 14.5em;
	}

	/* @end */


	/* @group WORK SECTION */ 

	.work_text_block_left {
		width: 32%;
		margin-top: 6em;
	}

	.work_text_block_right {
		width: 32%;
		margin-top: 15em;
		margin-right: 28%;
	}

	/* @end */


	/* @group TEAM SECTION */ 

	.team_text_block {
		float: right;
		width: 75%;
		margin-top: 6em;
		padding-left: 0;
		padding-right: 3em;
	}

	ul.team_members li {
		width: 16%;
		margin-right: 4%;
	}

	span.team_member_name {
		font-size: 0.938em;
		width: 85%;
	}

	/* @end */


	/* @group CLIENTS */

	.clients_logo_block {
		width: 65%;
	}

	/* @end */


	/* @group TYPOGRAHY */

	p {
		font-size: 15px !important;
	}

	span.team_member_name {
		font-size: 15px !important;
		line-height: 1.1em;
		text-align: left;
	}

	span.team_member_position {
		font-size: 15px !important;
	}

	/* @end */


}


@media screen and (max-width: 1024px) and (min-width: 800px) {


	body {
		font-size: 14px;
	}

	/* @group GRID */

	.container {
		width: 100%;
		margin: 0 auto;
	}

	.responsive_grid {
		width: 89.58%; /* 688px / 768px */
		margin: 0 5.208%;
	}

	/* @end */

	/* @group HOME */

	.twitter_feed_logo {
		margin-top: 46px;
	}

	/* @end */


	/* @group CHARACTERS */

	#character_isabel {
		position: absolute;
		bottom: -69px;
		right: 240px;
	}

	#character_tiago {
		position: absolute;
		bottom: 120px;
		right: 50%;
		margin-right: -450px;
	}

	#character_guilherme {
		position: absolute;
		bottom: 148px;
		left: 50%;
		margin-left: -580px;

	}

	#character_joaquim {
		position: absolute;
		top: 485px;
		right: -100px;
	}

	#character_elisa {
		position: absolute;
		bottom: 176px;
		left: 50%;
		margin-left: -450px;
	}

	/* @end */


	/* @group CHARACTERS AT NIGHT */

	#character_isabel_night {
		position: absolute;
		bottom: -39px;
		left: 50%;
		margin-left: -400px;
	}

	#character_joaquim_night {
		position: absolute;
		bottom: 225px;
		left: 50%;
		margin-left: 330px;
	}

	/* @end */


	/* @group AGENCY SECTION */ 

	div#agency {
		/*border: 1px solid #c2c2c2;*/
	}

	.agency_text_block_left {
		width: 33%;
		margin-top: 6em;
	}

	.agency_text_block_right {
		width: 33%;
		margin-top: 14.5em;
	}

	/* @end */


	/* @group WORK SECTION */ 

	div#work {
		/*border: 1px solid #c2c2c2;*/
	}

	.work_text_block_left {
		width: 32%;
		margin-top: 6em;
	}

	.work_text_block_right {
		width: 32%;
		margin-top: 15em;
		margin-right: 28%;
	}

	/* @end */


	/* @group TEAM SECTION */ 

	.team_text_block {
		float: right;
		width: 65%;
		margin-top: 6em;
		padding-left: 0;
		padding-right: 3em;
	}

	ul.team_members li {
		width: 16%;
		margin-right: 4%;
	}

	span.team_member_name {
		font-size: 0.938em;
		width: 70%;
	}

	/* @end */


	/* @group CLIENTS */

	.clients_logo_block {
		width: 65%;
	}

	/* @end */


	}


@media screen and (max-width: 3000px) and (min-width: 768px) {


	/* @group STATUS BAR */

	#status_bar {
		display: inline;
	}

	/* @end */


	/* @group PRIMARY NAVIGATION */

	#responsive_nav {
		position: fixed;
		top: 35px;
		right: 70px;
		height: 100px;
		z-index: 100;
	}
		
	#responsive_nav ul li {
		font-family: "proxima-nova",sans-serif;
		font-size: 20px !important;
		float: left;
		width: 47px;
		margin-top: 45px;
		margin-right: 8px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}

	#responsive_nav ul li a {
		font-size: 20px !important;
		display: inline-block;
		width: 120px;
		padding: 7px 0 7px 20px;
		text-decoration: none;
		color: #ffffff;
		background: #00a4e4;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
	}
		
	#responsive_nav ul li a:hover {
		background: #0088B2;
	}

	#responsive_nav ul li a.active {
		background: #0088B2;
	}

	/* @end */
}




