body {
	background-color: #fff;
	background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Viga', sans-serif;

}

.img-responsive {
	max-width: 100%;
	display: block;
	margin-top: 25px;
}

.img-center {
  margin: 0 auto !important;
}

.form-control {
	border-radius: 0;
}

.btn {
	border-radius: 0;
}

.website {
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #fff;
}

a {
	color: #444;
}
a:hover {
	text-decoration: none;
	color: #000;
}

/* --------------- top -------- */
.minitop {
	background-color: #000;
	color: #fff;
	font-size: 11px;

}

.minitop .left, .minitop .right {
	padding: 0;
	margin: 0;
}

.minitop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
}

.minitop ul li {
	float: left;
}

.minitop ul li a {
	padding: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.minitop ul li a:hover {
	background-color: #fff;
	color: #000;
}

.minitop ul li a i {
	font-size: 14px;
	font-family: 'Abel', sans-serif;
}

.minitop .left ul {
	float: left;
}
.minitop .right ul {
	float: right;
}

.top {
	background-color: #fff;
	padding: 15px;
}

.top .left {
	
}

.top .right {
	padding-top: 20px;
	text-align: center;	
}

.menu {
	background-color: #C94203;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
}

.menu .col-md-12, .menu .col-md-12 .container-fluid, .menu .col-md-12 nav, .menu .col-md-12 #navbar  {
	padding: 0;
	margin: 0;
}

.menu  .navbar {
	border: 0;
	min-height: auto;
	padding: 0;
}

.menu .navbar .navbar-toggler {
	border-radius: 0;
	padding: 15px 15px;
	color: #fff;
	margin-left: auto;
}

.menu-topo {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
}

.menu-topo .col-md-12, .menu .col-md-12 .container-fluid, .menu .col-md-12 nav, .menu .col-md-12 #navbar  {
	padding: 0;
	margin: 0;
}

.menu-topo  .navbar {
	border: 0;
	min-height: auto;
	padding: 0;
}

.menu-topo .navbar .navbar-toggler {
	border-radius: 0;
	padding: 15px 15px;
	color: #fff;
	margin-left: auto;

}
.navbar-nav>li>a {
	padding: 20px 20px !important;
	/*color: #fff;*/
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	/*border-right: 1px solid rgba(255,255,255,0.4);*/
	font-weight: bold;

}

.navbar-nav>li>a:hover, .navbar-nav>li>a:active, .navbar-nav>li>a:focus,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav .open>a:active {
	background-color: rgba(0,0,0,0.1);
	color: #fff;

}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #C94203;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 700;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.dropdown-menu>li>a:hover {
	background-color: rgba(0,0,0,0.1);
	color: #fff;
}

/* --------------- content -------- */

.content {
	padding: 25px 0px;
	background-color: #fff;
}

.banner {
	margin-bottom: 30px;
	background-color: #fff;
	padding-left: 0;
	padding-right: 0;
}

.banner .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.banner .arrow {
	position: absolute;
	z-index: 1000;
	margin-top: 270px;
}

.banner .arrow a {
	padding: 0 15px; 
}

.banner .arrow a i {
	font-size: 50px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.banner .arrow a:hover i {
	font-size: 45px;
	color: #444;
}

.banner .titlePost {
	
	background: rgba(0,0,0,0.6);
	position: relative;
	font-size: 18px;
	height: 45px;
	margin-top: -45px;
	color: #fff;
}

.banner .titlePost a {
	color: #fff;
	display: block;
	padding: 10px;
}

.banner .left {
	left: 0;
}

.banner .right {
	right: 0;
}

.news-home {
	padding: 30px 0;
}

.gallery-home {
	background-color: #efefef;
	margin: 30px 0 !important;
	padding: 30px 0 !important;
}

.gallery-home .zero {
	margin: 0 !important;
}

.featured {
	margin-bottom: 20px;
}

.featured .category {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:  #E64946 3px solid;
	margin-bottom: 15px;
	display: block;
	padding-bottom: 5px;
	color: #444;
}

.featured h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 20px;
}
.featured small {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #a6a6a6;
}
.featured p {
	font-size: 14px;
}

.postList {

}
.postList .post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #d6d6d6 1px dotted;
}

.postList .post .category {
	color: #E64946;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}

.postList .post h2 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
}

.postList .post small {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #a6a6a6;
}

.postList .post .resume {
	font-size: 12px;
}

.miniPosts .post .category {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
}

.miniPosts .post h2 {
	margin: 0;
	padding: 0;
	line-height: 16px !important; 
}

.miniPosts .post h2 a {
	font-size: 18px;
	font-weight: bold;
}

.adsFooter {
	margin-top: 30px;
}

.top10-home ul, .top10-home ul li {
	list-style: none;
	margin: 0;
	padding:0;
}

.top10-home ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #d6d6d6 dotted;
}

.top10-home .position {
	float: left;
	display: table;
	width: 50px;
	font-size: 18px;
	text-align: center;
	height: 43px;
	padding-top: 7px;
	background-color: #efefef;
	margin-right: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border-radius: 5px;
}

.top10-home .topNormal h3 {
	font-size: 14px;
	font-weight: bold;
}

.top10-home .topNormal h4 {
	font-size: 12px;
	font-weight: lighter;
}

.top10-home .topNormal {

}

.top10-home .top1 h3 {
	font-size: 20px;
	font-weight: bold;
}

.top10-home .top1 h4 {
	font-size: 18px;
	font-weight: lighter;
}

.top10-home .top1 .position {
	float: left;
	display: table;
	width: 70px;
	font-size: 22px;
	text-align: center;
	height: 60px;
	padding-top: 13px;
	background-color: #efefef;
	margin-right: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border-radius: 10px;
}

/* --------------- gallery ----------- */

.gallery {

}

.gallery span.date {
	border-right: 1px solid #d6d6d6;
	height: 60px;
	padding-bottom: 15px;
	padding-top: 15px;
	display: table;
	text-align: center;
	width: 80px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 18px;
}

.gallery span.date span {
	font-weight: bold;
	display: block;
	font-size: 28px;
}

.gallery img {
	border-radius: 5px;
}

.gallery span.title {
	font-weight: bold;
	font-size: 18px;
	padding-top: 30px;
	display: table;
}



/* --------------- post ----------- */

.post-unique {
	margin-bottom: 30px;
	margin-top: 30px;
}

.post-unique .post-title {
	/*border-bottom: 3px solid #000;
	margin-bottom: 25px;
	padding-bottom: 25px;*/
}

.post-chamada {
	/*border-bottom: 1px solid #000;*/
	color: #555;
	margin-bottom: -5px;
	padding-bottom: 15px;
}

.post-unique .post-image-box {
	margin-bottom: 30px;
	margin-top: 0px;
}

.post-unique .post-content-box {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}

.categoryTitle {
	border-bottom: 3px solid #000;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.categoryTitle span {
	font-weight: bold;
}

.suggestion {
	margin-top: 30px;
}

.suggestion h4.titleBox {
	border-bottom: 3px solid #000;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.suggestion .post .resume {
	font-size: 14px;
}

.suggestion .post h4 {
	font-size: 16px;
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
}

/* --------------- sidebar -------- */
.sidebar {

}

.sidebar .block {
	margin-top: 40px;
	margin-bottom: 15px;
}

.sidebar .block .blockTitle {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:  #E64946 3px solid;
	margin-bottom: 15px;
	display: block;
	padding-bottom: 5px;
	color: #444;	
	font-size: 18px;
}

.sidebar .top10 {

}

.sidebar .top10 ul, .sidebar .top10 ul li {
	list-style: none;
	margin: 0;
	padding:0;
}

.sidebar .top10 ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #d6d6d6 dotted;
}

.sidebar .top10 .position {
	float: left;
	display: table;
	width: 70px;
	font-size: 22px;
	text-align: center;
	height: 60px;
	padding-top: 13px;
	background-color: #efefef;
	margin-right: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.sidebar .top10 h3 {
	font-size: 20px;
	font-weight: bold;
}

.sidebar .top10 h4 {
	font-size: 18px;
	font-weight: lighter;
}

.sidebar .block  .postList .post .category {
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidebar .block  .postList .post h2 {
	font-size: 16px;
	margin: 10px 0 0 0;
}


.sidebar .search {
	margin-top: 0;
	margin-bottom: 35px;
}

.sidebar .search {
	
}

/* --------------- footer -------- */
.footer {
	background-color: #2A2A2A;
	color: #fff;
	padding: 20px;
	margin-top: 30px;
}
.footer h3 {
	font-weight: bold;
	font-size: 16px;
	border-bottom:  #fff 3px solid;
	padding-bottom: 5px;
	margin: 10px 0 15px 0;
	text-transform: uppercase;
}
.footer .aboutUs {
	background-color: #fff;
	color: #000;
	padding: 20px;
}

.footer .aboutUs h3 {
	border-bottom:  #000 3px solid;
}

.footer .aboutUs p {
	text-align: justify;
	margin-top: 10px;
	font-size: 12px;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
	border-bottom: 1px dotted rgba(255,255,255,0.3);
	font-size: 12px;
}

.footer ul li a:hover {
	background-color: rgba(0,0,0,0.2);
}

.copyright{
	background-color: #191919;
	background-image: url(../img/img-equalizator.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 20px 0;
	color: #fff;
	font-size: 12px;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #f00;
}


@media screen and (max-width:767px) {
	.top .right {
	    display: none;	
	}
	.fa{
		margin-left: 10px;
	}
	.minitop ul  {
		margin: auto !important;
		display: table;
	}
	.minitop .left ul {
		float: none;
	}
	.minitop .right ul {
		float: none;
	}
	.nocelular{
		display: none;
	}
	.logocentro{
		margin-left: 87px;
	}
	.banner {
		margin-bottom: 30px;
	}

	.banner .arrows {
		position: absolute;
		z-index: 1000;
		width: 93%;
		display: block;
		margin-top: 60px;
	}

	.banner .arrows a {
		padding: 0 15px; 
	}

	.banner .arrows a i {
		font-size: 30px;
		color: #fff;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	}

	.banner .titlePost {
		
		background: rgba(0,0,0,0.6);
		position: relative;
		font-size: 16px;
		height: 40px;
		margin-top: -40px;
		color: #fff;
	}

	.banner .titlePost a {
		color: #fff;
		display: block;
		padding: 10px;
	}

	.banner .arrows .left {
		float: left;
	}

	.banner .arrows .right {
		float: right;
	}

}