.bannercontainer {
width:100% !important;
position:relative;
padding:0;
max-height:430px!important;
overflow:hidden;
background: #fff;
background: #fff url(RB3.png) repeat 50% 0;


	background: #FBFAF8 url(/Portals/0/imagens/portal/BoasFestas_site_2019.jpg) 50% 50% no-repeat ;
	background: #FBFAF8 url(/Portals/0/imagens/banner/banner_000.jpg) 50% 50% no-repeat ;
	-webkit-background-size: cover, auto;
	-moz-background-size: cover, auto;
	-o-background-size: cover, auto;
	background-size: cover, auto;

}
.bannerBorder{
background: #fff;
position: relative;
padding: 20px 0;
display: none;

}
.bannerBorder:after {
content: '';
position: absolute;
bottom: -16px;
width: 0;
height: 0;
display: block;
border-left: 16px solid transparent;
border-right: 16px solid transparent;
border-top: 16px solid #fff;
top: auto;
z-index: 1;
left: 50%;
margin-left: -16px;
}

/*
.bannerBorder:before {
content: '';
position: absolute;
width: 100%;
left: 0px;
bottom: -28px;
height: 28px;
display: block;
background: url(/Portals/_default/Skins/Satva3/images/bg_head_shadow2.png) no-repeat center;
z-index: 1;
}

*/
.fullscreenbanner {
	width: 100%;
	position: relative;
	height:430px;
	opacity:0

}

.roundedcorners	{
	 -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	-webkit-border-radius:5px;
	border-radius: 5px;

}

.tp-caption.roundedimage img {
	-webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
}

/*******************************************************************************
		-	BULLETS AND ARROWS ADD ONS TO THE EXISTING VERSION 	-
*******************************************************************************/

  /*	-	THE BANNER CONTAINER (Padding, Shadow, Border etc. )	-	*/


/*.tp-bannertimer {
    background:#777 !important;
    background:rgba(0,0,0,0.1) !important;
    height:5px !important;
  }*/
.tp-bullets {
    z-index: 90 !important;
    position: absolute;
    bottom: 0px;
}
.tp-rightarrow.default, .tp-leftarrow.default{
    z-index: 90 !important;
}

.tp-bullets.simplebullets {
    bottom: 10px !important;
}
.tp-bullets.simplebullets.navbar {
    bottom: -20px;
    height: 35px;
    padding: 0px 0px;
    margin-top: 0px;
}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 14px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s; 
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important;
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tparrows:before {
    font-family: 'revicons';
	color: #fff;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 8px;
    text-align: center;
    width: 40px;
    font-size: 20px;
}
.tparrows {

    cursor: pointer;

    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 40px !important;
    height: 40px !important;
	
}
.tparrows:hover {
    color: #fff;
}
.tp-leftarrow:before {
    content: '\e824';
}
.tp-rightarrow:before {
    content: '\e825';
}
.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}
.tparrows:hover {
    background: rgba(0, 0, 0, 1) !important;
}