@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);


/* ********** COMECA PRINCIPAL ********** */

body { margin:0; text-align:center; background:url(../img/fd-site.jpg) top center #020406; }

.texto { font-size:14px; color:#252525; font-family: 'Open Sans', sans-serif, arial; font-weight:normal; line-height:130%; text-decoration:none; }
a.texto:link, a.texto:active, a.texto:visited { font-size:13px; color:#324dc3; font-family: 'Open Sans', sans-serif, arial; font-weight:normal; line-height:130%; text-decoration:none; padding:0px; }
a.texto:hover { text-decoration:underline; padding:0px; }

h1 { font-size:22px; color:#252525; font-family: 'Open Sans', sans-serif, arial; font-weight:normal; text-decoration:none; }
a.h1:link, a.h1:active, a.h1:visited { font-size:22px; color:#252525; font-family: 'Open Sans', sans-serif, arial; font-weight:normal; text-decoration:none; }
a.h1:hover { text-decoration:underline; color:#3b5998; }

table, td, th { border-collapse:collapse; padding:3px; }
table { width:100%; padding:3px; }
tr:hover { background:#fbf4c1; }
td { vertical-align:middle; text-align:left; padding:5px; }
table tr, td { border-bottom:1px solid #d9d9d9; }

.form-campos { width:500px; border:2px solid #e9e9e9; font-size:15px; font-family: 'Open Sans', sans-serif, arial; color:#252525; padding:7px; border-radius:5px; margin-bottom:5px; resize:none; -webkit-appearance:none; }
.form-campos:focus { border:2px solid #0c9fc1; }

.form-botao { border:0px solid #DFDFDF; font-size:12px; font-family: 'Open Sans', sans-serif, arial; color:#fff; background-color:#0f2028; padding:7px 10px 7px 10px; border-radius:5px; cursor:pointer; -webkit-appearance:none; }
.form-botao:hover { color:#0f2028; background:#d8da00; }

.form-mais { margin-top:110px; border:1px solid #333333; font-size:13px; font-family:'Fjalla One', sans-serif, arial; color:#333333; background:transparent; text-transform:uppercase; padding:7px 10px 7px 10px; border-radius:5px; cursor:pointer; -webkit-appearance:none; }
.form-mais:hover { color:#333333; background:#d8da00; }

/* ********** TERMINA PRINCIPAL ********** */



/* ********** COMECA CONTEUDO ********** */

#site { overflow:hidden; width:100%; max-width:960px; text-align:left; margin-left:auto; margin-right:auto; }
#lateral { overflow:hidden; float:left; width:40%; display:block; }
#meio { overflow:hidden; float:left; width:60%; padding:0; background:#f1f1f1; }

#logo { width:100%; padding:25px 0 0 0; text-align:center; display:block; }
#logo-mobile { width:100%; padding:25px 0 10px 0; text-align:center; display:none; background:url(../img/fd-site.jpg); }
.logo img{ width:92%; max-width:380px; padding:0; }

#menu-lateral { width:100%; padding:0; margin-top:50px; display:block; }
#menu-mobile { display:none; }

#titulo { width:90%; padding:15px 5% 15px 5%; background:#11222a; }
.titulo { font-size:20px; color:#fff; font-family:'Fjalla One', sans-serif, arial; font-weight:normal; line-height:130%; text-transform:uppercase; }

#conteudo { width:90%; padding:0 5% 0 5%; margin-top:0px; }
#audio { width:96%; padding:2%; background:#fff; margin-top:20px; margin-bottom:20px; box-shadow: 0px 7px 7px #909090; }

#facebook { position:relative; width:100%; text-align:left; padding:10px 0 0 0; }

.share-facebook { width:25px; height:25px; background:url(../img/share-facebook.png) 0 0 no-repeat; border:0; margin-right:0px; cursor:pointer; -webkit-appearance:none; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.share-facebook:hover { background:url(../img/share-facebook.png) 0 -25px no-repeat; }

.share-twitter { width:25px; height:25px; background:url(../img/share-twitter.png) 0 0 no-repeat; border:0; margin-right:0px; cursor:pointer; -webkit-appearance:none; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.share-twitter:hover { background:url(../img/share-twitter.png) 0 -25px no-repeat; }

.share-google { width:25px; height:25px; background:url(../img/share-google.png) 0 0 no-repeat; border:0; margin-right:0px; cursor:pointer; -webkit-appearance:none; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.share-google:hover { background:url(../img/share-google.png) 0 -25px no-repeat; }



/* Phone Portrait (480px) */
@media only screen and (max-width: 480px) and (min-width: 321px) {
	#logo { display:none; }
	#logo-mobile { display:block; }
	#menu-lateral { display:none; }
	#menu-mobile { display:block; }
	#lateral { display:none; }
	#meio { width:100%; }
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
	#logo { display:none; }
	#logo-mobile { display:block; }
	#menu-lateral { display:none; }
	#menu-mobile { display:block; }
	#lateral { display:none; }
	#meio { width:100%; }
}

/* ********** TERMINA CONTEUDO ********** */



/* ********** COMECA HOME ********** */

#banner { width:100%; max-width:520px; text-align:center; margin-top:10px; }
.banner img{ width:100%; max-width:520px; }

#destaque { float:left; width:50%; height:200px; text-align:center; margin-top:10px; background:#d9d9d9; }

#home1 { float:left; width:25%; height:160px; text-align:center; margin:10px 0 0 0; background:url(../img/destaque-audios.png) top center no-repeat; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; }
#home1:hover { background:url(../img/destaque-audios.png) top center no-repeat #d8da00; }

#home2 { float:left; width:25%; height:160px; text-align:center; margin:10px 0 0 0; background:url(../img/destaque-carro.png) top center no-repeat; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; }
#home2:hover { background:url(../img/destaque-carro.png) top center no-repeat #d8da00; }

#home3 { float:left; width:25%; height:160px; text-align:center; margin:10px 0 0 0; background:url(../img/destaque-eventos.png) top center no-repeat; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; }
#home3:hover { background:url(../img/destaque-eventos.png) top center no-repeat #d8da00; }

#home4 { float:left; width:25%; height:160px; text-align:center; margin:10px 0 0 0; background:url(../img/destaque-radio.png) top center no-repeat; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; }
#home4:hover { background:url(../img/destaque-radio.png) top center no-repeat #d8da00; }


/* Phone Portrait (480px) */
@media only screen and (max-width: 480px) and (max-width: 321px) {
	#home1 { width:50%; }
	#home2 { width:50%; }
	#home3 { width:50%; }
	#home4 { width:50%; }
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
	#home1 { width:50%; }
	#home2 { width:50%; }
	#home3 { width:50%; }
	#home4 { width:50%; }
}

/* ********** TERMINA HOME ********** */



/* ********** COMECA MENU ********** */

#menu-links { width:95%; padding:10px 5% 10px 0; text-align:right; 350px 9px no-repeat; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; }
#menu-links:hover { background:#d8da00; }

.menu { font-size:20px; color:#fff; font-family:'Fjalla One', sans-serif, arial; font-weight:normal; line-height:130%; text-decoration:none; }
a.menu:link, a.menu:active, a.menu:visited { font-size:20px; color:#fff; font-family:'Fjalla One', sans-serif, arial; font-weight:normal; text-decoration:none; text-transform:uppercase; padding:0px; }
a.menu:hover { color:#000; }


/* Menu CSS */#cssmenu,
#cssmenu > ul { background: #d8da00; font-family:'Fjalla One', sans-serif, arial; text-transform:uppercase; }
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after { content: ''; display: table; }
#cssmenu:after,
#cssmenu > ul:after { clear: both; }
#cssmenu { width: auto; zoom: 1; }
#cssmenu > ul { background: #11222a; margin: 0; padding: 0; position: relative; }
#cssmenu > ul li { margin: 0; padding: 0; list-style: none; }
#cssmenu > ul > li { float: left; position: relative; }
#cssmenu > ul > li > a { padding: 10px 20px 10px 30px; display: block; color:#fff; font-size: 17px; text-decoration: none; line-height: 18px; }
#cssmenu > ul > li:hover > a { background: #d8da00; color:#11222a; }
#cssmenu > ul > li > a > span { line-height: 18px; }
#cssmenu > ul > li.active > a,
#cssmenu > ul > li > a:active { background:; }

/* Childs */
#cssmenu > ul ul { opacity: 0; visibility: hidden; position: absolute; top: 120px; background: #00a652; margin: 0; padding: 0; z-index: -1; box-shadow: 2px 5px 10px #000; }
#cssmenu > ul li:hover ul { opacity: 1; visibility: visible; margin:0; color: #000; z-index: 2; top: 69px; left: 0; }
#cssmenu > ul ul:before { content: ''; position: absolute; top: -10px; width: 100%; height: 20px; background: transparent; }
#cssmenu > ul ul li { list-style: none; padding: 0; margin: 0; width: 100%; }
#cssmenu > ul ul li a { padding: 10px 18px; display: block; color:#fff; font-size: 14px; text-decoration: none; width: auto; min-width: 150px; border-left: 0px solid transparent; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; }
#cssmenu > ul ul li a:hover { border-left: 0px solid #d64e34; background: #4ab981; }
#cssmenu > ul ul li a:active { background: #00a652; }


@media screen and (min-width: 1024px) {
	#menu { display:none; }
}

@media screen and (max-width: 768px) {
	#menu { display:none; }
	ul { width:100%; }
}

@media screen and (max-width: 480px) and (min-width: 321px) {
	#menu { overlay:hidden; content:'menu'; display: block; font-size:1.50em; padding:10px; text-align:left; cursor:pointer; }
	#nav.js { display: none; z-index:9999; position:absolute; }
	ul { width:100%; }
	li { width:100%; border-right:none; }
}

@media screen and (max-width: 320px) {
	#menu { overlay:hidden; content:'menu'; display: block; font-size:1.50em; padding:10px; text-align:left; cursor:pointer; }
	#nav.js { display: none; z-index:9999; position:absolute; }
	ul { width:100%; }
	li { width:100%; border-right:none; }
}

/* ********** TERMINA MENU ********** */




/* ********** COMECA RODAPE ********** */

#rodape { float:left; width:90%; text-align:left; padding:5px 5% 0 5%; border-top:1px solid #11222a; margin:30px 0 50px 0; }

.rodape { font-size:11px; color:#252525; font-family:'Open Sans', Arial, sans-serif; font-weight:normal; text-decoration:none; padding:0px; }
a.rodape:link, a.rodape:active, a.rodape:visited { font-size:11px; color:#0c4f6a; font-family:'Open Sans', Arial, sans-serif; font-weight:normal; text-decoration:none; padding:0px; }
a.rodape:hover { color:#0c4f6a; text-decoration:underline; }


@media screen and (max-width: 320px) {
	#rodape { text-align:center; }
}

/* ********** TERMINA RODAPE ********** */




/* ********** COMECA BANNER HOME ********** */

/*
 *	generated by WOW Slider 7.2
 *	template Twist
 */
@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=latin,latin-ext);@font-face {
	font-family: "fontello";
	src: url("../js/fontello.eot");
	src: url("../js/fontello.eot#iefix") format("embedded-opentype"),
			url("../js/fontello.woff") format("woff"),
			url("../js/fontello.tt?") format("truetype"),
			url("../js/fontello.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

#wowslider-container1 { 
	display: table;
	zoom: 1; 
	position: relative;
	width: auto;
	max-height:520px;
	margin:0px auto 0px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:520px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:520px;
	max-width: 520px;
	vertical-align: top;
	border:none;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
	width:100%;
	height:100%;
	max-height:520px;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images ul img,
#wowslider-container1 .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 .ws_images > div > img {
	max-height:520px;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws_controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
#wowslider-container1  .wsl{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	background: #fff;
}
#wowslider-container1 .ws_photoItem > div {
	left: 2em;
	right: 2em;
	top: 2em;
	bottom: 2em;
}


#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets {
	display: none;
}
#wowslider-container1.ws_video_playing:hover .ws_bullets {
	display: block;
}
/* IE fix because it don't show controls on hover if frame visible */
#wowslider-container1.ws_video_playing_ie .ws_bullets,
#wowslider-container1.ws_video_playing_ie a.ws_next,
#wowslider-container1.ws_video_playing_ie a.ws_prev {
	display: block;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(./playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}

#wowslider-container1  .ws_bullets { 
	padding: 0px; 
}
#wowslider-container1 .ws_bullets a { 
	position:relative;
	display: inline-block;
	width: 0;
	margin: 0px 5px;
	padding: 7px;	
} 
#wowslider-container1 .ws_bullets a:after{
	position:absolute;
	content:'';
	display: block;
	top:0;
	right: 0;
	height:100%;
	width:100%;
	background-color: #505050;
	border-radius:2px;
	
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}
#wowslider-container1 .ws_bullets a.ws_overbull:after{
    -webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
	background-color: #fdd200;
}
#wowslider-container1 .ws_bullets a.ws_selbull:after{
	opacity:1;
	background-color: #fdd200;
	-webkit-box-shadow: 0 0 0 2px rgba(37, 37, 37, 0.8);
	-moz-box-shadow: 0 0 0 2px rgba(37, 37, 37, 0.8);
	box-shadow: 0 0 0 2px rgba(37, 37, 37, 0.8);
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	font: 2em "fontello";
	width: 2.4em;
	height: 2.6em;
	
	margin-top: -1.3em;
	color: #ffffff;
	z-index: 100;

	-webkit-perspective: 20em;
	-moz-perspective: 20em;
	-ms-perspective: 20em;
	perspective: 20em;

	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
#wowslider-container1 a.ws_next {
	position:absolute;
	top:50%;
	right: 0;
}
#wowslider-container1 a.ws_prev {
	position:absolute;
	top:50%;
	left: 0;
}

#wowslider-container1 a.ws_next:hover:before{
	background-color: #fdd200;
	color: #252525;
    -webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateY(360deg);
}
#wowslider-container1 a.ws_prev:hover:before{
	background-color: #fdd200;
	color: #252525;
    -webkit-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateX(-360deg);
    transform: rotateY(-360deg);
}
#wowslider-container1 a.ws_next:before{
	content:'\e803';
	display: block;
	text-align: center;
	line-height: 2.6em;
	height:100%;
	background-color: rgba(37, 37, 37, 0.8);
	-webkit-transition: all 0.8s ease;
  	-moz-transition: all 0.8s ease;
  	-o-transition: all 0.8s ease;
  	transition: all 0.8s ease;

  	-webkit-border-radius: 0.17em 0 0 0.17em;
  	-moz-border-radius: 0.17em 0 0 0.17em;
  	border-radius: 0.17em 0 0 0.17em;
}

#wowslider-container1 a.ws_prev:before{
	content:'\e802';
	display: block;
	text-align: center;
	line-height: 2.6em;
	height:100%;
	background-color: rgba(37, 37, 37, 0.8);
	-webkit-transition: all 0.8s ease;
  	-moz-transition: all 0.8s ease;
  	-o-transition: all 0.8s ease;
  	transition: all 0.8s ease;
	
  	-webkit-border-radius: 0 0.17em 0.17em 0;
  	-moz-border-radius: 0 0.17em 0.17em 0;
  	border-radius: 0 0.17em 0.17em 0;
}

/*playpause*/
#wowslider-container1 .ws_playpause:before {
	display: block;
	text-align: center;
	line-height: 2.5em;
	height:100%;
	background-color: rgba(37, 37, 37, 0.8);
	
	-webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
  
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}
#wowslider-container1 .ws_pause:before{
	content:"\e801";
}
#wowslider-container1 .ws_play:before{
	content:"\e800";
}
#wowslider-container1 .ws_play:hover:before{
	background-color: #fdd200;
	color: #252525;
    -webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
#wowslider-container1 .ws_pause:hover:before{
	background-color: #fdd200;
	color: #252525;
    -webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

#wowslider-container1 .ws_playpause {
	position:absolute;
	font: 2em "fontello";
    color: #ffffff;
	width: 2.4em;
	height: 2.6em;
	top:50%;
	left:50%;
	margin-left:-1.2em;
	margin-top:-1.3em;
    z-index: 100;

    -webkit-perspective: 20em;
    -moz-perspective: 20em;
    -ms-perspective: 20em;
    perspective: 20em;
  
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}/* bottom center */
#wowslider-container1  .ws_bullets {
	bottom:1.5em;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws_bulframe span{	
	visibility: visible;
	opacity: 1;
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid rgba(37, 37, 37, 0.8);

	bottom:-10px;
	margin-left:-7px;
	left:$ThumbWidthHalf$px;
}#wowslider-container1 .ws-title{
	font: 1.3em 'PT Sans', sans-serif;
	position: absolute;
	left: 2em;
	margin-right:10em;
	z-index: 50;

	color:#fff;
	padding: 1em;
	bottom: 30px;
	top: auto;
	opacity: 1;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
	display:inline-block;
	padding: 0.5em;
	text-transform: uppercase;	
}
#wowslider-container1 .ws-title div{
	display:block;
	margin-top:0.5em;
	font-size: 1.1em;
	padding: 0.7em;
	line-height: 1.15em;
	background-color:rgba(37, 37, 37, 0.8);
	color:#fff;
	
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}
#wowslider-container1 .ws-title span{
	font-size: 1.8em;
	background-color:#fff;
	color:rgba(37, 37, 37, 0.8);
	
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}#wowslider-container1 .ws_images > ul{
	animation: wsBasic 12.6s infinite;
	-moz-animation: wsBasic 12.6s infinite;
	-webkit-animation: wsBasic 12.6s infinite;
}
@keyframes wsBasic{0%{left:-0%} 40.48%{left:-0%} 50%{left:-100%} 90.48%{left:-100%} }
@-moz-keyframes wsBasic{0%{left:-0%} 40.48%{left:-0%} 50%{left:-100%} 90.48%{left:-100%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 40.48%{left:-0%} 50%{left:-100%} 90.48%{left:-100%} }

#wowslider-container1 .ws_bulframe div div{
	height: auto;
}

@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}

/* ********** TERMINA BANNER HOME ********** */





/* FIM */