.max-xs-vspace {
  display: none;
}
@media (max-width: 992px) {
  .max-xs-vspace {
    margin-bottom: 2em;
    display: block;
  }
}
.max-sm-vspace {
  display: none;
}
@media (max-width: 1200px) {
  .max-sm-vspace {
    margin-bottom: 1.5em;
    display: block;
  }
}
@media (max-width: 767px) {
  .clearfix-sm:before,
  .clearfix-sm:after {
    content: " ";
    display: table;
  }
  .clearfix-sm:after {
    clear: both;
  }
  .clearfix-sm:before,
  .clearfix-sm:after {
    content: " ";
    display: table;
  }
  .clearfix-sm:after {
    clear: both;
  }
}
.max-lg-vspace {
  display: none;
}
@media (max-width: 1439px) {
  .max-lg-vspace {
    margin-bottom: 0.7em;
    display: block;
  }
}
.visible-lg-xl,
.visible-md-lg,
.visible-xl,
.visible-ul {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1679px) {
  .visible-lg-xl {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-lg {
    display: block !important;
  }
}
@media (min-width: 1440px) and (max-width: 1679px) {
  .visible-xl {
    display: block !important;
  }
}
@media (min-width: 1680px) {
  .visible-ul {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-lg-only {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1680px) {
  .hidden-ul {
    display: none !important;
  }
}
/*

http://getbootstrap.com/css/#grid

//Extra small devices (phones, less than 768px): No media query since this is the default in Bootstrap

// Small devices (tablets, 768px and up)
@media (min-width: @screen-sm-min) { ... }

// Medium devices (desktops, 992px and up)
@media (min-width: @screen-md-min) { ... }

// Large devices (large desktops, 1200px and up)
@media (min-width: @screen-lg-min) { ... }

//We occasionally expand on these media queries to include a max-width to limit CSS to a narrower set of devices.

@media (max-width: @screen-xs-max) { ... }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... }
@media (min-width: @screen-lg-min) { ... }
*/
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
label {
  font-weight: normal !important;
  margin-top: 5px;
  margin-bottom: 0 !important;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-inner {
  padding: 0px 15px 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.form-group {
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  form {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xs-drop {
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .rsOverflow {
    max-width: 290px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-drop {
    margin-top: 20px;
  }
}
/* ------------------------------------------ style-base -------------- */
/* ccd */
/*

@bege: #c29e58;
@bege2: #e9d1a3;
@bege3: #f2e6ce;
@bege4: #d9c6a3;
@bege5: #f9f1e0;
@bege6: #faf4e8;
@bege7: #998c73;
@bege8: #a6926c;
@bege9: #575046;


@vermelho: #292978;
@vermelho2: #295090;


@azul:#1b806c;
@amarelo:#f89b41;

*/
.tooltip_logo {
  margin-top: 10px !important;
}
.tooltip .tooltip-inner {
  text-shadow: 1px 1px #000 !important;
}
.tooltip .tooltip-inner em {
  display: block;
}
.tooltip_wide .tooltip-inner {
  max-width: 300px;
}
.tooltip .tooltip-inner {
  color: #fff;
  background-color: #0b75b1;
  text-shadow: 1px 1px rgba(40, 40, 40, 0.3) !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #0b75b1 !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #0b75b1 !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0b75b1 !important;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #0b75b1 !important;
}
.tooltip_white .tooltip-inner {
  color: #000 !important;
  background-color: #fff !important;
  text-shadow: 1px 1px #fff !important;
}
.tooltip_white.top .tooltip-arrow {
  border-top-color: #fff !important;
}
.tooltip_white.left .tooltip-arrow {
  border-left-color: #fff !important;
}
.tooltip_white.bottom .tooltip-arrow {
  border-bottom-color: #fff !important;
}
.tooltip_white.right .tooltip-arrow {
  border-right-color: #fff !important;
}
.tooltip.igrid {
  margin-top: 30px !important;
}
.tooltip.inverse.igrid {
  margin-top: 36px !important;
}
.tooltip.inverse .tooltip-inner {
  color: #0b75b1;
  background-color: #fff;
  text-shadow: none !important;
}
.tooltip.inverse.top .tooltip-arrow {
  border-top-color: #fff !important;
}
.tooltip.inverse.left .tooltip-arrow {
  border-left-color: #fff !important;
}
.tooltip.inverse.bottom .tooltip-arrow {
  border-bottom-color: #fff !important;
}
.tooltip.inverse.right .tooltip-arrow {
  border-right-color: #fff !important;
}
@media (max-width: 767px) {
  [class*="borda"] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.borda1 {
  border: 1px solid #c9c9c9;
  padding: 1px 1px;
  background: #fff;
}
.borda1 a {
  overflow: hidden;
  padding: 0px;
  background-color: #e5e5e5;
}
.borda1 a img {
  vertical-align: top;
}
.borda2 {
  border: 1px solid #c9c9c9;
  padding: 1px 1px;
  background: #fff;
}
.borda2 a {
  overflow: hidden;
  padding: 1px;
  background-color: #e5e5e5;
}
.borda2 a img {
  vertical-align: top;
}
.hover {
  cursor: pointer;
}
html {
  overflow-y: scroll;
}
.last {
  margin-right: 0 !important;
}
span.reais,
span.cents,
span.moeda {
  font-weight: bold;
}
span.cents {
  font-size: 60%;
}
.full-width {
  width: 100%;
}
.btn-small {
  padding: 3px 7px;
}
.smaller {
  font-size: 80%;
}
.evensmaller {
  font-size: 60%;
}
.medium {
  font-size: 115%;
}
.large {
  font-size: 120%;
}
.larger {
  font-size: 130%;
}
.evenlarger {
  font-size: 150%;
}
.nav {
  padding: 0;
}
.nav-linear {
  margin: 0px 4px;
  float: right;
}
/* faders */
.faderInited,
.faderInited * {
  position: relative;
}
.fadeOver {
  position: absolute !important;
  top: 0;
  left: 0;
  cursor: pointer;
}
.csstransitions .fadeOver {
  transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  opacity: 0;
}
.csstransitions .faderInited:hover .fadeOver {
  opacity: 1;
}
/* overrides */
input,
textarea {
  background-color: #fff;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s, background linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s, background linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, background linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.selector.focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  background-color: #fff;
  border-color: rgba(246, 130, 42, 0.8) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(246, 130, 42, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(246, 130, 42, 0.6);
}
[class*="span"] figure {
  margin: 0;
  padding: 0;
}
section {
  margin: 0;
}
.resultados {
  /* .pagination */
  margin-top: 0 !important;
}
.resultados .pagination,
.resultados ul {
  padding: 0;
  margin-top: 0 !important;
}
.resultados .disabled a {
  background-color: #EAEAEA !important;
}
.resultados a {
  text-decoration: none !important;
}
.resultados label {
  margin-top: 0 !important;
}
.pagination a {
  color: #0b75b1 !important;
}
.pagination .active a {
  color: #f6822a !important;
  cursor: not-allowed !important;
  background-color: inherit !important;
  border-color: rgba(246, 130, 42, 0.5) !important;
  text-shadow: 1px 1px #fff;
}
.form_asterisco {
  color: #d44;
}
.legenda_asterisco {
  font-size: 12px;
  float: left;
  /*margin-bottom: 5px; */
}
.lt-ie8 .legenda_asterisco {
  display: none;
}
form .required label:after {
  content: '*';
  color: #d44;
  display: inline-block;
  margin: -2px 3px 0 3px;
  font-size: 11px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #eaeaea;
}
.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 1px solid #eaeaea;
  }
  ::-webkit-scrollbar-thumb:vertical {
    background-color: #c0c7c7;
    height: 50px;
  }
  ::-webkit-scrollbar-thumb:horizontal {
    background-color: #c0c7c7;
    height: 12px!important;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #0b75b1;
  }
  ::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background-color: #eaeaea;
  }
  ::-webkit-scrollbar-corner {
    background-color: #eaeaea;
  }
}
/*
.scrollbar {
    overflow: auto;
}

.scrollbar-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollbar-style::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
}

.scrollbar-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #868686;
}

.scroll-light::-webkit-scrollbar-track {
    border-radius: 2px;
}

.scroll-light::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.scroll-light::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #aaa;
}

*/
.picleft {
  float: left;
  margin-right: 10px;
}
.picright {
  float: right;
  margin-left: 10px;
}
.picleft-med {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .picleft-med {
    width: 100%;
    margin-right: 0 !important;
  }
  .picleft-med img {
    max-width: 100%;
    height: auto;
  }
}
hr {
  background: url(../img/tema/pto-fff.png) repeat-x 0 0;
}
.image_icon_zoom,
.image_icon_link,
.image_icon_icon {
  position: relative;
  display: block;
}
.image_overlay {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
}
.image_icon_zoom .image_overlay {
  background: url("../img/tema/image_icon_zoom.png") no-repeat scroll 50% 50% transparent;
}
.image_icon_link .image_overlay {
  background: url("../img/tema/image_icon_link.png") no-repeat scroll 50% 50% transparent;
}
.image_icon_icon .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 0 0 50px #0b75b1, 0 0 80px #0b75b1;
  background-image: -webkit-radial-gradient(circle, transparent, rgba(0, 0, 0, 0.6));
  background-image: radial-gradient(circle, transparent, rgba(0, 0, 0, 0.6));
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.image_icon_icon .icon:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
.image_icon_icon:hover .icon {
  opacity: 1;
}
.fi30.icon:before {
  font-size: 30px;
  margin-top: -15px;
}
.fi40.icon:before {
  font-size: 40px;
  margin-top: -20px;
}
.fi50.icon:before {
  font-size: 50px;
  margin-top: -25px;
}
/*icomoon*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.iconie {
  padding-right: 4px;
  text-shadow: none;
}
.ico-group .icon {
  width: 20px;
  text-align: center;
  display: inline-block;
}
small .icon {
  vertical-align: text-top;
  font-size: 110%;
}
#content .btn {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#content .btn.btn-primary:hover {
  background: #e5e5e5;
}
#content .btn.btn-primary:hover,
#content .btn.btn-primary:hover span:before {
  color: #fff !important;
  text-shadow: 1px 1px #222 !important;
}
a.btn:visited {
  color: #444;
}
.btn-loading:before {
  content: '';
  display: inline-block;
  margin: 0px 4px 0 0;
  /*width: 16px; height: 16px; background: transparent url(../img/load1.gif) no-repeat 0 0; vertical-align: text-top;    */
  width: 16px;
  height: 11px;
  background: transparent url(../img/fb-load.gif) no-repeat 0 0;
  vertical-align: middle;
}
.add-on.btn-loading:before {
  display: none !important;
  background: none!important;
  width: 0 !important;
  height: 0 !important;
}
.ie .btn-loading {
  background-color: #bbb;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-icon-only {
  padding: 3px 5px 0 5px !important;
}
.btn-icon-only [class^="icon-"]:before,
.btn-icon-only [class*=" icon-"]:before,
.btn-icon-only .iconie {
  padding-right: 0 !important;
  font-size: 15px;
}
.btn-icon-only:hover [class^="icon-"]:before,
.btn-icon-only:hover [class*=" icon-"]:before,
.btn-icon-only:hover .iconie {
  color: #e5e5e5;
}
.nav-linear a {
  color: #666 !important;
  text-decoration: none !important;
}
.nav-linear a:hover {
  color: #0b75b1 !important;
}
.nav-linear a.disabled {
  color: #666 !important;
}
.nav-linear [class^="icon-"]:before,
.nav-linear [class*=" icon-"]:before,
.nav-linear .iconie {
  padding: 0;
}
.cg-inline .controls {
  position: relative;
}
.cg-inline .icon {
  position: absolute;
  top: 7px;
  left: 8px;
  height: 18px;
  overflow: hidden;
  min-width: 16px;
  text-align: center;
}
.cg-inline .icon:before,
.cg-inline .iconie {
  color: #999;
  text-shadow: 1px 1px #eee;
}
.cg-inline .input {
  padding-left: 28px;
}
.cg-inline .input:focus::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.cg-inline .input:focus:-ms-input-placeholder {
  color: #bbb;
}
.cg-inline .input:focus::-webkit-input-placeholder {
  color: #bbb;
}
.cg-inline .input:focus + .input-group-addon .icon:before {
  color: #0e95e1;
}
.cg-inline.required .icon:after {
  content: '*';
  color: #d44;
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -3px;
  text-shadow: 1px 1px #fff;
  font-size: 11px;
}
.formErrorContent {
  text-shadow: 1px 1px #222 !important;
  line-height: 20px;
}
.file-wrapper {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  padding: 2px 0;
  position: relative;
}
.file-wrapper .file-holder {
  text-shadow: 1px 1px #fff;
  padding: 5px 5px;
  display: inline-block;
  font-size: 12px;
}
.file-wrapper input {
  cursor: pointer;
  /*font-size: 100px;*/
  height: 100%;
  opacity: 0.01;
  filter: alpha(opacity=1);
  position: absolute !important;
  right: 0;
  top: 0;
}
.file-wrapper .btn {
  float: right;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 1px 2px;
}
.cg-inline .file-wrapper .icon {
  position: static !important;
}
.add-on .icon:before,
.add-on .iconie {
  padding: 0 !important;
  color: #0b75b1;
  text-shadow: 1px 1px #fff;
}
.input:focus + .input-group-addon,
.selector.focus + .input-group-addon {
  background: #f9f9f9;
}
.input:focus + .input-group-addon .icon,
.selector.focus + .input-group-addon .icon,
.input:focus + .form-control-feedback,
.selector.focus + .form-control-feedback {
  pointer-events: inherit !important;
}
.input:focus + .input-group-addon .icon:before,
.selector.focus + .input-group-addon .icon:before,
.input:focus + .form-control-feedback:before,
.selector.focus + .form-control-feedback:before {
  color: #f6822a;
}
form .linha {
  margin-left: -20px;
}
form .linha:before,
form .linha:after {
  content: " ";
  display: table;
}
form .linha:after {
  clear: both;
}
form .linha:before,
form .linha:after {
  content: " ";
  display: table;
}
form .linha:after {
  clear: both;
}
form .linha .inteira {
  width: 100%;
}
form .linha textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form .linha .meio,
form .linha .terco {
  float: left;
}
form .linha .select {
  width: 101%;
}
form .linha .selector {
  width: 100%;
  margin-bottom: 5px;
}
form .linha .inteira,
form .linha .meio,
form .linha .terco {
  margin-left: 20px;
}
form .linha.cutbottom .control-group {
  margin-bottom: 0;
}
.control-group.last {
  margin-bottom: 0;
}
.cg-addon .add-on {
  width: 1em;
}
.selector span {
  font-size: 14px !important;
}
.selector span .qt {
  display: inline !important;
  margin-left: 3px;
  font-size: 12px !important;
}
.cg-inline.uniform .selector span {
  padding-left: 20px;
}
.cg-inline.uniform .icon-empty {
  left: 0px !important;
}
.double-underline {
  padding-bottom: 15px;
  background: #fff url(../img/starter/divider6.png) bottom center repeat-x;
}
.double-underline strong {
  font-size: 55%;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  display: block;
  padding-top: 15px;
  background: #fff url(../img/starter/divider6.png) top center repeat-x;
}
.double-underline strong .icon {
  color: #666;
  font-size: 80%;
}
.double-underline.cor_tema strong,
.double-underline.cor_tema .icon {
  color: #0b75b1 !important;
}
h3.double-underline {
  font-size: 36px !important;
}
#form_login {
  padding-bottom: 20px;
}
label {
  margin-bottom: 0px;
}
.fancybox-idx {
  padding-left: 8px;
  display: block;
  font-size: 12px;
  color: #1e709e;
  text-shadow: 0 1px #fff;
  float: right;
}
.fancybox-title {
  color: #444 !important;
  text-shadow: 1px 1px #fff !important;
  font: 14px/18px 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.fancybox-title ul {
  width: 100%;
}
.fancybox-title ul li {
  float: left;
  width: 30%;
  margin-right: 3%;
}
.fancybox-title-over-wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 300px;
}
.fancybox-type-ajax .fancybox-inner {
  overflow: hidden !important;
}
.fancybox-type-inline .msg,
.fancybox-alert .msg {
  min-height: 2em;
  min-width: 40em;
}
.fancybox-type-inline .fancybox-skin,
.fancybox-alert .fancybox-skin {
  background: #eee url(../img/patterns/2.png);
  text-shadow: 1px 1px #fff;
}
.fancybox-wrap.win-ui .fancybox-inner {
  overflow: hidden !important;
}
.fancybox-wrap h1 {
  color: #444;
  text-shadow: none !important;
}
.box-form {
  width: 570px;
}
.box-form .cg-inline textarea {
  width: 536px !important;
}
.box-form .cg-inline .input {
  width: 534px;
  margin-bottom: 0;
}
.box-form .cg-addon .input {
  margin-bottom: 0;
}
.box-form form {
  margin: 0;
}
.box-form.narrow {
  max-width: 320px;
}
.box-form.narrow .formError {
  max-width: 290px;
}
.box-form.narrow textarea {
  max-width: 304px !important;
}
.box-form.narrow div > p {
  margin-bottom: 4px;
}
.box-form.narrow .form-aceite-lgpd {
  margin: 0 0 10px 0 !important;
}
.box-form.narrow h1 {
  margin-bottom: 6px !important;
}
.box-form.narrow .inteira {
  margin-left: 0 !important;
}
.box-form p {
  font-size: 12px;
}
.box-form h1 {
  color: #444;
  margin-bottom: 15px;
  text-shadow: none !important;
}
.box-form h1 span {
  font-variant: small-caps;
}
.fancybox-wrap.win-ui .fancybox-inner {
  overflow-y: auto !important;
}
@media (max-width: 767px) {
  .fancybox-type-inline .msg,
  .fancybox-alert .msg {
    min-width: auto !important;
  }
  .fancybox-type-inline .fancybox-inner,
  .fancybox-alert .fancybox-inner {
    min-height: 10em;
  }
  .box-form {
    width: 310px;
  }
  .box-form .inteira {
    width: 310px !important;
  }
  .box-form .input {
    width: 267px !important;
  }
  .box-form textarea.input {
    width: 294px !important;
  }
}
:-moz-placeholder {
  color: #aaa;
  text-shadow: 1px 1px #fff;
}
::-webkit-input-placeholder {
  color: #aaa;
  text-shadow: 1px 1px #fff;
}
:focus::-webkit-input-placeholder {
  color: #ccc;
}
hr.tall {
  margin: 35px 0;
}
hr.icon {
  background: url(../img/lay/title-separator3.png) no-repeat center center;
  border: 0;
  padding: 10px 0;
}
hr.divider {
  background: url(../img/starter/divider3.png) center center repeat-x;
  border: 0;
  padding: 8px 0;
  margin: 5px 0;
}
@media (max-width: 767px) {
  hr.tall {
    margin: 15px 0;
  }
}
.dblBorder {
  background: url(../img/tema/pto-d5d5d5.png) repeat-x left bottom;
  border-bottom: 1px solid #fff;
}
/*
.checklist {
  .checkList();
}
*/
.checkbox-group button,
.radio-group button {
  text-align: left;
  padding: 3px 14px 3px 8px;
}
.checkbox-group button:before,
.radio-group button:before {
  font-family: 'icomoon';
  color: #aaa;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}
.checkbox-group button.active:before,
.radio-group button.active:before {
  color: #447;
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkbox-group button,
  .radio-group button {
    padding-left: 3px;
    padding-right: 2px;
    font-size: 12px !important;
  }
}
.checkbox-group button:before {
  content: "\61";
  background: #eee;
  color: #ccc;
  padding: 2px 2px;
  text-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
}
.checkbox-group button.active:before {
  content: "\23";
  background: #ccc;
  color: #447;
  text-shadow: 1px 1px #fff;
}
.radio-group button:before {
  content: "\63";
  font-size: 13px;
}
.radio-group button.active:before {
  content: "\55";
}
.accordion-group {
  /* &.in > .accordion-heading a:after {
    // content: "\64";
    content: "\5e";
  }*/
  /*
  &.in .accordion-heading a:after, .accordion-heading a:hover:after { content: "\64"; }
  &.in .accordion-heading a:hover:after { content: "\41"; }*/
}
.accordion-group .accordion-heading a:after {
  font-family: 'icomoon';
  color: #aaa;
  float: right;
  margin-right: -5px;
  text-shadow: 1px 1px #fff;
  font-size: 12px;
  content: "\5e";
}
.accordion-group .accordion-toggle.collapsed:after {
  content: "\5c" !important;
}
.collapse-plus:after {
  font-family: 'icomoon';
  color: #eee;
  float: right;
  margin-right: 8px;
  font-size: 12px;
  content: "\5e";
}
.collapse-plus.collapsed:after {
  content: "\e014";
  font-size: 100%;
}
@media (max-width: 767px) {
  #sidebar.mobile-wider {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #sidebar.mobile-wider:not(.collapsed) {
    z-index: 20001;
  }
  #sidebar.mobile-wider:not(.collapsed) h2 {
    position: sticky;
    top: 0;
    z-index: 20002;
  }
  #sidebar.mobile-wider:not(.collapsed) form {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 100%;
  }
  #sidebar.mobile-withbutton:not(.collapsed) .btn-submit {
    display: block !important;
  }
  #sidebar.mobile-withbutton.mobile-wider:not(.collapsed) .btn-submit {
    width: 100%;
    position: sticky;
    bottom: 5px;
    outline: 5px solid white;
  }
}
/*

.jslider_container { width: 100%; margin-top: 5px; margin-bottom: 10px;}
.jslider .jslider-bg i,
.jslider .jslider-pointer { background-image: url(../js/jslider/img/jslider-ricardo.png) !important; }
.jslider .jslider-bg i, .jslider .jslider-bg .v { height: 9px;}
.jslider .jslider-pointer { width: 25px; height: 18px; top: -5px; }
.jslider .jslider-pointer-hover { background-position: -40px -60px;  }
.jslider .jslider-pointer-to { margin-left: -19px;}

*/
.jslider .jslider-bg i,
.jslider .jslider-pointer {
  background: 0;
}
.jslider {
  display: block;
  width: 88%;
  height: 30px;
  position: relative;
  margin-top: 15px;
  font-family: Arial, sans-serif;
  top: -2px;
}
.jslider table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.jslider td,
.jslider th {
  padding: 0;
  vertical-align: top;
  text-align: left;
  border: 0;
}
.jslider table,
.jslider table tr,
.jslider table tr td {
  width: 100%;
  vertical-align: top;
}
.jslider .jslider-bg i {
  height: 9px;
  position: absolute;
  font-size: 0;
  top: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.jslider .jslider-bg .l {
  width: 50%;
  background-color: #f7f7f7;
  left: 0;
  border: 1px solid #ccc;
  border-right: 0;
  -moz-box-shadow: inset 1px 0 5px rgba(99, 99, 99, 0.3);
  -webkit-box-shadow: inset 1px 0 5px rgba(99, 99, 99, 0.3);
  box-shadow: inset 1px 0 5px rgba(99, 99, 99, 0.3);
}
.jslider .jslider-bg .r {
  width: 50%;
  left: 50%;
  padding-right: 15px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-left: 0;
  -moz-box-shadow: inset -2px 0 5px rgba(99, 99, 99, 0.3);
  -webkit-box-shadow: inset -2px 0 5px rgba(99, 99, 99, 0.3);
  box-shadow: inset -2px 0 5px rgba(99, 99, 99, 0.3);
}
.jslider .jslider-bg .v {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 0;
  height: 9px;
  background-position: 0 -20px;
  background-color: #58d;
  background-image: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.jslider .jslider-pointer {
  background-image: url(/shared/assets/js/jslider/img/jslider-ricardo.png);
  width: 25px;
  height: 18px;
  background-position: 0px -60px;
  position: absolute;
  left: 20%;
  top: -4px;
  margin-left: -2px;
  cursor: pointer;
}
.jslider .jslider-pointer-hover,
.jslider .jslider-pointer:hover {
  background-position: -40px -60px;
}
.jslider .jslider-pointer-to {
  left: 80%;
}
.jslider .jslider-label {
  font-size: 11px;
  line-height: 11px;
  color: black;
  opacity: 0.6;
  white-space: nowrap;
  padding: 0 2px;
  position: absolute;
  top: -15px;
  left: 0;
}
.jslider .jslider-label-to {
  left: auto;
  right: -17px;
}
.jslider .jslider-value {
  font-size: 11px;
  font-weight: bold;
  color: #4d4d4d;
  white-space: nowrap;
  padding: 7px 2px 0;
  position: absolute;
  top: 14px;
  left: 20%;
  line-height: 11px;
}
.jslider .jslider-value-to {
  left: 80%;
  margin-right: -20px;
}
.jslider .jslider-label small,
.jslider .jslider-value small {
  position: relative;
  top: -0.4em;
}
.jslider .jslider-scale {
  position: relative;
  top: 9px;
}
.jslider .jslider-scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.jslider .jslider-scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
}
.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label {
  display: none;
}
.jslider .jslider-bg .v {
  background: #0b75b1;
}
.jslider .jslider-bg .l,
.jslider .jslider-bg .r {
  background-color: #f2f2f2;
}
.jslider .jslider-bg .l {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.jslider .jslider-bg .r {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
@media (min-width: 1200px) {
  .jslider {
    width: 92.5%;
  }
  .jslider .jslider-pointer {
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  .ilist .col-md-3 {
    margin-left: 37px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ilist .thumbnails {
    margin-left: -9px !important;
  }
  .ilist .col-md-3 {
    width: 176px !important;
  }
}
.underline {
  margin: 3px 0 10px 0;
  background: url(../img/tema/pto-ccc.png) repeat-x left bottom;
  border-bottom: 1px solid #fff;
}
.redondo {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  background: #0b75b1;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  font-size: 18px;
}
.redondo .iconie,
.redondo span:before {
  padding: 0;
  text-shadow: 1px 1px #111;
}
.redondo:hover {
  background-color: #e5e5e5;
  color: #fff !important;
}
.fontface .uniform .selector span {
  background-image: none !important;
}
.fontface .uniform .selector:before {
  font-family: 'icomoon';
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\64";
  font-size: 12px;
  position: absolute;
  right: 7px;
  color: #231f20;
}
.fontface .uniform .selector:hover:before {
  color: #f6822a;
}
.fontface .paginationxxxx {
  /*//arrow-full (alla botao play)
    .prev-page a:before { content: "\e00f"; }
    .next-page a:before { content: "\e00e"; }*/
}
.fontface .paginationxxxx .first-page a,
.fontface .paginationxxxx .last-page a,
.fontface .paginationxxxx .prev-page a,
.fontface .paginationxxxx .next-page a {
  font-size: 0;
}
.fontface .paginationxxxx .first-page a:before,
.fontface .paginationxxxx .last-page a:before,
.fontface .paginationxxxx .prev-page a:before,
.fontface .paginationxxxx .next-page a:before {
  font-size: 10px;
  vertical-align: middle;
  font-family: 'icomoon';
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.fontface .paginationxxxx .first-page a:before {
  content: "\e017";
}
.fontface .paginationxxxx .last-page a:before {
  content: "\e016";
}
.fontface .paginationxxxx .prev-page a:before {
  content: "\e00a";
}
.fontface .paginationxxxx .next-page a:before {
  content: "\e009";
}
.bullicon {
  padding: 0;
  margin-left: 0;
}
.bullicon li {
  list-style-type: none;
  margin-left: 1em;
}
.bullicon li:before {
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 60%;
  line-height: 240%;
  vertical-align: middle;
  color: #074569;
  font-weight: normal;
  content: "\e016";
  margin-left: -1.5em;
  float: left;
}
.bullicon li a {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .bullicon li a {
    line-height: 190%;
  }
  .bullicon li a:before {
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-size: 60%;
    line-height: 330%;
    vertical-align: middle;
    color: #074569;
    font-weight: normal;
    content: "\e016";
    margin-left: -1.5em;
    float: left;
  }
}
.ccd-thumbs {
  margin-left: -10px;
  margin-bottom: 0;
}
.ccd-thumbs .item,
.ccd-thumbs li {
  list-style-type: none;
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 148px;
}
.ccd-thumbs .item img,
.ccd-thumbs li img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .ccd-thumbs .item,
  .ccd-thumbs li {
    max-width: 134px;
  }
  .ccd-thumbs.ipl8 .item,
  .ccd-thumbs.ipl8 li {
    max-width: 87px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ccd-thumbs.ipl2 .item,
  .ccd-thumbs.ipl2 li {
    width: 362px;
  }
  .ccd-thumbs.ipl4 .item,
  .ccd-thumbs.ipl4 li {
    width: 174px;
  }
  .ccd-thumbs.ipl6 .item,
  .ccd-thumbs.ipl6 li {
    width: 112px;
  }
  .ccd-thumbs.ipl8 .item,
  .ccd-thumbs.ipl8 li {
    width: 79px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ccd-thumbs.ipl2 .item,
  .ccd-thumbs.ipl2 li {
    width: 472px;
  }
  .ccd-thumbs.ipl4 .item,
  .ccd-thumbs.ipl4 li {
    width: 229px;
  }
  .ccd-thumbs.ipl8 {
    margin-left: -6px;
  }
  .ccd-thumbs.ipl8 .item,
  .ccd-thumbs.ipl8 li {
    width: 108px;
  }
}
@media (min-width: 1200px) {
  .ccd-thumbs.ipl2 .item,
  .ccd-thumbs.ipl2 li {
    width: 572px;
  }
  .ccd-thumbs.ipl4 .item,
  .ccd-thumbs.ipl4 li {
    width: 279px;
  }
  .ccd-thumbs.ipl6 .item,
  .ccd-thumbs.ipl6 li {
    width: 182px;
  }
  .ccd-thumbs.ipl8 {
    margin-left: -6px;
  }
  .ccd-thumbs.ipl8 .item,
  .ccd-thumbs.ipl8 li {
    width: 133px;
  }
}
figure.full {
  margin: -20px 0 20px 0;
  -webkit-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 4px rgba(0, 0, 0, 0.1);
}
figure.full img {
  width: 100%;
}
/*### warnings ###*/
div#ccd-error {
  margin: 20px 0;
  margin-top: 10px;
  padding: 0.9em 1em;
  padding-left: 50px;
  clear: both;
  background: #EFE0E2 url("../img/exclamation.gif") no-repeat 15px 50%;
  border: 1px solid #EF0E2C;
  border-width: 1px 0;
}
div#ccd-error h2 {
  padding: 0;
  font-size: 1.3em;
  color: #EF0E2C;
  font-weight: normal;
  background: none;
}
div#ccd-error ul {
  width: auto;
  padding: 0 1.8em;
  list-style: disc;
}
div#ccd-error ul li {
  list-style: disc !important;
}
div#ccd-error strong {
  color: #EF0E2C;
}
.js div#ccd-error {
  display: none;
}
/*### alert ###*/
div#ccd-alert {
  margin: 20px 0;
  margin-top: 10px;
  padding: 0.9em 1em;
  padding-left: 50px;
  clear: both;
  color: #103b67;
  background: #c8ddf1 url("../img/information.gif") no-repeat 15px 50%;
  border: 1px solid #2d5c8b;
  border-width: 1px 0;
}
div#ccd-alert h1 {
  font-size: 1.3em;
  color: #103b67 !important;
  font-weight: normal;
}
.js div#ccd-alert {
  display: none;
}
@media (max-width: 767px) {
  .xs-thin {
    width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
  form {
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
  }
  .inteira,
  .meio,
  .linha {
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 240px !important;
  }
  .inteira textarea,
  .meio textarea,
  .linha textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 320px) {
  .box-form.narrow,
  .box-form.narrow .inteira {
    width: 250px !important;
  }
  .inteira,
  .meio,
  .linha,
  .inteira textarea,
  .meio textarea,
  .linha textarea {
    width: 300px !important;
  }
}
.dropdown-ccd {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-top: -2px !important;
}
.dropdown-ccd li a {
  text-decoration: none !important;
}
.relative {
  position: relative;
}
span[class*="aticon-"] {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
li.ccd-thumbSlider-inited figure img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
li.ccd-thumbSlider-inited figure img.active {
  opacity: 100;
  filter: alpha(opacity=10000);
}
li.ccd-thumbSlider-inited figure img.active.left,
li.ccd-thumbSlider-inited figure img.active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
li.ccd-thumbSlider-inited figure img.next.left,
li.ccd-thumbSlider-inited figure img.prev.right {
  opacity: 1;
}
li.ccd-thumbSlider-inited .bar {
  display: none;
}
li.ccd-thumbSlider-inited.ccd-thumbSlider-playing .bar {
  display: block;
  position: absolute;
  bottom: 137px;
  height: 2px;
  background: rgba(11, 117, 177, 0.65);
  width: 0%;
}
.ilist li.ccd-thumbSlider-inited .left a {
  display: block;
  position: relative;
}
.ilist li.ccd-thumbSlider-inited .left a .bar {
  top: auto !important;
  bottom: 0;
}
.breadcrumb {
  /*  background: #fff;
  border: 1px solid #ddd;*/
  width: 100%;
  margin-top: -6px;
  margin-bottom: 12px;
  overflow: hidden;
}
.breadcrumb a,
.breadcrumb a:visited {
  color: #222;
  font-family: Arial, sans-serif;
}
.breadcrumb .crust a.crumb {
  display: block;
  font-size: 13px;
  float: left;
  height: 16px;
  line-height: 16px;
  margin-bottom: 0;
  outline: 0 none;
  padding: 3px 4px;
  text-decoration: none;
  color: #666;
  text-shadow: 1px 1px #fff;
}
.breadcrumb .crust a.crumb:hover {
  color: #0b75b1;
  text-decoration: underline;
}
.breadcrumb .crust.first a.crumb {
  padding-left: 0px;
}
.breadcrumb .crust.leaf {
  float: none !important;
}
.breadcrumb .crust.leaf a.crumb,
.breadcrumb .crust.leaf span {
  font-weight: 600;
  color: #333;
}
.breadcrumb .crust .arrow {
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  display: block;
  float: left;
  padding: 3px 4px;
  overflow: hidden;
  z-index: 5;
  color: #666;
}
@media (max-width: 767px) {
  .breadcrumb .crust {
    min-width: 33%;
    display: block;
    float: left;
  }
  .breadcrumb .crust > a {
    height: auto !important;
    line-height: 135% !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
    max-width: 93%;
  }
  .breadcrumb .crust .arrow {
    height: auto !important;
    line-height: auto !important;
    padding-top: 6px !important;
  }
}
.fontface .breadcrumb .arrow:before {
  font-family: 'icomoon';
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e009";
  font-size: 9px;
}
.fontface .breadcrumb .arrow span {
  display: none;
}
@media (min-width: 1200px) {
  .font-responsive-linear {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .font-responsive-linear {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .font-responsive-linear {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .font-responsive-linear {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .font-responsive-smart {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .font-responsive-smart {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .font-responsive-smart {
    font-size: 11.5px;
  }
}
@media (max-width: 767px) {
  .font-responsive-smart {
    font-size: 11.5px;
  }
}
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*.forcefullwidth_wrapper_tp_banner { position: absolute !important; top:0; left: 0; }*/
.tp-banner-container {
  width: 100%;
  padding: 0;
  position: relative;
  /*
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        */
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tp-banner ul li {
  float: left;
}
.rev-home {
  margin-bottom: 40px;
}
.tp-caption {
  font-size: 16px;
}
.tp-banner > ul li {
  width: 100%;
}
.tp-banner > ul li:not(:first-child) {
  display: none;
}
.tp-banner .item-left-right .txt {
  opacity: 0;
}
.revslider-initialised > ul li {
  display: inherit !important;
}
.revslider-initialised .item-left-right .txt {
  opacity: 1;
}
.checkbox-group-native label.grupo {
  font-weight: bold !important;
  display: none;
}
.js .checkbox-group-native label.grupo {
  display: block !important;
}
.js .checkbox-group-native label.grupo em {
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 80%;
}
.js .checkbox-group-native label.grupo,
.js .checkbox-group-native label.orfao {
  margin-top: 7px !important;
}
.drop-lang ul li a img {
  margin: -2px 3px 0 0;
}
.drop-lang .dropdown-menu {
  margin-top: -18px !important;
}
.goog-te-gadget,
.goog-te-banner-frame {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
}
body {
  top: 0px !important;
}
.dropdown-menu .badge {
  margin: 0 0 0 5px !important;
  vertical-align: middle !important;
  float: none !important;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: none;
}
.flickity-prev-next-button {
  width: 30px;
  height: 30px;
}
.iset > .flickity-prev-next-button {
  width: 34px;
  height: 34px;
}
.iset > .flickity-prev-next-button.previous {
  left: 0px;
}
.iset > .flickity-prev-next-button.next {
  right: 0px;
}
@media (min-width: 830px) and (max-width: 991px), (min-width: 1030px) and (max-width: 1199px), (min-width: 1238px) and (max-width: 1439px), (min-width: 1478px) and (max-width: 1679px), (min-width: 1718px) {
  .use-flickity > .flickity-prev-next-button.previous {
    left: -32px !important;
  }
  .use-flickity > .flickity-prev-next-button.next {
    right: -32px !important;
  }
}
.flickity-page-dots {
  margin-bottom: 15px;
}
.flickity-page-dots .dot {
  position: static;
  float: none;
  padding-left: 0;
  padding-right: 0;
  background: #0b75b1 !important;
}
.preco .label {
  background: #0b75b1;
}
a.underline,
.sublinha {
  text-decoration: underline !important;
}
a.underline:hover,
.sublinha:hover {
  text-decoration: none !important;
}
.detalhe-endereco {
  margin-top: 20px;
}
.detalhe-endereco .icon {
  width: 20px;
  display: inline-block;
  text-align: center;
}
.nmais .btn {
  margin-bottom: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nmais .btn {
    padding-left: 9px;
    padding-right: 8px;
  }
}
.btn-tema {
  color: #fff;
  background-color: #0b75b1;
  border-color: #fff;
  color: #fff !important;
}
.btn-tema:hover,
.btn-tema:focus,
.btn-tema.focus,
.btn-tema:active,
.btn-tema.active,
.open > .dropdown-toggle.btn-tema {
  color: #fff;
  background-color: #085581;
  border-color: #e0e0e0;
}
.btn-tema:active,
.btn-tema.active,
.open > .dropdown-toggle.btn-tema {
  background-image: none;
}
.btn-tema.disabled,
.btn-tema[disabled],
fieldset[disabled] .btn-tema,
.btn-tema.disabled:hover,
.btn-tema[disabled]:hover,
fieldset[disabled] .btn-tema:hover,
.btn-tema.disabled:focus,
.btn-tema[disabled]:focus,
fieldset[disabled] .btn-tema:focus,
.btn-tema.disabled.focus,
.btn-tema[disabled].focus,
fieldset[disabled] .btn-tema.focus,
.btn-tema.disabled:active,
.btn-tema[disabled]:active,
fieldset[disabled] .btn-tema:active,
.btn-tema.disabled.active,
.btn-tema[disabled].active,
fieldset[disabled] .btn-tema.active {
  background-color: #0b75b1;
  border-color: #fff;
}
.btn-tema .badge {
  color: #0b75b1;
  background-color: #fff;
}
.btn-tema-dark {
  color: #fff;
  background-color: #074f77;
  border-color: #fff;
  color: #fff !important;
}
.btn-tema-dark:hover,
.btn-tema-dark:focus,
.btn-tema-dark.focus,
.btn-tema-dark:active,
.btn-tema-dark.active,
.open > .dropdown-toggle.btn-tema-dark {
  color: #fff;
  background-color: #042f47;
  border-color: #e0e0e0;
}
.btn-tema-dark:active,
.btn-tema-dark.active,
.open > .dropdown-toggle.btn-tema-dark {
  background-image: none;
}
.btn-tema-dark.disabled,
.btn-tema-dark[disabled],
fieldset[disabled] .btn-tema-dark,
.btn-tema-dark.disabled:hover,
.btn-tema-dark[disabled]:hover,
fieldset[disabled] .btn-tema-dark:hover,
.btn-tema-dark.disabled:focus,
.btn-tema-dark[disabled]:focus,
fieldset[disabled] .btn-tema-dark:focus,
.btn-tema-dark.disabled.focus,
.btn-tema-dark[disabled].focus,
fieldset[disabled] .btn-tema-dark.focus,
.btn-tema-dark.disabled:active,
.btn-tema-dark[disabled]:active,
fieldset[disabled] .btn-tema-dark:active,
.btn-tema-dark.disabled.active,
.btn-tema-dark[disabled].active,
fieldset[disabled] .btn-tema-dark.active {
  background-color: #074f77;
  border-color: #fff;
}
.btn-tema-dark .badge {
  color: #074f77;
  background-color: #fff;
}
.btn-tema-sec {
  color: #0b75b1;
  background-color: #f8a465;
  border-color: #0b75b1;
  color: #074f77 !important;
  text-shadow: 1px 1px #fff4;
}
.btn-tema-sec:hover,
.btn-tema-sec:focus,
.btn-tema-sec.focus,
.btn-tema-sec:active,
.btn-tema-sec.active,
.open > .dropdown-toggle.btn-tema-sec {
  color: #0b75b1;
  background-color: #f68834;
  border-color: #074f77;
}
.btn-tema-sec:active,
.btn-tema-sec.active,
.open > .dropdown-toggle.btn-tema-sec {
  background-image: none;
}
.btn-tema-sec.disabled,
.btn-tema-sec[disabled],
fieldset[disabled] .btn-tema-sec,
.btn-tema-sec.disabled:hover,
.btn-tema-sec[disabled]:hover,
fieldset[disabled] .btn-tema-sec:hover,
.btn-tema-sec.disabled:focus,
.btn-tema-sec[disabled]:focus,
fieldset[disabled] .btn-tema-sec:focus,
.btn-tema-sec.disabled.focus,
.btn-tema-sec[disabled].focus,
fieldset[disabled] .btn-tema-sec.focus,
.btn-tema-sec.disabled:active,
.btn-tema-sec[disabled]:active,
fieldset[disabled] .btn-tema-sec:active,
.btn-tema-sec.disabled.active,
.btn-tema-sec[disabled].active,
fieldset[disabled] .btn-tema-sec.active {
  background-color: #f8a465;
  border-color: #0b75b1;
}
.btn-tema-sec .badge {
  color: #f8a465;
  background-color: #0b75b1;
}
.minmax .min,
.minmax .max {
  width: 48%;
  float: left;
}
.minmax .separador {
  width: 4%;
  float: left;
  text-align: center;
  line-height: 220%;
}
.pagination + .stars-container {
  margin-top: 30px;
}
.page-header .stars-container {
  margin-top: 5px;
}
.ccd-stars {
  /*.br-current-rating {
      display: none;
    }*/
}
.ccd-stars .br-widget {
  height: 28px;
  white-space: nowrap;
  float: left;
  display: inline-block;
  margin-top: 4px;
}
.ccd-stars .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.ccd-stars .br-widget a:after {
  content: '\f006';
  color: #888;
}
.ccd-stars .br-widget a.br-active:after {
  content: '\f005';
  color: #f6822a;
}
.ccd-stars .br-widget a.br-selected:after {
  content: '\f005';
  color: #f6822a;
}
.ccd-stars .br-widget a.br-fractional:after {
  content: '\f123';
  color: #f6822a;
}
.ccd-stars .br-widget a.half-up:after {
  content: '\f005';
  color: #f6822a;
}
.ccd-stars .title {
  height: 30px;
}
.ccd-stars strong {
  color: #f6822a;
  font-weight: bold;
}
.ccd-stars .title,
.ccd-stars .loading {
  display: inline-block;
  margin-left: 1em;
  line-height: 30px;
  float: left;
}
.ccd-stars .loading {
  margin: 10px 10px;
}
.ccd-stars .br-readonly a {
  cursor: default;
}
.ccd-stars .br-reverse a.br-fractional {
  display: inline-block;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
@media print {
  .ccd-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .ccd-stars .br-widget a.br-active:after,
  .ccd-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
  .ccd-stars .br-widget a.br-fractional:after {
    content: '\f123';
    color: black;
  }
}
.whatsapp .ico {
  margin-top: -2px;
}
.captcha-container {
  margin: 7px 0;
}
.g-recaptcha {
  margin-top: 7px;
  min-height: 60px;
  min-width: 256px;
}
@media (max-width: 767px) {
  .g-recaptcha,
  .captcha-container {
    float: right;
    margin-bottom: 8px;
    min-height: auto !important;
  }
  #section_newsletter h3 {
    font-size: 24px !important;
    line-height: 125% !important;
  }
}
@media (min-width: 768px) {
  #section_newsletter {
    padding-bottom: 20px !important;
  }
  #section_newsletter h3 {
    margin-top: 14px;
  }
}
.bloco-imoveis {
  margin-bottom: 2em;
}
.bloco-imoveis ul {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .apadmobile a {
    padding: 4px 0;
    margin-bottom: 6px;
    display: inline-block;
  }
}
.cd-embed iframe {
  min-height: 240px;
  margin: 16px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cd-embed iframe {
    max-height: 240px;
  }
}
@media screen and (min-width: 768px) {
  .cd-embed iframe {
    min-height: 360px;
  }
}
@media screen and (min-width: 992px) {
  .matterport-showcase iframe {
    height: 641px;
    margin: 0 auto 15px;
  }
}
.cd-embed {
  text-align: center;
}
.cor_tema {
  color: #0b75b1;
}
.popup-abandono .box-form {
  width: 860px;
  overflow: hidden;
  background: #0b75b1;
}
.popup-abandono .col {
  float: left;
}
.popup-abandono .col-news {
  background: #fff;
  width: 37%;
  padding: 30px 20px;
}
.popup-abandono .col-news .header {
  text-align: center;
  margin: auto auto;
}
.popup-abandono .col-news .header .img-container {
  min-height: 45px;
  margin-bottom: 20px;
}
.popup-abandono .col-news h3 {
  margin: 5px 0 15px 0;
  text-transform: uppercase;
}
.popup-abandono .col-news p {
  font-size: 14px;
  margin-bottom: 12px;
}
.popup-abandono .col-car {
  width: 63%;
  padding: 8px 25px 0 25px;
  max-height: 400px;
}
.popup-abandono .col-car .flickity-page-dots .dot {
  background: #fff !important;
}
@media (max-width: 767px) {
  .popup-abandono .box-form {
    width: 100% !important;
    max-width: 600px;
  }
  .popup-abandono .col-news {
    width: 100% !important;
    padding: 20px 20px !important;
  }
  .popup-abandono .col-car {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup-abandono .box-form {
    width: 660px;
  }
  .popup-abandono .col-news {
    width: 318px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .popup-abandono .col-car {
    width: 342px;
  }
}
@media (min-width: 1200px) {
  .popup-abandono .box-form {
    width: 1060px;
  }
  .popup-abandono .col-news {
    width: 318px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .popup-abandono .col-car {
    width: 742px;
  }
}
.bgalt {
  background-color: #fff;
}
.bg_tema {
  background-color: #0b75b1;
  color: #fff;
  text-shadow: none;
}
.mtop10 {
  margin-top: 10px;
}
.bg-mapa {
  background: #eee url(/shared/assets/img/gray.gif) center center;
  position: relative;
}
.map-click-through {
  text-align: center;
  width: 230px;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -115px;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #ccc;
  position: absolute;
  line-height: 125%;
}
.map-click-through .btn {
  margin-top: 8px;
}
.whatsapp-button {
  position: fixed;
  bottom: 30px;
  z-index: 1010;
  text-align: center;
}
.whatsapp-button.whatsapp-button-left {
  left: 10px;
}
.whatsapp-button.whatsapp-button-right {
  right: 10px;
}
.whatsapp-button > a {
  background-color: #4dc247;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 34px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.whatsapp-button > a,
.whatsapp-button > a:hover,
.whatsapp-button > a:visited,
.whatsapp-button > a:focus {
  color: #fff;
}
.whatsapp-button > a:hover {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.7), 0 0 15px rgba(255, 255, 255, 0.4);
}
.whatsapp-button p > a {
  text-decoration: underline;
  color: #009688;
}
.whatsapp-button p > a:hover {
  text-decoration: none;
}
.whatsapp-button-left,
#toTop {
  bottom: 30px !important;
}
.toTopVisible .whatsapp-button-right {
  bottom: 90px !important;
}
.botao-interesse-fixed {
  z-index: 1010;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.botao-interesse-fixed > .btn {
  width: 100%;
  padding: 0 !important;
  height: 32px !important;
  line-height: 32px !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  body.botao-interesse-bottom {
    padding-bottom: 32px;
    /*
    //desligado apos whats chat
    .whatsapp-button, #toTop { bottom: 35px !important; }
    &.toTopVisible .whatsapp-button-right { right: 68px !important; }
    */
  }
  body.botao-interesse-bottom.tem-menu-flutuante .whatsapp-button {
    bottom: 99px !important;
  }
}
.tem-menu-flutuante .whatsapp-button {
  right: 14px !important;
  bottom: 72px;
}
@media (max-width: 767px) {
  body.tem-menu-flutuante.exibindo-chat .whatsapp-button {
    z-index: 1020;
  }
  body.tem-menu-flutuante.exibindo-chat:not(.botao-interesse-bottom) .whatsapp-button {
    bottom: 15px !important;
  }
  body.tem-menu-flutuante.exibindo-chat.botao-interesse-bottom .whatsapp-button {
    bottom: 42px !important;
  }
}
.cursorpointer {
  cursor: pointer !important;
}
.cursorhelp {
  cursor: help !important;
}
.inline-block {
  display: inline-block;
}
.readmore.readmore-hidden {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-right: 0 !important;
  margin-bottom: 1em;
}
.readmore.readmore-hidden .gradient {
  width: 100%;
  position: absolute;
  bottom: 0;
  content: ' ';
  height: 80px;
  display: block;
  z-index: 10;
  background-image: -webkit-linear-gradient(top, transparent 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffe5e5e5', GradientType=0);
  margin-left: 15px;
  margin-right: 15px;
}
.readmore.readmore-hidden.readmore-com-sidebar .gradient {
  height: 70%;
  min-height: 100px;
  margin-left: 0px !important;
  margin-right: 0 !important;
}
.readmore .readmore-btn {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: auto;
  float: none;
  z-index: 11;
  margin: 10px 0;
  text-align: center;
  border: 0;
}
.readmore.descin .gradient {
  margin-left: 0 !important;
}
#sidebar {
  z-index: 800;
}
#sidebar.collapsed {
  position: sticky;
  top: 5px;
}
.inline-form-container {
  z-index: 100;
  position: sticky !important;
  top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.ccd-blur-bg .bg {
  content: '';
  background-repeat: no-repeat;
  filter: blur(70px);
  transform: scale(1.3);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ccd-blur-bg img {
  position: relative;
  z-index: 10;
}
.menu-flutuante {
  width: 100%;
  pointer-events: none !important;
  right: 2px;
  bottom: 0px;
  z-index: 1010;
  position: fixed;
}
.menu-flutuante .float-btn-group {
  pointer-events: all !important;
  width: 65px;
  overflow: hidden;
  min-height: 65px;
  padding-left: 15px;
  padding-right: 8px;
}
.menu-flutuante .float-btn-group .btn-list {
  opacity: 0;
  margin-right: 3px;
}
.menu-flutuante .float-btn-group.open {
  width: 100%;
}
.menu-flutuante .float-btn-group.open .btn-trigger {
  float: left !important;
}
.menu-flutuante .float-btn-group.open .btn-list {
  opacity: 1;
}
@media (max-width: 767px) {
  body.botao-interesse-bottom .menu-flutuante {
    bottom: 27px;
  }
}
.btn-float {
  background: #0b75b1;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  display: inline-block;
  border: none;
  font-size: 22px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  text-decoration: none !important;
  padding: 1px 6px;
}
.btn-float:hover {
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}
.btn-float:active,
.btn-float:focus {
  outline: none;
}
.btn-float,
.btn-float:hover,
.btn-float:visited,
.btn-float:focus {
  color: #fff;
}
.btn-float .icon:before {
  padding: 0 !important;
}
.menu-flutuante .whatsapp {
  background: #4dc247;
  font-size: 34px !important;
}
.menu-flutuante .large {
  font-size: 34px !important;
}
.menu-flutuante .yellow {
  background: #ffa000;
}
.menu-flutuante .ciano {
  background: #40c4ff;
}
.menu-flutuante .blue {
  background: #4050c5;
}
.menu-flutuante .green {
  background: #00e676;
}
.menu-flutuante .grey {
  background: #666;
}
.menu-flutuante .purple {
  background: #8e24aa;
}
.menu-flutuante .pink {
  background: #e91e63;
}
.menu-flutuante .red {
  background: #ad212f;
}
.menu-flutuante .orange {
  background: #e46c0a;
}
.icon-flut-cross {
  background: #fff;
  height: 1px;
  width: 23px;
  margin: auto;
  display: block;
  position: relative;
  -moz-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.icon-flut-cross:after {
  content: '';
  position: absolute;
  height: 22px;
  width: 1px;
  background: #fff;
  top: -10px;
  margin-left: -0.5px;
}
.float-btn-group {
  position: relative;
  float: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.float-btn-group .btn-trigger {
  z-index: 15;
  float: right;
  background: #e46c0a;
}
.float-btn-group .btn-list {
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.float-btn-group .btn-list li {
  display: inline-block;
}
.float-btn-group.open .btn-trigger .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  .max-md-6 {
    width: 50% !important;
  }
  .max-md-9 {
    width: 75% !important;
  }
  #megamenu .megamenu-nav > li.dropdown .dropdown-menu.max-md-6 {
    margin-left: 50% !important;
  }
  #megamenu .megamenu-nav > li.dropdown .dropdown-menu.max-md-9 {
    margin-left: 25% !important;
  }
}
@media (min-width: 1200px) {
  .max-lg-6 {
    width: 50% !important;
  }
  .max-lg-9 {
    width: 75% !important;
  }
  #megamenu .megamenu-nav > li.dropdown .dropdown-menu.max-lg-6 {
    margin-left: 50% !important;
  }
  #megamenu .megamenu-nav > li.dropdown .dropdown-menu.max-lg-9 {
    margin-left: 25% !important;
  }
}
.max-lg-12 {
  max-width: 1170px;
}
@media (min-width: 1440px) {
  #megamenu .megamenu-nav > li.dropdown .dropdown-menu.max-lg-12 {
    max-width: 1200px;
    margin-left: 210px !important;
  }
}
@media (min-width: 1680px) {
  #megamenu .megamenu-nav > li.dropdown .dropdown-menu.max-lg-12 {
    margin-left: 450px !important;
  }
}
.f10 {
  font-size: 10px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.iset .maisfotos {
  width: 100%;
  height: 100%;
  display: table;
}
.iset .maisfotos img {
  z-index: 1;
}
.iset .maisfotos .info {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  color: #f5f5f5;
  text-shadow: 1px 1px #111;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.iset .maisfotos .info .icon {
  font-size: 32px;
  display: block;
  margin-bottom: 4px;
}
.iset .maisfotos .info em {
  font-style: normal;
  font-size: 18px;
}
.iset .maisfotos.is-selected .info {
  display: table-cell;
}
.iset .fa-object-group {
  margin-left: 1px;
}
.iset a {
  position: relative;
  display: block;
}
.iset a .tarja {
  pointer-events: none;
  position: absolute;
  padding: 4px 0.8em;
  text-align: center;
  right: 0;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  top: 0px;
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
  color: #fff;
  text-transform: uppercase;
  line-height: 125%;
}
.tarja-detalhe {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 0.6em;
  max-width: 50%;
  text-align: center;
  line-height: 125%;
  margin-left: 5px;
}
.label-tema {
  background: #0b75b1;
}
.label-tema-sec {
  background: #f6822a;
}
.conteudo.dinamico .texto h1 {
  margin: 15px 0 5px 0;
}
.conteudo.dinamico .texto h2,
.conteudo.dinamico .texto h3,
.conteudo.dinamico .texto h4 {
  margin: 1em 0 0.3em 0;
  font-weight: 400 !important;
}
.lgpd-aceite-container {
  position: fixed;
  z-index: 10001;
  font-size: 14px;
  line-height: 150%;
  color: #222;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(159, 159, 159, 0.44), 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}
.lgpd-aceite-container .buttons {
  margin-top: 15px;
}
.lgpd-aceite-container p {
  margin-bottom: 10px;
}
.lgpd-aceite-container p a {
  text-decoration: underline;
  color: #0b75b1 !important;
}
.lgpd-aceite-container .btn-default {
  background: #f8f8f8;
}
@media (max-width: 420px) {
  .lgpd-aceite-container {
    padding: 12px 16px;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 421px) {
  .lgpd-aceite-container {
    padding: 20px 20px;
    margin: 10px 10px;
    width: 340px;
    bottom: 10px;
  }
  .lgpd-aceite-container.left {
    left: 10px;
  }
  .lgpd-aceite-container.right {
    right: 10px;
  }
}
.form-aceite-lgpd {
  margin: 0.8em 0 0.3em 0 !important;
  line-height: 115%;
}
.form-aceite-lgpd a {
  text-decoration: underline;
}
.form-aceite-lgpd a:hover {
  text-decoration: none;
}
@media (max-width: 400px) {
  .form-aceite-lgpd {
    font-size: 12px;
  }
}
#megamenu li.contato ul li a {
  font-size: 15px;
  text-align: left !important;
}
#megamenu li.contato ul li a > i {
  color: #0b75b1 !important;
  width: 1.3em;
  padding-right: 3px !important;
  text-align: center;
}
#megamenu li.contato ul li a > i.md {
  font-size: 1.1em;
  width: 1.1em;
}
@media (min-width: 992px) {
  #megamenu li.contato ul li a {
    font-size: 16px !important;
  }
}
.flickity-page-dots .dot {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flickity-page-dots .dot.is-selected {
  width: 20px;
  border-radius: 5px;
  margin-left: 3px;
  margin-right: 3px;
}
.imovel-detalhe .iclp {
  width: 20px;
  display: inline-block;
  text-align: center;
}
.imovel-detalhe .iclp.icon-chuveiro-4 {
  font-size: 125%;
}
.rsOverflow.ccd-loading {
  /*
	.rsPreloader.bg {
		filter: blur(10px) !important;
		transform: scale(1) !important;
	}
	*/
}
.rsOverflow.ccd-loading:before {
  content: '';
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 10;
  width: 24px;
  height: 24px;
  filter: none !important;
  background: url(//cdn.casteldigital.com.br/share/assets/js/royalslider/images/preloader.gif) center center no-repeat;
}
.scroll-hint-arrow {
  position: fixed;
  bottom: 14px;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
  filter: drop-shadow(0 0 1px black);
}
.scroll-hint-arrow:first-child {
  bottom: 28px;
  opacity: 0.3;
}
.arrowpulse:not(:first-child) {
  opacity: 1;
  animation-delay: 0.3s;
}
.arrowpulse {
  opacity: 0.3;
  animation: arrowpulse 2s infinite;
}
@keyframes arrowpulse {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0.3;
  }
}
.ccd-modal {
  padding-right: 0 !important;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vg - (0.5rem * 2));
  content: "";
}
@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
}
.btn-mais-fotos {
  margin-top: -8px;
  margin-bottom: 15px !important;
  width: 200px;
  left: 50%;
  position: relative;
  margin-left: -100px;
}
.btn-mosaic-back {
  margin-top: -8px;
  border-radius: 50% !important;
  z-index: 10;
  background-color: #f5f5f5;
}
.mosaic-gal-modal {
  background: #fff;
  /*
	&::-webkit-scrollbar {    	
    	width: 4px;
    	background: transparent;
    }
    &::-webkit-scrollbar-thumb {
    	border: 0 !important;
    }
    &::-webkit-scrollbar-track {
    	-webkit-box-shadow: none;
    }
    */
}
.mosaic-gal-modal .close {
  opacity: 0.5;
}
.mosaic-gal-modal .modal-dialog {
  margin: 0 !important;
}
.mosaic-gal-modal .modal-content {
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.mosaic-gal-modal .modal-backdrop {
  visibility: hidden !important;
}
.mosaic-gal-modal .modal-body {
  padding: 0 !important;
}
.mosaic-gal-modal .modal-header {
  border: 0 !important;
  padding-bottom: 7px !important;
  padding-left: 10px !important;
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 100;
}
.mosaic-gal-modal .modal-header .txt {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: -2px;
  text-align: center;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}
.mosaic-gal-modal ul.mosaic {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
.mosaic-gal-modal ul.mosaic li {
  text-align: center;
  margin: 0;
  padding: 0 0 3px 0;
}
.mosaic-gal-modal ul.mosaic li a {
  display: inline-block;
  background-color: #eee;
  box-shadow: 0 0 80px #888 inset;
}
.mosaic-gal-modal ul.mosaic li a img {
  opacity: 1;
  transition: opacity 400ms;
}
.mosaic-gal-modal ul.mosaic li a:hover img {
  opacity: 0.7;
}
.mosaic-gal-modal ul.mosaic li img {
  max-width: 100%;
}
.mosaic-gal-modal ul.mosaic.full-width-imgs li a {
  display: block !important;
}
.mosaic-gal-modal ul.mosaic.full-width-imgs li a img {
  width: 100%;
}
.mosaic-gal-modal .scroll-hint-arrow {
  position: absolute !important;
}
.mosaic-gal-modal .scroll-hint-container {
  position: sticky;
  bottom: 10px;
  pointer-events: none;
}
.mosaic-gal-modal.mostrando-lightbox .scroll-hint-container {
  display: none;
}
.fadehalf {
  opacity: 0.5 !important;
}
.fadehalf.in {
  opacity: 1 !important;
}
.fadethird {
  opacity: 0.33 !important;
}
.fadethird.in {
  opacity: 1 !important;
}
.no-text-transform {
  text-transform: none !important;
}
.min-max .inner {
  display: flex;
}
.min-max .col {
  flex: 1;
  position: relative;
}
.min-max .col:first-child {
  margin-right: 10px;
}
.min-max .col:first-child:after {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  bottom: 30%;
  content: "";
  left: 100%;
  position: absolute;
  width: 16px;
}
.min-max .col input {
  padding: 12px;
  text-align: right;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-sizing: border-box;
  color: #666;
  font-size: 13px;
  height: 36px;
  max-width: 100%;
  outline: none;
  width: 100%;
}
.min-max .col.prefixo:before {
  left: 8px;
  bottom: 9px;
  color: #888;
  content: attr(data-unidade);
  font-size: 13px;
  position: absolute;
}
.min-max .col.prefixo input {
  padding-left: 32px !important;
}
.min-max .col.sufixo:before {
  right: 8px;
  bottom: 9px;
  color: #888;
  content: attr(data-unidade);
  font-size: 13px;
  position: absolute;
}
.min-max .col.sufixo input {
  padding-right: 32px !important;
}
.g-recaptcha {
  width: 256px;
  background: rgba(50, 50, 50, 0.05) url(//cdn.casteldigital.com.br/share/assets/img/recaptcha4.png) center right no-repeat;
  background-blend-mode: difference;
  outline: 1px solid rgba(50, 50, 50, 0.1);
}
.h-captcha {
  width: 302px;
  height: 75px;
  /* default 303x78 mas usar 302x75*/
  background: rgba(50, 50, 50, 0.05) center right no-repeat;
  background-blend-mode: difference;
  outline: 1px solid rgba(50, 50, 50, 0.1);
}
.mosparo-container {
  width: 310px;
  height: 75px;
  background: rgba(50, 50, 50, 0.05) center right no-repeat;
  background-blend-mode: difference;
  outline: 1px solid rgba(50, 50, 50, 0.1);
  padding-left: 14px !important;
  padding-right: 12px !important;
  container: mosparo-container / size;
}
.mosparo-container .tooltip {
  margin-top: -2px !important;
  left: 0 !important;
}
.mosparo__checkbox_column {
  margin-right: 20px !important;
}
.fancybox-wrap .mosparo-container.mosparo-ajax {
  width: 100% !important;
}
@media (max-width: 380px) {
  .mosparo-container {
    width: 100%;
  }
  .mosparo-container .mosparo__label {
    font-size: 11px !important;
    line-height: 14px !important;
    hyphens: auto;
  }
  .bgalt .mosparo__label {
    font-size: 85% !important;
  }
}
@container mosparo-container (max-width: 280px) {
  .mosparo__label {
    font-size: 11px !important;
    line-height: 14px !important;
    hyphens: auto;
  }
}
/*
//26/5/25 fixes mobile gerando scroll-x problemas com aceite-lgpd entre outros	
@media (min-width: 362px) and (max-width: 376px) { 	
	.bgalt .mosparo-container { margin-left: -15px; }
}
@media (min-width: 322px) and (max-width: 361px) { 
	.mosparo-container { width: 290px !important; }
	.bgalt .mosparo-container { width: 270px !important; }	
}
@media (max-width: 321px) { 
	.mosparo-container { width: 270px !important; }	
	.bgalt .mosparo-container { margin-left: -5px; width: 250px !important;  }
}
*/
pre {
  white-space: pre-wrap;
}
.promo .de,
.promo .prep {
  font-size: 80%;
}
.iset .promo {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iset .promo:not(.moeda_sufixo) {
  width: calc(100% - 22px) !important;
  direction: rtl;
}
.iset .promo .de {
  text-decoration: line-through;
}
.iset .promo .prep {
  display: none !important;
}
.iset .promo .de,
.iset .promo .prep {
  font-size: 100% !important;
}
.imovel-detalhe .row1 .promo .por.valor {
  font-weight: 600;
}
.imovel-detalhe .row1 .promo .de,
.imovel-detalhe .row1 .promo .prep {
  font-size: 85% !important;
}
.sm-btn {
  padding: 3px 8px !important;
}
.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.lh125 {
  line-height: 125% !important;
}
.tooltip_danger .tooltip-inner {
  color: #fff;
  background-color: #f00;
  text-shadow: 1px 1px #0008 !important;
}
.tooltip_danger.top .tooltip-arrow {
  border-top-color: #f00 !important;
}
.tooltip_danger.left .tooltip-arrow {
  border-left-color: #f00 !important;
}
.tooltip_danger.bottom .tooltip-arrow {
  border-bottom-color: #f00 !important;
}
.tooltip_danger.right .tooltip-arrow {
  border-right-color: #f00 !important;
}
.ftlefm3:before {
  margin-left: -3px;
}
.ftlefm2:before {
  margin-left: -2px;
}
html.no-navshare body.final .navshare {
  display: none;
}
.noticias .navshare {
  margin-top: 20px;
}
.popup-abandono .img-container {
  min-height: 120px !important;
  display: grid;
  place-items: center;
}
.popup-abandono .intro-form {
  min-height: 180px;
}
.popup-abandono h3 {
  min-height: 50px;
}
.popup-abandono .mosparo-container {
  width: 100% !important;
}
.popup-abandono .abandono-container .iset p {
  font-size: inherit !important;
}
@media (max-width: 767px) {
  .fancy-ccd-fixed .fancybox-close {
    right: -10px !important;
  }
  .fancybox-tmp .popup-abandono {
    padding-bottom: 20px !important;
  }
}
.rsFullscreenIcn,
.image_icon_icon .fa-search-plus,
.image_icon_zoom .image_overlay {
  cursor: zoom-in;
}
.flut-badge {
  position: absolute;
  left: -4px;
  top: -4px;
  background: #e46c0a;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
  font-weight: bold;
  text-align: center;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.box-whatsapp {
  position: relative;
  bottom: 80px;
  text-align: left;
  z-index: 9999;
  display: block;
  bottom: 60px;
  right: -9px;
  /*
     &.bottom { bottom: 20px; }
     &.top { top: 5px; }
     &.left { left: 15px; }
     &.right { right: 20px; }
     */
}
.box-whatsapp .box-whatsapp-container {
  position: relative;
}
.box-whatsapp article {
  min-height: 280px;
  min-width: 320px;
  max-width: 360px;
  background-color: #e5ded6;
  background-position: center center;
  box-shadow: 3px -3px 9px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  visibility: hidden;
}
.box-whatsapp article:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #e5ded6;
  z-index: 2;
}
.box-whatsapp article header {
  width: 100%;
  height: 46px;
  float: left;
  background: #009688;
  line-height: 46px;
  font-weight: bold;
  font-size: 15px;
  color: #FFF;
  padding-left: 10px;
}
.box-whatsapp article header > span {
  width: calc(100% - 48px) !important;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-whatsapp article header img {
  width: 27px;
  height: 27px;
  float: left;
  margin: 9px 12px 0 12px;
  padding: 1px;
  border-radius: 50%;
}
.box-whatsapp article header .tohide {
  float: right;
  font-size: 18px;
  font-style: normal;
  padding: 14px 14px;
}
.box-whatsapp article header .tohide:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
.box-whatsapp article section {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  padding: 0 18px 8px;
}
.box-whatsapp article section p {
  width: auto;
  float: left;
  position: relative;
  margin: 15px 0 0 0;
  background: #FFF;
  padding: 8px 46px 8px 12px;
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  box-shadow: 1px 1px 2px #CCC;
  font-size: 14px;
  color: #262626;
}
.box-whatsapp article section p:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 0 solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.box-whatsapp article section p.response {
  float: right;
  background: #DCF8C7;
  -webkit-border-radius: 10px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topright: 0;
  border-radius: 10px;
  border-top-right-radius: 0;
  box-shadow: -1px 1px 2px #CCC;
}
.box-whatsapp article section p.response:before {
  left: 100%;
  border-left: 0 solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #DCF8C7;
}
.box-whatsapp article section p span {
  position: absolute;
  bottom: 2px;
  right: 8px;
  line-height: 17px;
  font-size: 11px;
  color: #929292;
}
.box-whatsapp article section hr {
  width: 100%;
  float: left;
  margin: 0;
  height: 0;
  border: 0;
}
.box-whatsapp article footer,
.box-whatsapp article footer .enviar {
  background-color: #f0f0f0;
}
.box-whatsapp article footer {
  width: 100%;
  min-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 8px 0;
}
.box-whatsapp article footer form {
  max-width: 100% !important;
}
.box-whatsapp article footer .enviar {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  bottom: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  cursor: pointer;
}
.box-whatsapp article footer .enviar:hover {
  background-blend-mode: exclusion;
}
.box-whatsapp article footer .msg-container {
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  border: 0;
  padding: 9px 12px 8px;
  margin: 0 47px 0 8px;
  background: #fff;
}
.box-whatsapp article footer textarea {
  width: 100%;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  resize: none;
}
.box-whatsapp article.answered section {
  margin-bottom: 8px !important;
}
.box-whatsapp article.answered footer {
  display: none;
}
.box-whatsapp article.no-anim.loaded,
.box-whatsapp article.has-anim {
  background-image: url("//cdn.casteldigital.com.br/share/assets/img/whatsapp_bg.jpg");
}
.box-whatsapp article.no-anim.loaded .enviar,
.box-whatsapp article.has-anim .enviar {
  background-image: url("//cdn.casteldigital.com.br/share/assets/img/whats-send.png");
}
.box-whatsapp article.has-anim {
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.78, 0.74, 0.25, 1);
  visibility: visible;
  animation-fill-mode: forwards;
}
.box-whatsapp article.has-anim.exibindo {
  animation-name: slideInUp;
  visibility: visible !important;
}
.box-whatsapp article.has-anim.ocultado {
  animation-name: fadeOutDown;
}
.box-whatsapp article .pessoais {
  padding: 3px 10px 38px 10px;
}
.box-whatsapp article .pessoais .form-group {
  margin-bottom: 0px !important;
}
.box-whatsapp article .pessoais .form-control {
  height: 30px !important;
}
.box-whatsapp article .pessoais .form-aceite-lgpd {
  font-size: 12px !important;
}
.box-whatsapp article .pessoais .legenda_asterisco {
  margin-top: 4px;
}
.box-whatsapp article .pessoais .legenda_asterisco .form_asterisco {
  display: inline-block;
  width: 8px;
  margin-right: 3px;
  text-align: center;
}
.box-whatsapp article .pessoais .legenda_asterisco.topo {
  float: right !important;
  margin: 7px 2px 0 0 !important;
}
.box-whatsapp article .pessoais .legenda_asterisco.topo .form_asterisco {
  width: 4px !important;
}
.box-whatsapp article .pessoais .btn-prev {
  padding: 4px 8px !important;
  float: left;
  margin-left: -2px;
}
.box-whatsapp article.pessoais-hidden .pessoais {
  display: none;
}
.box-whatsapp article.pessoais-shown:not(.answered):before {
  border-top-color: #d0d0d0 !important;
}
.box-whatsapp article.pessoais-shown:not(.answered) > section,
.box-whatsapp article.pessoais-shown:not(.answered) .msg-container {
  display: none;
}
.box-whatsapp article.pessoais-shown:not(.answered) .pessoais {
  display: block;
}
.box-whatsapp article.pessoais-shown:not(.answered) footer {
  top: 46px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  bottom: auto;
}
.box-whatsapp article.pessoais-shown:not(.answered) footer .enviar {
  bottom: 5px !important;
  height: 30px !important;
}
.box-whatsapp article.pessoais-shown:not(.answered) footer .enviar.btn-loading {
  width: auto !important;
  background-image: none !important;
}
.box-whatsapp.right article {
  right: 10px;
}
.box-whatsapp.top article {
  top: 75px;
}
.box-whatsapp.left .flut-badge {
  left: 34px !important;
}
.box-whatsapp.left article {
  left: -7px;
}
.box-whatsapp.left article:before {
  right: auto !important;
  left: 14px;
}
@media (max-width: 767px) {
  .box-whatsapp article {
    min-width: 94vw;
    max-width: 98vw;
  }
  .box-whatsapp article p.response {
    max-width: 85vw;
    pading-right: 10px;
  }
  .box-whatsapp article p.response span {
    display: none;
  }
  .box-whatsapp article section {
    min-height: 200px;
    overflow-y: auto;
    /*height: 260px;
			overflow-y: scroll;*/
  }
}
@media screen and (max-width: 828px) and (orientation: landscape) {
  .box-whatsapp article {
    min-height: auto !important;
  }
  .box-whatsapp article section {
    min-height: auto !important;
  }
  .box-whatsapp article section p {
    margin-top: 5px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
/*
@media (max-width: 320px) {
	.box-whatsapp article { min-width: 300px !important; }
}
*/
@media (min-width: 375px) {
  .box-whatsapp article {
    min-width: 340px !important;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInUpRev {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
}
@keyframes slideInUpRev {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
}
.slideInUpRev {
  -webkit-animation-name: slideInUpRev;
  animation-name: slideInUpRev;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.input-group .iti {
  display: block;
}
.input-group .iti .iti__selected-flag {
  height: 34px;
  line-height: 34px;
}
.pessoais.com-intl .iti__country-list {
  overflow-x: hidden;
  z-index: 3;
}
.pessoais.com-intl .iti__country-list .iti__country {
  width: 304px !important;
}
.pessoais.com-intl .iti__selected-flag {
  height: 30px !important;
  line-height: 30px !important;
}
.btn-conversar {
  background: #009688;
  color: #fff !important;
  float: right;
  margin: 17px 0 0 0;
}
.btn-conversar:hover {
  background: #00635a;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* ccd */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /*
  @media (max-width: @screen-us-min) {
    width: @container-us;
  }

  @media (min-width: @screen-sm-min) {
    width: @container-sm;
  }
  */
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1410px;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1650px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1440px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1680px) {
  .col-ul-1,
  .col-ul-2,
  .col-ul-3,
  .col-ul-4,
  .col-ul-5,
  .col-ul-6,
  .col-ul-7,
  .col-ul-8,
  .col-ul-9,
  .col-ul-10,
  .col-ul-11,
  .col-ul-12 {
    float: left;
  }
  .col-ul-12 {
    width: 100%;
  }
  .col-ul-11 {
    width: 91.66666667%;
  }
  .col-ul-10 {
    width: 83.33333333%;
  }
  .col-ul-9 {
    width: 75%;
  }
  .col-ul-8 {
    width: 66.66666667%;
  }
  .col-ul-7 {
    width: 58.33333333%;
  }
  .col-ul-6 {
    width: 50%;
  }
  .col-ul-5 {
    width: 41.66666667%;
  }
  .col-ul-4 {
    width: 33.33333333%;
  }
  .col-ul-3 {
    width: 25%;
  }
  .col-ul-2 {
    width: 16.66666667%;
  }
  .col-ul-1 {
    width: 8.33333333%;
  }
  .col-ul-pull-12 {
    right: 100%;
  }
  .col-ul-pull-11 {
    right: 91.66666667%;
  }
  .col-ul-pull-10 {
    right: 83.33333333%;
  }
  .col-ul-pull-9 {
    right: 75%;
  }
  .col-ul-pull-8 {
    right: 66.66666667%;
  }
  .col-ul-pull-7 {
    right: 58.33333333%;
  }
  .col-ul-pull-6 {
    right: 50%;
  }
  .col-ul-pull-5 {
    right: 41.66666667%;
  }
  .col-ul-pull-4 {
    right: 33.33333333%;
  }
  .col-ul-pull-3 {
    right: 25%;
  }
  .col-ul-pull-2 {
    right: 16.66666667%;
  }
  .col-ul-pull-1 {
    right: 8.33333333%;
  }
  .col-ul-pull-0 {
    right: auto;
  }
  .col-ul-push-12 {
    left: 100%;
  }
  .col-ul-push-11 {
    left: 91.66666667%;
  }
  .col-ul-push-10 {
    left: 83.33333333%;
  }
  .col-ul-push-9 {
    left: 75%;
  }
  .col-ul-push-8 {
    left: 66.66666667%;
  }
  .col-ul-push-7 {
    left: 58.33333333%;
  }
  .col-ul-push-6 {
    left: 50%;
  }
  .col-ul-push-5 {
    left: 41.66666667%;
  }
  .col-ul-push-4 {
    left: 33.33333333%;
  }
  .col-ul-push-3 {
    left: 25%;
  }
  .col-ul-push-2 {
    left: 16.66666667%;
  }
  .col-ul-push-1 {
    left: 8.33333333%;
  }
  .col-ul-push-0 {
    left: auto;
  }
  .col-ul-offset-12 {
    margin-left: 100%;
  }
  .col-ul-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-ul-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ul-offset-9 {
    margin-left: 75%;
  }
  .col-ul-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ul-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ul-offset-6 {
    margin-left: 50%;
  }
  .col-ul-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ul-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ul-offset-3 {
    margin-left: 25%;
  }
  .col-ul-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ul-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ul-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0b75b1;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ------------------------------------------ style-job -------------- */
.falta {
  color: red;
}
strong {
  font-weight: bold;
}
.isca {
  width: 20px;
  border: 0;
  display: none !important;
}
.last {
  margin-right: 0 !important;
}
::selection {
  background: #111944;
  color: #fff;
  text-shadow: none !important;
}
::-moz-selection {
  background: #111944;
  color: #fff;
  text-shadow: none !important;
}
select {
  background: #fff;
}
select option:hover {
  background: #111944;
}
#sb-title-inner,
.galleria-info-text {
  text-shadow: #000 1px 1px 1px;
}
h1,
h2,
h3,
h4 {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #222;
  margin: 0 0 5px 0;
  text-shadow: 1px 1px #f5f5f5;
}
h1 em,
h2 em,
h3 em,
h4 em {
  font-style: normal;
  color: #fff;
}
h1 small,
h2 small,
h3 small,
h4 small {
  color: #eee;
}
body {
  margin: 0;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #222;
  background: #f5f5f5 center center;
  /*
  background-size: cover;
  background-color: #eee;
  background-blend-mode: hard-light;
  background-image: url(/shared/assets/img/metal2200.jpg);*/
}
::-moz-selection {
  background: #0b75b1;
  color: #fff;
  text-shadow: none !important;
}
::selection {
  background: #0b75b1;
  color: #fff;
  text-shadow: none !important;
}
a {
  color: #0b75b1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #f6822a;
  text-decoration: none;
}
#content,
.content {
  margin: 20px auto 30px auto;
  min-height: 100px;
}
#content p,
.content p,
#content #endereco span,
.content #endereco span,
#content #endereco a,
.content #endereco a {
  text-shadow: 1px 1px #f5f5f5;
}
#content h2,
.content h2 {
  font-size: 22px;
  font-weight: 300;
  text-shadow: none;
}
#content h2.bg,
.content h2.bg {
  color: #fff;
  border-left: 5px solid #f6822a;
  border-right: 5px solid #f6822a;
  background-color: #0b75b1;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#content h2 > .mais,
.content h2 > .mais {
  float: right;
  margin-top: -3px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  #content h2 > .mais,
  .content h2 > .mais {
    margin-top: -1px;
  }
}
.sidebar-toggleable {
  -webkit-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.sidebar-toggleable #filtragemimoveis h2 {
  cursor: pointer;
}
.has-toggleable-sidebar .group-exibir {
  margin-right: 38px;
}
.toggle-sidebar-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  background-color: #0b75b1;
  display: none;
  margin: 0 7px 0 -37px;
  position: absolute;
  padding: 2px 0px 4px 6px;
  text-decoration: none !important;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.toggle-sidebar-icon .icon:before {
  padding: 0 !important;
}
.toggle-sidebar-icon:hover,
.toggle-sidebar-icon:focus {
  background: #f6822a;
  color: #fff;
}
.toggle-sidebar-icon.right {
  margin: 0 !important;
  right: 17px;
}
.toggle-sidebar-icon.right.in {
  margin-top: 2px !important;
}
@media (max-width: 767px) {
  .toggle-sidebar-icon.left {
    position: relative !important;
    margin-top: 0 !important;
    float: right;
  }
}
body.detalhe .toggle-sidebar-icon.right {
  margin-top: -5px !important;
  margin-right: -2px !important;
}
body.detalhe .toggle-sidebar-icon.left {
  margin-top: -5px;
}
body.detalhe .toggle-sidebar-icon.left.in {
  margin-top: 48px !important;
}
body.home.sidebar-toggled .toggle-sidebar-icon.right {
  margin-top: 89px !important;
}
/*//para orelha rotacionada com label 'encontre seu imovel'
.toggle-sidebar {      
  @w: 220px;
  @pv: 8px;
  @ph: 12px;
  @fs: 22px;
  font-size: @fs;
  line-height: @fs;
  font-family: @fontFamily1; font-weight: 400;  
  background-color: @cor_tema;
  text-shadow: none;
  color: @cor_tema_sec;
  padding: @pv @ph;
  display: none;
  width: @w;
  text-align: center;
  margin: 25px 0 0 (-1 * ((@w/2) + 12));  
  .rotate(270deg);
  .transition(all 0.3s ease-out);
  //.border-radius(5px 0 0 5px);

  &:hover {
  	background: @cor_tema_sec;
  	color: #fff;
  }

}
*/
#cabecalho {
  background: #fefefe;
  border-top: 3px solid #f6822a;
  width: 100%;
  height: 125px;
}
#cabecalho:after {
  position: absolute;
  top: 126px;
  width: 100%;
  height: 1px;
  content: '';
}
#cabecalho .top {
  height: 39px;
  line-height: 39px;
  background: #0b75b1;
  /*
		&:after {
			position:absolute;
			//bottom: 0;
			top: @h + 1;
			width: 100%;
			height: 1px;
			content: '';
			border-top: 1px solid lighten(@preto2, 5%);
		}
		*/
}
#cabecalho .top p,
#cabecalho .top a {
  font-size: 12px;
  text-decoration: none !important;
  color: #f5f5f5;
}
#cabecalho .top .icon {
  line-height: 34px;
  float: left;
}
#cabecalho .top .lbl {
  line-height: 39px;
  float: left;
}
#cabecalho .top .lbl#findfast {
  float: none !important;
}
#cabecalho .top p {
  margin: 0;
  float: left;
  text-shadow: 1px 1px #0006;
}
#cabecalho .top a {
  color: #f5f5f5;
}
#cabecalho .top a:hover {
  color: #c0e6fb;
}
#cabecalho .top .ligamos a {
  display: inline-block;
  min-height: 39px;
}
#cabecalho .top .dropdown-menu a:hover {
  color: #0b75b1 !important;
}
#cabecalho .top .spacer {
  width: 255px;
  margin: 0;
}
#cabecalho .top .favs .icon {
  font-size: 180%;
}
#cabecalho .top .social {
  float: right;
  margin-right: 0px !important;
  line-height: 1 !important;
  margin-top: 1px;
}
#cabecalho .top .social a {
  display: inline-block;
  float: left;
  padding: 0 5px;
  margin-top: 1px;
  margin-right: 2px;
  text-shadow: none !important;
}
#cabecalho .top .social a *:before {
  text-align: center !important;
  padding-right: 0 !important;
  font-size: 19px;
}
#cabecalho .top .social a.facebook {
  margin-right: 4px;
}
#cabecalho .top .badge {
  position: relative;
  top: -2px;
  left: 3px;
  background: #faf2eb;
  float: none;
  color: #000;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
  padding: 4px 7px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#cabecalho .top .btn {
  color: #f5f5f5;
  text-shadow: 1px 1px #0006;
  background: transparent;
  border: 0 !important;
  padding: 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cabecalho .top .btn .icon {
  float: none;
}
#cabecalho .top .dropdown-menu a {
  color: #222;
}
#cabecalho .top .fone {
  font-size: 14px;
}
#cabecalho .top .fone .fone2 {
  margin-left: 1em;
  float: left;
}
#cabecalho .middle {
  padding-top: 12px;
}
#cabecalho .container,
#cabecalho .container-fluid {
  margin: 0 auto;
  position: relative;
}
#cabecalho .logo {
  position: absolute;
  top: 5px;
  left: 15px;
  padding-right: 10px;
  z-index: 1000;
}
#cabecalho .logo img {
  filter: drop-shadow(1px 1px 1px #fff4) drop-shadow(1px 1px 1px #fff0) brightness(1);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#cabecalho .logo img:hover {
  filter: drop-shadow(1px 1px 0px #fff) drop-shadow(0px 0px 20px rgba(255, 172, 110, 0.9)) brightness(1.1);
}
#cabecalho nav {
  position: relative;
}
#cabecalho nav .mobile-menu {
  position: absolute;
  top: 77px;
  width: 275px;
}
#cabecalho nav .menu {
  float: right;
  margin: 12px 0 0 0;
  padding: 3px 0 12px 12px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
#cabecalho nav .menu > li {
  list-style-type: none;
  display: inline-block;
  margin: 0 8px;
  /*&.current > a, > a:hover {
	    			color: @preto2;
	    			background-color: @azul3;
	    		}*/
}
#cabecalho nav .menu > li > a {
  padding: 3px 17px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background: none;
}
#cabecalho nav .menu > li.current > a,
#cabecalho nav .menu > li > a:hover {
  color: #fff;
}
#cabecalho nav .menu > li.current > a,
#cabecalho nav .menu > li > a:hover {
  color: #f5f5f5;
  background-color: #0b75b1;
}
#sidebar select {
  width: 100%;
}
#sidebar .selector {
  margin-bottom: 4px;
  display: block;
  width: auto;
}
#sidebar p {
  color: #231f20;
  text-shadow: 1px 1px #fff;
}
#sidebar #ac_filtragem {
  margin-bottom: 3px;
}
#sidebar .btn-group-vertical {
  width: 100%;
}
#sidebar .accordion {
  border-bottom: 1px solid #ddd;
}
#sidebar .accordion-heading a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: 'none';
  -o-transition: 'none';
  transition: 'none';
}
#sidebar .accordion-heading a,
#sidebar .accordion-heading a:hover {
  color: #231f20 !important;
}
#sidebar .accordion-heading a:after {
  display: block;
}
#sidebar .accordion-heading a:hover:after {
  color: #0b75b1;
}
#sidebar .accordion-inner {
  border: 0;
}
#sidebar .accordion-inner > .jslider_container {
  margin-top: -2px;
}
#sidebar .accordion-inner > label {
  color: #777;
  font-weight: bold;
  margin-bottom: 1px;
  font-size: 13px;
}
#sidebar .accordion-group {
  margin-bottom: 0px;
  background: #fff;
  /*background: @preto;
		color:@white;
		text-shadow: none !important;*/
  color: #231f20;
  text-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
}
#sidebar .accordion-group.in .accordion-heading a:after {
  display: none;
}
#sidebar .accordion-group .accordion-heading a:hover {
  background: #f8f8f8;
}
#sidebar .accordion-group .accordion-heading a:hover:after {
  display: block;
}
.touch .accordion-heading a:after {
  display: block !important;
}
@media (max-width: 355px) {
  .top .fone2 {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .top .fone2 .fone_prefixo {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .accordion-heading .accordion-toggle {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #cabecalho .top .spacer {
    width: 160px;
    margin: 0;
  }
  #cabecalho .top p {
    margin-right: 35px;
  }
  #cabecalho .top p,
  #cabecalho .top a {
    font-size: 11px !important;
  }
  #cabecalho nav .menu {
    margin-top: 2px;
  }
  #cabecalho nav .menu > li {
    margin: 0 !important;
  }
  #cabecalho nav .menu > li > a {
    padding: 7px 9px !important;
    font-size: 14px !important;
  }
  #sidebar .accordion-inner,
  #sidebar .accordion-inner label,
  #sidebar .accordion-heading a {
    font-size: 11px;
    margin-top: 1px;
    margin-left: 1px;
  }
  #sidebar .accordion-inner label input {
    margin-top: 1px !important;
  }
  #sidebar .accordion-inner .jslider .jslider-value {
    font-size: 9px;
  }
  #sidebar .accordion-inner .badge {
    margin-top: 1px !important;
  }
  #sidebar .accordion-inner > .jslider_container {
    margin-top: -8px;
  }
  #sidebar .accordion-heading .accordion-toggle {
    padding: 5px 12px !important;
  }
  #sidebar .accordion-heading .accordion-toggle:after {
    font-size: 10px !important;
  }
  #sidebar .accordion-body .accordion-inner {
    padding: 4px 12px !important;
  }
  #rodape .footer_top {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper:not(.fixed) .logo img {
    margin-top: 4px;
    height: 35px !important;
  }
  #cabecalho .top p {
    margin-right: 55px;
  }
  #cabecalho nav .menu > li {
    margin: 0 3px;
  }
  #cabecalho nav .menu > li > a {
    padding: 3px 14px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #cabecalho .top p {
    margin-right: 55px;
  }
}
@media (min-width: 1440px) {
  #cabecalho .top p {
    margin-right: 105px;
  }
}
@media (min-width: 1680px) {
  #cabecalho .top p {
    margin-right: 125px;
  }
}
.prefooter {
  background-blend-mode: soft-light;
  background: url(/shared/assets/img/patt/patternico3.png) #eaeaea;
}
.prefooter h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}
.prefooter li {
  line-height: 1.5;
}
.prefooter .toggler {
  cursor: pointer;
}
.prefooter li.toggler {
  font-style: italic;
}
.prefooter li.toggler:before {
  font-style: normal;
  transform: rotate(90deg);
}
.prefooter .mainToggler {
  text-align: center;
  margin: 30px auto 5px auto;
  font-size: 14px;
}
.prefooter .mainToggler .icon {
  display: inline-block;
  margin-right: 3px;
}
.prefooter .mainToggler span {
  display: inline-block;
  padding: 4px 15px;
  background: #ddd;
  color: #0b75b1;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 1px 1px #fffa;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.prefooter .mainToggler span:hover {
  background: #0b75b1;
  color: #fff;
}
@media (max-width: 767px) {
  .prefooter .toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .prefooter .toggleable {
    display: none;
  }
}
.prefooter.on li.toggleable {
  display: list-item !important;
}
.prefooter.on .toggler {
  display: none !important;
}
#rodape {
  position: relative;
  border-top: 1px solid #eaeaea;
  color: #bbb;
  /*
	@media only screen and (min-width: 1200px) {
		.col1 { width: 31% !important; }
		.colc { width: 23% !important; }
	}*/
}
#rodape:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fefefe;
  top: -9px;
  left: 17px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  margin-left: -9px;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
#rodape .container {
  margin: auto auto;
}
#rodape .container:before,
#rodape .container:after {
  content: " ";
  display: table;
}
#rodape .container:after {
  clear: both;
}
#rodape .container:before,
#rodape .container:after {
  content: " ";
  display: table;
}
#rodape .container:after {
  clear: both;
}
#rodape .menu_caracteristicas ul li a:before {
  display: inline-block;
  width: 16px;
}
#rodape .footer_top {
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #fefefe 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  /*text-shadow: 1px 1px #fff;*/
  padding: 16px 0;
  color: #6f6f6f;
}
#rodape .footer_top h2 {
  color: #0b75b1;
  text-shadow: 1px 1px #fff;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  margin: 5px 0 10px 0;
  line-height: 120%;
  font-weight: 400;
  float: none !important;
  text-transform: uppercase;
}
#rodape .footer_top .localizacao .ico-group {
  float: left;
}
#rodape .footer_top .col {
  float: left;
  line-height: 160%;
}
@media (min-width: 1200px) {
  #rodape .footer_top .col {
    font-size: 15px !important;
  }
  #rodape .footer_top h2 {
    font-size: 21px !important;
  }
}
#rodape .footer_top #box_endereco {
  width: 290px;
  padding-right: 47px;
  background: url(../img/lay/sep5.png) no-repeat right center;
}
#rodape .footer_top #box_endereco .street-address {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #aaa;
}
#rodape .footer_top [class^="icon-"]:before,
#rodape .footer_top [class*=" icon-"]:before,
#rodape .footer_top .iconie,
#rodape .footer_top .fa {
  color: #0b75b1;
  width: 20px;
  display: inline-block;
  text-align: center;
}
#rodape .footer_top a,
#rodape .footer_top a:visited {
  color: #0b75b1;
  text-decoration: none;
}
#rodape .footer_top a:hover {
  text-decoration: underline;
  color: #0b75b1 !important;
}
#rodape .footer_top a:hover [class^="icon-"]:before,
#rodape .footer_top a:hover [class*=" icon-"]:before,
#rodape .footer_top a:hover .iconie,
#rodape .footer_top a:hover i.fa {
  color: #0b75b1;
}
#rodape .footer_top .dropdown-buscas {
  margin-top: 18px;
}
#rodape #facebook_container {
  margin: 0 0 0 0;
  overflow: hidden;
}
#rodape .footer_bottom {
  color: #ddd;
  background: #0b75b1;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-shadow: 1px 1px #0004;
  padding: 0;
}
#rodape .footer_bottom p {
  margin: 0;
}
#rodape .footer_bottom #copyright {
  float: left;
}
#rodape .footer_bottom #ccd {
  font-size: 11px;
  float: right;
}
#rodape .footer_bottom a {
  color: #ddd;
}
#rodape .footer_bottom a:hover {
  text-decoration: underline;
}
#rodape .footer_bottom ul {
  text-align: center;
}
#rodape .footer_bottom ul li {
  font-family: Georgia, serif;
  display: inline-block;
  padding: 0 11px 0 8px;
  background: url(../img/lay/sep4.png) no-repeat right center;
}
#rodape .footer_bottom ul li.ultimo {
  padding-right: 0;
}
#rodape .footer_bottom ul li a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
@media (max-width: 767px) {
  #rodape h2 {
    margin-bottom: 7px !important;
  }
  #rodape .col-xs-12 {
    float: none !important;
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 980px) {
  #cabecalho .logo img {
    height: 48px;
  }
  .wrapper.fixed #cabecalho {
    border-top: 2px solid #0b75b1;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    animation-name: slideInDown;
    -webkit-animation-name: slideInDown;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.78, 0.74, 0.25, 1);
    height: 80px;
    position: fixed;
    z-index: 1000;
  }
  .wrapper.fixed #cabecalho .top {
    display: none;
  }
  .wrapper.fixed #cabecalho .logo {
    top: 2px;
  }
  .wrapper.fixed #cabecalho #megamenu {
    margin-top: -15px;
  }
  .wrapper.fixed .inline-form-container {
    top: 85px;
  }
}
/*.flexslider {
	margin-bottom: 20px;
	&.carousel {
		margin-bottom: 40px;
		.flex-direction-nav a { margin-top: -10px;}
	}
	.flex-control-nav { bottom: -30px;}
}
@media @mobile { .flex-control-nav { display: none; } }*/
.home #gal-home {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.home #gal-home .rsThumbsVer {
  width: 130px;
}
.home #gal-home .rsThumb {
  width: 130px;
  height: 57px;
}
.home .mapa-do-site {
  margin-bottom: 20px;
}
.home .mapa-do-site li {
  margin-left: inherit;
  padding-left: 2em;
}
@media (min-width: 1200px) {
  .fav-page .mapa-do-site ul {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fav-page .mapa-do-site ul {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fav-page .mapa-do-site ul {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .fav-page .mapa-do-site ul {
    font-size: 10px;
  }
}
.tp-banner {
  background: #fafafa;
}
.tp-banner .item-left-right {
  background: #fafafa;
  display: table;
  width: 100%;
  height: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tp-banner .item-left-right .tp-caption {
  position: static !important;
}
.tp-banner .item-left-right .dado {
  color: #0b75b1;
}
.tp-banner .item-left-right:hover .dado {
  color: #f6822a;
}
.tp-banner .item-left-right .txt,
.tp-banner .item-left-right .pic {
  vertical-align: middle;
  display: table-cell;
  float: none !important;
}
.tp-banner .item-left-right .pic {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tp-banner .item-left-right .pic .defaultimg {
  height: 100%;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1.1s ease-out;
  -o-transition: opacity 1.1s ease-out;
  transition: opacity 1.1s ease-out;
}
.tp-banner .item-left-right .pic .cssfade {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.tp-banner .item-left-right .txt {
  height: 100%;
  padding: 20px;
  text-align: center;
}
.tp-banner .item-left-right .txt div {
  font-size: 1.2em;
  margin: 2em 0 !important;
}
.tp-banner .item-left-right .txt h4 {
  font-size: 1.5em;
}
.tp-banner .item-left-right .txt .icons .icon {
  display: block;
}
.tp-banner .item-left-right .txt .icons .icon:before {
  font-size: 125%;
  margin-left: 3px;
}
.tp-banner .item-left-right .txt .icons .dado {
  display: inline-block;
  margin: 0 10px;
}
.tp-banner .item-left-right .txt .icons .last {
  margin-right: 0 !important;
}
.tp-banner .item-left-right .txt .btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 160px;
  margin-left: -80px;
}
.tp-banner .slotholder .cssfade {
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1.1s ease-out;
  -o-transition: opacity 1.1s ease-out;
  transition: opacity 1.1s ease-out;
}
.tp-banner .current-sr-slide-visible .pic .cssfade {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tp-banner .current-sr-slide-visible:hover .slotholder .defaultimg,
.tp-banner .current-sr-slide-visible:hover .pic .defaultimg {
  opacity: 0.85 !important;
  filter: alpha(opacity=85) !important;
}
.rev-home {
  margin-bottom: 0px;
}
.rev-home em,
.rev-home .icon {
  display: inline-block !important;
}
.rev-home .bwcs em {
  margin-left: 0.8em;
}
.rev-home .bwcs .icon {
  margin-left: -0.8em;
}
.rev-home em {
  float: left;
  font-style: normal !important;
}
.rev-home b {
  display: block;
  font-weight: normal !important;
}
@media (max-width: 767px) {
  .rev-home .hidearrows {
    opacity: 0.7 !important;
  }
  .rev-home .tp-leftarrow {
    left: 5px !important;
  }
  .rev-home .tp-rightarrow {
    right: 5px !important;
  }
  .rev-home .item-left-right {
    display: block;
  }
  .rev-home .item-left-right .txt,
  .rev-home .item-left-right .pic {
    display: block;
    width: 100%;
    height: 50%;
  }
  .rev-home .item-left-right h4 {
    font-size: 1.1em !important;
  }
  .rev-home .item-left-right .dado {
    line-height: 110%;
  }
  .rev-home .item-left-right .txt div {
    font-size: 1em;
    margin-top: 0 !important;
  }
  .rev-home .item-left-right .btn {
    display: none !important;
  }
  .rev-home .item-left-right .bwcs .icon {
    margin-left: -0.2em !important;
  }
  .rev-home .item-left-right em {
    font-size: 1.1em;
  }
  .rev-home .item-left-right b {
    font-size: 0.8em;
  }
  .rev-home .item-left-right .local {
    line-height: 110%;
  }
  .rev-home .item-left-right .local span {
    display: block;
  }
}
@media (max-width: 1439px) {
  .rev-home .pic img {
    max-width: 100%;
  }
}
body.revslider #busca-rapida {
  margin-top: 10px !important;
}
body.revslider .rev6 #busca-rapida {
  margin-top: 0 !important;
}
body.revslider .rev6 rs-arrow {
  left: 100% !important;
}
body.revslider .rev6 .tp-leftarrow {
  transform: translate(-93px, -35px) !important;
}
body.revslider .rev6 .tp-rightarrow {
  transform: translate(-50px, -35px) !important;
}
body.revslider .rev6 .outern {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
}
body.revslider .rev6 .outern .bgalt {
  background: #fffc;
  border-bottom: 0 !important;
}
body.revslider .rev6 .outern .inner {
  margin-top: 0 !important;
  display: table-cell;
  vertical-align: middle;
}
body.revslider .rev6 .outern > .bottom {
  background: #f5f5f5;
  width: 100%;
  height: 280px;
  bottom: -280px;
  left: 0;
  z-index: 1;
  position: absolute;
}
@media (max-width: 767px) {
  body.revslider .rev6 rs-arrow {
    display: none !important;
  }
}
body.revslider .rev6 rs-module {
  overflow: visible !important;
}
body.revslider .revnew .pic {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
body.revslider .revnew .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body.revslider .revnew .txt h4,
body.revslider .revnew .txt .icons,
body.revslider .revnew .txt .preco,
body.revslider .revnew .txt .btn {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body.revslider .revnew .txt .btn {
  bottom: auto !important;
}
body.revslider .revnew .txt-esquerda .txt h4,
body.revslider .revnew .txt-esquerda .txt .icons,
body.revslider .revnew .txt-esquerda .txt .preco,
body.revslider .revnew .txt-esquerda .txt .btn {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
body.revslider .revnew .txt-direita .txt h4,
body.revslider .revnew .txt-direita .txt .icons,
body.revslider .revnew .txt-direita .txt .preco,
body.revslider .revnew .txt-direita .txt .btn {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
body.revslider .revnew .txt .icons {
  transition-delay: 100ms;
}
body.revslider .revnew .txt .preco {
  transition-delay: 200ms;
}
body.revslider .revnew .txt .btn {
  transition-delay: 300ms;
}
body.revslider .revnew rs-slide[data-isactiveslide="true"] .pic,
body.revslider .revnew rs-slide[data-isactiveslide="true"] .txt h4,
body.revslider .revnew rs-slide[data-isactiveslide="true"] .txt .icons,
body.revslider .revnew rs-slide[data-isactiveslide="true"] .txt .preco,
body.revslider .revnew rs-slide[data-isactiveslide="true"] .txt .btn {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
body.revslider .revnew .tp-caption {
  position: relative !important;
}
@media (min-width: 768px) {
  body.revslider .revnew .txt > div {
    margin-top: -10px !important;
  }
}
body.revslider .revarticle {
  margin-top: 20px;
}
body.revslider .tp-bullets {
  top: auto !important;
}
body.revslider rs-module-wrap {
  background: linear-gradient(180deg, #111 0%, #111 85%, transparent 86%, transparent 100%);
  min-height: 400px;
  visibility: visible !important;
}
body.revslider .btn-buscar img {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
body.revslider .btn-buscar img:hover {
  border: 1px solid black;
  background: black;
  filter: invert(1);
  opacity: 0.7 !important;
}
body.revslider rs-fullwidth-wrap rs-module-wrap {
  background: transparent !important;
}
body.revslider .revslider-initialised rs-slides {
  background: linear-gradient(180deg, #111 0%, #111 85%, transparent 86%, transparent 100%);
}
body.revslider .ccd-loaded rs-slides {
  background: transparent !important;
}
body.revslider #megamenu .megamenu .megamenu-nav > li:not(.current) > a:hover,
body.revslider #megamenu .megamenu .megamenu-nav > li:not(.current) > a:focus {
  background-color: rgba(11, 117, 177, 0.7) !important;
}
.rev-home {
  margin-top: 20px;
  margin-bottom: -15px;
}
.criterios h3 {
  font-size: 18px;
  line-height: 1.3;
}
.criterios ul li {
  list-style-type: none;
}
.criterios ul li a {
  padding: 4px 21px 4px 5px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  text-shadow: 1px 1px #fff;
  font-size: 11px;
  line-height: 11px;
  color: #444;
  text-decoration: none;
  text-transform: lowercase;
  position: relative;
}
.criterios ul li a:hover {
  color: #0b75b1;
}
.criterios ul li a .close {
  color: #0b75b1;
  font-size: 11px;
  font-family: Arial, sans-serif;
  position: absolute;
  right: 5px;
  top: 4px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fontface .criterios ul li a .close {
  right: 3px;
  font-size: 0;
}
.fontface .criterios ul li a .close:after {
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-size: 13px;
  color: #888;
  font-weight: normal;
  content: "\e027";
}
.fontface .criterios ul li a.cleanup .close:after {
  content: "\e029";
}
.fontface .criterios ul li a:hover .close:after {
  color: #0b75b1;
}
#main_content .criterios h3 {
  float: left;
  margin-right: 1.2em;
  margin-bottom: 0;
}
#main_content .criterios ul {
  margin: 6px 0 0 0;
}
#main_content .criterios ul li {
  float: left;
  margin: 0px 5px 4px 0;
}
#sidebar .criterios ul {
  margin: 0 0 10px 0;
}
#sidebar .criterios ul li {
  margin: 0 0 4px 0;
}
#sidebar .criterios ul li a {
  text-align: left;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  padding-bottom: 6px;
}
#sidebar .criterios ul li a .close:after {
  font-size: 15px;
}
.imovel-detalhe .iclp {
  color: #074f77;
}
.imovel-detalhe p {
  margin: 0 0 0.75em 0;
}
.imovel-detalhe p:empty {
  display: none;
}
.imovel-detalhe .descricao-container {
  margin-bottom: 1.2em;
}
.imovel-detalhe .unica {
  margin-bottom: 1em !important;
  outline: 1px dotted #BBB;
  padding: 1px 1px;
}
.imovel-detalhe .unica a {
  text-align: center;
}
.imovel-detalhe .unica img {
  max-height: 420px;
}
.imovel-detalhe .mais-info {
  margin-top: 12px;
  width: 100%;
  min-height: 500px;
}
.imovel-detalhe #imov_main .info {
  margin-bottom: 3px;
}
.imovel-detalhe #imov_main .info p {
  margin-bottom: 2px;
  padding-left: 2px;
}
.imovel-detalhe #imov_main .info .cidade {
  padding-left: 0;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 21px;
  color: #0b75b1;
  margin-bottom: 6px;
  line-height: 26px;
}
.imovel-detalhe #imov_main .info .cidade a {
  text-decoration: none;
}
.imovel-detalhe #imov_main .info .cidade a:hover {
  text-decoration: underline;
}
.imovel-detalhe .ut_container {
  margin-bottom: 20px;
}
.imovel-detalhe #imov_main .preco p {
  display: inline-block;
  padding: 4px 6px;
  background: #fff;
  color: #0b75b1;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  border: 1px solid #82b6d3;
  text-shadow: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*

				&:after {
					.icon-font();
					vertical-align: middle;
					//color: @linkColor;
					color: #88a;
					padding-left: 2px; font-size: 13px; content: "\f02b"; //charcustom tag right
					//font-size: 20px; content: "\e023"; //charcustom double tags
				}


				&:before {
					.icon-font();
					vertical-align: middle;
					//color: @linkColor;
					color: #88a;
					font-size: 11px; content: "\55"; //charcustom tag
					padding-right: 2px;
				}*/
}
.imovel-detalhe #imov_main .preco a {
  color: #444;
}
.imovel-detalhe .compartilhe {
  margin: 5px 0;
}
.imovel-detalhe .aviso {
  margin: 7px 0;
  font-size: 10px;
  line-height: 13px;
}
.imovel-detalhe #gal-imov {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .imovel-detalhe #gal-imov:not(.rsFullscreen) {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .imovel-detalhe #gal-imov .rsOverflow {
    padding-bottom: 5px;
  }
}
@media (min-width: 1440px) {
  .imovel-detalhe #gal-imov .rsOverflow {
    padding-right: 5px;
  }
}
.imovel-detalhe .colunavel {
  /*width: 100%;*/
}
.imovel-detalhe .colunavel li {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 2px;
}
.imovel-detalhe .colunavel li:before {
  line-height: inherit;
}
.imovel-detalhe .icons {
  margin: 6px 0;
}
.imovel-detalhe .icons.block > li {
  margin: 1px 0 4px 0;
}
.imovel-detalhe .icons.block > li:before,
.imovel-detalhe .icons.block > li:after {
  content: " ";
  display: table;
}
.imovel-detalhe .icons.block > li:after {
  clear: both;
}
.imovel-detalhe .icons.block > li:before,
.imovel-detalhe .icons.block > li:after {
  content: " ";
  display: table;
}
.imovel-detalhe .icons.block > li:after {
  clear: both;
}
.imovel-detalhe .icons.block > li > a,
.imovel-detalhe .icons.block > li .dropdown > a {
  width: 28px;
  display: block;
  background: #fefefe;
}
.imovel-detalhe .icons.block > li > a.loading .icon:before,
.imovel-detalhe .icons.block > li .dropdown > a.loading .icon:before {
  height: 28px !important;
}
.imovel-detalhe .icons.block > li > a .icon,
.imovel-detalhe .icons.block > li .dropdown > a .icon {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  background: #0b75b1;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
.imovel-detalhe .icons.block > li > a .icon .iconie,
.imovel-detalhe .icons.block > li .dropdown > a .icon .iconie,
.imovel-detalhe .icons.block > li > a .icon span:before,
.imovel-detalhe .icons.block > li .dropdown > a .icon span:before {
  padding: 0;
  text-shadow: 1px 1px #111;
}
.imovel-detalhe .icons.block > li > a .icon:hover,
.imovel-detalhe .icons.block > li .dropdown > a .icon:hover {
  background-color: #e5e5e5;
  color: #fff !important;
}
.imovel-detalhe .icons.block > li > a .icon.medium,
.imovel-detalhe .icons.block > li .dropdown > a .icon.medium {
  font-size: 16px;
}
.imovel-detalhe .icons.block > li > a .icon.larger,
.imovel-detalhe .icons.block > li .dropdown > a .icon.larger {
  font-size: 18px;
}
.imovel-detalhe .icons.block > li > a .icon.evenlarger,
.imovel-detalhe .icons.block > li .dropdown > a .icon.evenlarger {
  font-size: 21px;
}
.imovel-detalhe .icons.block > li .lbl {
  float: left;
  line-height: 28px;
}
.imovel-detalhe .icons.inline > li {
  display: inline-block;
  margin: 0 2px;
}
.imovel-detalhe .icons.inline > li > a,
.imovel-detalhe .icons.inline > li .dropdown > a {
  width: 36px;
  margin: 0;
  display: inline-block;
}
.imovel-detalhe .icons.inline > li > a.loading .icon:before,
.imovel-detalhe .icons.inline > li .dropdown > a.loading .icon:before {
  height: 36px !important;
}
.imovel-detalhe .icons.inline > li > a .icon,
.imovel-detalhe .icons.inline > li .dropdown > a .icon {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  background: #0b75b1;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}
.imovel-detalhe .icons.inline > li > a .icon .iconie,
.imovel-detalhe .icons.inline > li .dropdown > a .icon .iconie,
.imovel-detalhe .icons.inline > li > a .icon span:before,
.imovel-detalhe .icons.inline > li .dropdown > a .icon span:before {
  padding: 0;
  text-shadow: 1px 1px #111;
}
.imovel-detalhe .icons.inline > li > a .icon:hover,
.imovel-detalhe .icons.inline > li .dropdown > a .icon:hover {
  background-color: #e5e5e5;
  color: #fff !important;
}
.imovel-detalhe .icons.inline > li > a .icon.medium,
.imovel-detalhe .icons.inline > li .dropdown > a .icon.medium {
  font-size: 21px;
}
.imovel-detalhe .icons.inline > li > a .icon.larger,
.imovel-detalhe .icons.inline > li .dropdown > a .icon.larger {
  font-size: 23px;
}
.imovel-detalhe .icons.inline > li > a .icon.evenlarger,
.imovel-detalhe .icons.inline > li .dropdown > a .icon.evenlarger {
  font-size: 27px;
}
.imovel-detalhe .icons > li {
  list-style-type: none;
  padding: 0;
}
.imovel-detalhe .icons > li > a,
.imovel-detalhe .icons > li .dropdown > a {
  color: #0b75b1;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.imovel-detalhe .icons > li > a .icon,
.imovel-detalhe .icons > li .dropdown > a .icon {
  background-color: #0b75b1;
  float: left;
  margin-right: 8px;
}
.imovel-detalhe .icons > li > a .icon:before,
.imovel-detalhe .icons > li .dropdown > a .icon:before {
  padding: 0 !important;
  color: #fff;
}
.imovel-detalhe .icons > li > a:hover,
.imovel-detalhe .icons > li .dropdown > a:hover {
  color: #0b75b1;
  text-shadow: none;
}
.imovel-detalhe .icons > li > a:hover .icon,
.imovel-detalhe .icons > li .dropdown > a:hover .icon {
  background-color: #f6822a !important;
}
.imovel-detalhe .icons > li .dropdown-menu a {
  height: auto !important;
  color: #444;
  text-decoration: none !important;
  text-shadow: none !important;
}
.imovel-detalhe .icons > li .dropdown-menu a:hover {
  color: #0b75b1 !important;
}
.imovel-detalhe .icons.inline li .lbl {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .imovel-detalhe #imov_main .info .cidade {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .imovel-detalhe #imov_main .info .cidade {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .imovel-detalhe .colunavel ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .imovel-detalhe .colunavel h4 {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  body.detalhe .page-header {
    margin-bottom: 0 !important;
  }
  body.detalhe #content {
    margin-top: 0 !important;
    /*
			.breadcrumb-container { margin-top: -7px; }
			.breadcrumb { 			
				margin-bottom: 8px;
				.beforeleaf.arrow, .leaf { 
					display: none !important;
				}			
			}*/
  }
  body.detalhe #content .toggle-sidebar {
    margin-top: -40px !important;
  }
  body.detalhe #content .breadcrumb {
    display: none !important;
  }
}
#favoritos-tab {
  overflow: hidden;
}
#gmap-container {
  width: 100%;
  outline: 1px dotted #ccc;
  padding: 1px 1px;
  background: #fff;
  margin-bottom: 15px;
}
#gmap-interativo {
  width: 100%;
  height: 500px;
}
.marker-peq {
  height: 22px;
  width: 64px;
  font-size: 10px;
  line-height: 13px;
  color: #fff;
  text-shadow: 1px 1px #444;
  padding: 0;
  text-align: center;
  background: url(../img/listing-pin3.png) no-repeat;
}
.marker-cor-2 {
  background: url(../img/listing-pin3-cinza.png) no-repeat;
}
.info-content figure {
  width: 25%;
  margin: 0 5% 0 0;
}
.listing-details {
  width: 70%;
}
.info-content h3,
#info-content p {
  line-height: normal;
}
.info-content h3 {
  margin: 0 0 2px 0;
  line-height: normal;
}
.info-content p {
  font-size: 12px;
  margin: 0;
  line-height: 12px;
}
p.location {
  color: #777;
  font-size: 11px;
  margin: 0 0 10px 0;
}
.info-content p.price {
  margin: 0 0 10px 0;
}
.info-content p.details {
  margin: 0 0 5px 0;
}
.info-content p.tagline {
  color: #777;
  margin: 0 0 12px 0;
}
.info-content p.phone {
  margin: 0 0 5px 0;
}
.info-content img.pull-left {
  margin: 0 8px 0 0;
}
#gmap-imovel {
  width: 100%;
  height: 300px;
}
.bg-loading {
  background: transparent url(../img/fb-load.gif) no-repeat center center;
}
.imobiliaria .filiais {
  margin: 20px 0;
}
.imobiliaria .pessoa {
  float: left;
  margin-bottom: 15px;
}
.imobiliaria .pessoa h3 {
  font-size: 20px;
  line-height: 1.1;
  margin-top: 2px;
}
.imobiliaria .pessoa p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 2px 0;
}
.imobiliaria .pessoa .info {
  margin-top: -2px;
  padding: 4px 3px;
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe5e5e5', GradientType=0);
  border-bottom: 1px solid #fefefe;
  text-align: center;
}
.imobiliaria .pessoa img {
  max-width: 100%;
}
.imobiliaria h2.equipe {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .imobiliaria .pessoa {
    width: 50% !important;
  }
  .imobiliaria .pessoa:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .imobiliaria .pessoa {
    width: 33.3% !important;
  }
  .imobiliaria .pessoa:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .imobiliaria .pessoa {
    width: 25% !important;
  }
  .imobiliaria .pessoa:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1440px) {
  .imobiliaria .pessoa {
    width: 20% !important;
  }
  .imobiliaria .pessoa:nth-child(5n+1) {
    clear: both;
  }
}
.imobiliaria .veja-tb {
  margin-top: 15px;
}
.imobiliaria .icons [class^="icon-"]:before,
.imobiliaria .icons [class*=" icon-"]:before,
.imobiliaria .icons .iconie,
.imobiliaria .icons i.fa {
  color: #0b75b1;
  text-shadow: 1px 1px #fff;
  width: 20px;
  display: inline-block;
  text-align: center;
}
.page-header .voltar {
  float: right;
}
.page-header .voltar a {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  background: #d5d5d5;
  padding: 5px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.page-header .voltar a:hover {
  background: #b5b5b5;
}
.noticias {
  /*
	.box {
		.generateBox(@width);
		.corpo { padding-bottom: 10px !important; }
	}
	*/
  /*
	.galeria {
		margin: 10px 0;

		li {
			float: left;
			list-style: none;
			margin: 0 3px 3px 0;
			.borda(2);

			img { margin: 0; display: block;}
		}

	}
	.ut_container { clear: both; margin: 0 auto; padding: 12px 0; text-align: center; }
	*/
  /** addthis */
}
.noticias #content article {
  padding-bottom: 25px;
  margin-bottom: 20px;
  background: url(../img/starter/divider6.png) bottom center repeat-x;
}
.noticias #content article h1 {
  margin-bottom: 0.7em;
  font-size: 200%;
}
.noticias #content article.instancia {
  border-bottom: 0;
  padding-bottom: 15px;
  margin-top: 10px;
}
.noticias #content article.instancia .compartilhe {
  margin-top: 15px;
}
.noticias .data_dia_extenso {
  font-family: Georgia, serif;
  margin-top: -10px;
  font-size: 13px;
  color: #1e709e;
  margin-bottom: 10px;
}
.noticias .galeria {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -10px !important;
}
.noticias .galeria .item > a {
  padding-bottom: 75%;
  /* 120/160*100 */
}
.noticias .galeria .item > a > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.noticias .galeria .item > a > img.lozad {
  -webkit-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  opacity: 0;
}
.noticias .galeria .item > a > img.lozad[data-loaded] {
  opacity: 1;
}
.noticias img.unica {
  min-width: 220px;
  min-height: 20px;
}
.noticias .ut_container {
  margin-top: 20px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.noticias .ut_container iframe,
.noticias .ut_container object,
.noticias .ut_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.noticias .noticia {
  float: left;
  clear: both;
}
.noticias .compartilhe {
  margin: 5px 0 0 0;
}
.noticias .compartilhe h5 {
  margin: 3px 4px 3px 0;
  font-size: 11px;
  display: block;
  float: left;
}
.noticias #arquivo a {
  text-decoration: none;
  /*text-shadow: 1px 1px #fff; color: #333 !important;*/
}
.noticias #arquivo h1 {
  margin-top: 10px;
}
.noticias #arquivo ul {
  padding: 0;
  margin-left: 0;
}
.lt-ie8 .noticias #content {
  padding-top: 100px;
}
.share {
  margin: 0px 0 2px;
}
.share a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  border: 1px solid #ccc;
  background: #eee;
}
.share a:hover {
  color: #0b75b1;
  background: #fff;
}
.cent {
  font-size: 80% !important;
}
.cent.dzero {
  font-size: 60% !important;
}
.igrid {
  margin-bottom: 0;
  margin-left: -11px;
  margin-right: -11px;
}
.igrid li {
  list-style-type: none;
  float: left;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 1px;
}
.igrid li .item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  padding: 0 !important;
}
.igrid li .middle {
  padding: 5px 5px;
  background-color: #fff;
  line-height: 22px;
  text-shadow: 1px 1px #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .igrid li:nth-child(4n+1) {
    clear: none;
  }
  .igrid li:nth-child(3n+1) {
    clear: none;
  }
  .igrid li:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1679px) {
  .igrid li:nth-child(4n+1) {
    clear: none;
  }
  .igrid li:nth-child(3n+1) {
    clear: both;
  }
  .similares li:nth-child(4n) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .destaques-venda li:nth-child(9) {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ipl3-md.igrid li:nth-child(2n+1) {
    clear: none !important;
  }
  .ipl3-md.igrid li:nth-child(3n+1) {
    clear: both !important;
  }
}
@media (min-width: 1440px) {
  .ipl4.igrid li:nth-child(4n+1) {
    clear: none !important;
  }
  .ipl4.igrid li:nth-child(3n+1) {
    clear: both !important;
  }
  .ipl4-xl.igrid li:nth-child(3n+1) {
    clear: none !important;
  }
  .ipl4-xl.igrid li:nth-child(4n+1) {
    clear: both !important;
  }
  .ipl5-xl.igrid li:nth-child(3n+1) {
    clear: none !important;
  }
  .ipl5-xl.igrid li:nth-child(4n+1) {
    clear: none !important;
  }
  .ipl5-xl.igrid li:nth-child(5n+1) {
    clear: both !important;
  }
  .col-xl-20p {
    width: 20% !important;
  }
  .destaques-venda li:nth-child(9) {
    display: none;
  }
}
@media (min-width: 1680px) {
  .ipl4-ul.igrid li:nth-child(3n+1) {
    clear: none !important;
  }
  .ipl4-ul.igrid li:nth-child(4n+1) {
    clear: both !important;
  }
  .ipl5-ul.igrid li:nth-child(3n+1) {
    clear: none !important;
  }
  .ipl5-ul.igrid li:nth-child(4n+1) {
    clear: none !important;
  }
  .ipl5-ul.igrid li:nth-child(5n+1) {
    clear: both !important;
  }
  .col-ul-20p {
    width: 20% !important;
  }
}
.iset li picture {
  display: block;
  min-height: 1rem;
}
.iset li picture,
.iset li figure {
  background-color: #e5e5e5;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23fff' viewBox='0 0 120 30' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='15' cy='15' r='15'%3e%3canimate attributeName='r' begin='0s' calcMode='linear' dur='0.8s' from='15' repeatCount='indefinite' to='15' values='15;9;15'/%3e%3canimate attributeName='fill-opacity' begin='0s' calcMode='linear' dur='0.8s' from='1' repeatCount='indefinite' to='1' values='1;.5;1'/%3e%3c/circle%3e%3ccircle cx='60' cy='15' r='9' fill-opacity='.3'%3e%3canimate attributeName='r' begin='0s' calcMode='linear' dur='0.8s' from='9' repeatCount='indefinite' to='9' values='9;15;9'/%3e%3canimate attributeName='fill-opacity' begin='0s' calcMode='linear' dur='0.8s' from='0.5' repeatCount='indefinite' to='0.5' values='.5;1;.5'/%3e%3c/circle%3e%3ccircle cx='105' cy='15' r='15'%3e%3canimate attributeName='r' begin='0s' calcMode='linear' dur='0.8s' from='15' repeatCount='indefinite' to='15' values='15;9;15'/%3e%3canimate attributeName='fill-opacity' begin='0s' calcMode='linear' dur='0.8s' from='1' repeatCount='indefinite' to='1' values='1;.5;1'/%3e%3c/circle%3e%3c/svg%3e");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 48px 12px;
  position: relative;
  height: 0;
  overflow: hidden;
}
.iset li picture.loaded,
.iset li figure.loaded {
  background-image: none !important;
}
.iset li picture.nopic img,
.iset li figure.nopic img {
  filter: brightness(1.03);
}
.iset li picture img,
.iset li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iset li picture img.lozad,
.iset li figure img.lozad {
  -webkit-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  opacity: 0;
}
.iset li picture img.lozad[data-loaded],
.iset li figure img.lozad[data-loaded] {
  opacity: 1;
}
.iset li picture,
.iset li figure {
  padding-bottom: 66.66%;
  /* 2/3*100 */
}
.iset {
  margin-top: 15px !important;
}
.iset li {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.iset li p {
  margin: 0;
  color: #231f20 !important;
}
.iset li a {
  color: #0b75b1;
}
.iset li .item > a {
  display: block;
  text-decoration: none !important;
}
.iset li .item > a:hover {
  color: #0b75b1;
}
.iset li .cidade {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
}
.iset li .bairro {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #444;
  font-size: 14px;
}
.iset li .tipo,
.iset li .detalhe {
  font-size: 12px;
  line-height: 20px;
  color: #0b75b1;
}
.iset li .area-total,
.iset li .area-util {
  line-height: 19px;
}
.iset li .ref {
  background: url(../favicon.png?) center bottom no-repeat;
  background-size: contain;
  color: #0b75b1;
  width: 32px;
  height: 36px;
  line-height: 15px;
  font-size: 11px;
  text-align: center;
  position: absolute;
  right: 4%;
  bottom: 38%;
  /*

			//font-family: @fontFamilySerif; font-size: @font-size-base - 2;
			font-family: @fontFamily2; font-size: @font-size-base - 3;
			//display: inline-block; margin-left: 5px;
			position: absolute;

			right: 2%; bottom: 25%;
			background: #fafafa; color: @themeTextColor; text-shadow: 1px 1px #fff;

			width:@refRadius;
			height: @refRadius;
			text-align: center;
			line-height: @refRadius;
			border: 1px dotted #e0e0e0;
			.border-radius(100%);

*/
}
.iset li .bottom,
.iset li .fav {
  height: 25px;
  line-height: 25px;
}
.iset li .bottom {
  padding: 1px 5px;
  background: #f5f5f5;
  color: #231f20;
  text-shadow: 1px 1px #fff;
  -webkit-box-shadow: inset 0px 10px 4px -10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 10px 4px -10px rgba(0, 0, 0, 0.05);
}
.iset li .fav {
  position: absolute;
  color: #0b75b1;
  font-weight: normal;
  width: 20px;
  right: 13px;
  bottom: -1px;
  text-shadow: 1px 1px #fff;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.iset li .fav .icon:before {
  font-size: 22px;
}
.iset li .fav .icon.favon:before {
  color: #0b75b1;
}
.iset li .fav.favon .icon:before {
  color: #0b75b1;
}
.iset li.fav-heart .fav {
  bottom: -2px;
}
/*
//hover sombra
//col-im-grid
.iset li {
	&, & img, & .middle, & .bottom, & .ref { .transition(all 0.3s ease-out); }
	&:hover {
		.box-shadow(0 0 25px fadeout(@cor_tema, 70%));
		img { .opacity(.9);}
		//.middle { background-color: #fafaff;}
		.bottom { background-color: #f0f0ff !important;} //icons1
		//.ref { background-color: @cor_tema; color: #fff; text-shadow: 1px 1px #666;}
	}

}
*/
.iset li {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.iset li .bottom {
  border-bottom: 1px solid #d5d5d5;
}
.iset li:hover .item {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.iset li:hover .item .bottom {
  border-bottom: 1px solid rgba(11, 117, 177, 0.5);
  background-color: #faf2eb !important;
}
.fav.loading .icon:before {
  content: '' !important;
  display: inline-block;
  margin: 0;
  width: 16px;
  height: 11px;
  background: transparent url(../img/fb-load.gif) no-repeat center center;
}
.fav-heart .fav:before {
  font-family: 'icomoon';
  /*font-size: 18px; */
}
.fav-heart .fav.favoff .icon:before {
  content: "\4d";
}
.fav-heart .fav.favoff:hover .icon:before {
  content: "\4f";
  /*font-size: 24px; margin-left: -3px;*/
}
.fav-heart .fav.favon .icon:before {
  content: "\4e";
  /*color: @cor_tema;*/
}
.fav-heart .fav.favon:hover .icon:before {
  content: "\52";
}
.fav-star .fav .icon:before {
  font-family: 'icomoon';
}
.fav-star .fav.favoff .icon:before {
  content: "\67";
}
.fav-star .fav.favoff:hover .icon:before {
  content: "\6c";
}
.fav-star .fav.favon .icon:before {
  content: "\69";
}
.fav-star .fav.favon:hover .icon:before {
  content: "\6b";
}
/* nav-pills em favoritos - abas */
.nav-fav {
  margin: -6px 0 10px 0;
}
.nav-pills > li > a {
  text-decoration: none !important;
  background: #d5d5d5;
}
.nav-pills > li > a:hover {
  color: #0b75b1;
  background: #fff;
}
.nav-pills > li.active a {
  color: #fff !important;
  background-color: #0b75b1;
}
.nav-pills > li.active a:hover {
  background-color: #f6822a;
}
.similares {
  margin-top: 20px;
}
.similares a {
  color: #fff;
  /*margin-top:-3px; */
}
.similares a:hover {
  color: #f6822a;
}
.similares a .disabled {
  color: #aaa !important;
}
.similares .iset {
  margin-top: 0 !important;
}
.ilist {
  list-style-type: none;
  margin: 0 0 20px 0;
}
.ilist li {
  width: 100% !important;
  margin-bottom: 15px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 697px;
}
.ilist li .left {
  width: 199px;
  height: 133px;
}
.ilist li .right {
  width: 498px;
  height: 133px;
}
.ilist li h3 {
  font-size: 22px;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #231f20;
  text-shadow: none;
}
.ilist li .left {
  float: left;
}
.ilist li .ref {
  bottom: 45%;
  right: 7px;
  margin-top: -17px;
}
.ilist li .right {
  float: left;
  position: relative;
}
.ilist li .right .top {
  margin: 3px 5px 0 12px;
}
.ilist li .right .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 5px;
}
.ilist li .right .bottom .preco {
  margin-left: 10px;
}
.ilist li .fav {
  bottom: -2px;
  right: 5px;
}
.ilist li:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .ilist li {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .ilist li .top {
    margin-left: 5px !important;
  }
  .ilist li .left,
  .ilist li .right {
    float: none;
    width: 270px;
    height: auto;
  }
  .ilist li .right .bottom {
    position: static;
  }
  .ilist li h3 {
    font-size: 16px;
    margin: 0;
  }
  .group-exibir {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ilist li {
    /*teste: @ilistWidth;
			cld: @container-tablet;
			ggw: @grid-gutter-width;*/
    width: 483px;
  }
  .ilist li h3 {
    font-size: 16px;
    margin: 0;
  }
  .ilist li .cidade {
    font-size: 13px;
  }
  .ilist li .left {
    width: 213px;
    height: 142px;
  }
  .ilist li .right {
    width: 270px;
    height: 142px;
  }
  .ilist li .top {
    margin: 3px 5px 0 8px !important;
  }
  .ilist li .bottom,
  .ilist li .fav {
    height: 22px;
    line-height: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ilist li {
    width: 697px;
  }
  .ilist li .left {
    width: 248px;
    height: 166px;
  }
  .ilist li .right {
    width: 449px;
    height: 166px;
  }
  .ilist li h3 {
    font-size: 22px;
  }
  .ilist li .top {
    margin: 3px 5px 0 15px !important;
  }
}
@media (min-width: 1200px) {
  .ilist li {
    width: 847px;
  }
  .ilist li .left {
    width: 266px;
    height: 178px;
  }
  .ilist li .right {
    width: 581px;
    height: 178px;
  }
  .ilist li h3 {
    font-size: 26px;
  }
  .ilist li .top {
    margin: 3px 5px 0 15px !important;
  }
}
@media (min-width: 1440px) {
  .ilist li {
    width: 1027px;
  }
  .ilist li .left {
    width: 264px;
    height: 176px;
  }
  .ilist li .right {
    width: 763px;
    height: 176px;
  }
  .ilist li h3 {
    font-size: 26px;
  }
  .ilist li .top {
    margin: 3px 5px 0 15px !important;
  }
}
@media (min-width: 1680px) {
  .ilist li {
    width: 1306px;
  }
  .ilist li .left {
    width: 284px;
    height: 190px;
  }
  .ilist li .right {
    width: 1022px;
    height: 190px;
  }
  .ilist li h3 {
    font-size: 26px;
  }
  .ilist li .top {
    margin: 3px 5px 0 15px !important;
  }
}
section.page-header {
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 0;
  position: relative;
  border: 0;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffffffff', GradientType=0);
  border-bottom: 1px solid #ececec;
}
section.page-header .icon:before {
  padding: 10px 10px;
  font-size: 12px;
  line-height: 22px;
  vertical-align: top;
  color: #f6822a;
  /*
		//icon custom
		padding: 0px 19px 0 15px; 
		width: 30px;
		height: 22px;
		content: '';
		background: url(../favicon.png?) center center no-repeat;		
		background-size: 40%;
		min-width: 20px;
		display: inline-block;
*/
}
section.page-header .container {
  margin: auto auto;
  position: relative;
}
section.page-header h1 {
  font-size: 25px;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 100%;
  color: #555;
  margin: auto auto;
  text-shadow: 1px 1px 2px #f5f5f5;
}
section.page-header h1 small {
  color: #231f20;
  font-weight: 300;
  font-size: 24px;
}
section.page-header h1 a {
  color: #231f20;
  text-decoration: none;
}
section.page-header h1 a:hover {
  color: #0b75b1;
  border-bottom: 1px dotted #0b75b1;
}
.contato #gmap {
  width: 100%;
  height: 300px;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: -20px;
  margin-bottom: 25px;
  overflow: hidden;
}
.contato #gmap .gmnoprint {
  z-index: 1000 !important;
}
.contato .textarea {
  height: 13em;
}
.contato #content .filial {
  margin-top: 15px;
}
.contato #content #endereco .icon {
  color: #0b75b1;
}
.contato #content #endereco h4 {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.contato #content #endereco h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .contato #content #endereco {
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contato .textarea {
    height: 10em;
  }
}
.indicadores {
  /*@media @tablet {
		.anos .span6 { width: @container-tablet; }
	}*/
}
.indicadores .destaque {
  position: absolute;
  left: 50%;
  margin-left: 200px;
  width: 250px;
  margin-top: 5px;
}
.indicadores #content a {
  text-decoration: none;
  text-shadow: none;
}
.indicadores table thead,
.indicadores table tfoot,
.indicadores table thead tr,
.indicadores table tfoot tr,
.indicadores table thead td,
.indicadores table tfoot td,
.indicadores table thead th,
.indicadores table tfoot th {
  text-shadow: 1px 1px #777;
  background-color: #b5b5b5;
  color: #fff;
}
.indicadores table td {
  color: #444;
}
.indicadores table thead {
  background-color: rgba(200, 200, 220, 0.08);
}
.indicadores #content .col {
  margin-top: 15px;
  margin-bottom: 15px;
}
.indicadores #content .col table {
  width: 100%;
  margin-bottom: 5px;
}
.indicadores .mes {
  text-align: left !important;
}
.indicadores .impar {
  background: #fff;
}
.indicadores .par {
  background-color: #f9f9f9;
}
.indicadores span.neg {
  color: #A44;
}
.indicadores span.var {
  display: inline-block;
  padding-left: 1em;
  font-size: 80%;
  cursor: help;
}
.indicadores .box {
  /*padding: 10px; .box-sizing(border-box); width: 100%; */
}
.indicadores #box_grafico_cub {
  _display: none;
}
.indicadores #grafico_cub {
  border: 1px solid #c9c9c9;
  padding: 1px 1px;
  background: #fff;
  height: 400px;
  background: #fff !important;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.indicadores #grafico_cub a {
  overflow: hidden;
  padding: 1;
  background-color: #e5e5e5;
}
.indicadores #grafico_cub a img {
  vertical-align: top;
}
@media (max-width: 767px) {
  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.page-header {
    padding: 6px 15px 2px 15px;
    text-align: center;
  }
  section.page-header h1 {
    font-size: 22px;
    line-height: 115%;
  }
  section.page-header h1 small {
    font-size: 21px;
    line-height: 115%;
  }
  section.page-header h1 small {
    display: block !important;
  }
  section.page-header h1 small .icon {
    display: none;
  }
  section.page-header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.page-header .dash {
    display: none;
  }
  .contato #gmap {
    height: 200px;
  }
  #gmap-interativo {
    height: 280px;
  }
  #cabecalho {
    height: auto !important;
    /*
		.container {
			width: @w; margin: auto auto;
			.logo {
				width:93%;
				text-align: center;
				margin: 0 auto;
				top: 16px;
				left: -5px;
				img { 
					//megamenu max-width: 300px; 
					max-width: 240px; 
					//max-height: 75px; 
					*
					max-width: e(%("calc(100vw - %s)", '75px'));	
					height: auto !important;
					max-height: @logo_h; 
					*
				}
			}
		}
		*/
  }
  #cabecalho .container {
    width: 300px;
    margin: auto auto;
  }
  #cabecalho .container .logo {
    width: 93%;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    top: -6px;
    left: 25px;
    max-width: calc(100vw - 105px);
    max-height: 74px;
    display: flex;
    align-items: center;
  }
  #cabecalho .container .logo img {
    max-width: calc(100vw - 105px);
    height: auto !important;
    max-height: 48px;
  }
  #cabecalho .top p,
  #cabecalho .top .menu,
  #cabecalho .top .dropdown-buscas {
    display: none;
  }
  #cabecalho .top p {
    display: none;
    margin-right: 0;
  }
  #cabecalho .top p.bc {
    display: inline-block;
  }
  #cabecalho .top p.social {
    float: right !important;
    display: inline-block;
  }
  #cabecalho:after {
    border: 0;
  }
  #rodape .footer_top {
    /*
			h2 { display: none}
			.facebook, .localizacao { display: none;}
			.links { margin-top: 20px;	}*/
  }
  #rodape .footer_bottom {
    height: auto !important;
  }
  #main_content {
    margin-bottom: 10px !important;
  }
  #sidebar {
    margin-bottom: 1.5em;
  }
  #filtragemimoveis {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #filtragemimoveis h2 {
    margin: 0;
    padding-left: 5px;
    padding-top: 3px;
    font-size: 20px;
    margin-top: -2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #filtragemimoveis form {
    margin-bottom: 1px;
  }
  #filtragemimoveis .search-group {
    padding-top: 5px;
  }
  #filtragemimoveis .search-group .controls {
    width: 95%;
    margin-left: 2%;
  }
  #filtragemimoveis .accordion,
  #filtragemimoveis .accordion .accordion-group {
    border: 0;
  }
  #filtragemimoveis .accordion .accordion-inner {
    padding-left: 10px;
  }
  #filtragemimoveis .accordion .accordion-heading a {
    padding-left: 10px;
  }
  /*	.rowfull {
		width: @w; margin: auto auto;
	}*/
  [class*="span"] .cg-inline .input {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  [class*="span"] .cg-inline input {
    height: 1.8em;
  }
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
  h3 {
    font-size: 18px;
    line-height: 34px;
  }
  h4 {
    font-size: 14px;
    line-height: 18px;
  }
  h5 {
    font-size: 12px;
    line-height: 16px;
  }
  h1 small {
    font-size: 20px;
  }
  h2 small {
    font-size: 16px;
  }
  h3 small {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .thumbnails [class*="span"] {
    margin-left: 30px;
  }
  .page-header h1 {
    font-size: 20px !important;
  }
  .page-header h1 small {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.lt-ie8 .collapse {
  overflow: visible;
}
.lt-ie8 #content {
  padding: 20px 0;
}
.lt-ie9 #cabecalho h1,
.lt-ie9 .elist .vendido,
.lt-ie9 .elist li,
.lt-ie9 .elist a,
.lt-ie9 .elist a img {
  filter: none !important;
}
.lt-ie9 .sombra-header,
.lt-ie9 .page-header:after {
  display: none !important;
  filter: none !important;
}
.lt-ie9 #gmap {
  max-width: 1900px;
}
@media (max-width: 767px) {
  .wrapper {
    margin-top: 0;
  }
  .navbar-custom:after {
    bottom: auto;
  }
  #rodape .col-md-3,
  #rodape .col-md-4 {
    margin-bottom: 1em;
  }
  /*#rodape:before {
		.triangulo(18px, @cor_tema url(../img/patterns/noise-2.png));
		left: 50%;
		border:0;
	}*/
  .rev-home .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#filtragemimoveis h2 {
  margin-top: 0px ;
}
#filtragemimoveis form .accordion-inner {
  padding-right: 12px;
}
#filtragemimoveis form .radio-group,
#filtragemimoveis form .checkbox-group-native {
  margin-left: 20px;
}
#filtragemimoveis form .checkbox-group-native label,
#filtragemimoveis form .radio-group-native label {
  /*padding-left: 4px;
			margin-left: -4px;*/
  margin-top: 0px;
  margin-bottom: 2px !important;
  padding-bottom: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: all;
  cursor: pointer;
}
#filtragemimoveis form .checkbox-group-native label:hover,
#filtragemimoveis form .radio-group-native label:hover {
  background: rgba(213, 213, 213, 0.5);
  /* custom */
}
#filtragemimoveis form .checkbox-group-native label:hover .badge,
#filtragemimoveis form .radio-group-native label:hover .badge {
  background: #fff;
}
.js #filtragemimoveis .btn-submit {
  display: none;
}
.btn-group .btn {
  padding: 4px 9px;
}
.btn-group .btn .icon:before {
  padding: 0 !important;
}
.resultados {
  margin-bottom: 5px;
}
.resultados .group-exibir {
  float: right;
}
.resultados .total-results {
  float: left;
}
.resultados .total-results .num {
  font-weight: bold;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.resultados div {
  line-height: 30px;
}
.resultados label {
  float: left;
  line-height: 30px;
  margin-right: 3px;
  font-weight: normal;
}
.resultados .uniform {
  margin-top: -1px;
  float: right;
  margin-right: 0.5em;
}
.resultados .uniform .selector {
  width: 150px;
}
.resultados .ordenacao.uniform .selector {
  width: 190px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .resultados select {
    width: 120px;
  }
}
@media (max-width: 992px) {
  .resultados .total-results {
    float: none !important;
    width: 100%;
    margin-bottom: 6px;
    background: url(../img/tema/pto-ccc.png) repeat-x left bottom;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .resultados {
    background: url(../img/tema/pto-ccc.png) repeat-x left bottom;
    border-bottom: 1px solid #fff;
    margin-bottom: 6px;
    padding-bottom: 4px;
  }
  .resultados .uniform {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .resultados .uniform,
  .resultados .group-exibir {
    margin-right: 7px;
  }
  .resultados .group-exibir {
    margin-top: 3px;
  }
  .resultados .total-results {
    margin-bottom: 1px;
  }
  .pagination {
    margin: 2px 0;
  }
  .pagination ul li a {
    margin-bottom: 2px;
  }
}
.uniform .selector {
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-indent: 8px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  cursor: pointer !important;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background-image: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
  margin-left: auto;
  margin-right: auto;
}
.uniform .selector:hover {
  border-color: #ccc;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffffffff', GradientType=0);
}
.uniform .selector span {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  color: #444;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  text-shadow: 1px 1px #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer !important;
  -webkit-font-smoothing: antialiased;
  background: url("../img/lay/arrowDownResp2.png") right center no-repeat;
}
.uniform .selector select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: none;
  font-size: 12px;
  border: 0 !important;
  text-transform: uppercase;
}
.uniform .selector select .default-option {
  background-color: #e8f2e8;
  background-color: #d5d5d5;
  text-shadow: 1px 1px #fff;
}
.uniform .selector select .current {
  font-weight: bold;
  color: #e5e5e5;
}
.royalSlider {
  width: 100%;
  overflow: hidden;
  /*	//override para setas de fundo preto
	.rsArrowIcn {
		background: url('../js/royalslider/images/rs-default.png');
		background-color: #000;
		&:hover { background-color: rgba(0,0,0,0.9); }
	}
*/
}
.royalSlider.rsHor {
  overflow: inherit;
}
.royalSlider .rsNavSelected {
  background-color: #b5b5b5 !important;
}
.royalSlider.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.royalSlider.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.royalSlider.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.royalSlider.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.royalSlider .rsGCaption {
  margin-top: 2px;
  height: 20px;
  text-shadow: 1px 1px #eee;
}
.royalSlider.rsFullscreen .rsGCaption {
  bottom: 10px;
  position: absolute;
}
.royalSlider.rsFullscreen .rsOverflow,
.royalSlider.rsFullscreen .rsSlide,
.royalSlider.rsFullscreen .rsVideoFrameHolder,
.royalSlider.rsFullscreen .rsThumbs {
  background: rgba(250, 250, 250, 0.9) !important;
}
@media (min-width: 1440px) {
  .royalSlider {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  #gal-empresa {
    height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #gal-home {
    height: 303px;
  }
  #gal-empresa,
  #gal-imov {
    height: 419px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #gal-home {
    height: 254px;
  }
  #gal-empresa,
  #gal-imov {
    height: 358px;
  }
}
@media (max-width: 767px) {
  .royalSlider .rsBullets {
    display: none;
  }
  .royalSlider {
    height: 180px;
  }
  #gal-home {
    min-height: 95px;
  }
  #gal-empresa {
    min-height: 142px;
  }
  #gal-imov {
    min-height: 290px;
  }
}
@media screen and (min-height: 680px) and (orientation: portrait) {
  #gal-imov {
    min-height: 340px;
  }
}
@media screen and (min-height: 740px) and (orientation: portrait) {
  #gal-imov {
    min-height: 380px;
  }
}
@media screen and (min-height: 800px) and (orientation: portrait) {
  #gal-imov {
    min-height: 420px;
  }
}
#toTop,
#toTopHover {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #0b75b1;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /*border: 1px dashed #fff;*/
}
#toTop {
  z-index: 1009;
}
#toTop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/** disponibilidade */
#disponibilidade .divmes {
  margin-bottom: 1em;
}
#disponibilidade table {
  width: 100%;
  border: 1px solid #ddd;
  background: #f9f9f9;
}
#disponibilidade th {
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}
#disponibilidade td {
  padding: 4px 4px;
  text-align: center !important;
}
#disponibilidade .weekday {
  background: #efefef;
  text-transform: lowercase;
}
#disponibilidade .weekday td {
  border: 1px solid #efefef;
  border-right: 1px solid #fff;
}
#disponibilidade thead {
  background: #ddd;
  color: #555;
  text-shadow: 0px 1px 1px #eee;
}
#disponibilidade td.dia {
  background: #e5f0e5;
  text-shadow: 0px 1px 1px #fff;
  border: 1px solid #fff;
  cursor: default !important;
}
#disponibilidade td.ocupado {
  background: #a94442 !important;
  color: #fff;
}
#disponibilidade td.feriado {
  font-weight: bold;
  /*color: #c33; */
  cursor: help;
}
#disponibilidade td.dia:hover {
  background: #c9e2c9 !important;
}
#disponibilidade td.ocupado:hover {
  background: #f99 !important;
}
.dia-disponivel {
  color: #5a5;
  font-weight: bold;
}
.dia-ocupado {
  color: #a55;
  font-weight: bold;
}
#disponibilidade {
  position: relative;
}
.calendario-full .btn-group {
  position: absolute;
  /*right: 1px; top: -36px;*/
  right: 8px;
  top: -37px;
}
.calendario-full .btn-group a {
  text-decoration: none;
  color: #fff;
}
.calendario-full .btn-group a:hover {
  color: #f6822a;
}
.calendario-full .btn-group a .disabled {
  color: #aaa !important;
}
.btn-group-right {
  float: right;
  margin-right: 8px;
  margin-top: 5px;
}
.btn-group-right .btn {
  text-decoration: none;
  background-position: center center;
}
.btn-group-right .btn.loading {
  background: transparent url(../img/fb-load.gif) no-repeat center center;
}
.btn-group-right .btn.loading .icon:before {
  color: transparent;
}
@media (max-width: 767px) {
  .btn-group-right {
    margin-top: 2px;
  }
}
.badge {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 12px;
  color: #888;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 1px 1px #fff;
  background-color: #eee;
  float: right;
  margin: 3px 1px 0 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/* <previsao do tempo weather channel>*/
#current-conditions {
  cursor: pointer;
}
#current-conditions {
  color: #ddd;
}
.cc {
  margin-top: 10px;
}
.cc_icone {
  display: block;
  float: left;
  margin-right: 5px;
}
.cc_cidade {
  font-size: 12px;
  margin-bottom: 3px;
}
.cc_tmp {
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 0 1px #000;
}
.cc_uv {
  font-size: 15px;
}
.cc_info {
  float: left;
  width: 140px;
  margin-top: 5px;
}
.cc_fallback {
  padding: 25px 0 0 0;
  text-align: center;
  display: block;
  width: 155px;
}
/* </previsao do tempo weather channel>*/
/* destaques call to action */
.destaques-call2action {
  margin-bottom: 10px;
  margin-left: -7px;
  margin-right: -7px;
}
.destaques-call2action .destaque {
  padding-left: 8px;
  padding-right: 8px;
}
.destaques-call2action .destaque a {
  background: #0b75b1;
  margin: 0 0 5px 0;
  border-bottom: 4px solid #f6822a;
  padding: 10px 5px;
  height: 67px;
  text-decoration: none;
  display: block;
  /*
			&:hover {
				background: @cinza;
				border-bottom-color: @preto2;
				//color:@branco;
				h4, h5 { color: black; }
				.icon {	color: #fff;	}
			}
			*/
}
.destaques-call2action .destaque a,
.destaques-call2action .destaque a .icon,
.destaques-call2action .destaque a h4,
.destaques-call2action .destaque a h5 {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /*text-shadow: 1px 1px #000; */
}
.destaques-call2action .destaque a:hover {
  background: #faf2eb;
  border-bottom-color: #0b75b1;
}
.destaques-call2action .destaque a:hover h4,
.destaques-call2action .destaque a:hover h5 {
  color: #0b75b1;
  text-shadow: 1px 1px #fff3;
}
.destaques-call2action .destaque a:hover .icon {
  color: #0b75b1;
}
.destaques-call2action .destaque a h4,
.destaques-call2action .destaque a h5 {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.destaques-call2action .destaque a h4 {
  /*font-weight: bold;*/
  color: #f5f5f5;
  text-shadow: none;
  font-size: 15px;
  margin-top: 5px;
}
.destaques-call2action .destaque a h5 {
  font-weight: normal;
  color: #e5e5e5;
  font-size: 15px;
  margin-top: 2px;
}
.destaques-call2action .destaque a .icon {
  color: #f0f0f0;
  float: left;
  margin-right: 5px;
  font-size: 38px;
  line-height: 44px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .destaques-call2action .destaque a h4 {
    font-size: 14px;
  }
  .destaques-call2action .destaque a h5 {
    font-size: 14px;
  }
  .destaques-call2action .destaque a .icon {
    margin-right: 3px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .destaques-call2action {
    margin-top: 1em;
  }
  .destaques-call2action .destaque {
    margin-bottom: 2px !important;
  }
}
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
  background: #e5e5e5;
}
.rsFullscreen {
  height: auto !important;
}
#ac_filtragem #datas {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  cursor: pointer !important;
}
.daterangepicker .btn {
  margin-bottom: 3px;
}
.daterangepicker .btn.applyBtn {
  width: 100%;
  display: block;
}
.daterangepicker .btn.resetBtn {
  width: 48.5%;
  margin-right: 3%;
}
.daterangepicker .btn.cancelBtn {
  width: 48.5%;
}
@media (max-width: 767px) {
  #form_filtragem #busca + .icon {
    top: 5px;
  }
  #sidebar .default-collapsed + form .jslider-value {
    margin-left: -5px !important;
  }
  #sidebar .default-collapsed + form .jslider-value-to {
    margin-left: -45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ac_filtragem #datas {
    font-size: 12px;
  }
}
.mapa-do-site h1 {
  font-size: 2em;
  line-height: 1.5em;
}
.mapa-do-site h2 {
  font-size: 1.5em;
  line-height: 1.5em;
}
.mapa-do-site ul {
  margin-bottom: 1.2em;
}
.mapa-do-site a {
  text-decoration: none;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.mapa-do-site a:hover {
  text-decoration: underline;
}
.mapa-do-site a:visited {
  color: #053651;
}
.mapa-do-site hr {
  margin: 10px 0;
}
.mapa-do-site .badge {
  font-weight: normal;
  float: none;
  margin: 0 0 0 5px;
  vertical-align: middle;
  background: white;
}
@media (max-width: 767px) {
  .mapa-do-site li:before {
    display: none;
  }
}
.mapadosite-icon {
  line-height: 20px !important;
}
@media (max-width: 500px) {
  .col-us-6 {
    width: 50%;
  }
}
.container-fluid {
  /*@media (min-width: 1440px) {
		.col-im-grid { width: 20%; }
	}	*/
}
@media (min-width: 1600px) {
  .container-fluid#content aside {
    width: 18%;
  }
  .container-fluid#content #main_content {
    width: 82%;
  }
  .container-fluid .col-im-grid {
    width: 16.66667%;
  }
}
.footer_top .indicadores table {
  width: 100%;
}
.footer_top .indicadores table td {
  padding: 0 2px;
}
.footer_top .indicadores table .par {
  background: transparent;
}
.footer_top .indicadores table .impar {
  background: #fffa;
}
.footer_top .indicadores table tr {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer_top .indicadores > a:hover {
  text-decoration: none !important;
}
.footer_top .indicadores > a:hover h2,
.footer_top .indicadores > a:hover td {
  color: #0b75b1 !important;
  text-shadow: 1px 1px #fff;
}
.footer_top .indicadores > a:hover .par {
  background: #fcfcfc;
}
.footer_top .indicadores > a:hover .impar {
  background: #fff;
}
.iw {
  color: #444;
}
.iw h4 {
  color: #0b75b1;
  font-size: 16px;
  font-variant: small-caps;
  margin-bottom: 2px;
}
.gm-style-iw-chr {
  position: absolute;
  right: 0;
}
.gm-style-iw-d {
  padding: 15px 50px 15px 5px;
  overflow: hidden !important;
}
.scrollFix {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#content .texto div a,
#content .texto p a {
  text-decoration: underline;
}
#content .texto div a:hover,
#content .texto p a:hover {
  text-decoration: none;
}
.daterangepicker td.active,
.daterangepicker .applyBtn {
  background: #0b75b1;
}
/*
.banner-left-right {
	.item-left-right {
		display: table;
		height: 100%;
		margin: 0 !important;
		background: #fafafa; //optional
		a { display: block; }
		@pad: 20px;
		.pic, .txt { 
			display: table-cell; 
			height: 100%; 
			float: none !important; 
			vertical-align: middle; 
		}	
		.pic { 
			padding: 0 !important; 
			.rsImg { margin-left: 0 !important; max-width: 100%;} 
		}
		.txt { 
			padding: @pad;			
			text-align: center; 						
			div { font-size: 1.2em;  margin:2em 0 !important; }
			h4 { font-size: 1.5em; }
			.icons {			
				.icon {
					display: block;
					&:before { 
						font-size: 125%; 
						margin-left: 3px;
						//margin-right: 5px; vertical-align: top; 
					}
				}			
				.dado { 
					display: inline-block;
					margin: 0 10px;
				}
				.last { margin-right: 0 !important; }
			}		
			.btn { 
				position: absolute; 
				bottom: @pad - 5px; 
				//left: @pad; 
				left: 50%; width: 160px; margin-left: -80px;
			}
		}	
	}
	//ver leftrespfix
	@media @tablet { 
		h4 { font-size: 1.3em !important; }
		.icons { }
		.txt div { font-size: 0.9em !important; margin:1.4em 0 !important; }		
	}
	@media (max-width: 767px) {
	 	//.pic { width: 100% !important; } .txt { display: none !important; }	

	 	//left-right mobile kaka
	 	.local, .preco, .btn { display: none !important; }	
	 	.txt { padding: 0 3px !important; }
	 	.dado { font-size: 13px !important; white-space: nowrap; margin-bottom: 7px !important; }	
	 	.last { margin-bottom: 0 !important; }
	 	.rsImg { margin-top: 0 !important;  }
	 	
	 	.rsOverflow { max-width: none !important; }
	}
}
*/
.teste {
  width: 30px;
}
section.bgalt {
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe5e5e5', GradientType=0);
  border-bottom: 1px solid #fefefe;
  -webkit-box-shadow: 0 -10px 8px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 -10px 8px rgba(0, 0, 0, 0.04) inset;
  padding: 30px 0 35px 0;
  margin: 30px 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
section.bgalt h1,
section.bgalt h3 {
  color: #0b75b1;
  background: 0 !important;
  border: 0 !important;
  font-size: 2em;
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  section.bgalt form.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: auto !important;
  }
}
.grecaptcha-logo {
  filter: grayscale(0.85) brightness(1.3);
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.corretor {
  padding: 0;
  margin-bottom: 1em;
}
section.corretor a,
section.corretor p {
  color: #053651;
}
section.corretor h3 {
  color: #0b75b1;
  margin: 0;
  line-height: 115% !important;
  font-size: 22px;
  text-align: center;
  /*padding-left: 5px; */
}
section.corretor p {
  margin: 0;
  padding-top: 4px;
}
section.corretor .info {
  color: #0b75b1;
  padding: 10px 0;
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe5e5e5', GradientType=0);
  border-bottom: 1px solid #fefefe;
  border-left: 0 !important;
  border-radius: 0 10px 10px 0;
}
section.corretor .info > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.corretor .info > div .item {
  margin: 2px 0;
}
section.corretor .foto {
  white-space: nowrap;
  text-align: center;
}
section.corretor .foto img {
  vertical-align: middle;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1439px) {
  section.corretor {
    margin-top: -40px;
    margin-left: 15px !important;
    margin-right: 15px !important;
    pointer-events: none;
  }
  section.corretor .foto {
    width: 50% !important;
    left: 25%;
    z-index: 2;
    bottom: -45px;
    padding: 0;
  }
  section.corretor .foto img {
    border-radius: 50%;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
    border: 1px solid white;
  }
  section.corretor .info {
    pointer-events: all;
    border-left: 1px solid white !important;
    width: 100%;
    margin-left: 0 !important;
    padding-top: 50px !important;
    border-radius: 10px;
  }
  section.corretor .info .item {
    min-height: 25px;
  }
  section.corretor h3 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  section.corretor .row {
    display: flex;
    margin-left: -17px;
  }
  section.corretor .foto {
    width: 42% !important;
  }
  section.corretor .info {
    width: 58% !important;
    margin-left: -15px;
  }
  section.corretor .info .item {
    min-height: 30px;
  }
  section.corretor img::before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
  }
}
@media (min-width: 1680px) {
  section.corretor .foto {
    width: 36% !important;
  }
  section.corretor .info {
    width: 64% !important;
  }
}
#busca-rapida input,
#busca-rapida .selector,
#busca-rapida select {
  background: #fff;
  border: 0;
  line-height: 34px !important;
  height: 34px !important;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#busca-rapida,
#busca-rapida .selector > span,
#busca-rapida select option {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
#busca-rapida select option {
  text-transform: none !important;
  font-size: 14px;
  line-height: 17px;
}
#busca-rapida select option.todos {
  font-weight: bold;
  color: #f6822a;
}
#busca-rapida select option.grupo {
  font-weight: bold;
  color: #0b75b1;
}
#busca-rapida select option.sub {
  font-weight: normal;
}
#busca-rapida .selector {
  line-height: 36px;
}
#busca-rapida .selector > span {
  text-transform: none !important;
}
#busca-rapida .selector:before {
  right: 10px !important;
}
#busca-rapida .f1,
#busca-rapida .f2 {
  border-right: 1px solid #d5d5d5;
}
#busca-rapida .f1 .selector {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
#busca-rapida .f3 {
  background: #fff;
}
#busca-rapida .f3 input {
  padding-right: 33px;
}
#busca-rapida .f3 .icon-localizacao {
  position: absolute;
  font-size: 17px;
  right: 9px;
  top: 9px;
  z-index: 10;
}
#busca-rapida .f3 .twitter-typeahead {
  position: absolute !important;
  width: 100%;
}
#busca-rapida .f3 .twitter-typeahead .icon {
  color: #aaa !important;
}
#busca-rapida .selector:before,
#busca-rapida .f3 .icon-localizacao {
  color: #aaa !important;
}
#busca-rapida .btn {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  line-height: 34px !important;
  height: 34px !important;
  padding: 0 9px 0 12px !important;
  background-color: #0b75b1;
  color: #fff;
}
#busca-rapida .btn:hover {
  background-color: #f6822a;
}
@media (max-width: 767px) {
  #busca-rapida .f3,
  #busca-rapida .btn {
    margin-top: 5px;
  }
  #busca-rapida .f2 {
    border-right: 0;
  }
  #busca-rapida .btn,
  #busca-rapida .f1 .selector {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #busca-rapida .tt-menu {
    max-height: 250px !important;
    overflow-y: auto;
    font-size: 12px !important;
    max-width: 280px !important;
  }
  #busca-rapida .tt-menu .icon {
    display: none;
  }
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 2px solid #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #111;
}
.tt-menu {
  width: 422px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 9px;
  font-size: 14px;
  line-height: 22px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0b75b1;
}
.tt-suggestion:hover .icon:before {
  color: #f6822a;
}
.tt-suggestion .tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
.tt-dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}
.tt-dataset {
  margin-bottom: 4px;
}
.tt-dataset h4 {
  border-bottom: 1px solid #ccc;
  background: #eee;
  text-shadow: 1px 1px #fff;
  padding: 4px 7px;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.bulliconinline li {
  display: inline-block !important;
  width: auto !important;
  padding-right: 7px;
}
.bulliconinline li:before {
  content: "\f069" !important;
}
.cd-form-inline {
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 10px;
  background: #fff;
}
.row-construtora {
  margin-left: -7px;
  margin-right: -7px;
}
.row-construtora .construtora-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66%;
  padding: 7px 7px;
}
.row-construtora .construtora-item div {
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.row-construtora .construtora-item h5 {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 21px;
  line-height: 120%;
  text-align: center;
  display: block;
  text-shadow: 1px 1px #fff;
  display: table-cell;
  vertical-align: middle;
  border: 8px solid white;
  background: #fafafa;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.row-construtora .construtora-item a {
  display: block;
  position: relative;
  background: white;
  border: 1px solid #ddd;
  padding: 8px 8px;
}
.row-construtora .construtora-item a:hover h5 {
  background: #f2f2f2;
}
.row-construtora .flickity-page-dots {
  position: static;
}
.row-construtora .flickity-prev-next-button {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .row-construtora .construtora-item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-construtora .construtora-item {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .row-construtora .construtora-item {
    width: 20%;
  }
}
.mais_whats {
  display: block;
  text-decoration: none !important;
  margin: 2px 0 7px 0;
  padding: 6px 8px;
  background-color: #009688;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mais_whats:hover {
  color: #009688;
  background-color: #fff;
}
/*@hide_slider_home_mobile: true; //opcao	
.hide_slider_home_mobile () when (@hide_slider_home_mobile) {  
	@media @mobile {
		#gal-home { display: none; }
		#busca-rapida { margin-top: 0; }
	}
}
.hide_slider_home_mobile();*/
.popup-abandono .col-car {
  padding-top: 3px !important;
}
.menu-flutuante .btn-trigger {
  background: #f6822a;
}
#megamenu {
  margin-top: -11px;
}
#megamenu .megamenu-nav > li.last > a {
  margin-right: 0 !important;
}
#megamenu .megamenu .megamenu-brand i {
  color: #0b75b1;
}
#megamenu .megamenu .megamenu-brand .highlight {
  color: #0b75b1;
}
#megamenu .megamenu .megamenu-brand .pro {
  border: 1px solid #0b75b1;
}
#megamenu .megamenu .megamenu-nav > li > a:hover,
#megamenu .megamenu .megamenu-nav > li > a:focus {
  background-color: #0b75b1;
}
#megamenu .megamenu .megamenu-nav > li > a > li.open,
#megamenu .megamenu .megamenu-nav > li > a:hover > a {
  background: #0b75b1;
}
#megamenu .megamenu .megamenu-nav > .current > a,
#megamenu .megamenu .megamenu-nav > .current > a:hover,
#megamenu .megamenu .megamenu-nav > .current > a:focus {
  background-color: #0b75b1;
}
#megamenu .megamenu .megamenu-nav > .disabled > a,
#megamenu .megamenu .megamenu-nav > .disabled > a:hover,
#megamenu .megamenu .megamenu-nav > .disabled > a:focus {
  background-color: #0b75b1;
}
#megamenu .megamenu .megamenu-toggle:hover,
#megamenu .megamenu .megamenu-toggle:focus {
  background-color: #0b75b1;
}
@media (min-width: 768px) {
  #megamenu .megamenu .megamenu-nav > li.open > a,
  #megamenu .megamenu .megamenu-nav > li:hover > a {
    background-color: #0b75b1;
  }
}
#megamenu .topo {
  font-weight: 300;
  text-transform: uppercase;
}
#megamenu .topo + i {
  font-size: 80%;
}
#megamenu .col-lg-3 .topo {
  font-size: 17px !important;
}
#megamenu .megamenu-nav > li > a {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #0b75b1;
}
#megamenu .megamenu-nav > li.current > a {
  color: #fff !important;
}
#megamenu .megamenu .hamburger-inner,
#megamenu .megamenu .hamburger-inner::before,
#megamenu .megamenu .hamburger-inner::after {
  background-color: #0b75b1;
}
#megamenu .dropdown-menu-content h3,
#megamenu .dropdown-menu-content h4 {
  margin-bottom: 0px !important;
  color: #0b75b1;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#megamenu .dropdown-menu-content h3 .badge,
#megamenu .dropdown-menu-content h4 .badge {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
}
#megamenu .dropdown-menu-content a {
  margin: 0px !important;
  display: inline-block;
  /*padding: 5px 0px !important;
			    display: block;		    */
}
#megamenu .dropdown-menu-content a.header {
  display: block;
}
#megamenu .dropdown-menu-content .col {
  margin-bottom: 15px;
}
#megamenu .sociais ul li a {
  font-size: 16px !important;
  color: #0b75b1 !important;
}
#megamenu .cor-destaque {
  color: #0b75b1 !important;
}
#megamenu li.busca > a {
  color: #0b75b1;
}
#megamenu li.busca > ul {
  width: 300px;
}
#megamenu li.busca > ul .dropdown-menu-content {
  padding: 5px 8px;
}
#megamenu li.busca > ul form {
  padding: 5px 0px;
}
#megamenu li.busca > ul form input {
  margin: 0 !important;
  width: 80%;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#megamenu li.busca > ul form button {
  margin: 0 !important;
  width: 20%;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#megamenu .contato ul li a {
  font-size: 15px;
  text-align: left !important;
}
#megamenu .contato ul li a > i {
  color: #0b75b1 !important;
  width: 1.3em;
  padding-right: 3px !important;
  text-align: center;
}
#megamenu .contato ul li a > i.md {
  font-size: 1.1em;
  width: 1.1em;
}
@media (min-width: 992px) {
  #megamenu .contato ul li a {
    font-size: 16px !important;
  }
}
#megamenu li.news ul {
  width: 400px;
}
#megamenu li.news ul li a {
  display: table-row;
}
#megamenu li.news ul li a.btn {
  display: block !important;
  background: #f4f2f1;
  color: #0b75b1 !important;
  text-align: right;
}
#megamenu li.news ul li .img,
#megamenu li.news ul li h4 {
  display: table-cell;
  vertical-align: middle;
}
#megamenu li.news ul li .img {
  width: 130px;
  height: 100px;
  object-fit: contain;
  overflow: hidden;
  padding: 0 !important;
}
#megamenu li.news ul li .img img {
  min-height: 20px;
  background: #f5f5f5;
  /*background: transparent;  ccd-blur-bg requer transp */
}
#megamenu li.news ul li h4 {
  padding-left: 10px;
  white-space: pre-wrap;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
}
#megamenu li.news ul li .image_icon_icon .img {
  position: relative;
}
#megamenu li.news ul li .image_icon_icon .img .icon {
  top: 0 !important;
  position: absolute !important;
}
@media (min-width: 992px) {
  .megamenu-nav > li > a {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  /*.megamenu-nav > li.current > a { 
			color: #111 !important; 
			text-shadow: 1px 1px #fff4;
		}

		.megamenu-nav > li.current > a { 
			color: #fff !important;						
			@c1: lighten(@cor_tema_sec, 25%);
			background-image: linear-gradient(165deg, @c1, lighten(@cor_tema_sec, 3%) 50%, @c1);				
			text-shadow: 1px 1px @cor_tema_sec;
			border-radius: 4px !important;
			border: 1px solid fadeout(@cor_tema_sec, 40%);

			.transition(all 0.3s ease-out);
			&:hover { filter: brightness(1.2); }
		}
		
		*/
  .megamenu .megamenu-nav > li.dropdown .dropdown-menu {
    border-top-color: #f6822a !important;
    border-bottom-color: #f6822a !important;
  }
}
@media (max-width: 767px) {
  #megamenu {
    margin-top: 5px !important;
  }
  #megamenu .hamburger {
    padding-right: 15px;
  }
  #megamenu .megamenu-header {
    height: 70px;
  }
  #megamenu .megamenu-collapse {
    margin-bottom: 10px;
  }
  #megamenu li.news ul {
    width: 100% !important;
  }
  #cabecalho .top::after {
    display: none;
  }
  #cabecalho .logo {
    width: 85% !important;
  }
  #cabecalho .container {
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #cabecalho .logo {
    left: 5px !important;
  }
  #megamenu {
    margin-top: 3px;
    /*& when (@logo_ultra_wide) { 
	  		//.megamenu-collapse { margin-top: 30px !important ; }  //custom
	  	}
	  	& when (@logo_ultra_wide = false) {
	  		//.megamenu-collapse { margin-top: ((@logo_h / 2) - 5px) !important ; }  //custom	
	  	}*/
  }
  #megamenu .megamenu-collapse {
    margin-top: 28px;
  }
  #megamenu .megamenu {
    height: 50px;
    z-index: 980;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #megamenu .megamenu-nav > li > a {
    padding-right: 9px;
    padding-left: 9px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #megamenu .megamenu-nav > li > a {
    margin-left: 5px;
    padding-right: 15px;
    padding-left: 15px;
    /* font-size: 14px; */
  }
}
@media (min-width: 1200px) {
  #megamenu .megamenu-nav > li > a {
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.iset .tipo {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.igrid .tipo {
  width: 88%;
}
.imovel-detalhe .edificio {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 125%;
}
.iset li .icons1 {
  /*
			.ref { 
				bottom: auto !important; 
				height: auto !important;
				background-image: none !important;
				//font-size: 12px;
				margin-top: 4px;
				right: 2%;			
			}
			*/
}
.iset li .icons1 .middle {
  padding: 0.6em 1em !important;
}
.iset li .icons1 .tipo {
  font-size: 15px;
  line-height: 17px;
  padding: 7px 0;
  color: #226e9a;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.iset li .icons1 .cidade {
  margin-left: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iset li .icons1 .cidade .icon {
  font-size: 110%;
  margin-left: 1px;
}
.iset li .icons1 .cidade,
.iset li .icons1 .bairro {
  font-weight: 500;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.iset li .icons1 .ref {
  bottom: 32%;
}
.iset li .icons1 .ref2 {
  /*position: absolute; 
				right: 1.5%; 
				background: #fff; 
				padding: 2px 2px; 			
				*/
  font-size: 85%;
  margin-top: 3px;
  color: #555;
  cursor: help;
  display: inline;
}
.iset li .icons1 .bottom {
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 7px 1em 0 1em;
  height: 38px;
}
.iset li .icons1 .bottom .right {
  position: absolute;
  right: 1em;
  bottom: 3px;
  margin-right: 2px;
}
.iset li .icons1 .bottom .right a {
  position: static;
  display: inline;
}
.iset li .icons1 .bottom .preco {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: -7px;
}
.iset li .icons1 .bottom .preco p {
  text-shadow: 1px 1px #fff !important;
}
.iset li .icons1 .cidade,
.iset li .icons1 .bairro,
.iset li .icons1 .preco,
.iset li .icons1 .dado,
.iset li .icons1 .dado .icon {
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.iset li .icons1 .fav {
  bottom: 3px;
  right: 18px;
}
.iset li .icons1 .icones {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iset li .icons1 .icones .dado {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #777;
  font-size: 15px;
  display: inline-block;
  margin: 0.28em 0.18em 0.15em;
  cursor: help;
}
.iset li .icons1 .icones .dado.area em {
  font-size: 90%;
}
.iset li .icons1 .icones .dado:hover,
.iset li .icons1 .icones .dado:hover .icon {
  color: #0b75b1 !important;
}
.iset li .icons1 .icones .dado:first-child,
.iset li .icons1 .icones .dado.area-total {
  margin-left: 0 !important;
}
.iset li .icons1 .icones .dado:last-child {
  margin-right: 0 !important;
}
.iset li .icons1 .icones .dado em {
  font-weight: 500;
}
.iset li .icons1 .icones .dado .icon {
  color: #0a6599;
  font-weight: normal !important;
}
.iset li .icons1 .icones .dado .fa-bed {
  margin-right: 2px;
}
.iset li .icons1 .icones .dado .icon-car {
  font-size: 105%;
}
.iset li .icons1 .icones .dado .icon-chuveiro-4 {
  margin-left: -2px;
  font-size: 118%;
}
.iset li .icons1 .icones .dado .icon-banheira-1 {
  margin-left: -1px;
  font-size: 110%;
}
.iset li .icons1 .icones .dado .fa-object-group {
  font-size: 90%;
}
.iset li .icons1 .icones .dado.suites .icon,
.iset li .icons1 .icones .dado.bwcs .icon {
  margin-right: -2px;
}
.igrid li .icons1,
.igrid li .icons1 figure {
  border-radius: 6px 6px 0 0;
}
.igrid li .icons1 .tarja {
  border-radius: 0 6px 0 6px;
}
.igrid li:hover .icons1 .preco {
  border-top-color: rgba(11, 117, 177, 0.15);
}
.igrid li:hover .icons1 .middle {
  background-image: -webkit-linear-gradient(top, #fff 0%, #faf2eb 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #faf2eb 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #faf2eb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffaf2eb', GradientType=0);
}
.igrid li:hover .icons1 .cidade,
.igrid li:hover .icons1 .bairro,
.igrid li:hover .icons1 .dado,
.igrid li:hover .icons1 .dado .icon {
  color: #074f77 !important;
}
.igrid li:hover .icons1 .preco p {
  color: #0b75b1 !important;
}
@media (max-width: 767px) {
  .iset .icons1 .icones {
    white-space: normal !important;
  }
  .iset .icons1 .icones .dado {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .iset .icons1 .icones .dado {
    font-size: 16px !important;
  }
}
.iset .a_partir_de {
  font-size: 80%;
}
.iset li .carousel-cell {
  width: 100%;
  height: 100%;
}
.iset li img.carousel-cell,
.iset li .carousel-cell-image {
  display: block;
  width: 100%;
  height: 100%;
}
.iset li .flickity-enabled .flickity-page-dots {
  bottom: -3px !important;
  line-height: 11px;
}
.iset li .flickity-enabled .dot {
  background: #fff !important;
  width: 6px !important;
  height: 6px !important;
  margin: 0 3px 0 2px !important;
}
.iset li img.dinload {
  visibility: hidden;
}
.iset li img.dinload.flickity-lazyloaded {
  visibility: visible;
}
.iset li .flickity-prev-next-button {
  border-radius: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.iset li .flickity-prev-next-button svg {
  width: 36%;
  height: 36%;
  top: 32%;
}
.iset li .flickity-prev-next-button svg .arrow {
  fill: #fff;
}
.iset li .flickity-prev-next-button.previous {
  left: -30px !important;
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.25) 100%) !important;
}
.iset li .flickity-prev-next-button.previous svg {
  left: 10px !important;
}
.iset li .flickity-prev-next-button.next {
  right: -30px !important;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 100%) !important;
}
.iset li .flickity-prev-next-button.next svg {
  left: auto !important;
  right: 10px !important;
}
.iset li.hover .flickity-prev-next-button:not([disabled]),
.iset li.fixhover .flickity-prev-next-button:not([disabled]) {
  opacity: 1;
}
.iset li.hover .previous:not([disabled]),
.iset li.fixhover .previous:not([disabled]) {
  left: 0px !important;
}
.iset li.hover .next:not([disabled]),
.iset li.fixhover .next:not([disabled]) {
  right: 0px !important;
}
@media screen and (max-width: 767px) {
  .col-im-grid {
    max-width: 400px;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .iset li .flickity-prev-next-button {
    width: 15%;
  }
}
@media screen and (min-width: 768px) {
  .iset li .flickity-prev-next-button {
    width: 25%;
    height: 100%;
  }
}
@media screen and (max-width: 340px) {
  .col-im-grid {
    max-width: 300px;
  }
}
@media (min-width: 1440px) and (max-width: 1679px) {
  .visible-xl {
    display: block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1680px) {
  .visible-ul {
    display: block !important;
  }
  .hidden-ul {
    display: none !important;
  }
}
.whitespace-normal {
  white-space: normal !important;
}
.noticias-container {
  padding: 30px 0;
  background-image: url(/shared/assets/video/pexels-circles.jpg);
  background-size: cover;
  background-color: #ccc;
  background-blend-mode: hard-light;
}
.noticias-container h2 {
  padding: 10px 0;
}
.noticiasposts,
.wpposts,
.utposts {
  /*
	@media @desktop-lg { 
		ul .item:nth-child(4n+1) { clear: both; }			
	}	
	@media @desktop-ul { 
		ul .item { width: 20%; }			
		ul .item:nth-child(4n+1) { clear: none !important; }			
		ul .item:nth-child(5n+1) { clear: both; }			
	}*/
}
.noticiasposts .dot,
.wpposts .dot,
.utposts .dot {
  background: #0b75b1 !important;
}
.noticiasposts ul,
.wpposts ul,
.utposts ul {
  list-style-type: none;
  margin-left: -15px;
  margin-right: -15px;
}
.noticiasposts ul .item,
.wpposts ul .item,
.utposts ul .item {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.noticiasposts ul .item .figure,
.wpposts ul .item .figure,
.utposts ul .item .figure {
  position: relative;
  padding-bottom: 220px;
  /*
				border: 1px solid rgba(255,255,255, 0.2);
				border-bottom: 0 !important;
				*/
  background-color: transparent;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*
				.bg {  
					//para ccd-blur-bg (mais claro)
					background-color: #fafafa;
					filter: blur(40px);
				}*/
}
.noticiasposts ul .item .figure .img,
.wpposts ul .item .figure .img,
.utposts ul .item .figure .img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #f5f5f5;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 0;
}
.noticiasposts ul .item .figure .img[data-loaded],
.wpposts ul .item .figure .img[data-loaded],
.utposts ul .item .figure .img[data-loaded] {
  opacity: 1;
}
.noticiasposts ul .item .info,
.wpposts ul .item .info,
.utposts ul .item .info {
  background: #fff;
  padding: 14px 14px !important;
}
.noticiasposts ul .item .info h4,
.wpposts ul .item .info h4,
.utposts ul .item .info h4 {
  line-height: 120%;
  margin-bottom: 15px;
  color: #074f77;
}
.noticiasposts ul .item .info h5,
.wpposts ul .item .info h5,
.utposts ul .item .info h5 {
  color: #0b75b1;
}
.noticiasposts ul .item .excerpt,
.wpposts ul .item .excerpt,
.utposts ul .item .excerpt {
  color: #222;
}
.noticiasposts ul .item > a,
.wpposts ul .item > a,
.utposts ul .item > a {
  display: block;
}
.noticiasposts ul .item > a:hover h4,
.wpposts ul .item > a:hover h4,
.utposts ul .item > a:hover h4 {
  color: #0b75b1;
}
@media screen and (max-width: 499px) {
  .noticiasposts ul .item .figure,
  .wpposts ul .item .figure,
  .utposts ul .item .figure {
    padding-bottom: 70%;
  }
}
@media screen and (min-width: 500px) {
  .noticiasposts ul .item,
  .wpposts ul .item,
  .utposts ul .item {
    display: table-cell;
  }
  .noticiasposts ul .item > a,
  .wpposts ul .item > a,
  .utposts ul .item > a {
    display: table-row;
  }
  .noticiasposts ul .item .figure,
  .wpposts ul .item .figure,
  .utposts ul .item .figure {
    width: 43%;
  }
  .noticiasposts ul .item .info,
  .wpposts ul .item .info,
  .utposts ul .item .info {
    width: 57%;
  }
  .noticiasposts ul .item .figure,
  .wpposts ul .item .figure,
  .utposts ul .item .figure,
  .noticiasposts ul .item .info,
  .wpposts ul .item .info,
  .utposts ul .item .info {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .noticiasposts ul .item:nth-child(2n+1),
  .wpposts ul .item:nth-child(2n+1),
  .utposts ul .item:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .noticiasposts ul .item:nth-child(2n+1),
  .wpposts ul .item:nth-child(2n+1),
  .utposts ul .item:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .noticiasposts ul .item:nth-child(3n+1),
  .wpposts ul .item:nth-child(3n+1),
  .utposts ul .item:nth-child(3n+1) {
    clear: both;
  }
}
.utposts .info,
.utposts .figure {
  width: 100% !important;
  display: block !important;
}
.utposts h4 {
  margin-bottom: 0 !important;
}
.utposts .item > a {
  display: block !important;
}
.utposts li a:hover .img {
  background-blend-mode: normal !important;
}
.section-full {
  padding: 50px 0;
  overflow: hidden;
  /*
	@media (min-width: 830px) {
		.flickity-prev-next-button.previous { left: -32px; }
		.flickity-prev-next-button.next { right: -32px; }
	}
	*/
}
section.bgtema {
  background-color: #1e6085;
  background-blend-mode: soft-light;
  background-position: center 25%;
  background-size: cover;
  background-image: url(../img/conteudo/itauna.jpg);
  box-shadow: 10px -50px 30px -25px rgba(0, 0, 0, 0.1) inset;
  z-index: 1;
  position: relative;
  /*
	&:after {
		position: absolute;
		width: 100%;
		height: 100%;
		content: '';						
		//background: url(../img/patterns/5.png);				
		//background: url(../img/patterns/noise.png);	
		background-image: url(//casteldigital.b-cdn.net/share/assets/img/patt/dp10.png);
		//overlay revslider background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABRJREFUGFdjZGBgMGZgYDjLyAAFAAr5AQMsS6DIAAAAAElFTkSuQmCC);
		top: 1px;
		z-index: -1;		
		opacity: 0.5;
	}*/
}
section.bgtema:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  border-top: 1px solid #fffa;
  top: 1px;
}
section.bgtema video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  mix-blend-mode: soft-light;
}
section.bgtema .flickity-page-dots .dot {
  background: #fff !important;
}
section.bgtema h2 {
  color: #fff;
  text-shadow: 1px 1px #000a !important;
  margin: -10px 0 10px 0;
}
section.bgtema .bgalt {
  background: transparent !important;
}
section.bgtema .tarja {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.royal-bg {
  position: absolute;
  top: 0;
  height: 100% !important;
}
.royal-bg .rsArrow {
  z-index: 3005;
  pointer-events: all !important;
}
.royal-bg .rsArrow.rsHidden {
  opacity: 0.2 !important;
  visibility: visible !important;
}
@media (max-width: 767px) {
  .royal-bg .rsArrow {
    height: 15% !important;
    bottom: 0 !important;
    top: auto !important;
  }
  .royal-bg .rsArrow.rsArrowLeft {
    left: auto !important;
    right: 38px;
  }
}
section.bgfoto {
  padding: 0 !important;
  background-color: #d9ecfa;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  overflow: visible;
  position: relative;
  z-index: 999;
  pointer-events: none;
  -webkit-box-shadow: inset 0 -40px 40px -25px rgba(0,0,0,.7);
  box-shadow: inset 0 -40px 40px -25px rgba(0,0,0,.7);
  min-height: calc(75vh - 125px) !important;
}
section.bgfoto .bgalt {
  background: transparent !important;
  background: rgba(255, 255, 255, 0.85) !important;
  margin: 0 !important;
  padding: 15px 0 !important;
}
section.bgfoto .bgalt h3 {
  font-weight: 300 !important;
  font-size: 2.3em !important;
}
section.bgfoto .outern {
  height: calc(75vh - 125px) !important;
}
section.bgfoto .outern {
  display: table;
  width: 100%;
  position: relative;
}
section.bgfoto .outern.reticulado {
  z-index: 998;
  pointer-events: none;
}
section.bgfoto .inner {
  display: table-cell;
  vertical-align: middle;
  background-image: linear-gradient(to bottom, transparent 70%, #4445 100%);
}
section.bgfoto .outern > .bottom {
  background: #f5f5f5;
  width: 100%;
  height: 280px;
  bottom: -280px;
  left: 0;
  z-index: 1;
  position: absolute;
}
section.bgfoto .col-geral {
  z-index: 998;
  -webkit-transition: margin 0.8s ease-out;
  -o-transition: margin 0.8s ease-out;
  transition: margin 0.8s ease-out;
}
section.bgfoto .col-geral > section {
  pointer-events: all;
}
@media (max-width: 767px) {
  section.bgfoto {
    min-height: calc(60vh - 115px) !important;
  }
  section.bgfoto .outern {
    height: calc(60vh - 115px) !important;
  }
  section.bgfoto .col-geral {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
section.bgfoto.youtube .inner {
  position: relative;
  pointer-events: none;
}
section.bgfoto.youtube .col-geral {
  pointer-events: all;
}
section.bgfoto.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.bgfoto.youtube-ready,
section.bgfoto.youtube-ready .inner {
  background: transparent;
}
@media (min-width: 1680px) {
  .col-ul-9-5 {
    width: 81%;
  }
  .col-ul-2-5 {
    width: 19%;
  }
  .col-ul-push-9-5 {
    left: 81%;
  }
  .col-ul-pull-2-5 {
    right: 19%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main_content.col-md-9 {
    width: 65%;
  }
  #main_content.col-md-pull-3 {
    right: 35%;
  }
  #sidebar.col-md-3 {
    width: 35%;
  }
  #sidebar.col-md-push-9 {
    left: 65%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main_content.col-md-9 {
    width: 71%;
  }
  #main_content.col-md-pull-3 {
    right: 29%;
  }
  #sidebar.col-md-3 {
    width: 29%;
  }
  #sidebar.col-md-push-9 {
    left: 71%;
  }
}
.sunlight {
  filter: brightness(1) sepia(0);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sunlight:hover {
  filter: brightness(1.1) sepia(0.2);
}
.bg1 {
  background-position: center 90%;
  background-size: cover;
  background-color: #0b75b1;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: grayscale(0.2);
  background-image: url(../img/conteudo/bg1.jpg);
}
.anim-stage {
  position: relative;
  background: #111;
}
.anim-stage .center {
  margin: 0 auto;
  height: 100%;
  max-width: 1400px;
  position: relative;
}
.anim-stage .texto {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  text-shadow: 1px 1px #000;
  line-height: 125%;
  text-align: center;
  visibility: hidden;
  position: absolute;
  z-index: 4;
}
.anim-stage .texto em {
  display: inline-block;
  padding: 0px 4px 3px 4px;
  background: #009ddf;
  font-style: normal;
  line-height: 1;
  border-radius: 2px;
}
.anim-stage .over {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  cursor: pointer;
}
.anim-stage .over:hover {
  opacity: 0.7;
}
#bannertop-container {
  background: #fff;
}
#bannertop {
  margin-bottom: 30px;
  height: 600px;
  background: #074569;
}
#bannertop .img-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#bannertop .img-container:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 10;
}
#bannertop .img-container:before {
  top: 1px;
}
#bannertop .vazadas {
  background: transparent 50% 0 repeat-y;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), transparent);
  background-size: contain;
  max-width: 1620px;
  margin: auto auto;
  background-blend-mode: overlay;
  visibility: hidden;
  width: 97%;
  height: 97%;
  margin-top: 0.5%;
  z-index: 2;
}
#bannertop .grad {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, transparent 30%);
  z-index: 4;
  pointer-events: none;
}
#bannertop .reticulado {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/shared/assets/img/bg/reticulado3-30.png) 0 0;
  opacity: 0.3;
  z-index: 2;
  content: '';
  /*
			
			@media screen and (min-width: 768px) {
				&:before, &:after {
					content: '';
					width: 30%;
					max-width: 300px;
					height: 100%;
					position: absolute;
					top: 0;				
				}
				&:before { background-image: linear-gradient(to right, rgba(0,0,0, 1) 0%, rgba(0,0,0, 0.01) 100%); left: 0; }
				&:after { background-image: linear-gradient(to right, rgba(0,0,0, 0.01) 0%, rgba(0,0,0, 1) 100%); right: 0; }
			}	*/
}
#bannertop .recorte {
  background: transparent no-repeat 50% top;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 96%;
  height: 104%;
  visibility: hidden;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#bannertop .recorte:hover {
  filter: drop-shadow(0 0 30px #fff8) brightness(1.1);
}
#bannertop .txt {
  position: absolute;
  width: 98%;
  left: 1%;
  font-weight: 300;
  pointer-events: none;
  text-align: center;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: #f5f5f5;
  text-shadow: 0 0 2px #000, 1px 2px #0005;
  z-index: 6;
  font-weight: 400;
}
#bannertop .txt1 {
  bottom: 15%;
}
#bannertop .txt2 {
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f6822a;
  padding: 10px 10px;
  bottom: 5%;
  font-weight: 500;
  background-size: contain !important;
  max-height: 72px;
}
#bannertop a.buscar {
  display: block;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  visibility: hidden;
  position: absolute;
  text-align: center;
  bottom: 40%;
  z-index: 6;
  opacity: 1;
  background: #888;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bannertop a.buscar:hover {
  color: #111;
  background-color: #fff;
}
#bannertop:hover {
  cursor: pointer;
  /*.vazadas {
				-webkit-mask-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0.08));			
			}*/
}
@media (min-width: 1440px) {
  /*.bg1:after {
			position: absolute; top: 0; 
			width: 100%; height: 100%;
			z-index: 1;
			content: '';	
			@ct: fadeout(saturate(@cor_tema_dark, 20%), 40%);
			background-image: linear-gradient(to right, @ct 0, transparent 15%, transparent 85%, @ct 100%);
		}*/
  #bannertop-container {
    padding-top: 0px !important;
  }
}
@media (max-width: 1199px) {
  #bannertop {
    height: 500px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #bannertop {
    height: 600px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #bannertop .txt2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .txt2 {
    font-size: 6vw !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .txt2 {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 992px) {
  #bannertop .vazadas {
    background-image: url(../img/conteudo/vazadas.svg?);
  }
}
@media screen and (max-width: 767px) {
  #bannertop .recorte {
    /*width: 108% !important;
				height: 108% !important;
				left: -4% !important;*/
    bottom: 0%;
    pointer-events: none;
    background-position: 60% bottom !important;
    height: 62.5vh;
    left: 0 !important;
    max-height: 105% !important;
    width: 100% !important;
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  #bannertop {
    height: 65vh !important;
  }
  #bannertop .txt2 {
    background-size: contain !important;
    width: 94% !important;
    left: 3% !important;
  }
  #bannertop .txt1 {
    bottom: 15% !important;
    font-size: 28px !important;
  }
  #bannertop .txt2 {
    bottom: 7% !important;
    max-height: 45px !important;
  }
  #bannertop .vazadas {
    background-image: none !important;
    background-position: 50% 0%;
    height: 65% !important;
    margin-top: 1.5% !important;
    filter: hue-rotate(50deg) brightness(1.5);
  }
  #bannertop .txt {
    margin-left: 0 !important;
    /* width: 98% !important; */
  }
}
@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  #bannertop {
    height: calc(100vh - 120px) !important;
  }
  #bannertop .recorte {
    widtg: 100% !important;
    height: 100% !important;
    left: 0 !important;
    background-size: contain !important;
  }
  #bannertop .txt1 {
    bottom: 30% !important;
  }
  #bannertop .txt2 {
    bottom: 17% !important;
  }
}
@-webkit-keyframes fadeIn05 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeIn05 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.5;
  }
}
.fadeIn05 {
  -webkit-animation-name: fadeIn05;
  animation-name: fadeIn05;
}
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    animation-timing-function: ease-out;
  }
}
.fadeInRightShort {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}
.kenBurnsLeft {
  -webkit-animation-name: kenBurnsLeft;
  animation-name: kenBurnsLeft;
}
@keyframes kenBurnsLeft {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  0%,
  15% {
    -webkit-transform: translate3d(-2%, 11%, 0) scale(1.2);
    -ms-transform: translate3d(-2%, 11%, 0) scale(1.2);
    transform: translate3d(-2%, 11%, 0) scale(1.2);
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
.kenBurnsLeft {
  -webkit-animation-name: kenBurnsLeft;
  animation-name: kenBurnsLeft;
}
@keyframes kenBurnsZoom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  0%,
  5% {
    -webkit-transform: translate3d(0%, -4%, 0) scale(1.1);
    -ms-transform: translate3d(0%, -4%, 0) scale(1.1);
    transform: translate3d(0%, -4%, 0) scale(1.1);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.kenBurnsZoom {
  -webkit-animation-name: kenBurnsZoom;
  animation-name: kenBurnsZoom;
}
.video-full-container,
.video-full {
  width: 100%;
  display: block;
  height: 50vh;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 980px) {
  .video-full-container,
  .video-full {
    height: 80vh;
  }
}
.video-full-container {
  position: relative;
  margin-bottom: 20px;
}
.video-full-container:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.1) url(/shared/assets/img/bg/reticulado3-50.png) 0 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-full-container .outern {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-full-container .bgalt {
  background: #fffc;
}
.video-full-container .inner {
  display: table-cell;
  vertical-align: middle;
  background-image: linear-gradient(to bottom, transparent 60%, #1115 100%);
}
.video-full-container .outern > .bottom {
  background: #f5f5f5;
  width: 100%;
  height: 280px;
  bottom: -280px;
  left: 0;
  z-index: 1;
  position: absolute;
}
.video-full-container .col-geral {
  z-index: 998;
  -webkit-transition: margin 0.8s ease-out;
  -o-transition: margin 0.8s ease-out;
  transition: margin 0.8s ease-out;
}
@media (max-width: 767px) {
  .video-full-container .col-geral {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 767px) {
  body.hasBannerTop:not(.header-not-at-top) .whatsapp-button {
    display: none;
  }
  body.hasBannerTop.header-not-at-top .whatsapp-button {
    display: block;
  }
}
.depoimentos {
  margin: 0;
  padding: 15px 0;
}
.depoimentos .item {
  margin: 15px auto;
  width: 100%;
}
.depoimentos > h3,
.depoimentos .inner {
  max-width: 640px;
  margin: auto auto;
}
.depoimentos h2 {
  padding-top: 20px;
  color: #0b75b1;
  text-align: center;
  font-size: 28px !important;
}
.depoimentos .carousel {
  min-height: 260px;
}
.depoimentos .texto {
  background: #0b75b1;
  font-family: 'Questrial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  padding: 18px 3em 15px 3em;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.depoimentos .texto p {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2) !important;
}
.depoimentos .texto:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #0b75b1;
  bottom: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.depoimentos .quem {
  margin-top: 5px;
}
.depoimentos .quem img {
  float: left;
  margin-left: 13px;
  margin-right: 12px;
  margin-top: 7px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.depoimentos .quem h4 {
  margin-top: 5px;
  color: #f6822a;
  font-size: 24px;
  line-height: 90px;
  text-shadow: none;
}
.depoimentos .left .texto:before {
  left: 52px;
}
.depoimentos .left .quem h4 {
  float: left;
}
.depoimentos .right .texto:before {
  right: 52px;
}
.depoimentos .right .quem h4 {
  float: right;
}
@media (max-width: 767px) {
  .depoimentos > h3,
  .depoimentos .inner {
    width: 100%;
  }
  .depoimentos .quem h4 {
    font-size: 18px;
  }
  .depoimentos .texto {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .depoimentos .leftquote,
  .depoimentos .rightquote {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .depoimentos .item {
    top: 50%;
    transform: translateY(-50%);
  }
  .depoimentos .texto {
    text-align: justify;
  }
  .depoimentos .leftquote {
    margin: 0 0 0 -1.8em;
    font-size: 14px;
  }
  .depoimentos .leftquote + p {
    margin-top: -0.8em;
  }
  .depoimentos .rightquote {
    /*
			float: right; 
			display: block; 
			margin: 0.5em -2em 0 0; 
			*/
    font-size: 8px;
    vertical-align: super;
    padding-left: 5px;
  }
}
.rev-com-page-header {
  margin-top: -20px !important;
}
.busca-rapida-alt input,
.busca-rapida-alt .selector,
.busca-rapida-alt select {
  background: #fff;
  border: 0;
  line-height: 34px !important;
  height: 34px !important;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.busca-rapida-alt h1 {
  color: #fff !important;
  text-shadow: 0px 0px 3px #000, 1px 1px 1px #000 !important;
  font-size: 4vh !important;
  max-width: 700px;
  margin: -30px auto 20px auto;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-weight: 700;
}
@supports (font-size: min(0px)) {
  .busca-rapida-alt h1 {
    font-size: min(4vh, 40px) !important;
  }
}
.busca-rapida-alt .container-busca {
  padding: 15px 0;
  border-radius: 4px;
  background: #fff5;
}
.busca-rapida-alt,
.busca-rapida-alt .selector > span,
.busca-rapida-alt select option {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.busca-rapida-alt select option {
  text-transform: none !important;
  font-size: 14px;
  line-height: 17px;
}
.busca-rapida-alt select option.todos {
  font-weight: bold;
  color: #f6822a;
}
.busca-rapida-alt select option.grupo {
  font-weight: bold;
  color: #0b75b1;
}
.busca-rapida-alt select option.sub {
  font-weight: normal;
}
.busca-rapida-alt .selector {
  line-height: 36px;
}
.busca-rapida-alt .selector > span {
  text-transform: none !important;
}
.busca-rapida-alt .selector:before {
  right: 10px !important;
}
.busca-rapida-alt .f1,
.busca-rapida-alt .f2 {
  border-right: 1px solid #d5d5d5;
}
.busca-rapida-alt .f1 .selector {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.busca-rapida-alt .f3 {
  background: #fff;
}
.busca-rapida-alt .f3 input {
  padding-right: 33px;
}
.busca-rapida-alt .f3 .icon-localizacao {
  position: absolute;
  font-size: 17px;
  right: 9px;
  top: 9px;
  z-index: 10;
}
.busca-rapida-alt .f3 .twitter-typeahead {
  position: absolute !important;
  width: 100%;
}
.busca-rapida-alt .f3 .twitter-typeahead .icon {
  color: #aaa !important;
}
.busca-rapida-alt .selector:before,
.busca-rapida-alt .f3 .icon-localizacao {
  color: #aaa !important;
}
.busca-rapida-alt .btn {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  line-height: 34px !important;
  height: 34px !important;
  padding: 0 9px 0 12px !important;
  background-color: #0b75b1;
  color: #fff;
}
.busca-rapida-alt .btn:hover {
  background-color: #f6822a;
}
@media (max-width: 767px) {
  .busca-rapida-alt h1 {
    font-size: 2.8vh !important;
    line-height: 130%;
    margin-bottom: 15px !important;
  }
  @supports (font-size: min(0px)) {
    .busca-rapida-alt h1 {
      font-size: min(2.8vh, 26px) !important;
    }
  }
  .busca-rapida-alt .f3,
  .busca-rapida-alt .btn {
    margin-top: 5px;
  }
  .busca-rapida-alt .f2 {
    border-right: 0;
  }
  .busca-rapida-alt .btn,
  .busca-rapida-alt .f1 .selector {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .busca-rapida-alt .tt-menu {
    max-height: 250px !important;
    overflow-y: auto;
    font-size: 12px !important;
    max-width: 280px !important;
  }
  .busca-rapida-alt .tt-menu .icon {
    display: none;
  }
}
body.revslider .revnew {
  max-width: none !important;
}
@media (max-width: 767px) {
  body.revslider .revnew {
    max-height: 640px;
  }
}
.tem-modos form {
  position: relative;
}
.tem-modos .rapida-links {
  text-align: center;
  margin-top: 20px;
  margin-bottom: -8px;
}
.tem-modos .rapida-links a {
  font-family: 'Titillium Web', Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tem-modos .rapida-links a:last-child {
  margin-right: 0 !important;
}
.tem-modos.busca-rapida-alt .rapida-links {
  margin-top: 10px !important;
}
.tem-modos.busca-rapida-alt .rapida-links a {
  text-shadow: 0px 0px 2px #000, 0px 0px 5px #000 !important;
  color: #fff;
}
.tem-modos.busca-rapida-alt .rapida-links a:hover {
  color: #0b75b1 !important;
  text-shadow: 0px 0px 2px #fff, 0 0 1px #000, 0px 0px 5px #fff !important;
}
.tem-modos .busca-textual {
  position: absolute;
}
.tem-modos .when-struct,
.tem-modos .when-textual {
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.tem-modos.modo-struct .when-textual {
  opacity: 0;
  pointer-events: none;
}
.tem-modos.modo-struct a.when-textual {
  display: none;
}
.tem-modos.modo-textual .rapida-links {
  text-align: right;
}
.tem-modos.modo-textual .btn {
  margin-top: 0 !important;
}
.tem-modos.modo-textual .when-struct {
  opacity: 0;
  pointer-events: none;
}
.tem-modos.modo-textual a.when-struct {
  display: none;
}
@media (max-width: 767px) {
  .tem-modos .rapida-links a {
    font-size: 14px;
    padding: 3px 5px;
  }
  .tem-modos.modo-textual .rapida-links {
    margin-top: 43px !important;
    padding-top: 10px;
  }
  .tem-modos.modo-textual.busca-rapida-alt .rapida-links {
    padding-top: 0 !important;
  }
  .tem-modos.modo-textual .btn {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 768px) {
  .tem-modos .rapida-links a {
    letter-spacing: 1px;
    padding: 3px 8px;
  }
  .tem-modos.busca-rapida-alt .rapida-links {
    margin-top: 10px !important;
  }
  .tem-modos.busca-rapida-alt .rapida-links a {
    font-size: 16px;
  }
  .tem-modos .busca-textual input {
    -webkit-border-radius: 6px 0 0 6px !important;
    -moz-border-radius: 6px 0 0 6px !important;
    border-radius: 6px 0 0 6px !important;
  }
}
.fullwidth-gallery .page-header {
  margin-bottom: 0 !important;
}
.flickfancy-container {
  background-color: #fff;
  padding: 0 0;
  margin-bottom: 10px;
  /*@media @desktop-ul {
		.flickity-prev-next-button {
			&.previous { left: e(%("calc(50vw - %s)", ((@screen-ul-min / 2) + 40px))); }
			&.next { left: e(%("calc(50vw + %s)", ((@screen-ul-min / 2) - 20px))); }
		}
	}*/
}
.flickfancy-container.has-dots {
  margin-bottom: 40px;
}
.flickfancy-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.flickfancy-container ul li a {
  display: inline-block;
}
.flickfancy-container ul li img {
  height: 380px;
  background: #eee;
  box-shadow: 0 0 80px #888 inset;
}
.flickfancy-container ul:not(.flickity-enabled) {
  height: 380px;
  overflow: hidden;
}
.flickfancy-container .btn-mais-fotos {
  margin-top: 10px;
}
.flickfancy-container .flickity-page-dots {
  margin-bottom: -20px;
}
.flickfancy-container .flickity-page-dots .dot {
  margin: 6px 6px !important;
}
.flickfancy-container.fullwidth {
  border-bottom: 1px solid #ececec;
}
.flickfancy-container.fullwidth ul li {
  margin-right: 10px !important;
}
@media (max-width: 767px) {
  .flickfancy-container {
    padding: 0 !important;
  }
  .flickfancy-container ul:not(.flickity-enabled) {
    height: 330px !important;
  }
  .flickfancy-container ul li img {
    height: 330px !important;
  }
}
@media (min-width: 768px) {
  .flickfancy-container:not(.fullwidth) .flickity-prev-next-button.previous {
    margin-left: -32px;
  }
  .flickfancy-container:not(.fullwidth) .flickity-prev-next-button.next {
    margin-right: -32px;
  }
}
@media (min-width: 1440px) {
  .flickfancy-container ul li img {
    height: 420px;
  }
  .flickfancy-container ul:not(.flickity-enabled) {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .imovel-detalhe .flickfancy-container {
    padding: 0 !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.gal-pswp a {
  display: inline-block;
}
.gal-pswp,
.gal-pswp li {
  list-style-type: none;
}
.pswp__custom-caption {
  background: #0b75b1;
  color: #fff;
  width: calc(100% - 32px);
  max-width: 400px;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}
.pswp__custom-caption:empty {
  opacity: 0 !important;
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.hidden-caption-content {
  display: none;
}
