/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-height: 642px;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;  
  border: 0;
  }

.rslides .caption {
    width: 100%;
    height: auto;
    left: 403px;
    top: 310px;
    /* padding: 0 31px; */
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
}

.rslides .caption .tlpainel {
    max-width: 593px;
    width: 100%;
    line-height: 120%;
    display: table;
    margin-bottom: 16px;
    font-family: 'chianti_bdit_win95btBdIt';
    font-size: 42px;
    color: #fff;
    overflow: hidden;
    padding-left: 0;
    text-align: center;
}
.rslides .caption .link {
    width: 100%;
    max-width: 181px;
    height: 50px;
    line-height: 56px;
    padding: 0 5.1px;
    display: block;
    font-family: 'cheltenhm_xbdcn_btbold';
    font-size: 25px;
    color: #FFF;
    background: #00000073;
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    text-align: center;
    border: 1px solid #fff;
    margin-left: 140px;
}
.rslides .caption .link:hover {
    border: 2.5px solid #fff;
}

.callbacks_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 59%;
  left: 0;
  text-indent: -9999px;
  overflow: hidden; 
  text-decoration: none;
  height: 75px;
  width: 59px;
  background: url("../images/png/seta.png") no-repeat;
  margin-top: 0;
  }

.callbacks_nav:active {
  background-position: 0 -75px;
  }
.callbacks_nav:hover {
  background-position: 0 -75px;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.callbacks_nav.next:active {
  background-position: -59px -75px;
  }
.callbacks_nav.next:hover {
  background-position: -59px -75px;
  }
.callbacks_nav.prev {
  left: auto;
  background-position: left top;
  left: 0;
  }
.callbacks_nav.prev:active {
  background-position: 0 -75px;
  }
.callbacks_nav.prev:hover {
  background-position: 0 -75px;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("../images/png/seta.png") no-repeat;
  width: 59px;
  height: 75px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.callbacks_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.callbacks_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin: 0 0 -12px 0;
  text-align: center;
  z-index: 2;
  position: relative;
  top: -152px;
  }

.callbacks_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 17px;
  }

.callbacks_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  background: #fff;
  display: inline-block;
  _display: block;
  *
  display: block;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  margin: 10px 0 0 0;
  }

.callbacks_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #c9a25e;
  }