@charset "UTF-8";
@media (max-width: 767px) {
  body {
    padding-bottom: 50px; }

  .ba-tpl-home .ba-content.panel {
    padding-bottom: 69px; }

  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.6; }

  h1, .h1 {
    margin: 0 -15px;
    margin-bottom: 20px;
    padding: 10px; }

  .navbar-header {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

  .navbar-brand {
    padding: 5px 10px; }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    padding: 0 10px; }
  .navbar-inverse .navbar-toggle {
    background-color: #353535; }

  .navbar-nav {
    margin: 0 -10px; }

  .ba-bullets {
    bottom: 145px;
    height: 10px;
    left: 50%;
    margin: 0;
    position: absolute;
    z-index: 5; }
    .ba-bullets div {
      left: 0;
      margin: 0 0 0 -50%;
      position: relative; }

  .ba-tpl-social .panel-body {
    background-color: transparent; }

  /*******************************************************************    OFFERS    */
  .ba-offers {
    width: auto; }

  .ba-bullets.ba-offers, .ba-bullets.ba-slidebullets {
    bottom: 5px; }

  .ba-offers-boxes {
    text-align: center;
    font-size: 14px; }
    .ba-offers-boxes p {
      margin-bottom: 0px; }

  .ba-content-offer {
    border: 1px solid #c8c8c8; }

  .ba-img-offers {
    width: 100%; }

  h1.ba-strikethrough.ba-home-offers {
    color: #000000; }

  .ba-carousel-phone {
    padding: 0px; }

  /*******************************************************************    GALLERY     */
  .ba-gallery {
    margin-left: -15px;
    margin-right: -15px; }

  .ba-tpl-gallery .text-center.ba-footer-text {
    border-top: none; }

  .thumbnail > img {
    min-width: 100%; }

  /*******************************************************************        MENU    */
  .ba-menu-inner {
    height: 50px;
    position: relative;
    z-index: 100; }
    .ba-menu-inner .navbar {
      position: absolute;
      z-index: 1050;
      width: 100%;
      left: 0; }
    .ba-menu-inner ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
      .ba-menu-inner ul li ul li {
        border-bottom: none; }
        .ba-menu-inner ul li ul li a {
          border-bottom: none;
          padding: 5px 15px 5px 45px !important; }
    .ba-menu-inner ul.ba-menu-main li {
      font-size: 1.2em; }
    .ba-menu-inner ul.ba-menu-secondary li {
      border-bottom: none; }
      .ba-menu-inner ul.ba-menu-secondary li a {
        border-bottom: none;
        padding: 5px 15px 5px 20px !important; }

  .navbar a .fa {
    font-weight: bold;
    margin-right: 12px; }
  .navbar a .bicon-math-minus {
    display: none; }

  /*******************************************************************        SUPERBGIMAGE    */
  #superbgimage {
    height: 100%;
    height: -moz-calc(100% - 170px);
    height: -webkit-calc(100% - 170px);
    height: -o-calc(100% - 170px);
    height: calc(100% - 170px);
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: -1; }

  /*******************************************************************        SLIDESHOW     */
  .ba-slides .ba-slide {
    width: 100%; }
    .ba-slides .ba-slide img {
      max-width: 100%;
      width: 100%; }
    .ba-slides .ba-slide .carousel-caption {
      bottom: 5px;
      font-family: 'futura-light', Arial, Helvetica, sans-serif;
      font-size: 1.5em; }

  /*******************************************************************        SLIDESHOW     */
  .ba-slideshow-gallery .carousel-indicators li {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.35);
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    height: 7px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 7px; }
    .ba-slideshow-gallery .carousel-indicators li:hover {
      border: 1px solid #ffffff; }
    .ba-slideshow-gallery .carousel-indicators li.active {
      background-color: #ffffff; }
  .ba-slideshow-gallery .carousel-inner {
    margin-top: 0; }
  .ba-slideshow-gallery .carousel-caption {
    bottom: 40px;
    font-size: 20px; }
    .ba-slideshow-gallery .carousel-caption .ba-hea {
      font-size: 25px;
      line-height: 30px; }

  /*******************************************************************        SLIDESHOW     */
  .ba-slideshow {
    height: 100%;
    height: -moz-calc(100% - 170px);
    height: -webkit-calc(100% - 170px);
    height: -o-calc(100% - 170px);
    height: calc(100% - 170px);
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 1; }
    .ba-slideshow .ba-phrase {
      color: #353535;
      font-family: 'futura-light', Arial, Helvetica, sans-serif;
      font-size: 20px;
      line-height: 30px;
      height: 100%;
      position: absolute;
      width: 100%;
      -webkit-transition: transform 1s ease-out, opacity 0.5s ease-in-out;
      -moz-transition: transform 1s ease-out, opacity 0.5s ease-in-out;
      -ms-transition: transform 1s ease-out, opacity 0.5s ease-in-out;
      -o-transition: transform 1s ease-out, opacity 0.5s ease-in-out;
      transition: transform 1s ease-out, opacity 0.5s ease-in-out;
      opacity: 0; }
      .ba-slideshow .ba-phrase.active {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1; }
      .ba-slideshow .ba-phrase .ba-middle {
        width: 100%;
        padding: 0 10%;
        position: absolute;
        top: 50%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        font-size: 25px;
        font-weight: bold; }
        .ba-slideshow .ba-phrase .ba-middle div {
          margin: 0; }
        .ba-slideshow .ba-phrase .ba-middle .ba-hea {
          padding: 5px 0;
          font-family: 'futura-light', Arial, Helvetica, sans-serif;
          color: #ffffff;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
          text-transform: uppercase;
          font-size: 30px;
          line-height: 35px; }
        .ba-slideshow .ba-phrase .ba-middle .ba-url {
          padding: 5px 0;
          text-transform: uppercase; }
          .ba-slideshow .ba-phrase .ba-middle .ba-url .btn {
            border: 1px solid #ffffff;
            background-color: transparent;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
            color: #ffffff; }

  /*******************************************************************        ACCORDION     */
  .ba-tpl-home .panel-success > .panel-heading {
    background-color: rgba(147, 14, 58, 0.9); }

  .ba-accordion {
    position: absolute;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: 20; }

  .ba-tpl-home .ba-accordion {
    bottom: -45px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 20; }
    .ba-tpl-home .ba-accordion .panel-body {
      background-color: #ffffff; }

  .ba-accordion .panel {
    margin: 0;
    padding: 0; }
  .ba-accordion .panel-heading {
    font-family: 'futura-light', Arial, Helvetica, sans-serif;
    padding: 0; }
    .ba-accordion .panel-heading .panel-title .fa-chevron-down {
      display: none; }
    .ba-accordion .panel-heading .fa {
      font-size: 0.75em;
      line-height: 50px; }
  .ba-accordion .panel-title > a {
    font-size: 1.5em;
    display: block;
    padding: 0 10px;
    line-height: 50px; }
    .ba-accordion .panel-title > a:hover {
      text-decoration: none; }
  .ba-accordion .panel-body {
    overflow-y: scroll;
    padding-bottom: 0;
    padding-top: 0; }

  /*******************************************************************        CONTENT     */
  .ba-content.panel {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .ba-tpl-home .ba-content.panel .ba-content {
    margin-top: 0; }

  .ba-content.panel .ba-content {
    background-color: #ffffff;
    padding: 0 15px 15px 15px;
    margin-top: 10px; }

  .ba-tpl-gallery .ba-content.panel .ba-content {
    padding: 0 15px; }

  .ba-tpl-home .ba-content.panel {
    top: 100%;
    top: -moz-calc(100% - 120px);
    top: -webkit-calc(100% - 120px);
    top: -o-calc(100% - 120px);
    top: calc(100% - 120px);
    position: absolute;
    width: 100%; }

  /*******************************************************************        PACKAGES    */
  .ba-packages {
    position: static; }
    .ba-packages > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .ba-packages .ba-separator {
      border-top: 1px solid #dddddd;
      margin: 0 0 10px 0; }
    .ba-packages > ul > li {
      list-style: none;
      padding: 10px; }
    .ba-packages .ba-package {
      margin: 0;
      width: 100%; }
      .ba-packages .ba-package a.ba-block {
        color: #585858;
        display: block; }
    .ba-packages.ba-cycle {
      height: 100% !important; }
      .ba-packages.ba-cycle .carousel-indicators li {
        background-color: #c8c8c8;
        background-color: rgba(200, 200, 200, 0.35);
        border: 1px solid transparent;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        cursor: pointer;
        height: 7px;
        margin: 0 0 0 10px;
        padding: 0;
        width: 7px; }
        .ba-packages.ba-cycle .carousel-indicators li:hover {
          border: 1px solid #c8c8c8; }
        .ba-packages.ba-cycle .carousel-indicators li.active {
          background-color: #c8c8c8; }

  .ba-accordion .panel-body .ba-packages .row.ba-description, .panel.ba-content .panel-body .ba-packages .row.ba-description {
    margin-bottom: 20px; }

  .ba-accordion .panel-body .ba-packages .ba-hea, .panel.ba-content .panel-body .ba-packages .ba-hea {
    font-family: 'futura-light', Arial, Helvetica, sans-serif; } }
@media (max-width: 767px) and (max-height: 459px) {
  .ba-accordion .panel-body .ba-packages .ba-image, .panel.ba-content .panel-body .ba-packages .ba-image {
    display: none; } }
@media (max-width: 767px) {
  .ba-accordion .panel-body .ba-packages .ba-image .ba-img, .panel.ba-content .panel-body .ba-packages .ba-image .ba-img {
    height: 125px;
    overflow: hidden; }

  .ba-accordion .panel-body .ba-packages .ba-image .ba-img img, .panel.ba-content .panel-body .ba-packages .ba-image .ba-img img {
    max-height: 100%;
    max-width: 100%; }

  .ba-accordion .panel-body .ba-packages .ba-description, .panel.ba-content .panel-body .ba-packages .ba-description {
    /*color: #585858;*/ }

  .ba-accordion .panel-body .ba-packages .ba-description img, .panel.ba-content .panel-body .ba-packages .ba-description img {
    margin-left: auto;
    margin-right: auto; }

  .ba-accordion .panel-body .ba-packages .ba-price-from, .panel.ba-content .panel-body .ba-packages .ba-price-from {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 5px;
    margin-top: 10px; }

  .ba-accordion .panel-body .ba-packages .ba-price, .panel.ba-content .panel-body .ba-packages .ba-price {
    font-size: 1.5em; }

  .ba-tpl-offers .ba-accordion .panel-body .ba-packages .ba-price-from, .ba-tpl-offers .panel.ba-content .panel-body .ba-packages .ba-price-from {
    font-size: 1em;
    margin-top: 0; }

  .ba-accordion .panel-body .ba-packages .ba-price-per-night {
    color: #c8c8c8 !important; }

  .ba-packages.ba-offers .ba-package h2 {
    font-size: 2em;
    margin: 10px 0px 0px 0px; }
  .ba-packages.ba-banners {
    padding: 0 15px;
    margin-bottom: 30px; }
    .ba-packages.ba-banners .ba-package {
      background-color: #ffffff;
      padding: 0 10px;
      margin-top: 10px;
      border: 1px solid #930e3a;
      /*border-radius: 4px;*/ }
      .ba-packages.ba-banners .ba-package .ba-hea {
        background-color: #930e3a;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 15px;
        padding: 15px; }

  .ba-content > p, .ba-content > ul {
    font-size: 1.2em; }

  /*******************************************************************        OFFERS CAROUSEL     */
  .ba-offers.carousel {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0;
    margin-bottom: 20px;
    background-color: transparent;
    box-shadow: none;
    padding-top: 10px;
    border-top: 1px solid #585858;
    border-top: 1px solid rgba(88, 88, 88, 0.3);
    border-bottom: 1px solid #585858;
    border-bottom: 1px solid rgba(88, 88, 88, 0.3); }
    .ba-offers.carousel .ba-hea {
      min-height: 100px;
      position: relative; }
      .ba-offers.carousel .ba-hea span {
        color: #930e3a;
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.8rem; }
  .ba-offers .ba-arrow-prev, .ba-offers .ba-arrow-next {
    position: absolute;
    top: 50%; }
  .ba-offers .ba-arrow-prev {
    left: -32px; }
  .ba-offers .ba-arrow-next {
    right: -32px; }
  .ba-offers.carousel .carousel-indicators {
    bottom: 45px;
    top: auto;
    list-style: none;
    z-index: 15;
    text-align: center; }
    .ba-offers.carousel .carousel-indicators li {
      background-color: #353535;
      background-color: rgba(53, 53, 53, 0.35);
      border: 1px solid transparent;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;
      cursor: pointer;
      margin: 0 5px;
      padding: 0; }
      .ba-offers.carousel .carousel-indicators li:hover {
        border: 1px solid  #353535; }
      .ba-offers.carousel .carousel-indicators li.active {
        background-color: #353535; }
  .ba-offers .ba-price-from {
    padding: 15px 0; }

  .ba-offers-title {
    margin: 10px 0;
    text-transform: uppercase; }

  .ba-offers-all {
    text-transform: uppercase;
    margin: 50px 0 10px;
    height: 28px; }

  .ba-description.text-center {
    padding: 10px 20px; }

  .ba-shortdesc {
    font-size: 1.7rem;
    color: #000000; }

  .ba-offers .ba-offers-mov {
    border: transparent;
    margin: 0 0 20px 0; }

  /*******************************************************************    BANNERS      */
  .ba-banners-title-mob {
    margin-bottom: 0px !important; }

  .ba-banners-mob {
    padding: 0px; }

  .ba-banners-responsive {
    width: 100%; }

  .ba-description .ba-banner-des {
    padding: 0px 15px;
    margin-top: 20px; }

  .ba-banners .ba-package a.btn {
    color: #930e3a;
    text-decoration: underline; }

  /*******************************************************************    ROOMS       */
  .ba-rooms-panels .ba-room-panel .panel-heading a {
    padding: 0 15px; }

  .ba-packages.ba-rooms {
    padding: 0px;
    margin-top: 10px; }

  .ba-description-rooms {
    display: none; }

  .btn-read-more {
    background-color: transparent;
    border: 1px solid;
    text-transform: uppercase;
    outline: none;
    margin-top: 15px;
    padding: 3px 20px; }
    .btn-read-more:focus {
      background-color: transparent;
      border: 1px solid;
      text-transform: uppercase;
      outline: none;
      margin-top: 15px;
      padding: 3px 20px; }
    .btn-read-more:hover {
      text-decoration: underline; }

  .ba-rooms-panels .ba-room-panel .panel-body .ba-description {
    padding: 5px 20px 30px 20px; }

  .ba-title {
    border: none;
    width: auto; }

  .ba-rooms-panels .ba-room-panel {
    border: 1px solid #c8c8c8; }

  .ba-image-rooms {
    padding: 0px; }

  .ba-room-panel-button .btn-success {
    margin: 0 auto;
    float: none; }

  .ba-rooms-panels .ba-room-panel .panel-heading {
    padding: 15px;
    background-color: transparent;
    color: #353535; }
  .ba-rooms-panels .ba-strikethrough span:before, .ba-rooms-panels .ba-strikethrough span:after {
    border-bottom: 1px solid #930e3a; }

  /*******************************************************************    SECOND VIDEO    */
  .ba-iframe-container {
    margin: 30px 0 0; }

  /*******************************************************************    GOOD TO KNOW    */
  .ba-good-to-know {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 15px;
    background-color: rgba(200, 200, 200, 0.3); }
    .ba-good-to-know .ba-hea {
      margin-top: 10px; }

  /************************************************************************************ PAGE REVIEWS */
  * {
    box-sizing: border-box !important; }
    *:before, *:after {
      box-sizing: border-box !important; }

  .ba-tpl-reviews .ba-container .panel {
    background-color: #ffffff;
    box-shadow: none;
    padding: 0px 15px; }

  .ba-main-column .ba-review-column {
    -moz-column-width: 25em;
    -webkit-column-width: 25em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em; }
  .ba-main-column .row > .col-md-4 {
    display: inline-block;
    padding: .33rem;
    width: 100%;
    float: none; }

  .well-review {
    -webkit-box-shadow: -5px 4px 16px 0px rgba(102, 102, 102, 0.1);
    -moz-box-shadow: -5px 4px 16px 0px rgba(102, 102, 102, 0.1);
    box-shadow: -5px 4px 16px 0px rgba(102, 102, 102, 0.1);
    position: relative;
    display: block;
    border-top: 6px solid #585858;
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8; }

  .ba-review-title {
    font-size: 1.5em; }

  .media-heading {
    display: inline;
    margin-right: 20px; }

  ul.media-list {
    margin-top: 30px; }

  i.fa.fa-quote-left.fa-3 {
    color: grey;
    margin-top: 15px;
    font-size: 3em; }
    i.fa.fa-quote-left.fa-3.comment {
      display: inline-block; }

  span.ba-comment {
    display: inline-block; }

  i.fa.fa-calendar, i.fa.fa-user-circle, i.fa.fa-commenting {
    color: #930e3a;
    margin-right: 5px; }

  h4.media-heading.commment-hotel {
    display: inherit;
    font-weight: bold;
    text-align: center; }

  h1.ba-strikethrough {
    color: #000000;
    background-color: transparent;
    margin-bottom: 10px;
    font-size: 25px;
    margin: 0px 1px; }

  .ba-strikethrough span:before, .ba-strikethrough span:after {
    border-bottom: 1px solid #585858; }

  .media-body p {
    text-align: center; }

  .ba-reviews-phone {
    padding: 0px 15px; }

  body.ba-tpl-reviews.en {
    background-color: #ffffff; }

  /*******************************************************************        FOOTER    */
  .ba-footer-text {
    line-height: 25px;
    padding: 15px 0;
    margin: 0 -15px;
    border-top: 1px solid #585858;
    border-top: 1px solid rgba(88, 88, 88, 0.3); }

  .ba-footer .navbar-fixed-bottom {
    background-color: #000000;
    z-index: 1029; }
    .ba-footer .navbar-fixed-bottom ul li {
      float: left;
      font-size: 0.75em;
      width: 25%; }
  .ba-footer .nav-justified > li > a {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: white;
    margin-bottom: 0;
    padding: 10px 5px 5px;
    text-align: center;
    font-size: 11px; }
    .ba-footer .nav-justified > li > a:hover {
      background-color: rgba(53, 53, 53, 0.35);
      color: #dddddd; }
  .ba-footer .nav-justified > li.active > a {
    background-color: rgba(53, 53, 53, 0.35);
    color: #dddddd; }
  .ba-footer .nav-justified > li > a .fa {
    font-size: 1.75em;
    margin-right: 0px; }
    .ba-footer .nav-justified > li > a .fa.mini {
      font-size: 1em;
      position: relative;
      left: -2px;
      top: -10px; }

  .btn-booking {
    background-color: #930e3a; }

  .panel {
    background-color: #ffffff; }

  .panel-body {
    margin-bottom: 10px; }

  .fb_iframe_widget_fluid {
    display: inline-flex !important; }

  .ba-gds-codes {
    text-align: center;
    padding: 0px 0px 10px 0px; }
    .ba-gds-codes .ba-gds-list {
      list-style: none;
      padding: 0px;
      margin: 0px; }

  /*******************************************************************    STRIKENTHROUGH    */
  .ba-strikethrough span:before {
    margin-right: 15px; }
  .ba-strikethrough span:after {
    margin-left: 15px; }

  /*******************************************************************    NEW POPUP & PROMOFORM     */
  #ba-popups {
    width: 90%;
    top: 5%;
    margin-bottom: 5%; }

  #ba-popups-close {
    right: -15px;
    top: -15px; }

  #ba-popups .-content {
    font-size: 14px; }
  #ba-popups form-group {
    margin-bottom: 10px; }
  #ba-popups form .form-group label {
    font-size: 14px; }

  /*******************************************************************    COOKIES   */
  .sb-ncookies-alert {
    position: fixed;
    top: 0;
    bottom: auto;
    margin: 0; }
    .sb-ncookies-alert .alert {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.75); }
      .sb-ncookies-alert .alert.alert-dismissable .btn {
        display: block;
        line-height: 30px; }

  /*******************************************************************        LANGUAGES     */
  .ba-languages i.fa.fa-language {
    margin-top: 4px; }

  /*******************************************************************        CONTACT     */
  address h2 {
    color: #000000; }

  .ba-tpl-contact address h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center; }

  .btn-location {
    background-color: #353535;
    border: none; }

  .well address i.fa {
    color: #585858; }

  address p {
    color: #930e3a;
    margin: 0 0 20px; }

  .ba-tpl-contact address p {
    text-align: center; }

  .ba-footer-text span span + a {
    /* color: #353535; */
    word-break: break-all; }

  .ba-tpl-contact address .fa {
    padding-right: 10px; }
  .ba-tpl-contact .ba-content p {
    font-size: 1em; }

  .ba-contact-text {
    border: 1px solid #930e3a; }

  .ba-tpl-contact a.maps-route {
    text-decoration: underline; }

  /*******************************************************************		FOOTER BUTTONS 		*/
  .ba-footer {
    position: relative;
    z-index: 50; } }
@media (min-width: 768px) {
  body {
    /*background-color: #ffffff;*/
    min-width: 970px; }

  h1, .h1 {
    margin: 0 0px 40px; }

  .container {
    min-width: 970px; }
    .container.ba-content {
      background-color: #ffffff;
      padding: 0 50px 30px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

  .ba-computer {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -200px; }

  .ba-bullets {
    bottom: 85px;
    height: 10px;
    left: 50%;
    margin: 0;
    position: absolute;
    z-index: 15; }
    .ba-bullets div {
      left: 0;
      margin: 0 0 0 -50%;
      position: relative; }

  .modal-backdrop.in {
    opacity: 0.6; }

  .modal.in .modal-dialog, .modal .modal-dialog {
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 10%; }

  #conditionsModal .modal-body {
    padding: 0; }
    #conditionsModal .modal-body .ba-img {
      margin-top: 0px;
      position: relative;
      top: 0px;
      z-index: 1; }

  .modal-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    border-radius: 0; }

  .modal-open .modal-content ul {
    padding: 10px 60px; }

  button.close {
    padding: 6px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    z-index: 50;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 35px;
    text-shadow: 1px 2px #ffffff;
    color: #000000;
    opacity: 1;
    filter: alpha(opacity=100); }

  #ba-popups-close i.fa.bicon-math-multiply {
    font-weight: bold;
    background-color: transparent;
    color: #ffffff; }

  i.fa.bicon-math-multiply {
    font-weight: bold;
    background-color: #ffffff; }

  .counter-shop {
    position: relative; }

  .close-counter i.fa.bicon-math-multiply {
    font-weight: bold;
    background-color: transparent;
    width: 30px;
    height: 30px; }

  .modal-body.close:hover, modal-body.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100); }

  /*******************************************************************        HEADER    */
  .ba-header-outer {
    height: 90px; }

  .ba-header-inner {
    height: 90px;
    padding: 0px 5px;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out; }

  .ba-languages {
    font-size: 0.85em; }
    .ba-languages ul {
      margin: 0; }

  .ba-logo.ba-logo-small {
    display: none; }

  .corporate-menu.pull-right {
    margin-top: 6px; }

  .ba-slideshow-gallery .carousel-caption .ba-url .btn:hover {
    background-color: #585858; }

  .ba-booking-corporate {
    margin-top: 7px;
    text-align: right; }

  .ba-tpl-location .ba-map-height {
    top: 197px;
    margin-bottom: 197px; }

  /*******************************************************************        MENU    */
  .ba-menu-outer {
    width: 100%;
    position: fixed;
    z-index: 40;
    top: 90px;
    left: 0;
    right: 0;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out; }

  .ba-menu-inner {
    padding: 0; }
    .ba-menu-inner .navbar {
      border-radius: 0;
      margin-bottom: 0;
      z-index: 10; }
      .ba-menu-inner .navbar.navbar-inverse {
        min-height: 42px;
        box-shadow: none;
        border-bottom: none; }
        .ba-menu-inner .navbar.navbar-inverse .container {
          padding: 0; }
          .ba-menu-inner .navbar.navbar-inverse .container > ul > li > a {
            text-transform: uppercase; }
        .ba-menu-inner .navbar.navbar-inverse > ul {
          height: 36px; }
    .ba-menu-inner > ul > li > a {
      text-transform: uppercase; }
    .ba-menu-inner .dropdown:hover .dropdown-menu {
      display: block;
      padding: 0; }
    .ba-menu-inner .navbar.navbar-inverse .container > ul > li {
      display: table-cell !important;
      width: 1%; }
      .ba-menu-inner .navbar.navbar-inverse .container > ul > li > a {
        color: #353535 !important;
        font-size: 16px;
        line-height: 16px;
        padding-left: 5px;
        padding-right: 5px;
        white-space: nowrap; }
        .ba-menu-inner .navbar.navbar-inverse .container > ul > li > a:hover {
          color: #585858;
          background-color: transparent; }

  .navbar-inverse .container > ul > li > a:focus {
    color: #585858;
    background-color: transparent; }

  .ba-menu-inner .navbar.navbar-inverse .container > ul > li:last-child > a {
    border-right: 0; }
  .ba-menu-inner .navbar.navbar-inverse .container > ul > .active > a {
    color: #930e3a !important;
    background-color: #ffffff; }
    .ba-menu-inner .navbar.navbar-inverse .container > ul > .active > a:hover, .ba-menu-inner .navbar.navbar-inverse .container > ul > .active > a:focus {
      color: #930e3a !important;
      background-color: #ffffff; }
  .ba-menu-inner .navbar.navbar-inverse .container > ul > .open > a {
    color: #353535; }
    .ba-menu-inner .navbar.navbar-inverse .container > ul > .open > a:hover, .ba-menu-inner .navbar.navbar-inverse .container > ul > .open > a:focus {
      color: #353535; }

  .dropdown-menu {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9); }
    .dropdown-menu > li > a {
      color: #000000;
      color: rgba(0, 0, 0, 0.75);
      line-height: 2; }
      .dropdown-menu > li > a:hover {
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.65);
        color: #ffffff; }
    .dropdown-menu > li.active > a {
      background-color: #000000;
      background-color: rgba(0, 0, 0, 0.65);
      color: #ffffff; }
      .dropdown-menu > li.active > a:hover {
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.65);
        color: #ffffff; }

  .ba-menu-inner {
    -webkit-box-shadow: -1px 3px 13px -4px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -1px 3px 13px -4px rgba(0, 0, 0, 0.55);
    box-shadow: -1px 3px 13px -4px rgba(0, 0, 0, 0.55); }

  html.ba-be-opened .ba-menu-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  /*******************************************************************        BOOKING MENU    */
  .ba-booking-outer {
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 130px;
    left: 0;
    right: 0;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out; }

  .ba-booking-inner {
    padding: 0; }

  .ba-booking-outer nav.navbar.navbar-inverse {
    background-color: #930e3a;
    border: none;
    border-radius: 0px;
    min-height: 67px;
    box-shadow: none; }
  .ba-booking-outer .ba-booking {
    background-color: transparent;
    width: 100% !important;
    margin-right: 0px;
    top: 0px;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 0px; }

  .ba-booking #ba-DatesForm-top .form-group {
    float: left;
    margin-left: 20px; }
    .ba-booking #ba-DatesForm-top .form-group:last-child {
      margin-top: 17px; }

  html.ba-be-opened .ba-tpl-reservations .ba-booking #ba-DatesForm-top .form-group:last-child {
    width: auto !important; }

  .ba-be-opened .ba-tpl-reservations #ba-DatesForm-top .form-group .btn-block {
    padding: 6px 12px; }

  .ba-booking #ba-DatesForm-top label {
    text-transform: uppercase; }

  .ba-center-booking {
    display: flex;
    justify-content: center;
    margin-bottom: 0px; }

  .ba-container.ba-container-padding {
    padding-top: 20px; }

  html.ba-be-opened .ba-container.ba-container-padding {
    padding-top: 20px; }
  html.ba-no-slideshow.ba-be-opened .ba-container.ba-container-padding, html.ba-be-opened .ba-tpl-gallery .ba-container.ba-container-padding {
    padding-top: 220px; }

  .ba-tpl-gallery .ba-container.ba-container-padding, .ba-container.ba-container-padding.content.ba-container-contact {
    padding-top: 158px; }

  html.ba-no-slideshow .ba-container.ba-container-padding {
    padding-top: 158px; }
  html.ba-be-opened .ba-tpl-contact .ba-container.ba-container-padding.content.ba-container-contact {
    padding-top: 220px; }
  html.ba-no-slideshow .ba-tpl-reservations .ba-container.ba-container-padding, html.ba-no-slideshow .ba-tpl-reservations-corporate .ba-container.ba-container-padding {
    padding-top: 20px; }
  html.ba-be-opened .ba-tpl-reservations .ba-container.ba-container-padding {
    padding-top: 80px; }

  /******************************************************************* BOOKING ENGINE HIDE */
  .ba-hide-calendar #ba-DatesForm-top .form-group {
    margin: 0px 3px 15px 6px;
    width: 47% !important; }
    .ba-hide-calendar #ba-DatesForm-top .form-group:last-child {
      margin-top: 0px !important;
      float: left !important; }

  .ba-booking .form-group {
    margin-bottom: 8px; }

  /*******************************************************************        SLIDESHOW     */
  .ba-slideshow-gallery {
    padding: 0px;
    top: 126px;
    margin-bottom: 126px; }

  .ba-slideshow-height {
    top: 126px;
    margin-bottom: 126px; }

  .ba-be-opened .ba-slideshow-height {
    top: 197px;
    margin-bottom: 197px; }

  .ba-slideshow-gallery .item {
    height: 100%;
    position: absolute; }

  #carousel-gallery {
    height: 500px; } }
@media (min-width: 768px) and (max-width: 1920px) and (max-height: 1080px) {
  .ba-be-opened #carousel-gallery {
    height: 400px; }

  #carousel-gallery {
    height: 420px; }

  .ba-whytobook {
    top: 480px !important; }

  .ba-slideshow-video #carousel-gallery {
    height: 630px; }

  .ba-be-opened .ba-slideshow-video #carousel-gallery {
    height: 600px; } }
@media (min-width: 768px) and (max-width: 1600px) and (max-height: 900px) {
  /* .ba-be-opened #carousel-gallery {
          height: 420px ;
    } */
  .ba-whybook-beopened .ba-whytobook {
    top: 470px !important; }

  #carousel-gallery {
    height: 420px; }

  .ba-whytobook {
    top: 400px !important; }

  #carousel-gallery .carousel-inner {
    margin-top: 0; }

  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin-top: -90px; } }
@media (min-width: 768px) and (max-width: 1366px) and (max-height: 768px) {
  .ba-be-opened #carousel-gallery {
    height: 430px; }

  #carousel-gallery {
    height: 380px; }

  .ba-whytobook, .ba-whybook-beopened .ba-whytobook {
    top: 500px !important; } }
@media (min-width: 768px) and (max-width: 1200px) and (min-height: 1080px) {
  .ba-whybook-beopened .ba-whytobook {
    top: 600px !important; } }
@media (min-width: 768px) and (max-height: 1080px) and (max-width: 1920px) {
  .ba-whybook-beopened .ba-whytobook {
    top: 530px; }

  #carousel-gallery .carousel-inner {
    margin-top: 0; }

  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin-top: -100px; } }
@media (min-width: 768px) {
  .ba-slideshow-gallery .carousel-indicators li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    height: 10px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 10px; }
  .ba-slideshow-gallery .carousel-control span i.fa {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .ba-slideshow-gallery .row, .ba-slideshow-gallery .carousel-inner {
    /*margin-top: -20px;*/ }
  .ba-slideshow-gallery .carousel-caption {
    bottom: 50px;
    font-size: 20px; }

  .container.ba-slideshow-video-outer {
    padding: 0px; }

  /*******************************************************************        OFFERS CARROUSEL    */
  .ba-offers.carousel {
    width: 100%;
    position: relative;
    margin-right: 0;
    z-index: 10;
    right: 0;
    top: 0px;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
    margin: 0 auto;
    margin-bottom: 100px; }

  #offers-carousel .container {
    padding: 0px; }

  h3.panel-title.ba-strikethrough {
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden; }

  .offers-carrousel span:after, .offers-carrousel span:before {
    border-bottom: 1px solid #585858; }

  #offers-carousel.ba-packages .ba-package-image {
    padding: 0px; }

  .offers-text {
    height: 350px;
    display: inline; }

  .ba-offer-button {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center; }

  span.text-success {
    font-size: 3rem; }

  h3.container.panel-title.ba-strikethrough.offers-carrousel.special-offer {
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0px 10px 0px; }

  .panel-body.container.vertical-center {
    min-height: 100% !important;
    display: flex;
    align-items: center; }

  .row.ba-description.ba-vertical-align {
    display: flex;
    align-items: center; }

  .carousel-inner .ba-offer-description {
    font-size: 1.7rem; }

  #carousel-gallery .carousel-inner {
    border-bottom: none;
    height: 100%; }

  .text-offer {
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%; }

  .ba-tpl-offers h3.container.panel-title.ba-strikethrough.offers-carrousel.special-offer {
    display: none; }
  .ba-tpl-offers .ba-offers-secondary-col .ba-packages {
    margin-top: 10px; }
    .ba-tpl-offers .ba-offers-secondary-col .ba-packages .ba-package {
      padding: 20px;
      border-bottom: 1px solid rgba(200, 200, 200, 0.35);
      margin: 0; }

  .ba-tpl-reservations .ba-packages .ba-package {
    padding: 20px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.35);
    margin: 0; }

  /*******************************************************************        VIDEO     */
  #carousel-gallery .ba-slideshow-video, #carousel-gallery.ba-slideshow-video {
    height: 700px; }
  #carousel-gallery .ba-slideshow-video .carousel-inner {
    height: 100%; } }
@media (min-width: 768px) and (max-width: 1920px) and (max-height: 1080px) {
  #carousel-gallery.ba-slideshow-video {
    height: 680px; }

  .ba-be-opened #carousel-gallery.ba-slideshow-video {
    height: 620px; } }
@media (min-width: 768px) and (max-width: 1600px) and (max-height: 900px) {
  #carousel-gallery.ba-slideshow-video {
    height: 510px !important; }

  .ba-be-opened #carousel-gallery.ba-slideshow-video {
    height: 400px !important; } }
@media (min-width: 768px) and (max-width: 1366px) and (max-height: 768px) {
  #carousel-gallery.ba-slideshow-video {
    height: 500px !important; }

  .ba-be-opened #carousel-gallery.ba-slideshow-video {
    height: 430px !important; } }
@media (min-width: 768px) {
  #ba-video-container {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #ffffff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.075);
    overflow: hidden; }

  .ba-offers.carousel .carousel-indicators {
    text-align: center;
    top: auto;
    bottom: -70px; }

  .carrousel-text {
    height: 350px;
    display: inline; }

  .ba-whynow.ba-strikethrough span:before, .ba-whynow .ba-strikethrough span:after {
    border-bottom: transparent; }

  /* VIDEO CONTROLS */
  .ba-video-controls {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 30px;
    top: -moz-calc(100% - 70px);
    top: -webkit-calc(100% - 70px);
    top: calc(100% - 70px);
    color: #ffffff; }

  #ba-video-pause, #ba-video-mute {
    cursor: pointer;
    color: #ffffff;
    z-index: 1;
    position: relative;
    padding: 5px; }

  .ba-video-controls > div {
    display: block;
    float: left;
    width: 35px;
    position: relative; }
  .ba-video-controls > #ba-video-mute:after {
    content: "";
    width: 1px;
    height: 60%;
    top: 20%;
    left: 0;
    background-color: #ffffff;
    position: absolute; }
  .ba-video-controls p {
    margin-bottom: 2px;
    font-size: 12px;
    height: 15px; }

  /*******************************************************************    GALLERY   */
  .ba-thumbnail-title {
    display: none; }

  /*******************************************************************        FLEXSLIDER    */
  .flexslider {
    margin: 0 auto 40px auto;
    max-width: 1370px;
    top: 130px; }

  .ba-flexlider-height {
    top: 186px; }

  .ba-tpl-rooms .ba-container.ba-container-padding {
    padding-top: 150px; }

  html.ba-be-opened .ba-container.ba-container-padding.ba-flexslider-padding {
    padding-top: 206px; }

  /*******************************************************************    CONTACT FORM HOME PAGE    */
  .panel-contact form {
    padding: 0px 150px; }
  .panel-contact address {
    margin-bottom: 25px; }

  .h3.ba-title-form-contact {
    font-size: 2em;
    margin-bottom: 20px; }

  .ba-col-center-block {
    float: none;
    display: block;
    margin: 0 auto; }

  /*******************************************************************    GOOD TO KNOW    */
  .ba-good-to-know .panel-heading .panel-title {
    font-size: 18px; }

  /*******************************************************************        GOOGLE MAPS     */
  .ba-map-container {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

  .ba-map-canvas {
    height: 400px; }
    .ba-map-canvas #ba-map {
      width: 100%;
      height: 400px; }

  .ba-route-container {
    margin-bottom: 20px; }

  .maps-route-button {
    display: block;
    background-color: #c8c8c8;
    margin: 0 -15px; }
    .maps-route-button:hover {
      background-color: #353535; }

  .maps-route {
    text-align: center;
    display: block;
    line-height: 50px;
    color: #ffffff;
    font-size: 17px; }
    .maps-route:hover {
      color: #ffffff;
      text-decoration: none; }
    .maps-route .ba-route-label {
      margin-left: 20px;
      white-space: nowrap; }

  /*******************************************************************        CONTAINER     */
  .ba-container #ba-main-content {
    height: 70px;
    padding: 40px 0 0 0;
    position: absolute;
    text-align: center;
    top: -90px;
    width: 100%; }
    .ba-container #ba-main-content .ba-arrow-down {
      /*background-color: #c8c8c8;*/
      color: #ffffff;
      display: inline-block;
      height: 50px;
      padding: 5px;
      text-align: center;
      width: 80%; }

  .ba-index-data {
    padding: 5px 0;
    text-align: center; }

  .ba-container {
    margin: 0;
    padding: 0;
    width: 100%; }

  .ba-tpl-home .ba-container {
    /*min-height: 100%;
      min-height: -moz-calc(100% - 90px);
      min-height: -webkit-calc(100% - 90px);
      min-height: -o-calc(100% - 90px);
      min-height: calc(100% - 90px);*/
    left: 0; }

  .ba-container .ba-content-text {
    /*
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    */ }

  .ba-content {
    font-size: 1em; }

  /*******************************************************************    REASONS       */
  .ba-reasons-container {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .ba-reasons-container .ba-reasons {
      display: table;
      width: 100%; }
      .ba-reasons-container .ba-reasons h4 {
        font-size: 16px;
        line-height: 30px;
        color: #353535;
        display: inline-block;
        cursor: default;
        text-transform: uppercase; }
    .ba-reasons-container .ba-reason {
      display: table-cell;
      vertical-align: middle;
      float: none;
      border-left: 1px solid #930e3a; }

  .ba-html-computer .ba-reasons-container .ba-reason {
    padding: 0 30px; }

  .ba-reasons-container .ba-reason:first-child {
    border-left: none; }
  .ba-reasons-container .ba-reason:hover h4 {
    -webkit-animation: bounce 0.5s ease-in-out;
    -moz-animation: bounce 0.5s ease-in-out;
    -ms-animation: bounce 0.5s ease-in-out;
    -o-animation: bounce 0.5s ease-in-out;
    animation: bounce 0.5s ease-in-out; }
  .ba-reasons-container.ba-reason-with-images {
    padding: 0; }
    .ba-reasons-container.ba-reason-with-images .ba-reasons {
      display: block;
      width: auto;
      margin: 0; }
    .ba-reasons-container.ba-reason-with-images .ba-reason {
      display: block;
      float: left;
      padding: 0;
      border-left-color: #ffffff;
      background-color: #000000; }
    .ba-reasons-container.ba-reason-with-images.ba-count-1 .ba-reason {
      width: 100%; }
    .ba-reasons-container.ba-reason-with-images.ba-count-2 .ba-reason {
      width: 50%; }
    .ba-reasons-container.ba-reason-with-images.ba-count-3 .ba-reason {
      width: 33.333%; }
    .ba-reasons-container.ba-reason-with-images .ba-reasons .ba-reason .ba-img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: filter 0.15s ease-in-out;
      -moz-transition: filter 0.15s ease-in-out;
      -ms-transition: filter 0.15s ease-in-out;
      -o-transition: filter 0.15s ease-in-out;
      transition: filter 0.15s ease-in-out;
      opacity: 0.6; }
    .ba-reasons-container.ba-reason-with-images .ba-reasons .ba-reason:hover .ba-img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .ba-reasons-container.ba-reason-with-images .ba-reasons h4 {
      padding: 0 15px;
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #ffffff; }
    .ba-reasons-container.ba-reason-with-images .ba-reason h4 {
      -webkit-transition: letter-spacing 0.25s ease-in-out;
      -moz-transition: letter-spacing 0.25s ease-in-out;
      -ms-transition: letter-spacing 0.25s ease-in-out;
      -o-transition: letter-spacing 0.25s ease-in-out;
      transition: letter-spacing 0.25s ease-in-out; }
    .ba-reasons-container.ba-reason-with-images .ba-reason:hover h4 {
      -webkit-animation: none;
      -moz-animation: none;
      -ms-animation: none;
      -o-animation: none;
      animation: none;
      letter-spacing: 1px; }

  @keyframes bounce {
    0% {
      transform: scale(1); }
    50% {
      transform: scale(1.075); }
    100% {
      transform: scale(1); } }
  /* Reasons with images */
  /*******************************************************************        OFFERS    */
  .ba-tpl-offers .ba-packages .ba-package, .ba-tpl-offer .ba-packages .ba-package {
    border-bottom: 1px solid rgba(200, 200, 200, 0.35);
    margin: 0;
    padding: 40px 20px; }

  .ba-tpl-offers .ba-offers-primary-col, .ba-tpl-offer .ba-offers-primary-col, .ba-tpl-reservations .ba-offers-primary-col {
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    /* Safari */ }

  .ba-tpl-offers .ba-offers-secondary-col, .ba-tpl-offer .ba-offers-secondary-col {
    background-color: rgba(221, 221, 221, 0.5);
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    /* Safari */ }

  .ba-tpl-reservations .ba-offers-secondary-col {
    background-color: rgba(221, 221, 221, 0.5);
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    /* Safari */
    top: -40px;
    background-color: white; }

  .ba-tpl-offers .ba-packages .ba-hea, .ba-tpl-offer .ba-packages .ba-hea, .ba-tpl-reservations .ba-packages .ba-hea {
    font-size: 1.3em; }

  .ba-tpl-offers .ba-offers-secondary-col .ba-packages .ba-hea, .ba-tpl-offer .ba-offers-secondary-col .ba-packages .ba-hea, .ba-tpl-reservations .ba-offers-secondary-col .ba-packages .ba-hea {
    font-size: 1em; }

  .ba-tpl-offers .ba-shortdesc, .ba-tpl-offer .ba-shortdesc, .ba-tpl-reservations .ba-shortdesc {
    font-size: 18px; }

  .ba-tpl-offers .ba-price-from, .ba-tpl-offer .ba-price-from, .ba-tpl-reservations .ba-price-from {
    line-height: 25px; }

  .ba-tpl-offers .ba-price-depends, .ba-tpl-offer .ba-price-depends, .ba-tpl-reservations .ba-price-depends {
    color: #c8c8c8; }

  .ba-booking-offers {
    margin: 30px 0;
    padding: 0 0 10px 0; }

  .ba-tpl-offers .alert, .ba-tpl-offer .alert, .ba-tpl-reservations .alert {
    /*position: absolute;*/
    right: 10px;
    z-index: 50; }

  #ba-specials .ba-offers-secondary-col.col-sm-4 {
    display: none; }

  .nav-tabs.nav-justified li {
    width: 35%; }

  ul#ba-booking-tabs {
    border-bottom: 1px solid rgba(200, 200, 200, 0.5); }

  .nav-tabs.nav-justified li {
    border-bottom: none; }
    .nav-tabs.nav-justified li a, .nav-tabs.nav-justified li:first-child {
      border-bottom: none; }
    .nav-tabs.nav-justified li a:hover {
      border: none; }

  .ba-title-cart {
    text-align: left !important; }

  .ba-trash {
    position: relative;
    top: -4px;
    left: 0px; }

  .close-counter {
    padding-right: 30px;
    cursor: pointer;
    bottom: 0px;
    position: absolute;
    right: 0px; }

  .ba-tpl-offers .text-description-offer {
    margin-top: 70px;
    padding: 0px 20px; }

  .ba-counter-booking {
    margin-bottom: 20px; }

  .ba-tpl-offer .ba-package span.text-success {
    font-size: 2.5rem; }
  .ba-tpl-offer .ba-offer-button {
    margin-top: 10px; }

  .ba-tpl-offers .ba-offers .ba-package {
    padding-bottom: 50px; }

  /*******************************************************************        ROOMS   */
  .ba-packages.ba-rooms .ba-package {
    float: none; }

  .ba-more {
    color: #000000;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: underline; }

  .ba-packages.ba-rooms {
    margin-top: 0px; }

  h3.panel-title.text-center.title-room {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase; }

  .read-more-content p {
    margin-bottom: 5px; }

  .ba-longdesc.read-more-content {
    margin-top: 10px; }

  .ba-rooms-panels:nth-child(even) .col-sm-6 {
    float: right !important; }

  .text-success.ba-price-from.col-sm-6 {
    float: left !important; }

  .ba-description-rooms {
    display: none; }

  .ba-rooms .ba-price-from {
    margin-top: 10px; }

  .ba-rooms-panels {
    border-bottom: 1px solid rgba(200, 200, 200, 0.35); }
    .ba-rooms-panels .ba-room-panel .panel-body .ba-description {
      right: 0; }

  .media-xs .ba-rooms-panels .ba-room-panel .panel-body .ba-description {
    width: 100%;
    position: relative;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    top: 0;
    padding: 15px; }

  .ba-rooms .panel-body {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px; }

  .btn-read-more:hover {
    text-decoration: underline; }

  .ba-room-panel a.btn.btn-success.btn-md {
    width: 50%; }

  .ba-price-per-night, .ba-currency, .ba-from, .ba-price, .ba-number {
    display: inline; }

  .ba-rooms-panels .ba-room-panel .panel-body .ba-room-panel-button {
    margin-top: 10px; }

  .ba-rooms p {
    margin: 0px; }

  /*******************************************************************        BANNERS     */
  .ba-banners .ba-hea {
    font-size: 1.3em;
    font-family: 'futura-light', Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
    .ba-banners .ba-hea i {
      margin-top: 10px;
      line-height: 17px;
      font-size: 20px;
      font-weight: bold; }
    .ba-banners .ba-hea a {
      color: #ffffff; }
    .ba-banners .ba-hea > div {
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
      -webkit-transition: transform 0.5s ease-out, opacity 0.3s ease-in-out;
      -moz-transition: transform 0.5s ease-out, opacity 0.3s ease-in-out;
      -ms-transition: transform 0.5s ease-out, opacity 0.3s ease-in-out;
      -o-transition: transform 0.5s ease-out, opacity 0.3s ease-in-out;
      transition: transform 0.5s ease-out, opacity 0.3s ease-in-out; }
  .ba-banners .ba-banner-0 .ba-hea > div {
    background-color: #930e3a;
    color: #ffffff;
    padding: 5px 15px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 10; }
  .ba-banners .ba-package.ba-banner-0:hover .ba-hea > div, .ba-banners .ba-package.ba-banner-1:hover .ba-hea > div {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0; }
  .ba-banners .ba-package.ba-banner-2:hover .ba-hea > div {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0; }
  .ba-banners .ba-package > a > img {
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out; }
  .ba-banners .ba-package.ba-banner-0 > a > img {
    transform-origin: 100% 50%; }
  .ba-banners .ba-package:hover > a > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .ba-banners .ba-banner-0 .ba-banner-button > div {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: transform 0.5s ease-out, opacity 0.3s ease-in-out;
    -moz-transition: transform 0.5s ease-out, opacity 0.3s ease-in-out;
    -ms-transition: transform 0.5s ease-out, opacity 0.3s ease-in-out;
    -o-transition: transform 0.5s ease-out, opacity 0.3s ease-in-out;
    transition: transform 0.5s ease-out, opacity 0.3s ease-in-out;
    background-color: #930e3a;
    color: #ffffff;
    padding: 5px 15px;
    position: absolute;
    bottom: 10px;
    right: 0px;
    z-index: 10; }
  .ba-banners .ba-banner-0:hover .ba-banner-button > div {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0; }
  .ba-banners .ba-banner-button {
    font-size: 1.3em; }
    .ba-banners .ba-banner-button i {
      margin-top: 10px;
      line-height: 18px;
      font-weight: bold; }
    .ba-banners .ba-banner-button a {
      color: #ffffff; }
  .ba-banners .ba-description {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    display: block !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    font-size: 20px; }
  .ba-banners .ba-package:hover .ba-description {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  .ba-banners .ba-banner-0 .ba-description {
    padding: 50px;
    padding-bottom: 70px;
    width: 50%;
    left: auto;
    right: 10px;
    background-color: #353535;
    color: #ffffff;
    overflow: hidden; }
  .ba-banners .ba-description .ba-description-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    font-size: 1.5rem; }

  .ba-description.ba-banner-one {
    opacity: 1; }

  .ba-banner-rightone {
    background-color: #930e3a;
    color: #fff;
    padding: 10px 50px;
    position: absolute;
    bottom: 35px;
    right: 10px;
    z-index: 10;
    text-transform: uppercase; }

  .ba-banners .ba-banner-1 .ba-hea i {
    position: absolute;
    top: 0px;
    right: 7px; }
  .ba-banners .ba-banner-2 .ba-hea i {
    position: absolute;
    top: 0px;
    left: 7px; }
  .ba-banners .ba-banner-2 .ba-hea > div {
    line-height: 30px; }
  .ba-banners .ba-banner-1 .ba-hea > div {
    line-height: 30px; }

  /*******************************************************************        FOOTER    */
  .ba-arrow-up {
    display: block;
    bottom: 35px;
    position: fixed;
    right: 5px;
    z-index: 20;
    font-size: 18px;
    color: #c8c8c8; }
    .ba-arrow-up:hover {
      color: #930e3a; }
    .ba-arrow-up .fa-square {
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
    .ba-arrow-up .bicon-arrow-angle-up {
      color: #ffffff;
      font-weight: bold; }

  .ba-footer {
    background-color: #353535;
    text-align: center;
    padding: 20px 0px; }

  .ba-footer-inner {
    background-color: #353535;
    color: #dddddd;
    /*border-top: 1px solid #353535;*/
    /*height: 180px;*/
    margin-bottom: -20px;
    min-height: 150px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .ba-footer-inner a {
      color: #c8c8c8; }

  .ba-footer-top, .ba-wifi {
    color: #dddddd; }

  .ba-hotel-info {
    margin-bottom: 0px; }

  .ba-hotel-email-phone {
    margin-bottom: 20px; }

  .ba-hotel-info span a {
    color: #dddddd; }

  .ba-footer-inner hr {
    border-top-color: rgba(255, 255, 255, 0.5);
    margin: 10px 0; }
  .ba-footer-inner .ba-social {
    text-transform: lowercase;
    padding: 15px 0 0 0; }
  .ba-footer-inner .ba-services, .ba-footer-inner .ba-credits {
    padding: 15px 0 0 0; }
  .ba-footer-inner .ba-social.ba-social-bottom {
    padding-top: 8px; }
  .ba-footer-inner .ba-social ul.list-inline li {
    position: relative;
    margin-right: 12px; }
  .ba-footer-inner .ba-social.ba-social-bottom ul.list-inline li {
    margin-right: 0px; }
  .ba-footer-inner .ba-social-mobile {
    margin-right: 35px !important; }
  .ba-footer-inner .ba-social-wifi a, .ba-footer-inner .ba-social-mobile a {
    cursor: default; }
  .ba-footer-inner .ba-social-google-plus-like {
    top: 5px; }
  .ba-footer-inner .fa-wifi {
    margin-left: -1px; }
  .ba-footer-inner .ba-social .ba-social-title {
    margin-left: 10px; }
  .ba-footer-inner .breadcrumb {
    padding: 0 15px;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0; }
    .ba-footer-inner .breadcrumb > li + li:before {
      content: "| "; }
  .ba-footer-inner .ba-socials {
    line-height: 1.5; }
    .ba-footer-inner .ba-socials .ba-plus {
      display: inline-block;
      width: 50px; }
      .ba-footer-inner .ba-socials .ba-plus > div {
        margin-top: -4px !important;
        vertical-align: top !important; }

  .ba-footer-bottom .ba-gds-codes {
    padding-bottom: 20px; }
    .ba-footer-bottom .ba-gds-codes .ba-gds-list {
      list-style: none;
      padding: 0px;
      margin: 0px;
      display: inline-block; }

  .ba-gds-codes {
    color: #dddddd; }

  .ba-footer-bottom .ba-gds-codes .ba-gds-list li {
    display: inline; }
  .ba-footer-bottom .ba-gds-codes .ba-gds-item-value:after {
    content: " ÔÇó "; }
  .ba-footer-bottom .ba-gds-codes li:last-child .ba-gds-item-value:after {
    content: ""; }

  .panel-body p {
    text-align: center; }
    .panel-body p a {
      display: inline-block; }

  address h4 {
    text-align: center; }

  span.ba-phone, span.ba-fax {
    display: inline-block; }

  .form-group.ba-title {
    text-align: center; }

  input.required.checkbox-contact {
    margin-left: 0px;
    margin-right: 10px; }

  .ba-contact-container form .btn {
    margin: 0 auto; }

  .ba-vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }

  .carrousel-text {
    height: 350px;
    display: inline; }

  .breadcrumb {
    background-color: transparent; }

  .fb_iframe_widget {
    display: inline-flex !important; }

  ol.breadcrumb a {
    color: #dddddd; }
    ol.breadcrumb a:hover {
      color: #dddddd; }

  .ba-brand a {
    color: #dddddd; }

  /*******************************************************************        FORMS     */
  .ba-form .ba-title {
    position: fixed;
    top: -80000px; }

  /*******************************************************************        WHY TO BOOK     */
  .ba-whytobook {
    position: relative;
    top: 700px;
    background-color: #ffffff;
    text-align: center;
    padding: 12px;
    color: #000000;
    display: inline-block;
    line-height: 2.1rem;
    z-index: 12;
    min-width: 150px;
    max-width: 200px;
    width: min-content; }
    .ba-whytobook:hover {
      text-decoration: none; }

  .ba-strikethrough.ba-whybook {
    text-align: right;
    z-index: 10;
    position: relative; }

  .ba-whynow {
    padding-left: 0px;
    padding-right: 0px;
    height: 0px; }

  .ba-why {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
    .ba-why:hover, .ba-why:focus, .ba-why:active {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
      color: #ffffff;
      text-decoration: none; }
    .ba-why:hover:before, .ba-why:focus:before, .ba-why:active:before {
      -webkit-transform: translateY(30px);
      transform: translateY(30px); } }
@media (min-width: 768px) and (min-height: 1080px) {
  .ba-whybook-beopened .ba-whytobook {
    top: 600px; } }
@media (min-width: 768px) {
  .ba-why-text {
    border: 1px solid #000000;
    padding: 10px;
    line-height: 1.3em;
    text-transform: uppercase;
    text-align: center;
    color: #000000; } }
@media (min-width: 768px) and (max-width: 1400px) and (min-height: 1080px) {
  .ba-whytobook {
    top: 500px; } }
@media (min-width: 768px) {
  /************************************************************************************ ROOMS PAGE IMAGE PREVIEW */
  #imgPreviewWithStyles {
    z-index: 999;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

  /************************************************************************************ PAGE REVIEWS */
  * {
    box-sizing: border-box !important; }
    *:before, *:after {
      box-sizing: border-box !important; }

  .ba-main-column .ba-review-column {
    -moz-column-width: 25em;
    -webkit-column-width: 25em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    padding-bottom: 40px; }

  .col-sm-12.ba-main-column .row > .col-md-4 {
    display: inline-block;
    padding: .33rem;
    width: 100%;
    float: none; }

  .ba-review-title {
    font-size: 1.5em; }

  .media-heading {
    display: inline;
    margin-right: 20px; }

  ul.media-list {
    margin-top: 30px; }

  i.fa.fa-quote-left.fa-3 {
    color: grey;
    margin-top: 15px;
    font-size: 3em; }
    i.fa.fa-quote-left.fa-3.comment {
      display: inline-block; }

  span.ba-comment {
    display: inline-block; }

  i.fa.fa-calendar, i.fa.fa-user-circle, i.fa.fa-commenting {
    color: #930e3a;
    margin-right: 5px; }

  .ba-booking i.fa.fa-calendar {
    color: #ffffff;
    margin-right: 0px;
    margin-left: 10px; }

  h4.media-heading.commment-hotel {
    display: inherit;
    font-weight: bold;
    text-align: center; }

  h1.ba-strikethrough {
    color: #000000;
    background-color: transparent;
    margin-bottom: 10px;
    font-size: 25px; }

  .ba-strikethrough span:before, .ba-strikethrough span:after {
    border-bottom: 1px solid #930e3a; }

  .well-review {
    background-color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: -5px 4px 16px 0px rgba(102, 102, 102, 0.1);
    -moz-box-shadow: -5px 4px 16px 0px rgba(102, 102, 102, 0.1);
    box-shadow: -5px 4px 16px 0px rgba(102, 102, 102, 0.1);
    position: relative;
    display: block;
    border-top: 6px solid #585858;
    text-align: center;
    padding: 15px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px; }

  .ba-tpl-reviews .media-body p {
    text-align: center; }

  /************************************************************************************ PAGE OFFERS */
  .ba-offers-secondary-col {
    position: absolute;
    top: 80px;
    right: 0px; }

  .ba-tpl-offers .ba-packages {
    text-align: center;
    margin-top: 30px; }

  .row.vertical-align {
    display: block;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin-left: 0px;
    position: relative; }

  .ba-package:nth-child(even) .picture-offer {
    float: right !important; }

  .col-sm-6.picture-offer img {
    display: inline; }

  .button-offer {
    width: 40% !important;
    display: inline-block; }

  .ba-tpl-offers .ba-offers-secondary-col {
    background-color: #ffffff; }

  span.number-offers {
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #930e3a;
    display: inline;
    padding: 2px 7px;
    line-height: 17px;
    vertical-align: top;
    position: absolute;
    left: 14px;
    bottom: 21px;
    color: #ffffff; }
  span.counter-offers {
    position: relative;
    right: 80px;
    cursor: pointer; }

  .ba-offers-secondary-col .ba-packages.ba-offers {
    background-color: rgba(200, 200, 200, 0.35);
    border-top: none;
    position: relative; }

  .ba-package span.text-success {
    font-size: 1.3rem; }

  .ba-offers-secondary-col {
    -webkit-box-shadow: -7px -2px 44px -7px rgba(138, 134, 138, 0.46);
    -moz-box-shadow: -7px -2px 44px -7px rgba(138, 134, 138, 0.46);
    box-shadow: -7px -2px 44px -7px rgba(138, 134, 138, 0.46); }

  .ba-booking-offers input.ba-pricegroup, .ba-booking-offers input#ba-book-now-pop {
    background-color: #585858; }

  .close-counter, .triangle-up {
    display: none; }

  .triangle-up-show {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(200, 200, 200, 0.35);
    top: -15px;
    right: 75px;
    position: absolute; }

  .ba-offers-secondary-col-close {
    box-shadow: none; }

  .ba-offers-primary-col span.text-success {
    font-size: 3rem;
    text-transform: uppercase; }

  h3.col-sm-6.ba-compare-sentence {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    color: #000000;
    font-size: 16px; }

  .ba-offers-title h2 {
    margin-top: 0px; }

  span.ba-from {
    font-size: 1.5rem; }

  /*******************************************************************        HOTEL PAGE      */
  /*******************************************************************        MEETINGS      */
  .ba-form-meetings .radio.col-sm-6.col-md-4, .ba-form-meetings.col-md-4 {
    text-align: left; }

  .form-group.col-xs-12.col-sm-6 {
    text-align: left; }

  .ba-form-meetings .col-sm-12 {
    text-align: left; }
  .ba-form-meetings .btn-success {
    width: 100% !important; }
  .ba-form-meetings .form-group.col-xs-12 {
    text-align: left; }

  /*******************************************************************        WEDDINGS      */
  .ba-form-wedding {
    border: none;
    border-radius: 0px;
    box-shadow: none; }
    .ba-form-wedding h2, .ba-form-wedding .col-xs-12, .ba-form-wedding .form-group.checkbox {
      text-align: left; }

  .ba-form-weddings .btn-success {
    width: 100% !important; }

  /*******************************************************************        MEETINGS    */
  .well.well-lg.ba-form.ba-form-meetings {
    border: none;
    border-radius: 0px;
    box-shadow: none; }

  .ba-picture-outer {
    padding: 0px; }

  .ba-picture-inner {
    margin-left: 0px;
    margin-right: 0px; }

  /*******************************************************************    LOCATION      */
  form.form-location {
    padding: 0px 150px; }

  .ba-map-container .panel-default .ba-strikethrough span:before, .ba-map-container .panel-default .ba-strikethrough span:after {
    border-bottom: 1px solid #930e3a; }

  address p {
    margin: 20px 0px; }

  .ba-map-container .panel-heading .panel-title {
    font-size: 18px; }

  /*******************************************************************    CONTACT     */
  .ba-tpl-contact.ba-container.ba-container-padding {
    padding-top: 0px; }

  .ba-container.ba-container-padding.content.ba-container-contact {
    padding-top: 166px; }

  .ba-contact-container .panel-default .ba-strikethrough span:before, .ba-contact-container .panel-default .ba-strikethrough span:after {
    border-bottom: 1px solid #930e3a; }

  .ba-tpl-contact .ba-computer {
    margin: 0 auto; }

  .ba-slider-contact {
    padding: 0px;
    margin: 0px; }

  .ba-slider-outer-contact {
    padding: 0px; }

  .ba-slider-contact #carousel-gallery {
    top: 0px !important;
    margin-bottom: 0px !important; }

  .ba-container-contact p {
    text-align: center; }
  .ba-container-contact form {
    padding: 0px 150px; }

  .ba-contact-container .panel-heading .panel-title {
    font-size: 18px; }

  address a span, address p a {
    color: #000000; }
  address span .fa {
    color: #930e3a; }

  /*******************************************************************    POPUP     */
  .ba-promoform-hide .btn.btn-success {
    background-color: #930e3a; } }

/*# sourceMappingURL=responsive.css.map */
