@media only screen and (min-width: 1200px) {
  .visible-large {
    display: inherit !important;
  }
  .hidden-large {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  #tiles {
    width: 1050px;
    position: relative;
    margin: 0 0em;
    padding: 0;
  }
  .tiles1 {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 1em -2em -6em -2em;
    z-index: 80;
  }
  .tiles1 img {
    width: 100%;
    height: auto;
  }
  .tiles2 {
    position: relative;
    width: 45%;
    background-color: #ffffff;
    border: 20px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -2em -2em -4em 0em;
    z-index: 500;
  }
  .tiles2 img {
    width: 100%;
    height: auto;
  }
  .tiles3 {
    position: relative;
    width: 20%;
    background-color: #ffffff;
    border: 13px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 3em -2em -6em -1em;
    z-index: 2000;
    text-align: right;
  }
  .tiles3 img {
    width: 100%;
    height: auto;
  }
  .tiles4 {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -1em -2em -6em 8em;
    z-index: 200;
  }
  .tiles4 img {
    width: 100%;
    height: auto;
  }
  .tiles5 {
    position: relative;
    width: 35%;
    background-color: #ffffff;
    border: 13px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 6em -2em -4em -1em;
    z-index: 10;
  }
  .tiles5 img {
    width: 100%;
    height: auto;
  }
  .tiles6 {
    position: relative;
    width: 25%;
    background-color: #ffffff;
    border: 15px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -9em -2em -6em -12em;
    z-index: 1450;
  }
  .tiles6 img {
    width: 100%;
    height: auto;
  }
  .tiles7 {
    position: relative;
    width: 20%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 8em -2em -6em -3em;
    z-index: 1500;
    text-align: right;
  }
  .tiles7 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .visible-large {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  .promo h1 {
    font-size: 3.7em;
  }
  .promo p {
    font-size: 1.3em;
  }
  .promo-image {
    width: 40%;
  }
  .promo-image img {
    max-width: 100%;
  }
  #tiles {
    min-width: 960px;
    max-width: 1199px;
    position: relative;
    margin: 0 0em;
    padding: 0;
  }
  .tiles1 {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 1em -2em -6em -2em;
    z-index: 80;
  }
  .tiles1 img {
    width: 100%;
    height: auto;
  }
  .tiles2 {
    position: relative;
    width: 45%;
    background-color: #ffffff;
    border: 20px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -2em -2em -4em 0em;
    z-index: 500;
  }
  .tiles2 img {
    width: 100%;
    height: auto;
  }
  .tiles3 {
    position: relative;
    width: 20%;
    background-color: #ffffff;
    border: 13px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 3em -2em -6em -1em;
    z-index: 2000;
    text-align: right;
  }
  .tiles3 img {
    width: 100%;
    height: auto;
  }
  .tiles4 {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -1em -2em -6em 8em;
    z-index: 200;
  }
  .tiles4 img {
    width: 100%;
    height: auto;
  }
  .tiles5 {
    position: relative;
    width: 35%;
    background-color: #ffffff;
    border: 13px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 6em -2em -4em -1em;
    z-index: 10;
  }
  .tiles5 img {
    width: 100%;
    height: auto;
  }
  .tiles6 {
    position: relative;
    width: 25%;
    background-color: #ffffff;
    border: 15px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -9em -2em -6em -12em;
    z-index: 1450;
  }
  .tiles6 img {
    width: 100%;
    height: auto;
  }
  .tiles7 {
    position: relative;
    width: 20%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 8em -2em -6em -3em;
    z-index: 1500;
    text-align: right;
  }
  .tiles7 img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-large {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .promo-image {
    width: 38%;
  }
  .promo-image img {
    max-width: 100%;
  }
  .promo h1 {
    font-size: 2.9em;
  }
  .promo p {
    font-size: 1.1em;
  }
  .promo-desc {
    padding-top: 0;
  }
  #tiles {
    min-width: 768px;
    max-width: 959px;
    position: relative;
    margin: 0 0em;
    padding: 0;
  }
  .tiles1 {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 1em -2em -6em -2em;
    z-index: 80;
  }
  .tiles1 img {
    width: 100%;
    height: auto;
  }
  .tiles2 {
    position: relative;
    width: 45%;
    background-color: #ffffff;
    border: 20px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -2em -2em -4em 0em;
    z-index: 500;
  }
  .tiles2 img {
    width: 100%;
    height: auto;
  }
  .tiles3 {
    position: relative;
    width: 20%;
    background-color: #ffffff;
    border: 13px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 3em -2em -6em -1em;
    z-index: 2000;
    text-align: right;
  }
  .tiles3 img {
    width: 100%;
    height: auto;
  }
  .tiles4 {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -1em -2em -6em 8em;
    z-index: 200;
  }
  .tiles4 img {
    width: 100%;
    height: auto;
  }
  .tiles5 {
    position: relative;
    width: 35%;
    background-color: #ffffff;
    border: 13px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 6em -2em -4em -1em;
    z-index: 10;
  }
  .tiles5 img {
    width: 100%;
    height: auto;
  }
  .tiles6 {
    position: relative;
    width: 25%;
    background-color: #ffffff;
    border: 15px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -9em -2em -6em -12em;
    z-index: 1450;
  }
  .tiles6 img {
    width: 100%;
    height: auto;
  }
  .tiles7 {
    position: relative;
    width: 20%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 8em -2em -6em -3em;
    z-index: 1500;
    text-align: right;
  }
  .tiles7 img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .visible-large {
    display: none !important;
  }
  #rt-logo {
    margin: 0 auto;
    margin-top: 0em;
    float: right;
  }
  #tiles {
    max-width: 767px;
    position: relative;
    margin: 0 0em;
    padding: 0;
  }
  .tiles1 {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 1em -2em -6em -2em;
    z-index: 80;
  }
  .tiles1 img {
    width: 100%;
    height: auto;
  }
  .tiles2 {
    position: relative;
    width: 45%;
    background-color: #ffffff;
    border: 20px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -2em -2em -4em 0em;
    z-index: 500;
  }
  .tiles2 img {
    width: 100%;
    height: auto;
  }
  .tiles3 {
    position: relative;
    width: 20%;
    background-color: #ffffff;
    border: 13px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 3em -2em -6em -1em;
    z-index: 2000;
    text-align: right;
  }
  .tiles3 img {
    width: 100%;
    height: auto;
  }
  .tiles4 {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -1em -2em -6em 8em;
    z-index: 200;
  }
  .tiles4 img {
    width: 100%;
    height: auto;
  }
  .tiles5 {
    position: relative;
    width: 35%;
    background-color: #ffffff;
    border: 13px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 6em -2em -4em -1em;
    z-index: 10;
  }
  .tiles5 img {
    width: 100%;
    height: auto;
  }
  .tiles6 {
    position: relative;
    width: 25%;
    background-color: #ffffff;
    border: 15px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -9em -2em -6em -12em;
    z-index: 1450;
  }
  .tiles6 img {
    width: 100%;
    height: auto;
  }
  .tiles7 {
    position: relative;
    width: 20%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 8em -2em -6em -3em;
    z-index: 1500;
    text-align: right;
  }
  .tiles7 img {
    width: 100%;
    height: auto;
  }
  #rt-top {
    background: #f1ece1;
    margin: 0% 0% -6% 0%;
    padding: 0% 0% 0% 0%;
  }
  #rt-header {
    background: #ffffff;
    margin: 2% 0% 4% 0%;
    padding: 0% 0% 0% 0%;
  }
  .metanav {
    color: #396971;
    font-size: 0.92em;
    float: left;
    letter-spacing: 0.49%;
    margin-bottom: -3em;
    margin-top: -2em;
  }
  .questions {
    color: #396971;
    font-size: 0.92em;
    font-weight: 500;
    line-height: 0.88em;
    margin-bottom: -3em;
    margin-top: -2em;
  }
  .questionslabel {
    color: #396971;
    font-size: 0.92em;
    font-weight: 500;
    line-height: 0.88em;
    margin-top: -2em;
  }
  .bke #bke_searchbox_wrapper .arrival-wrapper {
    width: 218px;
    float: left;
    margin-left: 12px;
  }
  .bke #bke_searchbox_wrapper .nights-wrapper {
    width: 80px;
    float: left;
    margin-left: 12px;
  }
  .bke   #bke_searchbox_wrapper .departure-wrapper,
  .bke  #bke_searchbox_wrapper .ratecode-wrapper,
  .bke  #bke_searchbox_wrapper .submit-wrapper {
    float: left;
    margin-left: 12px;
  }
  .bke  #bke_searchbox_wrapper .arr-label,
  .bke  #bke_searchbox_wrapper .dep-label,
  .bke  #bke_searchbox_wrapper .nights-label {
    float: left;
    font-size: 0.80em;
    height: 26px;
    margin-left: 1%;
  }
  .bke  #bke_searchbox_wrapper .field-wrapper,
  .checkin #bke_searchbox_wrapper .arrival-wrapper,
  .checkin #bke_searchbox_wrapper .nights-wrapper {
    float: left;
    margin-right: 15px;
  }
  .bke  #bke_searchbox_wrapper  .submit-wrapper input {
    margin: 0;
  }
  .bke  #bke_searchbox_wrapper .label,
  .checkin #bke_searchbox_wrapper .arr-label,
  .checkin #bke_searchbox_wrapper .nights-label {
    float: left;
    width: 70px;
    position: relative;
    top: 0px;
    padding-right: 5px;
  }
  .bke mg.tcalIcon {
    background: none;
    border: 0 !important;
    cursor: pointer;
    margin-left: 1px;
    padding: 0 !important;
    float: left;
    top: 0px;
  }
  .dropup,
  .dropdown {
    border-color: #c6c6c6 #dadada #eaeaea;
    color: #396971;
    height: 26px;
    width: 50px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  select.dropdown.nights {
    border-color: #c6c6c6 #dadada #eaeaea;
    color: #396971;
    height: 26px;
    width: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .top-b {
    background: #d5541d;
  }
  body .component-content .column-1,
  body .component-content .column-2,
  body .component-content .column-3 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  #gantry-totop {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .gantry-width-20,
  .gantry-width-25,
  .gantry-width-30,
  .gantry-width-33,
  .gantry-width-40,
  .gantry-width-50,
  .gantry-width-60,
  .gantry-width-66,
  .gantry-width-70,
  .gantry-width-75,
  .gantry-width-80 {
    width: 100%;
  }
  .gantry-width-spacer {
    margin: 5px;
  }
  .row {
    margin: 0;
    display: block;
  }
  .row .cell {
    display: block;
    width: 100%;
  }
  .form-horizontal .control-group .control-label {
    float: none;
    width: auto;
    text-align: left;
  }
  .form-horizontal .control-group .controls {
    margin-left: 0;
  }
  select {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .promo-image {
    width: 48%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .promo-image img {
    max-width: 100%;
  }
  .promo h1 {
    font-size: 2.2em;
  }
  .promo p {
    font-size: 1em;
  }
  .promo-desc {
    padding-top: 0;
  }
  #tiles {
    min-width: 481px;
    max-width: 767px;
    position: relative;
    margin: 0 0em;
    padding: 0;
  }
  .tiles1 {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 1em -2em -6em -2em;
    z-index: 80;
  }
  .tiles1 img {
    width: 100%;
    height: auto;
  }
  .tiles2 {
    position: relative;
    width: 45%;
    background-color: #ffffff;
    border: 20px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -2em -2em -4em 0em;
    z-index: 500;
  }
  .tiles2 img {
    width: 100%;
    height: auto;
  }
  .tiles3 {
    position: relative;
    width: 20%;
    background-color: #ffffff;
    border: 13px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 3em -2em -6em -1em;
    z-index: 2000;
    text-align: right;
  }
  .tiles3 img {
    width: 100%;
    height: auto;
  }
  .tiles4 {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -1em -2em -6em 8em;
    z-index: 200;
  }
  .tiles4 img {
    width: 100%;
    height: auto;
  }
  .tiles5 {
    position: relative;
    width: 35%;
    background-color: #ffffff;
    border: 13px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 6em -2em -4em -1em;
    z-index: 10;
  }
  .tiles5 img {
    width: 100%;
    height: auto;
  }
  .tiles6 {
    position: relative;
    width: 25%;
    background-color: #ffffff;
    border: 15px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -9em -2em -6em -12em;
    z-index: 1450;
  }
  .tiles6 img {
    width: 100%;
    height: auto;
  }
  .tiles7 {
    position: relative;
    width: 20%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 8em -2em -6em -3em;
    z-index: 1500;
    text-align: right;
  }
  .tiles7 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .promo-image {
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: center;
  }
  .promo-image img {
    max-width: 50%;
  }
  .promo h1 {
    font-size: 2.2em;
  }
  .promo p {
    font-size: 0.9em;
  }
  .promo-desc {
    padding-top: 0;
  }
  #tiles {
    max-width: 480px;
    position: relative;
    margin: 0 0em;
    padding: 0;
  }
  .tiles1 {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 1em -2em -6em -2em;
    z-index: 80;
  }
  .tiles1 img {
    width: 100%;
    height: auto;
  }
  .tiles2 {
    position: relative;
    width: 45%;
    background-color: #ffffff;
    border: 20px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -2em -2em -4em 0em;
    z-index: 500;
  }
  .tiles2 img {
    width: 100%;
    height: auto;
  }
  .tiles3 {
    position: relative;
    width: 20%;
    background-color: #ffffff;
    border: 13px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 3em -2em -6em -1em;
    z-index: 2000;
    text-align: right;
  }
  .tiles3 img {
    width: 100%;
    height: auto;
  }
  .tiles4 {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -1em -2em -6em 8em;
    z-index: 200;
  }
  .tiles4 img {
    width: 100%;
    height: auto;
  }
  .tiles5 {
    position: relative;
    width: 35%;
    background-color: #ffffff;
    border: 13px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 6em -2em -4em -1em;
    z-index: 10;
  }
  .tiles5 img {
    width: 100%;
    height: auto;
  }
  .tiles6 {
    position: relative;
    width: 25%;
    background-color: #ffffff;
    border: 15px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: -9em -2em -6em -12em;
    z-index: 1450;
  }
  .tiles6 img {
    width: 100%;
    height: auto;
  }
  .tiles7 {
    position: relative;
    width: 20%;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin: 8em -2em -6em -3em;
    z-index: 1500;
    text-align: right;
  }
  .tiles7 img {
    width: 100%;
    height: auto;
  }
}
