html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, div, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {	text-decoration: none; }
a:hover { text-decoration: underline; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

hr { display: none; }

img[data-src] {
	background-color: #fff;
	opacity: 0;
  transition: opacity .3s ease-in;
}

img, video, iframe, object, embed {
	max-width: 100%;
}

#activity {
	position: absolute;
	z-index: 99999;
	top: 200px;
	left: 50%;
	font-size: 0.8em;
	margin-left: -90px;
	color: #000;
	background: #FFF url(../img/activity-indicator.gif) no-repeat right center;
	border: 2px solid #BBB;
	text-align: right;
	padding: 5px 126px 5px 5px;
}
#activity.disabled {
	display: none;
	visibility: hidden;
}

#accessJumperMenu {
	display: none;
	position: absolute;
	top: -150px;
}

.crop {
	min-width: 320px;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.big-corner-all {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

html {
	background-color: #FFF;
}

body {
	font: 12px Helvetica, Arial, sans-serif;
	text-align: center;
	color: #555;
}

#page {
	background: url(../img/layout/bg.png?2) repeat-x;
}
.has-slides-banner #page {
	background: url(../img/layout/bg_white.png?1) repeat-x;
}

#header {
	height: 112px;
}
#header h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin: 0;
	width: 26.22449%;
	height: 82px;
	overflow: hidden;
}
#header h1 a {
	padding: 24px 0;
}
#header h1 a, #header h1 a img {
	display: block;
	width: 100%;
	border: 0;
}

#header .melhores-ofertas {
	float: left;
	margin: 34px 16px 0;
	background: url(../img/layout/pin.png) no-repeat 0 3px;
	padding-left: 14px;
	font-size: 14px;
	font-weight: normal;
	color: #2f6000;
	cursor: default;
}
#header .melhores-ofertas h4 {
	float: left;
	font-weight: normal;
}
#header .melhores-ofertas .select-cidades { float: left; }
#header .melhores-ofertas .select-cidades .label {
	display: inline-block;
	font-size: 14px;
	padding: 2px 0;
	background: url(../img/layout/seta_cidades.png?1) no-repeat center right;
	padding-right: 26px;
	cursor: pointer;
	color: #2f6000;
}
#header .melhores-ofertas .select-cidades .label:hover { text-decoration: none; }

#header .categorias {
	float: left;
	margin: 34px 36px 0;
	font-size: 14px;
	font-weight: normal;
	color: #2f6000;
	cursor: default;
}
#header .categorias .select-categorias { float: left; }
#header .categorias .select-categorias .label {
	display: inline-block;
	font-size: 14px;
	padding: 2px 0;
	background: url(../img/layout/seta_cidades.png?1) no-repeat center right;
	padding-right: 26px;
	cursor: pointer;
	color: #2f6000;
}
#header .categorias .select-categorias .label:hover { text-decoration: none; }

#nav {
	height: 28px;
}
#nav .nav-header {
	float: left;
	margin-left: 8px;
}
#nav .nav-header li {
	float: left;
	border-right: 1px solid #3b6d42;
	height: 28px;
}
#nav .nav-header li.last {
	border-right: none;
}
#nav .nav-header li a {
	display: inline-block;
	font-weight: normal;
	padding: 7px 9px;
	color: #FFF;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#nav .nav-header li.anuncie a {
	background: url(../img/layout/ls.png?1) no-repeat left center;
	margin-left: 5px;
	padding-left: 13px;
}
#nav-cadastro {
	float: right;
	width: 458px;
}
#nav-cadastro .app-download {
	float: left;
	width: 210px;
	background: url(../img/app/download_topo.png) no-repeat left center;
}
#nav-cadastro .app-download .btn {
	float: left;
	display: inline-block;
	width: 17px;
	height: 26px;
	text-indent: -1000em;
	overflow: hidden;
	margin-right: 7px;
}
#nav-cadastro .bt-cadastre-se {
	float: left;
	background-color: #469500;
	width: 164px;
	text-align: center;
	border-left: 1px solid #2b6d00;
	height: 28px;
}
#nav-cadastro .login-painel {
	float: right;
	background: #E69700 url(../img/layout/lock.png) no-repeat 11px center;
	text-align: left;
	width: 83px;
	height: 28px;
}
#nav-cadastro .bt-cadastre-se > a,
#nav-cadastro .login-painel > a {
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	padding: 6px 0;
	color: #FFF;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#nav-cadastro .login-painel > a {
	padding: 6px 9px 6px 32px;
}

#nav-cadastro .login-box {
	display: none;
	position: absolute;
	top: 28px;
	margin-left: 275px;
	left: 50%;
	background: #e69700;
	border: 1px solid #e17f00;
	border-top: none;
	width: 213px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.17);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.17);
	box-shadow: 0 3px 6px rgba(0,0,0,0.17);
	z-index: 11;
}

#nav-cadastro .login-box form {
	padding: 3px;
}
#nav-cadastro .login-box form fieldset {
	background: #edb734 url(../img/layout/bg_login_box.png?1) repeat-x;
	padding: 9px;
}
#nav-cadastro .login-box form fieldset .input {
	padding-bottom: 3px;
}
#nav-cadastro .login-box form fieldset .input input {
	background: #fcfcfc url(../img/layout/bg_input.png) repeat-x;
	border: 1px solid #9D560A;
	padding: 7px 8px;
	color: #666;
	width: 172px;
}
#nav-cadastro .login-box form fieldset .input input:focus {
	border-color: #333;
	color: #333;
}
#nav-cadastro .login-box form fieldset .submit {
	padding: 3px 1px 0;
}
#nav-cadastro .login-box form fieldset .submit input {
	float: left;
	display: inline;
}
#nav-cadastro .login-box form fieldset .submit a.forgot {
	float: right;
	display: inline;
	font-weight: bold;
	font-size: 11px;
	color: #2e4200;
	word-spacing: -1px;
	line-height: 25px;
}
#nav-cadastro .login-box form fieldset a.bt-fb-login {
	display: block;
	background: #255f95;
	line-height: 21px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-right: 6px;
	margin-top: 12px;
	overflow: hidden;
	border: 1px solid #0d406d;
}
#nav-cadastro .login-box form fieldset a.bt-fb-login span {
	float: left;
	display: inline;
	background: #255f95 url(../img/layout/facebook_21x21.png) no-repeat;
	width: 21px;
	height: 21px;
	margin-right: 7px;
}
#nav-cadastro .login-box form fieldset a.bt-fb-login:hover {
	text-decoration: none;
	background: #0d406d;
}

.painel-options {
	display: none;
	position: absolute;
	left: 0;
	top: 111px;
	background: #fff url(../img/layout/bg_cidades.png?2) repeat-x left bottom;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.17), inset 0 2px 7px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.17), inset 0 2px 7px rgba(0,0,0,0.15);
	box-shadow: 0 3px 6px rgba(0,0,0,0.17), inset 0 2px 7px rgba(0,0,0,0.15);
	width: 100%;
	padding: 10px 0;
	z-index: 100;
}
.painel-options ul li {
	float: left;
	width: 198px;
	text-align: center;
	margin: 2px 23px;
}
.painel-options ul li a {
	display: block;
	font-size: 14px;
	color: #666;
	padding: 5px 0;
}
.painel-options ul li.selected,
.painel-options ul li:hover {
	background: #4e8d0b;
}
.painel-options ul li.selected a,
.painel-options ul li:hover a {
	color: #FFF;
	text-decoration: none;
}

#formNewsletter {
	float: right;
	width: 288px;
	margin-top: 26px;
}
#formNewsletter fieldset {
	cursor: default;
}
#formNewsletter fieldset h3 {
	display: none;
	color: #FFF;
	margin-bottom: 4px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#formNewsletter fieldset .input {
	float: left;
}
#formNewsletter fieldset .input input {
	float: left;
	border: 1px solid #d8d8d8;
	-moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
	color: #666;
	padding: 8px;
	font-size: 12px;
	margin: 0;
	width: 234px;
	height: 19px;
}
#formNewsletter fieldset .input input:focus { color: #333; }
#formNewsletter fieldset .submit,
#formNewsletter fieldset .submit input {
	float: left;
}

#nav-user {
	float: right;
	background-color: #469500;
	width: 464px;
	height: 27px;
	text-align: right;
	line-height: 27px;
	cursor: default;
	color: #FFF;
}
#nav-user.fixed {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: 25px;
	z-index: 99;
}
#nav-user p {
	float: left;
	text-align: right;
	border-left: 1px solid #2b6d00;
	border-bottom: 1px solid #2b6d00;
	padding: 0 11px 0 7px;
	font-size: 11px;
	line-height: 27px;
	width: 154px;
}
#nav-user a {
	display: inline;
	float: right;
	font-weight: bold;
	color: #FFF;
	border-left: 1px solid #2b6d00;
	border-bottom: 1px solid #2b6d00;
	padding: 0 11px 0 7px;
}
#nav-user a span {
	display: inline;
	float: left;
	background: url(../img/layout/user_sprites.png?1) no-repeat center left;
	width: 16px;
	height: 16px;
	margin: 6px 5px 0 0;
}
#nav-user a.logout { border-right: 1px solid #2b6d00; padding-right: 8px; }
#nav-user a.meus-dados span { background-position: -20px 0; }
#nav-user a.logout span { background-position: -41px 0; }
#nav-user a:hover {
	color: #E7E7E7;
	text-decoration: none;
}

#page .banner-grande-topo {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 227px;
	z-index: 10;
	margin: 0 auto;
	padding: 0;
	margin-top: -2px;
}

@media (min-width: 1024px) {
	.has-slides-banner #content {
		margin-top: 227px;
	}
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  overflow: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport { max-height: 290px; }
.flexslider .slides { zoom: 1; }

.flex-control-paging {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 10px;
    z-index: 7;
}
.flex-control-paging li {
    display: inline-block;
    margin: 0 2px;
    list-style: none;
}
.flex-control-paging li a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: white;
    color: white;
}
.flex-control-paging li.current a,
.flex-control-paging li a.flex-active {
	background: #E9E9E9;
  color: #E9E9E9;
  border-color: white;
}

.breadcrumb {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 4px 0;
	margin-bottom: -6px;
}
.breadcrumb .in {
	display: inline-block;
	margin: 0 3px;
	font-size: 12px;
	cursor: default;
}
.breadcrumb strong {
	font-weight: normal;
}
.breadcrumb a {
	color: #666;
}
.breadcrumb a:hover {
	color: #2b6d00;
}

#content {
	background: #FFF;
	min-height: 450px;
	padding: 18px;
	margin: 18px 0 25px;
}
#content h2.titulo,
#content h3.titulo {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: normal;
	color: #FFA000;
	cursor: default;
	margin-bottom: 21px;
}
#content div.paging {
	color: #999;
	padding: 25px 0 16px;
	text-align: center;
	cursor: default;
	font-size: 11px;
	line-height: 18px;
	clear: both;
}
#content div.paging span.disabled {
	color: #DDD;
	display: none;
}
#content div.paging span.current,
#content div.paging a {
	display: inline-block;
	background: #FA9900;
	color: #FFF;
	font-weight: bold;
	padding: 4px 6px;
	margin: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#content div.paging a:hover { background: #ff8400; }
#content div.paging span.current {
	background: #3d5405;
}
#content form.ui-form fieldset label {
	display: block;
	color: #434343;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 2px;
}
#content form.ui-form fieldset .input {
	margin-bottom: 10px;
}
#content form.ui-form fieldset .input a {
	color: #FFA000;
	text-decoration: underline;
	font-size: 11px;
}
#content form.ui-form fieldset .input a:hover { text-decoration: none; }
#content form.ui-form fieldset .textarea textarea,
#content form.ui-form fieldset .password input,
#content form.ui-form fieldset .text input {
	border: 1px solid #c4c4c4;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 6px;
}
#content form.ui-form fieldset textarea {
	height: 100px;
	padding: 10px;
}
#content form.ui-form fieldset select {
	padding: 2px;
}
#content form.ui-form fieldset .checkbox { margin-top: 4px; }
#content form.ui-form fieldset .checkbox label {
	float: none;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	margin-left: 3px;
}
#content form.ui-form fieldset .checkbox label a { font-weight: bold; }
#content form.ui-form fieldset .checkbox label a,
#content form.ui-form fieldset .checkbox label:hover { color: #FFA000; }
#content form.ui-form fieldset .checkbox .form-error { display: inline-block; }

#content form.ui-form fieldset .password input:focus,
#content form.ui-form fieldset .input input:focus,
#content form.ui-form fieldset .textarea textarea:focus {
	border-color: #CB9900;
}
#content form.ui-form fieldset input.form-error { border-color: #C00; }
#content form.ui-form fieldset .form-error,
#content form.ui-form fieldset .error-message {
	font-size: 11px;
	padding: 4px 2px;
	color: #C00;
}
#content form.ui-form fieldset div.rowButton {
	padding: 12px 0 8px;
}
#content #formLogin { float: left; display: inline; width: 50.638298%; margin-left: 0; }
#content #formLogin fieldset { border: 1px solid #D5D5D5; }
#content #formLogin .sobre {
	float: left;
	display: inline;
	width: 150px;
	padding: 47px 21px;
	background: #3d5406 url(../img/layout/bg_login_verde.png?1) repeat-x;
	color: #FFF;
	-moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#content #formLogin .sobre p { line-height: 18px !important; font-size: 14px !important; margin: 0; padding: 0; }
#content #formLogin .fields {
	float: left;
	display: inline;
	width: 259px;
	margin-left: 9px;
	padding: 9px 5px;
}
#content #formLogin .fields h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FA9000;
	margin-bottom: 7px;
}
#content #formLogin .fields a {
	color: #FA9000;
	font-weight: bold !important;
}
#content #formLogin .fields .input { margin-bottom: 7px; }
#content #formLogin .fields .input input { width: 232px; color: #666; }
#content #formLogin .fields .input input:focus {
	border-color: #333;
	color: #000;
}
#content #formLogin .fields .submit { line-height: 29px; padding-top: 4px; }
#content #formLogin .fields .submit input {
	float: left;
	display: inline;
	margin-right: 9px;
}
#content .login-panel .cadastre-se {
	float: right;
	display: inline;
	width: 45.957447%;
}
#content .login-panel .cadastre-se a {
	display: block;
	background: url(../img/layout/bt_cadastro_grande.png?1) no-repeat;
	width: 430px;
	height: 164px;
	border: 1px solid #D5D5D5;
	text-indent: -1000em;
	overflow: hidden;
}
#content .login-panel .cadastre-se a:hover { border-color: #F9A000;}
#content .login-panel .facebook {
	float: left;
	display: inline;
	width: 120px;
	height: 120px;
	background: url(../img/layout/facebook_big.png) no-repeat;
	margin: 25px 0 0 30px;
}
#content #nav-type {
	position: absolute;
	overflow: auto;
	z-index: 2;
}
#content #nav-type li {
	float: left;
	background: url(../img/layout/bg_nav_type.png?1) repeat-x;
	background-position: 0 -33px;
	padding: 4px 10px;
	margin-right: 4px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	cursor: pointer;
}
#content #nav-type li.gratis {
	background: url(../img/layout/bg_nav_type_green.png?2) repeat-x;
	padding: 3px 10px 4px;
}
#content #nav-type li:hover,
#content #nav-type li.selected {
	background-position: 0 0;
}
#content #nav-type li.gratis:hover,
#content #nav-type li.gratis.selected {
	background-position: 0 -32px;
}
#content #nav-type li a {
	float: left;
	padding: 3px 0;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(40, 40, 40, 0.2);
	line-height: 18px;
	color: #666;
}
#content #nav-type li.gratis a { color: #FFF; text-shadow: 0 1px 2px #356304; }
#content #nav-type li a:hover {
	text-decoration: none;
}
#content #nav-type li a i {
	float: left;
	width: 18px;
	height: 17px;
	background: url(../img/layout/nav_type_icons.png?1) no-repeat;
	margin-right: 6px;
}
#content #nav-type li.viagens a i { background-position: -67px 0; }
#content #nav-type li.shopping a i { background-position: -44px 0; }
#content #nav-type li.gratis a i {
	background-position: -89px 0;
	width: 19px;
	height: 19px;
	margin-right: 5px;
}

#content .banner-grande {
	border: 1px solid #e6e6e6;
	width: 944px;
	height: 110px;
	margin-top: 18px;
}
#content .banner-grande img,
#content .banner-grande iframe,
#content .banner-grande object,
#content .banner-grande embed {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

#mais-ofertas {
	margin-top: 18px;
	border-top: 1px solid #ECECEC;
	padding-top: 18px;
}
#mais-ofertas .oferta-painel {
	margin-left: -1.2182204%;
	margin-right: -1.2182204%;
}
#mais-ofertas .oferta-painel .oferta-item {
	float: left;
	background-color: #f1f1f1;
	margin: 0 1.1822% 20px;
	width: 30.673729%;
	min-width: 284px;
	overflow: hidden;
}
#mais-ofertas .oferta-painel .oferta-item .oferta-img {
	position: relative;
	width: 100%;
	padding-bottom: 58.528428%;
	margin: 0 0 22px;
	background-color: #CCC;
}
#mais-ofertas .oferta-painel .oferta-item .oferta-img img {
	position: absolute;
	display: block;
	width: 100%;
}
#mais-ofertas .oferta-painel .oferta-item a {
	display: block;
	position: relative;
	padding: 0 0 10px;
	text-align: justify;
	color: #444;
}
#mais-ofertas .oferta-painel .oferta-item a strong {
	position: absolute;
	margin-top: -47px;
	left: 50%;
	margin-left: -66px;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	letter-spacing: -1px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #ff8d00;
	padding: 11px 15px;
	width: 103px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
}
#mais-ofertas .oferta-painel .oferta-item a em {
	display: block;
	padding: 0 20px;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
}
#mais-ofertas .oferta-painel .oferta-item a:hover {
	text-decoration: none;
}
#mais-ofertas .oferta-painel .oferta-item a:hover strong {
	background-color: #268916;
}
#mais-ofertas .oferta-painel .oferta-item .city {
	margin: 6px 18px 8px;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	background: url(../img/layout/pin.png) no-repeat 0 3px;
	padding-left: 14px;
	cursor: default;
}
#mais-ofertas .oferta-painel .oferta-item .sub-price,
#mais-ofertas .oferta-painel .oferta-item .vendas {
	margin: 0 18px 11px;
	color: #666;
	font-size: 16px;
	line-height: 21px;
	cursor: default;
}
#mais-ofertas .oferta-painel .oferta-item .sub-price .preco {
	font-size: 21px;
	color: #ff8d03;
}
#mais-ofertas .oferta-painel .oferta-item .vendas {
	margin-bottom: 15px;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	height: 18px;
	color: #909090;
}

#atendimento-online a,
#atendimento-online a.offline {
	display: block;
	background: url(../img/layout/atendimento.png?1) no-repeat;
	background-position: 0 -101px;
	text-indent: -1000em;
	overflow: hidden;
	width: 345px;
	height: 101px;
}
#atendimento-online a.online {
	background-position: 0 0;
}

#sub-footer {
	background: #f1f1f1;
}
#sub-footer .crop {
	padding: 16px 20px;
	width: 940px;
}
#sub-footer .facebook-container {
	float: right;
	margin: 23px -23px 0 0;
}

#footer {
	background: #04520F;
	padding: 30px 0;
	min-height: 120px;
	color: #FFF;
}
#footer .crop {
	padding: 0 20px;
	width: 100%;
	min-width: 300px;
	max-width: 940px;
}
#footer .group {
	float: left;
	display: inline;
	padding: 0 32px 7px 0;
	border-right: 1px solid #1E6427;
	margin-right: 32px;
}
#footer .group-last { border-right: none; margin-right: 0; }
#footer .group h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 12px;
	cursor: default;
	color: #fff;
}
#footer .group ul li {
	line-height: 21px;
}
#footer .group ul li a {
	color: #FFF;
}
#footer .group ul li.selected a {
	background: #a5bf63;
	padding: 1px 3px;
}
#footer .group ul.social li {
	display: inline-block;
	margin-right: 2px;
}
#footer .group ul.social li a {
	display: inline-block;
	background: url(../img/layout/social_footer2.png?20170607) no-repeat;
	width: 28px;
	height: 28px;
	text-indent: -1000em;
	overflow: hidden;
}
#footer .group ul.social li a:hover {
	opacity: .85;
}
#footer .group ul.social li a.facebook { background-position: 0 0; }
#footer .group ul.social li a.instagram { background-position: -29px 0; }
#footer .group ul.social li a.twitter { background-position: -58px 0; }
#footer .group .bt-procon {
	margin-top: 9px;
}
#footer .fright {
	float: right;
	text-align: left;
	width: 361px;
	cursor: default;
}
#footer .fright p {
	margin-bottom: 9px;
}
#footer .fright .cidades-footer {
	float: none;
	display: block;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 14px;
	border: none;
	border-bottom: 1px solid #83af54;
	width: 361px;
}
#footer .fright .cidades-footer h4 {
	text-transform: none;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 0 !important;
	cursor: pointer;
}
#footer .fright .cidades-footer h4 a {
	display: inline-block;
	color: #FFF;
	background: url(../img/layout/seta_cidades_footer.png) no-repeat center right;
	line-height: 15px;
	padding-right: 20px;
}
#footer .fright .cidades-footer h4 a:hover { text-decoration: none; }
#footer .fright .cidades-footer ul {
	display: none;
	margin: 3px 0;
}
#footer .fright .cidades-footer ul li {
	float: left;
	font-size: 11px;
	line-height: 16px;
	margin: 4px 6px;
}
#footer .btn-app-group {
	padding-top: 12px;
}
#footer .btn-app-group .btn {
	display: inline-block;
}
#footer .btn-app-group .btn-ios {
	margin-right: 7px;
}
#footer .btn-app-group .btn:hover {
	opacity: 0.8;
}

#app-bar {
	position: fixed !important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: url(../img/app/bg_bar.gif) repeat-x left bottom;
	z-index: 100;
}
#app-bar .thumb-group,
#app-bar .midle-group {
	position: relative;
	float: left;
}
#app-bar .btn-group {
	float: right;
}
#app-bar .thumb-group {
	width: 248px;
	height: 100px;
	overflow: hidden;
}
#app-bar .thumb-group .btn {
	position: absolute;
	top: 0;
	left: 0;
}
#app-bar .thumb-group .btn img {
	display: block;
}
#app-bar .thumb-group .btn-ios {
	left: auto;
	right: 0;
	z-index: 101;
}
#app-bar .thumb-group .btn:hover {
	z-index: 102;
}
#app-bar .midle-group {
	margin-left: 32px;
	padding-top: 34px;
	font-size: 16px;
	line-height: 21px;
	color: #04520f;
	cursor: default;
}
#app-bar .midle-group strong { color: #282828; }

#app-bar .btn-group {
	padding-top: 24px;
	padding-right: 12px;
}
#app-bar .btn-group .btn {
	display: inline-block;
	margin: 16px 16px 12px;
}
#app-bar .btn-group .btn-ios {
	margin-top: 14px;
}
#app-bar .btn-group .btn:hover {
	opacity: 0.8;
}

@media (min-width: 1025px) {
	#capa.has-bar #footer {
		padding-bottom: 106px;
	}
}

.online-users {
	position: fixed !important;
	position: absolute;
	right: 16px;
	bottom: 16px;
	background: rgb(71, 164, 71);
	background: rgba(71, 164, 71, 0.87);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	padding: 7px 9px;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	cursor: default;
	z-index: 1000;
}

/* notices and errors */
.message {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	background: #ff9e00;
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	color: #FFF;
	cursor: default;
	border-bottom: 3px solid #eaa030;
}
.message .error {
	background: #046DA3;
	border-bottom: 3px solid #036598;
	color: #FFF;
}

/* MODAL */
.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999; }
.bg_modal { position: absolute; top: 0; left: 0; z-index: 99997; }
.view_modal { position: absolute; left: 50%; top: 50%; text-align: left; z-index: 99997; }
.modal { visibility: hidden; cursor: pointer; }

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
  display: none;
  position: fixed;
  top: 8%;
  left: 50%;
  margin-left: -198px;
  width: 394px;
  background-color: #FFF;
  color: #333;
  padding: 20px 22px;
	text-align: left;
}

.jqmOverlay { background-color: #333; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
