/* CSS Document */
.clear{
	clear:both;
	height:0px;
}
a {text-decoration:none !important; color:#008001; }
a:link {text-decoration:none  !important;}
a:visited {text-decoration:none  !important;}
a:active {text-decoration:none  !important;}
a:hover, a:focus { text-decoration:none  !important; color:#008001;  }
a img {text-decoration:none !important; }
/* fim  geral 

div {border:1px solid #F00}
*/
label.error {color:#FF0000; font-size:9px; margin-bottom: 0px}


@import "font-awesome.css";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic);

body{
	background-image:url(../imagens/site/fundo.jpg);
	background-position:top center;
	margin:0;
	padding:0px;
	color:#333 !important;
	   font: 14px/20px 'Open Sans', sans-serif  !important;
	
	}
.linhahorizontal{
	 border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 5px 3px #f7f7f7;
	}	
 *{
	 /*border:#FF0000 1px solid 
	 */}


.fleft {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 1px;
    width: auto !important;
}
.img_inner {
    box-sizing: border-box;
    margin-bottom: 12px;
    margin-top: 5px;
    max-width: 100%;
}


/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	color: #008001;
}

 
/****Links****/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #008001;
}

button.btn, a.btn { 
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    padding: 4px 17px 5px;
    background-color: #008001;
}

button.btn:hover, a.btn:hover {
    background-color: #ff00fe;
}

/****Links****/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #008001;
}

a.btn {
    margin-top: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    padding: 4px 17px 5px;
    background-color: #008001;
}

a.btn:hover {
    background-color: #ff00fe;
	color: #fff;
}
	 
.pagination > li > a, .pagination > li > span { 
    color: #008001; 
}
 
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #ff00fe;
    border-color: #ddd;
    color: #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #008001;
    border-color: #008001;
    color: #fff;
    cursor: default;
    z-index: 2;
}	 
	 

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

ul.list .title {
    font-size: 16px;
    margin-bottom: 2px;
}

ul.list {
    padding-top: 3px;
}

ul.list time {
    padding-bottom: 10px;
    padding-top: 5px;
    line-height: 18px;
    margin-top: 2px;
    text-align: center;
    margin-right: 20px;
    width: 60px;
    display: block;
    color: #fff;
    font-size: 16px;
    float: left;
    background-color: #008001;
}

ul.list time span {
    display: block;
    border-top: 1px solid #c4e7d7;
    margin: 5px 2px 0;
}

ul.list li {
    overflow: hidden;
    line-height: 18px;
}

ul.list li+li {
    margin-top: 14px;
}

ul.list1 {
    margin-top: -2px;
}

ul.list1 li {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    padding-left: 45px;
}

ul.list1 li+li {
    margin-top: 17px;
}

ul.list1 li+li+li {
    margin-top: 20px;
}

ul.list1 li+li+li+li {
    margin-top: 18px;
}

ul.list1 li:after {
    left: 0;
    top: 3px;
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    color: #fff;
    width: 33px;
    text-align: center;
    height: 32px;
    background-color: #008001;
    line-height: 30px;
}

ul.list2 li {
    padding-bottom: 2px;
    line-height: 18px;
    margin-top: -3px;
    padding-left: 33px;
    background: url(../images/marker.png) 0 4px no-repeat;
    font-size: 16px;
}

ul.list2 li:first-child+li {
    padding-bottom: 3px;
}

ul.list2 li +li {
    margin-top: 5px;
}


.bq1 {
    background-color: #ededed;
    margin-top: 57px;
    padding-bottom: 26px;
}

.bq1 .title{
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    background-color: #008001;
    text-align: center;
    padding: 19px 0;
}

.bq1  p {
    margin-bottom: 11px;
    background: url(../images/quotes.png) 19px 30px no-repeat;
    padding: 37px 20px 0 38px;
    font-style: italic;
}

.bq1 .col2 {
    text-align: right;
    padding: 0 20px;
    font-size: 16px;
}

.bottom_block {
    position: relative;
    padding-bottom: 33px;
    background-color: #ebecec;
}

 
.bottom_block h3 {
    color: #626161;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
}

.socials li{
	line-height:25px;
	margin-bottom:5px;
}
.socials i{
    display: block;
    background-color: #008001;
    color: #fff;
    float: left;
    font-size: 20px;
    position: relative;
    width: 38px;
    text-align: center;
    height: 25px;
	padding-top:3px;
	margin-right:5px;
}
.socials li:hover   i {
    background-color: #fff;
    color: #008001;
}

input, textarea {margin-top:10px;}