@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;
  }
}
@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%;
  }
  body.layout-type-boxed #rt-top-surround,
  body.layout-type-boxed #rt-slider,
  body.layout-type-boxed #rt-transition,
  body.layout-type-boxed #rt-footer-surround,
  body.layout-type-boxed #rt-top,
  body.layout-type-boxed #rt-bottom {
    width: 960px;
  }
}
@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;
  }
  body.layout-type-boxed #rt-top-surround,
  body.layout-type-boxed #rt-slider,
  body.layout-type-boxed #rt-transition,
  body.layout-type-boxed #rt-footer-surround,
  body.layout-type-boxed #rt-top,
  body.layout-type-boxed #rt-bottom {
    width: 768px;
  }
}
@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;
  }
  #rt-logo .square-logo {
    margin: 15px;
  }
  .logo-block {
    margin-bottom: 15px;
  }
  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%;
  }
  #rt-top {
    text-align: center;
    position: relative;
  }
  #rt-top .rt-social-buttons,
  #rt-top .login-block {
    z-index: 100;
    position: relative;
    float: none;
    margin: 10px 0 15px 0;
    display: inline-block;
    text-align: center;
  }
  #rokajaxsearch {
    margin: 0 !important;
    float: none !important;
    position: relative !important;
  }
  .big-header-enabled-1 #rt-breadcrumbs .breadcrumbs .big-header {
    padding: 20px 0 20px 0 !important;
  }
  body.layout-type-boxed #rt-top-surround,
  body.layout-type-boxed #rt-slider,
  body.layout-type-boxed #rt-transition,
  body.layout-type-boxed #rt-footer-surround,
  body.layout-type-boxed #rt-top,
  body.layout-type-boxed #rt-bottom {
    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;
  }
}
@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;
  }
}
