nav ul, nav ol {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}

*{
margin: 0;
padding: 0;
}

html {font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

body {
font-family: 'News Cycle', sans-serif;
font-size: 14px;
line-height: 1.6;
background: #1c2a47;

}


/*********************** HEADER **********************/

/*-- Main structure --*/
#header-top{
border-top:solid 3px #003dc6;
background:url("../images/top_stripe.png") repeat-x;
height:1px;
}

/*-- Logo --*/
#logo{
background:url("../images/logo-vector3.png") 0 6px no-repeat #1c2a47;
height: 90px;
}


#title-excel{
font-family: 'News Cycle', sans-serif;
font-size:18px;
font-style:italic;
color: white;
vertical-align:middle;
line-height:94px !important;
border-left:solid 1px white;
padding-left: 31px;
padding-top:2px;
margin-left: 0;
margin-right: 48px;
}




/*-- Menu --*/
nav{
border-top:solid 1px #cccccc;
margin:auto;
height:60px;
padding-top:5px;
}


.sf-menu, .sf-menu *{
margin:0;
padding:0; 
list-style:none;
}

.sf-menu {line-height:1.0}
.sf-menu ul {position:absolute; top:-999em; width:11em;}
.sf-menu ul li {width:100%;}
.sf-menu li:hover {visibility:		inherit; /* fixes IE7 'sticky bug' */}
.sf-menu li {float:left;position:relative;}
.sf-menu a {display:block; position:	relative;}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {left:0; top:2.2em; /* match top ul list item height */z-index:9999}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top:-999em;}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left:10em; /* match ul width */top:0}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top:-999em}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left:10em; /* match ul width */top:	0}



/*----- Menu Skin -----*/
nav ul{
margin: 0 !important;
}
nav ul li{
width:100px;
text-align:center;
}

.sf-menu{
padding-top:10px;
}


.sf-menu > li.top > a {
font-size:20px;
color: white;
font-family: 'News Cycle', sans-serif;
text-decoration:none;
text-transform:uppercase;
}

.sf-menu > li.top > a:hover {
color: #f58220;
}


.sf-menu > li.top > a:hover, .sf-menu > li.top > a.active-item{
border-bottom:solid 3px #f58220;
padding-bottom:10px;
}
.sub-menu{
margin-top:10px;
background:url(../images/left_shadow.png) left bottom no-repeat,url(../images/right_shadow.png) right bottom no-repeat;
margin-left: -20px;padding: 0 20px;}
.sf-menu > .sub-menu{ left:-23px !Important}
.sub-menu li{ padding-bottom:10px; background-color:#FFF;
}
.sub-menu li:first-child{
padding-top:10px
}

.sub-menu li:last-child{
border-bottom:5px solid #464f5c
}

.sub-menu a{
display:block; 
background:#f8f8f8; 
padding:6px 10px 8px 10px; 
margin:0px 10px;
font-size:12px; 
color:#464f5c; 
text-decoration:none;  
font-family: 'News Cycle', sans-serif;
}

.sub-menu a:hover {
color:#0297ff;
border-left:solid 3px #003dc6
}



/*************************************************//**************** MEDIA QUERIES ******************/

.container, .outer-text-wrapper  {
background: #1c2a47;
position: relative;
width:980px;
margin:0px auto;
}

#slideshow, ul#slide-main, ul#slide-title {
  width:980px;
}


#meio{
background: url(../images/slider_stripes_bg.png), url(../images/slider_bg.png);
background-color:#464f5c;
background-position:center center;
background-repeat: repeat, no-repeat;
border-top: 3px solid #003dc6;
width:100%;
height:457px;


}

#conteudo{
	width:980px;
	margin:auto;
height:99.7%;
background: white;

border-bottom:3px solid #003dc6;
}

#conteudo2{
	width:980px;
	margin:auto;
height:99.4%;
background: white;

border: 1px solid white;
border-bottom:1px solid #003dc6;
}


#div-roda{
width:380px;
height:433px;
padding-top:19px;
float: left;
}

#div-info1{
width:300px;
padding:10px 0 0 30px;
float: left;

}

#div-info1-contato{
width:400px;
margin-top:18px;
padding:0 0 0 15px;
float: left;
}

#div-info2-contato{
background:url(../contato/_img/h1-contato.jpg) no-repeat right bottom;
width:500px;
height:100px;
vertical-align:middle;
line-height:40px;

margin:70px 0 0 15px;
font-size:16px;
float: left;

}


#div-info2-trabalhe{
width:540px;
float: right;
border: 1pxs olid green;

}

fieldset{
width:335px;
height:350px;
border:none;
}

.label {
	float: left; 
	margin: 3px 0 5px 0; 
	width: 125px;
	font-size: 16px; 
	color: #445668;
	text-shadow: 0px 1px 0px #f2f2f2;
	

}

.input {
	width: 260px; 
	height: 35px; 
	padding: 5px 20px 0px 20px; 
	margin: 0 0 20px 0;
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; text-shadow: 0px -1px 0px #334f71;
}
	.input::-webkit-input-placeholder  {
	
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}
	.input:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}

textarea{
 overflow: auto;
	width: 290px !important; height: 50px !important; padding: 12px 20px; margin: 0 0 20px 0;
	background: #5E768D;
	font-size: 16px; color: #4ba3f5;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #4ba3f5;
	color:
}
	textarea::-webkit-input-placeholder  {
    	color: #0066FF;
	}
	textarea:-moz-placeholder {
	    color: #0066FF;
}

.input[type=submit] {
	width: 105px; height: 38px; float: right; padding: 10px 15px; margin-top:10px;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79)); /* webkit */
	cursor: pointer;
}





#div-info2{
width:600px;
float: right;
}

#div-info2 p{
width:585px;
height:300px;
text-align:justify;
margin-top:4px;
font-size:17px;

}

.first-letter {
color:#666666;
font-size:40px;

}


.div-info{
width:585px;
height:452px;
float: right;

}

.div-info ul{
list-style-type:none;
}

.interno-info{

}

.interno-info p{
	width:573px;
	height:270px;
	margin-top: -30px;
	text-align:justify;
    float:left;
}

.interno-info-img, .interno-info-img2, .interno-info-img3, .interno-info-img4, .interno-info-img5, .interno-info-img6, .interno-info-img7, .interno-info-img8{
width:573px;
height:120px;
margin-right:10px;
float:right;

}



.interno-info-img{
background:url(../wealth/_img/div-img.png) 0 26px no-repeat;
}
.interno-info-img2{
background:url(../wealth/_img/div-img2.png) 0 26px no-repeat;
}
.interno-info-img3{
background:url(../wealth/_img/div-img3.png) 0 30px no-repeat;
}
.interno-info-img4{
background:url(../wealth/_img/div-img4.png) 0 30px no-repeat;
}
.interno-info-img5{
background:url(../wealth/_img/div-img5.png) 0 30px no-repeat;
}
.interno-info-img6{
background:url(../wealth/_img/div-img6.png) 0 10px no-repeat;
}
.interno-info-img7{
background:url(../wealth/_img/div-img7.png) 0 10px no-repeat;
}
.interno-info-img8{
background:url(../wealth/_img/div-img8.png) 0 30px no-repeat;
}



.h1{
font-family: 'Crimson Text', serif;

background:url("../images/bg-page-header.png") repeat-y ;
width:550px;
height:50px;
font-size:22px;
text-align: right;
margin:20px 15px 10px 19px;
vertical-align:middle;
line-height:50px;
padding-right:10px;
float:right;

border-top: 2px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
}

h1{
font-family: 'Crimson Text', serif;

background:url("../images/bg-page-header.png") repeat-y ;
width:550px;
height:50px;
font-size:22px;
text-align: right;
margin:10px;
vertical-align:middle;
line-height:50px;
padding-right:10px;
margin-bottom:30px;
float:right;

border-top: 2px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
}

.atuacao{
color:#333;
font-weight:900;
}



/****************** SLIDESHOW ********************/ 

#slider-wrapper{
  background: url(../images/slider_stripes_bg.png), url(../images/slider_bg.png);
background-color:#464f5c;
background-position:center center;
background-repeat: repeat, no-repeat; 
height:460px
}

.ei-slider{
position: relative;
width: 100%;
max-width: 980px;
height: 340px; 
margin:auto; 
border-top:solid 3px #003dc6;
z-index:1
}

.ei-slider img{
max-width:none
}

.ei-slider-loading{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index:999;
background: rgba(0,0,0,0.9);
color: #fff;
text-align: center;
line-height: 400px;
}

.ei-slider-large{
height: 100%;
width: 100%;
position:relative;
overflow: hidden;
}

.ei-slider-large li{
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%
}

.ei-slider-large li img{width: 100%;}
.slide-maintitle{
text-align:center; 
background:url('../images/sliders/slider_separator.png') repeat-y right center #464f5c;
min-height: 55px;
}

.slide-maintitle span{
font-size: 1.4em;color:#fff; 
background:url('../images/slide_arrow.png') no-repeat right center; 
padding:6% 6% 8%; 
display:inline-block; 
font-family: 'News Cycle', sans-serif;}

.ei-slider-thumbs{
display:block;
margin: 0 auto;
position: relative; 
height: 2px;
}

.ei-slider-thumbs li{
position: relative;
cursor:pointer;
border-bottom:solid 3px #003dc6; 
float:left; 
display:inline-block; 
width:248px
}

.ei-slider-thumbs li:last-child .slide-maintitle{
background:none #464f5c;
}

.ei-slider-thumbs li.ei-slider-element{
top: 0px;
border: medium none;
left: 0px;
position: absolute;
height: 100%;
z-index: 10;
text-indent: -9000px;
background: white;
}


.uppercase{text-transform:uppercase; }


.ricardolazio{
color: white;
font-family:Helvetica, sans-serif;
}

.w-m{
color: blue;
}

.sub-title{
text-align: center;
font-size:10px;
color: #9fa6ac;
}

.box-container{
font-size:12px;
width:100%;
height:380px;
padding-top:20px
}

.span{
color: #50aefd;
text-decoration: none;
}

footer{
background:url("../images/bg-footer.png") no-repeat;
width:980px;
margin:auto;
height:88px;
margin-top:15px;
}


.footer{
width:980px;
height:20px;
margin:auto;
vertical-align:middle;
line-height:20px;
text-align: right;
}

.footer a{
color:#0066FF;
text-decoration:none;
}






/* ACCORDION */
/* ACCORDION */

/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:90%;
	max-width:800px;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: 100px;
    border-bottom: 1px solid #c7deef;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    font-family: 'Josefin Slab',Georgia, serif;
    text-shadow: 1px 1px 1px #fff;
    font-size: 30px;
    display: block;
	position: relative;
    line-height: 100px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #1693eb;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #1693eb;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content p{
    font-size:  16px;
    font-family:  Georgia, serif;
    line-height:  23px;
    padding: 0px 4px 5px 4px; 
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}






div .tabs article #div-roda nav ul, nav ol {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}