	html, body
	{
		/*height: 100%;*/
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #EFEFEF url(images/bg01.png) repeat;
		font-family: 'Open Sans', sans-serif;
		font-size: 10pt;
		font-weight: 400;
		color: #8d8d8d;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		color: #333;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
		color: #525252;
	}
	
	a
	{
		color: #525252;
	}
	
	a:hover
	{
		text-decoration: none;
	}

	.container
	{
		margin: 0px auto;
		width: 1200px !important;
	}
	
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		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;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.10em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		width: 30px;
		height: 30px;
		background: #3f3f3f;
		line-height: 30px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 1em 3em 1em 0em;
		letter-spacing: 0.10em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 800;
		font-size: 0.90em;
		color: #333;
	}
	
	.button:before
	{
		display: inline-block;
		background: #8aa2fc;
		margin-right: 1em;
		padding: 8px;
		text-align: center;
		color: #FFF;
	}
		
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		background: #56BD78;
		border-top: 1px solid #47A665;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 2em 0em;
		text-transform: uppercase;
	}

	#logo h1
	{
		text-align: center;
		font-weight: 900;
		font-size: 2.5em;
	}
	
	#logo h1 a
	{
	}

	#logo span
	{
		padding: 0em 0em 0em 0.5em;
	}
	
	#logo h1:before
	{
		
	}
	
	#logo a 
	{
		color: #51AD6F;
	}


/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu {
		/*margin: 0px auto;
		width: 1200px;*/
	}
	#menu ul
	{
		margin: 0;
		padding: 20px 0px 20px 0px;
		list-style: none;
		line-height: normal;
	}
	
	#menu li
	{
		display: inline-block;
	}
	
	#menu a
	{
		display: block;
		padding: 1em 2em;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 700;
		color: #FFF;
	}
	
	#menu .current_page_item a
	{
		background: #7BDB99;
		color: #FFF;
	}
	
	#menu a:hover
	{
		background: #7BDB99;
		text-decoration: none;
		color: #FFF;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		margin-bottom: 3em;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page-wrapper
	{
		padding: 1em 0em 0em 0em;
		/* background: #FFF; */
		/*  border-top: 1px solid #47A665; */
	}

	#page
	{
		/* overflow: hidden; */
		/* padding-top: 6em; */
		/* border-top: 1px solid #E5E5E5; */
		color: #717171;
	}

	#page .title
	{
		margin-bottom: 2em;
	}
	
	#page .title h2
	{
		font-size: 2em;
		font-weight: 800;
		color: #333;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content_2
	{
		float: left;
		width: 100%;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 588px;
	}

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

	#footer-wrapper
	{
		padding: 6em 0em 6em 0em;
		background: #f4f4f4;
		border-bottom: 1px solid #EDEDED;
		border-top: 1px solid #EDEDED;
		width: 100%;
		margin: 0 5px;
		clear: both;
	}

	#footer {
		overflow: hidden;
		color: #666666;
	}
	
	#footer h2
	{
		letter-spacing: 0.10em;
		padding-bottom: 1em;
		font-size: 1.3em;
		font-weight: 700;
		color: #333;
	}

	#footer #fbox1 {
		float: left;
		width: 282px;
		margin-right: 24px;
	}
	
	#footer #fbox2 {
		float: left;
		width: 282px;
		margin-right: 24px;
	}
	
	#footer #fbox3 {
		float: left;
		width: 282px;
	}

	#footer #fbox4 {
		float: right;
		width: 282px;
	}


/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		/* padding: 6em 0em; */
		font-size: 0.85em;
		letter-spacing: 0.10em;
		text-align: center;
		color: #6A6A6A;
	}
	
	#copyright a
	{
		color: #747474;
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		/* overflow: hidden; */ 
		padding-bottom: 3em;
		color: #717171;
	}
	
	#featured img
	{
		/* margin-bottom: 2em; */
	}
	
	#featured .box
	{
		padding-bottom: 1.5em;
	}
	
	#featured .title
	{
		margin-bottom: 2em;
	}
	
	#featured .title h2
	{
		font-size: 2em;
		font-weight: 800;
		color: #333;
	}
	
	#featured .subtitle
	{
		padding-bottom: 1em;
		font-size: 1.3em;
		font-weight: 700;
		color: #333;
	}

	#featured #box1 {
		float: left;
		width: 282px;
		margin-right: 24px;
	}
	
	#featured #box2 {
		float: left;
		width: 282px;
		margin-right: 24px;
	}
	
	#featured #box3 {
		float: left;
		width: 282px;
	}

	#featured #box4 {
		float: right;
		width: 282px;
	}

form fieldset {
	border: 1px dashed #CCC;
	padding:15px;
}
form fieldset legend {
	text-align:right;
}
label, label span {
	display:block;
	position:relative;
	font-family:'Source Sans Pro', sans-serif;
}
label input, label textarea {
	padding:10px 15px;
	border:1px solid gray;
	background-color:#F9F9F9;
	min-width:550px;
}
label textarea {
	min-height:120px;
}
#form {max-width:50%; float:left}
#endereco { max-width:40%; float:right; margin-left:10px; text-align:right }
#address,#phone {
	list-style:none;
	line-height:20px;	
}
.destaque {
	font-weight:bold;
	line-height:35px;
}

#menu, menu ul {position:relative}
#menu ul li ul {display:none}
#menu ul li:hover ul {
	display: block;
	position: absolute;
	z-index: 10;
	width:150px
}
#menu ul li:hover ul li {
	background-color: #069244;
	color: #FFF;
	width:150px;
}
#sidebarLeft {
	float: left;
	overflow: hidden;
	padding-right: 40px;
}
/* Add Responsive */
.rd15_container{padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.collapse.in{display:block;}
.navbar-default .navbar-toggle{border-color:#ddd;}
.navbar-toggle{position: relative;padding: 9px 10px 7px 10px;margin-top: 8px;margin-right: 15px;margin-bottom: 8px;background-color: transparent;background-image: none;border: 2px solid #000000;border-radius: 4px;color:#000000;}
.navbar-toggle .icon-bar{display: block;width: 22px;height: 2px;border-radius: 1px;background:#000000;margin-bottom: 4px;}
.sr-only{position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0;}
@media (min-width: 768px) {
	.rd15_container{width:750px;}
	.navbar-collapse.collapse {display: block!important;height: auto!important;padding-bottom: 0;overflow: visible!important;}
	.navbar-toggle {display: none;}
}
@media (max-width: 767px) {
	.rd15_container{width:auto;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
	#rd15_menu a{padding: 20px 26px;}
	#rd15_menu-wrapper{text-align:right}
	.menu_EDITOR{position: relative;z-index: 9999999;padding-right: 10px;padding-bottom:10px;}
	#menu li a{padding: 5px 10px !important; text-align: right;}
	.collapse{display: none;}
	#main #logo {text-align:left !important}
	#logo a { font-size:24px !important;}
	.largura-25 { width:100% !important}
	#header{ min-height:inherit !important; text-align:right}
}
@media (max-width: 1024px) {
}
@media (min-width: 992px){
	.rd15_container{width:970px;}
}
@media (min-width: 1200px){
	.rd15_container{width:1170px;}
}
/* End Responsive */