/* -*- coding: utf-8 -*- */

@media only screen and (max-width:600px) {

  body {
    min-width: 360px;
    width: 100vw;
  }

  #header .header-container {
    flex-direction: column;
    height: auto;
    max-width: 100%;
    padding-top: 30px;
  }

  #header .header-phone {
    margin-top: 30px;
  }

  #main .main-container > * {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  #main .main-title {
    font-size: 30px;
  }

  #uninstall #main .main-abstract {
    max-width: 100%;
  }

  #uninstall #main .detail img {
    width: 100vw;
    margin-left: -80px;
  }

  #contact-us #main .main-abstract {
    max-width: 100%;
  }

  #contact-us #main .contacts {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  #contact-us #main .contact-form .input-label {
    margin: 25px 0 0 0;
  }

  #contact-us #main .contact-form .input-style {
    margin: 10px 0 0 0;
    width: 100%;
  }

  #contact-us #main .contact-form .textarea-style {
    margin: 10px 0 0 0;
    width: 100%;
  }

  #contact-us #main .contact-form .button-style {
    margin: 30px 0 0 0;
    width: 100%;
  }

  #faq #main .main-container > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  #unsub #main .main-container > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  #unsub #main button {
    display: block;
    margin-left: 50px;
    margin-top: 10px;
  }

  #unsub #main .unsubscribed {
    display: block;
    padding-left: 50px;
    padding-top: 10px;
  }

  #index #main .main-container > * {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  #index #main .main-container-alt > * {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  #index #main .main-container-blue > * {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  #index .google-safe-browsing {
    position: static;
    margin: 30px auto 0;
    text-align: center;
  }

  #index .google-safe-browsing img {
    display: inline-block;
  }

  #index .cta-container {
    text-align: center;
  }

  #index .cta-container .cta-buttons {
    align-items: center;
    flex-direction: column;
  }

  #index .cta-container .cta-button {
    display: none !important;
  }

  #index .cta-container .call-button {
    display: inline-block !important;
    position: relative;
  }

  #index .cta-container .call-button:focus,
  #index .cta-container .call-button:hover {
    color: #ffffff;
  }

  #index .cta-container .cta-text {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    padding-left: 40px;
    padding-top: 5px;
  }

  #index .cta-container .cta-text .call {
    font-size: 14px;
  }

  #index .cta-container .buy-button {
    margin-top: 15px;
  }

  #index #main .hero-section {
    height: auto;
  }

  #index #main .hero-image {
    display: none;
  }

  #index #main .hero-text {
    padding-left: 0;
    padding-top: 0;
  }

  #index #main .main-title {
    font-size: 32px;
    text-align: center;
  }

  #index #main .main-abstract {
    text-align: center;
  }

  #index #main .steps-section .title {
    font-size: 24px;
    max-width: 100%;
  }

  #index #main .steps-list {
    align-items: center;
    flex-direction: column;
  }

  #index #main .step {
    margin-bottom: 30px;
  }

  #index #main .step .subtitle {
    font-size: 18px;
  }

  #index #main .actions-image {
    display: none;
  }

  #index #main .actions-text {
    padding-left: 0;
  }

  #index #main .action-text {
    max-width: 100%;
  }

  #index #main .action .subtitle {
    font-size: 18px;
  }

  #index #main .offers-section .title {
    font-size: 24px;
    max-width: 100%;
  }

  #index #main .offers-section .abstract {
    max-width: 100%;
  }

  #index #main .imac-monitor {
    display: none;
  }

  #index #main .imac-screenshot {
    display: none;
  }

  #index #main .features-section .title {
    font-size: 24px;
  }

  #index #main .features-image {
    display: none;
  }

  #index #main .features-text {
    max-width: 100%;
  }

  #index #main .feature-text {
    max-width: 100%;
  }

  #index #main .feature-text .subtitle {
    font-size: 18px;
  }

  #index #main .reasons-section .title {
    font-size: 24px;
  }

  #index #main .reasons-image {
    display: none;
  }

  #index #main .reasons-screenshot {
    display: none;
  }

  #index #main .reasons-section .abstract {
    max-width: 100%;
  }

  #index #main .reasons-text {
    height: auto;
    padding-left: 0;
    padding-top: 30px;
  }

  #index #main .reasons-list {
    padding-bottom: 30px;
  }

  #index #main .reason {
    align-items: flex-start;
    display: flex;
    height: auto;
    justify-content: space-between;
    padding-top: 15px;
    width: 100%;
  }

  #index #main .reason-text {
    margin-top: 0;
    margin-left: 15px;
    width: 100%;
  }

  #index #main .faq-section .title {
    font-size: 24px;
  }

  #index #main .faq-list {
    padding-left: 0;
    max-width: 100%;
  }

  #index #main .faq-list dt {
    margin-top: 30px;
  }

  #index #main .faq-list dt::before {
    display: none;
  }

  #index #main .faq-list dd {
    display: block;
    max-width: 100%;
    margin-left: 0;
  }

  #download-instructions #main .main-body {
    flex-direction: column;
  }

  #download-instructions #main .main-title {
    white-space: normal;
  }

  #download-instructions #main .download-steps ul {
    white-space: normal;
  }

  #download-instructions #main .credits {
    flex-wrap: wrap;
    max-width: 100%;
  }

  #download-instructions #main .credits img {
    margin: 10px;
  }

  #download-instructions .download-panel {
    display: none !important;
  }

  #download-instructions .download-arrow {
    display: none !important;
  }

  #download-help {
    padding: 10px;
  }

  #download-help .download-help-problem {
    white-space: normal;
  }

  #download-help .download-help-standing-by {
    white-space: normal;
  }

  #download-help .download-help-telephone {
    white-space: normal;
  }

  #download-help .download-help-available {
    white-space: normal;
  }

  #download-help .download-help-no-problem {
    white-space: normal;
  }

  #affiliates .main-body {
    max-width: 100%;
  }

  #affiliates .contact-form #input-website,
  #affiliates .contact-form #input-email,
  #affiliates .contact-form #input-addr1,
  #affiliates .contact-form #input-addr2,
  #affiliates .contact-form #input-city,
  #affiliates .contact-form #input-district,
  #affiliates .contact-form #input-postal-code,
  #affiliates .contact-form #input-country,
  #affiliates .contact-form #input-phone {
    width: 340px;
  }

  #affiliates .contact-form .textarea-style {
    width: 340px;
  }

  .proofNotificationWrapper {
    display: none !important;
  }

  #terms-of-service .main-header,
  #privacy-policy .main-header {
    text-align: left;
  }

  #privacy-policy .date-stamps,
  #terms-of-service .date-stamps {
    flex-direction: column;
    padding: 0;
  }

  #terms-of-service .main-header .paragraph,
  #privacy-policy .main-header .paragraph {
    padding: 0;
  }

  #terms-of-service #main ol,
  #privacy-policy #main ol,
  #terms-of-service #main ul,
  #privacy-policy #main ul {
    padding-left: 10px;
  }

}
