@media only screen and (min-width: 768px) {
  .menu-block {
    text-align: right;
    margin-right: 25px;
  }
  .logo-block {
    padding: 0 0 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #rt-main-content .rt-container, #rt-main-content .rt-container .rt-grid-12 {
    width: 1130px;
  }
  #rt-main-content .rt-container .rt-grid-8 {
    width: 765px;
  }
  #rt-main-content .rt-container .rt-grid-4 {
    width: 365px;
  }
  .bodyclass-innerpage #rt-main .rt-block {
    margin: auto;
    max-width: 870px;
  }
  .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) {
  #rt-main-content .rt-container, #rt-main-content .rt-container .rt-grid-12 {
    width: 890px;
  }
  #rt-main-content .rt-container .rt-grid-8 {
    width: 605px;
  }
  #rt-main-content .rt-container .rt-grid-4 {
    width: 285px;
  }
  .bodyclass-innerpage #rt-main .rt-block {
    margin: auto;
    max-width: 870px;
  }
  .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;
  }
  #rt-logo {
    height: 116px;
    max-width: 445px;
  }
  .top_info_number img {
    max-width: 35px;
  }
  .top_info_number {
    font-size: 35px;
  }

}
@media (min-width: 768px) and (max-width: 959px) {
  #rt-main-content .rt-container, #rt-main-content .rt-container .rt-grid-12 {
    width: 698px;
  }
  #rt-main-content .rt-container .rt-grid-8 {
    width: 477px;
  }
  #rt-main-content .rt-container .rt-grid-4 {
    width: 221px;
  }
  .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;
  }
  #rt-logo {
    height: 91px;
    max-width: 349px;
  }
  .top_info_number img {
    max-width: 25px;
  }
  .top_info_number {
    font-size: 25px;
  }
  .top_info_txt {
    font-size: 16px;
    margin-top: 2px;
  }
}

/** Mobile **/

@media (max-width: 767px) {

#rt-main-content {
    padding: 50px 0 35px;
}
  
  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: 65px;
    max-width: 250px;
  }
  .rt-block.top_info_box {
    margin-top: 0;
    padding: 0;
    text-align: center;
  }
  .top_info_number img {
    max-width: 20px;
  }
  .top_info_number {
    font-size: 20px;
  }
  .top_info_txt {
    font-size: 13px;
    margin-top: 0px;
  }
  #rt-fullwidth .slide-text h2, .banner_wrap .banner_txt {
    font-size: 20px;
    line-height: 120%;
  }
  #rt-copyright {
    line-height: normal;
  }
  
  

}
@media only screen and (min-width: 481px) and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
  #rt-main-content .rt-container {
    width: 100%;
  }
  .main_wrap {
    max-width: 95%;
  }
  #rt-main .rt-container {
    width: 100%;
  }
  #rt-fullwidth .slide-text h2, .banner_wrap .banner_txt {
    font-size: 16px;
  }
}