a {
  text-decoration: none;
  color: #1881c4;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
/* NEW */
p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.button-element {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  border: 2px solid;
}
.button-element:hover {
  text-decoration: none;
}
.button-element:active {
  top: 1px;
}

.button-default {
  max-width: 160px;
  margin: 10px 20px;
  padding: 8px 0;
}
.button-primary {
  background-color: #04b3ee;
  border-color: #04b3ee;
}
.button-primary:hover {
  background-color: #09a9e2;
  border-color: #09a9e2;
}
.button-flexible {
  padding: 8px 19px;
  width: auto;
}

.button-outline {
  background-color: transparent;
  color: #04b3ee;
/*   border-color: #04b3ee; */
}
.button-outline:hover {
  color: #0d9fd9;
}
.button-outline-alt {
  background-color: transparent;
  color: #7d7d7b;
}
.button-outline-alt:hover {
  color: #09a9e2;
}
.button-outline-white {
  background-color: transparent;
  color: #ffffff;
/*   border-color: #04b3ee; */
}
.button-outline-white:hover {
  color: #04b3ee;
}

/* NEW */
.section-wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.narrow-section-wrapper {
  max-width: 740px;
}
.site-footer {
  padding: 0 20px 0;
  text-align: left;
}
.default .site-footer {
  background: #3e4246;
}
.site-footer .section-wrapper {
  padding: 55px 0 30px;
}
.site-footer-menu {
  margin: 0 auto;
  max-width: 200px;
}
.site-footer-menu-column {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 8.5714286%;
}
.site-footer-menu-title {
  margin-top: 26px;
  margin-bottom: 6px;
  font-weight: normal;
  font-size: 1.6rem;
}
.site-footer-menu-title,
.site-footer-menu-title a {
  text-transform: uppercase;
}
.default .site-footer-menu-title,
.default .site-footer-menu-title a {
  color: #fcfcfc;
}
.site-footer-menu-title a {
  text-decoration: none;
}
.site-footer-menu-title a:hover {
  color: #b7c2cd;
}
.site-footer-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.5rem;
  margin-top: -5px;
}
.site-footer-menu-list a {
  text-decoration: none;
}
.default .site-footer-menu-list a {
  color: #fcfcfc;
}
.site-footer-menu-list a:hover {
  color: #b7c2cd;
}
.site-footer-search {
  padding-left: 20px;
  background: no-repeat left center / 1.4rem 1.4rem;
}
.default .site-footer-search {
  background-image: url(/assets/img/shared/search-icon-default.svg);
}
.site-footer-copyright {
  margin-top: 59px;
  font-size: 1.4rem;
  text-align: center;
}
.site-footer-copyright {
  color: #93979b;
}
.site-footer-copyright a {
  color: #f2f0eb;
}
.site-footer-copyright-privacy {
  margin-bottom: 15px;
}
.site-footer-copyright-privacy a {
  margin: 0 10px;
}


.page-title {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: normal;
}
.page-title + p {
  margin-top: 30px;
}
.start-section {
  padding: 35px 20px 39px;
}
.privacy .start-section {
  padding-top: 45px;
}

.ordinary-section {
  padding: 40px 20px;
  background: #ffffff;
  text-align: center;
}

.section-title {
  margin: 11px 0 12px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: normal;
}
.section-subtitle {
  margin: 11px 0 12px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
}
.section-text {
  max-width: 740px;
  margin: 10px  auto;
}
.info-section {
  padding: 48px 20px 38px;
  overflow: hidden;
  text-align: center;
  color: #f2f0eb;
  position: relative;
}
.default .info-section {
  background: #494d51;
}

.info-resources-section {
  padding: 0 20px 18px;
}
.info-box {
  margin-left: -9.375%;
  font-size: 0;
  text-align: left;
}
.info-box-column {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 8.5714286%;
  font-size: 1.4rem;
  line-height: 2.6rem;
  vertical-align: top;
}
.overview .info-box-text a,
.overview .info-box-article-title {
  color: #47a4de;
  color: #71c3f5;
}
.info-box-column a:hover {
/*   text-decoration: none; */
}
.info-box-title {
  margin-top: 19px;
  margin-bottom: 1px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3rem;
}
.info-box-text {
  margin-top: 7px;
}
.info-box-resources .info-box-text {
  margin-bottom: 0;
  margin-top: 6px;
}
.info-box-article-title {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.6rem;
  text-decoration: none;
}
.info-box-subtitle {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 15px 0 0;
}
.info-box-article-title:hover {
/*   text-decoration: underline; */
}

.info-box-news .info-box-text:first-of-type {
  margin-top: 7px;
} 
.info-box-news .info-box-text {
  margin-top: 6px;
  margin-bottom: 0;
}
.info-box-text span {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
}
.info-box-column p:last-child {
  margin-bottom: 0;
}
.add-link-arrow {
  display: inline-block;
  position: relative;
}
.add-link-arrow::after {
  content: "\00276F";
  display: inline-block;
  padding-left: .4rem;
  font-size: 1.1rem;
}
.social-media-group {
  display: inline-block;
  line-height: 1;
}
.info-box-button-subscribe {
  display: inline-block;
  position: relative;
  width: 100%;
  text-decoration: none;
  max-width: 120px;
  margin-top: 20px;
  height: 30px;
  line-height: 28px;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #8d8d8d;  
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
}
/*
a.info-box-button-subscribe {
  color: #ffffff;
}
*/
.info-box-button-subscribe:hover {
  text-decoration: none;
  background-color: #767676;
}
.info-box-button-subscribe:active {
  top: 1px;
}
.info-box-date {
  color: #cacaca;
}

.product-header-wrapper {
  max-width: 696px;
  width: 100%;
  margin: 0 auto;
  padding: 31px 28px 10px;
  text-align: center;
}
.product-header-container {
  display: inline-block;
  text-decoration: none;
}
.product-header-container:hover {
  text-decoration: none;
}

.product-header-app-icon {
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
.getbackup .product-header-app-icon {
  width: 136px;
  height: 136px;
  background: url(/assets/img/getbackup/gb-product-icon.png) center top / contain no-repeat ;
}
.concealer .product-header-app-icon {
  width: 128px;
  height: 128px;
  background: url(/assets/img/concealer/cc-product-icon.png) center top / contain no-repeat ;
}
.imagetricks .product-header-app-icon {
  width: 128px;
  height: 128px;
  background: url(/assets/img/imagetricks/it-product-icon.png) center top / contain no-repeat ;
}

.product-header-title {
  display: inline-block;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  vertical-align: middle;
  width: 100%;
  letter-spacing: normal;
  color: #464a3c;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: -2px;
}



.unordered-list-title {
  font-weight: normal;
  font-size: 1.8rem;
/*   text-align: center; */
  margin-bottom: 15px;
}
/*
.unordered-list + .unordered-list-title {
  margin-top: -10px;
}
*/
.unordered-list,
.ordered-list {
  text-align: left;
  padding: 0;
  margin: 0;
}
.ordered-list {
  counter-reset: item;
}
.unordered-list li,
.ordered-list li {
  margin-top: 11px;
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.unordered-list ul {
  padding-left: 0px;
}

.ordered-list li {
   counter-increment: item;
}

.unordered-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  vertical-align: top;
  line-height: 116px;
  position: absolute;
  left: 0;
  top: 1rem;
}
.ordered-list li:before {
   content: counter(item) ".";
   color: #777;
   
   text-align: center;
   display: inline-block;
   position: absolute;
   margin-left: -30px;
   padding-right: 30px;
   font-weight: 600;
 }

.version-changes-section .section-wrapper {
  max-width: 740px;
}
.last-versions .unordered-list {
  margin-bottom: 30px;
}
.last-versions {
  margin-top: 59px;
}
.last-versions .old-versions {
  margin-bottom: 10px;
}
.last-versions .unordered-list:last-of-type,
.previous-versions .unordered-list:last-of-type {
  margin-bottom: 23px;
}
.show-hide {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  padding-right: .5rem;
}
.show-hide::after {
  content: '';
  display: block;
  position: absolute;
  width: .6rem;
  height: .6rem;
  top: 50%;
  margin-top: -.3rem;
  left: 100%;
  right: 0;
  border-bottom: .2rem solid #1881c4;
  border-right: .2rem solid #1881c4;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  -webkit-transform-origin: 66.6667% 66.6667%;
  -moz-transform-origin: 66.6667% 66.6667%;
  transform-origin: 66.6667% 66.6667%;
}
.show-hide.open::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.last-versions + .show-hide {
  margin-top: 20px;
}
.previous-versions .section-subtitle {
  font-size: 1.9rem;
}
.previous-versions .unordered-list-title {
  font-size: 1.7rem;
}
.version-list-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 20px;
  margin: 0;
}
.previous-versions .unordered-list + .version-list-subtitle {
  margin-top: -15px;
}
.previous-versions .unordered-list {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.previous-versions .unordered-list li {
  margin-top: .6rem;
}



form legend {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #666;
}
form fieldset {
  margin-bottom: 30px;
}
label[for=platforms] {
  display: block;
  margin-bottom: -10px;
}
.form-section:not(:last-child) {
  margin-bottom: 24px;
  line-height: 20px;
}
form > .form-section:last-child {
  text-align: center;
}
.form-label, 
.form-input,
.form-select,
.form-select-new,
.form-textarea {
  vertical-align: top;
  display: inline-block;
}
.form-label {
  font-size: 1.4rem;
  line-height: 1.1;
  color: #2c3838;
  margin-bottom: 9px;
  position: relative;
}
.form-label-required::after {
  content: "*";
  color: #c8000f;
  margin-left: .3rem;
  font-weight: 700;
}
label.error {
  vertical-align: top;
  display: inline-block;
  float: right;
  color: #c8000f;
  font-size: 1.4rem;
  line-height: 1.1;
}
.form-input,
.form-select,
.form-select-new,
.form-textarea {
  width: 100%;
  outline: none;
  border: 2px solid #b8b8b8;
  font-size: 1.6rem;
  color: #2c3838;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-input {
  height: 42px;
  padding-left: 14px;
}
.form-textarea {
  height: 200px;
  padding: 10px;
}
.form-input[disabled],
.form-textarea[disabled],
.form-section select[disabled] {
  opacity: 0.5;
}

.form-select-new {
  position: relative;
  border: 2px solid #b8b8b8;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOC41IDEwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4LjUgMTAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTguMiwxLjdjMCwwLTguNiw4LjgtOC45LDguN2MtMC4zLDAuMS04LjktOC43LTguOS04LjdjLTAuNC0wLjQtMC40LTEsMC0xLjRjMC40LTAuNCwxLTAuNCwxLjQsMGw3LjUsNy41CglsNy41LTcuNWMwLjQtMC40LDEtMC40LDEuNCwwQzE4LjYsMC43LDE4LjYsMS4zLDE4LjIsMS43eiIvPgo8L3N2Zz4K) calc(100% - 7px) center / 19px 10px no-repeat, linear-gradient(to right, #ffffff 0%,#ffffff calc(100% - 35px),#b8b8b8 calc(100% - 35px),#b8b8b8 100%);
  padding: 4px 42px 5px 5px;
  height: 42px;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.form-select-new:not(:disabled):focus,
.form-select-new:not(:disabled):hover {
  border-color: #04b3ee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOC41IDEwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4LjUgMTAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTguMiwxLjdjMCwwLTguNiw4LjgtOC45LDguN2MtMC4zLDAuMS04LjktOC43LTguOS04LjdjLTAuNC0wLjQtMC40LTEsMC0xLjRjMC40LTAuNCwxLTAuNCwxLjQsMGw3LjUsNy41CglsNy41LTcuNWMwLjQtMC40LDEtMC40LDEuNCwwQzE4LjYsMC43LDE4LjYsMS4zLDE4LjIsMS43eiIvPgo8L3N2Zz4K) calc(100% - 7px) center / 19px 10px no-repeat, linear-gradient(to right, #ffffff 0%,#ffffff calc(100% - 35px),#04b3ee calc(100% - 35px),#04b3ee 100%);
}
.form-select-new.error,
.form-select-new.error:hover {
  border-color: #c8000f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOC41IDEwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4LjUgMTAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTguMiwxLjdjMCwwLTguNiw4LjgtOC45LDguN2MtMC4zLDAuMS04LjktOC43LTguOS04LjdjLTAuNC0wLjQtMC40LTEsMC0xLjRjMC40LTAuNCwxLTAuNCwxLjQsMGw3LjUsNy41CglsNy41LTcuNWMwLjQtMC40LDEtMC40LDEuNCwwQzE4LjYsMC43LDE4LjYsMS4zLDE4LjIsMS43eiIvPgo8L3N2Zz4K) calc(100% - 7px) center / 19px 10px no-repeat, linear-gradient(to right, #ffffff 0%,#ffffff calc(100% - 35px),#c8000f calc(100% - 35px),#c8000f 100%);
}

.select > select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select > select {
  border-radius: 0 3px 3px 0;
  outline: 0;
}
.select, .select > select {
  position: relative;
  vertical-align: top;
  border: 2px solid #b8b8b8;
  border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #2c3838;
  outline: none;
  height: 42px;
  width: 100%;
  *zoom: 1;
}
.select {
  border: 0;
  z-index: 10;
}
.select > select {
  padding: 4px 10px 5px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: clip;
  z-index: 10;
  margin: 0;
  background-color: white;
}
.select>select::-ms-expand {
  display: none;
}
.select:before, 
.select:after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 15;
}
.select:before {
  width: 35px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}
.select .select-arrow {
  position: absolute;
  width: 35px;
  height: 100%;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 16;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #b8b8b8 url(/assets/img/shared/arrow-down.svg) no-repeat center center;
  background-size: 18px 10px;
}
.select > select:hover {
  border-color: #04b3ee;
}
.select>select:hover+.select-arrow {
  background-color: #04b3ee;
}
.select > select:focus {
  border-color: #04b3ee;
  outline: none;
}
.select > select:focus {
  z-index: 10;
  z-index: 20\9;
  outline: none;
}
.select > select:focus + .select-arrow {
  background-color: #04b3ee;
}
.select > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select > select.error {
  border-color: #c8000f;
}
.select>select.error+.select-arrow {
  background-color: #c8000f;
}

.form-radio-label.form-radio-label:not(:last-child) {
  padding-right: 7%;
}

.os-select-radio-wrapper .form-radio-label {
  white-space: nowrap;
  /* display: inline-block; */
  /* background: lime; */
  width: auto;
  margin-top:20px;
  /* padding: 0 10px; */
}


.form-radio-label {
  position: relative;
  /* padding-right: 10%; */
  display: block;
  /* vertical-align: middle; */
  font-size: 1.4rem;
  width: 100%;
}
.form-radio-label > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0
}
.form-radio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;

  position: relative;
  margin-right: 2px;
  background: white;
  display: inline-block;
  border: 3px solid #b8b8b8;
  height: 21px;
  width: 21px;
  top: 5px;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px
}
.form-radio:before {
  content: '';
  display: none;
  margin: 4px;
  width: 7px;
  height: 7px;
  background: #b8b8b8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.form-radio-label input:checked+.form-radio {
  border: 3px solid #b8b8b8;
}
.form-radio-label input:checked+.form-radio:before {
  display: block;
}
.form-radio-label input:hover+.form-radio {
  border-color: #04b3ee;
}
.form-radio-label input:focus+.form-radio {
  border-color: #04b3ee;
}
.form-radio-label input:focus+.form-radio:before {
  background: #04b3ee;
}
.form-radio-label input:hover+.form-radio:before {
  background: #04b3ee;
}


.form-section-privacy {
  padding-left: 30px;
  padding-top: 13px;
  position: relative;
}
.form-section-privacy label.error {
  position: absolute;
  top: 0;
  right: 0;
}

.form-checkbox-label {
  font-size:1.4rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
/*   padding-left: 150x; */
}
.form-checkbox-label > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.form-checkbox {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 3px;
  outline: 0;

  position: relative;
  margin-right: 5px;
  background: white;
  display: inline-block;
  border: 2px solid #b8b8b8;
  height: 21px;
  width: 21px;
  top: 5px;
}
.form-section-privacy .form-checkbox {
  margin-left: -30px;
}
.form-checkbox::before {
  content: '';
  display: none;

  position: absolute;
  top: 3px;
  left: 4px;
  width: 10px;
  height: 7px;
  border: solid #b8b8b8;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.error + .form-checkbox {
  border-color: #c8000f;
}
.form-checkbox-label > input:checked + .form-checkbox::before {
  display: block;
}

.form-checkbox-label input:checked+.form-checkbox {
  border-color: #b8b8b8;
}
.form-checkbox-label input:hover+.form-checkbox,
.form-checkbox-label input:hover+.form-checkbox::before {
  border-color: #04b3ee;
}
.form-checkbox-label input:focus+.form-checkbox::before {
  border-color: #04b3ee;
}

.form-checkbox-label input[disabled] + .form-checkbox,
.form-checkbox-label input[disabled]:hover + .form-checkbox  {
  cursor: default;
  opacity: .5;
  border-color: #b8b8b8;
}

.form-input.error,
.form-select.error,
.form-textarea.error,
.form-input:focus.error {
	border-color: #c8000f; 
}
.form-input:focus,
/* .form-select:focus, */
.form-textarea:focus {
	border-color: #04b3ee;
}


.form-button-submit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  max-width: 190px;
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1;
  outline: 0;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  background-color: #04b3ee;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
  margin-top: 16px;
}
.form-button-submit:hover {
  background: #09a9e2;
}
.form-button-submit:active {
  top: 1px;
}

.note-mark {
  color: #c8000f;
  font-weight: 700;
}
.footnote {
  font-size: 1.2rem;
  line-height: 1.5;
}


.captcha-wrapper {
  display: flex;
  align-items: center;
    justify-content: space-between;

}
/* .captcha-wrapper > * { */
  /* display: inline-block;
  vertical-align: middle;
} */
.captcha-wrapper .captcha-image {
  margin-right: 15px;
  border-radius: 5px;
  width: 105px;
  height: 34px;
}
.captcha-wrapper .refresh-button {
  width: 16px;
  height: 16px;
  margin-right: 39px;
  margin-left: 10px;
  vertical-align: middle;
}
.captcha-wrapper .refresh-button:hover {
  cursor: pointer;
}
.form-input-captcha {
  width: -webkit-calc(100% - 155px);
  width: -moz-calc(100% - 155px);
  width: calc(100% - 155px);
}
.error-title {
  color: #c8000f;
}
.form-message {
  padding: 20px;
  border-radius: 10px;
}
.form-message-success {
  background-color: #e8f6dc;
}
.form-message-error {
  background-color: #ffd7d7;
}






.product-os-nav {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;

  margin-top: 40px;
  margin-bottom: 50px;

}
.product-os-nav-point {
  background: #ececec;
  font-size: 1.2rem;
  line-height: 3rem;
  padding: 0 10px;
  color: #7d7d7b;
  white-space: nowrap;
}
.product-os-nav-point:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product-os-nav-point:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.product-os-nav-point:hover {
  text-decoration: none;
  color: #20b4eb;
}
.product-os-nav-point.current {
  background: #20b4eb;
  color: #ffffff;
}
.product-os-nav-point:not(.current) + .product-os-nav-point:not(.current) {
  box-shadow: inset 1px 0 0 #ffffff;
}


.product-category,
.store-category {
/*   font-size: 0; */
/*   background: aliceblue; */


 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
    margin-top: 20px;
    margin-bottom: 40px;
}
.product-category-item,
.store-category-item {
  display: inline-block;
/*   vertical-align: top; */
  text-align: center;
  width: 50%;
/*   max-width: 205px; */
  margin-bottom: 26px;
/*   padding: 0 10px; */
  position: relative;
/*   background: lavender; */
}
.product-category-item,
.product-category-item:hover,
.store-category-item,
.store-category-item:hover {
  text-decoration: none;
}
.product-category-item img,
.store-category-item img {
  max-width: 100%;
  max-width: 70%;
  height: auto;
}
.product-category-item-name,
.store-category-item-name {
  margin-top: 3px;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.4;
  color: #262626;
  margin-bottom: 5px;
}
.product-category-item-os,
.store-category-item-os {
  font-size: 1.2rem;
  color: #666666;
  line-height: 1.3;
  padding: 0 10px;

}
.store-category-item-os {
  margin-bottom: 3.3rem;
}
.product-category-item:hover .product-category-item-name,
.store-category-item:hover .store-category-item-name {
  color: #20b4eb;
}

.store-category-item-price {
      font-size: 1.2rem;
    color: #4c4c4c;
    background-color: #e6e6e6;
    line-height: 2.6rem;
    width: 80%;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



/*  POP-UP WINDOW */
.subscribe-window-wrapper {
	max-width: 480px;
	width: 100%;
  padding: 10px;  
  display: none;
}
.subscribe-window {
	padding: 42px 20px 46px;
	border-radius: 5px;
  text-align: center;
  position: relative;
  background: #ffffff;
}
.subscribe-window a {
  color: #1881c4;
}
.affiliate .subscribe-window {
  padding: 60px 25px 43px;
	max-width: 400px;
	width: 100%;
	display: none;
}
.subscribe-window-title {
  color: #04b3ee;
  font-size: 1.8rem;
  line-height: 1.38888889;
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 14px;
}
.subscribe-window-title strong {
  font-size: 4rem;
  font-weight: 600;
}
.subscribe-window-text {
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #595959;
  margin-top: 13px;
  margin-bottom: 10px;
}
.deal-message-title {
  font-weight: 600 ;
  font-size: 22px;
  line-height: 1.2;
}
.deal-message-text {
  font-size: 1.8rem;
  line-height: 1.2;
}
.subscribe-window form {
  margin: 0 auto;
  max-width: 380px;
}
.subscribe-window input {
  display: inline-block;
  border-radius: 5px;
  font-size: 1.3rem;
  height: 35px;
  vertical-align: top;
  letter-spacing: normal;
}
.subscribe-window input[type="email"] {
  width: 100%;
  background: #ffffff;
  border: 2px solid #b8b8b8;
  outline: none;
  color: #666;
  padding-left: 8px;
  margin-bottom: 8px;
}
.subscribe-window input[type="email"].error, 
.subscribe-window input[type="email"]:focus.error {
	border-color: #c8000f;
}
.subscribe-window input[type="email"]:focus {
	border-color: #09a9e2;
}
.subscribe-window input[type="submit"] {
  width: 110px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #04b3ee;
  position: relative;
  box-shadow: none;
  font-size: 1.5rem;
  margin-top: 18px;
}
.subscribe-window input[type="submit"]:hover {
  background: #09a9e2;
}
.subscribe-window input[type="submit"]:active {
  top: 1px;
}
.subscribe-window-section-privacy {
  font-size: 1.3rem;
  line-height: 1;
  position: relative;
  margin-top: 3px;
  text-align: left;
}
.subscribe-window-checkbox-label {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.subscribe-window-checkbox-label > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.subscribe-window-checkbox {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 3px;
  outline: 0;

  position: relative;
  margin-right: 5px;
  background: white;
  display: inline-block;
  border: 2px solid #b8b8b8;
  height: 21px;
  width: 21px;
  top: 5px;
}
.subscribe-window-checkbox::before {
  content: '';
  display: none;

  position: absolute;
  top: 2px;
  left: 3px;
  width: 12px;
  height: 9px;
  border: solid #04b3ee;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.error + .subscribe-window-checkbox {
  border-color: #c8000f;
}
.subscribe-window-checkbox-label > input:checked + .subscribe-window-checkbox::before {
  display: block;
}
.subscribe-window-checkbox-label input:checked+.subscribe-window-checkbox {
    border-color: #04b3ee;
}
.subscribe-window-checkbox-label input:hover+.subscribe-window-checkbox {
    border-color: #04b3ee
}
.subscribe-window-checkbox-label input:focus+.subscribe-window-checkbox::before {
    border-color: #04b3ee;
}
.subscribe-window-checkbox-label input[disabled] + .subscribe-window-checkbox,
.subscribe-window-checkbox-label input[disabled]:hover + .subscribe-window-checkbox  {
    cursor: default;
    opacity: .5;
    border-color: #b8b8b8;
}
.subscribe-window-checkbox-label.error .subscribe-window-checkbox,
.subscribe-window-label-error .subscribe-window-checkbox {
  border-color: #c8000f;
}
.subscribe-window-label-error {
  color: #c8000f;
}


/*
.form-section-privacy {
  margin-top: 30px;
  margin-bottom: 30px;
}
.checkbox-label-privacy {
  margin-top: 7px;
}
#privacy-error {
  position: absolute;
  right: 0;
  top:0;
}
*/


.subscribe-window-close { 
  width: 21px; 
  height: 21px;
  position: absolute; 
  top: 20px; 
  right: 20px;
  text-indent: -999999rem;
  font-size: 0;
}
.subscribe-window-close::before,
.subscribe-window-close::after {
  content: "";
  display: block;
  width: 27px;
  height: 2px;
  background: #666;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -3px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}
.subscribe-window-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.subscribe-window-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#close_x:hover {
  opacity: 0.6;
}



.help {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}
.online-help-container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.help #iframe {
  width: 100%;
}
.help .iframe {
  border: none;
}


.discontinued .form-button-submit {
  max-width: 150px;
}

.disc-intro-section {
  padding: 53px 20px 54px;
  background: #000000 url(/assets/img/discontinued/title-bg@2x.png) center center / 150px 150px repeat;
  color: #ffffff;
}


.print-products-section {
  padding: 20px 20px 34px;
}
.print-products-section p {
  margin-top: 15px;
}
.disc-buttons-wrapper {
  margin-top: 14px;
}
.print-products-section .section-wrapper {
  max-width: 770px;
}
.print-products-section .button-default {
  max-width: 150px;
}
.disc-products-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; 
  
  max-width: 800px;
  margin: 0 auto; 
/*   text-align: center; */
/* background: darkgreen; */
}
.print-products-section .disc-products-grid {
  margin-bottom: 38px;
  margin-top: -30px;
}
.disc-products-item {
  text-align: center;
  padding: 0 10px;
  width: 50%;
/*   background: lightgreen; */
  margin-top: 30px;
}

.disc-products-item-title {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 5px;
  font-weight: 600;
}
.disc-products-item-text {
  font-size: 1.2rem;
  line-height: 1.57;
  margin-top: 12px;
}

.old-products-section {
  background-color: #f4f4f4;
  padding: 12px 20px 40px;
}
.old-products-section .disc-products-item img {
  margin-bottom: 8px;
}

.discontinued-form-section {
  background-color: #ffffff;
  padding: 30px 20px 50px;
}
.discontinued-form-container {
  max-width: 500px;
  margin: 0 auto;
}
.discontinued-form {
  margin-top: 30px;
}




.chess-order-item:not(:first-child) {
  margin-top: 44px;
}
.chess-order-item p:last-child {
  margin-bottom: 0;
}
.chess-order-item-image {
  margin-bottom: 15px;
}



.downloads-last-version-section {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 9px;
  text-align: center;
}
.downloads-buttons {
  margin: 30px auto 0;
}
.downloads-buttons .button-element {
  margin: 10px 34px;
  max-width: 190px;
  padding: 9px 0 10px;
}
.button-text-link,
.button-version-changes {
  color: #09a9e2;
  border: none;
}
.button-text-link:hover,
.button-version-changes:hover {
  text-decoration: underline;
}
.downloads-build-number {
  color: #545454;
}

.button-text-link {
  position: relative;  
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.button-text-link + .button-text-link {
  margin-top: 4px;
}
.button-text-link::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: green;
  vertical-align: text-bottom;
  background: center center / contain no-repeat;
  margin-right: 5px;
}
.button-text-link-download::before {
  background-image: url(/assets/img/shared/icon-download.svg);
}
.button-text-link-upgrade::before {
  background-image: url(/assets/img/shared/icon-upgrade.svg);
}


.downloads-info-resources-section {
  padding: 0 20px 38px;
}

.info-resources-unit {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}  
.info-resources-2-items {
  max-width: 610px;
  margin: 0 auto;
}
.info-resources-item {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.info-resources-item + .info-resources-item {
  margin-top: -10px;
}
.info-resources-2-items .info-resources-item {
  width: 100%;
}

.downloads-upgrade-section {
  padding: 23px 20px 30px;
  background-color: #ebebeb;
}
.downloads-upgrade-section .section-wrapper {
  max-width: 540px;
}
.downloads-upgrade-text {
  margin-top: 20px;
  margin-bottom: 23px;
}

.intro-text-links-wrapper {
  margin-top: 7px;
}




.all-features-section {
  padding-bottom: 60px;
}
.all-features-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;

  margin-top: 28px;

}
.all-features-column {
  width: 100%;
  text-align: left;
}
.all-features-column .section-subtitle {
  position: relative;
  margin-bottom: 25px;
  margin-left: 20px;
  text-align: left;
}
.all-features-column + .all-features-column {
    margin-top: 23px;
}
.all-features-container .unordered-list + .section-subtitle {
  margin-top: 33px;
}


.page-404 .start-section .section-wrapper {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-404 img {
  margin: 27px auto 35px;
  max-width: 100%;
  height: auto;
}
.page-404 p {
  font-size: 18px;
  margin: 20px auto;
}


@media only screen and (min-width: 480px) {
  .site-footer-menu {
    max-width: none;
    margin-left: -9.375%;
  }
  .site-footer-menu-column {
    width: 33.3333%;
  }
  .subscribe-window {
  	padding: 42px 40px 46px;
  }

  .product-os-nav-point {
    font-size: 1.6rem;
    padding: 0 15px;
    line-height: 3.5rem;
  }
  .product-category-item,
  .store-category-item {
    width: 33.3333%;
  }
  .product-category-item-name,
  .store-category-item-name {
    font-size: 1.8rem;
  }  
  
  .os-select-radio-wrapper {
    display: flex;
    flex-wrap: wrap;
      /* justify-content: space-between; */
      justify-content: flex-start;
  /* margin-left: -10px; */
  /* margin-right: -10px; */
  }

  .form-radio-label {
    /* display: inline-block; */
    /* width: auto; */
  }
  .form-radio-label.form-radio-label:not(:first-child) {
    /* margin-top: 15px; */
  }

    .disc-products-item {
      padding: 0;
      width: 33.333%;
/*       margin-top: 30px; */
    }
    
    .disc-products-item-title {
      font-size: 1.8rem;
    }  
    .disc-products-item-text {
      font-size: 1.4rem;
    }
}

@media only screen and (min-width: 568px) {
  .page-title {
    font-size: 3.6rem;
  }
  .page-title + p {
    margin-top: 40px;
  }
  .section-title {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .section-subtitle {
    font-size: 2.4rem;
  }
  .start-section {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .button-element {
    font-size: 1.7rem;
  }
  .button-default {
    margin: 10px 34px;
    max-width: 190px;
    padding: 9px 0 10px;
  }
  .button-flexible {
    padding: 9px 29px 10px;
  }
  .button-text-link + .button-text-link {
    margin-top: 0;
  }
  .button-text-link::before {
    height: 25px;
    width: 25px;
  }
  


  .product-header-title {
    font-size: 5.6rem;
    margin-left: 25px;
    width: auto;
    margin-bottom: 0;
  }
  .concealer .product-header-title {
    margin-bottom: 25px;
  }

  .unordered-list-title {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
/*
  .unordered-list + .unordered-list-title {
    margin-top: -25px;
  }
*/
  .last-versions .unordered-list {
    margin-bottom: 50px;
  }
  .unordered-list li,
  .ordered-list li {
    padding-left: 30px;
    margin-top: 16px;  
  }
  .unordered-list ul li {
    padding-left: 20px;
  }
  .version-list-subtitle {
    padding-left: 30px;
    font-size: 1.7rem;
  }
  
  .previous-versions .section-subtitle {
    font-size: 2.4rem;
  }
  .previous-versions .unordered-list-title {
    font-size: 2.2rem;
  }
  
  .footnote {
    font-size: 1.4rem;
  }

  .print-products-section {
    padding-top: 30px;
    padding-bottom: 44px;
  }
  .disc-buttons-wrapper {
    margin-top: 29px;
  }

  .old-products-section {
    padding-bottom: 55px;
  }

  .discontinued-form-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .downloads-buttons .button-element {
    display: block;
    margin: 10px auto;  
  }
  .info-resources-item + .info-resources-item {
    margin-top: 0;
  }
  .info-resources-2-items .info-resources-item {
    width: 42.622951%;
  }


  .all-features-section {
    padding-bottom: 73px;
  }
  .all-features-column + .all-features-column {
    margin-top: 0;
  }
  .all-features-column .section-subtitle {
    margin-left: 30px;
  }

}

@media only screen and (min-width: 668px) {
  .info-box-column {
    width: 50%;
  }
  .info-box-title {
    font-size: 2.4rem;
    line-height: 3.3rem;
  }
  .product-category-item,
  .store-category-item {
    width: 25%;
  }


  .chess-order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;  
  }
  .chess-order-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .chess-order-reverse .chess-order-item-image {
    text-align: right;
  }
  .chess-order-item-image {
    margin-bottom: 0;
  }
  
  .chess-order-item-width-61 {
    width: 60.625%;
  }
  .chess-order-item-width-39 {
    width: 39.375%;
  }
  .chess-order-item-width-70 {
    width: 70%;
  }
  .chess-order-item-width-30 {
    width: 30%;
  }
  .chess-order-item-width-50 {
    width: 50%;
  }
  .chess-order-item-width-44 {
    width: 44%;
  }
}

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

 .info-resources-section {
    padding-bottom: 38px;
  }
 .info-box-column {
    width: 33.3333%;
  }

  .downloads-last-version-section {
    padding-bottom: 29px;
  }
  .downloads-info-resources-section {
    padding-bottom: 58px;
  }
  .downloads-upgrade-section {
    padding-top: 48px;
    padding-bottom: 70px;
  }

  .all-features-container {
    margin-top: 48px;
  }
  .all-features-column {
    width: 44.270833%;
  }
  .all-features-column .section-subtitle {
    margin-bottom: 25px;
  }  
  .all-features-container .unordered-list + .section-subtitle {
    margin-top: 53px;
  }
  .all-features-container:not(:first-of-type) .all-features-column + .all-features-column {
    margin-top: 0;
  }

}

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

}  

@media only screen and (min-width: 1060px) {
  .info-section {
    padding-bottom: 42px;
  }
  .social-media-group {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 92px;
  }
  .social-media-button {
    display: block;
    margin: 0;
  }
  .social-media-button-tw {
    border-radius: 3px 0 0 0;
  }
  .social-media-button-fb {
    border-radius: 0 0 0 3px;
  }
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min--moz-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) {

  .getbackup .product-header-app-icon {
    background-image: url(/assets/img/getbackup/gb-product-icon@2x.png);
  }
  .concealer .product-header-app-icon {
    background-image: url(/assets/img/concealer/cc-product-icon@2x.png);
  }
  .imagetricks .product-header-app-icon {
    background-image: url(/assets/img/imagetricks/it-product-icon@2x.png);
  }

}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.nowrap {
  white-space: nowrap;
}
.gridspace {
  letter-spacing: -.5rem; 
}
.gridspace-fix {
  letter-spacing: normal;
}
.centered-text {
  text-align: center;
}


.lazy-hidden {
    opacity: 0;
}
.lazy-loaded {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
}







