* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
*:focus {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #e9e9ea ;
	line-height: 18px;
}
::selection {
	background: #ff0018;
	color: #fff;
}
div, a, p, img, ul, ol, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
	display: block;
	overflow: hidden;
	position: relative;
}

#agencias div, #agencias a, #agencias p, #agencias img, #agencias ul, #agencias ol, #agencias blockquote, #agencias form, #agencias fieldset, #agencias textarea, #agencias input, #agencias label, #agencias iframe, #agencias code, #agencias pre {
	overflow: visible;
}

p {
	line-height: 18px;
	margin-bottom: 18px;
	font-size: 12px;
	color:#666;
}
p > a {
	color: #dc2209;
	display: inline;
	text-decoration: none;
}
p > a:hover {
	text-decoration: underline;
}
p > span {
	display: inline;
}
span > a {
	display: inline;
}
a > span {
	display: inline;
}
a {
	text-decoration: none;
	color: #1cbbb4;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	margin-bottom: 18px;
}
h1 {
	font-size: 20px;
	line-height: 23px;
}
h2 {
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 1px;
	color:#666!important;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 1px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 1px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
}
h6 {
	font-size: 10px;
	line-height: 16px;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: #333;
	display: inline;
}
textarea {
	margin-bottom: 27px;
	border: 1px solid #e9e9e9;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #f6f6f6;
	line-height: 18px;
	color: #666;
	width: 180px;
	height: 90px;
	overflow-y:auto;
}
input[type="text"], input[type="password"] {
	margin-bottom: 27px;
	border: 1px solid #e9e9e9;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #f6f6f6;
	color: #666;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	width: 180px;
}
input[type="submit"] {
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #e9e9e9;
	font-weight: bold;
	padding: 0px;
	background-color: #333;
	line-height: 24px;
	height: 24px;
	padding-left: 12px;
	padding-right: 12px;
}
input[type="submit"]:hover {
	cursor: pointer;
	color: #fff;
}
input:focus, textarea:focus {
	outline: 0;
	background-color: #fff;
	border-color: #e9e9e9;
}
fieldset > *:last-child {
	margin-bottom: 0px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	background-color: #f6f6f6;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	width: 100%;
	clear: both;
	margin-bottom: 27px;
}
thead {
}
th {
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	border-bottom: 1px solid #dfd8cf;
	border-right: 1px solid #dfd8cf;
	font-weight: bold;
	color: #555;
	background-color: #a4a3a3;
}
tr {
	line-height: 18px;
}
td {
	border-right: 1px solid #dfd8cf;
	border-bottom: 1px solid #dfd8cf;
	text-align: center;
	color: #666;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
	vertical-align: middle;
	background-color: #fdfdfd;
}
tr:hover > td {
	background: #fff;
}
ul {
	list-style: none;
	margin-bottom: 27px;
	position:relative;
}
ol {
	list-style: decimal inside;
	margin-bottom: 27px;
	position:relative;
}
li {
	padding-left: 12px;
	line-height: 18px;
	margin-bottom:18px;

}
ol > li:last-child, ul > li:last-child {
    margin-bottom:0px;	
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

p > a {
	color: #dc2209;
}
a {
	color: #dc2209;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #333;
}
input[type="text"], input[type="password"] {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: #999;
}
textarea {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: #999;
}
input:focus, textarea:focus {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
}
table {
	background-color: transparent;
	border-left: 1px solid #dfd8cf;
	border-top: 1px solid #dfd8cf;
}
thead {
}
th {
	border-bottom: 1px solid #dfd8cf;
	border-right: 1px solid #dfd8cf;
	color: #fff;
	background-color: #a4a3a3;
}
tr {
	line-height: 18px;
}
td {
	border-right: 1px solid #dfd8cf;
	border-bottom: 1px solid #dfd8cf;
	color: #333;
	background-color: transparent;
}
tr:hover > td {
	background: #edecec;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Framework Css Rules End                                                                 */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Structure Css Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.pageWrap {
	background:#fff;
	padding-top: 36px;
	margin-bottom: 36px;
}
.pageContentWrap {
	border: 1px solid #e5e5e5;
	padding-top: 18px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 24px;
	margin-right: 24px;
	padding-bottom: 18px;
	-moz-box-shadow: 0px 1px 2px #dbdbdb;
-webkit-box-shadow: 0px 1px 2px #DBDBDB;
box-shadow: 0px 1px 2px #DBDBDB;
}
.pageWrap > *:last-child, .pageContentWrap > *:last-child {
	margin-bottom: 0px;
}
.pageTitle {
	border-bottom: 1px solid #333;
	padding-bottom: 22px;
	margin-top: 2px;
	margin-bottom: 23px;
}
h1.pageTitle {
	color: #c42c31;
	margin-bottom: 13px;
	padding-bottom: 13px;
	padding-left: 24px;
	margin-top: 0;
	padding-right: 24px
}
.blockTitle {
	margin-bottom: 22px;
}
.pageBreak {
	height: 0px;
	clear: both;
	margin-bottom: 27px;
}
.pageBreakBottom {
	height: 0px;
	clear: both;
	border-top: 1px solid #333;
}
.pageBreakBoth {
	height: 27px;
	clear: both;
	margin-bottom: 27px;
	border-bottom: 1px solid #333;
}
.textBreak {
	height: 4px;
	clear: both;
	margin-bottom: 27px;
	border-bottom: 1px solid #333;
}
.textBreakBoth {
	height: 4px;
	clear: both;
	margin-bottom: 23px;
	border-bottom: 1px solid #999;
}
.textBreakBottom {
	height: 0px;
	clear: both;
	margin-bottom: 23px;
	border-top: 1px solid #333;
}
.pageSpacer {
	height: 4px;
	background-color: transparent;
	clear: both;
	width: 100%;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Structure Css Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Header Css Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.headerWrap {
	z-index: 9999;
	height: 65px;
	overflow: visible;
	background:#efeae6;
}
.headerInnerWrap {
	z-index: 9990;
	height: 65px;
	width:100%;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	background:#fff;
	
}
.mainLogo {
	float: left;
	height: 64px;
}
.mainLogo > img{
height: 81px;
width: auto;
margin: -9px 0 0 10px;
}
.mainMenuButton {
	float: right;
	height: 54px;
	width: 54px;
	background: url(../images/misc/mainMenuButtonBg.png) center no-repeat;
	margin-top:6px;
}
.mainMenuWrap {
	clear: both;
	display: none;
	background-color: #eee;
	padding-left: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	width: 100%;
	border-bottom: 2px solid #4a3323;
}
.mainMenuWrap > li {
	line-height: 36px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}
.mainMenuWrap > li:last-child {
	border-bottom: none;
}
.mainMenuWrap > li > a {
	margin-left: 24px;
	background: url(../images/skins/default/mainMenuItemBg3.png) 0 0 no-repeat;
	color: #000;
	padding-left: 20px;
}
.mainMenuWrap > li > a:hover {
	text-decoration: none;
}
.mainMenuWrap > li:hover > a {
}
.mainMenuWrap > li.currentPage > a {
	color: #475963;
	background-position: 0px -36px;
}
.buscar {
	float: right;
	height: 54px;
	width: 54px;
	margin-top:6px;
	background: url(../images/buscarLupa.png) center no-repeat;
	margin-right: 2%;
}
.buscarWrap {
	display: none;
	background-color: #eeefef;
	padding-left: 0px;
	padding-bottom:12px;
	margin: 0px;
	position: absolute;
	left: 0px;
	width: 100%;
	min-height: 1200px;
	z-index: 100;
}
.buscarWrap li {
	line-height: 36px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}
.buscarWrap li:last-child {
	border-bottom: none;
}
.buscarWrap li > a {
	margin-left: 24px;
	background: url(../images/skins/default/mainMenuItemBg.png) 0 0 no-repeat;
	color: #999;
	padding-left: 20px;
}
.buscarWrap li > a:hover {
	text-decoration: none;
}
.buscarWrap li:hover > a {
}
.buscarWrap li.currentPage > a {
	color: #ff0018;
	background-position: 0px -36px;
}
.buscarWrap .botao {
	background: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #FFF;
	height: 30px;
	display: block;
	width: 100%;
	margin-top:10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	text-align: center;
	text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.15);
}
.buscarWrap select  {height:40px;width:100%;}
.buscarWrap h3 {margin: 15px 0 15px 10px;font-weight: bold;color: #c42c31;margin-bottom: 8px;text-transform: uppercase;}
.buscarWrap ul {width: 90%;margin: 0 auto;}
.buscarWrap input[type="text"], .buscarWrap select {margin-bottom: 10px;
		border: 1px solid #CBD9DC;
		padding: 5px 8px;
		background-image: linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
		background-image: -o-linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
		background-image: -moz-linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
		background-image: -webkit-linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
		background-image: -ms-linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
		background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #FBFBFB), color-stop(1, #F4F4F4) );
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-box-shadow: 0px 1px 2px #dbdbdb;
		-webkit-box-shadow: 0px 1px 2px #DBDBDB;
		box-shadow: 0px 1px 2px #DBDBDB;}
	.buscarWrap input[type="button"] {right: 10px; top: 5px;}
	.buscarWrap input[type="button"] {background: url(images/sprite.png)0 -111px no-repeat; height: 30px; position: absolute;	width: 53px; font-size: 14px;
padding: 0 0 0 4px;color:#fff; font-weight: bold;}

p.topNotification {
	display: none;
	margin: 0px;
	padding-left: 24px;
	padding-right: 24px;
	border-bottom: 3px solid #232323;
	background-color: #eeefef;
	height: 36px;
	line-height: 36px;
}
.topNotification > span {
	color: #fff;
	padding-left: 25px;
	float: left;
	background: url(../images/misc/topNotificationBg.png) left center no-repeat;
}
.topNotification > .notificationButton {
	float: right;
	height: 36px;
	width: 24px;
	margin-top: 0px;
	background: #232323 url(../images/misc/topNotificationButtonBg.png) center center no-repeat;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Header Css Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Slider Css Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.sliderWrap {
	overflow: visible;
}
.nivoSlider {
	position: relative;
	overflow: visible;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: auto !important;
}
.nivoSlider a.nivo-imageLink {
	width: auto;
	height: 300px;
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: 0 auto;
	z-index: 6;
	display: none !important;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
	width: 100%;
	height: auto;
}
.nivoSlider {
	position: relative;
	background: #fff url(../images/misc/loading.gif) no-repeat 50% 50%;
	text-align: center;
	font-size: 1.4em;
}
.nivoSlider img {
	position: static !important;
	top: 0px;
	left: 0px;
	display: none;
	width: auto !important;
	height: 300px !important;
	margin: 0 auto;
}
.nivo-caption {
	padding: 10px 0;
	position: absolute;
	width:100%;
	left:0;
	bottom: 0;
	text-align: center;
	background: rgba(184, 36, 30, 0.7);
	color:#fff;
	z-index: 10;
	font-size: 12px;
}
.nivoSlider a {
	border: 0;
}
.nivo-controlNav {
	text-align: center;
	position: absolute;
	bottom: -36px;
	z-index: 99;
	height: 36px;
	line-height: 42px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
.nivo-controlNav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #333;
	text-indent: -9999px;
	border: 0;
	margin: 12px 6px;
	cursor: pointer;
}
.nivo-controlNav a.active {
	background-color: #ff0018;
}
.nivo-directionNav {
	position: absolute;
	z-index: 99;
	height: 36px;
	width: 100%;
	background: #eeefef;
}
.nivo-directionNav a {
	width: 24px;
	height: 36px;
	background: #ff0018 url(../images/misc/sliderArrowsBg.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}
.mainSlider:hover .nivo-directionNav a {
	display: block;
}
a.nivo-nextNav {
	background-position: -24px 0px;
	right: 0px;
}
a.nivo-nextNav:hover {
}
a.nivo-prevNav {
	left: 0px;
}
a.nivo-prevNav:hover {
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Slider Css Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio One Css Rules Start                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioOneFilterablePageWrap {
	margin-bottom: 0px;
}
.portfolioMenuWrap {
	list-style: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 23px;
	margin-bottom: 36px;
	padding-bottom: 18px;
	background-color: #eeefef;
	margin-left: 24px;
	margin-right: 24px;
}
.portfolioMenuWrap li {
	float: left;
	padding-left: 0px;
	padding-right: 15px;
	background: url(../images/misc/portfolioFilterableMenuDecoBg.png) right center no-repeat;
	margin-right: 9px;
	margin-bottom: 4px;
}
.portfolioMenuWrap > li:last-child {
	background: none;
	margin-right: 0px;
}
.portfolioMenuWrap li a {
	color: #999;
}
.portfolioMenuWrap li a:hover {
	text-decoration: none;
}
.portfolioMenuWrap .currentPortfolioFilter {
	color: #ff0018;
}
.portfolioOneFilterableWrap {
	padding-left: 24px;
	padding-right: 24px;
}
.portfolioOneFilterableWrap .portfolioFilterableItemWrap {
	margin-bottom: 36px;
}
.portfolioOneFilterableWrap .portfolioFilterableItemImageWrap {
	border-bottom: 3px solid #ff0018;
}
.portfolioOneFilterableWrap .portfolioFilterableItemImageWrap img {
	width: 100%;
	height: auto;
}
.portfolioOneFilterableWrap .portfolioFilterableItemInfoWrap {
	background-color: #eeefef;
	padding-top: 21px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.portfolioOneFilterableWrap .portfolioFilterableItemInfoWrap > *:last-child {
	margin-bottom: 0px;
}
.portfolioOneFilterableWrap .portfolioFilterableItemTitle {
	margin-bottom: 16px;
	height: 18px;
	padding-bottom: 0px;
}
.portfolioFilterableItemButtonsWrap {
	height: 36px;
	line-height: 36px;
	background-color: #232323;
}
.portfolioFilterableExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 34px;
	color: #666;
	background: #202020 url(../images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.portfolioFilterableDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 34px;
	color: #666;
	background: #202020 url(../images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.portfolioFilterableExpandButton:hover, .portfolioFilterableDetailsButton:hover {
	text-decoration: none;
}
.filteredPortfolioItem {
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio One Css Rules End                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio Two Css Rules Start                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioTwoFilterablePageWrap {
	margin-bottom: 0px;
}
.portfolioTwoFilterableWrap {
	padding-left: 24px;
	padding-right: 0px;
}
.portfolioTwoFilterableWrap .portfolioFilterableItemWrap {
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
}
.portfolioTwoFilterableWrap .portfolioFilterableItemImageWrap {
	border: 3px solid #eeefef;
}
.portfolioTwoFilterableWrap .portfolioFilterableItemImageWrap img {
	width: 100%;
	height: auto;
}
.portfolioTwoFilterableWrap .portfolioFilterableItemInfoWrap {
	background-color: #eeefef;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	height: 33px;
}
.portfolioTwoFilterableWrap .portfolioFilterableItemInfoWrap > *:last-child {
	margin-bottom: 0px;
}
.portfolioTwoFilterableWrap .portfolioFilterableItemTitle {
	font-size: 12px;
	margin-bottom: 0px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 3px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio Two Css Rules End                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// One Column Portfolio Css Rules Start                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioOnePageWrap {
	margin-bottom: 0px;
}
.portfolioOneWrap {
	padding-left: 24px;
	padding-right: 24px;
}
.portfolioOneItemWrap {
	moz-box-shadow: 0px 1px 2px #dbdbdb;
-webkit-box-shadow: 0px 1px 2px #DBDBDB;
box-shadow: 0px 1px 2px #DBDBDB;
	margin-bottom: 36px;
	border: 1px solid #bbb;
}
.portfolioOneItemImageWrap {
	border-bottom: 1px solid #e6e6e6;

}
.portfolioOneItemImageWrap:hover {
}
.portfolioOneItemImageWrap img {
width: auto;
height: 188px;
margin: 0 auto;
}
.portfolioOneItemInfoWrap {
	padding-top: 21px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.portfolioOneItemInfoWrap > *:last-child {
	margin-bottom: 0px;
}
.portfolioOneItemTitle {
	margin-bottom: 16px;
	height: 18px;
	padding-bottom: 0px;
	color:#fa5100;
	font-weight: bold;
	text-transform: uppercase;
}
h3.portfolioOneItemTitle {
	color:#034825;
	font-weight: bold;
}
.portfolioOneHoverDeco {
}
.portfolioOneItemButtonsWrap {
	height: 36px;
	line-height: 36px;
	background-color: #e9e9ea;
}
.portfolioOneExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	/*padding-left: 34px;
	color: #666;
	background: #202020 url(../images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;*/
}
.portfolioOneExpandButton input[type=checkbox]{  
   display:none;
}
 
.portfolioOneExpandButton input[type=checkbox] + label{
   background: #202020 url(../images/misc/alertBoxGoBg.png) 5px center no-repeat;
   height: 36px;
   width: 20px;
   display:inline-block;
   padding: 0 0 0 0px;
   padding:0 40px 0 25px;
   cursor:pointer;
}
   
.portfolioOneExpandButton input[type=checkbox]:checked + label{
    background: #202020 url(../images/alertBoxGoSe.png) 5px center no-repeat;
       height: 36px;
   width: 20px;
   display:inline-block;
   padding: 0 0 0 0px;
   padding:0 49px 0 25px;
   color:#fff;
}

.portfolioOneExpandButton input[type=checkbox] + label:before{
	content: "Selecionar";
}

.portfolioOneExpandButton input[type=checkbox]:checked + label:before{
	content: "Selecionado";
}



.portfolioOneDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 34px;
	color: #fff;
	background: #666 url(../images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}

.portfolioOneExpandButton:hover, .portfolioOneDetailsButton:hover {
	text-decoration: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// One Column Portfolio Css Rules End                                                                 */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Two Columns Portfolio Css Rules Start                                                              */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioTwoPageWrap {
	margin-bottom: 0px;
}
.portfolioTwoWrap {
	padding-left: 24px;
	padding-right: 0px;
}
.portfolioTwoItemWrap {
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
}
.portfolioTwoItemImageWrap {
	border: 3px solid #eeefef;
}
.portfolioTwoItemImageWrap:hover {
}
.portfolioTwoItemImageWrap img {
	width: 100%;
	height: auto;
}
.portfolioTwoItemInfoWrap {
	background-color: #eeefef;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	height: 33px;
}
.portfolioTwoItemTitle {
	font-size: 12px;
	margin-bottom: 0px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 3px;
}
.portfolioTwoHoverDeco {
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Two Columns Portfolio Css Rules End                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Single Project Page Css Rules Start                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.singleProjectImageWrap {
	margin-right: 24px;
	margin-left: 24px;
	border: 3px solid #eeefef;
	margin-bottom: 36px;
}
.singleProjectImage {
	width: 100%;
	height: auto;
}
.singleProjectItemButtonsWrap {
	height: 36px;
	line-height: 36px;
	background-color: #232323;
	margin-left: 24px;
	margin-right: 24px;
}
.singleProjectExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 34px;
	color: #666;
	background: #202020 url(../images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.singleProjectDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 34px;
	color: #666;
	background: #202020 url(../images/skins/default/smallPostReadMoreButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.singleProjectExpandButton:hover, .singleProjectDetailsButton:hover{
text-decoration:none;	
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Single Project Page Css Rules End                                                                  */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Page Css Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.blogPageWrap {
	margin-bottom: 0px;
}
.blogPostsWrap {
}
.smallPostWrap {
	margin-bottom: 36px;
}
.postThumbnailWrap {
	border-bottom: 3px solid #ff0018;
}
.postThumbnailWrap img {
	width: 100%;
	height: auto;
}
.postThumbnailWrap:hover {
}
.postExcerptWrap {
	background-color: #eeefef;
	padding-top: 23px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.postExcerptWrap > *:last-child {
	margin-bottom: 0px;
}
.smallPostTitle {
	margin-bottom: 19px;
	height: 18px;
	padding-bottom: 0px;
}
.smallPostInfoWrap {
	height: 36px;
	line-height: 36px;
	background-color: #232323;
	padding-left: 12px;
	color: #666;
}
.postInfo {
	margin-right: 18px;
}
.postInfoNoMargin {
	margin-right: 0px;
}
.smallPostMoreButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 34px;
	color: #666;
	background: #202020 url(../images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.smallPostMoreButton:hover {
	text-decoration: none;
}
.smallPostQuote {
	padding-left: 28px;
	background: url(../images/misc/quoteBg.png) 0 0 no-repeat;
	font-style: italic;
}
.smallPostQuoteAuthor {
	font-style: normal;
}
li label {
	color:#000;
}
h1 {
	font-size:22px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Page Css Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Post Css Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.singlePostPageWrap {
}
.singlePostContentWrap {
	background-color: #eeefef;
	padding-top: 18px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 24px;
	margin-right: 24px;
	padding-bottom: 27px;
}
.singlePostContentWrap > *:last-child {
	margin-bottom: 0px;
}
.singlePostInfoWrap {
	height: 36px;
	line-height: 36px;
	background-color: #232323;
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 12px;
	margin-bottom: 36px;
}
.commentsSectionWrap {
	background-color: #eeefef;
	margin-bottom: 27px;
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 23px;
}
.commentsTitle {
	padding-top: 0px;
	margin-bottom: 22px;
}
.commentsSectionWrap > .commentsWrap {
	margin-bottom: 23px;
}
.commentsSectionWrap > .commentsWrap > .commentWrap {
	padding-bottom: 21px;
	border-bottom: 1px solid #333;
}
.commentsWrap > .commentWrap {
	margin-bottom: 27px;
}
.commentsWrap > .commentWrap:last-child {
	margin-bottom: 0px;
}
.commentAvatar {
	float: left;
	border: 3px solid #333;
}
.commentAvatar > img {
	width: 100%;
	height: 100%;
}
.commentWrap > .commentAvatar {
	width: 36px;
	height: 36px;
}
a.commentAvatar:hover {
}
.commentInfoWrap {
	float: left;
	margin-left: 27px;
	margin-bottom: 0px;
	margin-top: 11px;
	padding-bottom: 0px;
}
.comment {
	margin-left: 69px;
	clear: both;
	border-top: 1px solid #333;
	padding-top: 23px;
	top: -1px;
}
.comment > *:last-child {
	margin-bottom: 0px;
}
.commentsFormWrap {
	margin-bottom: 27px;
}
.commentsForm {
}
.commentsFormTitle {
	margin-bottom: 18px;
}
.commentsForm .formFieldWrap {
	margin-bottom: 23px;
}
.commentsForm .formTextareaWrap {
	margin-bottom: 27px;
}
.commentsForm label {
	margin-bottom: 13px;
	width: 100%;
}
.commentsForm .formFieldWrap input[type="text"], .commentsForm .formTextareaWrap textarea {
	margin-bottom: 0px;
	background-color: #232323;
	border: 3px solid #333;
}
.commentsForm .formFieldWrap input[type="text"]:focus, .commentsForm .formTextareaWrap textarea:focus {
	background-color: #eeefef;
}
.commentsForm .formFieldWrap input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}

.commentCommentTextarea {
	width: 100%;
	box-sizing: border-box;
	height: 130px;
}
input.commentSubmitButton {
	height: 36px;
	line-height: 36px;
	background-color: #ff0018;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	color: #333;
	border: none;
}
input.commentSubmitButton:hover {
	height: 36px;
	line-height: 36px;
	background-color: #ff0018;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	color: #333;
	border: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Post Css Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// 404 Page Css Rules Start                                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.errorSearchForm {
	margin-bottom: 27px;
}
#errorSearchFormField {
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	border-right: 0px;
	margin-bottom: 0px;
	background-color: #232323;
	border: 3px solid #333;
	color: #999;
}
input.errorSearchFormSubmitButton {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 36px;
	line-height: 36px;
	background-image: none;
	background-color: #ff0018;
	padding-left: 12px;
	border: none;
	color: #333;
}
input#errorSearchFormField:focus {
	background-color: #eeefef;
}
input.errorSearchFormSubmitButton:hover {
	background-color: #ff0018;
	color: #333;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// 404 Page Css Rules End                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Contact Page Css Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.contactPageWrap {
}
.contactFormWrap {
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #eeefef;
	padding-top: 23px;
}
.contactForm {
	margin-bottom: 27px;
}
.contactTitle {
	margin-bottom: 18px;
	padding-top: 0px;
}
.contactForm .formFieldWrap {
	margin-bottom: 23px;
}
.contactForm .formTextareaWrap {
	margin-bottom: 36px;
}
.contactForm label {
	margin-bottom: 13px;
	width: 100%;
	box-sizing: border-box;
	height: 18px;
	line-height: 18px;
	color:#666;
}
.contactForm .formFieldWrap input[type="text"], .contactForm .formTextareaWrap textarea {
	margin-bottom: 0px;
	box-sizing: border-box;
	padding: 5px 8px;
background-image: linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
background-image: -o-linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
background-image: -moz-linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
background-image: -webkit-linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
background-image: -ms-linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #FBFBFB), color-stop(1, #F4F4F4) );
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow: 0px 1px 2px #dbdbdb;
-webkit-box-shadow: 0px 1px 2px #DBDBDB;
box-shadow: 0px 1px 2px #DBDBDB;
	color: #333;
}
.contactForm .formFieldWrap input[type="text"]:focus, .contactForm .formTextareaWrap textarea:focus {
	background-color: #eeefef;
}
.contactForm .formFieldWrap input[type="text"] {
	width: 100%;
	height: 36px;
}
.contactForm .formFieldWrap select {
	width: 100%;
	height: 36px;
	padding: 5px 8px;
background-image: linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
background-image: -o-linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
background-image: -moz-linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
background-image: -webkit-linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
background-image: -ms-linear-gradient(bottom, #FBFBFB 0%, #F4F4F4 100%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #FBFBFB), color-stop(1, #F4F4F4) );
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow: 0px 1px 2px #dbdbdb;
-webkit-box-shadow: 0px 1px 2px #DBDBDB;
box-shadow: 0px 1px 2px #DBDBDB;
}
.contactForm .formFieldWrap input[type="text"].terco {
	width:30%;
	float:left;
}
.contactForm .formFieldWrap input[type="text"].meio {
	width:50%;
	float:left;

}
.contactTextarea {
	width: 100%;
	max-width: 100%;
	height: 130px;
}
input.contactSubmitButton, input.contactSubmitButton:hover {
	height: 36px;
	line-height: 36px;
	background-color: #000;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	color: #fff;
	border: none;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #000;
}
.formValidationError {
	display: none;
	height: 36px;
	line-height: 36px;
	margin-left: 0px;
	color: #cc0000;
	float: left;
}
input.fieldHasError, textarea.fieldHasError {
}
.formSuccessMessageWrap {
	display: none;
	margin-bottom:4px;
}
.formSuccessMessageWrap > h4 {
	background: url(../images/icons/smallIcons/16/1/iconCheckmarkBg16.png) 0 center no-repeat;
	padding-left: 28px;
}
.contactMapWrap {
	background-color: #eeefef;
	padding: 3px;
	padding-top: 23px;
	margin-bottom: 36px;
	margin-left: 24px;
	margin-right: 24px;
}
.mapTitle {
	margin-bottom: 22px;
	margin-left: 9px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Contact Page Css Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Page Numbers Css Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pageNumbersWrap {
	margin-top: 0px;
	clear: both;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 36px;
	text-align: center;

}
.pageNumbersWrapBorder {
	padding-top: 28px;
	background: url(../images/misc/pageBreakBg.png) 0 top repeat-x;
}
.pageNumber {
	height: 30px;
	line-height: 30px;
	width: 30px;
	margin-right: 14px;
	color: #000;
	text-align: center;
	display: inline;
	padding: 7px 12px;
}
.pageNumber.next {
	margin-right:0;
}
.pageNumber:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}
.currentPageNumber {
	background-size: #fff;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.currentPageNumber:hover {
	background-color: #fff;
}
.postLinksWrap {
	height: 36px;
	line-height: 36px;
	clear: both;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 36px;
	background-color: #eeefef;
}
.postLink {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	padding-left: 12px;
	padding-right: 12px;
}
.postLink:hover {
	text-decoration: none;
}
.previousPost {
	float: left;
	display: inline-block;
	height: 36px;
	line-height: 36px;
}
.nextPost {
	float: right;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	text-align: right;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Page Numbers Css Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Footer Css Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footerWrap {
	padding-left: 24px;
	padding-right: 24px;
	background:#fff repeat;
	height: 54px;
	border-top: 1px solid #e6e6e6;
}
.footerWrap a {
	color: #ff0018;
}
.copyrightWrap {
	height: 54px;
	line-height: 54px;
	clear: both;
}
.copyrightWrap a {
	background-image: url(../images/socialIcons.png);
	background-repeat: no-repeat;
	width: 29px;
	height: 28px;
	float: left;
	margin-right: 10%;
	margin-top: 13px;
}
.copyrightWrap .face{
	background-position: -65px 0;
}
.copyrightWrap .twit{
	background-position: -33px 0;
}
.copyrightWrap .insta{
	background-position: 0 0;
}

.copyright {
	color: #fffafa;
	display: inline;
	float: left;
}
.backToTopBtn {
	height: 54px;
	width: 24px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #a4a3a3 url(../images/skins/default/backToTopButtonBg.png) center center no-repeat;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Footer Css Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#colorbox {
}
#cboxContent {
	margin-top: 20px;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	border: 6px solid #333;
	background: #fff;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -32px;
	background: url(../images/colorbox/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: bottom left;
}
#cboxNext {
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -32px;
	background: url(../images/colorbox/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: bottom right;
}
#cboxLoadingOverlay {
	background: #fff;
}
#cboxLoadingGraphic {
	background: url(../images/colorbox/loading.gif) no-repeat center center;
}
#cboxClose {
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	background: url(../images/colorbox/controls.png) no-repeat top center;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
}
#cboxClose:hover {
	background-position: bottom center;
}

div[id^=map_canvas], 
div#mapa div {overflow: visible;}

#parceiros li  { float:left; }

#parceiros li img {max-height:50px;}

#bancos {margin:auto; width:150px;}

#bancos li {margin:15px 0; padding:0; }

.detalhe{ text-transform: uppercase; padding-left:0!important; }
.pageContentWrap b{ color:#666; }