


/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */
@import url(reset.css);
@import url(960.css);
@import url(k2.css);
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,700);


/* Base
----------------------------------------------------------------------------------------------------*/
body {
	background:#f1f1f1 url(../images/bg-ste.jpg);
	background-position:center top;
	margin:0px;
	padding:0px;	
	margin-top:0px;
	line-height:20px;
	
}












.bgSiteFull {
	background:url(../images/bg-ste.jpg);	
	background-position:center top;
	min-height:800px;
}

/* HEADER */
.header .th1 {
	min-height:117px;
	_height:117px	
}

.boxLogo {
	padding-top: 10px;
}

.boxMainMenu a{
	font-size:23px !important;
}

#logo, #logo > img, #menu {
float: none !important;
}

.header .th2 {
	min-height:39px;
	_height:39px	
}
/* FOOTER */

#footer {
	padding-top:0px;
	margin:0px;
}

#footer H3 {
	font-size:12px;
	color:#424141;	
}
/* Layout
----------------------------------------------------------------------------------------------------*/

.contentSite {

	min-height:600px;	
}

.componentheading {
	display:none;	
}

/* Menus
----------------------------------------------------------------------------------------------------*/


.menu-sidebar {
	background:#80e0f8 url(../images/estrutura/bgSideMenu.png) top repeat-x;	
	padding:5px;
}

.menu-sidebar li a {
	display:block;
	padding-left:5px;
	border-bottom:1px solid #71cde4;
}

.menu-sidebar li a:hover {
	background:#1b65b9;
	color:#FFF;
}

.menu-sidebar li.active a {
	background:#1b65b9;
	color:#FFF;
}

/* Modules
----------------------------------------------------------------------------------------------------*/

.boxNoticiaEnquete {
	padding-bottom:	10px;
	padding-top:10px;
}

.boxNoticiaEnquete p {
	text-align: justify;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	color: #0E0E0E;
	line-height: 25px;
}

.boxNoticiaEnquete H3 {
	color: #918b09;
	font-family: Corbel;
	padding-bottom: 10px;
	font-size:30px;
	padding-left:38px;
	background:url(../images/estrutura/icotitle.png) top left no-repeat;
	line-height:37px;	
	font-weight: normal;
}

.bgNoticias, .bgEnquete {
	padding:5px;
	min-height:170px;
	_height:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



.boxInformativos {
	background:url(../images/estrutura/boxInformativos.png) top left no-repeat;
	padding-top:36px;
	min-height:40px;
	_height:40px;
	margin-top:10px;
}

.boxInformativos .module {
	padding:0px;
	padding-left:6px;
	padding-right:5px;
	font-size:11px;
}

.boxInformativos .inputbox {
	width:65px;
	font-size:11px;
	margin-right:5px;	
}

.acymailing_form {
	margin:0px;	
}


.boxProdutos {
	padding-top:10px;	
}

.boxProdutos H3 {
	color:#FFF;
	font-size:20px;
	padding-left:30px;
	background:url(../images/estrutura/bgH3.png) top no-repeat;
	line-height:37px;	
}

.bgBoxProdutos {
	min-height:150px;	
}



.boxParceiros H3 {
	color:#FFF;
	font-size:20px;
	padding-left:30px;
	background:url(../images/estrutura/bgH3.png) top left repeat;
	line-height:37px;	
}


.grid_12 H1 {
	color: #918b09;
	padding-left: 45px;
	background: url(../images/estrutura/icotitle.png) top left no-repeat;
	line-height: 37px;
	font-size: 34px;
	padding-bottom: 10px;
	font-family: Dosis;
	font-weight: 300;
	text-transform: uppercase;
}

.grid_16 H1 {
	color: #000;
	line-height: 37px;
	font-size: 36px;
	padding-bottom: 10px;
	font-weight: 300;
	text-transform: uppercase;
}

.endereco {
	text-align:left;
	font-size:12px;
	color:#424141;
}

.assinatura {
	text-align:right;
	padding-top:5px;	
}

.assinatura a {
	font-size:10px;
	color:#666;
	line-height:11px;	
}





/* Tools
----------------------------------------------------------------------------------------------------*/

.boxBusca .module {
	padding-top:6px;	
}

.breadcrumbs {
	font-size:11px;	
	color:#666;
	padding-top: 10px;
	text-shadow:none !important;
}

.breadcrumbs a {
	font-size:11px;
	color:#333 !important ; 
}

/* System
----------------------------------------------------------------------------------------------------*/

.content {
	font-size:13px;
	line-height:24px;	
}

.edit {
	font-size:10px;
	color:#CCC;	
}

#bnENviar {
	margin-left:170px;	
}

.rsform-text-box {
	width:250px;	
}

FORM td {
	padding:2px;	
}

.pg-center {
	font-size:11px;	
}

#pg-icons {
	display:none;	
}

.meta {
	display:none;	
}

.default {
		
}

.fixed {
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
	box-shadow: 0 0 40px #222;
	min-height:40px;

	margin:auto;
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c6ff), color-stop(40%, #008cff), color-stop(100%, #007cff));
	background: -moz-linear-gradient(top, #00c6ff, #008cff, #007cff);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	
}

.fixed .th2 {
	
	margin-left:auto;margin-right:auto;width:960px	
}

h2.title {
	line-height:normal !important;	
}


.grid_16 .module-title, .grid_12 .module-title {
	font-size:16px;
	color:#fff;
}


.acyfield_nascimento SELECT {
	width:63px !important;
	padding:2px !important;
}

td {
	vertical-align:top;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	float:left;
	margin-right:10px;
}
.acyfield_name input[type="text"] , .acyfield_email input[type="text"]{
	padding:10px !important; 	
}
.acysubbuttons input[type="submit"]{
	padding:8px;
background-color: #FFF;
border-top: 2px solid #CCC;
border-bottom: 2px solid #CCC;
color: #333 !important;
border-radius: 0px !important;
font-family: BebasNeueRegular;
font-size: 16px;	
}

.radiobtn {
	float:left;
	margin-right:10px;
	width:130px;
}

input[type="submit"] {
	background: #918b09;
	border: none;
	padding: 3px;
	color: #fff;
	padding-left: 7px;
	padding-right: 7px;
}

.acymailing_module_form .acymailing_introtext {
	padding-bottom: 10px;
	display: block;
	line-height: 20px !important;
}

.grid_3.redesfooter h3 {
	line-height: 22px;
}

div.catItemIntroText{
	text-align: justify;
}

.itemImageContainer {
	float: left;
}

.djc_title {
	text-align: center;
}

.djc_title a {
	font-size: 15px !important;
	font-weight: bold;
}



.djc_category_info {
	font-weight: bold;
}

.djc_producer_info {
	font-weight: bold;
}

.djc_price {
	font-weight: bold;
}

.djc_price span{
	color:red;
}

.djc_readon {
	width: 77px;
	height: 20px;
	background: #009dff;
	text-align: center;
	padding: 2px;
	border-radius: 4px;
}

.djc_readon a{
	color:#fff;
}

.pagination a {
	font-size:12px;
	border:1px solid #B8B0A4;
	padding:10px;
	margin:2px;
	color:#000;
	font-weight:bold;
}

.pagination a:hover {
	text-decoration:none;
	color:rgb(64, 122, 194);
}

.pagination strong {
	font-size:12px;
	border:1px solid #B8B0A4;
	padding:10px;
	margin:2px;
	color:rgb(64, 122, 194);
}

#djcatalog .djc_images{
	
}

#ProdutosHome H3 {
color: #FFF;
font-size: 20px;
padding-left: 30px;
background: url(../images/estrutura/bgH3.png) top left repeat;
line-height: 37px;
}

.produtoItem{
	margin-left: 30px !important;
}

.selecters label {
	float:left;
	margin:5px;
	margin-top:0px;
	margin-bottom:0px;
}

.selecters input {
	float:left;
	margin:2px 5px 0;

}

h2.resultBusca  {
	font-size:16px;
}

h2.resultBusca  {
	font-size:16px;
}

h2.resultBusca a:hover {
	text-decoration:none !important;
}

.comment-content {
	display: none;
}

#section-comments {
	display: none;
}

#ezblog-body .blog-read .blog-navi {
	display: none;
}


#ezblog-body .blog-read .blog-title{
	padding: 10px;
}

#ezblog-head {
	display: none;
}

#ezblog-label {
	display: none !important;
}

#ezblog-body .blog-post{
	padding: 10px 0 !important;
}

.module.galeriadahome.deepest h3{
	color: #FFF;
	font-size: 20px;
	padding-left: 10px;
	background: #0068DD;
	line-height: 37px;
}

#bannerPrincipal {
}

.nspArt h4.nspHeader a{
	color: #908a00;
	font-family: Dosis;
	font-size: 17px;
}

.bgNoticias p{
	text-align: justify !important;
}

.bgNoticias .nspHeader.tleft.fnull a{
	color: #908a00;
	font-family: Dosis;
	font-size: 17px;
	line-height: 34px;
}

.bgNoticias .nspArt h4.nspHeader{
	color: #908a00;
	font-family: Dosis;
	font-size: 17px;
}

.bgNoticias .nspArt img.nspImage{
	border-radius: 40px;
	border: 2px solid #bfbc80;
}

#footer p{
	font-size:15px;
	color:#131313;
	font-weight: 300;
}

#footer h3{
	font-size:15px;
	color:#131313;
	font-weight: 700;
	text-transform: uppercase;
}

#footer .module{
	padding-top:0px;
}

.grid_7.prefix_1.endereco p {
	padding-left: 15px;
}

.grid_7.prefix_1.endereco h3{
	padding-left: 15px;
}


.FundoBox {
	background: url(../images/estrutura/bgfacelinknews.png) top center no-repeat;
	height: 182px;
}

.module.linkshomepage.deepest {
	padding-left: 18px;
	padding-top: 23px;
}

.module.linkshomepage.deepest p {
	padding-top: 12px;
}

.module.linkshomepage.deepest a{
	color:#484848;
	font-weight: 300;
	font-family: Dosis;
	font-size: 14px;
}

.module.linkshomepage.deepest a:hover{
	text-decoration: none;
}

.module.faceboxhome.deepest p {
	text-align: center;
}

.bgInf .acymailing_introtext{
	color:#777777;
	font-family: Dosis;
	font-weight: 300;
	font-size:16px;
	padding-top: 20px;
	padding-left: 16px;
}

.bgInf .acymailing_form input[disabled] {
	float: left;
	width: 228px !important;
	height: 25px;
}

.bgInf .acyfield_name {
padding-bottom: 0px !important;
}

.bgInf .acyfield_email {
padding-bottom: 0px !important;
}

.bgInf .button.subbutton.btn.btn-primary{
	float: right;
	background: #f5833c;
	width: 80px;
	margin-right: 0px;
}

.bgInf .acymailing_form input[type="text"] {
	float: left;
	width: 228px !important;
	height: 25px;
	color:#777777;
	font-family: Dosis;
}

#djcatalog .djc_items .djc_item_in, #djcatalog .djc_related_items .djc_item_in{
	padding: 0px 0px !important; 
}

#djcatalog .djc_items .djc_item_bg, #djcatalog .djc_related_items .djc_item_bg{
	background: none !important;
}

.djc_title {
	text-align: center;
	z-index: 99999;
	display: block;
	position: relative;
	padding-top: 324px;
}

#djcatalog .djc_items .djc_image img, #djcatalog .djc_related_items .djc_image img {
	background: url(../images/bg1.png) repeat;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	position: absolute;
	display: block;
	-webkit-border-radius: 4px;
	z-index: 1;
	width: 293px;
	height: 400px;
}

.djc_title h3 {
	background: rgba(0, 0, 0, 0.51);
	width: 293px;
	margin-left: 4px;
	line-height: 20px;
	padding-top: 17px;
	height: 62px;
}

.djc_title a {
	color: #f5833c;
}

.djc_category_info {
	display: none;
}

.djc_title a:hover{
	text-decoration: none;
}

.djc_title h3:hover{
	background: rgba(0, 0, 0, 0.71);
}

.titulodomenucat{
	color: #918b09;
	padding-left: 45px;
	background: url(../images/estrutura/icotitle.png) top left no-repeat;
	line-height: 37px;
	font-size: 34px;
	padding-bottom: 10px;
	font-family: Dosis;
	font-weight: 300;
	text-transform: uppercase;
}

.djc_fulltext P {
	padding-top: 10px;
	text-align: justify;
}

.djc_producer_info{
	display: none;
}

.djc_quote {
	font-size: 10px;
	line-height: 12px;
}

.breadcrumbs a{
	color:#918b09;
}

#bannerinternotop .module.bannerinternotoppele.deepest{
	margin-top: 10px;
	width: 940px;
	height: 95px;
	background: #ef7d30 url(../images/estrutura/skinico.png) 22px 5px  no-repeat;
}

#bannerinternotop .module.bannerinternotopbanho.deepest{
	margin-top: 10px;
	width: 940px;
	height: 95px;
	background: #4aafa7 url(../images/estrutura/itoalete.png) 22px 5px  no-repeat;
}

#bannerinternotop .module.bannerinternotopcabelo.deepest{
	margin-top: 10px;
	width: 940px;
	height: 95px;
	background: #ea5556 url(../images/estrutura/ihair.png) 22px 5px  no-repeat;
}


.module.bannerinternotopcabelo.deepest p {
	float: right;
	padding-right: 31px;
	color: #fff;
	line-height: 22px;
	padding-top: 8px;
	text-align: center;
	font-family: Dosis;
	font-size: 18px;
}

.module.bannerinternotopcabelo.deepest h3 {
	float: left;
	color: #fff;
	font-family: Dosis;
	font-weight: 300;
	padding-left: 20px;
	font-size: 22px;
	padding-top: 42px;
}


.module.bannerinternotopbanho.deepest p {
	float: right;
	padding-right: 60px;
	color: #fff;
	line-height: 27px;
	padding-top: 15px;
	text-align: center;
	font-family: Dosis;
	font-size: 21px;
}

.module.bannerinternotopbanho.deepest h3 {
	float: left;
	color: #fff;
	font-family: Dosis;
	font-weight: 300;
	padding-left: 20px;
	font-size: 22px;
	padding-top: 42px;
}


.module.bannerinternotoppele.deepest p {
	float: right;
	padding-right: 60px;
	color: #fff;
	line-height: 27px;
	padding-top: 15px;
	text-align: center;
	font-family: Dosis;
	font-size: 21px;
}

.module.bannerinternotoppele.deepest h3 {
	float: left;
	color: #fff;
	font-family: Dosis;
	font-weight: 300;
	padding-left: 20px;
	font-size: 22px;
	padding-top: 42px;
}

.dropdown-bg a {
	font-size: 16px !important;
	text-transform: uppercase;
	font-family: BebasNeueRegular;
	color:#747353 !important;
	padding-left:10px;
}

.dropdown-bg a:hover{
	text-decoration: none;
}

.dropdown-bg li{

}

.dropdown-bg li:hover{
	background: rgba(255, 255, 255, 0.79) !important;
}

.dropdown-bg {
	margin-top: 12px;
}

div.itemHeader{
	padding-left: 45px;
	background: url(../images/estrutura/icotitle.png) top left no-repeat;
	line-height: 37px;
	font-size: 34px;
	padding-bottom: 10px;
	font-weight: 300;
	text-transform: uppercase;
}

div.itemHeader H2{
	color: #918b09;

}

div.itemHeader h2.itemTitle{
	font-family: Dosis;
}

div.itemHeader{
	color: #918b09;
	padding-left: 45px;
	background: url(../images/estrutura/icotitle.png) top left no-repeat;
	line-height: 37px;
	font-size: 34px;
	padding-bottom: 10px;
	font-family: Dosis;
	font-weight: 300;
	text-transform: uppercase;
}

.clearfix.pvs.phm {
	display: none;
}

#content p{
	padding-top:10px;
	text-align: justify;
}

#content a{
	color:#000;
}


 div.itemListCategory H2{
color: #918b09;
padding-left: 45px;
background: url(../images/estrutura/icotitle.png) top left no-repeat;
line-height: 37px;
font-size: 34px;
padding-bottom: 10px;
font-family: Dosis;
font-weight: 300;
text-transform: uppercase;
}

div.itemListCategory{
	padding-left:0px !important;
	background: none !important;
}

div.catItemHeader h3.catItemTitle a{
	color: #918b09;
	line-height: 17px;
	font-size: 18px;
	padding-bottom: 10px;
	font-family: Dosis;
	font-weight: 300;
	text-transform: uppercase;
}
.log-pas{text-align:center;}
.grid-men{
background-color: #FFF;
height: 50px;
border-top: 2px solid #CCC;
border-bottom:2px solid #CCC;
}

.nomargin{margin:0px !important; padding:0px !important;}


.yesmargin {
margin-left: 50px;
margin-right: 50px;
}

.nomargin-top {
margin-top: 35px;
}

.excl{border-top:1px solid #ccc; padding-top:10px;}
.opact img:hover{opacity:0.8; cursor:pointer;}

.assinatura {
line-height: 9px;
padding-bottom: 12px;
}

.content.clearfix p {
color: #333;
font-size: 1.26em;
letter-spacing: -0.02em;
line-height: 1.45em;
padding-bottom: 1.5em;
text-align: justify;
}

.mod-post-more a {
padding: 10px;
margin-top: 13px;
background-color: #FFF;
float: left;
border-top: 2px solid #CCC;
border-bottom: 2px solid #ccc;
font-family: BebasNeueRegular;
font-size:17px;
}

.ezcategorytitle{display:none;}
.mod-post-title a{
	font-size:22px;
line-height: 40px; 
margin: 10px 0;
font-family: inherit;
line-height: 1;
color: inherit;
text-rendering: optimizelegibility;
font-family: BebasNeueRegular;
}

.blog-title{
color:#333 !important;
font-size:26px;
line-height: 40px; 
margin: 10px 0;
font-family: inherit;
line-height: 1;
color: inherit;
font-weight:normal !important;
text-rendering: optimizelegibility;
font-family: BebasNeueRegular;
}

.rsform-block.rsform-block-enviar input[type="submit"] {padding: 10px;margin-top: 13px;background-color: #FFF;float: left;border-top: 2px solid #CCC;border-bottom: 2px solid #CCC;color: #333 !important;border-radius: 0px !important;font-family: BebasNeueRegular;font-size:17px;}

#ezblog-body {max-width: 980px !important;margin: 18px !important;}
#eblog-wrapper.eblog-vintage #ezblog-body .blog-post , 
#eblog-wrapper.eblog-vintage #ezblog-body .blog-read, 
#eblog-wrapper.eblog-vintage .blog-meta-bottom, 
#eblog-wrapper.eblog-vintage .blog-horizonline-inner{ background-color:transparent !important; border:none !important;} 
.profile-info {display: none;}
.phocagallery-box-file > .detail { display:none;}
.phocagallery-box-file{border:0px !important;background-color: transparent !important;}
.phocagallery-box-file:hover {border:0px !important;}

.phocagallery-box-file > .phocaname, #phocagallery .pg-name {
font-family: BebasNeueRegular !important;
color: black !important;
font-size: 29px;
}

.phocagallery-box-file{ background-color:transparent !important; padding:0px; margin-bottom:20px;}
.phocagallery-box-file-first {background-color:transparent !important; padding:0px; margin-bottom:20px;}
.content.clearfix  h3 {font-family: BebasNeueRegular, Arial, Helvetica, sans-serif; !important;font-size:26px;}
.blog-text.clearfix p {text-align: justify !important;}
#phocagallery-module-ri .phocagallery-box-file {margin:0px !important;}
.phocagallery-box-file.pg-box-parentfolder {display: none;}
/*
.pg-category-view > .phocagallery-box-file.pg-box-subfolder , .phocagallery-box-file-first {width:430px !important;}
.pg-category-view > .phocagallery-box-file-third img {width:430px !important;}
*/
#ezblog-body .blog-read .blog-title, #ezblog-body .blog-post .blog-title a {
font-size: 40px !important;
}
.table-contat p {
margin-top: 0px !important;
padding-top: 0px !Important;
}


/* caso precisar de Submenu so remover esse display none */


.acymailing_module_form .acymailing_introtext {
font-family: BebasNeueRegular !important;
font-size: 22px;
margin-top: 13px;
}


#trhtml , #acyusersubscription , .adminform span , .acymailing_footer {
display: none;
}
.nofloat {

height: 44px;

}
#acyuserinfo td {padding:0px !important;}

.phocagallery-box-file.pg-box-subfolder > .pg-name {font-size:29px !important;}
.phocagallery-box-file.pg-box-image > .pg-name {font-size:18px !important;}



#sbox-overlay {
opacity: 0.9 !important;
}
/*

.pg-imgbgd a#prev{
position: absolute;
top: 320px;
left: 0px;
z-index:9999;
}
.pg-imgbgd a#next{
position: absolute;
top: 320px;
right: 0px;
z-index:9999;
}
*/

#phocagallery.pgacolecao .phocagallery-box-file-first{ width: 100% !important; height: auto !important;margin-bottom:5px !important;}
#phocagallery.pgacolecao .pg-box-subfolder {width:300px !important; height:350px !important;}
#phocagallery.pgacolecao .pg-name {line-height:1;}
#phocagallery.pgacolecao .phocagallery-box-file-second {
	height: 270px !important;
	overflow: hidden;
	display: block;	
}