body {
	background-color: #2f3133;
 	font-size: 14px;
}

@font-face {
    font-family: 'century_schoolbok';
    src: url('../fonts/SCHLBK.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 27px;
	height: 19px;
	overflow: hidden;
	background: url(../img/totop.png) 0 bottom no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 60px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 0;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*-----------row_s--------------*/

.row_1 {
	padding: 30px 0 80px;
	background: #F5F5F5;
  color:#333;
}

/*------------links headings-----------*/

ul{
 list-style:none;
}

p {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
  text-align:justify;
}
h2 {
  font-family: 'century_schoolbok';
	font-size: 26px;
  text-transform: uppercase;
	color: #474848;
	margin: 0;
	padding: 20px 0;
}
h3 {
	text-transform: uppercase;
  font-family: 'century_schoolbok';
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin: 0 0 10px;
	padding: 0;
}

h4 {
	text-transform: uppercase;
  font-family: 'century_schoolbok';
	font-size: 16px;
	line-height: 20px;
	color: #474848;
	margin: 0 0 10px;
	padding: 0;
}


.mensagem_erro {
  background-color: #FFBFBF;
  color: #333;
  padding: 10px;
}


/*------ helpers ------- */

.m-t-l{
  margin-top:40px;
}

.m-b{
  margin-bottom:30px;
}

.no-padder {
  padding: 0 !important;
}

/*------ header ------- */
header {
	background-color: #fff;
	text-align: center;
}
/*-------- Logo -------- */
.navbar-brand_ {
	float: none;
	display: block;
	position: relative;
	margin: 0;
	text-align: center;
	padding: 0;
	margin: 68px auto 60px;
}
.navbar-brand_ img {
	max-width: 100%;
}
.navbar-brand_a:hover {
	text-decoration: none;
}

/*--- header end ------*/

/*----------title---------*/
.title {
  font-family: 'century_schoolbok';
	font-size: 24px;
	color: #474848;
  margin:0px;
  padding:0px;
  text-transform: none;
}


/*--------links------------*/
.btn-link {
	color: #adadad;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
  font-style:italic;
  text-decoration: underline;
}
.btn-link:hover {
	color: #211e1f;
  text-decoration: underline;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.link-noticia {
	color: #211e1f;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
  text-decoration: underline;
}
.link-noticia:hover {
	color: #adadad;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}


.links p {
	margin-bottom: 28px;
}


/*--------- footer --------- */
footer {
	padding: 64px 0;
}

.footer-bottom{
	padding: 32px 0;
}

footer ul li a{
  color:#adadad;
}

footer a{
  color:#adadad;
}

footer a:hover{
  color:#fff;
}

.menu-footer{
  font-weight:bold;
}


footer p{
  color:#adadad;
}

/**************** footer end ***************/

/**************************************************/

/*Core variables and mixins*/
img {
	max-width: 100%;
}
