@font-face {
  font-family: 'Service-Icons';
  src:url('/share/fonts/Service-Icons.eot');
  src:url('/share/fonts/Service-Icons.eot?#iefix') format('embedded-opentype'),
      url('/share/fonts/Service-Icons.woff') format('woff'),
      url('/share/fonts/Service-Icons.ttf') format('truetype'),
      url('/share/fonts/Service-Icons.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}




/*
.gb-product-header {
  background: #fff;
}
.gb-product-header .section-wrapper {
  text-align: center;
  padding-top: 27px;
}
.gb-product-header-app {
  display: inline-block;
  font-size: 0;
  margin-top: 25px;
}
.gb-product-header-icon {
  display: inline-block;
  width: 136px;
  height: 136px;
  background:  url(/products/getbackup/img/gb_product_icon.png) no-repeat left top;
  background-size: 136px 136px;
}
.gb-product-header-name {
  display: inline-block;
  width: 100%;
  font-size: 4.6rem;
  line-height: 1;
  color: #494d51;
  vertical-align: middle;
}
*/



.gb-intro-section .section-wrapper {
  padding-top: 14px;
  padding-bottom: 53px;
}
.gb-intro-section h1 {
  margin-bottom: 11px;
}
.gb-intro-text {
  margin-bottom: 23px;
}
.gb-intro-text p {
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-top: 0;
}
.gb-intro-aside {
  display: block;
  position: relative;
  text-align: center;
}

.gb-button-wrapper-intro-aside {
  margin: -1px -20px 10px;
  font-size: 0;
}
.gb-button-wrapper-bottom {
  font-size: 0;
  margin: 0 -47px 0;
  text-align: center;
}
.gb-service-link-wrapper-aside {
  margin: -4px -20px 5px;
  font-size: 0;
}


.gb-button {
  display: inline-block;
  position: relative;
  max-width: 264px;
  width: 100%;
  margin: 13px 20px;
  vertical-align: middle;
  padding: 12px 0 14px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 5px;
  
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -webkit-font-smoothing: antialiased;

  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;

}
.gb-button:hover {
  text-decoration: none;
}
.gb-button:active {
  top: 1px;
}
.button-default {
  color: #7d7d7b;
  background-color: #fff;
  border-color: #bebebd;
}
.button-default:hover {
  color: #09a9e2;
  border-color: #09a9e2;
}
.button-alternate {
  color: #ffffff;
  background-color: #9bba32;
  border-color: #9bba32;
  margin: 0;
}
.button-alternate:hover {
  background-color: #92b030;
  border-color: #92b030;
}

.gb-new-features-section .button-alternate {
  background-color: #ab66ef;
  border-color: #ab66ef;
}
.gb-new-features-section .button-alternate:hover {
  background-color: #a060e0;
  border-color: #a060e0;
}

.gb-button-wrapper-bottom .gb-button {
  margin: 13px 47px;
}
.gb-service-link {
  display: inline-block;
  position: relative;
  max-width: 264px;
  width: 100%;
  margin: 12px 20px 11px;
  font-size: 22px;
  line-height: 2.2rem;
  vertical-align: middle;
  color: #1881c4;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
/*   text-indent: 1px; */
}
.gb-service-link::before {
  font-family: 'Service-Icons';
  display: inline-block;
  position: relative;
  font-size: 23px;
  line-height: 2.4rem;
  margin-right: 12px;
  vertical-align: bottom;
/*   font-weight: bolder; */
  -webkit-font-smoothing:subpixel-antialiased;
  color: #1881c4 !important;
}
.gb-service-link-download::before {
  content: "\e900";
}
.gb-service-link-upgrade::before {
  content: "\e902";
}
.gb-service-link-info::before {
  content: "\e901";
}





.gb-promo-video-section {
  background: #afcd4a;
  padding-top: 30px;
  padding-bottom: 25px;
}
.gb-promo-video-container {
  position: relative; 
  height: 0; 
  padding-bottom: 56.25%;
}
.gb-promo-video-container iframe {
  position: absolute; 
  width: 100%;
  height: 100%;
  display: none;
}

.gb-promo-video-poster {
  position: absolute;
  box-shadow: 0 0 0 1px #afcd4a;
  width: 100%;
  height: 100%;
}
.gb-promo-video-poster {
/*    padding-bottom:  56.25%;  */
/*    background: url(/products/printworks/img/promo_video_poster.jpg) 0 0 no-repeat; */
/*   background-size: cover; */
}
.gb-promo-video-poster img {
  max-width: 100%;
  height: auto;
  z-index: 10;
}

.gb-promo-video-play-button {
  position: absolute;
  display: block;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(107,112,119,1) url(/products/getbackup/img/gb_promo_video_play_button.png) no-repeat 45px center;
  background-size: 42px 48px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  z-index: 20;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.gb-promo-video-play-button:hover {
  cursor: pointer;
}

.gb-promo-video-play-button:hover {
  background-color: #55595e;
}





.gb-new-features-section {
  padding-top: 33px;
  padding-bottom: 56px;
}
.gb-new-features-section .section-wrapper {
  text-align: center;
}
.gb-new-features-section h2 {
  font-size: 2.8rem;
  margin-bottom: 44px;
}
.gb-new-features-list {
  font-size: 0;
  margin: 0 -5px 13px;
}

.gb-new-features-item {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  width: 50%;
  vertical-align: top;
  color: #282828;
  padding-top: 133px;
  margin-bottom: 32px;
  position: relative;

}
.gb-new-feature-icon {
  display: block;
  position: absolute;
  background: url(/products/getbackup/img/new_features_icons_upd.png) no-repeat left 0;
  background-size: 144px 460px;
  left: 50%;
  margin: 0;
}
.gb-new-features-interface .gb-new-feature-icon {
  width: 102px;
  height: 102px;
  background-position: -15px 0;
  top: 9px;
  margin-left: -51px;
}
.gb-new-features-backup .gb-new-feature-icon {
  top: 0;
  width: 112px;
  height: 112px;
  background-position: -15px -115px;
  margin-left: -56px;
}
.gb-new-features-stelth-mode .gb-new-feature-icon {
  top: 9px;
  width: 144px;
  height: 100px;
  background-position: center -235px;
  margin-left: -71px;
}
.gb-new-features-options .gb-new-feature-icon {
  top: 5px;
  width: 114px;
  height: 115px;
  background-position: -15px -345px;
  margin-left: -57px;
}


.dashed-line {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 2px;
  background-image: -moz-linear-gradient(left,  rgba(161,161,161,1) 0%, rgba(161,161,161,1) 66.6667%, rgba(161,161,161,0) 66.6667%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient(left,  rgba(161,161,161,1) 0%,rgba(161,161,161,1) 66.6667%,rgba(161,161,161,0) 66.6667%,rgba(255,255,255,0) 100%);
  background-image: linear-gradient(to right,  rgba(161,161,161,1) 0%,rgba(161,161,161,1) 66.6667%,rgba(161,161,161,0) 66.6667%,rgba(255,255,255,0) 100%);
  background-size: 12px 2px;
}



.gb-main-features-section {
  padding-bottom: 47px;
  padding-top: 32px;
}
.gb-main-features-section h2 {
  text-align: center;
  font-size: 2.8rem;
}
.gb-main-features-list {
  margin-top: 73px;
}
.gb-main-features-item {
  margin-top: 65px;
  font-size: 16px;
}
.gb-main-features-item h3 {
  text-align: center;
  font-size: 28px;  
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 13px;
}
.gb-main-features-item p {
  margin-bottom: 0;
  margin-top: 10px;
}
.gb-main-features-item-image {
  text-align: center;
}

.gb-main-features-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 43px;
}

p.gb-note {
  font-size: 13px;
  color: #7e7e7e;
  line-height: 20px;
  margin-top: 8px;
}
.gb-mark {
  color: #00a2d7;
  font-size: 20px;
  line-height: 20px;
}



.gb-screenshots-section .section-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 63px;
}
.gb-screenshots-section img {
  max-width: 100%;
  height: auto;
}

.gb-key-features-section {
  background: #ede7ff;
  padding-top: 32px;
  padding-bottom: 69px;
}
.gb-key-features-section h2 {
  text-align: center;
  font-size: 36px;
}
.gb-key-features-list {
  font-size: 0;
  margin-bottom: 3px;
  margin-top: 52px;
}
.gb-key-features-item {
  display: inline-block;
  width: 100%;
  padding-left: 105px;
  margin-bottom: 34.5px;
  vertical-align: top;
  position: relative;
  font-size: 16px;
}
.gb-key-features-item h4 {
  font-size: 18px;
  margin-bottom: 11px;
  margin-top: 3px;
}
.gb-key-feature-icon {
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  width: 88px;
  height: 80px;
  margin: 0;
  background: url(/products/getbackup/img/key_features_icons.png) no-repeat center 0;
  background-size: 88px 1000px;
}
.incremental-compressed-backups .gb-key-feature-icon {
  background-position: center 0;
}
.bootable-backups .gb-key-feature-icon {
  background-position: center -100px;
}
.folder-sync .gb-key-feature-icon {
  background-position: center -200px;
}
.automated-backup .gb-key-feature-icon {
  background-position: center -300px;
}
.data-templates .gb-key-feature-icon {
  background-position: center -400px;
}
.encrypted-backups .gb-key-feature-icon {
  background-position: center -500px;
}
.backup-types .gb-key-feature-icon {
  background-position: center -600px;
}
.external-backups .gb-key-feature-icon {
  background-position: center -700px;
}
.cd-backup .gb-key-feature-icon {
  background-position: center -800px;
}
.restore .gb-key-feature-icon {
  background-position: center -900px;
}
.gb-key-feature-link-to-go {
  font-size: 20px;
  font-weight: 700;
  color: #8465da;
  text-decoration: underline;
}
.gb-key-feature-link-to-go:hover {
  color: #674aba;
}
.gb-key-feature-link-to-go:active {
  color: #4f3892;
}


.gb-time-machine {
  background: #9378e0;
  color: #ffffff;
  font-size: 18px;
}
.gb-time-machine .section-wrapper {
  padding-top: 39px;
  padding-bottom: 54px;
}
.gb-time-machine h2 {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 45px;
  margin-bottom: 19px;
}
.gb-time-machine p {
  overflow: hidden;
}
.gb-time-machine-link-to-go {
  color: #ffffff;
  text-decoration: underline;
}
.gb-time-machine-link-to-go:hover {
  color: #674aba;
}
.gb-time-machine-link-to-go:active {
  color: #4f3892;
}


.gb-time-machine-image {
  display: none;
}



.gb-review-section {
  padding-top: 35px;
  background: #ede7fe;
}
.gb-review-section .section-wrapper {
  padding-top: 80px;
  padding-bottom: 65px;
  background: url(/products/getbackup/img/reviews/quotes.png) no-repeat center top;
  background-size: 144px 126px;
}
.gb-review-slide {
  text-align: center;
  display: inline-block;
  color: #000000;
}
.gb-review-slide:hover {
  text-decoration: none;
}
.gb-review-citation {
  font-size: 22px;
  line-height: 1.42857143; /* 40px */
}
.gb-review-logo {
  display: inline-block;
  margin-top: 20px;
}



.gb-appstore-section {
  padding-top: 74px;
  padding-bottom: 73px;
}
.gb-appstore-section h2 {
  font-size: 2.8rem;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 45px;
}
.gb-appstore-section p {
  font-size: 18px;
}
.gb-appstore-section .gb-button {
  display: block;
  margin: 40px auto 0;
}
.gb-comparison-table-wrapper {
  margin: 40px auto 0;
  max-width: 576px;
  width: 100%;
}
.gb-comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #6a6a6a;
  border-radius: 17px;
  color: #ffffff;
  overflow: hidden;
}
.gb-comparison-table th {
  display: none;
}
.gb-comparison-table td {
  display: block;
  text-align: left;
  padding: 10px 0;
}
.gb-comparison-table td:first-child {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  padding: 30px 40px 12px;
}
.gb-comparison-table tr:nth-child(2) td:first-child {
  padding-top: 50px;
}
.gb-comparison-table tr:last-child td:last-child {
  padding-bottom: 40px;
}
.gb-comparison-table td:before {
  content: attr(data-th);
  width: 70%;
  display: inline-block;
  font-size: 17.5px;
  line-height: 30px;
  vertical-align: top;
  padding-left: 50px;
  color: #bbbbbb;
}
.gb-comparison-table td:first-child:before {
  content: none;
}
.gb-comparison-table th {
  text-align: left;
}

.gb-table-sign {
  width: 30%;
  text-align: right;
  display: inline-block;
  padding-right: 50px;
}

.gb-table-minus,
.gb-table-plus {
  display: inline-block;
  text-indent: -9999em;
  background:  url(/products/getbackup/img/table_signs.png) no-repeat;
  background-size: 30px 80px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: left;
}
.gb-table-minus {
    background-position: center top;
}
.gb-table-plus {
    background-position: center -50px;
}

.gb-buttons-section {
  padding-top: 52px;
  padding-bottom: 52px;
}
.gb-buttons-section .section-wrapper {
  overflow: hidden;
}


.gb-product-header-store-banner {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  line-height: 0;
  font-size: 0;
}
.gb-product-header-store-banner a {
  display: inline-block;
  margin: 5px;
  max-width: 164px;
}
.gb-product-header-store-banner img {
  width: 100%;
  height: auto;
}
.gb-start-section {
  padding-top: 44px;
  padding-bottom: 100px;
}
.getbackup .purchase-option-name {
  font-size: 20px; 
/*   vertical-align: middle; */
  line-height: 1.5;
}
.getbackup.storepage .store-upgrade-section {
  padding-top: 10px;
/*   padding-bottom: 50px; */
  margin-top: -50px;
}
.gb-store-appstore-section {
  padding-top: 28px;
  padding-bottom: 50px;
  margin-top: -50px;
}


@media only screen and (min-width: 480px) {
  .gb-new-features-item {
    font-size: 20px;
  }
  .gb-new-features-interface {
    padding-left: 21px;
    padding-right: 21px;
  }

  .gb-comparison-table th, .gb-comparison-table td {
    display: table-cell;
  }
  .gb-comparison-table th {
    font-weight: normal;
    text-align: center;
    padding-bottom: 8px;
    padding-top: 38px;
    font-size: 17.5px;
    vertical-align: top;
  }
  .gb-comparison-table td {
    text-align: center;
    vertical-align: middle;
  }

  .gb-comparison-table th:first-child,
  .gb-comparison-table td:first-child {
    width: 44.791667%;
  }
  .gb-comparison-table td:first-child {
    text-align: left;
    vertical-align: middle;
    padding: 10px 0 10px 49px;
 }
  .gb-comparison-table th:nth-child(2),
  .gb-comparison-table td:nth-child(2) {
    width: 22.048611%;
  }
  .gb-comparison-table th:last-child,
  .gb-comparison-table td:last-child {
    width: 33.159722%;
    padding-right: 34px;
    padding-left: 0;
    text-align: center;
 }
  .gb-comparison-table tr:nth-child(2) td:first-child {
    padding-top: 10px;
  }
  .gb-comparison-table tr:last-child td:last-child,
  .gb-comparison-table tr:last-child td {
    padding-bottom: 37px;
  }
  .gb-table-sign {
    width: 100%;
    text-align: center;
    padding-right: 0px;
  }
  .gb-comparison-table td:before {
    display: none;
  }

  .gb-main-features-section h2,
  .gb-new-features-section h2,
  .gb-appstore-section h2,
  .gb-time-machine h2 {
    font-size: 3.6rem;
  }

}


.gb-form-wrapper {
  min-height: 185px;
/*   padding-bottom: 50px; */
}
.gb-form-wrapper h2 {
  color: #0394c5;
  padding-top: 15px;
  margin-bottom: -1px;
  line-height: 35px;
  max-width: 500px;
}
.gb-form-wrapper .button {
  margin-top: 23px;  
}
.gb-form-wrapper .error-message {
  color: #c8000f;
  padding-top: 30px;
  font-size: 20px;
}

@media only screen and (min-width: 667px) { 
}

@media only screen and (min-width: 700px) {
  .gb-new-features-item {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
/*
  .gb-product-header .section-wrapper {
    text-align: left;
  }
  .gb-product-header-icon {
    vertical-align: middle;
    margin-bottom: 0;
  }
  .gb-product-header-name {
    width: auto;
    margin-left: 10px;
    text-align: left;
    margin-left: 25px;
  }
*/
/*
  .gb-product-header-store-banner {
    margin-top: 20px;
  }
  .gb-product-header-store-banner a {
    margin: 5px 8px;
  }
*/

  .gb-product-header-store-banner {
    float: right;
    width: auto;
    margin-top: 66px;
    margin-right: -5px;
  }
  .gb-start-section {
    padding-top: 84px;
  }


 .gb-intro-text, .gb-intro-aside {
    display: table-cell;
    vertical-align: top;
  }
  .gb-intro-text {
    padding-right: 9.375%; /* 90px */
  }
  .gb-intro-aside {
    width: 264px;
    text-align: left;
  }


  .gb-main-features-section {
    padding-bottom: 69px;
  }
  .gb-main-features-list {
    margin-top: -37px;
  }
  .gb-main-features-item {
    margin-top: 104px;
  }
  .gb-main-features-item:nth-child(3) {
    margin-top: 94px;
  }
  .gb-main-features-item p:last-child {
    margin-bottom: 0;
  }
  .gb-main-features-item-image,
  .gb-main-features-item-text {
    display: table-cell;
    vertical-align: middle;
  }
  .gb-main-features-item-image {
    width: 360px;
  }
  .gb-main-features-item h3 {
    text-align: left;
    line-height: 1;
  }
  .gb-main-features-item-text-left {
     direction: rtl;
  }
  .gb-main-features-item-text-left .gb-main-features-item-text {
    direction: ltr;
  }
  .gb-main-features-item-text-right .gb-main-features-item-image {
    text-align: left;
  }
  .gb-main-features-item-text-left .gb-main-features-item-image {
    text-align: right;
  }
  .gb-main-features-item img {
    margin-bottom: 0;
  }


  .gb-key-features-item {
    width: 50%;
    padding-right: 40px;
  }


  .gb-screenshots-section img {
    margin-top: 5px; 
  }

.gb-review-citation {
  font-size: 28px;
}  

  .gb-time-machine-image {
    float: right;
    display: block;
/*     margin-left: 110px; */
    margin-left: 11.458333%;
    margin-top: 30px;
    clear: both;
  }

  .gb-appstore-text-wrapper {
    width: 40%;
    padding-right: 40px;
  }
  .gb-appstore-section .gb-button {
    margin: 24px 0 0;
  }
  .gb-comparison-table-wrapper {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    padding-right: 20px;
    width: 59.6%;
    max-width: 596px;
  }

}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .gb-product-header-icon {
    background:  url(/products/getbackup/img/gb_product_icon@2x.png) no-repeat left top;
    background-size: 136px 136px;
  }
  
  .gb-promo-video-play-button {
  /*   background: rgba(107,112,119,1) url(/products/getbackup/img/gb_promo_video_play_button.png) no-repeat 45px center; */
    background-image: url(/products/getbackup/img/gb_promo_video_play_button@2x.png);
    background-size: 42px 48px;
  }
  .gb-new-feature-icon {
    background: url(/products/getbackup/img/new_features_icons_upd@2x.png) no-repeat left 0;
    background-size: 144px 460px;
  }
  .gb-key-feature-icon {
    background: url(/products/getbackup/img/key_features_icons@2x.png) no-repeat center 0;
    background-size: 88px 1000px;
  }
  .gb-table-minus,
  .gb-table-plus {
    background:  url(/products/getbackup/img/table_signs@2x.png) no-repeat;
    background-size: 30px 80px;
  }
  .gb-table-minus {
      background-position: center top;
  }
  .gb-table-plus {
      background-position: center -50px;
  }

  .gb-review-section .section-wrapper {
    background: url(/products/getbackup/img/reviews/quotes@2x.png) no-repeat center top;
    background-size: 144px 126px;
  }

}





.fancy-button-download-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.bg-overlay {
  background: rgba(0,0,0,.4);
}
.fancy-button-download {
  display: inline-block;

  display: none;

  position: absolute;
  background: #04b3ee;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  line-height: /* 35px */ 2.33333333em;
  padding: 0 30px;
  border-radius: 4px;
  vertical-align: middle;
  z-index: 1000;
  pointer-events: auto;
  

  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }
a.fancy-button-download {
  text-decoration: none;
  color: #ffffff;
}
.fancy-button-download:hover {
  background: #09a9e2;
  cursor: pointer;
}
.fancy-button-download:active {
  margin-top: 1px;
}

