@charset "utf-8";
/* CSS Document corrections */
#reservation {
    height: 270px;
}

.boxit {
    border: thin solid #F00;
}

#logo {
    left: 0px;
}

#brand-logo {
    left: 460px;
    left;
    position: relative
}

#trip-advisor {
    float: right;
}

/* boxes on home page*/
#specialnav-holder {
    width: 100%;
    max-width: 1410px;
    margin-top: 23px;
    height: 174px;
    padding-left: 2%;
}

#feature1 {
    width: 31.7%;
    width: 30%;
    /* max-width: 1400px; */
    float: left;
    position: relative;
    margin-right: 2.4%;
}

#feature1-title {
}

#feature1-box { /* height: 114px;*/
    overflow: hidden;
}

#feature1-image {
    max-width: 470px;
}

#feature1-text {
}

#feature2 {
    width: 31.7%;
    width: 30%;
    /* max-width: 290px;*/
    float: left;
    position: relative;
    margin-right: 2.4%;

}

#feature2-title {
}

#feature2-box { /* height: 114px;*/
    overflow: hidden;
}

#feature2-image {
    max-width: 470px;
}

#feature2-text {
}

#feature3 {
    width: 31.7%;
    width: 30%;
    /* max-width: 290px;*/
    float: left;
    position: relative;
    margin-right: 2.4%;

}

#feature3-title {
}

#feature3-box { /* height: 114px;*/
    overflow: hidden;
}

#feature3-image {
    max-width: 470px;
}

#feature3-text {
}

@media only screen and (max-width: 960px) {

    .specialnav-title {
        height: 47px;
        line-height: normal;
        font-size: 1.3em;
    }

}
