@media only screen and (min-width: 768px) {
  .rt-block.footer_logo_box {
    text-align: left;
  }
 .rt-block.footer_banner_box {
    text-align: right;
  }

}
@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;
  }
  .main_wrap {
    max-width: 960px;
  }
  .footer_form_box h2 {
    float: none;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
  }
  .footer_form_box .formResponsive fieldset {
    width: 100%;
  }
}
@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;
  }
  .main_wrap {
    max-width: 768px;
  }
  .footer_form_box h2 {
    float: none;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
  }
  .footer_form_box .formResponsive fieldset {
    width: 100%;
  }
  #rt-header .rt-grid-3.rt-alpha {
    width: 270px;
  }
  #rt-header .rt-grid-6 {
    width: 306px;
  }
  .rt-block.top_info_box {
    margin-top: 11px;
  }
  h1.top_info_title {
    font-size: 40px;
    margin: 0 0 5px;
  }
  .top_info_phone {
    letter-spacing: 2px;
  }
  .top_info_web {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 3px;
  }

}

/** Mobile **/

@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;
  }
  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%;
  }
  .row {
    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%;
  }
  .main_wrap {
    max-width: 480px;
  }
  #rt-logo {
    height: 99px;
    max-width: 180px;
  }
  .rt-block.top_info_box {
    margin: 0 10px 15px;
    text-align: center;
  }
  h1.top_info_title {
    font-size: 30px;
    margin: 0 0 5px;
  }
  h1.top_info_title br {
    display: none;
  }
  .top_info_phone {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .top_info_web {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 3px;
  }
  .rt-block.top_logo_box {
    display: none;
  }
  .cont_info_wrap {
    padding: 20px;
  }
  .cont_info_content {
    text-align: center;
  }
  .cont_info_img .gantry-width-spacer {
    margin-bottom: 0;
    margin-top: 0;
  }
  .rt-block.side_form_box {
    margin: 0 25px 25px;
  }
  .footer_form_box h2 {
    float: none;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
  }
  .footer_form_box .formResponsive fieldset {
    width: 100%;
  }
  .rt-block.footer_logo_box {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .rt-block.footer_banner_box {
    margin-bottom: 0;
    padding-top: 0;
  }
  
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
  .main_wrap {
    max-width: 95%;
  }
  #rt-main .rt-container {
    width: 100%;
  }
  .footer_form_box .rsform .formResponsive .formHorizontal .rsform-submit-button,
  .footer_form_box .rsform .formResponsive .formHorizontal .rsform-reset-button, 
  .footer_form_box .rsform .formResponsive .formHorizontal .rsform-input-box {
    font-size: 12px;
  }
}
