@media only screen and (min-width: 960px) {
  body .visible-large {
    display: none !important;
  }
  body .hidden-large {
    display: inherit !important;
  }
  body .visible-desktop {
    display: inherit !important;
  }
  body .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body .visible-tablet {
    display: inherit !important;
  }
  body .hidden-tablet {
    display: none !important;
  }
  body .hidden-desktop {
    display: inherit !important;
  }
  body .visible-desktop {
    display: none !important;
  }
  body .visible-large {
    display: none !important;
  }
  body .hidden-large {
    display: inherit !important;
  }
  body #rt-top-surround .rt-num {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .menu-block > .gf-menu> li> .item {
    padding: 0;
    text-align: center;
  }
  .menu-block > .gf-menu> LI > .item {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  body .visible-phone {
    display: inherit !important;
  }
  body .hidden-phone {
    display: none !important;
  }
  body .hidden-desktop {
    display: inherit !important;
  }
  body .visible-desktop {
    display: none !important;
  }
  body .hidden-large {
    display: inherit !important;
  }
  body .visible-large {
    display: none !important;
  }
  #rt-top-surround .bg-header {
    height: auto;
  }
  #rt-htop P {
    text-align: center;
  }
  #rt-logo {
    margin: 0 auto;
  }
  .menu-block {
    height: auto;
    margin: 7px 0 0;
  }
  #rt-header .search {
    float: none;
    text-align: center;
    margin: 5px 0 15px;
  }
  .heading-gold {
    padding-left: 100px;
  }
  .title,
  .component-content h2,
  SECTION.blog H1,
  .contact H3 {
    background: #595959;
    background: -moz-linear-gradient(left,#595959 0%,#f3f3f2 40%,#f3f3f2 50%,#f3f3f2 60%,#595959 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#595959),color-stop(40%,#f3f3f2),color-stop(50%,#f3f3f2),color-stop(60%,#f3f3f2),color-stop(100%,#595959));
    background: -webkit-linear-gradient(left,#595959 0%,#f3f3f2 40%,#f3f3f2 50%,#f3f3f2 60%,#595959 100%);
    background: -o-linear-gradient(left,#595959 0%,#f3f3f2 40%,#f3f3f2 50%,#f3f3f2 60%,#595959 100%);
    background: -ms-linear-gradient(left,#595959 0%,#f3f3f2 40%,#f3f3f2 50%,#f3f3f2 60%,#595959 100%);
    background: linear-gradient(to right,#595959 0%,#f3f3f2 40%,#f3f3f2 50%,#f3f3f2 60%,#595959 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959',endColorstr='#595959',GradientType=1);
    padding: 10px;
    text-align: left;
    border-radius: 5px;
  }
  body .component-content .column-1,
  body .component-content .column-2,
  body .component-content .column-3,
  body .component-content .column-4 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  .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 (max-width: 480px) {
  #rt-htop P {
    font-size: 0.7em;
  }
  #logo #rt-logo {
    width: 100%;
    max-width: 430px;
  }
}
