@charset "utf-8";
/* CSS Document */

/*
font-family: 'Dosis', sans-serif;
font-family: 'Fredoka One', cursive;
font-family: 'Droid Serif', serif;
font-family: 'Open Sans', sans-serif;
*/


#livro {
	background:url(../images/boxbg.jpg) repeat;
	width:100%;
	height:290px;
	display:block;
	color:#f68c32;
	
	
}

#livro .livro-titulo {
	color:#FFF;
	font-size:24px;
	margin-top:25px;
	padding:0;
	display:block;
	line-height:1.2;
}

#livro .livro-texto {
	padding:20px 0;
	display:block;
	line-height:1.5;
}

#livro .livro-preco {
	font-size:24px;
	display:block;
	margin-bottom:25px;
}

#livro div {
	width:275px;
	float:left;
}

#livro img {
	margin-top:-72px;
	float:left;
}

#livro a {
	width:100%;
	
}


#content-top {background:url('../images/content-top-background.png') no-repeat bottom; display:inline-block; margin-top:-75px; height:160px; width:960px;}


/****************************************************************************************************** H O M E *********************/

#destaque-wrapper {margin-top:-45px; }
.destaque-palestras {
	list-style:none;
	color:#0867a5;
	font-family: 'Fredoka One', cursive;
	font-size:1.375em;
	display:inline-block;
	position:relative;
	float:left;
	top:-55px;
	left:15px;
	width:250px;
	}

.destaque-palestras span {font-family: 'Dosis', sans-serif; text-transform:uppercase; font-weight:600;}


.destaque-palestras li {
	margin:20px 0;
	
	}
	
.destaque-palestras a {
	color:#0867a5;
	display:block;
	padding-left:80px;
text-shadow:

2px -2px 1px #fff3e3, 
-1px 1px 1px #e5dfc7,
-2px 2px 1px #e5dfc7,
-3px 3px 1px #e5dfc7, 
-4px 4px 15px #acac98
;
	}

.destaque-palestras a:hover {
	color:#06426a;
	}
	
.palestras-motivacionais a {background:url('../images/palestras-motivacionais-ico.png') center left no-repeat;}	
.coaching-executivo a {background:url('../images/coaching-executivo-ico.png') center left no-repeat;}	
.treinamentos-comportamentais a {background:url('../images/treinamentos-comportamentais-ico.png') center left no-repeat;}	

.palestras-motivacionais a:hover,
.coaching-executivo a:hover,
.treinamentos-comportamentais a:hover
{background:url('../images/check.png')  center left no-repeat; padding-left:72px; margin-left:-5px;
text-shadow:0px -2px 1px #ffca59, 0px 1px 2px #fff, 0px 2px 5px #ff5b02, 0px 0px 10px #ff6102;}	


.quote-home {background:url('../images/header-daniela.png') no-repeat; display:block; width:617px; height:453px; z-index:8; position:relative; text-align:left; margin-top:-115px; float:left;}
.quote-home span {width:285px; display:block; 	font-family: 'Open Sans', sans-serif; font-style:italic; color:#2a3f45; font-size:1.250em; position:relative; left:300px; top:158px;}

#slider {
				width:580px;
				height:250px;
				
				/*IE bugfix*/
				padding:0;
				margin:0;
			}
			
			#slider li { list-style:none; }


.rhino-btn {
	background:url(../images/rhinoslider-sprite.png) 0 0 no-repeat;
	z-index:10;
	width:56px;
	height:53px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-prev, .rhino-next { bottom:-4px; }

.rhino-prev {
	left:-6px;
	background-position:-168px 0;
}

.rhino-next {
	right:-6px;
	background-position:-106px 0;
}

.rhino-prev:hover { background-position:-168px -53px; }

.rhino-next:hover { background-position:-106px -53px; }

.rhino-toggle {
	top:-4px;
	left:-6px;
}

.rhino-play { background-position:0 0; }

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; }

.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets {
	position: absolute;
	bottom: 8px;
	left: 18%;
	margin:0 0 0 -25px;
	z-index: 4;
	background: #fff;
	padding:0 8px;
	
		-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
	background:url(../images/rhinoslider-sprite.png) -224px 0 no-repeat;
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}

.rhino-bullets li {
	float:left;
	display:inline;
	margin:0 2px;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 16px;
	height: 15px;
	cursor: pointer;
	background: white;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 5px 0;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	color:#999;
	background:#eee;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#fff;
	background:#5cd4e8;
}
/****************************************************************************************************** H O M E *********************/
