

#bookForm div {
    margin: 3rem auto;
}
#bookForm, #bookForm1, #bookForm2, #bookForm3 {
    position:relative;
    min-width: 80%;
    background-color: transparent;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    z-index: 1;
    top: 0;
    margin: 0 auto;
    min-height: 520px;
}
iframe {
    margin: 0 auto;
    width:100%;
    min-height: 520px;
    
}

#outer-book-div {
    min-width:100%;
    min-height:auto;
    background: transparent;
}

iframe .branding {
    display:none;
}

@media only screen and (max-width:1163px) {
    #bookForm, #bookForm1, #bookForm2, #bookForm3,  iframe {
        min-height: 880px;
    }
}

/* sliding */
/*@media only screen and (max-width:745px) { 
    
#location {
    width: 400%;
    overflow: hidden;
    -webkit-transition: margin-left 500ms ease-in-out;
        -moz-transition: margin-left 500ms ease-in-out;
        -o-transition: margin-left 500ms ease-in-out;
        -ms-transition: margin-left 500ms ease-in-out;
        transition: margin-left 500ms ease-in-out;
}

.wow {
    width: 25%!important;
    float: left;
}
    
*/


/* Number text (1/3 etc) */
/* The dots/bullets/indicators */

#location {
    display:none;
}
#location-in {
    display:;
}
.dodt {
    display:none;
}

ul .slideLoc {
    display:block;
    float: left;
    height: 100%;
    min-height: 1px;
    width:25%;
}

@media only screen and (max-width:745px) { 
    #location {
    display:block;
}
    #location-in {
    display:none;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: ;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.dodt {
    display:block;
    position: relative;
    bottom:0;
}
    .slideLoc {display:;
        width:100%!important;
        margin:0 auto;
         float: none!important;
    }
}

.map {
    width: auto;
    min-height: 200px;
    padding:1rem;
    margin:1rem;
      }

/*.form-success.hide, .hide {
    display:none;
}*/

.form-success {
    position:fixed;
    top:50%;
    z-index:1000;
    transform: translate(0, -50%);
} 

.form-success div {
    padding:2rem;
    margin:0 auto;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 12px 75px 0px #323232;
    -moz-box-shadow: 0 12px 75px 0px #323232;
    box-shadow: 0 12px 75px 0px #323232;
    border-radius: .25rem;
   
}

div.overlay {
  opacity:0.7;
    filter: alpha(opacity=20);
    background-color:#000; 
    width:100%; 
    height:100%; 
    z-index:10;
    top:0; 
    left:0; 
    position:fixed; 
}


