@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200italic,400,600,700,900');
@import url('font-awesome.min.css');

@font-face {
    font-family: 'news706';
    src: url("../fonts/news706.ttf");}

/*
	Forward by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #1a1a1a url('images/bg01.png');
		font-family: 'Source Sans Pro', sans-serif;
		color: #7f7f7f;
	}

	form
	{
	}
	
		form input,
		form select,
		form textarea
		{
			-webkit-appearance: none;
		}
		
	a
	{
		color: #00ADEF;
	}
			
	br.clear
	{
		clear: both;
	}
	
	h1, h2, h3
	{
		font-family: 'Source Sans Pro', sans-serif;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1.75em;
	}
	
	p
	{
		line-height: 1.75em;
	}
	
	em, i
	{
		font-style: italic;
	}
	
	strong, b
	{
		font-weight: 700;
		color: #272727;
	}
	
	section,
	article
	{
		margin-bottom: 3em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	header
	{
	}
	
		header.major
		{
		}
		
			header.major h2
			{
			}
			
				header.major h2:before
				{
					display: inline-block;
					font-family: FontAwesome;
					text-decoration: none;
					font-style: normal;
					font-weight: normal;
					line-height: 1;
					-webkit-font-smoothing:antialiased;
					-moz-osx-font-smoothing:grayscale;
				
					color: #C8C8C8;
					display: block;
					font-size: 56px;
					float: left;
					margin-right: 20px;
				}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

		.image.fit
		{
			display: block;
			width: 100%;
		}
		
		.image.featured
		{
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}
		
		.image.left
		{
			float: left;
			margin: 0 2em 2em 0;
		}
		
		.image.centered
		{
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img
			{
				margin: 0 auto;
				width: auto;
			}
			
		.image.border
		{
			padding: 10px;
			background: #FFFFFF;
			text-decoration: none;
			border-bottom: solid 1px #ddd;
		}
		
		.image.border a
		{
		}
		
			.image.border .title
			{
				display: block;
				text-decoration: none;
				font-weight: 700;
				font-size: 1.1em;
				height: 32px;
				line-height: 45px;
			}

	.button
	{
		display: inline-block;
		position: relative;
		background-color: #272727;
		text-align: center;
		text-decoration: none;
		font-weight: 600;
		color: #fff;
		height: 2.75em;
		line-height: 2.75em;
		font-weight: 700;

	}	
	
		.button:after
		{
			content: '';
			position: absolute;
			top: 0;
			right: -0.95em;
			border-left: solid 1em #272727;
			border-top: solid 1.375em transparent;
			border-bottom: solid 1.375em transparent;
		}
	
		.button.alt
		{
			background-color: #00ADEF
		}

			.button.alt:after
			{
				border-left-color: #00ADEF
			}

	ul.style1
	{
	}

		ul.style1 li
		{
			margin-top: 1.1em;
			line-height: 1.75em;
		}

		ul.style1 li:first-child
		{
			margin-top: 0;
		}
				
		ul.style1 li
		{
			position: relative;
			padding-left: 32px;
		}

			ul.style1 li:before
			{
				display: inline-block;
				font-family: FontAwesome;
				text-decoration: none;
				font-style: normal;
				font-weight: normal;
				line-height: 1;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;				

				font-size: 20px;
				content: '\f138';
				position: absolute;
				top: 0;
				left: 0;
				color: #272727;
				line-height:  1.35em;
			}
			
			ul.style1-alt li:before
			{
				color: #00ADEF;
			}

		ul.style1 a
		{
			color: #7f7f7f;
		}
		
		ul.style1 a:hover
		{
			text-decoration: none;
		}
	
	ul.style2
	{
	}
	
		ul.style2 h3
		{
			font-size: 1.10em;
			font-weight: 700;
			color: #515151;
			margin: 0 0 0.75em 0;
		}
		
			ul.style2 h3 a
			{
				color: #515151;
			}
	
		ul.style2 p
		{
			line-height: 1.3em !important;
			margin: 0;
		}
	
		ul.style2 li
		{
			margin: 2em 0 0 0;
			overflow: hidden;
		}

			ul.style2 li:before
			{
				display: inline-block;
				font-family: FontAwesome;
				text-decoration: none;
				font-style: normal;
				font-weight: normal;
				line-height: 1;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;
				
				font-size: 48px;
				width: 84px;
				height: 84px;
				line-height: 84px;
				text-align: center;
				background: #00ADEF;
				color: #fff;
				float: left;
				margin: 0 16px 0 0;
			}

			ul.style2 li:first-child
			{
				margin-top: 0;
			}
		
			ul.style2 li a
			{
				text-decoration: none;
				color: #7f7f7f;
			}
			
				ul.style2 li a:hover
				{
					text-decoration: underline;
				}

	ul.style3
	{
	}
	
		ul.style3 li
		{
			display: inline-block;
			margin-left: 8px;
			height: 42px;

		}

			ul.style3 li:first-child
			{
				margin-left: 0;
			}
			
			ul.style3 li a
			{
				position: relative;
				display: block;
				text-decoration: none;
				background: #00ADEF;
				color: #fff;
				width: 36px;
				height: 32px;
				line-height: 42px;
				text-align: center;
			}

				ul.style3 li a .label
				{
					display: none;
				}

				ul.style3 li a:before
				{
					display: inline-block;
					font-family: FontAwesome;
					text-decoration: none;
					font-style: normal;
					font-weight: normal;
					line-height: 1;
					-webkit-font-smoothing:antialiased;
					-moz-osx-font-smoothing:grayscale;
					
					font-size: 21px;
				}

				ul.style3 li a:after
				{
					content: '';
					display: inline-block;
					position: absolute;
					left: 0;
					bottom: -10px;
					border-top: solid 10px #00ADEF;
					border-left: solid 18px transparent;
					border-right: solid 18px transparent;
				}
		
	ul.style4
	{
	}
	
		ul.style4 li
		{
			position: relative;
			line-height: 1.75em;
			margin-top: 1.5em;
		}
	
			ul.style4 li:first-child
			{
				margin-top: 0;
			}
	
			ul.style4 li:before
			{
				display: inline-block;
				font-family: FontAwesome;
				text-decoration: none;
				font-style: normal;
				font-weight: normal;
				line-height: 1;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;

				font-size: 20px;
				float: left;
				display: block;
				width: 30px;
				height: 30px;
				line-height: 30px;
				text-align: center;
				margin-right: 10px;
				color: #00ADEF;
			}

	ul.style5
	{
	}
	
		ul.style5 li
		{
			position: relative;
			line-height: 1.75em;
			margin: 3em 0 0 0;
		}

		ul.style5 li:first-child
		{
			margin-top: 0;
		}
		
		ul.style5 p
		{
			margin: 0;
		}
		
		ul.style5 h3
		{
			position: relative;
			margin-bottom: 0.50em;
			min-height: 40px;
			background: #f6f6f6 url('images/bg01.png') repeat;
			font-size: 1.10em;
			font-weight: 700;
			color: #515151;
			padding: 0.85em 0 0.85em 50px;
		}
		
			ul.style5 h3:before
			{
				display: inline-block;
				font-family: FontAwesome;
				text-decoration: none;
				font-style: normal;
				font-weight: normal;
				line-height: 1;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;

				font-size: 24px;
				content: '\f138';
				position: absolute;
				left: 0;
				top: 0;
				display: block;
				width: 40px;
				height: 100%;
				line-height: 40px;
				background: #00ADEF;
				color: #fff;
				text-align: center;
			}
		
		ul.style5 a
		{
			text-decoration: none;
		}

		ul.style5 .posted
		{
			margin-bottom: 1.60em;
			font-size: 0.80em;
		}
		
		ul.style5 .posted a
		{
			font-weight: 700;
			color: #515151;
		}

	ol.style1
	{
		margin-top: 2em;
		margin-left: 1em;
		padding: 0;
		list-style: decimal;
	}
	
		ol.style1 li
		{
			padding: 0em 0em 1em 0em;
		}
		
		ol.style1 a
		{
			color: #7f7f7f;
		}

	.box-style
	{
		background: #FFFFFF;
	}
	
		.box-style h3
		{
			font-size: 1.50em;
			font-weight: 700;
			color: #515151;
		}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon
	{
		text-decoration: none;
	}

		.icon:before
		{
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon > .label
		{
			display: none;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#wrapper
	{
	}

	#header-wrapper
	{
		background: #FFFFFF;
	}
	
	#banner-wrapper
	{
		overflow: hidden;
		background: #1a1a1a url('images/bg01.png');
		box-shadow: inset 0px 20px 30px -8px rgba(0, 0, 0,.2), inset  0 -20px 30px -8px  rgba(0, 0, 0,.2);
		z-index: -1;
	}
	
	#main-wrapper
	{
		overflow: hidden;
		background: #f6f6f6 url('images/bg01.png');
		box-shadow: inset 0px 20px 30px -8px rgba(0, 0, 0,.05), inset  0 -20px 30px -8px  rgba(0, 0, 0,.05);
	}
	
	#footer-wrapper
	{
		box-shadow: inset 0px 20px 20px -8px rgba(0, 0, 0,.2);
	}
	
	.wrapper-featured
	{
		overflow: hidden;
	}
	
		.wrapper-featured header
		{
		}

		.wrapper-featured h2
		{
			font-weight: 700;
			color: #515151;
		}
		
		.wrapper-featured .title-medium
		{
		}

		.wrapper-featured .byline
		{
			display: block;
			line-height: 1.50em;
		}

	.wrapper-style1
	{
		background: #FFFFFF;
	}
	
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		overflow: visible;
	}

		#banner  h2
		{
			color: #FFFFFF;
		}
		
		#banner span
		{
			font-weight: 700;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}
	
		#footer header
		{
		}
	
		#footer h2
		{
			font-weight: 700;
			color: #FFFFFF;
		}
		
		#footer strong
		{
			color: #c7c7c7;
		}
		
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}
		
		#main header
		{
		}

		#main h2
		{
			font-weight: 700;
			color: #515151;
		}
		
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright 
	{
		text-align: center;
	}
	
		#copyright span
		{
			display: inline-block;
			background: rgba(255,255,255,.02);
			color: #444444;
		}
	
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		overflow: hidden;
	}
	
		#content h2
		{
		}
		
		#content .byline
		{
			display: block;
			font-weight: 400;
		}

/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/

	#slider
	{
		background: url('images/monitor-frame.png') no-repeat center top;
		background-size: 100%;
	}
	
		#slider:before
		{
			content: '';
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
			background: url('images/monitor-shine.png') no-repeat right top;
			background-size: 100% 100%;
			top: 0px;
			right: 0px;
			z-index: 1;
		}
        
        
#logo2{font-family: 'news706', 'sans-serif';

}

#logo3{
    text-align: center;
}

#marcas{text-align: center}