/* ==========================================================================
   Author's custom styles
   ========================================================================== */


@font-face {
    font-family: 'novecento_widelight';
    src: url('../fonts/novecentowide-light-webfont.eot');
    src: url('../fonts/novecentowide-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecentowide-light-webfont.woff2') format('woff2'),
         url('../fonts/novecentowide-light-webfont.woff') format('woff'),
         url('../fonts/novecentowide-light-webfont.ttf') format('truetype'),
         url('../fonts/novecentowide-light-webfont.svg#novecento_widelight') format('svg');
    font-weight: normal;
    font-style: normal;
}


.navbar-nav {
	margin: 0;
}

.navbar-default .navbar-toggle {
	border: none;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {background-color: #FFF;}

@media (max-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/*========================================================================*/
.box-data {
	/*border: 1px solid #ccc;
	position: absolute;*/
	/*right: 20px;*/
	/*width: 150px;
	top: 10px;*/
}
.box-data p {
	line-height: 5px;
	text-transform: uppercase;
	font-size: 12px;
}
@media (max-width: 780px) {
	.box-data p {
		line-height: 5px;
		text-transform: uppercase;
		font-size: 10px;
	}
}

.box-data div {
	margin-bottom: 10px;
}

.box-data .font-menos {
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
}
.box-data .font-mais {
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
}


.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 0px;
    list-style: none outside none;
    margin: 10px 0;
    padding: 8px 15px;
    font-size: 12px;
}
.breadcrumb > .active {
    color: #999;
    font-weight: bold;
}


.skin-menu > li > a {
	padding: 0px;
	color: #ffffff !important;
}

.btn-menu {
	background: #193962;
	padding: 3px 7px;
	margin-right: 3px;
	margin-bottom: 3px;
	color: #ffffff;
}


.bootstrap_container .navbar {
	margin: 20px 0px 0px 0px;
    min-height: 0;
    background-color: #ffffff;
    border-radius: 0px;
}

/*========================================================================*/

.w3_megamenu {
	font-size: 12px;
}
.w3_megamenu a {
	font-family: "novecento_widelight";
}

.w3_megamenu .navbar-collapse {
	padding: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #193962;
    color: #fff;
    background-image: none;
}


.w3_megamenu .dropdown a,
.w3_megamenu .dropdown-menu  a {
	/*color:#000;*/
	color:#000;
	font-size: 12px;
}
.w3_megamenu .dropdown-menu > li > a {
	padding:6px 15px;
}
.w3_megamenu .dropdown-menu > li a {
	font-weight: bold;
}
.w3_megamenu .navbar-nav > li > .dropdown-menu {
	margin-top:1px;
}
.w3_megamenu i {
	color:#BFBFBF
}
.w3_megamenu .dropdown-menu {
	box-shadow:none; 
	border:1px solid #efefef;
	padding:0;
	font-size: 10px;
}
.w3_megamenu .form-control {
	margin-top:10px;
	border:1px solid #efefef;
}
.w3_megamenu .btn {
	margin:10px 0 20px
}
.w3_megamenu video {
	max-width: 100%;
	height: auto;
}
.w3_megamenu iframe,
.w3_megamenu embed,
.w3_megamenu object {
	max-width: 100%;
}
.w3_megamenu .google-map {
	width:100%; 
	border:1px solid rgba(255, 255, 255, 0.5);
	min-height:200px;
}
.w3_megamenu div.google-map {
	background:rgba(255, 255, 255, 0.5);
	background: #ffffff;
	height: 200px;
	margin: 0 0 0px 0;
	width: 100%;
} 
#googlemaps img{
    max-width:none;
}
.w3_megamenu .dropdown-menu .withoutdesc{    
	margin-top:0;
	padding:15px 20px;
    display: block;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.w3_megamenu a:hover {
	text-decoration:none
}
.w3_megamenu .dropdown-menu .withoutdesc ul li {
	padding:3px 10px;
}
.w3_megamenu .dropdown-menu .withoutdesc ul li:hover,
.w3_megamenu .dropdown-menu .withoutdesc ul li:focus{
	color:#262626;
	text-decoration:none;
	background-color:#f5f5f5 !important
}
.w3_megamenu .dropdown-menu .withoutdesc li:last-child {
	border-bottom:0 solid #fff;
}
.w3_megamenu .w3_megamenu-content.withdesc a:after {
    color: #000;
    content: attr(data-description);
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 5px 0 15px;
    text-transform: uppercase;
}

.w3_megamenu .dropdown-submenu{
	position:relative;
}
.w3_megamenu .dropdown-submenu>.dropdown-menu{
	top:0;
	left:100%;
	margin-top:0;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.w3_megamenu .dropdown-submenu:hover>.dropdown-menu{
	display:block;
}

.w3_megamenu .dropdown-submenu>a:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.w3_megamenu .dropdown-submenu:hover>a:after{
	border-left-color:#ffffff;
}
.w3_megamenu .dropdown-submenu.pull-left{
	float:none;
}
.w3_megamenu .dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}
.w3_megamenu p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
	color:#656565;
}
.w3_megamenu .nav,
.w3_megamenu .collapse,
.w3_megamenu .dropup,
.w3_megamenu .dropdown {
	position: static;
}
.w3_megamenu .half {
    max-width: 45%;
	left: auto !important;
    right: auto !important;

}
.w3_megamenu .container {
	position: relative;
}
.w3_megamenu .dropdown-menu {
	left: auto;
}
.w3_megamenu .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.w3_megamenu .w3_megamenu-content {
	padding: 15px 15px 0;
	background:#fafafa;
}
.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.w3_megamenu .title {
	font-size:13px;
	font-weight:bold;
	margin-top:15px;
	text-transform:uppercase;
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
}
.w3_megamenu ul {
	list-style:none;
	padding-left:0px;
}

nav > div > .nav > li {
	float: none;
	width: 1%; 
	display: table-cell;
	text-align: center;
	padding-right: 0;
	padding-left: 0;
}

nav > div > .nav > li > a {
	white-space: nowrap;
  	text-indent: 10px;
  	text-shadow: none;
}

@media (max-width: 768px) {
	nav > div > .nav > li {display: block; clear: both;}
	nav > div > .nav > li > a {text-align: left;}
}

/*-------------- SLIDESHOW HOME ---------------------------------------------------*/
.banner-slide h2 {
	margin: 0;     
	color: #666;
	padding-top: 90px;
	font-size: 52px;
	font-family: "trebuchet ms", sans-serif;    
}
.banner-slide .item {
	background: #333;    
	text-align: center;
	/*height: 300px !important;*/
}
.banner-slide .carousel {
	margin: 20px 0px;
}
.banner-slide .bs-example {
	margin: 0px;
}


/*------ CARROUSEL REVISTA -------------------------------------------------------*/

.box-revista {
	background: #193962;
	color: #ffffff;
}

.chamada-revista {
	padding: 30px;
}




.revista {
	width: 395px;
	position: relative;
	margin: 0 auto;
}

@media (max-width: 540px) {.revista {zoom: 0.7;}}
@media (max-width: 400px) {.revista {zoom: 0.6;}}
@media (max-width: 360px) {.revista {zoom: 0.5;}}

.carousel-revista {
	/*left: 50%;*/
	position: relative;
	width: 395px;
	/*margin-left: -250px;*/
	overflow: hidden;
	height: 320px;
	/*top: 50px;
	background:#CCC;
	border: 1px solid #cccccc;*/
	padding: 0px;
}

.carousel-revista .item {
	max-width: 172px;
	max-height: 245px;
	/*background: url('http://placehold.it/350x250') top left no-repeat;*/
	background-size: 100%;
	vertical-align: middle;
	line-height: 35px;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
	text-align: center;
}
.carousel-revista .item p {
	line-height: 15px; margin-top: 10px;
}
.carousel-revista .item.active {
	box-shadow: black 0px 0px 20px;
}

.controls {
	position: absolute;
	top: 0px;
	z-index: 1000;
}

.controls a {
	display: block;
	position: absolute;
	top: 141px;
	color: #FFF;
	font-size: 25px;
}

.controls .previous {
	left: -30px;
}

.controls .next {
	left: 400px;
}

/*------ CIRCULAR CORROUSEL ------------------------------------------------------------*/
.carousel-revista .item {
	display: block;
	position: absolute;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.carousel-revista .item p {
	visibility:hidden;
}


.carousel-revista .item.active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.carousel-revista .item.active p {
	visibility:visible;
	font-size:12px;
}

.carousel-revista .item.transition {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*------ FIM - CIRCULAR CORROUSEL ------------------------------------------------------------*/
/*------ FIM - CARROUSEL REVISTA -------------------------------------------------------*/


.sem-margin {
	/*padding-left: 0px;
	padding-right: 0px;*/
	margin: 0px;
}
.sem-padding {
	padding-left: 0px;
	padding-right: 0px;
}







/*------ SIDEBAR ---------------------------------------------------------------------------*/
.barra-lateral {
	background: #cccccc;
}
.barra-lateral hr {
	margin: 0px;
	/*border: 1px solid #193962;*/
	background: #193962;
}
.barra-lateral h4 {
	font-size: 15px;
	font-weight: bold;
	color: #193962;
	margin: 20px 0;
}
.barra-lateral p {
	font-size: 10px;
	line-height: 0px;
	margin-top: 15px;
}
.barra-lateral a {
	font-size: 10px;
	margin: 15px 0px;
}
.barra-lateral span {
	font-size: 14px;
    font-weight: bold;
    line-height: 0;
    margin-top: 22px;
    /*position: absolute;*/
}
.barra-lateral .img-responsive {
	float: left;
	margin: 0 10px 10px 0;
}




/*GRANDES FESTAS*/
.gdes-festas {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.data-festa {
	position: relative;
	float: left;
	background: #193962;
	color: #ffffff;
	text-align: center;
	padding: 5px 10px;
}
.data-festa p {
	font-size: 24px;
	font-weight: bold;
}
.data-festa span {
	font-size: 14px;
}

.nome-festa {
	position: relative;
	float: left;
	padding: 10px 0px 0px 10px;
	text-transform: uppercase;
}
.nome-festa a {
	font-size: 18px; color: inherit; display: block; margin-top: 6px;
}

.festa-img {width: 845px; height: auto;}
.festa-container-top {position: relative;}
.festa-datas {
	background-color: rgba(4, 14, 65, 0.5); font-size: 0.9em; z-index: 2; padding: 1% 3%; width: 70%; height: 100%; display: table-cell; right: 0; top: 0; position: absolute; color: #FFF;
}
.festa-datas h3 {text-transform: uppercase; margin-bottom: -7px;}
.festa-datas hr + p {font-size: 1.2em; margin-top: -10px;}
.festa-datas * {text-align: center;}
@media (max-width: 550px) {
	.festa-datas {width: 100%; font-size: 0.8em; padding-top: 0;}
	.festa-datas * {line-height: 0.3em;}
	.festa-datas a {font-size: 1.3em;}
	.festa-datas h3 {font-size: 0.5em;}
}
@media (max-width: 400px) {
	.festa-datas * {line-height: 0.3em;}
	.festa-datas a {line-height: 0.3em; font-size: 1.1em;}
	.festa-datas h3 {line-height: 0.1em; font-size: 0.3em;}
}
@media (min-width: 1200px) {
	.festa-datas {width: 33%; padding: 6% 3%; font-size: 1em;}
}

.omer, .omer:hover {color: #FFF; font-size: 1.7em; margin-top: 19px; display: block; line-height: 1.2em;}

.box-festas.bg-festa {background-color: #6a7e99; color: #FFF; display: block; padding: 0px 15px 15px;}
.btn-historia {color: #FFF; text-decoration: underline; font-size: 0.8em; display: block; margin-bottom: 20px;}

.festa-anexos.artigos {background-color: #6a7e99; color: #FFF; width: 100%; padding: 15px; float: left;}
.festa-anexos img {width: 100%; margin: 10px 0;}

.icon-form-festa {padding: 6px 15px; font-size: 2em; background-color: #1a3962;}
.icon-form-festa * {display: inline; color: #FFF;}
.icon-form-festa a, .icon-form-festa a:hover, .icon-form-festa a:visited {color: #FFF; padding: 10px 0; font-size: 0.7em;}
@media (max-width: 550px) {.icon-form-festa {font-size: 1.2em;}}

.mais-artigos {margin-top: 20px; clear: both; padding-left: 0;}
@media (max-width: 767px) {.mais-artigos {padding-right: 0;}}


h4.anexos {font-size: 1.5em !important;}




.thumb-capa-revista {
	margin: 0 auto;
}




/*-------- BOX DESTAQUE SECOES --------------------------------------------------------*/
.box-secoes .thumbnail {
	background-color: #193962;
	border: none;
	border-radius: 0px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 0px;
	transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 768px) {.box-secoes .thumbnail {min-height: 390px;}}


.thumbnail img/*, .row.box-secoes > div > img*/ {
	width: 100% !important; height: auto !important;
}

.box-secoes h1 {font-size: 2em;}
.box-secoes h2 {margin-bottom: 10px; margin-top: -10px; font-size: 12px; font-weight: bold; color: #193962;}
.box-secoes h3 {font-size: 1.8em;}
.box-secoes h4 {font-size: 1.6em;}
.box-secoes h5 {font-size: 1.3em;}
.box-secoes h6 {font-size: 1.0em;}

.box-secoes h3 a {color: #333;}
.box-secoes .white h3 a {color: #FFF;}

.box-secoes .thumbnail .caption {
	color: #fff;
	padding: 15px;
	min-height: 218px;
}

.box-secoes .thumbnail .caption h3 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
}

.box-secoes .thumbnail > a {
	display: block;
}
	

@media (max-width: 767px)  {.box-secoes .thumbnail .caption h3 {font-size: 1em;}}
@media (min-width: 768px)  {.box-secoes .thumbnail > a {min-height: 140px;}}
@media (min-width: 992px)  {.box-secoes .thumbnail > a {min-height: 120px;}}
@media (min-width: 1200px) {.box-secoes .thumbnail > a {min-height: 170px;}}

/*------ BOX DESTAQUE SECOES --------------------------------------------------------*/
.container.home.box-artigos {
	width: auto;
}

.box-artigos .thumbnail {
	background-color: #ffffff;
	border: none;
	border-radius: 0px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 0px;
	transition: all 0.2s ease-in-out 0s;
}

.box-artigos h2 {
	margin-bottom: 10px;
	margin-top: -10px;
	font-size: 12px;
	font-weight: bold;
	color: #193962;
}

.box-artigos h3 a {color: #193962;}


.box-artigos .thumbnail .caption {
	color: #193962;
	padding: 15px 0;
}
@media (min-width: 678px) {.box-artigos .thumbnail .caption {min-height: 100px;}}

.box-artigos .thumbnail .caption h3 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 18px;
}

.box-artigos .thumbnail .caption ul {
	padding-left: 15px;
}

.box-artigos .thumbnail, .img-thumbnail {
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);*/
    box-shadow: none;
    /*min-height: 207px;*/
}
@media (min-width: 678px) {.box-artigos .thumbnail, .img-thumbnail {min-height: 207px;}}

.num-edicao {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.subtitulo-h3 {
	font-style: italic;
	color: #999;
}


/*------ BOX DESTAQUE REVISTA --------------------------------------------------------*/
.box-destaque-revista > div {
	min-height: 380px;
}
.box-destaque-revista .thumbnail {
	background-color: #ffffff;
	border: none;
	border-radius: 0px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 0px;
	min-height: 310px;
	transition: all 0.2s ease-in-out 0s;
}

.box-destaque-revista h3 a {color: #333;}

.box-destaque-revista h2 {
	margin-bottom: 10px;
	margin-top: -10px;
	font-size: 12px;
	font-weight: bold;
	color: #193962;
}

.chamada-revista h2 {
	color: #ffffff;
	font-size: 20px;
}

.box-destaque-revista .thumbnail .caption {
	color: #193962;
	padding: 15px 0;
	min-height: 200px;
}

.box-destaque-revista .thumbnail .caption h3 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 18px;
}

.box-destaque-revista .thumbnail .caption ul {
	padding-left: 15px;
}

.box-destaque-revista .thumbnail, .img-thumbnail {
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);*/
    box-shadow: none;
}

.box-destaque-revista .num-edicao {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.box-destaque-revista .subtitulo-h3 {
	font-style: italic;
	color: #999;
}

/*------- MENU FESTAS ------------------------------------------------------------------*/
.menu-festas {
	margin-bottom: 10px;
	font-size: 11px;
}


.menu-festas .nav-pills > li > a {
    border-radius: 0px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ffffff;
}
.menu-festas .nav > li > a {
    display: block;
    padding: 4px 5px;
    position: relative;
}
.menu-festas .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #476181;
    color: #fff;
}




/*-------- MENU REVISTA ON LINE E PDF -----------------------------------------------*/ 

.home.item p {font-size: 11px; line-height: 1.2em; text-shadow: 1px 1px 3px #000;}
@media (min-width: 768px) {
	.home.item p {font-size: 17px;}
}
.home.item .carousel-caption {width: 100%; padding: 12px 15% 2px; left: 0; right: 0; bottom: 0; 
	/*background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));*/
	background-color: rgba(4, 14, 65, 0.7);
}
.home.item a + div, .home.item a + div * {cursor: pointer;}



/*-------- MENU REVISTA ON LINE E PDF -----------------------------------------------*/ 

.revista-pdf a {font-size: 13px; color: #FFF; margin-left: 20px; margin-bottom: 20px !important; display: block; background-color: #193962 !important; }
.revista-pdf a:hover {color: #CCC;}
.revista-pdf a i {font-size: 30px;}


/*-------- BOX FESTAS SECOES --------------------------------------------------------*/

.box-festas h3 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #193962;
}

.box-festas .num-edicao {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.box-festas .btn-primary {
	margin-top: 10px;
	width: 100%;
	font-size: 10px;
	background: #337ab7;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*.box-festas .thumbnail {
	background-color: #193962;
	border: none;
	border-radius: 0px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 0px;
	transition: all 0.2s ease-in-out 0s;
}
.box-festas .thumbnail .caption {
	color: #fff;
	padding: 15px;
	min-height: 210px;
}

.box-festas .thumbnail .caption h3 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
}

.box-festas .subtitulo-h3 {
	font-style: italic;
	color: #999;
}*/

/*------- CALENDARIO -------------------------------------------------------------------*/

.calendario .jumbotron {
	padding: 25px;
	border-radius: 0px;
	margin: 10px 0px;
}

.calendario hr {
	clear: both;
}

.descricao-calendario {
	margin-top: 0px;
}

.descricao-calendario p {
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0px;
}

.descricao-calendario span {
	font-size: 12px;
	line-height: 12px;
	color: #666666;
}

.leia-mais {
	font-size: 10px;
	float: right;
	margin-bottom: 10px;
}

/*------- CONTATO ----------------------------------------------------------------------*/

.form-horizontal {
	margin-top: 30px;
}

/*------- BUSCA ----------------------------------------------------------------------*/

#busca, #busca + div > button {
	border: 1px solid #333;
}
#busca::-moz-placeholder{color:#333;opacity:1}
#busca:-ms-input-placeholder{color:#333}
#busca::-webkit-input-placeholder{color:#333}

/*------- FOOTER -----------------------------------------------------------------------*/
.box-footer {
	background: #193962;
	color: #ffffff;
}
.box-footer .direitosautorais {
	color: #000;
	text-align: center;
    margin-top: -93px;
    font-size: 11px;
	
	}
.box-footer ul {
	list-style-type:none;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}
.box-footer a[href^="javascript"] {
	background: #193962;
	color: #ffffff;
	cursor: default;
	text-decoration: none;
}
.box-footer ul:first-child>li>a {
    color: #fff;
}
.submenu, .box-footer ul ul {
	font-weight: normal !important;
	line-height: 15px !important;
	color: #cccccc;
	padding-left: 10px;
}

.logo-safra {
	margin: 0 0 -15px 15px;
}

.menu-padding-footer {
	padding: 20px 0px 0 15px;
}

.len {
	margin-bottom: 10px;
    margin-top: -138px;
    margin-right: -22px;
}

/*-------- VELAS --------------------------------------------------------------------------*/
.CLTable {
/*background-color:#DBEAF5;
border-color:#A0C6E5;*/
font-size:15px;
}

.CLHeadingBold {
font-family:Tahoma, Arial, Verdana;
font-size:11px;
text-align:center;
font-weight:700
}
.CLheading {
font-family:Tahoma, Arial, Verdana;
font-size:11px;
text-align:center;
color:#000
} 

A.CLLink {
	font-family:Tahoma, Arial, Verdana;
	font-size:10px;
	text-align:center;
	color:#000;
	text-decoration:none
} 

A.CLLink:Hover {
	font-family:Tahoma, Arial, Verdana;
	font-size:10px;
	text-align:center;
	color:#000;
	text-decoration:underline
}

.CLdate { 
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	text-align:center;
	font-weight:700;
	text-decoration:none
}
.CLtime {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	text-align:center;
	font-weight:400;
	margin-bottom:0
}

.CLhr {
	color:#666;
	height:1px;
	width:50%
}

.CLHolName {
	font-weight:400
}

/*===================================================================================*/

.parasha-semana .jumbotron {
    padding: 20px;
    margin: 0px;
    color: inherit;
    background-color: #193962;
    border-radius: 0px;
}

.parasha-semana .jumbotron h2 {
    color: #ffffff;
    margin: 7px 0px;
    font-size: 24px;
    font-weight: bold;
}

.parasha-semana .jumbotron p {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}
.parasha-semana .jumbotron a {
	background: #337ab7;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 4px;
}

/*=== BOX REVISTA TOPO =============================================================*/

.box-revista-topo {
	margin: 20px 0px 0px;
	
}

.box-revista-topo h4 {
	font-size: 10px;
	text-align: center;	
}

.bg-box-revista {
	background:#cccccc;
	height: 325px;
}

.revista-topo {
	margin: 0 auto; 
	width: 160px; 
	margin-top: 20px;
	margin-bottom: 20px;
}


.bg-menu {background: #193962 !important; padding: 3px 0 0 0 !important;}
.bg-menu .btn-menu {border-right: 1px solid #FFF; padding-right: 12px;}
.bg-menu .btn-menu:last-child {border-right: none;}
.w3_megamenu-content {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
}


/* Large desktop */
@media (min-width: 1200px) {


}

@media (max-width: 768px) {
	.bg-menu .btn-menu {border: none; width: 100%;}
	.navbar-nav .open .dropdown-menu {margin-left: 12px;}
	.w3_megamenu .w3_megamenu-content {width: 100%;}
	.w3_megamenu .half {max-width: 99%;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 980px) and (max-width: 1199px) {
	.box-revista-topo h4 {
		font-size: 9px;
		text-align: center;	
	}
	.bg-box-revista {
		background:#cccccc;
		height: 268px;
	}
	.revista-topo {
		margin: 0 auto; 
		width: 120px; 
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.revista-topo {
		margin: 0 auto; 
		width: 170px; 
		margin-bottom: 20px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Landscape phones and down */
@media (max-width: 480px) {

}




/* Large desktop */
/*@media (min-width: 1200px) {}*/
/* Portrait tablet to landscape and desktop */
/*@media (min-width: 768px) and (max-width: 979px) {}*/
/* Landscape phone to portrait tablet */
/*@media (max-width: 767px) {}*/
/* Landscape phones and down */
/*@media (max-width: 480px) {}*/


.voce-sabia-acc .cnt {display: none; padding-bottom: 5px;}
.month {font-size: 20px !important; background-color: #193962; margin: 60px 0 20px !important; display: inline-block;}
.clippings {padding-left: 20px;}
.clippings-date {margin-top: 30px;}

.c01 {color: #FFF !important;} 
.candles-sidebar {min-height: 120px; width: 100%; display: block;}
.ajax-loader-candles {background: url(../img/ajax-loader.gif) center center no-repeat;}
.fl {float: left;}
.db {display: block;}
.hebcal-morasha {display: none;}
.pt01 {padding-top: 40px;}
.pb01 {padding-bottom: 15px;}
.pb01.anexos:last-of-type {padding-bottom: 0px;}
.saiba-mais-festas {max-width: 260px}
.cb01 {clear: both;}
.sidebar-edicoes select {margin-bottom: 5px;} 
.post-grid-dot {max-height: 160px; display: block; visibility: hidden;}
.vis01 {visibility: visible;}

#loading {display: none; position: absolute; top: 10px; right: 10px; }
#calendar {max-width: 900px; margin: 0 auto; }


@media (min-width: 768px) {
	.search-content {/*margin-right: -17px;*/ padding: 0;}
}

.h1-search {font-size: 2.2em;}
.h2-search {font-size: 1.4em !important; margin-top: 30px !important;}
.highlight {background-color: yellow;}
.termo {color: #999; font-style: italic;}
.carta-integra {display: none; height: auto;}
.carta-integra p {font-size: 1em;}
.carta-integra h1 {font-size: 1.4em; line-height: 1.6em;}




/* REDEFINIÇÃO DAS CLASSES DE CALENDÁRIO */
.fc-event.hebdate, .fc-event.omer {
 background-color:#FFF;
 border-color:#FFF;
 color:#999;
}
.fc-event.dafyomi {
 background-color:#FFF;
 border-color:#FFF;
 color:#08c;
}
.fc-event.dafyomi a {
 color: #0088cc;
}
.fc-event.dafyomi a:hover,
.fc-event.dafyomi a:focus {
 color: #005580;
}
.fc-event.candles, .fc-event.havdalah {
 background-color:#FFF;
 border-color:#FFF;
 color:#333;
}
.fc-event.holiday {
 background-color:#3a87ad;
 border-color:#3a87ad;
 color:#FFF;
}
.fc-event.holiday.yomtov {
 background-color:#ffd446;
 border-color:#ffd446;
 color:#333;
}
.fc-event.parashat {
 background-color:#257e4a;
 border-color:#257e4a;
 color:#FFF;
}
.fc-event.hebrew .fc-title {
 font-family:'Alef Hebrew','SBL Hebrew',David;
 font-size:110%;
 font-weight:normal;
 direction:rtl;
}
.fc-event.hebrew .fc-time {
 direction:ltr;
 unicode-bidi: bidi-override;
}
#busca{
 color:#193962; 
 font-weight:bold;
}
#busca:placeholder{
 color:#193962; 
 font-weight:bold;
}
/*@media screen and (min-width: 768px) {
	.carousel-indicators {
  	}
}*/
.carousel-indicators {
    left: inherit;
  	bottom: 1px !important; 
    width: auto;
    padding-left: 0;
    margin-left: 0;
    right: 10px;
}