/* ============ FONTES GOOGLEAPIS ============ */
@charset "utf-8";
@font-face {
font-family: 'Candara';
font-style: normal;
font-weight: normal;
src: local('Candara'), url('CANDARA.woff') format('woff');
}
@font-face {
font-family: 'Candara Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Candara Bold Italic'), url('CANDARAZ.woff') format('woff');
}
@font-face {
font-family: 'Candara Italic';
font-style: normal;
font-weight: normal;
src: local('Candara Italic'), url('CANDARAI.woff') format('woff');
}
@font-face {
font-family: 'Candara Bold';
font-style: normal;
font-weight: normal;
src: local('Candara Bold'), url('CANDARAB.woff') format('woff');
}
/* ============ GLOBAIS ============ */
/**                       { margin: 0 auto; }*/
* {margin:0;padding:0;} 
html, body				{height: 100%;}
#wrap					{min-height: 100%;}
#main {overflow:auto;
		padding-bottom: 95px;
        margin-top:-5px;
        z-index: 1;
        position: relative;} 
#footer {position: relative;
	height: 55px;
	clear:both;} 
body                    { font-family: 'Candara', sans-serif; font-size: 13px; color: #575656; background: #fffcf3; }
/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}
img                     { border: 0px;}
.w100                   { width: 100%; }
.wmax                   { width: 900px; }
.center                 { margin: 0 auto; }
::selection             { background: #c1b079; color:#fff; }
.relative               { position: relative; }
.fup					{text-transform: uppercase;}
/* ============ TOPO ============ */
.header                 { background: url('../img/menu-bg.png') repeat-x top center transparent; z-index: 2; position: relative; height: 50px; }
.logo                   { width:341px; height: 189px; position: absolute; left: 50%; margin-left: -196px; top: 0; z-index: 10; text-align: center; }

/* ============ MENU ============ */
ul.menu                 { list-style: none; padding-top:4px; }
ul.menu li              { display: inline-block; padding:10px 20px; position: relative; }
ul.menu li a            { font-size: 16px; color: #fff; text-decoration: none;}
ul.menu li a:hover      { color:#c1b079; }

.menu-selected			{color:#c1b079 !important;}    

.leftMenu               { float: left; /*padding-left:130px;*/ }
.rightMenu              { float: right; padding-right:75px; }
.facebookMenu           { float: right; position: absolute; right: -30px; top:14px; }
.facebookMenu a 		{ text-decoration:none; color:#ccc; }
.facebookMenu a:hover	{ text-decoration:none; color:#ccc; }

/* ============ SUB-MENU ============ */
ul.menu li ul 			{ z-index: 99; width:130px; padding:15px; left: -10px; top: 0; margin-top: 35px; display: none; float: none; position: absolute; background: url('../img/submenu.png'); }
ul.menu li:hover ul 	{ display: block; }
ul.menu li ul li 		{ z-index: 99; list-style: none; padding: 10px; display: list-item; }

/* ============ BANNERS ============ */
.banner-rotativo        { position: relative; margin-top:-10px; height:565px; z-index: 1;}
.banner-rotativo ul     { list-style: none; padding:0; }
.banner-rotativo ul li  { width: 100%; height: 565px; }
li.banner01             { background: url('../img/banners/banner01.jpg') no-repeat center transparent; }
.banner-rotativo-internas   { position: relative; margin-top:-10px; height:358px; z-index: 1;}
.banner-rotativo-internas ul     { list-style: none; padding:0; }
.banner-rotativo-internas ul li  { width: 100%; height: 358px; }


/* ============ TITULO STYLE ============ */

h2                      { text-align: center; display: table; width:100%; font-size:33px; color:#000000; font-family: 'Candara', sans-serif; font-weight: normal; }
h2 > span, h2:before
, h2:after    	        { display: table-cell; }
h2:after                { width:50%; content: ' '; background: url('../img/title-before.png') left no-repeat; }
h2:before     		{ width:50%; content: ' '; background: url('../img/title-after.png') right no-repeat; }
h2 > span               { white-space: nowrap; padding:0 12px; }

/* ============ CONTEUDO ============ */

.content                { padding-top:50px; font-size: 13px;}

.titulo                 { height: 42px; padding-bottom: 31px; margin-top: -43px; }

/* ============ COLEÇÕES - HOME ============ */
/*.colecoes               { text-align: center; height: 253px; float: left; display: block; overflow: hidden; }*/
.colecoes               { text-align: center;width: 100%;height: 330px;display: block;overflow: hidden; }
.colecoes img           { width: 207px; height: 253px; }
.colecoes > div         { position: relative; display: inline-block; vertical-align: top; margin:0 3px; }
.colecoes > div > span  { transition: 0.1s all linear; position: absolute; padding:20px;height: 207px; overflow: hidden; min-height: 183px; min-width: 137px; margin:15px; background: #fff; opacity: 0; filter: alpha(opacity=0); }
.colecoes > div:hover
> span                  { opacity: 1; filter: alpha(opacity=100); }
.colecoes > div > span
> h1                    { font-size: 20px; color: #000; font-weight: normal; }
.colecoes > div > span
> p                     { color:#575656; font-size: 13px; text-align: center; padding:12px 0; }
.colecoes > div > span
> a                     { padding:4px 12px; text-decoration: none; background: #c1b079; -webkit-border-radius:50%; border-radius:50%; -moz-border-radius:50%; font-size: 22px; color: #fff; text-align: center; }

/* ============ COLEÇÕES - INTERNA ============ */
.colecoes-interna               { text-align: center; padding-left:23px; }
.colecoes-interna > div         { position: relative; display: inline-block; vertical-align: top; margin:0 3px 10px 3px; float:left; }
.colecoes-interna > div > p 	{ padding: 2px 0; text-align: left; text-decoration: underline; }
.colecoes-interna > div > span  { transition: 0.1s all linear; position: absolute; padding:20px; height: 185px; overflow: hidden; margin:15px; background: #fff; opacity: 0; filter: alpha(opacity=0); }
.colecoes-interna > div:hover
> span                  		{ opacity: 1; filter: alpha(opacity=100); }
.colecoes-interna > div > span
> h1                    		{ font-size: 20px; color: #000; font-weight: normal; }
.colecoes-interna > div > span
> p                     		{ color:#575656; font-size: 13px; text-align: center; padding:12px 0; height: 125px; overflow: hidden;}
.colecoes-interna > div > span
> a                     		{ padding:4px 12px; text-decoration: none; background: #c1b079; -webkit-border-radius:50%; border-radius:50%; -moz-border-radius:50%; font-size: 22px; color: #fff; text-align: center; }

.colecoes-interna > div > p.nomeproduto { text-align: left; color: #8E8E8E; text-decoration: underline;}
.colecoes-interna > div > p.nomeproduto:hover { font-weight: bold; }
/*








.produtos                { text-align: center; height: 253px; display: block; overflow: hidden;}



*/




/* ============ PAGINAÇÃO ============ */
.paginacao 				{ text-align: center; padding: 30px 0 0 0; }
.paginacao ul 			{ list-style: none; }
.paginacao ul li 		{ display: inline-block; padding: 0 3px; font-size: 19px; color: #000; }
.paginacao ul li a 		{ text-decoration: none; color: #000; }
.paginacao ul li.active	{ font-weight: bold; }

.clique div { float: right; padding-right: 80px; margin-top: -18px;}

.nav-colecoes           { text-align: center; padding:50px 0; float: right;}
.arrow-next,
.arrow-prev             { width: 69px; height: 18px; display: inline-block; background-position: 0 0; }
.arrow-next             { background: url('../img/arrows-next.jpg'); }
.arrow-prev             { background: url('../img/arrows-prev.jpg'); border-right:1px solid #a9a9a9; }
.arrow-next:hover,
.arrow-prev:hover       { background-position: 0 18px; }


/* ============ COLEÇÃO ZOOM ============ */
#circulo {
    height: 10px;
    width: 26px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: #c1b079;
    margin: auto;
    border-radius:50%;
    display: table;
}

#circulo a {
	display:table-cell;
    text-align: center;
    vertical-align: middle;
	text-decoration: none;
    margin-top: 5px;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
}

/* ============ A ARTISTA - HOME ============ */

.a-artista              {}
.a-artista .texto       { display: inline-block; vertical-align: middle; padding:0 0 25px 20px; text-align: center; }
.a-artista .texto h1    { font-size: 18px; color: #000000; font-weight: bold; padding-bottom:20px;text-align: center; text-transform: uppercase; }
.a-artista .texto p     { font-size: 14px; color: #575656; }
.a-artista .texto2 h1    { font-size: 18px; color: #575656; font-weight: bold; text-align: center; }

/* ============ A ARTISTA ============ */
.titulo-texto	 		{ color: #000; font-size: 18px; }

/* ============ CONTATO ============ */
.page-contato 			{ position: relative; padding-top: 80px; height: 270px;}
.page-contato .local 	{ margin-top:32px; position: absolute; top: 0; left: 0; width: 437px; height: 274px; background: url('../img/local.png') no-repeat; padding:10px 0 0 100px; }
.page-contato .local h1 { font-size: 21px; color: #000; font-weight: bold; padding-left: 128px;margin-top: 80px; }
.page-contato .local p 	{ line-height: 20px; font-size: 15px; color: #000; padding-left: 128px;}
.page-contato .local a 	{ text-decoration: none; color: #333; }

.page-contato .form 	{ position: absolute; top: 0; right: 0; }
.page-contato .form h1  { font-size: 19px; font-style: italic; padding-bottom: 10px; }
.styled-input 			{ font-family: 'Candara', sans-serif; color: #575656;  width: 351px; height: 20px; margin-bottom: 10px; padding: 10px; background-color: #daceaa; border: 0; }
.styled-textarea 		{ resize:none; font-family: 'Candara', sans-serif; color: #575656;  width: 351px; height: 100px; margin-bottom: 10px; padding: 10px; background-color: #daceaa; border: 0; }
.styled-submit 			{ transition:all 0.1s ease-in; padding: 10px 25px; color: #575656; background-color: #daceaa; border: 0; float: right; font-family: 'Candara', sans-serif; }
.styled-submit:hover 	{ opacity: .6; filter:alpha(opacity=60); }

/* ============ RODAPÉ ============ */
.footer                 { background: #000; }
.telefone,
.facebook,
.instagram,
.codde                  { height: 35px; display: inline-block; vertical-align: middle; color:#fff; font-size: 14px; text-decoration: none; }
.telefone               { width: 120px; background: url('../img/telefone.jpg') left center no-repeat; padding:20px 0 0 18px; }
.facebook               { width: 110px; background: url('../img/fb.jpg') left center no-repeat; padding:20px 0 0 18px; }
.instagram              { width: 80px; background: url('../img/ins.png') left center no-repeat; padding:20px 0 0 25px; margin-left: 20px; }
.codde                  { float: right; padding-top:20px; width:33px;  }



/* ============ MURAL COLEÇÕES HOME ============ */
#scrollerholder {
	margin: auto;
	position:relative;
	height:253px;
	width:870px;
	overflow:hidden;
	display:block;
	margin-top: 0px;
	margin-left: 0px;
}
.div-casethumb {
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	top:-23px !important;
	position: relative; 
	display: inline-block; 
	vertical-align: top; 
}

.div-imgholder-case { text-align: center; height: 300px; float: left; display: block; overflow: hidden;}
.div-imgholder-case img { width: 207px; height: 253px; }

.div-imgholder-case > div         { position: relative; display: inline-block; vertical-align: top; margin:0 3px; height: 220px; float: left; margin-right: 15px;}
.div-imgholder-case > div > span  { transition: 0.1s all linear; position: absolute; margin-top: 15px;  min-height: 206px; min-width: 137px; padding-top:0px; padding-bottom:0px; background: #fff; opacity: 0; filter: alpha(opacity=0); margin-left: 15px; margin-right: 15px;  margin-top: 35px; }
.div-imgholder-case > div:hover
> span                  { opacity: 1; filter: alpha(opacity=100);  }
.div-imgholder-case > div > span
> h1                    { font-size: 21px; color: #000; font-weight: normal; margin-top: 30px; }
.div-imgholder-case > div > span
> p                     { color:#575656; font-size: 14px; text-align: center; padding:6px 0; }
.div-imgholder-case > div > span
> a                     { padding:1px 1px; text-decoration: none; background: #c1b079; -webkit-border-radius:75%; border-radius:75%; -moz-border-radius:75%; font-size: 23px; color: #fff; text-align: center; }

/* ============ SHADOWBOX ============ */
.esquerdashadowbox {
	margin-top: 20px;
	display: block;
	width: 400px;
	text-align: justify;
	margin-left: 40px;
	float: left;
	margin-bottom: 50px;
	margin-right: 45
}

.tituloshadowbox {
	font-size: 21px; 
	color: #A99E71;
	width: 100%;
	font-weight: normal;
	margin-top: 80px;
	display: block;
	text-align: center !important;
	margin-bottom: 30px;
}

.direitashadowbox {
	display: block;
	width: 355px;
	/*height: 425px;*/
	float: right;
	margin-top: 160px;
	margin-left: auto;
	margin-right: auto;
	line-height: 425px;
	display: table;
}

#child {
    display:table-cell;
    text-align: center;
    vertical-align: middle;

}

.direitashadowbox img {
	display: block;
	width: 310px;
    height: auto;
    width: auto\9; /* ie8 */	
    display:inline-block;
}

.contentColecao {
	width: 90%;
	margin: 0 auto;
}
.contentColecao p { text-align: justify; }

/* ============ MURAL DO ATELIER ============ */
.imgatelier               { text-align: center; }
.imgatelier > div         { position: relative; display: inline-block; vertical-align: top; margin:30px 3px; height: 250px;}
.imgatelier > div > span  { transition: 0.1s all linear; position: absolute; padding:10px; min-height: 282px; min-width: 137px; margin:15px; background: #fff; opacity: 0; filter: alpha(opacity=0); }
.imgatelier > div:hover
> span                  { opacity: 1; filter: alpha(opacity=100); }
.imgatelier > div > span
> h1                    { font-size: 21px; color: #000; font-weight: normal; }
.imgatelier > div > span
> p                     { color:#575656; font-size: 14px; text-align: center; padding:12px 0; }
.imgatelier > div > span
> a                     { padding:4px 12px; text-decoration: none; background: #c1b079; -webkit-border-radius:50%; border-radius:50%; -moz-border-radius:50%; font-size: 23px; color: #fff; text-align: center; }

#scrollerholderatelier {
	margin: auto;
	position:relative;
	height:282px;
	width:777px;
	overflow:hidden;
	display:block;
	margin-top: 0px;
	margin-left: 0px;
	/*background-color: #000;*/
}

.div-imgholder-case-atelier { text-align: center; height: 282px; float: left; display: block; overflow: hidden;}
.div-imgholder-case-atelier img { height: 282px; }
.div-imgholder-case-atelier { position: relative; display: inline-block; vertical-align: top; margin:0 0px; }
.div-imgholder-case-atelier > span  { transition: 0.1s all linear; position: absolute; padding:0px; min-height: 183px; min-width: 137px; margin:0px; background: #fff; opacity: 0; filter: alpha(opacity=0);overflow: hidden; }


.arrow-next-atelier             { width: 10px; height: 14px; background-position: 0 0; display: block; margin-left: 810px; background: url('../img/arrows-next-atelier.jpg');}
.arrow-prev-atelier             { width: 10px; height: 14px; background-position: 0 0; display: block; margin-left: -50px; margin-top: -150px;background: url('../img/arrows-prev-atelier.jpg');}

.pics {  
    height: auto;  
    width: 1920px;
    display: block;
} 
 
.pics img {  
    height: auto;  
    width: 1920px;
    text-align: center;
    display: block;
} 


.fade-box {
        height: 358x;
        width: auto;        
        position: absolute;
        text-align:center;
}

#image-container {
        width: auto;
        height: 358px;
        background: url(images/fade-image-bg.gif);
        background-position:center;
        background-repeat:no-repeat;
}

#image-container img {
        /*width: auto;
        height: 538px;*/
        position: relative; /* ADDED */
        margin-left: -300px;
}

.tabelaColecoes { width: 100%; padding-top:25px; }
.tabelaColecoes tr td { vertical-align: top;  text-align: center; display: inline-block; width: 165px; }
.tabelaColecoes tr td:nth-child(n+4) { margin-right: 0 !important; }
.tabelaColecoes tr td > img { padding-bottom: 20px; }
.tabelaColecoes tr td > p {  padding: 10px 10px 20px 10px; text-align: center; word-wrap: break-word }