body#pg_RequestSmart {
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 13px; 
    color: #333; 
    /*background-color: #000; change*/
    background-color: #fff;
    margin: 0;
    }
    
body#pg_RequestSmart #ContentTable {
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    }

#MainTable,
#ContentTable,.MobileSite #MainTable, .MobileSite #ContentTable{ 
    width:100%;
    margin:0;
    max-width:100%;
    padding:0;
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    line-height: 1.2;
    }

.site4 header{border-bottom:0}
    
 .container_smart h1,  .container_smart h2,  .container_smart h3,  .container_smart h4 {
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    color: inherit;
    margin: 0;
    }

section { padding: 60px 0; line-height: normal;}


header {
    position: relative;
    z-index: 901;
    }

.clear{ float:none; clear:both }

strong { font-weight:bold }

.container_smart{ 
    width: 100%;
    max-width: 1600px;
    padding: 0px 400px 0px 8%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    }

.form-left .container_smart{ padding: 0px 8% 0px 430px;  }

.inner-padding { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }


.gradient{ color: #fff; padding: 45px 0px; display:block; position: relative;   
    
    /*text-shadow: 0px 2px 5px rgba(0,0,0,0.5); change 
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    */
    background: rgba(0,0,0,0.42);
    }

/***/

#opacity-bg { display: none; height: 1500px; width: 100%; z-index:1; background-color: rgba(0,0,0,0.5); position:absolute; left:0; top:0 }

.Rooms-Notes {
    display: none;
    padding: 5px 10px;
    background-color: #FFF5E4;
    margin-top: 5px;
    color: #346CA0;
    }

.Rooms-Notes a:link, .Rooms-Notes a:visited {
    color: #239FDB;
    text-decoration: none;
    }

.Rooms-Notes a:hover {
    text-decoration: underline 
    }


div.data-hint {
    display: block;
    position: absolute;
    z-index:999;
    right: -20px;
    bottom: 20px;
    
    z-index: 9999;
    height: auto;
    
    color: #fff; 
    font-size: 15px; 
    text-align:left; 
    padding: 15px;
    
    width: 200px;
    font-family: helvetica neue, arial, sans-serif;
    line-height: 1.2;
    text-align: left;
    font-weight: normal;
    
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
        
    -webkit-box-shadow: -3px 3px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: -3px 3px 3px rgba(0,0,0,0.15);
    box-shadow: -3px 3px 3px rgba(0,0,0,0.15);
    
    background-color: #2e4153;
    -webkit-animation: fade-up-custom 0.4s ease;
    -moz-animation: fade-up-custom  0.4s ease;
    -o-animation: fade-up-custom  0.4s ease;
    animation: fade-up-custom 0.4s ease;
    }
    
div.data-hint-below {
    display: block;
    position: absolute;
    z-index:999;
    right: -20px;
    top: 20px;
    
    z-index: 9999;
    height: auto;
    
    color: #fff; 
    font-size: 15px; 
    text-align:left; 
    padding: 15px;
    
    width: 200px;
    font-family: helvetica neue, arial, sans-serif;
    line-height: 1.2;
    text-align: left;
    font-weight: normal;
    
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
        
    -webkit-box-shadow: -3px 3px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: -3px 3px 3px rgba(0,0,0,0.15);
    box-shadow: -3px 3px 3px rgba(0,0,0,0.15);
    
    background-color: #2e4153;
    -webkit-animation: fade-down-custom 0.4s ease;
    -moz-animation: fade-down-custom  0.4s ease;
    -o-animation: fade-down-custom  0.4s ease;
    animation: fade-down-custom 0.4s ease;
}
    [data-hint-below]:after{ 
        max-width:300px; z-index:9999999; display:block;
        white-space: normal; width:240px; font-family:verdana;
        text-align:left; font-size:10px;
    }
    div.data-hint-below:after {
        height: 20px;
        width: 20px;
        position: absolute;
        top: -5px;
        right: 20px;
        z-index:9999999;
        width:0; height:0; 
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #2e4153;
        z-index:9999999;
        content: "";
    }


@-webkit-keyframes fade-down-custom {
      0% { top: 10px; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
      100% { top: 20px; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
    }
    @-moz-keyframes fade-down-custom {
      0% { top: 10px; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
      100% { top: 20px; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
    }
    @-o-keyframes fade-down-custom {
      0% { top: 10px; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
      100% { top: 20px; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
    }
    @keyframes fade-down-custom {
      0% { top: 10px; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
      100% { top: 20px; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
    }


@-webkit-keyframes fade-up-custom {
  
  0% {
    bottom: 10px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    }
    
  100% {
    bottom: 20px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    }

}
@-moz-keyframes fade-up-custom {

  0% {
    bottom: 10px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    }
    
  100% {
    bottom: 20px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    }
    
}
@-o-keyframes fade-up-custom {

  0% {
    bottom: 10px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    }
    
  100% {
    bottom: 20px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    }

}
@keyframes fade-up-custom {

  0% {
    bottom: 10px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    }
    
  100% {
    bottom: 20px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    }
    
}



    
   div.data-hint:after {
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: -5px;
    right: 20px;
    z-index:9999999;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    
    border-top: 5px solid #2e4153;
    }
    
   div.data-hint:after {
    z-index:9999999;
    content: "" ;
    }
  
   #smart-form-wrapper  { position:relative; }  
    
    
#Form-Wrapper{
    position: absolute;
    top:0; right:0;
    z-index: 100; /* this was changed from 900 to allow EmailDomainSuggest to appear */
    width: 370px;
    padding:25px;    

        -webkit-transition: top 0.8s ease;
    -moz-transition: top 0.8s ease;
    -o-transition: top 0.8s ease;
    transition: top 0.8s ease;

}



.form-left #Form-Wrapper{
    left: 0;
    right: auto;
}
    
    
#Form-Wrapper #form-header,
#Form-Wrapper form,
small#disclaimer {
    padding: 0px 25px 5px 25px; 
    }

#Form {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding: 0;         
    min-height: 385px;
    font-size: 14px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 0px 8px 8px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 8px 8px rgba(0,0,0,0.25);
    box-shadow: 0px 8px 8px rgba(0,0,0,0.25);
    
    }

.form-left #Form {
    left: 30px;
    right: auto;
}

#Form #form-header { padding-top: 8px; padding-bottom: 8px; background-color: #f5f5f5 }
    
#form-header{ 
    background-color: #fafafa; 
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    
    border-bottom: 1px solid rgba(0,0,0,0.1);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    }

#Form-Wrapper form{
    display:block;
    padding-top: 15px;
    padding-bottom: 11px;
    background-color: transparent;
    }

#step-2,#step-3 { display: none; }
#step-2 { padding-top: 145px; padding-bottom: 5px;}
        
section#Slide-1 { 
    
    background-repeat: no-repeat;
    background-position: left center;
    background-color: black;
    background-size: cover; 
    /*
    background-image: url("//cdn.hotelplanner.com/Common/Images/Request/top-bg.jpg");
    padding-top: 420px; 
    padding-bottom: 0;change */
    z-index:900;
    }
    
/*.form-left section#Slide-1 {
    background-image: url("//cdn.hotelplanner.com/Common/Images/Request/top-bg-left.jpg");
}*/

section#Slide-2 { 
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*
    background-image: url("//cdn.hotelplanner.com/Common/Images/Request/polygon.jpg");
    background-color: #3870b6;
    color: #fff;change */
    }
    
    




  .container_smart h1 { 
        color:#fff;
        /* font-weight: normal;*/
        font-weight: bold;
        
        font-size: 50px;
        line-height: 1.1;
        text-shadow: 0px 2px 4px rgba(0,0,0,0.75); 
    }
    
    .intl .container_smart h1{font-size:40px}



#frmCalculator label, #frmCalculator input { display:inline-block; } 

/* FORM ***********************************/

.group-form { position:relative; margin-bottom: 10px; padding: 2px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }

#Form-Wrapper label { 
    font-weight:bold;
    font-size: 11px;
    color: #346ca0;
    text-transform: uppercase;
    display:block;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    }
#Form-Wrapper label i.fa-question { text-transform:none; }

.fa-question { 
    position: fixed;
    right: 0; top: -1px;
    color: #d9d9d9;
    border: 2px solid #d9d9d9;
    font-size: 10px;
    width:11px; height:11px;
    vertical-align:middle; 
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    }



/* Select *************/

.custom-select, .star-rating {
    padding: 0;
    margin: 0;  
    
    overflow: hidden;
    background-color: #fff;
    }

.custom-select:after, .star-rating:after {
    font-family: FontAwesome; 
    font-size:11px; 
    display:inline-block !important; 
    content:'\f078'; 
    margin-right:4px; 
    top: 12px;
    /*top: 40px;*/
    right:9px;
    position:absolute; 
    color:#c4c4c4;
    -webkit-transform: scale(1);
    transition: all .2s ease-in-out;
    }

ul.star-rating:after {
    content: '';
}



.custom-select { position: relative; }

.custom-select select {
    width: 100%;
    border: none;
    box-shadow: none; 
    position:relative;
    z-index:2;
    background-color: transparent;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/************************/

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
.custom-select,
textarea {
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    border: 2px solid #e4e4e4;
    color: #333333;
    font-size: 13px; 
    padding:  10px 12px;
    width: 100%;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    display:block;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-appearance: none;
    
    -webkit-user-select: text;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

.custom-select{ padding:0}
.custom-select select {
    font-size: 13px; 
    padding:  13px 12px;
    cursor: pointer;
    }

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}




#Form input[type="text"]:focus,
#Form input[type="number"]:focus,
#Form input[type="tel"]:focus,
#Form input[type="password"]:focus,
#Form .custom-select:focus{
    outline:0;
    border: 2px solid rgb(207, 207, 207);
    /*-webkit-box-shadow:  0px 0px 8px rgba(255, 180, 0, 0.28);
    -moz-box-shadow:   0px 0px 8px rgba(255, 180, 0, 0.28);
    box-shadow:  0px 0px 8px rgba(255, 180, 0, 0.28);*/
}

button.light {
    color: #A8A8A8;
    padding: 0; 
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
    
    }

button.light:hover { text-decoration: underline; color: #169adc; }

/*
input[type="text"]#destination:focus { background: #fff url("//cdn.hotelplanner.com/Common/Images/Request/location.png") no-repeat center right }
input[type="text"].dates:focus { background: #fff url("//cdn.hotelplanner.com/Common/Images/Request/dates_icon.png") no-repeat center right }*/

input[type="text"].dates{ width: 49%; float: left;  }
input[type="text"].dates.last { margin-left: 2% }

button.Submit, a.Submit {
    padding: 12px 15px 15px 15px;
    color: #fff; 
    font-size: 22px; 
    display: block;
    text-align: center;
    border: 2px solid #AA4A0D;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    margin-top: 5px;
    
    background-image: url("//cdn.hotelplanner.com/Common/Images/Request/highlight.png");
    background-repeat: no-repeat;
    background-position: -200px center;
    background-color: #ff7a00;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;

    -webkit-box-shadow: 0px 10px 20px rgba(25, 76, 120, 0.42);
    -moz-box-shadow:  0px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);    
    
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    }
    
button.Submit:hover,a.Submit:hover{ 
    background-position: 300px center;
    background-color: #ff6000;
    -webkit-transition: all 0.8s cubic-bezier(.66,.17,.46,.88);
    -moz-transition: all 0.8s cubic-bezier(.66,.17,.46,.88);
    -o-transition: all 0.8s cubic-bezier(.66,.17,.46,.88);
    transition: all 0.8s cubic-bezier(.66,.17,.46,.88);
    text-decoration:none;
}


button.Submit i.fa-spinner, a.Submit i.fa-spinner{  
    margin-left: 25px;
    display: inline-block;
}

button.Submit i.fa-arrow-right, a.Submit i.fa-arrow-right{  
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin-left: -25px;
    display: inline-block;
    
    -webkit-transition: all 0.4s cubic-bezier(.66,.17,.46,.88);
    -moz-transition: all 0.4s cubic-bezier(.66,.17,.46,.88);
    -o-transition: all 0.4s cubic-bezier(.66,.17,.46,.88);
    transition: all 0.4s cubic-bezier(.66,.17,.46,.88);
}

button.Submit:hover i.fa-arrow-right, a.Submit:hover i.fa-arrow-right{
    margin-left: 25px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    }
/* Icon pulse */
body .fa-pulsate {
    display: inline-block;
    -moz-animation: pulsate 2s infinite linear;
    -o-animation: pulsate 2s infinite linear;
    -webkit-animation: pulsate 2s infinite linear;
    animation: pulsate 2s infinite linear;
}

@-webkit-keyframes pulsate {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes pulsate {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes pulsate {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes pulsate {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes pulsate {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

small#disclaimer { color: #A4A4A4; text-align: center; padding: 10px 0 0 0 ; font-size: 11px; width: 100%;  display: inline-block; margin: 0 auto }

small#disclaimer a:link, small#travel-terms a:link
small#disclaimer a:visited, small#travel-terms a:visited { text-decoration: underline; color: #A4A4A4; }

small#disclaimer a:hover, small#travel-terms a:hover { text-decoration: none; }

#logo-box { 
    display:block; 
    background-image: url("//cdn.hotelplanner.com/Common/Images/Request/hotelplanner.png");
    background-repeat: no-repeat;
    background-position: center; 
    height: 10px; 
    margin-bottom: 10px;
    width: 100%;
    }
    
.title-1 { color: #f89101; font-weight:bold; /*font-size: 32px; change */ display:block }
.title-2 { color: #3265b0; font-size: 18px; margin-top: 2px; display:block }


::-webkit-input-placeholder { color: #c8c8c8; }
:-moz-placeholder { color: #c8c8c8; }
::-moz-placeholder { color: #c8c8c8; }
:-ms-input-placeholder{ color: #c8c8c8; }


.error{ background-color: #FFF9BA;}

/*
#step2 .Submit{ background: url("//cdn.hotelplanner.com/Common/Images/Request/highlight.png") no-repeat scroll -200px center #58B945; border-color: #348A38; }
#step2 button.Submit:hover{ background: url("//cdn.hotelplanner.com/Common/Images/Request/highlight.png") no-repeat 200px center #58B945; transition: all 0.8s cubic-bezier(.66,.17,.46,.88); }*/

.group-form .input-helper-text{color:gray;font-size:12px}

textarea { resize: vertical;  }

/*********************/


#Success {
    display: none;
    font-size: 35px;
    color: #62C567;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;

    width: 100%;
    background-color: #fff;
    z-index: 10;
    padding:  20px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

#Success i {
    color: #fff;
    background-color:#62C567;
    
    padding: 0px;
    font-size: 0px;
    line-height: 1;
    
    -webkit-border-radius:50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;          
    }
    
#Success i.scale-up {
    display: inline-block;
    padding: 20px;
    font-size: 35px;
    margin-bottom: 15px;
    
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    
    /*
    -webkit-animation: bounce-custom 1s linear;
    -moz-animation: bounce-custom 1s linear;
    -o-animation: bounce-custom 1s linear;
    animation: bounce-custom 1s linear;*/
    }

#Success span { display: block; line-height: 1 }

#Success p {
    font-size: 15px;
    line-height: 18px;
    color: #A1A1A1;
    margin: 0 auto;
    max-width: 250px;
    margin-top: 12px;
    }
    
.de #Success p{font-size: 14px;max-width:100%}

#Success.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    }


#step2{
    display:block;
    max-height:0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; 
    
    -webkit-transition: max-height 6s cubic-bezier(.18,.62,.24,.9), opacity 1s ease 1.5s;
    -moz-transition: max-height 6s cubic-bezier(.18,.62,.24,.9), opacity 1s ease 1.5s;
    -o-transition: max-height 6s cubic-bezier(.18,.62,.24,.9), opacity 1s ease 1.5s;
    transition: max-height 6s cubic-bezier(.18,.62,.24,.9), opacity 1s ease 1.5s;
    }
    
#step2 form{ padding-bottom: 20px }


#step-3 i.fa-check {
    font-size: 85px;
    color: #62C567;;
    display: block;
    width: 100%;
    text-align: center;     
}



#step-3 h2 {
    color: #62C567;
    font-size: 30px;
    margin-bottom: 22px;
    }
    
#step-3 { padding: 0 20px 20px 20px; text-align: center;}


span#passContainer {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
    text-align: center;
    border: 1px solid #C5A462;
    background-color: #FFF7DC;
    color: #4E4E4E;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;         
    padding: 10px 15px 13px 15px;
    margin-top: 15px;
}
a#changePass { font-size:12px; }


a#goToRequest {
    border: 0;
    padding: 13px 20px 15px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    background-color: #f47e09;
    border: 2px solid #AA4A0D;
    margin-top: 30px;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }

a#goToRequest:hover { background-color: #e66619 }

#pw-description {
    display: block;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
    color: #7E8890;
}
#meeting-banquet { 
    margin:0; 
}

#optin-container label,
#meeting-banquet label,
#travel-agent label{ cursor: pointer }

#optin-container label{
    font-size: 9px;
    font-weight: normal;
}

#loader{
    display: inline-block;
    width:100%;
    text-align: center; margin:0 auto; margin-top: 75px;
    color: #e4e4e4;
    font-size: 40px;
    }

.pulse{
    transform: scale(1);
    animation: pulse 1.5s infinite  ease-in-out;
    -moz-animation: pulse 1.5s infinite ease-in-out;
    -o-animation: pulse 1.5s infinite  ease-in-out;
    -webkit-animation: pulse 1.5s infinite  ease-in-out;
}
    
    
@-webkit-keyframes pulse{
    
    0%{ -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
    50%{ -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}
    100%{ -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
    
    }
@-moz-keyframes pulse{ 

    0%{ -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
    50%{ -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}
    100%{ -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
}
@-o-keyframes pulse{
    0%{ -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
    50%{ -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}
    100%{ -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
}
@-ms-keyframes pulse{
    0%{ -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
    50%{ -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}
    100%{ -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
    }
@keyframes pulse{
    0%{ -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
    50%{ -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}
    100%{ -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
    }





/* Slide-2 ***************************************/




section#Slide-2 a:link,
section#Slide-2 a:visited { color: #fff; color: #FF9000; text-decoration: none; white-space: nowrap }

section#Slide-2 a:hover { color: #FFA836 }

#phone-chat,
#privacy,
#checkmark {  display:block }


#phone-chat {
    font-size: 15px;
    /*
    font-size: 20px; background-color: #0F4B99; 
    padding: 10px 15px; change */
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
    
#phone-chat span,
#phone-chat a:link,
#phone-chat a:visited { color: #fff; font-weight:bold; white-space: nowrap; }



#privacy { max-width: 420px; margin-bottom: 15px; font-size: 13px  }

.GroupRatesIntro { font-size: 15px }


#privacy a { display: inline-block;}

#checkmark { 
    font-size: 28px; 
    font-weight:bold; 
    background-image: url("//cdn.hotelplanner.com/Common/Images/Request/checkmark.png");
    background-position: center left;
    background-repeat: no-repeat;
    line-height: 1.1;
    padding: 20px 0; 
    padding-left: 80px;
    margin-bottom: 35px;
    }

/***/


.testimonial-wrapper {  
    padding: 8px 20px;
    position: relative; 
    margin-bottom: 10px;
    /* padding-left: 125px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    /* background-color: #2856a0; change */
    min-height: 100px;
    
    -webkit-transition: all 0.4s cubic-bezier(.66,.17,.46,.88);
    -moz-transition: all 0.4s cubic-bezier(.66,.17,.46,.88);
    -o-transition: all 0.4s cubic-bezier(.66,.17,.46,.88);
    transition: all 0.4s cubic-bezier(.66,.17,.46,.88);
    }



.thumbnail {    
    overflow: hidden;
    /*width: 100px;
    height: 100px;
    
    top: 10px;
    left: 10px; change */
    position: absolute;
    width: 50px;
    height: 50px;
    top:0;
    left: 0;
    z-index: 1;
    background-image: url("//cdn.hotelplanner.com/Common/Images/Request/thumb.jpg");
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    
    background-repeat: none;
    background-position: center center;
    background-size: contain;
    }
    

/*
#testimonial1 .thumbnail { background-image: url("//cdn.hotelplanner.com/Common/Images/Request/times.jpg");}
#testimonial2 .thumbnail { background-image: url("//cdn.hotelplanner.com/Common/Images/Request/thumb3.jpg");}
#testimonial3 .thumbnail { background-image: url("//cdn.hotelplanner.com/Common/Images/Request/thumb.jpg");} change */


.testimonial { padding-top: 5px; }

.testimonial span{ display:block; font-size: 18px; font-weight: bold }
.testimonial p { margin-top: 8px; font-size: 15px; line-height: 20px;}


/*h3 { font-size: 40px; font-weight: bold; display:block } change */



/* section#Slide-2 h3 { margin-bottom: 30px} change */





/* Slider 3 ****************************************/




section#Slide-3 { 
    /*background-image: url("//cdn.hotelplanner.com/Common/Images/Request/diagonal-polygon.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #fafafa; 
    background-size: cover; */
    overflow: hidden;
    }
    
/*section#Slide-3 h3{ color: #f89101; margin-bottom: 40px; margin-top: 0 }
section#Slide-3 h3 span{ font-size: 18px; display:block; margin-top: 8px; font-weight:normal; color: #666 } change */

.step{ 
    margin-bottom: 20px;
    /*float: left;
    width: 33.33333%;
    padding-right: 30px; change */
        
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    }

.step:hover {}

.step .title { display:block; font-size: 28px; font-weight: bold; /* color: #3367b1 change */}
.step p { font-size: 15px; /*color: #666666;*/ margin-top: 8px; }





/*******************************************/

#Scroll-to-Top { 
     text-align: center;
     display:none;
     padding: 8px 20px; 
     color: #fff;
     background-color: rgb(255, 162, 0);
     background-color: rgba(255, 162, 0, 0.97);
     position: fixed; 
     top: -200px; 
     left:50%; 
     width: 300px;
     margin-left: -150px; 
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     cursor: pointer;
     font-size: 18px; 
     z-index: 888;
     -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
     
     -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
     
     padding-bottom: 18px;
     text-decoration: none;
     font-weight: bold;
     text-transform: uppercase
     }
 
 #Scroll-to-Top i { display:block; color: #fff; font-size: 20px; margin-bottom: 8px }
 #Scroll-to-Top:hover{ background-color: rgba(8, 48, 87, 1) }
 
 #Scroll-to-Top.show {  top: 15px;  }
/*
.ui-slider-pip-90 { left: 2% !important }
.ui-slider-pip-810 { left:97% !important }*/




/* Slide - 4 *******************************/

section#Slide-4 {
    overflow: hidden;
    /*background-image: url("//cdn.hotelplanner.com/Common/Images/Request/room.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000; 
    padding: 150px 0; 
    font-size: 40px; 
    color: #fff; 
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    font-weight: bold;
 change */
    }



#loading {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px 0;
    
    text-align: center;
    color: #E4E4E4;
    font-size: 40px;
    }

#loading.vertical-middle {
    bottom: 50%;
    padding: 0;
    }


button#Submit { padding: 15px; color: #fff; font-size: 22px; margin-top: 5px; }

.pop-up-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    left:0; right:0;
    top:0; bottom:0;
    z-index: 901;
    background-color: rgba(0, 0, 0, 0.55);
    display: none
}
.pop-up {
    position: absolute;
    top: 25%;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    z-index: 11;
    width: 95%;
    max-width: 500px;
    overflow: hidden
}
.pop-header {
    color: #fff;
    background-color: #2f72c1;
    padding: 10px 15px;
    position: relative;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.pop-up a.pop-close {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 4px;
    right: 10px;
    opacity: .7
}
.pop-up a.pop-close:hover {
    opacity: 1
}
.pop-text {
    padding: 12px 15px;
    background-color: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;

}
.pop-up p {
    margin-top: 0;
    margin-bottom: 8px
}



ul#autosuggest-hotels {
    list-style:none; display:box;
    border:1px solid #799bd2; list-style:none; margin:0; padding:0;
        z-index:9999;
        background-color:#fff;
        max-height:400px; overflow:auto;
}
ul#autosuggest-hotels li {
    display:block; padding:3px 6px; font-size:12px;
}
ul#autosuggest-hotels li:hover {
    background-color: #1e90ff;
    color:#fff;
    cursor:pointer;
}
span.citystate { color:silver; }

#passInfoBox {
    font-size: 13px;
    background-color: #f0f7f9;
    border: 1px solid #c9d5e1;
    color: #596784;
    width: 85%;
    padding: 10px 12px;
    margin: 0 auto
}
#passForm {
    display: inline-block;
    margin: 0;
    padding: 0
}
#passForm label {
    display: none;
    float: left
}
#passForm button {
    float: left;
    display: inline-block;
    margin-left: 4px
}
#passForm input {
    float: left;
    display: inline-block;
    height: 30px;
    padding: 0;
    margin: 0
}
#passContainer {
    font-size: 30px
}
.passWidget {
    text-align: center;
    margin-bottom: 15px;
}
div.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
    z-index: 9999;
    overflow: auto;
    display: none;
    color: #fff;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 22px 10px 12px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 16px;
    border-radius: 15px;
    border: 0 solid #fff;
    border-color: rgba(255, 255, 255, 0.9)
}
div.spinner span.label {
    display: block;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 4px;
    padding: 6px
}
.RequestThankYou {
    max-width: 800px;
    margin: 0 auto
}
.ajax-content h1.PageHeader{display:none}

.ajax-content a.view-req {
    width: 100%;
    padding:12px
}

.FormError {
    max-width: 800px
}
#rate-suggestion {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #333;
    margin-top: 3px;
    border: 1px solid #e88d16;
    -webkit-box-shadow: 0 2px 0 0 rgba(242, 241, 239, 1);
    -moz-box-shadow: 0 2px 0 0 rgba(242, 241, 239, 1);
    box-shadow: 0 2px 0 0 rgba(242, 241, 239, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
}
#rate-suggestion table {
    padding: 0;
    border-collapse: collapse;
    width: 100%;
    background-color: #fffdf9;
    font-size: 12px
}
#rate-suggestion table td {
    padding: 4px 6px
}
.suggestion-message {
    border: 1px solid #e88d16;
    background-color: #fffdf9;
    padding: 8px 15px;
    display: block;
    margin-top: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 400
}
.suggestion-message img {
    border: 0
}
#rate-suggestion .events-listings {
    padding: 0;
    margin: 0;
    max-height: 50px;
    overflow-y: auto;
    font-weight: 400
}
#rate-suggestion th,
#rate-suggestion td {
    border: 1px solid #e5e2da;
    border-top: 0
}
#rate-suggestion tr.final>td {
    border-bottom: 1px solid #e88d16
}
#rate-suggestion thead td {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    overflow: hidden
}
#rate-suggestion .highlighted {
    background-color: #FFEFCF;
    border: 1px solid #d5cba7;
    border-top: 0;
    font-weight: 700
}
#rate-suggestion .category {
    font-weight: 700;
    color: #124f88
}
#rate-suggestion .title {
    font-weight: 700;
    color: #f88f01;
    font-size: 10px
}
#rate-suggestion .city {
    font-weight: 700
}
#rate-suggestion .fa-exclamation-triangle,
.suggestion-message .fa-exclamation-triangle {
    color: #fe950e;
    font-size: 14px
}
#rate-suggestion .fa-check-circle,
#rate-suggestion .isOK {
    color: green;
    font-size: 14px;
    font-weight: 700
}
#rate-suggestion table a:link,
#rate-suggestion table a:active,
#rate-suggestion table a:visited {
    color: #346ca0;
    text-decoration: none;
    font-weight: 700
}
#rate-suggestion table a:hover {
    text-decoration: underline
}
#rate-suggestion td.last {
    border: 0;
    font-weight: 400
}
.nowrap {
    white-space: nowrap
}
.MobileSite #rate-suggestion,
.MobileSite .suggestion-message {
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch
}
input.datepicker {
    max-width: 150px;
}
.MobileSite input.datepicker {
    max-width: 100%
}
table#CustomFields {
    width: 100%
}
#entering-agent {
    background-color: #fae2e6;
    border: 1px solid gray;
    margin-left: 30px;
    float: right;
    display: inline-block
}
#entering-agent .name {
    color: #00F;
    font-weight: 700
}
a#SpaceOnlyLink {
    display: none;
    padding: 0 8px
}
.container_smart a.show:link,
.container_smart a.show:active,
.container_smart a.show:visited {
    color: #346ca0;
    margin: 12px 0;
    display: block;
    text-decoration: underline
}
.container_smart a:hover {
    text-decoration: underline
}
.container_smart a,
.container_smart a:visited {
    color: #1975A4
}
input#addReqButton {
    margin: 0 auto
}
.space-footer {
    text-align: center
}

#error-summary,
.warning {
    background-color: #F7F0BC
}
#error-summary {
    width: 100%;
    margin: 0 auto;
    max-width: 780px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-left: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px
}
#error-summary h5 {
    font-weight: 700;
    font-size: 15px;
    color: #6F5532;
    margin: 7px 0
}
#error-summary ul {
    list-style-position: inside;
    list-style: disc;
    padding-left: 15px
}
#errorNotification,
#spacePicker,
a.addmorespace {
    display: none
}
#EventDetailsFrame {
    width: 480px;
    margin-left: 0
}

#EventDetailsPopup {  
    overflow: hidden;
    height: 0;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 950;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#EventDetailsPopup.active { 
    
    height: 100%;

    background-color: rgba(0,0,0,0.75);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#EventDetailsPopup iframe {
    margin: 0 auto;
    display: block;
    margin-top: 200px;
}


div#groupTypeRow {
    padding-bottom: 0;
    margin-bottom: 0
}
#selected_spaces {
    padding-top: 10px
}
#frmRequest {
    font-size: 11.5px
}
#frmRequest select#Currency {
    max-width: 116px
}
#frmRequest label {
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    color: #2d4a66
}
.en #frmRequest label {
    font-size: 11.5px
}
#frmRequest label i {
    font-weight: 400
}
#frmRequest select {
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05)
}
#frmRequest select::-ms-expand {
    display: none
}
img#MainImage {
    border: 0;
    width: 125px
}
select#MeetingDuration,
select#MeetingTime {
    max-width: 100px
}
#MeetingDay {
    width: 94px
}
#RoomType {
    width: 180px
}
input#sizeofroom {
    font-weight: 700;
    width: 90px
}

#frmCalculator .spacePicker #speech-bubble div.form-group #BoothLabel,
#BoothLabel {
    display: none
}
select option.not-listed {
    color: red
}
.destTextDiv {
    display: none
}


#frmRequest input,
#frmRequest select,
#frmRequest textarea {
    font-family: helvetica neue, Arial, sans-serif;
    font-size: 12px;
    background-color: #fff;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin: 0
}


#frmRequest select {
    background-image: url("//cdn.hotelplanner.com/Common/Images/Request/arr.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #fff;
}
.MSIE8 #frmRequest select,
.MSIE9 #frmRequest select {
    background-color: #fff
}
img.spaceicon {
    width: 60px;
}
.form-group {
    margin-bottom: 12px;
    position: relative
}
button#submit {
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€šÃ„Â¶EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(248, 145, 0, 1) 0, rgba(248, 111, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 145, 0, 1)), color-stop(100%, rgba(248, 111, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 145, 0, 1) 0, rgba(248, 111, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 145, 0, 1) 0, rgba(248, 111, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 145, 0, 1) 0, rgba(248, 111, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 145, 0, 1) 0, rgba(248, 111, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f89100', endColorstr='#f86f00', GradientType=0);
    text-shadow: 0 1px 3px rgba(197, 101, 22, 1);
    font-weight: 700;
    border: 0;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 15px 42px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 2px solid #a3651c
}
button#submit:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ODEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGE5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(248, 129, 1, 1) 0, rgba(248, 169, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 129, 1, 1)), color-stop(100%, rgba(248, 169, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 129, 1, 1) 0, rgba(248, 169, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 129, 1, 1) 0, rgba(248, 169, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 129, 1, 1) 0, rgba(248, 169, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 129, 1, 1) 0, rgba(248, 169, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f88101', endColorstr='#f8a900', GradientType=0)
}
.clear {
    clear: both;
    line-height: 0;
    width: 100%;
    height: 0
}
.form-header {
    padding: 6px 20px;
    color: #346ca0;
    background-color: #f6f4ef;
    font-size: 13px;
    font-weight: 700
}
fieldset {
    margin-bottom: 5px;
    border: 0;
    padding-bottom: 5px
}
fieldset#Submit {
    border: 0;
    text-align: left
}
#frmRequest label#travel-agent {
    cursor: pointer;
    display: inline-block
}
fieldset#Itinerary label {
    margin-top: 5px
}
.btn-group {
    width: 100%;
    text-align: left;
    margin: 0
}
.btn {
    text-align: left;
    position: relative;
    line-height: normal
}
.dropdown-menu {
    min-width: 100%;
    font-size: 12px
}
#maximum input {
    width: 30%;
    float: left
}
#maximum select {
    width: 68%;
    margin-left: 2%;
    float: left
}
.select-maximum {
    width: 65%;
    margin-left: 5%
}
#email_error_message {
    display: none;
}
fieldset#Contact-Information label {
    margin-top: 5px
}
#disclaimer {
    color: #666;
    display: block;
    margin: 0 0 25px
}
#disclaimer a, small#travel-terms a {
    color: #666;
    text-decoration: underline
}

#started-mobile {
    font-weight: 700;
    display: none;
    font-size: 20px;
    color: #333;
    padding: 10px 0
}
a#phone:link,
a#phone:visited,
a#phone:hover {
    color: #00C348;
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 2px 8px;
    margin: 5px 0 12px;
    display: inline-block
}
a#phone:active {
    margin-top: 6px;
    margin-bottom: 11px
}
a#alternate-cities {
    font-size: 11px
}
a.help:link,
a.help:visited,
a.help:active {
    font-size: 11px;
    font-weight: 400;
    margin-left: 5px
}
.column {
    width: 43%;
    padding: 5px 15px;
    padding-left: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.content_hp {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.destination {
    width: 50%;
    max-width: 400px
}
.dates {
    width: 25%;
    max-width: 150px
}
.dates input,
.site4 input.datepicker {
    background-image: url("//cdn.hotelplanner.com/Common/Images/Request/dates_icon.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #fff!important;
}

.dates {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px
}
.destination select {
    max-height: 36px
}
#Contact-Information .column {
    width: 50%;
    max-width: 320px;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0
}
#PasswordBox.column {
    display: block
}
#PasswordBox .form-group {
    margin-bottom: 0
}
#PasswordBox .note {
    background-color: #F5F5E5;
    padding: 3px
}
#PasswordBox .note i {
    color: #346ca0
}
.note {
    display: block;
    padding: 5px 0;
    padding-bottom: 0
}
fieldset#Additional-Requests input[type="text"],
fieldset#Additional-Requests textarea {
    width: 65%
}
fieldset#Additional-Requests textarea {
    height: 113px
}

.MSIE8 #frmRequest LABEL.yesno, label.yesno {
    display: inline-block !important;
    cursor: pointer;
    border: 1px solid #bebebe;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    padding: 10px 12px;
    width: 40px;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0)
}
.yesno:hover {
    background-color: #fafafa;
    border: 1px solid #999
}
#frmRequest #needSpaceRow input[type="radio"] {
    display: none
}
#frmRequest #needSpaceRow input[type="radio"]:checked ~ label {
    background-color: #326ab0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#326ab0', endColorstr='#326ab0', GradientType=0);
    border: 1px solid #326ab0;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.button_wrapper {

}
#frmCalculator .form-group {
    margin-bottom: 5px
}


#frmCalculator .spacePicker {
    position: absolute;
    margin-right: 10px;
    z-index: 999999;
    /* min-width: 620px; */
    max-width: 670px;
}
/* .spacePicker #spacepicker-group1 {
    width: 100%;
    min-width: 100%;
} */

#frmCalculator .spacePicker #closeSpacePicker {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 14px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    width: 20px;
    max-width: 20px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #bebebe;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    color: #999;
    background-color: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃ–EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0)
}
#frmCalculator .spacePicker #closeSpacePicker:hover {
    color: #000;
    background-color: #fafafa;
    border: 1px solid #999
}
#frmCalculator .spacePicker p {
    /* width: 100%; */
    display: block;
    clear: both
}
#frmCalculator .spacepicker-popover-handle {
    position: relative;
    top: 0;
    left: 20px;
    display: block;
    content: '';
    border-color: rgba(0, 0, 0, 0.25);
    border-style: solid;
    border: 1px 0 0 1px solid rgba(0, 0, 0, 0.25);
    height: 16px;
    width: 16px;
    background-color: #fff;
    margin: 6px;
    transition: opacity .5s linear;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1px 0 0 1px;
    z-index: 99999
}
#frmCalculator .spacePicker #speech-bubble {
    position: relative;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0;
    margin-top: -14px;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    min-width: 240px;
    border: 0;
    padding: 15px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
/*  #frmCalculator .spacePicker{
    min-width: 400px;
    
    }    */
#frmCalculator .spacePicker #speech-bubble ul#chklist {
    display: block;
    list-style: none;    
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    margin: 0;

    border:  1px solid #eee;
    padding:  10px 15px 10px 5px;
    border-radius: 5px;
}
#frmCalculator .spacePicker #speech-bubble ul#chklist li {
    display: flex;
    line-height: 15px;
    white-space: nowrap;
}
#frmCalculator .spacePicker #speech-bubble ul#chklist input {
    padding: 0;
    margin: 1px 2px 0 4px;
    display: inline-block;
    float: left;
}
#frmCalculator .spacePicker #speech-bubble ul#chklist label {
    cursor: pointer;
    display: inline-block;
    float: left;
    vertical-align: middle;
    font-size: 11px;
    white-space: nowrap;
}
#frmCalculator #speech-bubble ul#chklist input[type="checkbox"]:checked ~ label {
    color: green;
}
#frmCalculator .spacePicker #speech-bubble * {
    font-size: 11px;
}
#frmCalculator .spacePicker #speech-bubble h2 {
    font-size: 20px;
    color: #346ca0;
    margin-bottom: 15px;
}


#frmCalculator .spacePicker #speech-bubble div.table-container {
    display: table;
    width: 100%;
    min-width: 100%;
    margin-top: -10px;
    max-width: 670px;
    min-width: 645px;
}
#frmCalculator .spacePicker #speech-bubble div.table-container div.left-column {
    display: table-cell;
    vertical-align: top;
    width: 70%;
}
#frmCalculator .spacePicker #speech-bubble div.table-container #right-column {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    min-width: 125px;
    margin: 10px 20px;
    max-height: 100px;


}
#frmCalculator .spacePicker #speech-bubble div.table-container #right-column img {
    border: 0 solid #efefef;
    padding: 0;
    padding-left: 10px;
    max-height: 100px;
}
#frmCalculator .spacePicker #speech-bubble div.table-container input {
    padding: 6px 5px; 
    min-height: 24px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
#frmCalculator .spacePicker #speech-bubble div.table-container input,
#speech-bubble select { 
    border: 1px solid #aaa;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }



#frmCalculator .spacePicker #needSpace_buttonbar button {
    font-size: 12px
}
#frmCalculator .spacePicker.spacepicker-popover-handle-above #speech-bubble {
    position: relative;
    margin-bottom: 15px;
    margin-top: 0
}
#frmCalculator .spacepicker-popover-handle-above div.spacepicker-popover-handle {
    left: 20px;
    top: auto;
    bottom: 0;
    transform: rotate(-135deg);
    position: absolute
}
#frmCalculator .spacePicker #imglayoutdesc {
    display: block;
    padding-top: 2px;
    font-style: italic;
    color: #999
}
#frmCalculator .button {
    background-color: #326ab0;
    border: 1px solid #326ab0;
    color: #fff;    
    padding: 10px 15px;
    text-align: center;
    margin-right: 8px;
    font-size: 12px;
    
    -webkit-appearance: none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);    
    }
    
#frmCalculator.mobileView {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px
}
#frmCalculator.mobileView .spacePicker #speech-bubble {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 10px
}
#frmCalculator.mobileView * {
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#frmCalculator.mobileView #speech-bubble div.form-group label {
    min-width: auto;
    width: 100%;
    max-width: 90px;
    display: block;
    clear: none
}
#frmCalculator.mobileView #speech-bubble div.form-group {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 2px
}
#frmCalculator.mobileView #speech-bubble div.form-group input,
.mobilecal #speech-bubble div.form-group select {
    height: auto;
    padding: 2px;
    font-size: 11px
}
#frmCalculator.mobileView div.spacepicker-popover-handle {
    display: none
}
#frmCalculator.mobileView #speech-bubble ul#chklist {
    padding: 4px;
    border: 1px solid #efefef;
    display: block;
    max-height: 150px;
    height: 100%;
    overflow: auto
}
#frmCalculator.mobileView #speech-bubble ul#chklist label {
    height: 100%;
    width: auto;
    min-width: auto;
    max-width: auto;
    display: inline-block
}
#frmCalculator.mobileView #speech-bubble ul#chklist li {
    width: 100%;
    min-width: auto;
    max-width: 100%
}
#olSpaces * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#olSpaces {
    list-style: none;
    margin:0;
    display: block;
    width: 100%;
    padding:0;
    clear:both;
}
#olSpaces li {
    width: 100%;
    max-width: 329px;

    margin:0;
    padding:4px 0;
    display:block;
    background-color: #fff;
}
#olSpaces li span.colwrapper {
    display: table;
    margin: 0;
    padding: 0;
    max-height: 100px;
    width: 100%;
    max-width: 100%;
    min-width: 100%
}
#olSpaces li div.spacecolumn {
    vertical-align: top;
    position: relative
}
#olSpaces li div.col1 {
    width: 90px;
    max-width: 90px;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}
#olSpaces li div.col2 {
    display: table-cell;
    vertical-align: middle
}

#olSpaces li a.remove-space {
    display: inline-block;
    position: absolute;
    top: 4px;
    right:0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    margin: 0; padding: 0;
    display: inline-block;
    line-height:11px;
    font-size:11px;
    float:right;
    color: #d9d9d9;
    border: 2px solid #d9d9d9;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    before:
    
}
#olSpaces li a.remove-space:hover {
    color: #169adc;
    border: 2px solid #169adc;
}
span.amenities {
    font-size: 10px;
    color: #999;
    font-size: 10px;
    color: #999
}
div#selected_spaces {
    margin-bottom: 2em;
    display: none
}

#addDestination:hover {
    text-decoration: none;
}

#errorNotification {
    color: #a94442;
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    border-radius: 6px;
    padding: 4px 16px
}
/* div.destinationRow a.fa-close {
    font-weight: 400;
    color: silver;
    float: left;
    width: 26px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    font-size: 26px;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer
}
div.destinationRow a.fa-close:hover {
    color: gray;
    text-decoration: none!important
} */
div.destinationRow {
    width: 100%
}
/* div.destinationRow a.fa-close {
    font-weight: 400;
    color: silver;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 4px
}
div.destinationRow a.fa-close:hover {
    color: gray;
    text-decoration: none!important
} */
#btnSubmit {
    font-size: 22px;
    padding: 15px 35px
}
#peakestimatelabel {
    position: absolute;
    left: 100px;
    top: 30px
}
#example-comments {
    background-color: #e8eef3;
    font-size: 11px;
    padding: 10px;
    width: 37%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 66%;
    top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#Agency input[type="text"],
#Agency textarea {
    width: 65%
}
#iata input[type="text"] {
    width: 20%;
    max-width: 100px;
    display: inline-block
}
#iata.form-group {
    margin-bottom: 0
}
#frmRequest input#rooms {
    max-width: 90px
}
#frmRequest select#star-rating {
    max-width: 100px
}
#maximum select {
    background-image: url("//cdn.hotelplanner.com/Common/Images/Request/arr.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #fff;
    color: #b4b4b4;
    border: 1px solid #dedede;
    box-shadow: none;
    font-size: 12px;
    max-width: 210px
}
fieldset#Hotel-Requirements .content_hp {
    padding-bottom: 0
}
fieldset#Hotel-Requirements .column {
    margin-right: 12%
}
fieldset#Hotel-Requirements .column.last {
    margin-right: 0
}
#Agency .content_hp {
    padding: 0 20px
}
#AutoContact {
    display: none;
    margin-top: 5px
}
#AutoContact label,
#notify-by-email label {
    cursor: pointer
}
#notify-by-email input {
    display: none
}
#notify-by-email i.fa-check-square-o,
#notify-by-email.activated i.fa-square-o {
    display: none
}
#notify-by-email.activated i.fa-check-square-o {
    display: inline-block
}
#AutoContact.activated {
    display: block
}
#Agency {
    margin-top: 10px;
    position: relative;
    padding: 8px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#TravelAgentCodeRow {
    display: none
}
#Agency.activated #TravelAgentCodeRow {
    display: block
}
#Agency #chkUserType,
#AutoContact #chkAutoContactMe {
    display: none
}
#Agency #travel-agent i,
#AutoContact label i,
#notify-by-email i {
    font-size: 14px
}
#Agency #travel-agent i.fa-check-square-o,
#AutoContact i.fa-check-square-o {
    display: none
}
#Agency #travel-agent i.fa-square-o,
#AutoContact i.fa-square-o {
    display: inline-block
}
#Agency.activated #travel-agent i.fa-check-square-o,
#AutoContact.checked i.fa-check-square-o {
    display: inline-block
}
#Agency.activated #travel-agent i.fa-square-o,
#AutoContact.checked i.fa-square-o {
    display: none
}
#frmRequest label#travel-agent {
    display: inline-block;
    padding: 10px 45px 10px 30px;
    position: absolute;
    top: -30px;
    left: 0
}
#Agency.activated label#travel-agent,
#Agency.activated {
    background-color: #F2F2F2
}
#splitted-name {
    clear: left
}
#splitted-name .form-group {
    float: left;
    margin-right: 15px;
    width: 33.3333%;
    max-width: 198px
}
#peakestimatelabel {
    position: absolute;
    top: 22px;
    left: 93px;
    width: 180px;
    height: 32px
}
#peakestimatelabel div {
    display: table-cell;
    height: 32px;
    vertical-align: middle
}

#Contact-Information::-webkit-input-placeholder,
.destinationRow::-webkit-input-placeholder {
    color: transparent
}
#Contact-Information::-moz-placeholder,
.destinationRow::-moz-placeholder {
    color: transparent
}
#Contact-Information:-ms-input-placeholder,
.destinationRow:-ms-input-placeholder {
    color: transparent
}
#Contact-Information input:-moz-placeholder,
.destinationRow input:-moz-placeholder {
    color: transparent
}
@media(max-width:767px){.pop-up{position:absolute;top:5px;right:0;bottom:auto;left:0;margin:auto;z-index:25;width:95%;max-width:500px;overflow:hidden}td.hide-mobile{display:none}#rate-suggestion,.suggestion-message{width:100%;-webkit-overflow-scrolling:touch}#frmRequest input,
#frmRequest select,
#frmRequest textarea {
    max-width: 350px
}
#started-mobile {
    padding: 10px 0
}
fieldset {
    border: 0;
    border-radius: 0;
    padding: 5px
}
.form-group {
    margin-bottom: 5px
}
fieldset#Hotel-Requirements .column.last {
    margin-top: 6px
}
.column,
#Contact-Information .column,
.destination {
    width: 100%;
    max-width: none;
    padding: 0
}
.dates {
    width: 50%
}
#Contact-Intro span.bold {
    display: none
}
.city-instructions p,
#Contact-Intro {
    margin: 1px
}
#Contact-Intro {
    padding-bottom: 4px
}
/*.dates.last {
    padding: 0
}*/
.column {
    padding: 0
}
#example-comments {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 12px;
    width: 100%
}
fieldset#Additional-Requests input[type="text"],
fieldset#Additional-Requests textarea {
    width: 100%
}
fieldset#Additional-Requests textarea {
    height: auto
}
#iata input[type="text"] {
    width: 100%;
    display: block;
    margin-bottom: 5px
}
#Agency input[type="text"],
#Agency textarea {
    width: 100%
}
#started-mobile {
    display: block
}
#Hotel-Requirements {
    margin: 0
}
.content_hp {
    padding: 10px 0
}
.form-header {
    padding: 6px 1px
}
#PasswordBox .note {
    max-width: 345px
}
#Agency .content_hp {
    padding: 0
}
#frmRequest label#travel-agent {
    padding: 10px 15px 10px 5px;
    top: -23px
}
#MainContent {
    padding: 0
}
#splitted-name .form-group {
    width: 100%;
    max-width: 100%
}
#btnSubmit {
    font-size: 22px;
    width: 100%;
    padding: 10px 25px
}
.dates {
    max-width: none
}
.destination,
.dates {
    padding-right: 7px
}
/*.dates.last {
    padding: 0 7px
}*/
.container_smart {
    padding: 0 15px
}
#btnSubmit {
    font-size: 22px;
    width: 100%;
    padding: 10px 15px
}
.destination,
.dates,
.dates.last {
    /*padding: 0 7px;*/
    padding-right: 0
}
div.dates {
    max-width: 175px
}
.form-group {
    position: relative;
    max-width: 350px
}
.destinationRow {
    margin: 4px 0;
    display: inline-block;
    border-bottom: 0 solid #efefef
}
#Contact-Information label,
#frmRequest .destinationRow label {
    display: none
}
#frmRequest .destinationRow label#NotifyByEmail {
    display: inline-block
}
#Contact-Information::-webkit-input-placeholder,
.destinationRow::-webkit-input-placeholder {
    color: rgb(155, 153, 153)
}
#Contact-Information::-moz-placeholder,
.destinationRow::-moz-placeholder {
    color: rgb(155, 153, 153)
}
#Contact-Information:-ms-input-placeholder,
.destinationRow:-ms-input-placeholder {
    color: rgb(155, 153, 153)
}
#Contact-Information input:-moz-placeholder,
.destinationRow input:-moz-placeholder {
    color: silver
}
#rate-suggestion,
.suggestion-message {
    margin-bottom: 10px;
    max-width: 94%
}
.column {
    padding-bottom: 0
}
fieldset {
    padding: 5px 0 0
}
.destination,
.dates,
.dates.last {
    padding-right: 0;
    padding-left: 0
}
.dates.last {
    padding-left: 7px
}
#Additional-Requests {
    margin-bottom: 0
}
}
.MSIE7 #frmCalculator .spacepicker-popover-handle,
.MSIE8 #frmCalculator .spacepicker-popover-handle {
    display: none
}
.MSIE7 #frmCalculator .spacePicker #speech-bubble,
.MSIE8 #frmCalculator .spacePicker #speech-bubble {
    border: 2px solid gray
}
.MSIE8 #frmRequest #needSpaceRow input[type="radio"],
.MSIE8 #AutoContact #chkAutoContactMe,
.MSIE8 #AutoContact LABEL {
    display: inline-block;
    border: 0
}

.MSIE8 #AutoContact i.fa,
.MSIE8 #Agency {
    display: none
}
.MSIE8 #meeting,
.MSIE8 #meeting2,
.MSIE8 #AutoContact #chkAutoContactMe {
    width: auto
}
#button-wrapper {
    width: 100%;
    text-align: center
}
#Submit .content_hp {
    padding-top: 0
}
#comments-lasttime a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #BEBEBE;
    color: #333;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    padding: 6px;
    text-align: center;
    margin-right: 8px;
    font-size: 12px;
    background: linear-gradient(to bottom, #FFF 0%, #F2F2F2 100%) repeat scroll 0 0 transparent
}
.wontshare {
    color: green;
    display: block;
    margin: 6px 0
}
.wontshare .fa {
    font-size: 14px
}
#peakestimatelabel .OK {
    color: green;
    font-weight: bold
}
.ac_results li {
    font-size: 13px;
    padding: 8px 15px
}

input#meeting, input#meeting2 { display:none; }

.errorField { 
    transition: border 1s ease;
    border: 2px solid #FF7A00 !important;
    background-color: #FFF5F5;
    color: #a94442 !important;
    }
.errorField:before {
    font-family: FontAwesome; display:inline-block !important; content:'\f06a'; font-size:13px; margin-right:4px; fixed:top:0; left:0;
}
span.errorMsg {     
    display:block;
    color: #FF7A00;
    padding:4px 0;
    }
    
span.errorMsg:before { font-family: FontAwesome; display:inline-block; content:"\f06a"; font-size:13px; margin-right:4px; }

/*** custom checkboxes ***/
#optin-container label,
#travel-agent label { line-height:20px; box-sizing: border-box; }

#optin-container input[type=checkbox],
#travel-agent input[type=checkbox] { display:none; } /* to hide the checkbox itself */

#optin-container input[type=checkbox] + label,
#travel-agent input[type=checkbox] + label {  }

#optin-container input[type=checkbox] + label:before,
#travel-agent input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size:18px;
  width:22px; 
  height:21px; 
  line-height:22px; 
  vertical-align:bottom;
  margin:0; padding:0;
  box-sizing: border-box;
}

#optin-container input[type=checkbox] + label:before,
#travel-agent input[type=checkbox] + label:before { 
    margin-left:2px;
    content: "\f096"; 
} /* unchecked icon */

#optin-container input[type=checkbox] + label:before,
#travel-agent input[type=checkbox] + label:before { 
    letter-spacing: 10px; 
    color:#e4e4e4; 
    line-height:22px; 
    vertical-align:bottom; 
    transition: all .2s ease-in-out; } /* space between checkbox and label */

#optin-container input[type=checkbox] + label:hover:before,
#travel-agent input[type=checkbox] + label:hover:before { color:rgba(255, 180, 0, 0.8);  }


#optin-container input[type=checkbox]:checked + label:before,
#travel-agent input[type=checkbox]:checked + label:before { 
    content: "\f046";
    line-height:22px; 
    vertical-align:bottom; 
} /* checked icon */

#optin-container input[type=checkbox]:checked + label:before,
#travel-agent input[type=checkbox]:checked + label:before { 
    letter-spacing: 5px; 
    color:#346ca0; 
} /* allow space for check mark */

small#travel-terms{ 
    display:block; color: #A4A4A4; text-align: left; margin:0 ; width: 100%;  display: inline-block; padding:0 0 15px 0; font-size:11px;
}

[data-hint]:after{ 
    max-width:300px; z-index:9999999; display:block;
    white-space: normal; width:240px; font-family:verdana;
    text-align:left; font-size:10px;
}


#Form-Wrapper label.toggle-check { display:inline-block; float:left; margin-right:16px;  margin-bottom: 6px; }

.toggle-check-input { 
    width: 0px; 
    height: 0px; 
    position: absolute;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    }


.toggle-check-text { display: inline-block; position: relative; text-transform: uppercase; font-size:16px; background-color: #CCC; padding: 0.25em 0.5em 0.25em 2em; border-radius: 1em; min-width: 2em; color: #FFF; cursor: pointer; transition: background-color 0.25s ease; margin-top:4px; }
.toggle-check-text:after { content: ' '; display: block; background: #FFF; width: 1.1em; height: 1.1em; border-radius: 1em; position: absolute; left: 0.3em; top: 0.25em; transition: left 0.15s, margin-left 0.15s; }
.toggle-check-text:before { content: 'No'; }
.toggle-check-input:checked ~ .toggle-check-text { background-color: #8ad869; padding-left: 0.5em; padding-right: 2em; }
.toggle-check-input:checked ~ .toggle-check-text:before { content: 'Yes'; }
.toggle-check-input:checked ~ .toggle-check-text:after { left: 100%; margin-left: -1.4em; }

a.addmorespace {
    display: none; float:left;
    cursor: pointer;
    border: 1px solid #bebebe;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    padding: 5px 12px; margin-top:4px;
    text-align: center;
    margin-right: 8px;
    font-size: 12px;
    background-color: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃ–EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    color:#666;
}
a.addmorespace:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #999;
}

a.addmorespace i { color:#8ad869; } 
a.addmorespace:hover i { color:#348A38; } 



a.addmorespace  {
    transition: all 0.25s cubic-bezier(0.310, -0.105, 0.430, 1.400);
    }

/*
a.addmorespace:hover  i.fa {
    left: -72%;
    opacity: 0;
    }
*/
    
    
#ThankYou, div#step3 { display:none;  }
#ThankYou {
    background-color: #efefef;
    padding: 30px 20px;
    font-size: 42px;
    margin-top: 25px;
    color: #62C567;
    border-bottom: 1px solid #dfdfdf;
    }


#ThankYou p {
    display: inline-block;
    margin: 0;
    padding: 0;
    }


 div#step3 { padding:30px 20px;}

.ui-slider-handle { cursor:ew-resize !important; cursor:-webkit-grab !important; cursor:-moz-grab !important; }
.ui-state-active { cursor: -webkit-grabbing !important; cursor:-moz-grabbing !important; }



ul.star-rating, ul.star-rating * { box-sizing: border-box; }

ul.star-rating {
    border:1px solid #909090;
    list-style:none;
    margin:0;
    padding:0;
    z-index:9999;
    background-color:#fff;
    display:none;
    width:200px;
    max-width:200px;
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.35);
    }

button.star-rating { height:41px; box-sizing: border-box; display:block; background-color:#fff; width:100%; max-width:100%; outline:0; text-align:left; 

border: 2px solid #e4e4e4; font-size: 12px; padding: 10px 10px; margin-top: 5px; cursor:pointer;

}
button.star-rating:hover {
    border-color: #D2D2D2 !important;
}   

div.column-left{
    float: left; width:100%; max-width:49%;
}
div.column-right{
    float: left; width:100%; max-width:49%; margin-left:2%;
}

button.star-rating * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

button.star-rating.active, 
button.star-rating.active:hover,
.custom-select.active, 
.custom-select.active:hover {
    border: 2px solid rgba(255, 180, 0, 0.8) !important;
    /*-webkit-box-shadow: 0px 0px 8px rgba(255, 180, 0, 0.28);
    -moz-box-shadow: 0px 0px 8px rgba(255, 180, 0, 0.28);
    box-shadow: 0px 0px 8px rgba(255, 180, 0, 0.28);*/
    outline:0;
    }
    
    
.custom-select.active select { outline:0; }
button.star-rating .fa { float:right; display:inline-block; color:#d9d9d9; font-size:16px;}
button.star-rating:hover .fa { color:#666; }
ul.star-rating li {
    display:block; padding:6px 10px; min-height:30px;
}
ul.star-rating li:hover {
    background-color: #2885dc; 
    color:#fff;
    cursor:pointer;
    }
    
ul.star-rating li stars {
    display:none; float:right; 
}
button.star-rating stars {  
    float:right; 
}
ul.star-rating li:hover stars {
    display:inline; 
    font-weight:normal;
    float:right;
}
button.star-rating stars star:after {
    display:inline; 
    font-weight:normal;
    color:rgba(0,0,0, 0.25);
}
ul.star-rating li star:after, button.star-rating star:after {
    color:rgba(255, 255,255, 0.55); content: "\f006";
    font-style: normal;
    margin:0 2px;
    font-size: 15px;
    font-family: FontAwesome;
    display: inline-block;
}

ul.star-rating star.gray:after {
    font-family: FontAwesome;
    color:rgba(255, 255,255, 0.5);
    content: "\f005";
}
button.star-rating star.gray:after {
    font-family: FontAwesome;
    color:rgba(0,0,0, 0.2);
    content: "\f005";
}

ul.star-rating star.full:after, button.star-rating star.full:after {
    font-family: FontAwesome;
    color: gold;
    content: "\f005";
}
button.star-rating stars { margin-right:20px; }

/* body .ui-slider-range { background:#00aeff; } */
                    
body .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    border-radius: 50% 50% 0;
    border-color: #2f60ac; background-color:#00aeff;
    transition: border 0.4s ease; border-width:2px;
    
    /******/

    width: 0;
    height: 0;
    background-color: transparent;
    }
                    
body .ui-slider .ui-slider-handle.ui-state-hover, 
body .ui-slider .ui-slider-handle.ui-state-focus, 
body .ui-slider .ui-slider-handle.ui-state-active { border-color:#2f60ac; }
      
body .ui-slider.ui-slider-horizontal .ui-slider-handle {
    /*-webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);*/
    top: -20px;
    margin-left: -8px;
    border: 0 !important;
    
    /*****/
   
    top: -5px;
    }     


body .ui-slider-tip{ min-width:38px; width:auto; fop }

div.destinationRow{ display:row; position:relative; display:block;  }
div.destinationRow::after { 
    content: "\00a0";
    line-height:8px;
    display:block;
}
div#step-1 .fa-question, div#step-2 .fa-question { 
    position: absolute;
    right: 0; 
    top: 1px;
    z-index: 900;
    
    color: #d9d9d9;
    border: 2px solid #d9d9d9;
    font-size: 10px;
    width:11px; 
    height:11px;
    vertical-align:middle; 
    text-align: center;
    cursor: pointer;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    }

#optin-container #optinlbl i.fa.fa-question{
    position: relative;
    top:-1px;
    float:right
}

div#step-1 .fa-question:hover, div#step-2 .fa-question:hover { color: #346ca0; border: 2px solid #346ca0 }


div#step-1 .fa-close, div#step-2 .fa-close {
    margin-top:-5px;
    right: -5px; 
    color: #fff;
    border: none;
    font-size: 11px;
    width:11px; 
    height:11px;
    line-height: 11px;
    vertical-align:middle; 
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    z-index:200;
    position:absolute;
    background-color: #888;
    padding: 3px;
}

div#step-1 .fa-close:hover, div#step-2 .fa-close:hover { background-color: red; }

.hidden { display: none }

.stay-hidden {
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important;
    }


#email_error_message { display:none; }
#RoomsHelpPopup, #RatingsHelpPopup, #EventDetailsPopup, #autosuggest-hotels { display:none; }

#Form.distance-top { top: 20px }
#Form.distance-bottom { top: -250px; }

#Form-Wrapper.absolute { position: absolute; right: 0; top: 0 }
#Form-Wrapper.absolute #Form {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
    }

/* Seo Form ***/

body.city-specific section#Slide-4 { padding: 0 }

body.city-specific section#Slide-4 .gradient { padding: 120px 0 }

/* Themes */

body.GroupType30 section#Slide-1 { background-image:url("//cdn.hotelplanner.com/Common/Images/Request/meetingsbg2.jpg");}
body.GroupType150 section#Slide-1 {  background-image: url("//cdn.hotelplanner.com/Common/Images/Editorial/weddings.jpg"); }

body.GroupType150 #grouptype01 .grouptype-thumb { background-image: url("//cdn.hotelplanner.com/Common/Images/Request/weddings1.jpg") }
body.GroupType150 #grouptype02 .grouptype-thumb { background-image: url("//cdn.hotelplanner.com/Common/Images/Request/weddings2.jpg") }
body.GroupType150 #grouptype03 .grouptype-thumb { background-image: url("//cdn.hotelplanner.com/Common/Images/Request/weddings3.jpg") }

body.GroupType30 section#Slide-1,
body.GroupType150 section#Slide-1 { 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    }
#pg_RequestSmart.GroupType150 #banner-smart {
    background-color: #D68DBE;
}


/* Fixes NEW concept */

#privacy { margin-top: 15px; margin-bottom: 0 }

#testimonial1 .thumbnail { background-image: url("//cdn.hotelplanner.com/Common/Images/Request/thumb7.jpg"); }
.site4 #testimonial1 .thumbnail { background-image: url("//cdn.hotelplanner.com/Common/Images/Request/times.jpg") }


section#Slide-2 .subheadline span { display: none }

/*#Form-Wrapper { position: fixed }*/

section#Slide-1 .subtagline {
    font-size: 35px; 
    color: #f89101;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.75);
    }

section#Slide-1 .subtagline span {  
    display: block;
    height: 150px;
    width: 150px;
    background-image: url("//cdn.hotelplanner.com/Common/Images/Request/arrow_form.png");
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: -50px;
    top: 0px;
    background-repeat: no-repeat;
    }

.form-left section#Slide-1 .subtagline span { display: none !important} 


section#Slide-3 ul {
    font-size: 22px;
    list-style: none;
    padding: 0;
    }

section#Slide-3 ul li {
    display: block;
    margin-bottom: 10px;
    }

section#Slide-2 .subheadline {
    color: #3a75b9;
    font-weight: bold;
    margin-top: 24px;
    font-size: 22px;
    }

.grouptype-wrapper {
    width: 33.3333%;
    float: left;    
    padding-right: 15px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

#grouptype01 .grouptype-thumb { background-image: url("//cdn.hotelplanner.com/Common/Images/Request/grouptype01.jpg") }
#grouptype02 .grouptype-thumb { background-image: url("//cdn.hotelplanner.com/Common/Images/Request/grouptype02.jpg") }
#grouptype03 .grouptype-thumb { background-image: url("//cdn.hotelplanner.com/Common/Images/Request/grouptype03.jpg") }

.grouptype-thumb {
    background-color: #E0E0E0;
    height: 180px;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    }




#banner-smart {
    padding: 25px 0;
    background-color: #f89101;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    }

body#pg_RequestSmart h2 { 
    font-size: 50px; 
    font-weight: bold; 
    display:block; 
    margin-bottom: 15px;
    color: #38474f;
    }

body#pg_RequestSmart.site4 h2 { color: #3a75b9; }

.subheadline {
    display: block;
    font-size: 30px;
    font-weight: normal;
    margin: 20px 0
    }
    

section#Slide-1 { 
    background-color: #4A4A4A;
    background-image: url("//cdn.hotelplanner.com/Common/Images/Request/poolbg.jpg");
    
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
    
    padding-bottom: 0;
    padding: 0;
    }
    
.gradient { /*background: transparent;*/ padding: 70px 0 }
.title-1 { font-size: 21px; line-height: 1.1; }
.intl .title-1 { font-size: 18px; }

.name-quote-wrapper { 
    position: relative; 
    padding-left: 60px;
    min-height: 50px;
    margin-top: 20px;
    }


.testimonial-wrapper {
    /*border-bottom: 2px solid #D2D2D2;*/
    padding-bottom: 12px;
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 4px;
    }

.quote { font-size: 15px; font-weight: bold;  margin-top: 2px; margin-bottom: 8px; }
.quote-name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
    line-height: 1.1;
    }

.quote-location {
    display: block;
    margin-top: 5px;
    line-height: 1.1;
    }

section { border-bottom: 1px solid #ccc }



section#Slide-1,
section#Slide-2 { border: 0 }

section#Slide-2 h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
    }

#phone-chat { margin-bottom: 20px; }

#Slide-1 .fa-chevron-down { display: none } 

/* Fixes ****/

/* .testimonial-wrapper:hover { background-color: #4c85cb } change */

footer { position: relative; z-index: 901 }

body.MSIE8 #Form { top: 10px; right: 10px; }

body.MSIE8 button.Submit i.fa-arrow-right,
body.MSIE8 a.Submit i.fa-arrow-right { display: none }


body.MSIE8 section#Slide-1,
body.MSIE7 section#Slide-1 {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//cdn.hotelplanner.com/Common/Images/Request/poolbg.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//cdn.hotelplanner.com/Common/Images/Request/poolbg.jpg',sizingMethod='scale')";
}

#speech-bubble * { font-family: helvetica neue, arial, sans-serif}


#Slide-1 .fa-chevron-down {
    font-size: 50px;
    margin-top: 20px;
    text-align: center;
    }

 
.ui-slider-tip {
    visibility: visible !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    }

#group-form-destination {  margin-bottom: 5px; }


#suggested-note{display:block;color: gray;padding:4px 0 4px 4px;font-size: 11px}.en #suggested-note {background: #D2EFFD}

    
body .ui-slider * {  transition: all 0.35s ease;  }
body .ui-slider .ui-slider-range { background-image: none; background-color: #239fdb;  }
body .ui-widget-content {  background: #e7e7e7; background-color: #e7e7e7 }

body .slider { border: 0; }

body .ui-slider-horizontal.ui-slider-pips {
    margin-top: 24px;
    margin-bottom: 28px;
    }
body #modal-disclaimer h1, body #modal-disclaimer h2 {color:#fff}body #modal-disclaimer h1 {font-size:1.8em}body #modal-disclaimer h2 {font-size:1.5em}
#modal-disclaimer {
    background-color: rgba(0,0,0,.9);
    color: #fff;
    display:block;
    position:fixed;
    top:50%; 
    left:50%;   
        
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
   
    padding:20px; 
    overflow:auto;
    max-width:75%; 
    margin:auto; 
    width:100%; 
    max-height:75%; 
    z-index:99999; 

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    
    #modal-disclaimer a.fa-close { 
        background-color:rgba(255,255,255,.95); border:0;
        -webkit-border-radius:100%; -moz-border-radius:50%; border-radius:100%;
        width:20px; height:20px; display:block;
        text-align:center;
        position:absolute;
        top:10px; right:10px;
        line-height:20px; padding:4px; cursor:pointer;
        font-size:16px;
        outliine:0 !important;
        color:#666;
    }
    #modal-disclaimer a.fa-close:hover {
        color:#000; background-color:rgba(255,255,255,1);
    }
 
a#goToRequest {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    text-decoration:none;
    }

.slider { font-size: 12px !important }


body TD, 
body .Default {
    font-family: helvetica neue, arial, sans-serif; 
    }

body div.calendar-footer { font-style: normal }


body .ui-datepicker td span, 
body .ui-datepicker td a { text-align: center }



#input-firstname, #input-lastname { max-width: 48% !important }


footer #SitemapInfo,
#FooterHotelList { max-width: 90% }

#SocialMedia { width: 100% }

body header .headcontainer { max-width: 90% }

.ui-slider-pips .ui-slider-pip .ui-slider-tip-label {   
    display: none !important
}



.ui-slider-float .ui-slider-tip::after, 
.ui-slider-float .ui-slider-pip .ui-slider-tip-label::after {
    bottom: -10px !important;   
    border-color: transparent !important;
}

.ui-slider-float .ui-slider-tip::before, 
.ui-slider-float .ui-slider-pip .ui-slider-tip-label::before {
    bottom: -10px !important;
    border-top-color: #20588F !important;
    }

.ui-slider-horizontal .ui-slider-range {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    }

button.star-rating { 
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }

body ul.star-rating.active {
    position: absolute;
    top: 96%;
    left: 2px;
    display: block;
    }


.ui-widget { font-family: "Helvetica Neue", Helvetica, arial, sans-serif !important ; }

body .ui-slider-float .ui-slider-tip, 
body .ui-slider-float .ui-slider-tip-label {
    margin-left: -8px;  
    background-color: #20588F;
    color: #fff;
    border: 0;
    }
    
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label, 

body .ui-slider-float .ui-slider-tip, 
body .ui-slider-float .ui-slider-tip-label { top: -16px !important; left:-2px; }

#frmCalculator { padding: 0; margin: 0 }






/******************************************/

@media (min-width: 1024px) and (max-height: 700px) {
    
    /*#Form-Wrapper { top:0; right:0; max-width: 480px; padding: 10px 25px 15px 25px; */}
    .group-form { margin-bottom: 5px; }
    label { font-size: 12px;}
    .fa-question {  top: 0; }   
    input[type="text"], input[type="tel"], input[type="email"],
    input[type="number"],
    .custom-select { border: 2px solid #e4e4e4; font-size: 12px; padding:  10px 10px; margin-top: 5px; outline:0 !important; }
    .custom-select select { outline:0; }
    .custom-select{ padding:0}
    .custom-select select { font-size: 12px; padding:  10px 10px; outline:0 !important; -webkit-outline:0; }
    .custom-select select:focus { outline:0; }
    small#disclaimer { color: #A4A4A4; text-align: center; padding: 11px 0 0 0 ; font-size: 11px; width: 100%;  display: inline-block; margin: 0 auto }
    small#travel-terms{ display:block; color: #A4A4A4; text-align: left; margin:0 ; width: 100%;  display: inline-block}
    small#disclaimer a:link,
    small#disclaimer a:visited, small#travel-terms a:link, small#travel-terms a:visited { text-decoration: underline; color: #A4A4A4; }
    small#disclaimer a:hover, small#travel-terms a:hover { text-decoration: none; }
    #logo-box { height: 10px; margin-bottom: 12px; width: 100% }
    /*.title-1 { font-size: 25px;} change */
    .title-2 { font-size: 13px;/* margin-top: 5px;*/ }
    #form-header { padding: 5px }
}

@media (min-width: 800px) and (max-height: 600px) {
    #form-header{ display:none }    
    #Form-Wrapper { max-width: 440px } 
    form { padding: 10px 25px 23px 25px ;}
    button#Submit { padding: 10px;}
}

/* @media (min-width: 1650px) {
    #Form-Wrapper{width:400px}
} */
@media (min-width: 1500px) {
    .container_smart h1 {font-size: 55px;}
    
    #Form-Wrapper { width: 360px }
    
    #phone-chat,
    #privacy,
    .testimonial p,
    .GroupRatesIntro {
        font-size: 20px;
        line-height: 28px;
        }
    
    .step p { font-size: 20px; line-height: 28px }
    
    /* section#Slide-1 { background-position: center -240px;  } change */
    
    #checkmark { font-size: 50px; }
    
}

@media (min-width: 1200px) {
    .container_smart h1 {font-size: 55px;  padding-right: 25px;}
    
    #Form-Wrapper { right: 2%;}
    
    section#Slide-1 .subtagline span { display: none }
    
    .quote { font-size: 22px; }
    .step { margin-bottom: 35px; }
    
    #phone-chat { display: inline-block }
    
    .testimonial span { font-size: 28px; }

    
    #privacy { max-width: none }

    
    .container_smart h1 { font-size: 66px; }
    .intl .container_smart h1{font-size:54px}
    
}




@media (min-width: 992px) and (max-width: 1199px) { }


@media (max-width: 1200px) {
    
    body header .headcontainer { max-width:  none }
    
    .step{
        margin: 0;  
        float: none;
        width: 100%;
        padding: 12px 0;
        }

}

@media (max-width: 991px) {
    
    section#Slide-1 .subtagline { font-size: 28px; }
    
    .container_smart h1 { font-size: 40px; }    
    .intl .container_smart h1{font-size:30px}
    body#pg_RequestSmart h2 { font-size: 25px; }

    section#Slide-3 ul li { margin-bottom: 2px }
    
    #phone-chat { font-size: 16px; color: #ccc; }
    
    section#Slide-3 ul,
    .step .title,
    .quote { font-size: 15px; }
    
    section { padding: 35px 0px; }

    
    #checkmark { font-size: 30px }
    
    .grouptype-thumb { height: 110px }
    
    .subheadline { font-size: 20px }

        
    .container_smart{ 
        width: 100%; 
        padding: 0px 350px 0px 25px;
        margin:0;
        }
    
    .form-left .container_smart{ padding: 0px 25px 0px 350px } 
    
    /*.title-1 { font-size: 30px; }change */
    .title-2 { font-size: 16px;}
    #form-header{ padding-bottom: 18px }
    
    #Form-Wrapper form { padding: 11px 20px;}
    
    #Form-Wrapper { top:0; right:0; padding: 25px ; margin:0 auto; width: 300px }
    /* section#Slide-1 {  background-position: 26% center; padding-top: 300px; } change*/
    h3 { font-size:35px; }
    
    
    #Form { right: 0 }
    .form-left #Form { right: auto; left: 0 }
}

@media (min-width: 768px) and (max-width:880px) {
    
    #Form-Wrapper { padding: 10px; }
}


@media (max-height: 700px) {
    
    #form-header{display:none}
    
    /* section#Slide-1 { padding-top: 197px; } change */

}


/* hovers */

@media (min-width: 767px) {
    
    
    
    .fa-question:hover { color: #169adc; border: 2px solid #169adc }
    
}

@media (max-width: 767px) {
    
    section#Slide-2 .subheadline span { display: inline }

    
    .grouptype-wrapper span { display: none }
    
    section#Slide-2 .subheadline { font-size: 25px; }
    
    section#Slide-1 .subtagline span { display: none }
    
    body.city-specific section#Slide-4 .gradient { background: rgba(0,0,0,0.5) }
    
    #Slide-1 .fa-chevron-down {
        text-align: center;
        width: 100%;
        display: block;
        }
    
    body header .headcontainer { max-width: none }
    
    section#Slide-1 { 
        padding: 50px 30px 75px 30px; 
        /* background-position: 20% bottom; change */
        overflow:hidden; 
        position:relative;      
        }
    
    .form-left section#Slide-1 {        
      /*  background-position: 80% -20%; change */
        }
    
    #Form-Wrapper{ position: relative; top: auto; right: auto; max-width: 480px; padding: 45px 25px 15px 25px; }
    #Form { -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.65); -moz-box-shadow:  0px 5px 8px rgba(0, 0, 0, 0.65); box-shadow:  0px 5px 8px rgba(0, 0, 0, 0.65); }

    .container_smart h1{  text-align: center; font-size: 45px;}
    .intl .container_smart h1{font-size:35px}
    
    .gradient{ color: #fff; padding: 0 25px; padding-top: 45px; text-shadow: 0px 2px 5px rgba(0,0,0,0.5); }
    
    section#Slide-1 .gradient { background: transparent; padding: 0 }
    
    .container_smart h1 { width: 100% }
    
    .container_smart,
    .form-left .container_smart { width: 100%; max-width: none; padding: 0 4%;}
    
    
    #opacity-bg { display:block }
    #Form-Wrapper { z-index:950; padding-top: 30px; }
    .gradient { z-index:2}
    

    
    button#Submit, a#Submit { background-position: -400px center }
    button#Submit:hover,a#Submit:hover{ background-position: 400px center }
    #privacy, #phone-chat, #Testimonial-Section h3, section#Slide-3, .GroupRatesIntro { text-align: center }
    .step p { margin-top: 10px; line-height: 20px; }
    /*#checkmark { margin: 0px auto; display: block; width: 88%; box-sizing: border-box; } changes */
    #privacy { max-width: none }
    #Scroll-to-Top { display: block }
    
    
    section#Slide-4,
    section#Slide-5,
    body#pg_RequestSmart h2,
    section#Slide-2 .subheadline { text-align: center }
    
    
    #checkmark {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        padding-left: 0;
        padding-top: 80px;
        background-position: center top;
        text-align: center;
        }
    
    
    
    /*************************/
    
    .pop-up{ 
        position:absolute; 
        top:5px; 
        right:0; 
        bottom:auto; 
        left:0; 
        margin:auto; 
        z-index:25; 
        width:95%; 
        max-width:500px; 
        overflow:hidden;
        }

    #Form {
        position: relative;
        top:auto;
        right:auto;
        background-color: #fff;
        width:100%; 
        max-width:100%;     
    
        min-width:100%;
        
        -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.15);
        box-shadow: 0px 5px 20px rgba(0,0,0,0.15);
        }
    
    #Form-Wrapper { 
        position:relative;
        top: auto;
        left: auto;
         
        width:100%; 
        max-width: 320px; 
        margin:0 auto;
    
        -webkit-border-radius:0;
        -moz-border-radius:0; 
        border-radius:0;
        }
    
    section#Slide-2 {
        position: relative;
        z-index: 1;
    }
    
    
    .subheadline { font-size: 18px }
    section#Slide-1 .subtagline { font-size: 25px; text-align: center; display: block }
    
    .name-quote-wrapper { padding: 0 }
    
    .thumbnail {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        }
        
    #banner-smart { text-align: center; font-size: 20px; padding: 15px 0 }
    
    section#Slide-2 h2 { 
        font-size: 30px; 
        font-weight: bold; 
        max-width: 95%;
        
        margin-left: auto; margin-right: auto;
        }
        
    #Form-Wrapper { 
        position:relative;
        top: auto;
        left: auto;
         
        width:100%; 
        max-width: 320px; 
        margin:0 auto;
    
        -webkit-border-radius:0;
        -moz-border-radius:0; 
        border-radius:0;
        }       

}



@media (max-width: 480px) {
    
    section#Slide-3 ul, .step .title, .quote { font-size: 13px }
    
    #phone-chat { font-size: 13px }
    
    button.Submit i.fa-arrow-right, a.Submit i.fa-arrow-right { display: none }
    
    .grouptype-wrapper {
        padding-right: 8px;
        }
    
    section#Slide-2 h2 { margin-bottom: 35px; font-size: 20px; }
    
    #banner-smart { text-align: center; font-size: 15px; padding: 12px 0 }
    
    
    section#Slide-2 .subheadline { margin-top: 20px; font-size: 18px; }
    
    body.GroupType150 section#Slide-1,
    body.GroupType30 section#Slide-1 { 
        background-size: 300%;
        background-position: top;
        }

    /*section#Slide-1 { 
        background-position: 20% -20%;
        background-size: 300% auto;
        } change*/

    #Form-Wrapper {
        padding:0;
        margin-top: 20px;
        /* width:100%; 
        -webkit-border-radius:0; 
        -moz-border-radius:0; 
        border-radius:0;
        
        margin:0;  
        max-width: none;
        max-width: 100%; changes */     
        } 
    

    #Form {
        position: relative;
        top: auto;
        right:auto;
        background-color: #fff;
        width:100%; 
        max-width:100%;
        padding: 0;
        
        /*-webkit-border-radius:0;
        -moz-border-radius:0;
        border-radius:0; changes */
        
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        
        }
    
    #step-1 { overflow:show; box-sizing: border-box; max-width:100%; }
    
    /*******************/

    section#Slide-2 { 
        text-align: center;
        box-shadow: inset 0px 5px 5px rgba(0,0,0,0.2);
        
        -webkit-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.2);
        box-shadow: inset 0px 5px 5px rgba(0,0,0,0.2);
        }
        
    #checkmark { 
        /*font-size: 35px; change*/
        margin-top: 50px;       
        background-position: center top;
        display: none;

        padding: 0; 
        padding-top: 80px;
        margin-bottom: 30px;
        }
    
    
    /* .thumbnail, .testimonial {  width: 100%; float: none; clear: both; }changes*/ 
    
    
    /**.thumbnail { width: 200px; height: 200px; margin: 0 auto; position: relative; top: auto; left: auto; } changes */


    .testimonial span { font-size: 25px; }
    
    
    
    
    .testimonial { padding-top: 15px; max-width: 90%; margin: 0 auto; }
    .testimonial p { line-height: 20px;}
    .testimonial-wrapper{ margin-bottom: 20px; padding: 15px 8px; }
    
    
    
    .container_smart h1 { font-size: 35px;}
    .intl .container_smart h1{font-size:25px}
    
    /*.gradient { padding: 80px 0px; padding-bottom: 60px; } change */
    
    body.city-specific section#Slide-4 .gradient { padding: 70px 0; }
    body.city-specific section#Slide-4 { background-position: left center }
    
    #Form { padding-top: 0 }
    #form-header { display: block; }
    
    /*#Form-Wrapper form, #Form { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } changes */
    #Form{ margin-bottom: 0 }
    section#Slide-1 { padding: 30px 0;}
    section#Slide-3 { text-align: center }
    section#Slide-4 { font-size: 35px; /*padding: 80px 0 changes */ }
    #Testimonial-Section { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 34px; margin-top: 50px; }
    .step .title { font-size: 16px; }
    .step p { font-size: 13px; line-height: 17px; margin-bottom: 0; }
    
    
    body label { margin: 0 }
    
    body #frmCalculator * { margin-left: 0 }
    
    body #frmCalculator .button { font-size: 15px !important }
        















    button.Submit, a.Submit {
        padding: 16px 15px 19px 15px;
        font-size: 30px; 
        }
    
    #frmCalculator .spacePicker #speech-bubble ul#chklist input {
        vertical-align: middle;
        margin-right: 5px;
        float: none;
        }
    
    #frmCalculator .spacePicker #speech-bubble ul#chklist li {
        display: block;
        margin-bottom: 3px;
        }
    
    #frmCalculator .spacePicker #speech-bubble ul#chklist label { float: none; vertical-align: middle }
    
    
}
div.auto-suggest-placeholder {
    position:relative;
}
body div.group-form div.ac_results { 
    position: absolute;
    top: 42px !important;
    left: 2px !important;
    display: none; 
    z-index:9999999; 
}

 #group-form-quotes { margin:0; }
 body #input-email { margin-top:0; }
 
#input-firstname, #input-lastname {
    max-width:49.5%; display:inline-block;
}
#input-firstname{
    margin-right:5px;
}

#frmRequestSmart #group-form-custom-fields .form-header{padding:0;color:#346ca0;font-size:12px}
body #group-form-custom-fields .content_hp{padding:0}

/* jquery-ui-slider-pips.css */
.ui-slider-horizontal.ui-slider-pips{margin:40px auto;margin-bottom:45px;margin-top:15px}.ui-slider-pips .ui-slider-label,.ui-slider-pips .ui-slider-pip-hide{display:none}.ui-slider-pips .ui-slider-pip-label .ui-slider-label{display:block}.ui-slider-pips .ui-slider-pip{width:2em;height:1em;line-height:1em;position:absolute;font-size:.8em;color:#999;overflow:visible;text-align:center;top:17px;left:20px;margin-left:-1em;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui-state-disabled.ui-slider-pips .ui-slider-pip{cursor:default}.ui-slider-pips .ui-slider-line{background:#999;width:1px;height:3px;position:absolute;top:-2px;left:50%}.ui-slider-pips .ui-slider-label{position:absolute;top:5px;left:50%;margin-left:-1em;width:2em}.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label{color:#000;font-weight:700}.ui-slider-vertical.ui-slider-pips{margin-bottom:1em;margin-right:2em}.ui-slider-vertical.ui-slider-pips .ui-slider-pip{text-align:left;top:auto;left:20px;margin-left:0;margin-bottom:-.5em}.ui-slider-vertical.ui-slider-pips .ui-slider-line{width:3px;height:1px;position:absolute;top:50%;left:0}.ui-slider-vertical.ui-slider-pips .ui-slider-label{top:50%;left:.5em;margin-left:0;margin-top:-.5em;width:2em}.ui-slider-float .ui-slider-handle:focus,.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label{outline:none}.ui-slider-float .ui-slider-tip,.ui-slider-float .ui-slider-tip-label{position:absolute;visibility:hidden;top:-40px;display:block;width:34px;margin-left:-18px;left:50%;height:20px;line-height:20px;background:#fff;border-radius:3px;border:1px solid #888;text-align:center;font-size:12px;opacity:0;color:#333;-webkit-transition-duration:200ms,200ms,0;-moz-transition-duration:200ms,200ms,0;-ms-transition-duration:200ms,200ms,0;transition-duration:200ms,200ms,0;-webkit-transition-property:opacity,top,visibility;-moz-transition-property:opacity,top,visibility;-ms-transition-property:opacity,top,visibility;transition-property:opacity,top,visibility;-webkit-transition-delay:0,0,200ms;-moz-transition-delay:0,0,200ms;-ms-transition-delay:0,0,200ms;transition-delay:0,0,200ms}.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label{opacity:1;top:-30px;visibility:visible;-webkit-transition-delay:200ms,200ms,0;-moz-transition-delay:200ms,200ms,0;-ms-transition-delay:200ms,200ms,0;transition-delay:200ms,200ms,0}.ui-slider-float .ui-slider-pip .ui-slider-tip-label{top:42px}.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label{top:32px;font-weight:400}.ui-slider-float .ui-slider-tip:after,.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after{content:" ";width:0;height:0;border:5px solid rgba(255,255,255,0);border-top-color:rgba(255,255,255,1);position:absolute;bottom:-10px;left:50%;margin-left:-5px}.ui-slider-float .ui-slider-tip:before,.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before{content:" ";width:0;height:0;border:5px solid rgba(255,255,255,0);border-top-color:#888;position:absolute;bottom:-11px;left:50%;margin-left:-5px}.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after{border:5px solid rgba(255,255,255,0);border-bottom-color:rgba(255,255,255,1);top:-10px}.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before{border:5px solid rgba(255,255,255,0);border-bottom-color:#888;top:-11px}.ui-slider-vertical.ui-slider-float .ui-slider-tip,.ui-slider-vertical.ui-slider-float .ui-slider-tip-label{top:50%;margin-top:-11px;width:34px;margin-left:0;left:-60px;color:#333;-webkit-transition-duration:200ms,200ms,0;-moz-transition-duration:200ms,200ms,0;-ms-transition-duration:200ms,200ms,0;transition-duration:200ms,200ms,0;-webkit-transition-property:opacity,left,visibility;-moz-transition-property:opacity,left,visibility;-ms-transition-property:opacity,left,visibility;transition-property:opacity,left,visibility;-webkit-transition-delay:0,0,200ms;-moz-transition-delay:0,0,200ms;-ms-transition-delay:0,0,200ms;transition-delay:0,0,200ms}.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label{top:50%;margin-top:-11px;left:-50px}.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label{left:47px}.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label{left:37px}.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after{border:5px solid rgba(255,255,255,0);border-left-color:rgba(255,255,255,1);border-top-color:transparent;position:absolute;bottom:50%;margin-bottom:-5px;right:-10px;margin-left:0;top:auto;left:auto}.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before{border:5px solid rgba(255,255,255,0);border-left-color:#888;border-top-color:transparent;position:absolute;bottom:50%;margin-bottom:-5px;right:-11px;margin-left:0;top:auto;left:auto}.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after{border:5px solid rgba(255,255,255,0);border-right-color:rgba(255,255,255,1);right:auto;left:-10px}.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before{border:5px solid rgba(255,255,255,0);border-right-color:#888;right:auto;left:-11px}.ui-slider-pips [class*=ui-slider-pip-initial]{font-weight:700;color:#14CA82}.ui-slider-pips .ui-slider-pip-initial-2{color:#1897C9}.ui-slider-pips [class*=i-slider-pip-selected]{font-weight:700;color:#FF7A00}.ui-slider-pips .ui-slider-pip-selected-2{color:#FF7A00}

.ui-slider-pips [class*=ui-slider-pip-initial] {
    font-weight: inherit;
    color: inherit;
}

        .ui-slider {position:relative; text-align:left;}
        .ui-slider .ui-slider-handle {position:absolute; z-index:2; width:1.2em; height:1.2em; cursor:default; -ms-touch-action:none; touch-action:none;}
        .ui-slider .ui-slider-range {position:absolute; z-index:1; font-size:.7em; display:block; border:0; background-position:0 0;}/* support:IE8 - See #6727 */.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {filter:inherit;}
        .ui-slider-horizontal {height:.8em;}
        .ui-slider-horizontal .ui-slider-handle {top:-.3em; margin-left:-.6em;}
        .ui-slider-horizontal .ui-slider-range {top:0; height:100%;}
        .ui-slider-horizontal .ui-slider-range-min {left:0;}
        .ui-slider-horizontal .ui-slider-range-max {right:0;}
        .ui-slider-vertical {width:.8em; height:100px;}
        .ui-slider-vertical .ui-slider-handle {left:-.3em; margin-left:0; margin-bottom:-.6em;}
        .ui-slider-vertical .ui-slider-range {left:0; width:100%;}
        .ui-slider-vertical .ui-slider-range-min {bottom:0;}
        .ui-slider-vertical .ui-slider-range-max {top:0;}

span.ratecurrency {
    font-size: 10px;
    display: block;
    text-align: right;
    color: #A4A4A4;
}

#TermsWrapper a:link, #TermsWrapper a{color:white}

div.intl-tel-input { width:100%;  }
    div.intl-tel-input:focus { border: 2px solid rgba(255, 180, 0, 0.8); }
    .input-focus { border: 2px solid rgba(255, 180, 0, 0.8); }
    .input-hover { border: 2px solid #D2D2D2; }

body.BSD .ui-slider-float .ui-slider-tip, body.BSD .ui-slider-float .ui-slider-tip-label,body.GHS .ui-slider-float .ui-slider-tip, body.GHS .ui-slider-float .ui-slider-tip-label,body.HKD .ui-slider-float .ui-slider-tip, body.HKD .ui-slider-float .ui-slider-tip-label,body.MXN .ui-slider-float .ui-slider-tip, body.MXN .ui-slider-float .ui-slider-tip-label,body.NZD .ui-slider-float .ui-slider-tip, body.NZD .ui-slider-float .ui-slider-tip-label,body.SKK .ui-slider-float .ui-slider-tip, body.SKK .ui-slider-float .ui-slider-tip-label,body.TWD .ui-slider-float .ui-slider-tip, body.TWD .ui-slider-float .ui-slider-tip-label{margin-left: -21px;width: 65px}

.labelforoldbrowser{display:none}.MSIE9 .labelforoldbrowser{display:block;font-size:11px;color:gray}

#SmartMeetingSpace {
    padding: 20px 0;
    background-color: #f4f4f4;
    overflow: hidden;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }


#SmartMeetingSpace span {
    font-size: 25px;
    color #333;
    font-weight: bold; 
    margin-right: 5px;
    display: inline-block;  
    float: left;
    }

#SmartMeetingSpace span.no-sleeping {
    font-size: 12px;
    font-weight: normal;
    display: block;
    float: none;
    }


#SmartMeetingSpace a:link,
#SmartMeetingSpace a:visited {
    display: inline-block;
    background-color: #2d6196;
    color: #fff;
    font-size: 15px;
    margin-left: 8px;
    margin-top: 2px;
    padding: 8px 10px 10px 10px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }

#SmartMeetingSpace a:hover { text-decoration: none }


@media (max-width: 991px) {
    
    
    
    #SmartMeetingSpace span { display:block; float: none; margin-bottom: 5px; }

    #SmartMeetingSpace a:link,
    #SmartMeetingSpace a:visited { margin-left: 0 }


}

@media (max-width: 767px) {
    
    #SmartMeetingSpace { 
        text-align: center;
        width: 100%;
        }
    
}



/*******/

    #home-video { display: inline-block }

    .hiw-wrapper { 
        padding: 15px;
        background-color: rgba(0,0,0,0.65);
        color: #fff;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        }
    
    
    
    .hiw-wrapper:hover { background-color: rgba(0,0,0,0.75); }
    
    .hiw-wrapper span { 
        font-size: 19px;
        font-weight: bold;
        }
    
    .hiw-wrapper p { 
        font-size: 14px;
        margin-top: 10px;
        color: #ccc;
        }
    
    a#home-video:link,
    a#home-video:visited {
        margin-top: 30px;       
        text-align: left;
        padding: 24px;
        padding-top: 30px;
        padding-left: 110px;

        color: #fff;
        text-decoration: none;
        min-height: 30px;
        line-height: 1;
        }
    
        

    
    
    
    .video-thumbnail { 
        width: 80px;
        height: 60px;
        background-color: #005c8f;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: absolute;
        left: 10px;
        top: 10px;
        background-image: url('//cdn.hotelplanner.com/Common/Images/_HotelPlanner/Home-Page/play3.jpg');
        background-position: center center;
        background-size: cover;
        }
        
    #youtube-wrapper {  
        overflow: hidden;
        height: 0;
        position: fixed;
        top:0;
        left: 0;
        width: 100%;        
        z-index: 950;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        }
    
    #youtube-wrapper.active { 
        /*display: block*/
        height: 100%;
        
        background-color: rgba(0,0,0,0.75);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        }
    
    #youtube-wrapper iframe {
        margin: 0 auto;
        display: block;
        margin-top: 200px;
        }
    
    #close-yt {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 800;
        cursor: pointer;
        font-size: 0px;
        padding: 15px 25px;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        }
    
    #close-yt:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        }
    

    .active #close-yt { font-size: 60px; }
 
    
    @media (min-width: 1100px) {
        
        #youtube-wrapper iframe {
            width: 1080px !important;
            height: 607px !important;
            margin-top: 100px;
            }
    
    
    }
    
    
    @media (max-width: 767px) {
        
        #youtube-wrapper,
        .hiw-wrapper { display: none !important }
    
    }


    body.site4 section#Slide-1 .subtagline span /* arrow */ { display: none !important }
    
    .site4.City-LASVEGASNV section#Slide-1 { background-image: url("//cdn.hotelplanner.com/Common/Images/Cities/lasvegas.jpg") }
.site4.City-CHICAGOIL section#Slide-1 { background-image: url("//cdn.hotelplanner.com/Common/Images/Cities/chicago.jpg") }  
.site4.City-SOUTHBEACHFL section#Slide-1 { background-image: url("//cdn.hotelplanner.com/Common/Images/Cities/southbeach.jpg") }
.site4.City-NEWORLEANSLA section#Slide-1 { background-image: url("//cdn.hotelplanner.com/Common/Images/Cities/neworleans.jpg") }    





#pg_RequestSmart.GroupType150 #banner-smart { background-color: #014B93 }

body#pg_RequestSmart.GroupType150 section#Slide-1 .subtagline { color: #fff }






body#pg_RequestSmart.GroupType150 a.Submit,
body#pg_RequestSmart.GroupType150 button.Submit,
body#pg_RequestSmart.GroupType150 a.Submit:hover,
body#pg_RequestSmart.GroupType150 button.Submit:hover { background-color: #E96150; border: 0 }


body#pg_RequestSmart.GroupType150 header { border-color: #f99 }







#Slide-6 table {
    text-align: left;
    padding: 20px 0;
    margin-bottom: 35px;
    }
    
    
    
#Slide-6 table a {
    display: inline-block;
    min-width: 160px;
    color: #fff;
    text-decoration: none;
    background-color: #2d6196;
    padding: 10px;
    text-align: center;
    margin-right: 30px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }




    
#Slide-6 table th {
    font-size: 16px;
    margin-bottom: 10px;
    color: #435062;
    }





@media (max-width: 767px) {
    
    #Slide-6 table a {
        min-width: 0;
        margin: 0;
        }

}
   

body.GroupType150 .thumbnail { background-image: url("//cdn.hotelplanner.com/Common/Images/Request/bride-thumb.jpg") }



.events-listings, .aux-listings, .extended-stay-listings{
    font-size:.8em;
}

.group-form-citywide, .group-form-cityaux, .group-form-extended-stay, .roomnumber-message-container{
    margin-top:5px;
    border:2px solid #e4e4e4; 
    padding:4px 3px; 
    border-radius:3px;
 }
 .group-form-extended-stay, .roomnumber-message-container{
    padding:8px;
 }

 .fade-in-after-engagement{
    display:none;
 }

 .group-form-citywide {
            color: #006f00;
            border: 0;
            padding: 8px;
            background-color: #c1ffc1;
            }
            
#Form-Wrapper .group-form-citywide label {
            color: #006f00;
            
            }

.ui-tabs .ui-tabs-nav li {
    width:40%;
}

.ui-tabs .ui-tabs-nav li a{
    width:100%;
    border-radius: 0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}


#frmCalculator .ui-tabs .ui-tabs-nav li a{
    width:100%!important;
    border-radius:2px;
    text-align: left;
    min-height:30px;
}
#tabs{
    background:#fff;
    background-color:#fff;
}

#frmCalculator .spacePicker #speech-bubble div.form-group{
    width:inherit;
    /* max-width: 300px; */
    float:none;
    height:auto;
}

#frmCalculator #tab-wrapper{
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	}

#frmCalculator #tab-meetingSpace {
    margin-right: 1px;
}

#frmCalculator #tab-attachDoc {}

#frmCalculator .tab{
	font-size: 14px;
	font-weight: bold;
    color: #fff;
    padding: 10px;
    cursor:pointer;
    text-align: center;

    background-color: #808284;
    
    width: 49.9%;
    float: left;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	}



#frmCalculator .tab.active,
#frmCalculator .tab.active:hover {
    background: #326ab0;
    color: #fff;
	}

#frmCalculator #attachSpaceDocTab{
    display:none;
	}

#frmCalculator .spacePicker #speech-bubble #tab-wrapper span, #tab-wrapper .fa-paperclip{
    font-size: 16px;
}

#frmCalculator #spacePicker #RoomType, 
#frmCalculator #spacePicker #AttachmentDesc {
    width: 180px;
}


#frmCalculator #spacePicker #no-people,
#frmCalculator #spacePicker #docAttachSizeOfRoom,
#frmCalculator #spacePicker #sizeofroom{
    width:94px;
}

#frmCalculator .spacePicker #speech-bubble div.form-group {
    width: 100%;
}


#frmCalculator.mobileView .spacePicker #speech-bubble #tab-wrapper.mobileView span{
    font-size:14px;
}

#frmCalculator .spacePicker #speech-buuble #attachSpaceDocTab div.form-group{
    width: 100%;
    max-width: 100%;
}

#frmCalculator #attachSpaceDocTab label {
    min-width: 160px;
}

#frmCalculator .spacePicker #speech-bubble div.form-group label {
    display: inline-block;
    min-width: 115px;
    text-align: left;
}

#frmCalculator .spacePicker #speech-bubble #attachSpaceDocTab div.form-group label {
    display: inline-block;
    min-width: 160px;
    text-align: left;
}

#frmCalculator.mobileView .spacePicker #speech-bubble #attachSpaceDocTab div.form-group label {
    min-width: 230px;
}
/* #frmCalculator .spacePicker p{
    margin:10px;
} */

div.button-small{
    
    display: inline-block;
    border: 1px solid #bebebe;
    height:15px;
    width:30px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0)
}

div.button-small:hover {
    background: #fafafa;
    border: 1px solid #999
}

#Form-Wrapper label#lblChkSendOffers{display:inline}

div.roomTypesRow div.custom-select.breakout-display{
    width: 58%;
    display: inline-block;    
}

#instantRateInstructions{padding: 0 10px 0 27px;}
#instantRateInstructions li{text-align:left;margin-top: 9px}


#frmCalculator .spacePicker #speech-bubble div.form-group label {
    display: inline-block;
    text-align: left;
    margin-right: 10px;
    min-width: 10px;
    padding-left: 10px;
}

div#frmCalculator>div.spacePicker>div#speech-bubble div#spaceReq{
    min-width: 400px;
    margin-bottom: 8px;
}

div#frmCalculator>div.spacePicker>div#speech-bubble .spRow input, 
div#frmCalculator>div.spacePicker>div#speech-bubble .spRow select{
    margin: 0;
}

div#frmCalculator>div.spacePicker>div#speech-bubble .spRow{
    display: flex;
    flex-direction: row;
    margin: 0px;
    width: 100%;
    padding: 0;

}
div#frmCalculator>div.spacePicker>div#speech-bubble .spRow .form-group{
    max-width: 100%;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 5px 10px 5px 0px;
    white-space: nowrap;
    text-align: left;
}


div#frmCalculator>div.spacePicker>div#speech-bubble .spRow #spacepicker-group2,
div#frmCalculator>div.spacePicker>div#speech-bubble .spRow #spacepicker-group4 {
    margin-right: 5px;
}
div#frmCalculator>div.spacePicker>div#speech-bubble #spacepicker-group3,
div#frmCalculator>div.spacePicker>div#speech-bubble #spacepicker-group5 {
}

div#frmCalculator>div.spacePicker>div#speech-bubble .hide-content{
    display: none;
}
div#frmCalculator>div.spacePicker>div#speech-bubble #showMore{
    cursor: pointer;
    color: #0095DD;
    margin: 5px 0 -10px 5px;
    z-index: 9999999999999;
}
div#frmCalculator>div.spacePicker>div#speech-bubble #cancelLink{
    margin-left: 10px;
    color:  #888;
}


@media (max-width: 700px){
    div#frmCalculator>div#spacePicker{
        top: 0px;
        left: 0px;
        position: absolute;
        font-size: 13px;
        margin: 10px auto;
        min-width: 20px;
        width: 90%;
    }
    div#frmCalculator>div.spacePicker>div#speech-bubble div#spaceReq{
        margin-bottom: 8px;
        width: 100%;
        min-width: 4px;
        flex-basis: 100%;
    }

    div#frmCalculator>div.spacePicker>div#speech-bubble #showMore{
        margin: 10px 0 20px 0;
        text-align: center;
    }
    div#frmCalculator>div.spacePicker>div#speech-bubble div.table-container{
        
        min-width: 1px;
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
    }
    div#frmCalculator>div.spacePicker>div#speech-bubble div.table-container div#left-column{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    div#frmCalculator>div.spacePicker>div#speech-bubble div.table-container div#right-column{
        margin: 0 auto 25px auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        height: 130px;
    }
    div#frmCalculator>div.spacePicker>div#speech-bubble .spRow{
        display: flex;
        flex-direction: column;
        width: 100%
    }
    div#frmCalculator>div.spacePicker>div#speech-bubble #attachSpaceDocTab, 
    div#frmCalculator>div.spacePicker>div#speech-bubble #tab-attachDoc{
        display: none;
    }
    div#frmCalculator>div.spacePicker>div#speech-bubble #tab-meetingSpace{
        width: 100%;
    }


    div#frmCalculator>div.spacePicker>div#speech-bubble img#MainImage {
        margin-top: 10px;
        vertical-align: middle;
    }

    div#frmCalculator>div.spacePicker>div#speech-bubble ul#chklist { 
        margin-top: 10px;
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
    }
    div#frmCalculator>div.spacePicker>div#speech-bubble .spRow .form-group{
        padding-right: 0px;
    }


}



@media (max-width: 640px){
    div#frmCalculator>div.spacePicker>div#speech-bubble ul#chklist { 
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
}

@media (max-width: 359px){
    div#frmCalculator>div.spacePicker>div#speech-bubble ul#chklist { 
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
    }
    div#frmCalculator>div.spacePicker>div#speech-bubble #cancelLink{
        display: flex;
        flex-direction: column;
        margin: 20px auto;
    }
}

#overlay {
    width: 0px;
    height: 0px;
    visibility: hidden;
}

#overlay.on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    visibility: visible;
    opacity: 0.9;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
    z-index: -10;
}

div#frmCalculator>div#spacePicker.mobile{
    position : absolute;
    left     : 0px;
    top      : 0px;
    height   : 100%;
    width    : 100%;
}


#smartItinBreakout  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#Slide-1 .zdButton {
    background-color: inherit;
    border: 0;
}

#launcher{display:none}