.i_do_sell_booking_widget_start {
  height: 50px;
  line-height: 50px;
  font-family: Arial;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  overflow: hidden;
  display: inline;
  float: none;
  text-align: center;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  padding: 0;
  color: #fff;
  background: #4cb050;
  cursor: pointer;
  padding: 0 20px
}
.i_do_sell_booking_widget_start:hover {
  background-color: #30952f
}
@media (max-width:768px) {
  #booking-widgetCont {
    width: 100%;
    top: 40px
  }
  #booking-widgetCont-btn-close {
    width: 100%;
    top: -40px;
    left: 0;
    border-bottom: 1px solid #fff!important;
    box-sizing: border-box!important;
    display: inline-block
  }
}
@media (min-width:767px) and (max-width:980px) {
  #booking-widgetCont {
    width: 738px;
    top: 0
  }
  #booking-widgetCont-btn-close {
    width: 40px;
    top: 0;
    left: -40px;
    display: block
  }
}
@media (min-width:980px) {
  #booking-widgetCont {
    width: 1000px;
    top: 0
  }
  #booking-widgetCont-btn-close {
    width: 40px;
    top: 0;
    left: -40px;
    display: block
  }
}
body.booking-widget {
  overflow: hidden!important
}
#booking-widgetWrapper {
  background-color: rgba(0,0,0,.3);
  color: #000;
  left: 0;
  top: 0;
  overflow: hidden;
  position: fixed;
  z-index: 2147483647;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-overflow-scrolling: touch
}
#booking-widgetCont {
  height: 100%;
  max-width: none;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0 0 102px -8px rgba(0,0,0,.6);
  -moz-box-shadow: 0 0 102px -8px rgba(0,0,0,.6);
  box-shadow: 0 0 102px -8px rgba(0,0,0,.6);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out
}
#booking-widgetCont-btn-close {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
  position: relative;
  border: none;
  font: normal 3.5em/normal Arial,Helvetica,sans-serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  cursor: pointer;
  position: relative;
  background: #d85356;
  z-index: 99
}
#booking-widgetCont-btn-close:before {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  position: absolute;
  content: "";
  border: none;
  font: normal 100%/normal Arial,Helvetica,sans-serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #fff;
  text-shadow: none;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  width: 30px;
  top: 19px;
  left: 5px
}
#booking-widgetCont-btn-close:after {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  position: absolute;
  content: "";
  border: none;
  font: normal 100%/normal Arial,Helvetica,sans-serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #fff;
  text-shadow: none;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  width: 30px;
  top: 19px;
  left: 5px
}
#booking-widgetWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}
#booking-widgetCont-wrap {
  -webkit-overflow-scrolling: touch;
  background-color: #f7f7f5;
  bottom: 0;
  height: auto;
  left: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 10000
}
.side_button {
  height: 50px;
  width: 250px;
  padding: 16px;
  line-height: 1
}
.float {
  position: fixed
}
.nonfloat {
  position: absolute
}
.left {
  left: -100px
}
.right {
  right: -100px
}
.top {
  top: 130px
}
.bottom {
  bottom: 130px
}
.center {
  top: 50%
}