/* 
 * ==|== normalize ==========================================================
 */

article, aside, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
[hidden] { display: none; }

html, body {margin:0; padding: 0}

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-size: 13px; line-height: 1.231; font-family: sans-serif;  color: #222;}

a, a:visited  { color: #000; }
a:hover { color: #444; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

ul, ol { margin: 0 0; padding: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== tipografia ======================================== */

header {position: relative; text-align: center; }

h1 {
color: #383428;text-align: center; font-size: 38px; letter-spacing: 5px; text-transform: uppercase; font-weight: 400; margin: 0; border-bottom: solid 1px #fff; padding: 20px 0; font-family: 'Quicksand', sans-serif; }

h1 span {color: #fff; font-weight: 400;}

.home h1 {border-bottom: none}
.home h1 span {color: #a8a8a8; }

.felinos h1 {border-bottom: solid 1px #FFFFFF; }
.felinos h1 span {color: #FFFFFF; }

h1 a, h1 a:visited{text-decoration: none}
h1 a:hover {color: #999; text-decoration: none; }

/* ==|== Estrutura ======================================== */

#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:150px;
   width: 100%
}


#container {padding-bottom: 160px}


/* ==|== galeria ======================================== */


.lb-album{
	width: 60%;
	margin: 10px 50% 0 15px;
	list-style: none; 
	list-style-image: none; 
}

.lb-album li{
	float: left;
	margin: 5px;
	position: relative;
	zoom: 1; 
	filter: alpha(opacity=10); 
	opacity: 0.10;
	
 	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	    -ms-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	
}

.lb-album li.alpha90 {filter: alpha(opacity=90); opacity: 0.9;}
.lb-album li.alpha80 {filter: alpha(opacity=80); opacity: 0.8;}
.lb-album li.alpha70 {filter: alpha(opacity=70); opacity: 0.7;}
.lb-album li.alpha60 {filter: alpha(opacity=60); opacity: 0.6;}
.lb-album li.alpha50 {filter: alpha(opacity=50); opacity: 0.5;}
.lb-album li.alpha40 {filter: alpha(opacity=40); opacity: 0.4;}
.lb-album li.alpha30 {filter: alpha(opacity=30); opacity: 0.3;}
.lb-album li.alpha20 {filter: alpha(opacity=20); opacity: 0.2;}


.lb-album li:hover, .lb-album li.start{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	
}


.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	width: 140px;
	height: 100px;
	position: relative;
	padding: 5px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px 2px 2px 2px;
}

.musas .lb-album li > a{
	width: 100px;
	height: 140px;
	}

.felinos .lb-album li > a	{background: #b7cbce;}
.animais .lb-album li > a	{background: #b7cbce;}
.musas 	 .lb-album li > a	{background: #b5d1e6;}


.lb-album li > a span{
	position: absolute;
	width: 140px;
	height: 100px;
	top: 5px;
	left: 5px;
	text-align: center;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 14px;
	opacity: 0;
	filter: alpha(opacity=0); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
 	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.musas .lb-album li > a span{
	width: 100px;
	height: 140px;
}

.felinos .lb-album li > a span{background: url(../img/zoom-animais.jpg) no-repeat center center;}
.animais .lb-album li > a span{background: url(../img/zoom-animais.jpg) no-repeat center center;}
.musas   .lb-album li > a span{background: url(../img/zoom-musas.jpg) no-repeat center center;}

.lb-album li > a:hover span{
	opacity: 0.3;
	filter: alpha(opacity=30); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)"; /*IE8*/
}


/* ==|== Paginas da revista ======================================== */


/* ==|== galeria ======================================== */


.artista #gallery ul, .artista #gallery li{
	list-style: none; 
	list-style-image: none; 
}

.artista #gallery li{
	float: left;
	margin: 0 5px 5px 0;
	
}

.artista #gallery2 ul, .artista #gallery2 li{
	list-style: none; 
	list-style-image: none; 
}

.artista #gallery2 li{
	float: left;
	margin: 0 5px 5px 0;
	
}

.artista #gallery3 ul, .artista #gallery3 li{
	list-style: none; 
	list-style-image: none; 
}

.artista #gallery3 li{
	float: right;
	margin: 0 5px 5px 0;
	
}



/* ==|== Backgrounds ======================================== */

.felinos {background: #ccdbdd url(../img/bg-felinos.jpg) no-repeat right 120px}
.animais {background: #cddbdd url(../img/bg-animais.jpg) no-repeat right top}
.musas {background: #cde4f4 url(../img/bg-musas.jpg) no-repeat right top}
.artista {background: #eae8df url(../img/bg-artista.jpg) no-repeat 0 0}
.atelier {background: #eae8df url(../img/bg-atelier2.jpg) no-repeat right top}
.exposicoes {background: #e9eee5 url(../img/bg-agenda.jpg) no-repeat right top}
.agenda {background: #e9eee5 url(../img/bg-agenda.jpg) no-repeat right top}
.contato {background: #dee3da url(../img/bg-contato.jpg) no-repeat right top}


/* ==|== Artista ======================================== */

.artista section {width: 40%; float: right; margin: 15px 5% 100px 0}
.artista section img {max-width: 100%; height:auto; border: solid 5px #faf7e9}
.artista .intro {width: 250px; font-size: 14px; font-style: italic; float: right; text-align: center; margin: 15px 30px 0 0; }
.atelier .intro {width: 200px; font-size: 14px; font-style: italic; float: right; text-align: left; margin: 15px 28% 0 0; }
.artista .box {width: 410px; font-size: 14px; font-style: italic; float: left; text-align: center; margin: 10px 100% 30px 0; }
.artista .box2 {width: 600px; font-size: 13px; float: left; text-align: left; margin: 15px 35% 0 0; }
.artista .box3 {width: 410px; font-size: 14px; font-style: italic; float: right; text-align: right; margin: 10px 0 30px 100%; }
.animais .intro {width: 200px; font-size: 14px; font-style: italic; float: right; text-align: left; margin: 15px 28% 0 0; }
.musas .intro {width: 230px; font-size: 14px; font-style: italic; float: right; text-align: right; margin: 15px 25% 0 0; }
.felinos .intro {width: 230px; font-size: 14px; font-style: italic; float: right; text-align: left; margin: 5px 22% 0 0; }
/* 
.artista section section {width: 45%; float: left; margin: 0}
.artista section section.expo {margin: 0 8% 0 0; clear: none}
.artista h3 {clear: both}
.artista .secondary {margin-bottom: 120px} 
*/

/* ==|== Exposições ======================================== */

.exposicoes section {padding-top: 20px; margin-left: 10%}
.exposicoes h3 {margin: 25px 0 5px; }
.exposicoes p {margin-top: 5px;}
.exposicoes ul {list-style-type: square}


/* ==|== Agenda ======================================== */

.agenda section {padding-top: 20px; margin-left: 10%}
.agenda h3 {margin: 25px 0 5px; }
.agenda p {margin-top: 5px;}
.agenda ul {list-style-type: square}


/* ==|== Contato ======================================== */

.contato section {padding-top: 20px; margin-left: 10%}
.contato section a {text-decoration: none} 
.contato section a:hover {text-decoration: underline} 
.contato h2 {margin-top: 25px; }
.contato h3 {margin: 25px 0 5px; }
.contato p {margin-top: 5px;}


/* ==|== Menu ======================================== */

nav {background: url(../img/bg-menu.gif) repeat-x center bottom; height: 111px; zoom: 1; filter: alpha(opacity=90); opacity: 0.9; font-size: 0; margin-bottom: 10px}
nav a, nav a:visited {text-decoration: none; color: #444; font-weight: 700; text-transform: uppercase; }

#m-musas a {padding-right: 55px; position: relative;} 
#m-animais a {padding-right: 60px; position: relative;}
#m-felinos a {padding-right: 110px; position: relative;}


.musas nav a:hover {color:#61928f; }
.animais nav a:hover {color:#7b9083; }
.felinos nav a:hover {color:#a8a38c; }
.exposicoes nav a:hover {color:#cec9a8; }
.agenda nav a:hover {color:#cec9a8; }
.artista nav a:hover {color:#cec9a8; }
.contato nav a:hover {color:#cec9a8;}


.musas #m-musas a	 	        {color:#61928f; text-decoration: underline}
.animais #m-animais a	        {color:#7b9083; text-decoration: underline} 
.felinos #m-felinos a	        {color:#a8a38c; text-decoration: underline}
.exposicoes #m-exposicoes a	 	{color:#cec9a8; text-decoration: underline}
.agenda #m-agenda a	 	        {color:#cec9a8; text-decoration: underline}
.artista #m-artista a	        {color:#cec9a8; text-decoration: underline}
.contato #m-contato a  	        {color:#cec9a8; text-decoration: underline}


nav span {background-repeat: no-repeat; background-position: bottom right; display: block; height: 110px; margin-top: -95px; right: 0; position: absolute}
.ie6 nav span, .ie7 nav span {margin-top: -79px;}

#m-musas span {background-image: url(../img/bt-musas.png); display: block; width: 55px;}
#m-animais span {background-image: url(../img/bt-animais.png); display: block; width: 80px;}
#m-felinos span {background-image: url(../img/bt-felinos.png); display: block; width: 107px;}

nav li {float:left; margin-top: 80px; padding: 0 5px}

nav #main-nav {float: left}
nav #languages-nav {float: right; margin-right: 25px; margin-bottom:auto;}

nav #main-nav a {font-size: 14px}
nav #languages-nav a {font-size: 10px}



/* ==|== Fancybox ======================================== */


/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}



/* ==|== Tooltip do Bootstrap ======================================== */

.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}
.tooltip.top{margin-top:-3px;}
.tooltip.right{margin-left:3px;}
.tooltip.bottom{margin-top:3px;}
.tooltip.left{margin-left:-3px;}
.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000;}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000;}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000;}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000;}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
