/*
 * Main File : /templates/rt_afterburner2/less/mediaqueries.less
 */
@media only screen and (min-width: 1200px) {
  body .visible-large {
    display: inherit !important;
  }
  body .hidden-large {
    display: none !important;
  }
  body .visible-desktop {
    display: inherit !important;
  }
  body .hidden-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  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 .gf-menu.l1 > li > .item {
    padding: 0 15px;
  }
  body #rt-top-surround .rt-num {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@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-logo {
    margin: 0 auto;
  }
  #rt-logo-accent {
    left: 50%;
    margin-left: 92px;
  }
  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%;
  }
}
