@charset "UTF-8";
/*
Tema:  NossaNoiteResp
Tema URL: https://nossanoite.com.br/
Autor:  Éderson F. - Alsite Design
Autor URL: https://www.alsite.com.br
Descrição: Novo site Nossa Noite responsivo.
Versão: 1.0.0
Data: 02/02/2016
*/

@import url(//fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url(//fonts.googleapis.com/css?family=Hind:400,500,600,700,300);
@import url(font-awesome.min.css);

@import url(colors.css);
@import url(social-icons.css);

/* =================================================== */
/* ============= BASELINE ============================ */
/* =================================================== */

html {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'Hind', sans-serif;
	background: #eeeeee;
	color: #212121;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	/*url(../img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	color: #212121;
}

html,
body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	margin-bottom: -300px;
}
.wrapper:after {
	content: "";
	display: block;
	height: 300px;
}
.footer {
	color:#010101;
	padding: 20px 0;
	height: auto;
}

.qbr {
	padding: 10px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
	-webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.11);
	box-shadow: 1px 1px 0 0 rgba(0,0,0,0.11);
}

.vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

a{
-webkit-transition: all 250ms linear;
-moz-transition: all 250ms linear;
-ms-transition: all 250ms linear;
-o-transition: all 250ms linear;
transition: all 250ms linear;
text-decoration: none;
}

.bot-left {
	position: relative;
}
.bot-left:before, .bot-left:after {
	content: "";
	positi
	content: "";
	position: absolute;
	bottom: -3px;
	left: -3px;on: absolute;
	bottom: -3px;
	left: -3px;

}
.bot-left:after {
	right: -3px;
	height: 1px;
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(229,229,229,1) 50%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(229,229,229,1)), color-stop(100%, rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(229,229,229,1) 50%, rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(229,229,229,1) 50%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(229,229,229,1) 50%, rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(229,229,229,1) 50%, rgba(255,255,255,0) 100%);

}

section{margin-bottom: 15px;}

/* image zoom effect */
.image-link{
	display: block;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

img{
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.image-link:hover img {
	/* fix flicker and use hardware acceleration */
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-perspective: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1) rotate(0.1deg);  /* firefox flicker fix */
	opacity: 0.9;
}

.no-gutter-l{
	padding-left: 0px !important;
}

/* =================================================== */
/* ==============   HEADER   ========================= */
/* =================================================== */

header{
	margin-bottom: 15px;
}

.topbar{
	padding: 5px 0;
	background-color: #eeeeee;
}

.menu_topo ul{
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu_topo ul li{
	font-size: 10px;
	padding: 8px 0;
	margin: 0px;
}
.menu_topo ul li:after{
	content: '|';
	color:#010101;
	padding: 0 10px;
}
.menu_topo ul li:last-child:after{
	content: '';
}
.menu_topo ul li a{
	line-height: 30px;
	color: #010101;
	text-transform: uppercase;
}
.menu_topo ul li a:hover{
	color:#005eb1;
	text-decoration: none;
}

header .logo img{
	margin: 0 auto;
}

header .logo{
	padding-right: 0px;
}

header .menu{
	padding-top: 30px;
}
header .rede_social_mobile{
	margin-top: 20px;
}
header .rede_social_mobile ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}


header .rede_social_mobile li .btn-social{
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(../images/sprite.png) no-repeat;
}
header .rede_social_mobile li .btn-social.btn-facebook{background-position: 0 0;}
header .rede_social_mobile li .btn-social.btn-instagram{background-position: -68px 0;}
header .rede_social_mobile li .btn-social.btn-twitter{background-position: -34px 0;}
header .rede_social_mobile li .btn-social.btn-rss{background-position: -102px 0;}





/* MENU */

.menu_principal {
	margin-bottom: 15px;
}

.navbar{
	margin-bottom: 0px;
}


.navbar.full .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar.full .navbar-collapse {
	text-align: center;
}


.navbar-default.full{
	background-color: transparent;
	border:0px;
	margin-bottom: 20px;
}


.navbar-default.full .navbar-nav li{
	padding: 0 3px;
}

.navbar-default.full a{
	font-weight: 600;
	font-size: 15px;
}
.navbar-default.full a:hover{
	color: #005eb1 !important;
}

.navbar-default.full .navbar-nav>.open>a{
	background-color: #eeeeee;
	color: #005eb1;
}

.navbar-default.mobile .navbar-nav a{
	font-size: 22px !important;
	color: #000000;
	font-weight: 500;tant;
	color: #000000;
	font-weight: 500;
}
.navbar-default.mobile .navbar-nav a i{
	color: #005eb1;
}

.navbar-default.mobile .navbar-nav .divider{
	content: '';
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* QUANTIDADE DE FOTOS */

.info_qtd_fotos{
	padding: 10px 15px;
	font-size: 12px;
	font-weight: 600;
	color: #7f7f7f;
}
.info_qtd_fotos span{
	color: #005eb1;
}

.paginacao ul{
	padding: 0;
	margin-top: 15px;
	list-style: none;
}
.paginacao li.pagina{
	display: inline-block;
	margin: 0 3px;
}
.paginacao li.pagina a{
	display: inline-block;
	margin: 0;
	padding: 0;
	padding: 3px 8px 0 8px;
    color: #2E4057;
    font-size: 16px;
    font-weight: 500;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #ffffff;
}
	.paginacao li.pagina a:hover{
		background-color: #eee;
		color:#005eb1;
	}

.paginacao li.pagina.ativo a{
	background-color: #005eb1;
    border-color: #005eb1;
    color: #ffffff;
    pointer-events: none;
}

/* =================================================== */
/* ============   LOGIN REDES SOCIAIS   ============== */
/* =================================================== */
.botoes_sociais ul{
	margin-bottom: 0px;
}
.botoes_sociais ul li{
	padding: 8px 3px;
}



#headerUserMenu {
	position: relative;
	padding: 0px;
}
#headerUserMenu .user-details {
	display: none;
	line-height: 40px;
	padding: 3px 10px 0;
	margin-top: 2px
}

#headerUserMenu .user-details .img_profile{
	color: #005eb1;
	display: inline-block;
	padding: 0 5px 0 0;
}

#headerUserMenu .user-details .nome_profile{
	display: inline-block;
	padding: 0 5px 0 10px;
	font-size: 12px;
	text-transform: uppercase;
}

#headerUserMenu a#loginButton { display: none; }
#headerUserMenu.logged-in .user-details { display: inline-block; }
#headerUserMenu.logged-in .user-details small{ margin-left: 5px; }
#headerUserMenu #userProfilePicture {
		vertical-align: middle;
		overflow: visible;
}
#headerUserMenu a{ text-decoration: none; }
#headerUserMenu .logout-dropdown { display: none; }

#headerUserMenu ul{
	position: absolute;
	padding-top: 4px;
	z-index: 999;
	width: 101%;
	padding-left: 0px;
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,0.11);
}

#headerUserMenu.logged-in:hover>ul{
	display: block;
}


#headerUserMenu ul li{
	display: block;
	width: 100%;
	text-align: left;
}

#headerUserMenu ul li a {
		color: #005eb1;
		padding: 0 10px;
		outline: none;
		text-transform: uppercase;
}

/* =================================================== */
/* ======================   FOOTER   ================= */
/* =================================================== */


.menu_footer{
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}

ul.two_columns_categoreis{
	list-style: none;
	padding: 0px;
	padding-left: 20px;
}
ul.two_columns_categoreis li {
	float: left;
	width: 40%;
	margin-right: 10%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul.two_columns_categoreis li {
	padding: 0;
	margin-bottom: 14px;
	padding-bottom: 4px;
	border-bottom: 1px solid #eeeeee;
	font-size: 13px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
ul.two_columns_categoreis li a {
	color: #010101;
	text-decoration: none;
}
ul.two_columns_categoreis li a:hover{
	color:#005eb1;
}
ul.two_columns_categoreis li:hover {
	padding-left: 5px;
}

.grupo_nn{
	padding-left: 50px;
}

.grupo_nn img{
	margin: 0 auto;
}

.grupo_nn .row{
	margin-bottom: 20px;
}

.copyrights-area {
	background: #172153;
	padding: 15px 0 10px 0;
	overflow: hidden;
	color: #eeeeee;
	font-size: 12px;
}
.copyrights-area a{
	color: #eeeeee;
}

/* =================================================== */
/* ===================   BUSCA   ===================== */
/* =================================================== */

.busca{
	padding-right: 50px;
}

/* =================================================== */
/* ==========   SLIDE FOTOS DESTAQUE   =============== */
/* =================================================== */

	.festas_destaque{
		margin-bottom: 15px;
	}

/* =================================================== */
/* ==========   FOTOS DESTAQUE VERTICAL  ============= */
/* =================================================== */
.destaque_vertical{
	padding-top: 0px;
	margin-top: 0px;
}
.festas_destaque_vt{
	margin-bottom: 5px;
}


.festas_destaque_vt .texto{
	color: #005eb1;
	font-weight: 600;
}

.festas_destaque_vt .texto span{
	display: block;
	font-size: 12px;
	color:#666;
}

/* =================================================== */
/* ==========   FOTOS DESTAQUE HORIZONTAL  =========== */
/* =================================================== */

.festas_destaque_ht{
	margin-bottom: 4px;
}
.festas_destaque_ht a img{
	margin-bottom: 5px;
}
.festas_destaque_ht .texto{
	margin-top: 5px;
	color: #005eb1;
	font-weight: 600;
	text-align: center;
	line-height: 14px;
}

.festas_destaque_ht .texto span{
	display: block;
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 10px;size: 12px;
	color:#666;
	margin-top: 10px;
}

/* =================================================== */
/* ===================   BLOGS  ====================== */
/* =================================================== */

#blog_nn{
	position: relative;
	overflow: hidden;
}

#blog_texto_1 {
	width: 100%;
	position: absolute;
    background-color: rgba(0,94,177,0.75);
    left: 0px;
    bottom: 0px;
    opacity: 1;
    padding: 5px 10px;
}

#blog_nn span.titulo {
    display: block;
    color: #f1f1f1;
    font-size: 14px !important;
    line-height: 20px;
}

.blogs a img{
	margin-bottom: 5px;
}

.blogs .texto{
	color: #005eb1;
	font-weight: 600;
	text-align: center;
	font-size: 13px;
}

.blogs .texto span{
	display: block;
	font-size: 12px;
	size: 12px;
	color:#666;
}
.blogs .texto p{
	font-size: 12px;
	color:#666;
	font-weight: 400;
}

/* =================================================== */
/* ==============   PRÓXIMOS EVENTOS   =============== */
/* =================================================== */
.title-section {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}
.title-section h4, .title-section h5 {
	padding-top: 10px;
	color: #222222;
	margin: 0 0 30px;
	text-transform: uppercase;
	margin-bottom: -1px;
}

.title-section h4 span, .title-section h5 span {
	display: inline-block;
	padding-bottom: 10px;
	padding-right: 5px;
	border-bottom: 1px solid #005eb1;
}

.title-section .customNavigation{
	float: right;
}
.title-section .customNavigation .btn{
	font-size: 11px;
	color: #999999;
	/*width: 20px;*/
	/*height: 20px;*/
	line-height: 18px;
	text-align: center;
	background: transparent;
	border: 1px solid #cccccc;
	margin-left: 0px;
	outline: none;
	padding: 0 3px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	opacity: 1;
	margin: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;

	color: #ffffff;
	background: #005eb1;
	border: 1px solid #005eb1;

}

.title-section .customNavigation .btn:hover {
	color: #ffffff;
	background: #005eb1;
	border: 1px solid #005eb1;
}

.title-section .customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*.title-section .customNavigation .btn.prev:after,
.title-section .customNavigation .btn.prev-ultimo:after {
	content: '\f104';
	font-family: 'FontAwesome';
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
}

.title-section .customNavigation .btn.next:after,
.title-section .customNavigation .btn.next-ultimo:after {
	content: '\f105';
	font-family: 'FontAwesome';
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
}

.title-section .customNavigation .btn.prev:hover:after,
.title-section .customNavigation .btn.next:hover:after,
.title-section .customNavigation .btn.prev-ultimo:hover:after,
.title-section .customNavigation .btn.next-ultimo:hover:after{
	color: #ffffff;
}*/

#owl-eventos .item,
#owl-ultimos .item{
	padding: 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
 #owl-eventos .item img,
 #owl-ultimos .item img{
	display: block;
	width: 100%;
	height: auto;
}

/* =================================================== */
/* ===================   MATÉRIAS  =================== */
/* =================================================== */
.materias{
	margin-bottom: 20px;
}
.materias .txt_materias{
	padding:5px;
	font-size: 13px;
	text-align: justify;
}
.materias .txt_materias h4{
	text-align: center;
	color: #005eb1;
	font-weight: 500;
}

/* =================================================== */
/* ==============   ÚLTIMAS NOTÍCIAS   =============== */
/* =================================================== */

.ultimas_noticias ul{
	list-style: none;
	padding: 0;
}

.ultimas_noticias ul li{
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.ultimas_noticias ul li:last-child{
	border: 0px;
}

.ultimas_noticias ul li a{
	text-decoration: none;
}

.ultimas_noticias ul li span.data{
	display: block;
	font-size: 12px;
	color: #666666;
	font-weight: 500;
}

.ultimas_noticias ul li span.titulo{
	font-size: 14px;
	color: #005eb1;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}
.ultimas_noticias ul li p{
	color:#212121;
}

/* =================================================== */
/* ================   NEWSLETTER  ==================== */
/* =================================================== */

.newsletter{
	padding: 0 10px;
	margin-bottom: 15px;
}
.newsletter p{
	text-align: left;
}
.newsletter form{
	width: 100%;
}

/* =================================================== */
/* ==========   BANNERS PUBLICITÁRIOS  =============== */
/* =================================================== */

/* BANNER TOPO */

.banner_topo img{
	margin: 0 auto;
}

.banner{
	text-align: center;
}
.banner_160x110{
	margin-bottom: 10px;
}

#banner_160x110 .item img{
	display: block;
	width: 100%;
	height: auto;
}

/* =================================================== */
/* =================================================== */
/* =================================================== */
/* ====================  INTERNAS  =================== */
/* =================================================== */
/* =================================================== */
/* =================================================== */

select.error,
textarea.error,
input.error{
	border-color: #C00;
}

.bs-example{
	float: right;
}
.bs-example .breadcrumb{
	background-color: transparent;
}
.bs-example .breadcrumb li{
	font-size: 10px;
}

/* =================================================== */
/* ==========   FOTOS   ========================= */
/* =================================================== */

#fotos .well {
	background: #f1f1f1;
	box-shadow: none;
	border: 0px;
	text-align: center;
	margin-bottom: 20px;
}
#fotos .well a{
	color: #00396C;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

#fotos .well img{
	margin-bottom: 10px;
}

#fotos .well.well-banner img{
	margin-bottom: 0px;
}

#fotos .well span.data{
	display: block;
	color: #666;
	font-size: 12px;
}
#fotos .well .share-bar{
	text-align: center;
	background-color: #ffffff;
	margin: 10px auto;
}

/***** FOTOS INTERNAS *****/

#comment-box {
	list-style: none;
	padding: 0;
}
#comment-box .item_evento .thumbnail{
	min-height: 149px;
}
#comment-box .item_evento .thumbnail img{
	/*margin-bottom: 5px;*/
	display: initial;
}

#comment-box .item_evento .thumbnail .share-bar{
	background-color: #f1f1f1;
}

/* =================================================== */
/* ==========   AGENDA   ========================= */
/* =================================================== */

#agenda .well {
	background: #f1f1f1;
	box-shadow: none;
	border: 0px;
	color: #005eb1;
	font-size: 13px;
	margin-bottom: 20px;
}
#agenda .well h4{
	margin-top: 0px;
	padding-top: 0px;
}
#agenda .well a{
	text-decoration: none;
}

#agenda .well img{

}

#agenda .well.well-banner img{
	margin-bottom: 0px;
}

#agenda .well span.data,
#agenda .well span.horario,
#agenda .well span.local{
	display: block;
	color: #7e7e7e;
	font-weight: 500;
}
#agenda .well .share-bar{
	text-align: center;
	background-color: #ffffff;
	margin: 10px auto;
}

#agenda .well a.btn{
	margin: 10px auto;
	font-size: 16px;
}
#agenda .imagem-flyer{
	background-color: #f1f1f1;
}
#agenda .imagem-flyer img{
	margin: 0 auto;
}

#agenda .detalhes_agenda h3{
	margin-top: 0px;
	padding-top: 0px;
}

#agenda .detalhes_agenda span.data,
#agenda .detalhes_agenda span.horario,
#agenda .detalhes_agenda span.local{
	display: inline-block;
	color: #7e7e7e;
	font-weight: 500;
}
#agenda .detalhes_agenda span:after{
	content: '|';
	color: #7e7e7e;
	padding: 0 10px;
}
#agenda .detalhes_agenda span:last-child:after{
	content: '';
}

#agenda .detalhes_agenda .share-bar{
	text-align: center;
	background-color: #f1f1f1;
}

/* =================================================== */
/* =============   COLUNAS   ========================= */
/* =================================================== */

#colunas .well {
	background: #f1f1f1;
	box-shadow: none;
	border: 1px solid #eee;
	color: #005eb1;
	font-size: 13px;
	margin-bottom: 20px;
}
#colunas .well h3{
	margin-top: 0px;
	padding: 10px 10px;
	margin-bottom: 15px;
	background-color: #005eb1;
	color: #ffffff;
}
#colunas .well h3 small{
	color: #ffffff;
}
#colunas .well a{
	text-decoration: none;
}

#colunas .well img{
	margin: 0 auto;
}
#colunas .well p, #colunas .well .texto_coluna{
	color:#010101;
	text-align: justify;
}

#colunas .well p, #colunas .well .texto_coluna br{
	line-height: 30px;
}

#colunas .well p, #colunas .well .texto_coluna img{
	max-width: 100%;
    height: auto;
	margin-bottom: 20px;
}

#colunas .well .share-bar{
	text-align: left;
}

#colunas .well a.btn{
	margin: 10px auto;
	font-size: 16px;
}

#colunas .well .compartilhar p{
	margin-bottom: 0px;
}
#colunas .autor-box{
	height: 100%;
}
#colunas .autor-box .img-autor{
	margin-bottom: 10px;
}

#colunas .autor-box .sobre-autor{
	font-size: 12px;
	text-align: left;
}
#colunas .autor-box .sobre-autor h5{
	text-transform: uppercase;
	color: #005eb1;
}

#colunas .arquivo h5{
	color: #005eb1;
}

#colunas .arquivo ul{
	list-style: none;
	padding: 0;
}
#colunas .arquivo ul li{
	/*padding: 10px 10px 5px 10px;*/
	border-bottom: 1px solid #eeeeee;
}
#colunas .arquivo ul li a{
	text-decoration: none;
}

#colunas .arquivo ul li ul li{
	border: 0px !important;
}

/* ==========   MTREE   ========================= */
ul.mtree {
	opacity: 0;
	margin-left: 0;
	padding: 1.2em;
}
ul.mtree ul {
	margin-left: 1em;
}
ul.mtree li {
	list-style: none;
}
ul.mtree a {
	display: block;
}
ul.mtree li.mtree-node > a {
	font-weight: bold;
}

ul.mtree a {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

ul.mtree.bubba ul {
	margin-left: 0;
}
ul.mtree.bubba ul li {
	font-size: .9em;

}
ul.mtree.bubba li.mtree-node > a:after {
	content: '';
	margin-left: .2em;
	font-weight: normal;
}
ul.mtree.bubba li.mtree-node > a {
	font-weight: bold;
	text-transform: upperCase;
}
ul.mtree.bubba > li {
	border-bottom: 1px solid #eee;
}
ul.mtree.bubba > li:last-child {
	border-bottom: none;
}
ul.mtree.bubba li:last-child > a {
	border: none;
}
ul.mtree.bubba > li.mtree-open > a {
	background: #eee;
}
ul.mtree.bubba li > a:hover {
	background: #eee;
}
ul.mtree.bubba li.mtree-active > a {
	background: #005eb1;
	color: #FFF;
}
ul.mtree.bubba a {
	padding: 7px 0px 7px 1em;
}
ul.mtree.bubba li li > a {
	padding-left: 2em;
}
ul.mtree.bubba li li li > a {
	padding-left: 3em;
}
ul.mtree.bubba li li li li > a {
	padding-left: 4em;
}
ul.mtree.bubba li li li li li > a {
	padding-left: 5em;
}

/* =================================================== */
/* ============   NOTÍCIAS   ========================= */
/* =================================================== */

#noticias .ultimas_noticias span.data {
	margin-bottom: 5px;
	font-size: 14px;
}
#noticias .ultimas_noticias span.titulo{
	font-size: 16px;
}

#noticias .ultimas_noticias li{
	padding: 5px 10px;
	border-bottom: 1px solid #eeeeee;
}
#noticias .ultimas_noticias li .thumbnail{
	margin-bottom: 0px;
}
#noticias .ultimas_noticias li:hover{
	background-color: #f1f1f1;
}

#noticias .exibe_noticia span.data {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}

#noticias .exibe_noticia span.titulo{
	font-size: 20px;
	display: block;
	color: #005eb1;
	font-weight: 500;
}

#noticias .exibe_noticia h5{
	margin-top:15px;
	margin-bottom:25px;
}

#noticias .exibe_noticia .share-bar{
	background-color: #f1f1f1;
}

#noticias .exibe_noticia .share-bar .pull-right a{
	display: block;
	line-height: 34px;
	padding-right: 10px;
	font-size: 12px;
}


/* =================================================== */
/* =============   ONDE IR   ========================= */
/* =================================================== */

#ondeir form.busca_ondeir{
	padding: 15px;
	background-color: #eee;
	mar
}

#ondeir form.busca_ondeir .btn{
	border: 1px solid #00748f;
	cursor: pointer;
	color: #fafafa;
	text-transform: uppercase;
	background-color: #0483a0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
	background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
	background-image: linear-gradient(top, #31b2c3, #0483a0);
	border-radius: 0px 4px 4px 0;
	text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;*/
}

#ondeir .well {
	background-color: #eee;
	box-shadow: none;
	border: 0px;
	font-size: 13px;
	margin-bottom: 20px;
	padding: 10px;
}
#ondeir .well a{
	text-decoration: none;
}
#ondeir .well h4{
	margin-top: 0px;
	margin-bottom: 5px;
	color: #005eb1;
}

#ondeir .well span{
	display: block;
	font-size: 12px;
}

#ondeir .well .bt_detalhes{
	padding: 20px 0;
	height: 100%;
	color: #005eb1;
	background-color: #ffffff;
}

#ondeir .well .bt_detalhes i{
	font-size: 20px;
}
#ondeir .well:hover .bt_detalhes{
	color: #ffffff;
	background-color: #005eb1;
}


#ondeir .well.exibe_ondeir {
	background-color: #ffffff;
	box-shadow: none;
	border: 0px;
	font-size: 13px;
	margin-bottom: 20px;
	padding: 10px;
}
#ondeir .well.exibe_ondeir a{
	text-decoration: none;
}
#ondeir .well.exibe_ondeir h3{
	margin-top: 0px;
	margin-bottom: 5px;
	color: #005eb1;
}

#ondeir .well.exibe_ondeir span{
	display: block;
	font-size: 14px;
}

#ondeir .well.exibe_ondeir span.telefone{
	font-size: 20px;
	padding: 5px;
	color:#CC0000;
	font-weight: 500;
}

#ondeir .well.exibe_ondeir .dados_principais{
	margin-bottom: 20px;
}

#ondeir .well.exibe_ondeir .bt_detalhes{
	padding: 20px 0;
	height: 100%;
	color: #005eb1;
	background-color: #ffffff;
}

#ondeir .well.exibe_ondeir .bt_detalhes i{
	font-size: 20px;
}
#ondeir .well.exibe_ondeir:hover .bt_detalhes{
	color: #ffffff;
	background-color: #005eb1;
}
#ondeir .well.exibe_ondeir .localizacao{

}
#ondeir .well.exibe_ondeir .localizacao-overlay {
	height: auto;
	width: 100%;
	background: rgba(0,94,177,.7);
	padding: 20px 35px;
	color: #fff;
}

#ondeir .well.exibe_ondeir .localizacao-titulo {
	font-size: 25px;
	text-transform: uppercase;
	margin: 0 0 10px;
	line-height: 1;
	color: inherit;
}

#ondeir .well.exibe_ondeir .localizacao-input {
	font-size: 11px;
	width: 100%;
	height: 36px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px #ddd;
	padding-left: 20px;
	margin-bottom: 10px;
}
#ondeir .well.exibe_ondeir .localizacao-button {
	background: #eaeaea;
	color: #005eb1;
	text-transform: uppercase;
	height: 36px;
	font-size: 12px;
	border: none transparent;
	width: 176px;
	padding-left: 10px;
}
#ondeir .well.exibe_ondeir .localizacao-button:hover {
	background: #005eb1;
	color: #fff;
}

#ondeir .well.exibe_ondeir .localizacao-map {
	height: 423px;
	text-align: center;
	position: relative;
}


/* =================================================== */
/* ================   PROMOÇÕES   ==================== */
/* =================================================== */

#promocoes .well {
	background: #f1f1f1;
	box-shadow: none;
	border: 0px;
	color: #005eb1;
	font-size: 13px;
	margin-bottom: 20px;
}
#promocoes .well h4, #promocoes .well h5{
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
#promocoes .well a{
	text-decoration: none;
}

#promocoes .well.well-banner img{
	margin-bottom: 0px;
}

#promocoes .well .img_promo img{
	margin: 0 auto;
	margin-bottom: 10px;
}

#promocoes .well span.data,
#promocoes .well span.horario,
#promocoes .well span.local{
	display: block;
	color: #aaaaaa;
}
#promocoes .well p, #promocoes .well small {
	margin-top: 10px;
	color: #010101;
}
#promocoes .well .share-bar{
	text-align: center;
	background-color: #ffffff;
	margin: 10px auto;
}

#promocoes .well a.btn{
	margin: 10px auto;
	font-size: 16px;
}

#modal-form-promocao input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#modal-form-promocao .container {
	max-width: 100%;
	min-width: 324px;
	margin: 0 auto;
	background-color: #fff;
	/*border: 1px solid #cfcfcf;
	border-bottom: 3px solid #ccc;*/
}

#modal-form-promocao .row {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0 2.5em;
}
#modal-form-promocao .row.header {
	padding: 1.5em 2.5em;
	border-bottom: 1px solid #ccc;
	background: url(../images/fundo_promocoes.jpg) left -80px;
	color: #fff;
}
#modal-form-promocao .row.body {
	padding: .5em 2.5em 1em;
}

#modal-form-promocao .pull-right {
	float: right;
}

#modal-form-promocao h2 {
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	display: inline-block;
	font-weight: 100;

	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0 0 0.1em 0;
	padding: 0 0 0.4em 0;
}

#modal-form-promocao h3 {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	margin: 1em 0 0.4em 0;
}

#modal-form-promocao .btn {
	font-size: 1.0625em;
	display: inline-block;
	padding: 0.74em 1.5em;
	margin: 1.5em 0 0;
	color: #fff;
	border-width: 0 0 0 0;
	border-bottom: 5px solid;
	text-transform: uppercase;
	background-color: #b3b3b3;
	border-bottom-color: #8c8c8c;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
}
#modal-form-promocao .btn:hover {
	background-color: #bfbfbf;
}
#modal-form-promocao .btn.btn-submit {
	background-color: #4f6fad;
	border-bottom-color: #374d78;
}
#modal-form-promocao .btn.btn-submit:hover {
	background-color: #5f7db6;
}

#modal-form-promocao form {
	max-width: 100%;
	display: block;
}
#modal-form-promocao form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#modal-form-promocao form ul li {
	margin: 0 0 0.25em 0;
	clear: both;
	display: inline-block;
	width: 100%;
}
#modal-form-promocao form ul li:last-child {
	margin: 0;
}
#modal-form-promocao form ul li p {
	margin: 0;
	padding: 0;
	float: left;
}
#modal-form-promocao form ul li p.right {
	float: right;
}
#modal-form-promocao form ul li .divider {
	margin: 0.5em 0 0.5em 0;
	border: 0;
	height: 1px;
	width: 100%;
	display: block;
	background-color: #4f6fad;
	background-image: linear-gradient(to right, #ee9cb4, #4f6fad);
}
#modal-form-promocao form ul li .req {
	color: #ee9cb4;
}
#modal-form-promocao form label {
	display: block;
	margin: 0 0 0.5em 0;
	color: #4f6fad;
	font-size: 1em;
}
#modal-form-promocao form input {
	margin: 0 0 0.5em 0;
	border: 1px solid #ccc;
	padding: 6px 10px;
	color: #555;
	font-size: 1em;
}
#modal-form-promocao form textarea {
	border: 1px solid #ccc;
	padding: 6px 10px;
	width: 100%;
	color: #555;
}
#modal-form-promocao form small {
	color: #4f6fad;
	margin: 0;
}


#comoanunciar .banner{
	margin-bottom: 30px;
	color: #005eb1;
	line-height: 18px;
	text-align: center;
}
#comoanunciar .banner img{
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* =================================================== */
/* ==========   CADASTRO FESTA  ====================== */
/* =================================================== */


/* =================================================== */
/* ============   FALE CONOSCO  ====================== */
/* =================================================== */

#mapa_localizacao{
	height: 250px;
}
.endereco {
	font-size: 16px;
	margin-bottom: 20px;
}
.endereco span{
	display: block;
}
.endereco span.telefone{
	font-size: 18px;
	font-weight: 500;
}
.endereco h4{
	font-weight: 500;
	color: #005eb1;
}

/* =================================================== */
/* ============   RECEITAS   ========================= */
/* =================================================== */

.white-block {
	background: #f5f5f5;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	margin-top: 0px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
}

.recipe-box .blog-media img {
	border-radius: 3px 0px 0px 0px;
}
.blog-media{
	border-radius: 3px 3px 0px 0px;
	overflow: hidden;
	position: relative;
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.blog-media img{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	width: 100%;
	height: auto;
	border-radius: 3px 3px 0px 0px;
}

.recipe-box:hover .blog-media img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.ratings {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px 8px 0px;
	background: #fff;
	font-size: 16px;
	border-radius: 3px 0px 0px 0px;
}

.content-inner {
	padding: 10px;
}
.recipe-box .blog-title {
	margin-bottom: 15px;
	display: inline-block;
}
.recipe-box .blog-title h4{
  margin: 0px;
  color: #005eb1;
}

.content-footer {
	border-top: 1px solid #eee;
}
.content-footer .content-inner {
	padding: 10px;
}

.recipe-meta {
	margin: 0px;
	line-height: 35px;
}
.recipe-meta li {
	margin-left: 5px;
	color: #005eb1;
}
.recipe-meta li:first-child {
	margin-left: 0px;
}
.recipe-meta .fa {
	margin-right: 3px;
}

#receitas .passoapasso{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#receitas .passoapasso li {
  counter-increment: step-counter;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

#receitas .passoapasso li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 100%;
  background-color: #005eb1;
  color: white;
  font-weight: bold;
  padding: 3px 8px 0px;
  border-radius: 3px;
}


/* =================================================== */
/* ============= EMPREGOS ============================ */
/* =================================================== */

.banner-job{
	padding: 30px 0;
	background: #005eb1 url(../images/fundo_empregos.png) bottom center no-repeat;

}

.banner-job form{
	margin-bottom: 30px;
	text-align: center;
	background: rgba(255,255,255,0.15);
	-moz-background: rgba(255,255,255,0.15);
	-webkit-background: rgba(255,255,255,0.15);
	border-radius: 3px;
	padding: 30px 0;
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

.banner-job form select{
	width: 80%;
	margin: 0 auto;
}

.banner-job h2{
	margin-top: 0px;
	color: #fff;
	font-weight: 700;
    text-shadow: 0 3px 5px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 3px 5px rgba(0,0,0,0.3);
    -webkit-text-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
.btn-row{
	text-align: center;
}

.banner-job .btn-row a{
	display: inline-block;
    background: #fff;
    padding: 20px 64px;
    border-radius: 3px;
    margin: 0 10px;
    font: 900 14px/14px 'Roboto',sans-serif;
    color: #222;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 11;
    text-decoration: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    overflow: hidden;
}
.banner-job .btn-row a:hover{
	background-color: #ffc107;
}

.box-job{
	width: 100%;
    background: #F1f1f1;
    color: #000;
    padding: 15px;
    margin: 0 0 30px 0;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
}


.box-job a h4{
	color: #005eb1;
}
.box-job:hover{
	background-color: #f5f5f5;
}

.box-job small{
	display: block;
	margin-bottom: 5px;
}

#modal-form-emprego input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#modal-form-emprego .container {
	max-width: 100%;
	min-width: 324px;
	margin: 0 auto;
	background-color: #fff;
	/*border: 1px solid #cfcfcf;
	border-bottom: 3px solid #ccc;*/
}

#modal-form-emprego .row {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0 2.5em;
}
#modal-form-emprego .row.header {
	padding: 1.5em 2.5em;
	border-bottom: 1px solid #ccc;
	background: url(../images/fundo_promocoes.jpg) left -80px;
	color: #fff;
}
#modal-form-emprego .row.body {
	padding: .5em 2.5em 1em;
}

#modal-form-emprego .pull-right {
	float: right;
}

#modal-form-emprego h2 {
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	display: inline-block;
	font-weight: 100;

	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0 0 0.1em 0;
	padding: 0 0 0.4em 0;
}

#modal-form-emprego span {
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	margin: 5px auto;
	color: #005eb1;
	display: inline-block;
}

#modal-form-emprego ul{
	list-style: none;
}

#modal-form-emprego .btn {
	font-size: 1.0625em;
	display: inline-block;
	padding: 0.74em 1.5em;
	margin: 1.5em 0 0;
	color: #fff;
	border-width: 0 0 0 0;
	border-bottom: 5px solid;
	text-transform: uppercase;
	background-color: #b3b3b3;
	border-bottom-color: #8c8c8c;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
}
#modal-form-emprego .btn:hover {
	background-color: #bfbfbf;
}
#modal-form-emprego .btn.btn-submit {
	background-color: #4f6fad;
	border-bottom-color: #374d78;
}
#modal-form-emprego .btn.btn-submit:hover {
	background-color: #5f7db6;
}

#cadastrocurriculo label, #cadastrofesta label, #comoanunciar label{
	font-weight: 500;
}

.curriculos h3{
	margin-top: 0;
}

.image-preview-input {
	position: relative;
	overflow: hidden;
	margin: 0px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
	margin-left:2px;
}

/* =================================================== */
/* ==========   RESPONSIVO   ========================= */
/* =================================================== */

@media only screen and (max-width: 480px) {
	.paginacao li.pagina a {
    padding: 3px 6px 0 6px;
  }
	#modal-form-promocao .pull-right {
	float: none;
	}

	#modal-form-promocao input {
	width: 100%;
	}

	#modal-form-promocao label {
	width: 100%;
	display: inline-block;
	float: left;
	clear: both;
	}

	#modal-form-promocao li, p {
	width: 100%;
	}

	#modal-form-promocao input.btn {
	margin: 1.5em 0 0.5em;
	}

	#modal-form-promocao h1 {
	font-size: 2.25em;
	}

	#modal-form-promocao h3 {
	font-size: 1.125em;
	}

	#modal-form-promocao li small {
	display: none;
	}
}

@media (max-width: 1024px) {
	.navbar-default.full .navbar-nav li{
		padding: 0;
	}
	.nav>li>a {
		padding: 10px 10px;
	}

	.menu_topo ul li:after{
		padding: 0 5px;
	}
	ul.two_columns_categoreis li{
		font-size: 12px;
		width: 45%;
		margin-right: 5%;
	}
}
@media screen and (max-width: 600px) {

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

	#agenda .well h4 {
	    margin-top: 10px;
	    padding-top: 0px;
	}

	.vertical-align{
		display: block;
	}

	.no-gutter-l{
		padding-left:15px !important;
	}


}

@media (max-width: 768px) {



	.busca {
		margin-top: 10px;
	}

	.vertical-align{
		display: block;
	}

	.no-gutter-l{
		padding-left: 15px !important;
	}

	header .logo img{
		margin: 0 auto;
	}

	header .logo{
		padding-right: 15px;
	}

	header {
		padding-top: 0px;
	}

	header .rede_social_mobile {
		text-align: center;
	}

	header .rede_social_mobile li{
		display: inline-block;
		margin: 0 15px;
	}

	header .navbar{
		margin-bottom: 0px;
	}

	header .menu_mobile{
		padding: 10px;
		background: #005eb1;
	}
	header .menu_mobile .navbar-brand {
		color: #005eb1;
		font-weight: 600;
	}

	header .busca_mobile input {
		padding: 25px 10px;
		font-size: 20px;
	}
	header .busca_mobile button{
		padding: 11px 15px;
		font-size: 20px;
	}

	.festas_destaque{
		margin-bottom: 15px;
	}

	.festas_destaque_vt, .festas_destaque_ht .col-md-2{
		margin-bottom: 15px;
	}

	.festas_destaque_vt .texto{
		text-transform: uppercase;
		text-align: left;
	}

	 .festas_destaque_ht .texto{
		text-transform: uppercase;
		text-align: left;
	 }

	.blogs .col-md-2{
		margin-bottom: 15px;
	}
	.blogs a img{
		margin-bottom: 5px;
	}

	.blogs .texto{
		color: #005eb1;
		font-weight: 600;
		text-align: left;
		font-size: 18px;
	}

	.blogs .texto span{
		display: inline-block;
		font-size: 12px;
		color:#666;
	}

	.blogs .item_blog{
		margin-bottom: 15px;
	}


	.blog_nn{
		margin-bottom: 15px;
	}

	#agenda .well img{
		margin-bottom: 10px;
	}
	#agenda .imagem-flyer{
		margin-bottom: 10px;
	}

	.newsletter p{
		text-align: center;
	}
	.grupo_nn {
    	padding-left: 15px;
	}

	#fotos .well.well-banner img{
		margin:0 auto;
	}

	#colunas .autor-box .sobre-autor{
		font-size: 14px;
		text-align: justify;
	}
	#colunas .autor-box .sobre-autor h5{
		color:#005eb1;
	}


	.login_face_mobile{
		padding: 0 0 0 10px;
	}

	.login_face_mobile .login_fb{
		padding-top: 10px;
	}

	.login_face_mobile .user-details {
		display: none;
		line-height: 40px;
		padding: 0px;
		margin-top: 0px;
		text-transform: uppercase;
	}

	.login_face_mobile .user-details .img_profile{
		display: inline-block;
		margin-right: 5px;
	}


}