

.bx-content p#textSlide{
	display: inline-block;
	position: absolute;	
	top: 300px;
	left: 5%;
	font-size: 2.5rem;
	line-height: 2.6rem;
	color: #fff;
	z-index: 110;
	text-align: left;
	text-shadow: 1px 1px #000000;
	/*
	-webkit-transition: all 3.5s;
	-moz-transition: all 3.5s;
	-o-transition: all 3.5s;
	transition: all 3.5s;
	*/
}

.bx-content p#textSlide a{
	color: #fff;
}

.bx-content p#textSlide span{
	display: block;
}

.bx-content p span.bx-separador{
	width: 70px;
	height: 20px;
	left: 0;
	border-bottom: 2px solid #fff;
}


/*
.bx-content span{
	display: inline-block;
	position: absolute;	
	left: 5%;
	font-size: 2.5rem;
	line-height: 2.6rem;
	color: #fff;
	opacity: 1;
	z-index: 110;
	-webkit-transition: all 3.5s;
	-moz-transition: all 3.5s;
	-o-transition: all 3.5s;
	transition: all 3.5s;
}

.bx-content span#text1{
	top: 300px;
	-webkit-transition: all 4.5s;
	-moz-transition: all 4.5s;
	-o-transition: all 4.5s;
	transition: all 4.5s;
}
.bx-content span#text2{
	top: 330px;
	-webkit-transition: all 4.5s;
	-moz-transition: all 4.5s;
	-o-transition: all 4.5s;
	transition: all 4.5s;
}
.bx-content span#text3{
	top: 360px;
	-webkit-transition: all 4.5s;
	-moz-transition: all 4.5s;
	-o-transition: all 4.5s;
	transition: all 4.5s;
}

.bx-content span span.bx-separador{
	display: block;
	width: 70px;
	height: 20px;
	left: 0;
	border-bottom: 2px solid #fff;
}

.bx-content .hideAnim{
  opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;  
	-o-transition: opacity .25s ease-in-out;  
}

.bx-content .hideAnim{
    display: block;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name: fadeInFromNone;
}
	

@-webkit-keyframes fadeInFromNone {
    0% {
        display:none; 
        opacity: 0;
    }

    1% {
        display: block ; 
        opacity: 0;
    }

    100% {
        display: block ; 
        opacity: 1;
    }
}


.bx-content h2, .bx-content h3{
    font-size: 120px;
    position: relative;
    z-index: 300;
    color: #fff;
    padding: 20px 30px 0px;
    text-align: left;
    text-shadow: 0px 0px 1px rgba(255,255,255,0.9), 1px 2px 5px rgba(0,0,0,0.5);
}

.bx-content h2{
	display: inline-block;
  left: 5%;
  top: 200px;
  opacity: 1;
  -webkit-transition: all 2.5s;
  -moz-transition: all 2.5s;
  -o-transition: all 2.5s;
  transition: all 2.5s;
}

.bx-content h2.hideAnim{
  left: -100px;
  font-size: 110px;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;  
}


.bx-content h3{
    font-size: 60px;
}
*/

.bx-container{
	position:fixed;
	/*top:64px;
	bottom: 8px; Este bottom tinha sido colocado para puxar o slideshow da home para cima... resolver doutra forma! atuando apenas no slideshow!*/
	bottom: 0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:0;
}
.bx-container img{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	z-index: 101;
	display:none;
}
.bx-canvas{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.bx-overlay, .bx-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	/*background: transparent url(../images/pattern.png) repeat top left;*/
	z-index:10;
}
.bx-loading{
    z-index: 98;
    background: #000;
}
.bx-loading span{
    color: #fff;
    font-size: 13px;
    position: fixed;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: -12px 0 0 -46px;
    left: 50%;
    top: 50%;
    text-shadow: 0px 0px 1px rgba(255,255,255,0.9), 1px 2px 5px rgba(0,0,0,0.5);
}
.bx-thumbs{
    position:absolute;
    z-index: 100;   
    bottom: 50px;
    left: 50%;
    margin-left: -294px; /*half of width for centering*/
}
.bx-thumbs a{
    float: left;
    width: 66px;
    height: 66px;
    border: 2px solid #000;
    overflow: hidden;
    margin: 2px 7px;
    position: relative;
    outline: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
	box-shadow: 
        0px 0px 3px rgba(0,0,0,0.6),
        0px 0px 0px 40px rgba(0,0,0,0.3) inset;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bx-thumbs a:hover{
    opacity: 1.0;
    box-shadow: 
        0px 0px 3px rgba(0,0,0,0.6),
        0px 0px 0px 0px rgba(0,0,0,0.1) inset;
}
.bx-thumbs a.bx-thumbs-current{
    opacity: 1.0;
    border-color: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
}