table {
    /*border-collapse: collapse;*/
    border-spacing: 0;
}

.drop_tab {
    display: none;
}

    @-webkit-keyframes elevator {
      0%   {margin-top:0;}
      15%  {margin-top:0;}
      25%  {margin-top:-76px;}
      40%  {margin-top:-76px;}
      50%  {margin-top:-150px;}
      65%  {margin-top:-150px;}
      75%  {margin-top:-76px;}
      85%  {margin-top:-76px;}
      100% {margin-top:0;}
    }
    @keyframes elevator {
      0%   {margin-top:0;}
      15%  {margin-top:0;}
      25%  {margin-top:-76px;}
      40%  {margin-top:-76px;}
      50%  {margin-top:-150px;}
      65%  {margin-top:-150px;}
      75%  {margin-top:-76px;}
      85%  {margin-top:-76px;}
      100% {margin-top:0;}
    }

.divider {
    clear: both;
    display: block;
    width: auto;
    height: 1px;
    margin: 10px 2%;
    background: #087097;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #2c2c2c;
}
input:-moz-placeholder, textarea:-moz-placeholder  {
    color: #2c2c2c;
}
input::-moz-placeholder, textarea::-moz-placeholder  {
    color: #2c2c2c;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder  {
    color: #2c2c2c;
}
textarea {
    /*height: 150px;*/
    /*font: 300 16px 'Raleway', sans-serif;*/
    /*padding: 1.5%;*/
    /*border: 0;*/
    /*background-color: #f5f5f5;*/
    /*color: #2c2c2c;*/
}

button, input[type="submit"] {
    background: #168CC4;
    padding: 7px 20px;
    color: #fff;
    font: 500 16px 'Raleway', sans-serif;
    border: 0;
    transition: all 0.15s;
}
button:hover, input[type="submit"]:hover {
    background: #000;
}
.success {color:green;}
.error{color:red;}

#ajax-message {
    margin: 20px auto 5px auto;
    display: block;
}
#reserve_payment_success {
    text-align: center;
}
.submission_success {
    /*font-weight: bold;*/
        text-align: justify;
}
.loading {
    font-weight: bold;
} 
#unit-rates {
    float: right;
    width: 100%;
    display: block;
    margin: 0 auto;
}
#howMuchSpace {
    text-align: center;
    padding: 10px 1%;
}
#howMuchSpace h2 {
    color: #a11425;
}
#howMuchSpace #unitSizes {
    width: auto;
    margin: 20px 0;
}
#howMuchSpace #slider {
    margin: 15px auto;
    width: 90%;
    background: #dcdcdc;
    -webkit-animation: expandWidth 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: expandWidth 1s; /* Firefox < 16 */
    -ms-animation: expandWidth 1s; /* Internet Explorer */
    -o-animation: expandWidth 1s; /* Opera < 12.1 */
    animation: expandWidth 1s;
}
@keyframes expandWidth {
    from { width: 50%; }
    to   { width: 90%; }
}
@-moz-keyframes expandWidth /* Firefox < 16 */ {
    from { width: 50%; }
    to   { width: 90%; }
}
@-webkit-keyframes expandWidth /* Safari, Chrome and Opera > 12.1 */ {
    from { width: 50%; }
    to   { width: 90%; }
}
@-ms-keyframes expandWidth /* Internet Explorer */ {
    from { width: 50%; }
    to   { width: 90%; }
}
@-o-keyframes expandWidth /* Opera < 12.1 */ {
    from { width: 50%; }
    to   { width: 90%; }
}
#unitSizes .shortDivider {
    background-color: black;
    width: 1px;
    height: 30px;
    margin: 0 5px;
    display: inline-block;
}
#unitSizes .unitTypes {
    width: auto;
    display: block;
}
#unitSizes .unitTypes .rooms {
    width: 12%;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}
    #unitSizes .unitTypes .sizes {
        width: 30%;
        font-size: 22px;
        display: inline-block;
        vertical-align: top;
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }
#unitSizes .unitTypes .rooms:hover {
    color: #168BC3;
}
#rates-chart {
    width: 100%;
}
#category td {
    color: #fff !important;
    border: 0 !important;
    text-align: center;
    padding: 20px 0 !important;
    font: bold 20px 'Roboto', sans-serif !important;
}
#rates-chart .unit-row {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#rates-chart .unit-row:hover {
    background-color: #f5f5f5;
}
#rates-chart .unavailable {
    opacity: 0.6;
}
#rates-chart .unit-size {
    color: #242122;
    font: 400 25px 'Roboto', sans-serif;
    vertical-align: middle;
    padding: 38px 0; 
    text-align: center;
    font-weight: bold;
}

#rates-chart .unit-details ul {
    padding: 5px 0;
}
#rates-chart .unit-details li {
    font-size: 10px;
    margin: 0 0 3px 25px;
}
#rates-chart .unit-details li.type {
    list-style: none;
    font-weight: 700;
    color: #0684C1;
    margin-left: 10px;
}
#rates-chart .special-offer {
    color: #D50003;
    text-align: center;
    font-size: 17px;
    width: 23%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

#rates-chart .monthly-rent span.old {
    color: #4c4c4c;
    font-size: 10px;
    text-decoration: line-through;
    display: block;
}

    #rates-chart .count {
        font-size: 14px;
        font-weight: 600;
        color: #C30000;
    } 
     
    #rates-chart .btn_reserve:after {
        content: "\203A";
        font-size: 16px;
        float: right;
        line-height: 13px;
        margin-right: -10px; 
        font-weight: 600;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }
    #rates-chart .btn_reserve:hover:after {
        /*margin: 0 5px 0 -12px;*/
    }
    #rates-chart .rate-button .call {
        font-size: 14px;
        font-weight: 600;
        color: #818181;
    }
#units_none {
    text-align: center;
    color: #000;
    margin: 20px auto 100px auto;
    display: none;
}
#rates-chart .monthly-rent .onsite .type, #rates-chart .monthly-rent .online .type {
    text-transform: uppercase;
    font-size: .6em;
    display: block;
    color: #d4d5d7;
}
#rates-chart .monthly-rent .onsite .rate, #rates-chart .monthly-rent .online .rate {
    color: #000000;
    font: 400 17px 'Roboto', sans-serif;
}
#rates-chart .monthly-rent .onsite,#rates-chart .monthly-rent .online{
    text-align: left;
}

.img-u img {
/*     max-width: 200px;
    max-height: 200px; */
	width: 100%;
}
.friendy_s img {
    max-width:94px;
    min-height:106px;
}
.reserve_main .special_back ul{text-align: center;}

@media only screen and (max-width: 768px ){
    .reserve_main .special_back ul{font-size: 14px !important;}
    .sold_out{margin-top: 0;}
    .main_content p{font-size: 12pt;}
    .monthly-rent {
        text-align: center !important;
    }
    #rates-chart .rate-button {
        padding: 0px !important;
    }
    #rates-chart .unit-size, .main_content p, span.spec-of, .comparesite span.rate, #rates-chart .rate-button {
        padding: 0px;
    }
    .unit-det {
        padding-top: 5px;
    }
    .onsite {
        text-align: center !important;
        padding: 10px 0;
    }
    #rates-chart .monthly-rent .onsite .rate, #rates-chart .monthly-rent .online .rate {
        color: #d4d5d7;
        font: 400 17px 'Roboto', sans-serif !important;
    }
    .main_content_form{width: 100% !important;padding:0px !important;}
}

@media only screen and (max-width: 480px) and (min-width: 320px)
{
    #rates-chart .rate-button {
        padding: 0px !important;
    }
    #rates-chart .unit-size, .main_content p, span.spec-of, .comparesite span.rate, #rates-chart .rate-button {
        padding: 0px;
    }
    .unit-det {
        padding-top: 5px;
    }
    .onsite {
        text-align: center !important;
        padding: 10px 0;
    }
    #rates-chart .monthly-rent .onsite .rate, #rates-chart .monthly-rent .online .rate {
        color: #242122;
        font: 400 17px 'Roboto', sans-serif !important;
    }
    .main_content_form{width: 100% !important;padding:0px !important;}
}