@charset "utf-8";

body {
	font-family: 'Comfortaa', cursive;
	background-color: #DFDFDF;
}

h1{
	color: #1A1A1A;
	font-size: 30px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height:35px;
}

h1 small {
	color:#999;
	font-weight:300;
	font-size: 30px;
}

h2{
	color: #1A1A1A;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height:25px;
}

h3{
	font-family: 'Muli', sans-serif;
	color: #1A1A1A;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height:22px;
}

h4{
	font-family: 'Muli', sans-serif;
	color: #1A1A1A;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height:20px;
}


p{
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1A1A1A;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height:18px;
}

a{
	color: #520000;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BFBFBF;
}
small {
	font-family: 'Muli', sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #A2A2A2;
}
small a{
	color: #520000;
	text-decoration:none;
}
small a:hover{
	text-decoration:underline;
	color: #1A1A1A;
}
input[type="text"] {
	background-color: #EEE;
	width: 450px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
	font-size: 13px;
	font-family: 'Muli', sans-serif;
}



textarea {
	background-color: #EEE;
	width: 450px;
	height: 150px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
	font-size: 13px;
	font-family: 'Muli', sans-serif;
}


#header {
	width: 100%;
	height: 108px;
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	min-width: 1175px;
}
#header nav {
	float: right;
	height: 108px;
}
#header nav ul {
	height: 30px;
	list-style-type: none;
	margin-top: 40px;
}
#header nav ul li {
	height: 30px;
	width: 95px;
	line-height: 30px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	text-transform: uppercase;
	float: left;
}
#header nav ul li a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
#header nav ul li a:hover {
	color: #000;

}

#banner {
	width: 100%;
	background-color: #D7D7D7;
	padding-top: 20px;
}
#banner #banner-img {
	height: 190px;
	width: 100%;
	margin-bottom: 0px;
	min-width: 1175px;
}
#banner #banner-txt {
	height: 58px;
	width: 100%;
	background-color: #E9E9E9;
}
#banner #banner-txt a {
	color: #666;
	text-decoration: none;
}
#banner #banner-txt a:hover {
	color: #333333;
	text-decoration: underline; 
}

#content {
	width: 100%;
	min-width: 1175px;
	/*background-image: url(../images/bg_content.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F5F5F5;
}
#content #main-left {
	float: left;
	width: 220px;
	min-height: 60px;
	margin-right: 30px;
}
#content #main-left hr{
	border-top-color: #3c0000;
}
#content #main-left .info {
	background-color: #3c0000;
	margin-bottom: 15px;
	padding: 15px;
	width: 190px;
	list-style-type: none;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
#content #main-left .info p, #content #main-left .info p a {
	color:#999;
}

#content #main-left ul {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	padding: 15px;
	width: 190px;
	list-style-type: none;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
#content #main-left ul li{
	margin-top: 5px;
	margin-bottom: 5px;
}
#content #main-left ul li a{
	color: #242424;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}
#content #main-left ul li ul{
	display: none; /* used to hide sub-menus */
	margin-bottom: 5px;
	width: 185px;
	list-style-type: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content #main-left ul li ul li a{
	font-size: 11px;
	color: #333;
}

#content #main-left .menuHfacebook {
	padding-left:0;
	padding-right:0;
	box-shadow: none;
	background-color:#f5f5f5;
}

#content #main-left .menuHfacebook li {
	background-color:none;
	box-shadow: none;
}

#content #main-center {
	float: left;
	min-height: 60px;
}
#content #main-center #wrap-destaques {
	height: 320px;
	width: 675px;
	overflow: hidden;
	background-color: #3c0000;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	position: relative;
}
#content #main-center #wrap-destaques #nav  {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 9;
}
#content #main-center #wrap-destaques #nav a {
	height: 16px;
	width: 16px;
	margin-right: 10px;
	display: block;
	cursor: pointer;
	background-color: #000000;
	font-size: 7px;
	color: #000000;
	text-decoration: none;
	float: left;
}

#content #main-center #wrap-destaques #nav a:hover, #content #main-center #wrap-destaques #nav .activeSlide {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
}


#content #main-center #wrap-destaques #destaques {
	height: 320px;
	width: 675px;
	overflow: hidden;
	list-style-type: none;
	position: absolute;
	top:0;
	left:0;
}
#content #main-center #wrap-destaques #destaques .item {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 320px;
	width: 675px;
	overflow: hidden;
}
#content #main-center #wrap-destaques #destaques .item .img {
	position: absolute;
	height: 320px;
	width: 675px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#content #main-center #wrap-destaques #destaques .item .box {
	height: 290px;
	width: 200px;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	padding-right: 25px;
	padding-left: 25px;
	color: #FFF;
	padding-top: 30px;
	/*background-image: url(../images/bg_destaque.png);*/
	background-repeat: repeat;
	background-color:rgba(255,255,255,0.7);
}
#content #main-center #wrap-destaques #destaques .item .box h2 {
	color: #333;
}
#content #main-center #wrap-destaques #destaques .item .box p {
	color: #666;
}
#content #main-center #wrap-destaques #destaques .item .box small  {
	color: #666;
}



#content #main-center #breadcrumbs {
	height: 20px;
	width: 100%;
	/*background-color: #D8D8D8;*/
	margin-bottom: 20px;
	display: block;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content #main-center #breadcrumbs li {
	float: left;
	margin-right: 0px;
	padding-right: 10px;
	font-size: 13px;
	color: #1A1A1A;
	margin-left: 10px;
	margin-top: 3px;
}

#content #main-center #breadcrumbs .divider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#content #main-center #breadcrumbs li a{
	color: #6B6B6B;
	text-decoration: none;
}
#content #main-center #breadcrumbs li a:hover{
	color: #333;
}
#content #main-center .post {
	background-color: #FFF;
	width: 655px;
	padding: 10px;
	margin-bottom: 25px;
	min-height: 60px;
	-webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
#content #main-center .post img {
	margin-right: 15px;
	float: left;
}

#content #main-center .full-post {
	background-color: #FFF;
	width: 885px;
	min-height: 100px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-image: url(../images/bg_fullpost.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content #main-center .full-post .img-gal {
	float: left;
	width: 450px;
	margin-right: 15px;
}
#content #main-center .full-post .img-gal ul {
	width: 450px;
	display: block;
	list-style-type: none;
}
#content #main-center .full-post .img-gal ul li {
	float: left;
	height: 75px;
	width: 105px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
#content #main-center .full-post .img-gal ul li:nth-child(4n+0) {
	margin-right:0px;
}

#content #main-center .full-post #map {
	width:885px;
	height:250px;
	background-color:#000;
}

#content #main-right {
	float: left;
	width: 220px;
	margin-left: 30px;
	min-height:60px;
}
#content #main-right ul {
	width: 220px;
	list-style-type: none;
}
#content #main-right ul li {
	padding: 0px;
	width: 220px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}


#footer {
	width: 100%;
	height: 175px;
	/*background-color: #3b0000;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D4D4;
	min-width: 1175px;
	text-align: center;
	background-color: #DFDFDF;
}
#footer h4 {
	font-family: 'Comfortaa', Arial, sans-serif;
	color: #3E3E3E;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
}
#footer h4 a {
	color: #3E3E3E;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footer p {
	font-family: 'Comfortaa', cursive;
	color: #595959;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: 400;
}
#footer small {
	color: #595959;
	font-size: 12px;
}


.main-wrap {
	width: 1175px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	min-height: 40px;
	display: table;
}
.clearL {
	clear:left;
}
.btn, input[type="submit"] {
	display: inline-block;
	background-color: #A2A2A2;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	margin-top: 7px;
	margin-bottom: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btn:hover, input[type="submit"]:hover {
	background-color:#000;
	color:#FFF;
}
.yesmain-right {
	width:675px;
}
.nomain-right {
	width:925px;
}
.divideL-50 {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.divideR-50 {
	width: 48%;
	margin-left: 2%;
	float: left;
}

h3 .h3-link {
	font-weight:normal;
	font-size:13px;
	text-decoration:none;
}
h3 .h3-link:hover {
	color:#000;
}

.block  {
	position:relative;
	display:inline-block;
	clear:left;
}

.block .img-thumb {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	max-width:150px;
	max-height:150px;
}

.img-largethumb {
	max-width:250px;
	max-height:250px;
}

.block h3 {
	float:left;
}

.block h3 small {
	font-size:12px;
	font-weight:normal;
	color:#999;
}

.valign {
	vertical-align:top;
}



@media only screen and (min-width: 768px) and (max-width: 979px) {


#content {

}
}
@media only screen and (max-width: 767px) {
#content {

}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#content {

}
}
