/*
Theme Name: Sebastiano Ricci Residencial
Theme URI: http://ricci.planc.com.br
Description: Descrição da empresa
Tags: palavras-chave relacionadas a empresa
Version: 2012
Author: Qualitare Agência de Internet
Author URI: http://www.qualitare.com.br/
Web Front-End: Mário Davi <mariodavi@gmail.com>
*/

/*
+----------------------------------------+
	RESET HTML5
+----------------------------------------+
*/
*, h1, h2, h3, h4, h5, p{margin:0; padding:0; outline:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section{display: block;}
audio, canvas, video{display: inline-block; *display: inline; *zoom: 1;}
audio:not([controls]){display: none; }
[hidden]{display: none;}

/*
+----------------------------------------+
	DEFINICÕES GERAIS
+----------------------------------------+
*/
html{font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body{margin:0; font-size: 13px; line-height: 1.231; color:#555d62;}
body, button, input, select, textarea {font-family: 'PenumbraSerifWebRegular', Tahoma, Arial, Helvetica, sans-serif; color:#555d62;}
/* rodapefixo */
html, body, #container {height: 100%;}
#container {min-height:100%; display:none;}
body > #container {height: auto; min-height: 100%;}
/* RODAPE FIXO NO BOTTOM */
* {margin:0; padding:0;}
#main {overflow:auto; padding-bottom:135px;}
/* deve ter a mesma altura do padding do rodape */
/*Opera Fix*/ 
body:before {content:"";height:100%;float:left;width:0;margin-top:-32767px;}

/* sprite css */
.imgs, footer, header h1, input, textarea {background:url(../imagens/imgs.png) no-repeat;} 

/* cor do background do site quando selecionado  */
::-moz-selection { background: #bec5c8; color: #fff; text-shadow: none; }
::selection { background: #bec5c8; color: #fff; text-shadow: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.indent{text-indent:-9999px;}	

/* links */
a {color:#00e; outline:none; text-decoration:none;}
a:visited { color: #42515a; }
a:hover { color: #42515a; }
a:focus { outline:none; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active{ outline: 0; }

/* Tipografia */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
.indent{text-indent:-9999px;}
.clear{clear:both;}
.none{display:none;}
.left{float:left;}
.right{float:right;}
.alignnone, .alignleft{float:left; margin:0 10px 10px 0;}
.alignright{float:right; margin:0 0 10px 10px}

@font-face {
    font-family: 'PenumbraSerifWebRegular';
    src: url('../fonts/penumbra_serif_web-webfont.eot');
    src: url('../fonts/penumbra_serif_web-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/penumbra_serif_web-webfont.woff') format('woff'),
         url('../fonts/penumbra_serif_web-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
nav a {font-family: 'PenumbraSerifWebRegular'; font-size:11px; color:#45535a;}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre{white-space:pre; white-space:pre-wrap; word-wrap:break-word; }

small {font-size:85%;}

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix {zoom: 1;}

/* Clearfix */
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf { zoom:1;}f:after {content:""; display:table;}
.cf:after {clear:both;}
.cf { zoom:1;}

/* Lists */
ul, ol, dl {margin:0; padding:0; list-style:none;}

/* 
+----------------------------------------+
	CLASSES DE USO GERAL
+----------------------------------------+ 
*/
.block{display:block;}
.inline{display:inline;}
.indent{text-indent:-100000px;}
.absolute{position:absolute;}
.relative{position:relative;}
.hidden{overflow:hidden;}
.center{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
.font10{font-size:10px;}
.font12{font-size:12px;}
.font13{font-size:13px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}

/* CORES */
.red{color:red;}
.black{color:#000;}
.white{color:#fff;}
.blue{color:#0A90F1;}
.blue2{color:#015996;}
.grey{color:#616161;}

/*cores principais do site*/
.cor1 {color:#;}
.cor2 {color:#;}
.cor3 {color:#;}

/* larguras */
.w5 {width:5%;}
.w10 {width:10%;}
.w15 {width:15%;}
.w20 {width:20%;}
.w25 {width:25%;}
.w30 {width:30%;}
.w35 {width:35%;}
.w40 {width:40%;}
.w45 {width:45%;}
.w50 {width:50%;}
.w55 {width:55%;}
.w60 {width:60%;}
.w65 {width:65%;}
.w70 {width:70%;}
.w75 {width:75%;}
.w80 {width:80%;}
.w85 {width:85%;}
.w90 {width:90%;}
.w95 {width:95%;}
.w100 {width:100%;}

/***** arredondar *****/
.curvs {border-radius:14px; -webkit-border-radius:14px; -moz-border-radius:14px;}
/* arrendondar topo */
.curvt {-webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px;}
/* arrendondar bottom */
.curvb {-webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;}

/*
+----------------------------------------+
	TITULOS												
+----------------------------------------+
*/
h1, h2, h3 {font-weight:normal;}
section h1 {font-size:36px;}
section h2 {font-size:18px; margin:20px 0;}

/*
+----------------------------------------+
	HEADER												
+----------------------------------------+
*/
header {width:100%; height:165px; display:block; position: relative; position:absolute; left:0 ; bottom: 0; z-index: 999;}
header h1 {width:182px; height:142px; position:absolute; z-index:4; width:140px; left:50%; margin-left:-70px; background-position:0 0; top:5px; text-indent:-99999px;}
header h1 a {display:block; height:127px;}
	
/*
+----------------------------------------+
	NAVS												
+----------------------------------------+
*/
nav {width:100%; height:165px; display:block; background: url(../imagens/imgs.png) center bottom no-repeat; overflow:hidden; position: relative; clear:both;}

#menu {width: 960px; margin: 100px auto 0 auto;}
#menu li {display:inline; color:#fff; float:left;}
#menu li a {color:#42515a; margin:0 10px; font-size:10px; padding:5px 0; }
#menu li a:hover, #menu li a.in {background:url(../imagens/marc.png) no-repeat center bottom;}
.espaca {margin-right:200px;}

/*
+----------------------------------------+
	SECTIONS / ARTICLES	/ ASIDES										
+----------------------------------------+
*/
#content {width:960px; margin:45px auto;}

#home section {width:960px; height:100%; left:50%; margin-left:-480px; position:absolute; bottom:0; padding:0; z-index:1;}
/* index */
#ricci {max-width:450px; height:80%; position:absolute; bottom:70px; right:0; z-index:0;}
#home section h2 {font-size:38px; color:#42515a; width:580px; text-align:left; left:0; position:absolute; bottom:300px;}
#home section h3 {background-position:-150px 0; width:551px; height:27px; padding:30px 0; font-size:23px; text-align:center; color:#fff; position:absolute; bottom:200px;}

section {width:710px; margin: 0 auto; padding: 210px 250px 100px 0;}
section p, #engenharia li, address {font-family:Tahoma, Geneva, sans-serif; color:#555d62; font-size:13px; font-style:normal; line-height:1.6em; margin:20px 0 0 0;}
p.pp_description {color:#555d62;}

/* aside */
aside {background: url(../imagens/barra.png) no-repeat; width:222px; position: relative; position:fixed; bottom: 0; left:50%; margin-left:250px; z-index:1000; display: none;}
aside h2 {background-position:-150px -97px !important; width:240px; height:33px; padding:12px 0 0 0; font-size:18px; color:#858f95; position:absolute; left:50%; margin-left:-120px; top:110px; text-align:center; z-index:1;}
aside figure {position:absolute; bottom:0;}
#compartilhe {position:absolute; top:170px; z-index:1; width:100%;}
.bt-comp {width:95px; float:left; margin:0 0 0 12px;}

/* empreendimento */
#empreendimento section figure {float:left; border:3px solid #fff; margin:0 7px 0 0;}
figure.last {margin-right:0;}

/* apartamentos */
#apartamentos section dl {background:#b11116; display:block; padding:20px; font:normal normal 12px Tahoma, Geneva, sans-serif; text-transform:normal;}
#apartamentos section dt {cursor:pointer; display:block;}
#apartamentos section dd {line-height:1.6em;}
#apartamentos section li {float:left; margin:0 10px 0 0; width:220px; border:1px solid transparent;}
#apartamentos section li img {border:3px solid #fff;}
#apartamentos section figcaption {text-align:center; margin:10px 0;}
#apartamentos section p {margin:0;}

/* galeria */
.galeria {display:inline-block; margin:20px 0 0 0; position:relative; z-index:0;}
.galeria figure {border:3px solid #fff; float:left; margin:0 7px 10px 0; position:relative; z-index:0;}
.galeria span {display:none; top:0; left:0; width:100%; height:60px; position:absolute; background:url(../imagens/mask.png);}
.galeria a:hover span {display:block; text-align:center; padding:60px 0 0 0; color:#fff;}


/* lazer-e-conveniencias */
#lazer-e-conveniencias section li {float:left;}

/* engenharia-e-tecnologia */
#engenharia-e-tecnologia section ul {margin:20px 0 0 0;}
#engenharia-e-tecnologia section li {margin:10px 0 0 0;}

/* localizacao */
#localizacao section iframe {border:5px solid #fff; margin:20px 0 0 0; float:left;}
#localizacao section h3.accordion {cursor:pointer; margin:20px 0 0 0;font-size:16px;}
#localizacao section ul.accordion {display:none; margin:0;}
#localizacao section li {font:13px Tahoma, Geneva, sans-serif; line-height:1.6em;}
#localizacao section div.right h2 {font-size:18px;}

/*
+----------------------------------------+
	FOOTER
+----------------------------------------+
*/
/*
footer {position:absolute; background-position:center -151px; bottom:0; width:100%; left:0; height:165px; clear:both; overflow:hidden; z-index:3;}

.sticky footer {position:fixed; top:0; left:0; width:100%; z-index:1;}
.sticky aside {position:fixed; top:62px; left:50%; margin-left:250px; z-index:0;}
.sticky header {position:fixed; top:0; left:50%; margin-left:-91px; z-index:2;}
/*.sticky #bg {position:fixed; top:0; z-index:10; left:0; width:100%; height:150px; background:url(../imagens/bg.jpg) no-repeat center 0;}*/
#bg {position:fixed; top:0; z-index:1; left:0; width:100%; height:150px; background:url(../imagens/bg.jpg) no-repeat center 0;}

header.sticky {position:fixed; top:0; left:0; width:100%; z-index:999; /*background: url(../imagens/bg.jpg) 0 top no-repeat;*/ background: #edeef0;}

#overlay {width: 100%; height: 100%; background: url(../imagens/overlay.png) 0 0 repeat; position: relative; position: fixed; z-index: 99999; display: block;}
#overlay .fechar {width: 24px; height: 24px; display: block; position: absolute; right: 10px; top: 10px; background: url(../imagens/prettyphoto/facebook/sprite.png) 0 0 no-repeat;}
/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/* Correct overflow not hidden in IE9 */
svg:not(:root) { overflow: hidden; }

/* Figures */
figure {margin:0;}

/* Tables */
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

/*
+----------------------------------------+
	FORMULÁRIOS										
+----------------------------------------+
*/
form, input, textarea { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button;}

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {}
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* contato */
#form-contato {margin:20px 0 0 0; width:430px;}
#form-contato label {display:none; font-family:Tahoma, Geneva, sans-serif;}
#form-contato input.text {background-position:-711px 0; font-family:Tahoma, Geneva, sans-serif;}
#form-contato input, #form-contato textarea {background-color:#fff; padding:10px; color:#45535a; width:420px; margin-bottom:10px; border:none; }
#form-contato textarea {background-position:-1271px 100px; height:200px; max-height:200px; min-height:200px; overflow:auto; font-family:Tahoma, Geneva, sans-serif;}
#form-contato input[type="submit"] {background-position:-711px -52px; width:auto; float:right; padding:10px 20px; color:#fff;}

/* error */
input.error, textarea.error {border:1px solid red!important; color:red!important;}
#form-contato label.error {display:inline-block; float:none;  padding:0; margin:0 0 10px 0; color:red; clear:both; text-align:center!important;}

/*
+----------------------------------------+
	ESTILOS DE IMPRESSÃO
 	Embutido para evitar uma requisição HTTP: www.phpied.com/delay-loading-your-print-css/
+----------------------------------------+
*/
 /* media queries */

@media only screen and (min-width: 320px) and (max-width: 480px) {
	/*body{background:blue}*/
	#wrap{width:320px; margin:0 auto}
	header h1{font-size:1.3em}

}
@media only screen and (min-width: 480px) and (max-width: 768px) {
	/*body{background:blue}*/
	#wrap{width:480px; margin:0 auto}
	header h1{font-size:2.0em}

}
/* All Mobile Sizes (devices and browser) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/*body{background:blue}*/
	#wrap{width:768px; margin:0 auto}
	header h1{font-size:2.5em}
}
/* ==|== 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; }
}

.icone-natal {
	width: 112px;
	height: 100px;
	margin: 15px auto 0 auto;
	z-index: 100;
}

.imgs2 {
	background:url(../imagens/imgs_2.png) no-repeat !important;
}

.li_home {
	background: url(../imagens/bg-home.png) center 0 no-repeat !important;
	min-height: 90% !important;
}

.li_home #ricci {width: 450px !important; height: 535px !important; position:absolute; bottom:65px; right:0; z-index:0;}

.li_home section h2 {font-size:38px; color:#42515a; width:580px; text-align:left; left:0; position:absolute; bottom: 410px !important;}
.li_home section h3 {background-position:-150px 0 !important; width:551px; height:27px; padding:30px 0; font-size:16px !important; font-weight: normal !important; text-align:center; color:#fff; position:absolute; bottom:320px !important; line-height: 27px;}
.li_home section h4 {width: 397px; height: 86px; background: url(../imagens/disk-ricci.png) 0 0 no-repeat; text-indent: -9999px; position: absolute; bottom: 215px; left: 80px;}

header .centraliza {
	width: 960px;
	height: 32px;
	position: relative;
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -480px;
}
header .centraliza .telefone {
	width: 222px;
	height: 32px;
	background: url(../imagens/bg-telefone.png) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	display: none;
}

.redes_sociais {
	width: 100%;
	height: 72px;
	background: #fff url(../imagens/bg-redes-sociais.png) 0 0 no-repeat;
	position: absolute;
	bottom: 0;
}

.redes_sociais .ico-planc {
	width: 82px;
	height: 52px;
	background: url(../imagens/ico-planc.png) 0 0 no-repeat;
	display: inline-block;
	margin: 10px auto auto 15px;
	text-indent: -9999px;
}

.redes_sociais ul {
	width: 80px;
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 10px 10px auto auto;
	float: right;
}

.redes_sociais ul li {
	width: 30px;
	height: 30px;
	display: inline-block;
	/*margin: 0 5px;*/
}

.redes_sociais ul li a {
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
}

.redes_sociais ul li .ico-facebook {
	background: url(../imagens/ico-facebook.png) 0 0 no-repeat;
}

.redes_sociais ul li .ico-twitter {
	background: url(../imagens/ico-twitter.png) 0 0 no-repeat;
}