
  /* css/general.css */

  /* ROSA:     #ff6f6f */
  /* BLU:      #3B73B9 */
  /* GRIGINO:  #e7eaeb */
  /* GRIGETTO: #cccccc */
  /* GRIGIONE: #728089 */
  /* ROSSO:    #a81305 */
  /* BLU2:     #10234D */

  * {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  html,
  body,
  textarea,
  input,
  select {
    font-family: "Josefin Sans", sans-serif;
  }

  div,
  button {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
    width: 100%;
    text-align: center;
  },
  
  h1 {
    font-weight: bold;
    width: 100%;
    text-align: left;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 60px;
    color: #10234d;
  }

  h2 span {
    font-size: 35px;
    color: #3B73B9;
    text-transform: capitalize;
    border-bottom: 1px solid #ff4c4c;
  }
  h3 {
    font-size: 60px;
    margin-bottom: 60px;
    color: #10234d;
  }

  h3 span {
    font-size: 35px;
    color: #3B73B9;
    text-transform: capitalize;
    border-bottom: 1px solid #ff4c4c;
  }


  h4 {
    font-size: 35px;
    line-height: 32px;
    margin-bottom: 60px;
    color: #10234d;
  }
  a {
    text-decoration: none;
    outline: 0;
    color: #fff;
  }
  h5 {
    font-size: 20px;
    color: #10234d;
    text-transform: capitalize;
    border-bottom: 0px dashed #3b73b9;
  }

  #general-wrapper {
    min-width: 512px;
  }

  .generic-wrapper {
    position: relative;
    margin: 0px auto;
    max-width: 896px;
    height: 100%;
    overflow: hidden;
  }

  .generic-wrapper-divisor {
    overflow: hidden;
  }
  .genericbr-wrapper {
    width:30%;
    height:30%; 
    position: relative;
    margin: 0px auto;
    max-width: 896px;
    height: 100%;
    overflow: hidden;
  }
.genericbr-wrapper-divisor {
    overflow: hidden;
  }

  .margin-top-divisor {
    margin-top: 32px;
  }

  .icon-border-radius {
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
          border-radius: 15px;
    -webkit-border-bottom-left-radius: 0px;
       -moz-border-bottom-left-radius: 0px;
            border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
       -moz-border-bottom-right-radius: 0px;
            border-bottom-right-radius: 0px;
  }

  .br0px {
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
  }

  .filter {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 100;
  }
  
  .filter03 {
      background: #3b73b9bd;
  }
  
  .filter05 {
      background: #3b73b98c;    

  }
  .filter06 {
      background: #10234d85;
  }
.filter07 {
      background: #2e8b5761;
  }
.filter08 {
      background: #ff4c4c57;
  }



  #wrapper-navbar {
      position: fixed;
      top: 20px;
      width: 100%;
      opacity: 0.84;
      z-index: 1000;
  }
  
  #navbar {
      margin: 0px 20px;
      background: #3B73B9;
  }
  
  #navbar .container {
      position: relative;
      margin: 0px auto;
      overflow: hidden;
  }
  
  #logo {
      float: left;
      margin: 10px 10px;
      height: 60px;
      }
  #logo .wrapper-img:hover img {
    animation: bounce 1s;
  }
  #book-button {
      position: absolute;
      height: 60px;
      width: 144px;
      overflow: hidden;
      top: 10px;
      left: 50%;
      text-align: center;
      text-transform: Capitalize;
      font-weight: bold;
      color: #fff;
      background: #10234d;
      border: 2px solid #fff;
      display: inline-block;
      z-index: 3000;
      font-size: 20px;
      cursor: pointer;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 30px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  
  #book-button div:hover {
      /* background-color: ##3b73b9; */
  }
  
  #book-button div {
      height: 60px;
      line-height: 56px;
  }
  
  #book-button img {
      margin: 11px 0px 11px 11px;
      height: 30px;
      float: right;
  }
  
  #book-button a {
      color: #fff;
  }
  
  #book-button .link {
      margin: 0px 20px;
      border-top: 1px dashed #3b73b9;
      text-align: left;
  }
  
  #fixed-price {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 40px;
      font-weight: bold;
      color: #fff;
      display: none;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }
  
  #nav-real-price {
      margin-left: 10px;
      font-size: 24px;
      line-height: 24px;
      height: 24px;
      color: #ff6f6f;
      display: inline-block;
      text-decoration: line-through;
  }
  
  #languages {
      position: absolute;
      right: 35px;
      top: 30px;
      height: 24px;
      padding: 1px 4px;
      cursor: pointer;
      text-align: center;
      text-transform: lowercase;
      font-size: 20px;
      font-weight: bold;
      background: #fff;
      color: #ff4c4c;
      border: 2px solid #10234d;
      overflow: hidden;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      z-index: 2000;
  }
  
  #languages a {
      color: #3b73b9;
  }
  
  #languages div {
      height: 40px;
      line-height: 18px;
  }
  
  #languages .link {
      border-top: 1px dashed #3b73b9;
  }
  
  #main {
      margin-top: 120px;
  }
  
  #fakeimg {
      position: relative;
      margin: 120px 20px 0px 20px;
      height: 640px;
      overflow: hidden;
      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
  }
  
  #fakeimg-slider {
      height: 100px;
  }
  
  #fakeimg-slider .background {
      position: relative;
      float: left;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
  }
  
  #bg1 {
      background-image: url("../img/bg1.jpg");
  }
  
  #bg2 {
      background-image: url("../img/bg2.jpg");
  }
  
  #bg3 {
      background-image: url("../img/bg3.jpg");
  }
  
  #bg4 {
      background-image: url("../img/bg4.jpg");
  }
  
  #bg5 {
      background-image: url("../img/bg5.jpg");
  }
  #bg6 {
      background-image: url("../img/bg6.jpg");
  }
  #bg7 {
      background-image: url("../img/bg9.jpg");
  }
#bg8 {
      background-image: url("../img/bg1.jpg");
  }
  
  #fakeimg-controls {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      left: 0px;
      height: 10px;
      overglow: hidden;
      z-index: 500;
  }
  
  #fakeimg-controls img {
      height: 20px;
  }
  
  #fakeimg-left {
      float: left;
      margin-left: 5px;
      cursor: pointer;
  }
  
  #fakeimg-right {
      float: right;
      margin-right: 5px;
      cursor: pointer;
  }
  
  #fakeimg-index {
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: 50px;
      line-height: 50px;
      z-index: 500;
      width: 100%;
      text-align: center;
  }
  
  #fakeimg-index div {
      display: inline-block;
      color: #fff;
      width: 28px;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
  }
  
  #fakeimg-index #z1 {
      color: #3B73B9;
  }
  
  #fakeimg-book-bar {
    position: absolute;
    padding: 5px;
    margin: 0px 20px;
    bottom: 10px;
    left: 50%;
    width: 85%;
    max-width: 1100px;
    height: 100px;
    background: #fff;
    z-index: 500;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 20px;
  }
  
  #fakeimg-book-bar div,
  #fakeimg-book-bar select {
      float: left;
      height: 38px;
      line-height: 40px;
      cursor: pointer;
      padding: 0px 10px;
      font-size: 20px;
      text-transform: capitalize;
      border: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 20px;
  }
  
  .book-bar-error {
      position: absolute;
      width: 100%;
      height: 40px;
      line-height: 40px;
      top: 485px;
      color: #ff4c4c;
      background: #fff;
      font-size: 20px;
      text-align: center;
      z-index: 100;
  }
  
  #book-bar-error-1,
  #book-bar-error-2 {
      display: none;
      border-radius: 20px;


  }
  
  #fakeimg-book-bar img {
      float: right;
      margin-top: 6px;
      height: 24px;
      width: 24px;
  }
  
  #book-bar-location {
      margin: 45px 0%;
      width: 38%;
      background: #3B73B9;
      color: #fff;
      text-align: left;
  }
  
  #book-bar-arrival {
      margin: 45px 2%;
      width: 38%;
      background: #3B73B9;
      color: #fff;
      text-align: left;
  }
  
  #book-bar-confirm {
      margin: 45px 0%;
      width: 19%;
      background: #ccc;
      color:#3B73B9;
      text-align: left;
  }

  #location-container div {
    height: 64px;
    font-size: 24px;
    display: inline-block;
  }
  
  #location-container img {
      height: 64px;
  }
  
  #title {
      position: absolute;
      top: 50%;
      color: #fff;
      display: inline-block;
      width: 100%;
      line-height: 60px;
      text-align: center;
      font-size: 60px;
      font-weight: bold;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  


  /***** Wrapper info location *****/

  #wrapper-info-location {
    background: #10234d;
    margin: 20px;
    text-align: center;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }

  #wrapper-info-location a {
    margin: 0px 20px;
    color: #fff;
    height: 144px;
    line-height: 144px;
    font-size: 22px;
    font-weight: bold;
  }

  #info-img-left,
  #info-img-right {
    position: absolute;
    top: 48px;
    height: 48px;
    width: 48px;
    background-image: url("../img/airplane.svg");
    background-repeat: repeat;
    background-size: 48px 48px;
  }
  
  #info-img-left {
    left: 40px;
  }
  
  #info-img-right {
    right: 40px;
  }
  
  #info-icon {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    width: 32px;
    height: 32px;
    background-image: url("../img/info.svg");
    background-size: 32px 32px;
  }
  /***** Wrapper location *****/
  
  #wrapper-location {
    margin: 20px;
    text-align: center;
    overflow: hidden;
    background: #fff;
  }
  
  #wrapper-location .location-container {
    width: 21%;
    display: inline-block;
    overflow: hidden;
  }
  
  #wrapper-location .container {
    position: relative;
    margin: 0px auto 0px auto;
    width: 180px;
    background: #3B73B9;
    cursor: pointer;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  
  @keyframes bounce {
    0%,
    20%,
    60%,
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
    80% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  }
  
  #wrapper-location .container:hover img {
    animation: bounce 1s;
  }
  
  #wrapper-location .container:hover .link {
    animation: bounce 1s;
  }
  
  #wrapper-location .container .img-container {
    border-bottom: 1.5px dashed #fff;
  }
  
  .mxp-bgy-code,
  .bgh-zzz-code {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 80px;
    height: 25px;
    padding-top: 0px;
    background: #fff;
    color: #ff4c4c;
    font-size: 15px;
    font-weight: bold;
  }
  
  .mxp-bgy-code a,
  .bgh-zzz-code a {
      color: #728089;
  }
  
  .mxp-bgy-code {
    -webkit-border-bottom-left-radius: 30px;
       -moz-border-bottom-left-radius: 30px;
            border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
       -moz-border-bottom-right-radius: 30px;
            border-bottom-right-radius: 30px;
  }
  
  .bgh-zzz-code {
    -webkit-border-bottom-left-radius: 30px;
       -moz-border-bottom-left-radius: 30px;
            border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
       -moz-border-bottom-right-radius: 30px;
            border-bottom-right-radius: 30px;
  }
  
  #wrapper-location h3 {
    margin-top: 20px;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;

  }
  
  #wrapper-location .link {
    margin-top: 35px;
    min-width: 180px;
    padding: 7px;
    margin-bottom: 0px;
    line-height: 18px;
    text-decoration: none;
    color: #fff;
    background: #10234D;
    text-transform: Capitalize;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  
  #wrapper-location img {
    margin: 60px 30px 20px 30px;
    width: 100px;
    height: 100px;
  }
  
  .wrapper-faqs ul {
    overflow: hidden;
  }
  
  .wrapper-faqs .p2 {
    margin: 5px 0px;
    line-height: 48px;
    border-bottom: 1px solid #10234d;
  }
  
  .wrapper-fqs .p2 > b {
    line-height: 48px;
  }
  
  .plus-button {
    float: left;
    margin-top: 8px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: #3B73B9;
    display: inline-block;
    color: #fff;
    font-size: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  /***** Wrapper icon *****/
  
  #wrapper-icon {
      margin: 0px 20px;
      background: #fff;
      text-align: center;
  }
  
  #wrapper-icon .icon-container {
      float: left;
      padding: 0px 20px;
      width: 50%;
      text-align: center;
  }
  
  #wrapper-icon .icon-container-2 {
      padding: 0px 40px 0px 0px;
      width: 100%;
      text-align: center;
  }
  
  #wrapper-icon .intestation {
      height: 80px;
      line-height: 80px;
      overflow: hidden;
  }
  
  #wrapper-icon .intestation .icon {
      float: left;
      width: 80px;
      height: 80px;
      background: #3B73B9;
      overflow: hidden;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 15px;
  }
  
  #wrapper-icon .intestation .icon img {
      margin: 18px;
      width: 45px;
  }
  
  #wrapper-icon .intestation h4 {
      margin-left: 100px;
      text-align: left;
      font-size: 20px;
      font-weight: bold;
      text-transform: capitalize;
      color: #10234D;
  }
  
  #wrapper-icon .text {
      margin-top: 20px;
      font-size: 16px;
      line-height: 20px;
      text-align: justify;
      color: #3B73B9;
  }
  
  #wrapper-icon .overflow-hidden {
      overflow: hidden;
  }
  /***** wrapper photo *****/
  
  #wrapper-photo {
      margin: 60px auto 20px auto;
      overflow: hidden;
      text-align: center;
  }
  
  #wrapper-photo .container {
      position: relative;
      background: #ccc;
      margin: 1%;
      width: 48%;
      height: 48%;
      float: left;
      cursor: pointer;
      overflow: hidden;
  }
  
  #wrapper-photo .controls {
      position: absolute;
      width: 100%;
      top: 50%;
      display: none;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  
  #wrapper-photo .info,
  #wrapper-photo .info-iframe {
      position: absolute;
      bottom: 20px;
      left: 50%;
      background: #3b73b9;
      padding: 12px 30px;
      color: #fff;
      font-size: 15px;
      text-transform: capitalize;
      border: 2px solid #fff;
      background: #3b73b9;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 30px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  
  #wrapper-photo .info:hover,
  #wrapper-photo .info-iframe:hover {
      background: #10234d;
      color: #fff;
      border: 2px solid #fff;
      font-size: 18px;
  }
  
  #wrapper-photo .info {
      display: none;
  }
  
  #wrapper-photo .controls-no-filter {
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 100;
  }
  
  #wrapper-photo .images {
      overflow: hidden;
  }
  
  #wrapper-photo .images img {
      width: 100%;
      height: 100%;
      float: left;
  }
  
  #wrapper-photo .left {
      margin-left: 5px;
      float: left;
      height: 15px
  }
  
  #wrapper-photo .right {
      margin-right: 5px;
      float: right;
      height: 15px
  }
  
  #wrapper-photo img {
      height: 50px;
  }
  
  #wrapper-photo .image {
      width: 100%;
      height: 100%;
  }
  
  #wrapper-photo .content {
      position: absolute;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 150;
  }
  
  #wrapper-photo .content .text {
    position: relative;
    color: #fff;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: bold;
  }
  
  #wrapper-photo .content .title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
  }
  
  #wrapper-photo .content .icon {
    margin: 32px 0px;
    width: 48px;
    height: 48px;
  }
  
  #ostelzzz-preview {
    width: 100%;
    height: 100%;
    border: 0px solid #fff;
    padding: 0px;
    background: #fff;
  }

  #ostelzzz-img {
    background-image: url("../img/ostelzzz.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    

  }

  .ostelzzz-logo {
      position: absolute;
      bottom: 60%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      width: 200px;
  }

  .ostelzzz-link {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 50%;
    height: 10px;
    background: #3b73b9;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    border: 2px solid #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    border-radius:30px;
  }

  .review {
    position: relative;
    float: left;
  }
  
  .review-container {
      position: absolute;
      top: 50%;
      padding: 60px;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
  }

  .review-container h5 {
      font-size: 32px;
      margin-bottom: 50px;
      color: #10234d;
  }

  .review-text {
      color: #3B73B9;
      line-height: 22px;
      font-size: 18px;
      font-weight: bold;
  }

  .review .signature {
      margin-top: 50px;
      font-size: 22px;
      font-weight: bold;
      font-family: "Kaushan Script";
      color: #10234d;
  }

  .review .stars {
      margin-top: 50px;
      font-size: 32px;
      font-weight: bold;
      font-family: "Kaushan Script";
      color: #ffa500;
  }
  
  #ostelzzz {
      width: 100%;
      height: 100%;
  }
  /***** Social *****/
  
  #wrapper-social {
      margin: 20px 20px 5px 20px;
      background: #3B73B9;
      text-align: center;
      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
  }
  
  #wrapper-social .container {
      display: inline-block;
      width: 80px;
      height: 50px;
      margin: 20px;
      cursor: pointer;
  }
  
  #wrapper-social .container:hover {
      animation: bounce 1s;
  }
  
  #wrapper-social img {
      margin: 24px;
      width: 32px;
      height: 32px;
  }
  /***** Footer *****/
  
  #footer {
    position: relative;
    margin: 0px 20px 20px 20px;
    height: 502px;
    background: #3B73B9;
    border-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  #footer #copyright {
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-top: 2px dashed #fff;
  }
  
  #footer #bar {
    position: relative;
    padding: 16px 0px;
    line-height: 64px;
    text-align: center;
    border-bottom: 2px dashed #10234d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
  }

  #footer #bar a {
    margin: 0px 10px;
    color: #fff;
  }

  #footer #bar span {
    color: #fff;
  }

  #footer #bar a:hover {
    text-decoration: underline;
  }

  #footer #indirizzo,
  #footer #email {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  #footer .container {
    position: relative;
    width: 50%;
    height: 192px;
    padding: 40px;
    text-align: center;
    float: left;
  }

  #footer #indirizzo img {
    width: 120px;
    height: 160px;
    margin-top: 0px;
  }
  #footer #email img {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
  #footer #indirizzo div {
    margin-top: -58px;
    line-height: 20px;
    color: #10234d;
  }
  #footer #email div {
    margin-top: 35px;
    line-height: 0px;
    color: #10234d;
  }
  .float-left {
    float: left;
  }

  .float-right {
    float: right;
  }

  .float-rightback {
    float: right;
    margin-right: 90px;
    margin-top: 1%;
    color: #10234d;
    background: #fff0;
    border-radius: 20px;
    height: 45px;
    font-size: 25px;
    border: 2px solid #fff;
    cursor: pointer;
    position: relative;
  }

  #wrapper-optional-canc {
    margin: 20px;
    background: #fff;
  }

  #wrapper-optional-zplus {
    margin: 20px;
    background: #fff;
  }

  .wrapper-padding {
    padding: 80px 40px;
  }

  #wrapper-contacts {
    margin: 60px 20px 0px 20px;
    padding-bottom: 20px;
  }

  #contact-form {
    margin: 0px auto;
    padding: 10px 20px 20px 20px;
    max-width: 896px;
    background: #3B73B9;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  #contact-form input {
    float: left;
    padding: 0px 20px;
    height: 35px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #10234d;
    border: none;
    text-transform: capitalize
     ;
    border-radius: 35px;
  }

  #contact-form fieldset {
    margin: 20px 0px;
    color: #fff
  }

  #contact-form #message {
    width: 100%;
    height: 150px;
    padding: 20px;
    resize: none;
    font-size: 20px;
    font-weight: bold;
    background: #3B73B9;
    color: #fff;
    border: none;
    text-transform: none;
    border-radius: 35px;
  }

  #contact-form #h {
    display: none;
  }

  #contact-form #name {
    margin-right: 4%;
    width: 48%;
  }

  #contact-form #email {
    width: 48%;
  }

  #contact-form #subject {
    width: 100%;
  }

  .email-error,
  .email-confirm {
    margin: 40px 0px;
    display: none;
    text-align: center;
    color: #ff4c4c;
    width: 100%;
    font-size: 18px;
  }

  .email-error {
    color: #ff4c4c;
  }

  .email-confirm {
    color: #2e8b57;
  }

  #send-email {
      display: inline-block;
      padding: 0px 40px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      color: #3B73B9;
      background: #fff;
      cursor: pointer;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 35px;
    
  }
  
  .container-margin-top {
      margin-top: 40px;
  }
  
  #wrapper-languages {
      position: fixed;
      display: none;
      width: 190px;
      height: 128px;
      right: 20px;
      background: #ccc;
      z-index: 1000;
      border-radius: 10px;
  }
  
  #wrapper-map {
      position: relative;
      margin: 20px 20px 20px 20px;
  }
  
  #map {
      position: initial;
      margin: 0px auto;
      max-width: 850px;
      height: 850px;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
  }
  
  .map-mxp {
      background-image: url("../img/map-mxp-min.png");
  }
  .map-bgy {
      background-image: url("../img/map-bgy-min.png");
  }
  .map-bgh {
      background-image: url("../img/map-bgh-min.png");
  }
  .map-vrn {
      background-image: url("../img/map-vrn-min.png");
  }
  .map-trn {
      background-image: url("../img/map-trn-min.png");
  }
  .map-wmi {
      background-image: url("../img/map-wmi-min.png");
  }
  
  .map-vie {
     background-image: url("../img/map-vie-min.png");
  }
  
  .map-vce {
     background-image: url("../img/map-vce-min.png");
  }
  
  #price-container {
      height: 60px;
      line-height: 60px;
      padding: 0px 20px;
      overflow: hidden;
  }
  
  #wrapper-slot {
      padding-top: 20px;
  }
  
  #wrapper-terms-and-conditions {
      margin: 0px 20px 20px 20px;
      background: #fff;
  }
  
  #wrapper-terms-and-conditions ul {
      margin: 20px;
      color: #3B73B9;
      font-size: 16px;
      line-height: 22px;
      text-align: justify;
      list-style-type: disc;
  }
  
  #wrapper-terms-and-conditions ul li {
      margin: 10px 20px;
  }
  
  #wrapper-terms-and-conditions ul p {
      margin: 10px 0px;
  }
  
  #wrapper-terms-and-conditions .s1 b {
      margin-left: 10px;
      font-size: 20px;
      font-weight: bold;
      color: #10234d;
      text-transform: unset;
  }
  
  #wrapper-team {
      margin: 0px 20px;
  }
  
  #wrapper-team .team {
      postion: relative;
      margin: 20px 0px;
      padding: 20px;
      width: 100%;
      background: #10234d;
      overflow: hidden;
      border-radius: 15px;
  }
  
  #wrapper-team .team img {
      width: 100%;
  }
  
  #wrapper-team .team .left {
      width: 20%;
      float: left;
  }
  
  #wrapper-team .team .right {
      width: 80%;
      padding-left: 20px;
      float: left;
  }
  
  #wrapper-team .team .title {
      margin-top: 5px;
      font-weight: bold;
      font-size: 22px;
      color: #fff;
  }
  
  #wrapper-team .team .description {
      margin-top: 20px;
      font-size: 16px;
      font-style: italic;
      color: #3B73B9;
      font-weight: bold;
  }
  
  #wrapper-team .team .type {
      margin-top: 20px;
      color: #3B73B9;
      font-weight: bold;
  }
  
  #wrapper-page-contacts {
      margin: 20px;
  }
  
  .page-contacts {
      width: 48%;
      margin: 1%;
      padding: 40px 0px;
      background: #3b73b9;
      text-align: center;
      float: left;
      border-radius: 50px;
  }
  
  .page-contacts img {
      margin: 40px 0px;
      width: 128px;
  }
  
  .page-contacts .red {
      color: #ff4c4c;
  }
  
  .page-contacts h6 {
      text-transform: uppercase;
      font-size: 18px;
      color: #10234d;
  }
  
  .page-number {
      font-weight: bold;
      font-size: 26px;
      color: #10234d;
  }
  
  .page-time {
      margin-top: 20px;
      font-size: 16px;
      color: #10234d;
      font-weight: bold;
  }
  
  #wrapper-info {
      margin: 0px 20px;
  }
  
  #wrapper-info h6 {
      font-size: 20px;
      line-height: 28px;
      color: #10234d;
  }
  
  #info-book-container {
      text-align: center;
  }
  
  .info-book-now {
      display: inline-block;
      background: #3B73B9;
      color: #fff;
      text-transform: uppercase;
      padding: 20px 30px;
      font-weight: bold;
      border-radius: 35px;
  }
  
  #wrapper-photo .mxp-img {
      width: 100%;
      height: 100%;
  }
 
  
  .mxp-button {
      position: absolute;
      bottom: 25px;
      left: 50%;
      transform: translate(-50%);
      border: none;
      background: #3B73B9;
      color: #fff;
      padding: 14px 30px;
      text-transform: capitalize;
      font-size: 15px;
      z-index: 100;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 30px;
      border: 1px solid #fff;
  }
  
  .Booking-button {
      position: absolute;
      bottom: 75px;
      left: 50%;
      transform: translate(-50%);
      border: none;
      background: #3B73B9;
      color: #fff;
      padding: 14px 30px;
      text-transform: capitalize;
      font-size: 15px;
      z-index: 100;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 30px;
      border: 1px solid #fff;
  }
  
  .mxp-button:hover {
      background: #10234d;
      color: #fff;
      padding: 14px 30px;
      font-size: 15px;
      text-transform: capitalize;
      border: 1px solid #10234d;
      background: #10234d;
  }
  .Booking-button:hover {
      background: #10234d;
      color: #fff;
      padding: 14px 30px;
      font-size: 15px;
      text-transform: capitalize;
      border: 1px solid #10234d;
      background: #10234d;
  }

  #wrapper-text {
      margin: 0px 20px 50px 20px;
      line-height: 20px;
      text-align: justify;
      color: #3B73B9;
  }
  
  #wrapper-2,
  #wrapper-3,
  #wrapper-4 {
      display: none;
  }
  
  #slider {
      display: none;
  }
  
  .mg-top-220 {
      margin-top: 220px !important;
  }
  
  .mg-top-150 {
      margin-top: 150px !important;
  }
  
  .mg-top-40 {
      margin-top: 40px;
  }
  
  .summary {
      text-transform: uppercase;
      background: #fff;
  }
  
  .summary:hover {
      background: #fff;
      color: #3B73B9;
  }
  
  #wrapper-checkout {
      position: relative;
      margin: 40px auto;
      padding: 0px 20px;
      width: 70%;
      max-width: 640px;
  }
  
  #wrapper-checkout img {
      position: absolute;
      width: 40px;
      height: 40px;
  }
  
  #paypal-icon {
      left: -50px;
      top: 0px;
  }
  
  #credit-card-container {
      position: absolute;
      left: -64px;
      top: 60px;
      height: 192px;
      width: 64px;
      background: #e7eaeb;
  }
  
  #credit-cards-icon {
      left: 14px;
      top: 72px;
  }
  /***** Calendar *****/
  
  #wrapper-calendar {
      margin: 20px 0px 20px 0px;
  }
  
  #calendar {
      position: relative;
      margin: 0px auto;
      width: 96%;
      overflow: hidden;
  }
  
  #calendar-content {
      overflow: hidden;
  }
  
  .month {
      padding: 0px 10px;
      text-align: center;
      height: 50px;
      line-height: 50px;
      font-size: 25px;
      font-weight: bold;
      color: #3B73B9;
      text-transform: capitalize;
  }
  
  .days {
      width: 100%;
      overflow: hidden;
  }
  
  .days div {
      margin: 1%;
      display: inline-block;
      width: 12%;
      float: left;
      font-weight: bold;
      font-size: 16px;
      color: #10234d;
      text-align: center;
      height: 30px;
      line-height: 30px;
      text-transform: uppercase;
  }
  
  .week {
      margin: 0px 0px 10px 0px;
      width: 100%;
      float: right;
      overflow: hidden;
  }
  
  .disable,
  .active,
  .void {
      margin: 2%;
      width: 10%;
      height: 80px;
      line-height: 85px;
      float: left;
      display: unset;
      font-weight: bold;
      font-size: 35px;
      text-align: center;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 0px;
  }
  
  .active {
      color: #3B73B9;
      cursor: pointer;
      border: 2px solid #10234d;
  }
  
  .disable {
      color: #ff6f6f;
      border: 1px dashed #ff6f6f;
      
  }
  
  .today {
      padding-top: 10px;
      border: 2px solid #ffa500;
      color: #ffa500;
      line-height: 18px;
      height: 40px;
  }
  
  #left-arrow {
      float: right;
      font-size: 40px;
      cursor: pointer;
  }
  
  #right-arrow {
      float: left;
      font-size: 40px;
      cursor: pointer;
  }
  
  .inside {
      font-size: 14px;
  }
  
  .selected-day-checkin,
  .selected-day-checkout {
      padding-top: 22px;
      background: #3B73B9;
      color: #fff;
      border: 1px dashed #fff;
      line-height: 18px;
      height: 80px;
  }
  
  .selected-day-checkin .inside::after {
      content: "IN";
  }
  
  .selected-day-checkout {
      color: #10234d;
  }
  
  .selected-day-checkout .inside::after {
      content: "OUT";
  }
  
  .modal-background {
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0.7;
      z-index: 5000;
  }
  
  #wrapper-modal-locations {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      display: none;
      z-index: 5000;
  }
  
  #wrapper-calendar-home {
      position: absolute;
      padding: 20px 10px;
      border: 4px solid #3B73B9;
      width: 512px;
      background: #fff;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9999;
  }
  
  #wrapper-calendar-home .disable,
  #wrapper-calendar-home .active,
  #wrapper-calendar-home .void {
      height: 50px;
      line-height: 45px;
      font-size: 18px;
  }
  
  .selected-day-checkin-home,
  .selected-day-checkout-home {
      background: #3B73B9;
      border: 2px solid #3B73B9;
  }
  
  .selected-day-checkin-home {
      color: #fff;
  }
  
  .selected-day-checkout-home {
      color: #ff6f6f;
  }
  
  .question-mark {
      margin-left: 10px;
      color: #fff;
      background: #3B73B9;
      height: 32px;
      line-height: 32px;
      width: 32px;
      display: inline-block;
      font-size: 20px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
  }
  
  .text-payment-result {
      text-align: center;
      margin: 50px 0px;
      padding: 0px 20px;
      font-size: 18px;
      line-height: 20px;
      color: #3B73B9;
  }
  
  .post-preview {
      position: relative;
      margin: 0px auto;
      padding: 0px 16px;
      max-width: 896px;
      border-bottom: 6px dashed #ccc;
      margin-bottom: 32px;
      padding-bottom: 32px;
  }
  
  .post-preview h2 {
      height: 40px;
      line-height: 40px;
      text-align: right;
      font-size: 18px;
      margin-bottom: 24px;
  }
  
  .post-preview h2 span {
      font-size: 20px;
      float: left;
  }
  
  .post-preview:last-child {
      border: none;
      padding: 0px;
  }
  
  .post-preview img {
      width: 100%;
  }
  
  .post-preview .text {
      font-size: 18px;
      margin-top: 16px;
      line-height: 22px;
      text-align: justify;
      color: #10234d;
  }
  
  .post-preview .link {
      font-size: 16px;
      display: inline-block;
      margin-top: 16px;
      color: #fff;
      background: #3B73B9;
      height: 48px;
      line-height: 48px;
      padding: 0px 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 14px;
      border-radius: 4px;
  }
  
  .post {
      margin: 0px auto;
      max-width: 896px;
      padding: 0px 32px;
  }
  
  .post img {
      width: 100%;
  }
  
  .post h1 {
      font-size: 32px;
      margin-bottom: 32px;
      color: #3B73B9;
      text-align: left;
  }
  
  .post .text {
      margin: 32px 0px;
      font-size: 20px;
      line-height: 28px;
      text-align: justify;
  }
  
  .post-error {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 48px;
      color: #ff6f6f;
  }

  #js-cookie-modal {
    position: fixed;
    width: calc(100% -32px);
    bottom: 20px;
    background: #3B73B9;
    color: #fff;
    margin: 0px 20px;
    padding: 24px 64px 24px 24px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 22px;
    z-index: 1000;
    opacity: 0.84;
    display: none;
  }

  #js-cookie-modal img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 15px;
    cursor: pointer;  
  }

  /***** Mobile CSS *****/
  
  @media screen and (max-width: 896px) {
      #fakeimg {
        height: 448px;
      }
      #fakeimg-book-bar {
        display: none;
      }
      #wrapper-info h6 {
        font-size: 18px;
      }
      .mobile-padding {
        margin-top: 40px;
      }
      h2 {
        font-size: 20px;
      }
      h2 span {
        font-size: 26px;
      }
      h4 {
        font-size: 18px;
      }
      #booking-bar {
        display: none;
      }
      .page-contacts {
        margin: 40px 0px 0px 0px;
        width: 100%;
      }
      .wrapper-padding {
        padding: 80px 10px;
      }
      #wrapper-location .location-container {
        width: 50%;
        float: left;
      }
      #wrapper-icon .icon-container {
        width: 100%;
      }
      #wrapper-info-location a {
        margin: 0px 10px;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
      }
      .margin-top-divisor {
        margin-top: 0px;
      }
      /***** Calendar *****/
      #calendar-content div {
        height: 54px;
        line-height: 60px;
      }
      .selected-day-checkin,
      .selected-day-checkout {
        padding-top: 2px;
      }
      .inside {
        display: none;
      }
      .info-img-g {
        display: none;
      }
      /***** Wrapper photo *****/
      #wrapper-photo .generic-wrapper {
        margin: 0px;
        padding: 20px;
        width: 100%;
      }
      #wrapper-photo .container {
        width: 100%;
        margin: 2% 0px;
      }
      /***** Wrapper social *****/
      #wrapper-social .container {
        margin: 32px 64px;
      }
      /***** Wrapper contacts *****/
      #contact-form #name {
        width: 100%;
      }
      #contact-form #email {
        margin-top: 20px;
        width: 100%;
      }
  }
  
  .homebr {
    width: 30% !important;
    height: 260px ! important;
    border-radius: 26px ! important;
  }
  .gru-map-container {
    width: 95%;
    max-width: 896px;
    margin: 0px auto;
  }
  
  .gru-button {
    position: relative;
    border: none;
    color: black;
    text-transform: capitalize;
    font-size: 15px;
    z-index: 100;
    width: 100%;
  }
  #gru-hover {
    width:50%;
    display:none;
  }
  
  .gru-circle {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background-color: #fff;
  }