html,body {
    height: 100%
}

body {
    overflow: auto
}

html.zenbooker-page-scroll-locked body {
    overflow: hidden;
     position: fixed !important;
    width: 100% !important;
height: 100% !important;
}

  .body-fixed {
    position: fixed !important;
    width: 100% !important;
height: 100% !important;

}

.zenbooker-inline-widget,.zenbooker-inline-widget *,.zenbooker-badge-widget,.zenbooker-badge-widget *,.zenbooker-overlay,.zenbooker-overlay * {
    font-size: 16px;
    line-height: 1.2em
}

.zenbooker-inline-widget iframe,.zenbooker-badge-widget iframe,.zenbooker-overlay iframe {
    display: inline;
    width: 100%;
    height: 100%;
border-radius: 4px;

}

.zenbooker-popup-content {
    position: relative
}

.zenbooker-popup-content.mobile {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.zenbooker-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 9999;
    background-color: #a5a5a5;
    background-color: rgba(31,31,31,0.4)
}

.zenbooker-overlay .zenbooker-close-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.zenbooker-overlay .zenbooker-popup {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    min-width: 400px;
    max-width: 600px;
    height: 90%;
    max-height: 680px;
    background-color: #fff;
        border-radius: 4px;
            overflow: hidden;
    box-shadow: 0 12px 34px 0 rgba(0,0,0,.2)!important;
    transition: margin-top 0.3s ease, height 0.3s ease;
}

.zenbooker-overlay .zenbooker-popup .zenbooker-popup-content {
    height: 100%
}

.zenbooker-overlay .zenbooker-popup .zenbooker-popup-close {
    position: absolute;
    top: 16px;
     right: 14px;
        font-size: 40px;
    font-size: 24px;
    color: #000
    cursor: pointer;
    cursor: pointer;
        background: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2026%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2046.2%20%2844496%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.239356884%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13%2C0%20C5.85%2C0%200%2C5.85%200%2C13%20C0%2C20.15%205.85%2C26%2013%2C26%20C20.15%2C26%2026%2C20.15%2026%2C13%20C26%2C5.85%2020.15%2C0%2013%2C0%20L13%2C0%20Z%20M19.5%2C17.68%20L17.68%2C19.5%20L13%2C14.82%20L8.32%2C19.5%20L6.5%2C17.68%20L11.18%2C13%20L6.5%2C8.32%20L8.32%2C6.5%20L13%2C11.18%20L17.68%2C6.5%20L19.5%2C8.32%20L14.82%2C13%20L19.5%2C17.68%20L19.5%2C17.68%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23000000%22%3E%3C/path%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E) no-repeat 50% 50%;
      width: 24px;
    height: 24px;
    z-index: 19999;

}

.zenbooker-overlay .zenbooker-popup .zenbooker-popup-close:before {
}

.zenbooker-badge-widget {
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 9998
}

.zenbooker-badge-widget .zenbooker-badge-content {
    display: table-cell;
    width: auto;
    height: 45px;
    padding: 0 30px;
    border-radius: 25px;
    box-shadow: rgba(0,0,0,0.25) 0 2px 5px;
    font-family: sans-serif;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.zenbooker-badge-widget .zenbooker-badge-content.white {
    color: #666a73
}

.zenbooker-badge-widget .zenbooker-badge-content span {
    display: block;
    font-size: 12px;
    font-weight: 100
}

@media screen and (max-width: 600px) {
    .zenbooker-overlay .zenbooker-popup {
        position:fixed;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        height: auto;
        min-width: 0;
        max-height: none;
        border-radius: 0px;
    }

    .zenbooker-overlay .zenbooker-popup .zenbooker-popup-content {
    }

    .zenbooker-overlay .zenbooker-popup .zenbooker-popup-close {
        top: 16px;
        right: 14px;
        font-size: 40px;
        background: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2026%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2046.2%20%2844496%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.239356884%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13%2C0%20C5.85%2C0%200%2C5.85%200%2C13%20C0%2C20.15%205.85%2C26%2013%2C26%20C20.15%2C26%2026%2C20.15%2026%2C13%20C26%2C5.85%2020.15%2C0%2013%2C0%20L13%2C0%20Z%20M19.5%2C17.68%20L17.68%2C19.5%20L13%2C14.82%20L8.32%2C19.5%20L6.5%2C17.68%20L11.18%2C13%20L6.5%2C8.32%20L8.32%2C6.5%20L13%2C11.18%20L17.68%2C6.5%20L19.5%2C8.32%20L14.82%2C13%20L19.5%2C17.68%20L19.5%2C17.68%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23000000%22%3E%3C/path%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E) no-repeat 50% 50%;
    }
}

.spinner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: -1;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNjRweCcgaGVpZ2h0PSc2NHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgY2xhc3M9InVpbC1yaW5nLWFsdCI+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9Im5vbmUiIGNsYXNzPSJiayI+PC9yZWN0PjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjQwIiBzdHJva2U9Im5vbmUiIGZpbGw9Im5vbmUiIHN0cm9rZS13aWR0aD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2M0Y2RkNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBkdXI9IjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZnJvbT0iMCIgdG89IjUwMiI+PC9hbmltYXRlPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiB2YWx1ZXM9IjE1MC42IDEwMC40OzEgMjUwOzE1MC42IDEwMC40Ij48L2FuaW1hdGU+PC9jaXJjbGU+PC9zdmc+) no-repeat 50% 50%;
        display: inline-block;
    width: 64px;
    height: 64px;
    vertical-align: middle;
margin: auto;
}


/* orig css stuff from zenbooker.css v1 */ 

.zenbooker-inline-button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: ;
margin: auto;
  cursor: pointer;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 16px 20px;
  outline: none;
  border: none;
      -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 10px;
    border-radius: 10px;
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  color: rgba(255,255,255,1);
  text-decoration: none;
  text-align: center;
  text-indent: 0;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 0;
  white-space: normal;
  word-spacing: 0;
  word-wrap: ;
  background: #0199d9;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);

}

.zenbooker-inline-button:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.16);
}
  .type-align-center {
    text-align: center;
}


  .zenbooker-content .icon-close{
    background: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2026%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2046.2%20%2844496%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.239356884%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13%2C0%20C5.85%2C0%200%2C5.85%200%2C13%20C0%2C20.15%205.85%2C26%2013%2C26%20C20.15%2C26%2026%2C20.15%2026%2C13%20C26%2C5.85%2020.15%2C0%2013%2C0%20L13%2C0%20Z%20M19.5%2C17.68%20L17.68%2C19.5%20L13%2C14.82%20L8.32%2C19.5%20L6.5%2C17.68%20L11.18%2C13%20L6.5%2C8.32%20L8.32%2C6.5%20L13%2C11.18%20L17.68%2C6.5%20L19.5%2C8.32%20L14.82%2C13%20L19.5%2C17.68%20L19.5%2C17.68%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23000000%22%3E%3C/path%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E) no-repeat 50% 50% !important;
    position: absolute;
    right: 12px;
    top: 14px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0;
    cursor: pointer;
}

    
.zenbooker .zenbooker-wrap {
border-radius: 3px 3px 3px 3px;
         
        }
      

      

      
      
    .body-fixed {
    position: fixed !important;
    width: 100% !important;
height: 100% !important;

}

.zenbooker-get-quote-bttn {
      -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
 width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.3px;
 display: inline-block;
  padding: 16px 0px 16px 0px;
  text-decoration: none;
transition: box-shadow 0.3s ease-in-out;

}

.zenbooker-get-quote-bttn:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.16);
}

.trigger-iFrame-2 {
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  content: ;
  cursor: pointer;
  top: auto;
  right: 0;
    z-index: 955;
  bottom: 0;
  left: auto;
  margin: 20px;
  padding: 13px 20px;
  outline: none;
  border: none;
  -webkit-border-radius: 200px;
  border-radius: 200px;
font-family: sans-serif !important;
    font-size: 16px !important;
    text-transform: none !important;
        font-weight: bold;
  color: rgba(255,255,255,1.0);
  text-decoration: none;
  text-align: left;
  text-indent: 2.5em;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 0;
  white-space: normal;
  word-spacing: 0;
  word-wrap: ;
  background: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2235px%22%20height%3D%2223px%22%20viewBox%3D%220%200%2035%2023%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2046.2%20%2844496%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-37%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28-0.086125%2C%200.000000%29%22%20fill-rule%3D%22nonzero%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M31.0993968%2C0.53201713%20L15.0425527%2C0.53201713%20C13.3983421%2C0.53201713%2012.0649886%2C1.86765296%2012.0649886%2C3.51003769%20L12.0649886%2C15.6298145%20C12.0649886%2C17.2735686%2013.400168%2C18.6073786%2015.0425527%2C18.6073786%20L18.0561781%2C18.6073786%20L18.0561781%2C22.0309154%20C18.0561781%2C22.5782248%2018.7066501%2C22.8530207%2019.0832391%2C22.4408268%20L22.9166874%2C18.6411574%20C22.9166874%2C18.6411574%2025.6555168%2C18.6298978%2031.1331758%2C18.6073786%20C32.7773864%2C18.6073786%2034.1107399%2C17.2717427%2034.1107399%2C15.6298145%20L34.1107399%2C3.51003769%20C34.0769609%2C1.86582708%2032.7413251%2C0.53201713%2031.0993968%2C0.53201713%20Z%20M0.801096064%2C4.1249049%20C0.801096064%2C3.37263974%201.41778917%2C2.75549017%202.17051079%2C2.75549017%20L8.19547911%2C2.75549017%20C8.94774426%2C2.75549017%209.56489384%2C3.37263974%209.56489384%2C4.1249049%20C9.56489384%2C4.87762652%208.94774426%2C5.49431962%208.19547911%2C5.49431962%20L2.17051079%2C5.49431962%20C1.41596327%2C5.49431962%200.801096064%2C4.87945241%200.801096064%2C4.1249049%20Z%20M9.53111494%2C9.56878491%20C9.53111494%2C10.3215065%208.91396537%2C10.9381996%208.16170022%2C10.9381996%20L3.71110236%2C10.9381996%20C2.95838073%2C10.9381996%202.34168763%2C10.3215065%202.34168763%2C9.56878491%20C2.34168763%2C8.81651975%202.95838073%2C8.19937018%203.71110236%2C8.19937018%20L8.16170022%2C8.19937018%20C8.94774426%2C8.19937018%209.53111494%2C8.81651975%209.53111494%2C9.56878491%20Z%20M9.53111494%2C15.0126649%20L9.53111494%2C15.0126649%20C9.53111494%2C15.7649301%208.91396537%2C16.3820797%208.16170022%2C16.3820797%20L5.45664966%2C16.3820797%20C4.70438451%2C16.3820797%204.08723494%2C15.7649301%204.08723494%2C15.0126649%20C4.08723494%2C14.2603998%204.70438451%2C13.6432502%205.45664966%2C13.6432502%20L8.19547911%2C13.6432502%20C8.94774426%2C13.6432502%209.53111494%2C14.2603998%209.53111494%2C15.0126649%20Z%22%20id%3D%22Page-1%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E), #0199d9;
  background-repeat: no-repeat;
  background-position: 1em 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 36px 24px;
  background-size: 36px 24px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25) ;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.trigger-iFrame-2:hover {
  opacity: ;
  outline: ;
  background-repeat: no-repeat;
  background-position: 1em 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 36px 24px;
  background-size: 36px 24px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,0.5) ;
  box-shadow: 0 3px 20px 0 rgba(0,0,0,0.5) ;
}
     
.trigger-zenbooker-popup {
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  content: ;
  cursor: pointer;
  top: auto;
  right: 0;
    z-index: 955;
  bottom: 0;
  left: auto;
  margin: 20px;
  padding: 13px 20px;
  outline: none;
  border: none;
  /* -webkit-border-radius: 200px;
  border-radius: 200px; */
font-family: sans-serif !important;
    font-size: 16px !important;
    text-transform: none !important;
        font-weight: bold;
  color: rgba(255,255,255,1.0);
  text-decoration: none;
  text-align: left;
  text-indent: 2.5em;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 0;
  white-space: normal;
  word-spacing: 0;
  word-wrap: ;
  background: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2225px%22%20height%3D%2227px%22%20viewBox%3D%220%200%2025%2027%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2046.2%20%2844496%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-100%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22%2C24%20L22%2C8%20L3%2C8%20L3%2C24%20L22%2C24%20L22%2C24%20Z%20M18.0555556%2C0%20L20.8333333%2C0%20L20.8333333%2C2.7%20L22.2222222%2C2.7%20C23.7563465%2C2.7%2025%2C3.90883118%2025%2C5.4%20L25%2C24.3%20C25%2C25.7911688%2023.7563465%2C27%2022.2222222%2C27%20L2.77777778%2C27%20C1.23611111%2C27%200%2C25.785%200%2C24.3%20L0%2C5.4%20C0%2C3.9015%201.23611111%2C2.7%202.77777778%2C2.7%20L4.16666667%2C2.7%20L4.16666667%2C0%20L6.94444444%2C0%20L6.94444444%2C2.7%20L18.0555556%2C2.7%20L18.0555556%2C0%20L18.0555556%2C0%20Z%20M11.125%2C10.5%20L13.875%2C10.5%20L13.875%2C14.625%20L18%2C14.625%20L18%2C17.375%20L13.875%2C17.375%20L13.875%2C21.5%20L11.125%2C21.5%20L11.125%2C17.375%20L7%2C17.375%20L7%2C14.625%20L11.125%2C14.625%20L11.125%2C10.5%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%3C/path%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E), #0199d9;
  background-repeat: no-repeat;
  background-position: 1em 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 36px 24px;
  background-size: 36px 24px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25) ;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.trigger-zenbooker-popup:hover {
  opacity: ;
  outline: ;
  background-repeat: no-repeat;
  background-position: 1em 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 36px 24px;
  background-size: 36px 24px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,0.5) ;
  box-shadow: 0 3px 20px 0 rgba(0,0,0,0.5) ;
}

.zen-wrapper {
width: 100%;
margin: auto;
max-width: 740px;
box-shadow: 0px 5px 20px rgba(0,0,0,0.19);
background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNjRweCcgaGVpZ2h0PSc2NHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgY2xhc3M9InVpbC1yaW5nLWFsdCI+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9Im5vbmUiIGNsYXNzPSJiayI+PC9yZWN0PjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjQwIiBzdHJva2U9Im5vbmUiIGZpbGw9Im5vbmUiIHN0cm9rZS13aWR0aD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0icmdiYSgwLDAsMCwwLjE1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBkdXI9IjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZnJvbT0iMCIgdG89IjUwMiI+PC9hbmltYXRlPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiB2YWx1ZXM9IjE1MC42IDEwMC40OzEgMjUwOzE1MC42IDEwMC40Ij48L2FuaW1hdGU+PC9jaXJjbGU+PC9zdmc+) no-repeat 50% 50%; 
overflow:hidden;
position:relative;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}