/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}

html {
  color: #222;
  font-size: 62.5%; /* 10px; */
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   ========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
body {
	font: 15px/25px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background: #fff; 
}
a {
/*   color: #2778dc; */
  color: #1881c4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


.section-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  z-index: 1;
}

.section-bg-white {
  background: #fff;
}
.section-bg-gray {
  background: #ebebeb;
}

.start-section .section-wrapper {
  padding-top: 34px;
  padding-bottom: 50px;
}
.liveinterior.downloads .start-section .section-wrapper {
  padding-bottom: 57px;
}

.ordinary-section .section-wrapper {
  padding-top: 34px;
  padding-bottom: 50px;
}

/* @group SITE-HEADER */
/* !SITE-HEADER  */

.site-header {
  background: #494d51;
  position: relative;
  z-index: 1000;
}
.header-logo {
  display: block;
	width: 163px;
	height: 40px;
	margin: 1rem 0;
	text-indent: -9999em;
	background: url(/share/img/belight-logo.svg) no-repeat left top;
	background-size: 163px 40px;
	float: left;
  z-index: 10010;
}
.site-header-toggle-button {
  position: absolute;
  right: 0;
  top: 13px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.site-header-toggle-button span, 
.site-header-toggle-button span::before, 
.site-header-toggle-button span::after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
.site-header-toggle-button span {
  top: 15px;
}
.site-header-toggle-button span::before {
  top: -10px; 
}
.site-header-toggle-button span::after {
  bottom: -10px;
}
.site-header-toggle-button span,
.site-header-toggle-button span::before,
.site-header-toggle-button span::after {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.site-header-toggle-button.active span {
  background-color: transparent;
}
.site-header-toggle-button.active span::before,
.site-header-toggle-button.active span::after {
  top: 0;
}
.site-header-toggle-button.active span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-header-toggle-button.active span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* @end */

/* @group SITE-HEADER-MENU */

/* !SITE-HEADER-MENU  */

.site-header-menu {
  position: relative;
  z-index: 1000;
}
.site-header-menu.mobile {
  z-index: -1;
}
.site-header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.site-header-menu.mobile ul {
  position: relative;
  clear: both;
  line-height: 3.5rem;
}

.site-header-menu.mobile > ul {
  padding-bottom: 18px;
}
.site-header-menu.mobile ul ul {
  padding-left: 40px;
}

.site-header-menu a {
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.site-header-menu a {
  color: #fcfcfc;
}

.site-header-menu.mobile > ul > li:first-child {
  padding-top: 9px;
}
.site-header-menu > ul > li > a {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.site-header-menu li a:hover {
	color: #ccc;
	text-decoration: none;
}
.site-header-menu li a.current {
  background: #5c6163;
}

.site-header-menu.desktop li:first-child a {
  padding-right: 38px;
  position: relative;
}
.site-header-menu.desktop > ul > li:first-child > a::after {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(/share/img/header_dropdown_arrow@2x.png) no-repeat 0 0;
  background-size: 18px 6px;
  top: 50%;
  left: 100%;
  margin-top: -3px;
  margin-left: -34px;

/*
  width: 18px;
  height: 12px;
  background-size: 36px 12px;
  margin-top: -10px;
*/

}

/*
.header-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: 13px;
  width: 10px;
  height: 6px;
  background: lightblue;
}
.header-arrow::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 6px;
  background: white;
  -webkit-transform-origin: right top;
  -webkit-transform: rotate(-45deg);
  left: 0;
}
.header-arrow::after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 6px;
  background: white;
  -webkit-transform-origin: left top;
  -webkit-transform: rotate(45deg);
  right: 0;
}

*/

/*
.header-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 7px;
  height: 7px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(-45deg) scale(.9);
}
.open .header-arrow {
  border-color: red;
  -webkit-transform: rotate(135deg);
}
*/
.site-header-menu.desktop > ul > li:first-child > a.open::after {
  background-position: -9px 0;
}
.site-header-menu.desktop > ul > li:first-child > a:hover::after {
  opacity: .68;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}

/* @end */

/* @group SITE-FOOTER */

/* !SITE-FOOTER  */
.site-footer {
  background: #494d51;
  position: relative;
  z-index: 0;
}
.site-footer .section-wrapper {
  padding-top: 45px;
  padding-bottom: 46px;
}

.site-footer, 
.site-footer a {
  color: #fcfcfc;
}
.site-footer a:hover {
  color: #ccc;
}
.site-footer-column {
  display: inline-block;
  vertical-align: top;
  line-height: 2rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
.site-footer-column h4 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.15rem;
  margin: 0;
}
.site-footer-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer-column ul li {
  margin-top: .6rem;
}
.site-footer-column ul + h4,
.site-footer-column h4 + h4 {
  margin-top: 32px;
}
.site-footer-search a {
  padding-left: 22px;
  background: url(/share/img/icon_footer_search@2x.png) no-repeat 0 center;
  background-size: 14px 14px;
}
.site-footer-copyright {
  font-size: 1.2rem;
  line-height: 1.66666667;
  text-align: center;
  padding: 1.6rem 0 3rem;
  border-top: 1px solid #636669;
  color: #c5c5c5;
}

.site-footer-copyright a {
  color: #fff;
  text-decoration: underline;
}
.site-footer-copyright-privacy {
  margin-bottom: 15px;
  margin-top: 10px;
}
.site-footer-copyright-privacy a {
  margin: 0 10px;
}

/* @end */

/* @group MAIN */

/* !MAIN */
.home {
  background: #ffffff;
}


.hero-section {
  background: #1c9e9e url(/share/img/hero-sp5-bg.png) no-repeat center center;
  background-size: 877px 511px;
  text-align: center;
	font-family: "Open Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}
.hero-container {
  padding: 27px 20px 32px;
  margin: 0 -20px 0 -20px;
  text-align: center;
}
.hero-content {
  display: inline-block;
  width: 100%;
}
.hero-content:hover {
  text-decoration: none;
}
.hero-icon {
  display: inline-block;
  width: 109px;
  height: 105px;
  background: url(/share/img/hero-sp5-icon.png) no-repeat center top;
  background-size: contain;
}
.hero-title {
  font-size: 3.6rem;
  font-weight: 300;
  margin-bottom: 12px;
  margin-top: 0;
  color: #ffffff;
  line-height: 1;
  
}
.hero-text {
  font-weight: 300;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.hero-text:hover {
  text-decoration: none;
}
.hero-button {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  text-decoration: none;
  color: #1c9e9e;
  background-color: #ffffff;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0 10px;
  max-width: 160px;
  width: 100%;


  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 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;


}
.hero-button:hover {
  background-color: #d1ecec;
  text-decoration: none;
}
.hero-button:active {
  top: 1px;
}





.belight-products-section .section-wrapper {
  overflow: hidden;
}

.main-products-list-wrapper {
  margin-top: 50px;
}
.main-products-list {
  margin-left: -50px;
}
.main-products-list-item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-left: 50px;
  margin-bottom: 40px;
}
.main-products-list-item a {
  display: block;
  text-align: left;
}
.main-products-list-item a:hover {
  text-decoration: none;
}
.main-products-list-item img {
  display: block;
  position: relative;
  top: -10px;
}
.main-products-list-item:nth-child(2) img,
.main-products-list-item:nth-child(7) img,
.main-products-list-item:nth-child(10) img {
  top: -5px;
}

.main-products-list-item h3 {
  font-size: 15px;
  line-height: 19px;
  color: #000;
  margin-top: 9px;
}
.main-products-list-item a:hover h3 {
/*   color: #2778dc; */
  color: #1881c4;
}
.main-products-list-item p {
  font-size: 12px;
  line-height: 17px;
  color: #262626;
  margin-top: -9px;
  overflow: hidden;
}
.main-products-list-item a:hover p {
  color: #666;
}

/* @end */



/* @group PRODUCT-HEADER */
/* !PRODUCT-HEADER  */

.product-header {
  background: #fff;
}
.liveinterior.productspage .product-header {
  background: #ebebeb;
}
.product-header .section-wrapper {
  text-align: center;
  position: relative;
  z-index: 0;
}
.product-header-app {
  display: inline-block;
  font-size: 0;
  margin-top: 25px;
}

.product-header-icon {
  display: inline-block;
  width: 128px;
  height: 128px;
  background-size: 128px 128px;
}
.disccover .product-header-icon {
  background: url(/products/disccover/img/dc_product_icon.png) no-repeat left top;
}
.labelsaddresses .product-header-icon {
  background: url(/products/labelsaddresses/img/la_product_icon.png) no-repeat left top;
}
.liveinterior.mac .product-header-icon {
  background: url(/products/liveinterior/img/li_product_icon.png) no-repeat left top;
}
.liveinterior.mac.proversion .product-header-icon {
  background: url(/products/liveinterior/img/lipro_product_icon.png) no-repeat left top;
}
.liveinterior.win .product-header-icon {
  background: url(/products/liveinterior/win/img/lipro_product_icon.png) no-repeat left top;
}
.printworks .product-header-icon {
  background: url(/products/printworks/img/pw_product_icon.png) no-repeat left top;
}
.concealer .product-header-icon {
  background: url(/products/concealer/img/cc_product_icon.png) no-repeat left top;
}
.composer .product-header-icon {
  background: url(/products/composer/img/bcc_product_icon.png) no-repeat left top;
}
.imagetricks .product-header-icon {
  background: url(/products/imagetricks/img/it_product_icon.png) no-repeat left top;
}
.arttext.win .product-header-icon {
  background: url(/art-text/win/img/atwin_product_icon.png) no-repeat left top;
}
.fontkit .product-header-icon {
  background: url(/products/fontkit/img/fk_product_icon.png) no-repeat left top;
}
.rails .product-header-icon {
  background: url(/store/img/rl-header-icon.png) no-repeat left top;
  margin-right: 10px;
}

.product-header-name {
  display: inline-block;
  width: 100%;
  font-size: 3.4rem;
  line-height: 1;
  color: #595959;
  font-weight: bold;
  vertical-align: bottom;
}
.storepage .product-header-name {
  margin-top: 0;
  margin-bottom: 0;
}
.storepage .product-header-name span {
  font-size: 16px;
  line-height: 10px;
  font-weight: normal;
  padding-left: 4px;
  color: #606060;
  position: relative;
  top:-15px;
}

.gb-product-header, .alt-product-header {
  background: #fff;
}
.gb-product-header .section-wrapper {
  text-align: center;
  padding-top: 27px;
}
.alt-product-header .section-wrapper {
  text-align: center;
  padding-top: 23px;
}

.gb-product-header-app,
.alt-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;
}
.arttext .alt-product-header-icon {
  display: inline-block;
  width: 121px;
  height: 133px;
  background:  url(/art-text/img/at-product-icon.png) no-repeat left top;
  background-size: 121px 133px;
}
.swiftpublisher .alt-product-header-icon {
  display: inline-block;
  width: 128px;
  height: 127px;
  background:  url(/store/img/sp-header-icon.png) no-repeat left top;
  background-size: 128px 127px;
}
.printworks .alt-product-header-icon {
  display: inline-block;
  width: 128px;
  height: 127px;
  background:  url(/store/img/pw-header-icon.png) no-repeat left top;
  background-size: 128px 128px;
}

.gb-product-header-name,
.alt-product-header-name {
  display: inline-block;
  width: 100%;
  font-size: 4.6rem;
  line-height: 1;
  color: #494d51;
  vertical-align: middle;
}
.storepage .gb-product-header-name,
.storepage .alt-product-header-name {
  margin-top: 0;
  margin-bottom: 0;
}
.arttext .alt-product-header-name,
.swiftpublisher .alt-product-header-name,
.printworks .alt-product-header-name {
  position: relative;
  top: 6px;
}
.storepage.arttext .alt-product-header-name {
  line-height: 17px;
}
.storepage.swiftpublisher .alt-product-header-name {
  font-size: 3.4rem;
  line-height: 1.2;
}
.storepage.printworks .alt-product-header-name {
  font-size: 3.4rem;
  line-height: 1.2;
}
.storepage.arttext .alt-product-header-name span {
  font-size: 16px;
  line-height: 10px;
  padding-left: 1px;
  color: #606060;
}
.storepage.swiftpublisher .alt-product-header-name span {
  font-size: 16px;
  padding-left: 1px;
  color: #606060;
  display: inline-block;
  top: -20px;
  position: relative;
}
.swiftpublisher .alt-start-section {
  padding-top: 54px;
  padding-bottom: 54px;
}
.storepage.printworks .alt-product-header-name span {
  font-size: 16px;
  padding-left: 1px;
  color: #606060;
  display: inline-block;
  top: -20px;
  position: relative;
}
.printworks .alt-start-section {
  padding-top: 54px;
  padding-bottom: 54px;
}

.alt-product-header-store-banner {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  line-height: 0;
  font-size: 0;
}
.alt-product-header-store-banner a {
  display: inline-block;
  margin: 5px;
  max-width: 164px;
}
.alt-product-header-store-banner img {
  width: 100%;
  height: auto;
}
.arttext .purchase-option-name {
  font-size: 12px; 
  line-height: 1.5;
}
.arttext .purchase-option-name strong {
  font-size: 20px; 
  color:#262626;
  font-weight: normal;
}


.product-header-social {
  display: inline-block;
  width: 100%;
  margin-top: 17px;
  line-height: 0;
  font-size: 0;
}
.product-header-social a {
  display: inline-block;
  width: 51px;
  height: 50px;
  margin: 0 5px;
  background: url(/share/img/header_social_icons.png) no-repeat 0 0;
  background-size: 153px 50px;
}
.product-header-social a:hover {
  opacity: .8;
}
a.product-header-facebook {
  background-position: 0 0;
}
a.product-header-twitter {
  background-position: -51px 0;
}
a.product-header-google {
  background-position: -102px 0;
}

.product-header-store-banner {
  display: inline-block;
  width: 100%;
  margin-top: 7px;
  line-height: 0;
  font-size: 0;
  z-index: 2;
}
.product-header-store-banner a {
  display: inline-block;
  margin: 5px;
  max-width: 164px;
}
.product-header-store-banner img {
  width: 100%;
  height: auto;
}

/* @end */

/* @group PRODUCTS-HEADER-SUBMENU */

/* !PRODUCTS-HEADER-SUBMENU */
.product-header-submenu {
  font-size: 0;
  margin-left: -20px;
  margin-right: -20px;
  text-align: left;
  margin-top: 23px;
}
.product-header-submenu-point {
  display: inline-block;
  max-width: 160px;
  width: 50%;
  font-size: 1.6rem;
  line-height: 4rem;
  text-align: center;
  color: #807e7e;
  background: #f0f0f0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.product-header-submenu-point:hover,
.product-header-submenu-point.active:hover {
  color: #3f94fc;
  text-decoration: none;
}
.product-header-submenu-point.active {
  color: #3f94fc;
  background: white;
}

/* @end */


/* !CONTENT */

h1 {
  font-size: 2.8rem; /* 25/36*/
  line-height: 1.214; 
  font-weight: normal;
  color:#262626;
  margin-bottom: 16px;
}
h2 {
  font-size: 2.6rem; /* 25/36*/
  line-height: 1.214; 
  font-weight: normal;
  color:#262626;
  margin-bottom: 24px;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.333;
  margin-top: 17px;
  margin-bottom: 12px;
}

.note {
  font-size: 1.2rem;
}
.disccover.overview .note {
  line-height: 20px;
}
.labelsaddresses .main-features-item .note {
  margin-top: -14px;
}
.mark {
  color: #c8000f;  
}

.link-to-go {
  padding-right: 12px;
  position: relative;
  display: inline-block;
}
.link-to-go::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0.6rem;
  width: 6px;
  height: 11px;
  background: url(/share/img/arrow_right_blue.svg) no-repeat right bottom;	
  background-size: 6px 11px;
}
.pro-version-section .link-to-go {
  color: #2ca5d5;
}
.pro-version-section .link-to-go::after {
  background: url(/share/img/arrow_right_blue_light.svg) no-repeat right bottom;	
  background-size: 6px 11px;
}
.printworks .key-features-list + .link-to-go,
.composer .key-features-list + .link-to-go,
.disccover .key-features-list + .link-to-go,
.labelsaddresses .key-features-list + .link-to-go {
 margin-bottom: 20px;
}


/* !INTRO-SECTION */



.intro-section .section-wrapper {
  padding-top: 34px;
  padding-bottom: 30px;
}
/*
.arttext-plugin .intro-section {
  padding-top: 50px;
}
*/


.intro-text {
  margin-bottom: 23px;
}
.intro-text p {
  font-size: 1.6rem;
  margin-bottom: 15px;
  margin-top: 0;
}
.intro-aside, .new-features-aside {
  display: block;
  position: relative;
  text-align: center;
}
.labelsaddresses .intro-aside img,
.fontkit .intro-aside img {
  max-width: 100%;
  height: auto;
}

.new-features-aside {
  margin-bottom: 30px;
}
.pop-up-media {
  padding: 15px;
  border: 1px solid #ccc;
  background: #ffffff;
  display: inline-block;
  position: relative;
  border-radius: 4px;
}
.intro-media-video {
  max-width: 283px;
  width: 100%;
}
.pop-up-media.new-version-video {
  width: auto;
  border: none;
  background: rgba(255,255,255,.7);
  margin-top: 20px;
}
.new-version-video {
  max-width: 312px;
  width: 100%;
}
.new-version-video img {
  max-width: 282px;
  width: 100%;
  height: auto;
}
.pop-up-media.new-version-video:hover {
  background: rgba(255,255,255,1);
}
.intro-media-video img {
  max-width: 251px;
  width: 100%;
  height: auto;
}
.pop-up-media::after {
  content: "Click to Play";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  color: #ffffff;
  
  background: rgba(0,0,0,.35) url(/share/img/video_play_arrow@2x.png) no-repeat 15px center;
  background-size: 10px 15px;
  border-radius: 30px;
  text-transform: uppercase;
  line-height: 2.33333333em;
  padding: 0 0.73333333em 0 2.06666667em; /* 0 14px 0 31px */
  white-space: nowrap;
  }
  .pop-up-media:hover:after {
    background-color: rgba(0,0,0,.45);
  }
  
/* @group NEW FEATURES SECTION */
.new-features-section {
  color: #53554c; 
  text-align: center;
}

.liveinterior.win .new-features-section {
  background: url(/products/liveinterior/win//img/new_features_bg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 24px;
  padding-bottom: 50px;
}
.new-features-section h2 {
  color: #53554c;
  text-align: left;
}
.liveinterior.win .new-features-section h2 {
  margin-bottom: 16px;
}
.new-features-list {
  font-size: 0;
  text-align: left;
  margin-bottom: 13px;
}
.liveinterior.win .new-features-list {
/*   margin-left: -25px; */
/*   max-width: 600px; */
}
.liveinterior.win .new-features-item {
  display: inline-block;
  font-size: 15px;
  width: 50%;
  vertical-align: top;
  margin-bottom: 14px;
  padding-top: 81px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 18px;
}

.liveinterior.win .new-features-item {
  background-size: 74px 74px;
}


.new-features-records-video {
  background: url(/products/liveinterior/win/img/new_features_records_video.png) no-repeat 25px 0;
}
.new-features-walkthrough-mode {
  background: url(/products/liveinterior/win/img/new_features_walkthrough_mode.png) no-repeat 25px 0;
}
.new-features-object-editing {
  background: url(/products/liveinterior/win/img/new_features_object_editing.png) no-repeat 25px 0;
}
.new-features-export-import {
  background: url(/products/liveinterior/win/img/new_features_export_import.png) no-repeat 25px 0;
}

/* @end */

/* @group SCREENSHOTS-SECTION */

/* !SCREENSHOTS-SECTION */
.composer .screenshots-section,
.disccover .screenshots-section {
  background: #435c72;
}
.labelsaddresses .screenshots-section {
  background: #73d6f8;
}
.imagetricks .screenshots-section {
  background: #febb6d;
  padding: 0 20px;
}

.labelsaddresses .screenshots-section .screens-slider > .slick-slide:after {content: attr(data-d); position: relative; display: inline-block; top:0;left: 0; font-size:40px; width:100px;height: 100%;}

.printworks .screenshots-section {
  background-image: url(/products/printworks/img/screenshots/screenshot_bg_0.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;

  -webkit-transition: background-image 500ms ease-in-out;
  transition: background-image 500ms ease-in-out;
}

.screenshots-section .section-wrapper {
  padding: 50px 0 32px;
  text-align: center;
}

.liveinterior.mac .screenshots-section .section-wrapper {
  padding-top: 0;
}
.screens-slider {
  margin: 0 auto;
  display: inline-block;
  max-width: 990px;
}
.liveinterior .screens-slider {
    max-width: 970px;

}

.arttext.win .screenshots-section .section-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.overview-app-screen {
  max-width: 100%;
  height: auto;
}
/* @end */

/* @group PROMO-VIDEO-SECTION */

/* !PROMO-VIDEO-SECTION */
.promo-video-section {
  padding: 20px 0;
  background: #f3f3f3;
}

.liveinterior.mac .promo-video-section {
  padding: 40px 0 60px;
  background: #f3f3f3 url(/products/liveinterior/img/li3d_promo_video_bg@2x.png) 0 -30px repeat;
  background-size: 412px 412px;
}
.liveinterior.win .promo-video-section {
  padding: 40px 0 60px;
  background: #f3f3f3 url(/products/liveinterior/img/li3d_promo_video_bg@2x.png) 0 -30px repeat;
  background-size: 412px 412px;
}
.promo-video-container {
  position: relative; 
  height: 0; 
  top: 0; 
  left: 0; 
}
.liveinterior.mac .promo-video-container {
  padding-bottom: 56.25%; 
}
.liveinterior.win .promo-video-container {
  padding-bottom: 56.25%; 
}
.printworks .promo-video-container {
  padding-bottom: 56.25%; 
}
.promo-video-container iframe {
  position: absolute; 
  left: 0; 
  top: 0; 
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.printworks .promo-video-container iframe {
  position: absolute; 
  max-width: 944px; 
  max-height: 531px;
}

.promo-video-poster {
  position: absolute;
  width: 100%;
  height: 0;
}
.printworks .promo-video-poster {
   padding-bottom:  56.25%; 
   background: url(/products/printworks/img/promo_video_poster.jpg) 0 0 no-repeat;
  background-size: cover;
}

.promo-video-poster h2 {
  display: none;
}

.promo-video-poster img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.promo-video-play-button {
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(0,0,0,.35) url(/share/img/promo_video_play_button@2x.png) no-repeat 35px center;
  background-size: 29px 42px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  z-index: 20;
}

.promo-video-play-button:hover {
  cursor: pointer;
}

.promo-video-play-button:hover {
  background-color: rgba(0,0,0,.45);
}

/* @end */

/* @group BASIC-TRAITS-SECTION  */

/* !BASIC-TRAITS-SECTION */
.basic-traits-section {
/*   background: #fbfbf7; */

}
.basic-traits-section .section-wrapper {
  padding-top: 24px;
  padding-bottom: 43px;
}
.imagetricks .basic-traits-section .section-wrapper {
  padding-top: 0;
}
.basic-traits {
/*   margin: 0 -20px; */
  margin-left: -40px;
  text-align: center;
  margin-top: -13px;
  margin-bottom: 26px;
}
.imagetricks .basic-traits {
  margin-top: -36px;
}
.basic-traits-item {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #262626;
  vertical-align: top;
  text-align: left;
  max-width: 200px;
  width: 50%;
  padding-left: 40px;
}
.imagetricks .basic-traits-item {
  margin-top: 40px;
}
.arttext.win .basic-traits-item {
  margin-top: 30px;
}
.basic-traits-item img {
  max-width: 100%;
  height: auto;
}
.arttext.win .basic-traits-item img {
  margin-bottom: 15px;
}
.imagetricks .basic-traits-item img {
  margin-bottom: 15px;
}
.imagetricks .basic-traits-item:nth-child(1) img {
  margin-left: -3px
}
.imagetricks .basic-traits-item:nth-child(2) img {
  margin-left: -3px
}
.imagetricks .basic-traits-item:nth-child(4) img {
  margin-left: -13px
}
.imagetricks .basic-traits-item:nth-child(5) img {
  margin-left: -5px
}

.printworks .basic-traits-item img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
.basic-traits-item-title {
  margin-top: 6px;
  font-weight: bold; 
}

/* @end */

/* @group MAIN-FEATURES-SECTION */

/* !MAIN-FEATURES-SECTION */
.main-features-section {
  background: #ffffff;
}

.main-features-section .section-wrapper {
  padding-top: 24px;
  padding-bottom: 5px;
}
.main-features-list {
  margin-left: -50px;
}
.main-features-item {
  display: inline-block;
  width: 100%;
  padding-left: 50px;
  margin-bottom: 23px;
  vertical-align: top;
}
.main-features-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.disccover .main-features-item img {
  margin: 0 auto;
}
.img-wrapper {
/*   margin: 0 auto; */
}

.la-barcodes .img-wrapper,
.la-mailing-tool .img-wrapper,
.dc-result .img-wrapper,
.li-result .img-wrapper,
.li-rendering .img-wrapper,
.li-furniture .img-wrapper {
  max-width: 390px;
}
.dc-integration .img-wrapper {
  max-width: 410px;
}
.main-features-item p {
  margin-top: 0;
}

.main-features-chess {
  margin-top: 50px;
}
.arttext.win .main-features-chess {
  margin-top: 40px;
}
.main-features-chess-item {
   margin-bottom: 53px;
}
.main-features-chess-img {
  text-align: center;
  margin-bottom: 30px;
}
.main-features-chess-img img {
  max-width: 100%;
  height: auto;
}
/* @end */

/* !REVIEW-SECTION */
.review-section {
  padding-top: 20px;
}
.review-section .section-wrapper {
  padding-top: 71px;
  padding-bottom: 6px;
  background: url(/share/img/review_quot.svg) no-repeat center top;
  background-size: 138px 112px;
}
.review-slide {
  text-align: center;
  display: inline-block;
  color: #252525;
}
.review-slide:hover {
  text-decoration: none;
}
.review-citation {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.42857143; /* 40px */
}
.review-logo {
  display: inline-block;
  margin-top: 16px;
}
/* @group CUSTOMERS-SECTION */

/* !CUSTOMERS-SECTION */
.customers-section .section-wrapper {
  overflow: hidden;
  padding-top: 23px;
  padding-bottom: 15px;
}
.customer-comment {
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
  background: #ffffff;
  padding: 20px 20px 10px;
  margin-bottom: 70px;
}



.customer-comment::after {
  content: "";
  position: absolute;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-bottom: 0;
  bottom: -20px;
  left: 30px;
  border-top: 20px solid #ffffff;
  border-left: 0px solid transparent;
  border-right: 21px solid transparent;
}

.customer-comment h4 {
  font-size: 1.8rem;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 7px;
  margin-top: 1px;
}
.customer-comment p {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #333333;
  font-style: italic;
  margin-top: 0;
}
.customer-comment-signature {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  line-height: 2rem;
}
.customer-comment-signature div {
  display: inline-block;
  vertical-align: bottom;
}
.customer-comment-autor {
  font-size: 1.4rem;
  color: #404040;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 10px;
}
.customer-comment-rate {
  color: #ee7c00;
  font-size: 1.3rem;
  letter-spacing: .2rem;
}

/* @end */

/* @group SAMPLES-SECTION */

/* !SAMPLES-SECTION */
/*
.samples-section {
  background: #ffffff;
}
*/
.samples-section .section-wrapper {
  padding-top: 24px;
  padding-bottom: 90px;
}

.liveinterior.mac .samples-section .section-wrapper {
  padding-top: 1px;
}
.printworks .samples-section .section-wrapper {
  padding-bottom: 50px;
}
.samples-slider-wrapper {
  margin-top: 33px;
}


.printworks .samples-gallery {
  text-align: center;
  font-size: 0;
}
.sample-gallery-item {
  display: inline-block;
  position: relative;
}
.sample-gallery-item-wide {
  width: 56.962025%;
  max-width: 225px;
/*   width: 225px; */
}
.sample-gallery-item-wide img {
  width: 100%;
  height: auto;
}
.sample-gallery-item-narrow {
  width: 43.037975%;
  max-width: 170px;
/*   width: 170px; */
}
.sample-gallery-item-narrow img {
  width: 100%;
  max-width: 170px;
  height: auto;
}
.sample-gallery-item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0);  
  left: 0;
  top: 0;
  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;  
/*   opacity: 0; */
}
.sample-gallery-item::after {
  content: attr(data-title);
  display: inline-block;
  font-size: 15px;
  position: absolute;
  color: #ffffff;
  width: 100%;
  left: 0;
  top: 50%;
/*
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
*/

   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   opacity: 0;
/*    transition: opacity .4s ease-in-out; */
}
.sample-gallery-item:hover::after {
  opacity: 1;
}
.sample-gallery-item:hover::before {
  background: rgba(0,0,0,0.6);  
}

/* @end */

/* @group KEY-FEATURES-SECTION */

/* !KEY-FEATURES-SECTION */
.key-features-section .section-wrapper {
  padding-top: 24px;
  padding-bottom: 43px;
}

.key-features-list {
  margin-left: -50px;
}
.key-features-item {
  display: inline-block;
  width: 100%;
  padding-left: 100px;
  margin-bottom: 3px;
  vertical-align: top;
  position: relative;
}
.key-features-item:last-child {
  margin-bottom: 12px;
}

.key-feature-icon {
  position: absolute;
  left: 50px;
  top: 8px;
  display: inline-block;
  width: 45px;
  height: 35px; 
  margin: 0;
  background: url(/share/img/key_features_icons@2x.png) no-repeat 0 0;
  background-size: 300px 600px;
}
.key-features-item.templates .key-feature-icon {
  background-position: 0 0;
}
.key-features-item.clipart .key-feature-icon {
  background-position: 0 -40px;
}
.key-features-item.itunes .key-feature-icon {
  background-position: 0 -80px;
}
.key-features-item.photos .key-feature-icon {
  background-position: 0 -120px;
}
.key-features-item.collage .key-feature-icon {
  background-position: 0 -160px;
}
.key-features-item.video-frames .key-feature-icon {
  background-position: 0 -200px;
}
.key-features-item.barcodes .key-feature-icon {
  background-position: 0 -240px;
}
.key-features-item.text-tools .key-feature-icon {
  background-position: 0 -280px;
}
.key-features-item.design-toolkit .key-feature-icon {
  background-position: 0 -320px;
}
.key-features-item.plugin .key-feature-icon {
  background-position: 0 -360px;
}
.key-features-item.export .key-feature-icon {
  background-position: 0 -400px;
}
.key-features-item.lightscribe .key-feature-icon {
  background-position: 0 -440px;
}
.key-features-item.printing .key-feature-icon {
  background-position: 0 -480px;
}
.key-features-item.label-paper .key-feature-icon {
  background-position: 0 -520px;
}
.key-features-item.templates-sp .key-feature-icon {
  background-position: 0 -560px;
}
.key-features-item.booklet .key-feature-icon {
  background-position: -50px 0px;
}
.key-features-item.text-styles .key-feature-icon {
  background-position: -50px -40px;
}
.key-features-item.layers .key-feature-icon {
  background-position: -50px -80px;
}


.key-features-item.smart-text-fields .key-feature-icon {
  background-position: -200px -80px;
}
.key-features-item.image-effects .key-feature-icon {
  background-position: -200px -160px;
}
.key-features-item.qr-generator .key-feature-icon {
  background-position: -200px -200px;
}
.key-features-item.google-maps .key-feature-icon {
  background-position: -200px -240px;
  margin-left: 5px;
}
.key-features-item.additional-fonts .key-feature-icon {
  background-position: -200px -120px;
}
.key-features-item.smart-guides .key-feature-icon {
  background-position: -200px -280px;
}



.key-features-item.li3d-floor-plans .key-feature-icon {
  background-position: -50px -400px;
  margin-left: 11px;
}
.key-features-item.li3d-rendering .key-feature-icon {
  background-position: -50px -440px;
  margin-left: 7px;
}
.key-features-item.li3d-objects .key-feature-icon {
  background-position: -50px -480px;
  margin-left: 7px;
}
.key-features-item.li3d-materials .key-feature-icon {
  background-position: -50px -240px;
  margin-left: 6px;
}
.key-features-item.li3d-import-trimble .key-feature-icon {
  background-position: -50px -520px;
  margin-left: 6px;
}
.key-features-item.li3d-roofs .key-feature-icon {
  background-position: -50px -560px;
  margin-left: 6px;
}
.key-features-item.li3d-walkthrough-video .key-feature-icon {
  background-position: -100px 0;
  margin-left: 10px;
}
.key-features-item.li3d-import .key-feature-icon {
  background-position: -100px -40px;
  margin-left: 2px;
}
.key-features-item.li3d-measurement-system .key-feature-icon {
  background-position: -100px -80px;
  margin-left: 7px;
}
.key-features-item.li3d-scales .key-feature-icon {
  background-position: -100px -120px;
  margin-left: 3px;
}
.key-features-item.li3d-workflow .key-feature-icon {
  background-position: -100px -160px;
  margin-left: 9px;
}
.key-features-item.li3d-walkthrough-modes .key-feature-icon {
  background-position: -100px -200px;
  margin-left: 7px;
}
.key-features-item.li3d-changes-in-3d .key-feature-icon {
  background-position: -100px -240px;
  margin-left: 7px;
}
.key-features-item.li3d-photos-as-textures .key-feature-icon {
  background-position: -100px -280px;
  margin-left: 6px;
}
.key-features-item.li3d-geolocation .key-feature-icon {
  background-position: -100px -320px;
  margin-left: 7px;
}
.key-features-item.li3d-lighting .key-feature-icon {
  background-position: -50px -160px;
  margin-left: 8px;
}
.key-features-item.li3d-multiple-stories .key-feature-icon {
  background-position: -50px -120px;
  margin-left: 8px;
}
.key-features-item.li3d-custom-camera-angles .key-feature-icon {
  background-position: -100px -360px;
  margin-left: 6px;
}
.key-features-item.li3d-export-to-pdf .key-feature-icon {
  background-position: -100px -400px;
  margin-left: 12px;
}
.key-features-item.li3d-save-to-image .key-feature-icon {
  background-position: -100px -440px;
  margin-left: 10px;
}
.key-features-item.li3d-panoramas .key-feature-icon {
  background-position: 0 -200px;
  margin-left: 8px;
}
.key-features-item.li3d-batch-plans .key-feature-icon {
  background-position: -100px -480px;
  margin-left: 5px;
}
.key-features-item.li3d-retina .key-feature-icon {
  background-position: -100px -520px;
  margin-left: 9px;
}
.key-features-item.li3d-ibooks .key-feature-icon {
  background-position: -100px -560px;
  margin-left: 5px;
}



.key-features-item.li3d-pro-stories .key-feature-icon {
  background-position: -150px 0;
  margin-left: 8px;
}
.key-features-item.li3d-pro-light-sources .key-feature-icon {
  background-position: -150px -40px;
  margin-left: 8px;
}
.key-features-item.li3d-pro-niches-cutouts .key-feature-icon {
  background-position: -150px -80px;
  margin-left: 6px;
}
.key-features-item.li3d-pro-material-editor .key-feature-icon {
  background-position: -150px -120px;
  margin-left: 6px;
}
.key-features-item.li3d-pro-export-images .key-feature-icon {
  background-position: -150px -160px;
  margin-left: 8px;
}
.key-features-item.li3d-pro-render-video .key-feature-icon {
  background-position: -150px -200px;
  margin-left: 4px;
}
.key-features-item.li3d-pro-sketchup-integration .key-feature-icon {
  background-position: -150px -240px;
  margin-left: 9px;
}
.key-features-item.li3d-pro-panoramas .key-feature-icon {
  background-position: -150px -280px;
  margin-left: 7px;
}

.key-features-item.templates-pw .key-feature-icon,
.key-features-item.templates-bcc .key-feature-icon {
  background-position: -150px -360px;
}
.key-features-item.mail-merge .key-feature-icon {
  background-position: -150px -320px;
}
.key-features-item.postal-barcodes .key-feature-icon {
  background-position: -150px -440px;
}
.key-features-item.international-formats .key-feature-icon {
  background-position: -150px -480px;
}
.key-features-item.address-formatting .key-feature-icon {
  background-position: -150px -520px;
}
.key-features-item.templates-la .key-feature-icon {
  background-position: -150px -560px;
}
.key-features-item.import-addresses .key-feature-icon {
  background-position: -150px -400px;
}
.key-features-item.address-recognition .key-feature-icon {
  background-position: -200px 0;
}
.key-features-item.label-printers .key-feature-icon {
  background-position: -200px -40px;
}




.key-feature-icon-atwin {
  position: absolute;
  left: 50px;
  top: 8px;
  display: inline-block;
  width: 45px;
  height: 35px; 
  margin: 0;
  background: url(/art-text/win/img/atwin_key_features_icons@2x.png) no-repeat 0 0;
  background-size: 100px 160px;
}
.templates-atwin .key-feature-icon-atwin {
  background-position: 0 0;
}
.shapes-atwin .key-feature-icon-atwin {
  background-position: 0 -40px;
}
.vector-editor-atwin .key-feature-icon-atwin {
  background-position: 0 -80px;
}
.text-transform-atwin .key-feature-icon-atwin {
  background-position: 0 -120px;
}
.shader-atwin .key-feature-icon-atwin {
  background-position: -50px 0;
}
.photo-textures-atwin .key-feature-icon-atwin {
  background-position: -50px -40px;
}
.gradients-atwin .key-feature-icon-atwin {
  background-position: -50px -120px;
}
.effects-atwin .key-feature-icon-atwin {
  background-position: -50px -80px;
}




.key-feature-text {
  line-height: 2.2rem;
  margin-top: 0;
}
.li3d-pro .key-feature-text {
  color: #c9c9c9;
  text-align: left;
}




.fontkit-mas-section {
  padding-top: 25px;
  padding-bottom: 35px;
}
.fontkit-mas-list {
  letter-spacing: -.5rem;
  margin-top: 40px;
  text-align: center;
}
.fontkit-mas-item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
}
.fontkit-mas-item-img {
  display: inline-block;
}
.fontkit-mas-item-img:hover img {
  opacity: .8;
}
.fontkit-mas-item-title {
  font-size: 1.6rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.fontkit-mas-item-desc {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: -2px;
  margin-bottom: 1px;
}
.fontkit-mas-item-link {
  font-size: 1.3rem;
  line-height: 1;
  display: block;
}
.fontkit-preview-section {
  padding-top: 25px;
  padding-bottom: 55px;
}
.font-preview-list {
  font-size: 0;
  margin: 30px 0 30px -6.25%;
}
.font-preview-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 5.8823529%;
  text-align: center;
  margin-bottom: 20px;
}
.font-preview-item img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

/* @end */

.more-features {
  margin-top: 27px;
}

/* @group TUTORIALS-SECTION */

/* !TUTORIALS-SECTION */
.tutorials-section {
  background: #ffffff;
}
.tutorials-section .section-wrapper {
  padding-top: 24px;
  padding-bottom: 40px;
  overflow: hidden;
}

.tutorial-item-list {
  font-size: 0;
  text-align: left;
  margin-left: -10px; 
  margin-right: -10px;
}
.tutorial-item {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: top;
  text-align: center;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 18px;
}
.tutorial-item:nth-child(2n+1) {
  text-align: left;
}
.tutorial-item:nth-child(2n+2) {
  text-align: right;
}

.tutorial-item-content {
  display: inline-block;
  text-align: center;
  max-width: 166px;
  width: 100%;
  color: #262626;
  position: relative;
}
.tutorial-item-content:hover {
  text-decoration: none;
  color: #666666;
}

.tutorial-item-content.active {
/*   color: #2778dc;  */
  color: #1881c4;
}
.thumb-play-button,
.tutorial-item-img-wrapper {
  position: relative;
}
.thumb-play-button::after,
.tutorial-item-img-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0,0,0,.35) url(/share/img/video_play_arrow@2x.png) no-repeat 15px center;
  background-size: 13px 19px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.thumb-play-button:hover::after,
.tutorial-item-content:hover .tutorial-item-img-wrapper::after {
  background-color: rgba(0,0,0,.45) ;
}

.tutorial-item img {
  max-width: 166px;
  width: 100%;
  height: auto;
}
.tutorial-item-caption {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.25;
}

/* @end */

.pro-version-section {
  background-color: #4a476e;
  color: #ffffff;
}
.pro-version-section .section-wrapper {
  padding-top: 30px;
  padding-bottom: 45px;
  overflow: hidden;
}
.pro-version-section h2,
.pro-version-section h3,
.pro-version-section h2 + p {
  text-align: center;
}
.pro-version-section h2 {
  color: #ffffff;
}
.pro-version-section h3 {
  color: #c9c9c9;
  margin-top: 47px;
  margin-bottom: 26px;
  font-size: 2rem;
}
.button-buy-pro {
  color: #ffffff;
  border-color: #afcd4b;
  background-color: #afcd4b;
}
.button-buy-pro:hover {
  border-color: #a0b84a;
  background-color: #a0b84a;
}

.it-form-wrapper {
  min-height: 185px;
}
.it-form-wrapper h2 {
  color: #0394c5;
  padding-top: 15px;
  margin-bottom: -1px;
  line-height: 35px;
  width: 100%;
}
.it-form-wrapper h2.error-message {
  color: #c8000f;
}

/* IMAGE TRICKS */
.pro-sample-gallery {
  font-size: 0;
  margin-left: -7.8694818%;
  margin-bottom: 35px;
}
.pro-sample-gallery-item {
  display: inline-block;
  width: 50%;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 25px;
  padding-left: 7.8694818%;
  vertical-align: top;
}
.pro-sample-gallery-item a {
  display: block;
  margin-bottom: 10px;
}
.pro-sample-gallery-item img {
  max-width: 100%;
  height: auto;  
}
.overview .link-to-go-view {
  display: inline-block;
  color: #2ca5d5;
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.downloads .link-to-go-view {
  display: inline-block;
  margin-top: 10px;
}

.comparison-table-window {
  background: white;
  color: #000;
  padding: 40px 30px 50px;
  overflow: hidden;
  text-align: center;
/*   background: orange; */
/*   max-width: 440px; */
}
.comparison-table-window h3 {
  color: #000;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
.it-table {
  width: 100%;
  max-width: 400px;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
}
.it-table th:first-child {
	border-top-left-radius: 5px;
}
.it-table th:last-child {
	border-top-right-radius: 5px;
}
.it-table thead {
  background: #ececed;
}
.it-table th {
    color: #333;
  font-size: 14px;
  padding: 7px 0 7px;
  vertical-align: top;
}
.it-table td {
  border-bottom: 1px solid #f3f3f3;
  padding: 6px 0 6px;
  font-size: 13px;
  color: #595959;
  text-align: center;
}
.it-table th:first-child, 
.it-table td:first-child {
  width: 50%;
  text-align: left;
  padding-left: 15px;
}
.it-table th:not(:first-child),
.it-table td:not(:first-child) {
  width: 25%;
}





.liveinterior.win.tutorials .start-section .section-wrapper {
  padding-bottom: 0;
}
.tutorials .video-name {
  font-size: 16px; 
  line-height: 20px;
  color: #666;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: 6px;
}

/* @group INFO-SECTION */

/* !INFO-SECTION */
.info-section {
  position: relative;
  z-index: 1;
}
.overview .info-section .section-wrapper {
  padding-top: 46px;
  padding-bottom: 50px;
}
.arttext.win .info-section .section-wrapper {
  padding-top: 26px;
  padding-bottom: 26px;
}
.downloads .info-section .section-wrapper {
  padding-bottom: 40px;
}
.labelsaddresses.downloads .info-section {
  padding-bottom: 50px;
}

.info-box {
  font-size: 0;
  margin-left: -75px;
}
.info-box-column {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 75px;
	font-size: 12px;
	margin-bottom: 27px;
}
.info-box-column:last-child {
  padding-right: 0;
  margin-bottom: -3px;  
}
.info-box h4 {
	margin: 0 0 10px;
	font-size: 1.8rem;
	margin: 0 0 12px;
	font-size: 15px;
}
.info-box p + h4 {
  margin-top: 20px;
}
.info-box p {
	line-height: 15px;
	margin: 10px 0 0;
}
.downloads .info-box p {
  color: #949494;
}
.info-box-news p {
	margin-top: 5px;
}
.info-box p strong, .overview .info-box-resources strong a  {
  color: #666666;
}
.info-box-link {
  padding-right: 12px;
  position: relative;
  display: inline-block;
}
.info-box-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  width: 6px;
  height: 11px;
  background: url(/share/img/arrow_right_blue.svg) no-repeat right bottom;	
  background-size: 6px 11px;
}
.info-box-news p + p > .info-box-link {
  margin-top: 5px;
}
/* FREE GRAPHICS */
.info-box-free-graphic {
  text-align: center;
}
.free-graphic-inclusion-wrapper {
  display: inline-block;
  max-width: 260px;
  width: 100%;
}
.free-graphic-inclusion {
  display: inline-block;
  border: 2px solid #ebebeb;
  border-radius: 6px;
  padding: 31px 20px;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.free-graphic-inclusion-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
} 
.free-graphic-inclusion-text {
  font-size: 1.5rem;
  line-height: 1.4;
}
.free-graphic-inclusion-button {
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #ec655a;
  border-radius: 5px;
  white-space: nowrap;
  display: inline-block;
  line-height: 4.5rem;
  text-align: center;
  max-width: 170px;
  width: 100%;
  margin-top: 14px;  
  position: relative;
}
.free-graphic-inclusion-button:hover {
  text-decoration: none;
  background-color: #e14c40;
}
.free-graphic-inclusion-button:active {
  top: 1px;
}





.info-line p { 
	font-size: 12px; 
	line-height: 16px; 
	color: #333;
}
.info-line p strong {
	font-size: 13px; 
}


.button-subscribe {
  font-size: 12px;
  display: inline-block;
  background: #9c9c9c;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 3px;
  letter-spacing: 1px;
  margin-top: 12px;
  position: relative;
}
.button-subscribe:hover {
  background: #828282;
  text-decoration: none;
}
.button-subscribe:active {
  top: 1px;
}


/* @end */

/* @group DOWNLOADS */

/* !DOWNLOADS*/


.upgrade-section .section-wrapper {
  padding-top: 18px;
  padding-bottom: 50px;
}
.build-number {
  color: #a4a4a2;
  font-size: 11px;
  margin-top: -23px;
}
.liveinterior .build-number {
  margin-top: -31px;
}
.upgrade-section .section-wrapper h2 {
  margin-bottom: 1px;
}
.liveinterior.downloads .info-box-docs {
  margin-top: 42px;
}
.liveinterior.downloads .info-box-vers {
  margin-top: 29px;
} 
.liveinterior.downloads .info-box-req {
  margin-top: 36px;
}


.upgrade-text {
  float: left;
  max-width: 560px;
  margin-bottom: 23px;
}
.downloads .btn-upgrade {
  color: #7d7d7b;
  box-shadow: inset 0 0 0 1px #bebebd;
}
.btn-upgrade:hover {
  box-shadow: inset 0 0 0 1px #09a9e2;
  color: #09a9e2;
}

/* @end */

.roxio-section .section-wrapper {
  padding-top: 23px;
  padding-bottom: 30px;
}
.roxio-form-section,
.roxio-result-section {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.roxio-form-section .select {
  max-width: 450px;
  width: 100%;
}

/* @group FEATURES */

/* !FEATURES*/
.all-features-section {
  margin-top: 5px;
  margin-left: -60px;
}
.all-features-column {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 60px;
}

.all-features-column:first-child {
  margin-bottom: 20px;
}

.all-features-section h2 {
  font-weight: normal;
  font-size: 20px;
  color: #000;
  line-height: 30px;
  margin-bottom: 16px;
}
.all-features-section ul + h2 {
  margin-top:36px;
}
.all-features-section ul {
  margin: 17px 0 0 20px;
  padding-left: 0;  
  list-style: none;
}
.all-features-section ul li {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
}
.all-features-section ul li:before {
  content: '\2022';
  position: absolute;
  left: -12px;
}

.all-features-section ul ul {
	margin-top: 5px;
}

.all-features-section ul ul li:before {
  content: '\25E6';
  font-size: 11px;
}

/* @end */

/* @group VERSION CHANGES */

/* !VERSION CHANGES */
.versions h3 {
  font-weight: normal;
  line-height: 30px;
  color: #000;
}
.last-versions {
  margin-top: -2px;
}
.last-versions h3 {
  font-size: 20px;
  margin-top: 31px;
}
.old-versions h3 {
  font-size: 18px;
  margin-top: 24px;
}
.last-versions .just-a-list {
  margin: 14px 0 0 -10px;
}
.last-versions .just-a-list li {
  margin-top: 5px;
}
.old-versions .just-a-list {
  margin: 11px 0 0 20px;
  padding-left: 0;  
}
.old-versions .just-a-list ul {
  margin-top: 0;
}
.old-versions .just-a-list li {
  position: relative;
  margin-top: 5px;
  font-size: 13px;
  line-height: 20px;
}
.old-versions p {
  font-size: 13px;
  line-height: 20px;
}
.last-versions h4 {
  font-size: 16px;
}
.last-versions h4 {
  margin-top: 18px;
}
.last-versions h3 + h4 {
  margin-top: 17px;
}

.old-versions h4 {
  margin-top: 21px;
  margin-bottom: 0;
}
.old-versions h3 + h4 {
  margin-top: 17px;
}
.versions .show-hide {
  margin-top: 25px;
}
.show-hide, .old-version-close {
	display: block;
}

.old-version-close {
  margin-top: 27px;
}



.products-section {
  padding: 70px 0 60px;
}
.products-section .section-wrapper {
  z-index: 0;
}
.product-os-nav {
  font-size: 0;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
}
.product-os-nav-point {
  background: #ececec;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.9rem;
  padding: 0 10px;
  color: #7d7d7b;
}
.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-category {
  font-size: 0;
}
.product-category-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 50%;
/*   max-width: 205px; */
  margin-bottom: 26px;
}
.product-category-item,
.product-category-item:hover {
  text-decoration: none;
}
.product-category-item img {
  max-width: 100%;
  height: auto;
}
.product-category-item-name {
  margin-top: 3px;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.8rem;
  color: #262626;
  margin-bottom: 0;
}
.product-category-item-os {
  font-size: 1.2rem;
  color: #666666;
}


.store-section {
  padding: 70px 0 80px;
}
.storepage .product-header .section-wrapper,
.storepage .site-footer .section-wrapper {
  position: relative;
  z-index: 0;
}
.store-section .section-wrapper {
  z-index: 0;
}
.store-list {
  margin-top: 50px;
}
.store-category {
  font-size: 0;
  
/*
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;  
*/
  display: -webkit-box;  
  display: -webkit-flex;
  display: -ms-flexbox;
  
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.store-category-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 50%;
/*   max-width: 205px; */
  margin-bottom: 26px;
  position: relative;
}
/*
.store-category-item-inner {
  background: orange;
  padding-bottom: 3.3rem;
  position: relative;
}
*/
.store-category-item,
.store-category-item:hover {
  text-decoration: none;
}
.store-category-item img {
  max-width: 100%;
  height: auto;
}
.store-category-item-name {
  margin-top: 3px;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.8rem;
  color: #262626;
  margin-bottom: 0;
}
.store-category-item-os {
  font-size: 1.2rem;
  color: #666666;
  margin-bottom: 3.3rem;
}
.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;

}

.rails-store-badges {
  font-size: 0;
  text-align: center;
}
.rails-store-badges-item {
  margin: 20px auto 0;
}
.rails-store-badges-item img {
  max-width: 100%;
  height: auto;
}
/* COMPANY */

.company-nav {
  background: #5c6163;
  position: relative;
  text-align: center;
}
/*
.subheader-menu-toggle {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.subheader-menu-toggle::before,
.subheader-menu-toggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #f6f6f6;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition:    -moz-transform 0.2s ease-in;
  -o-transition:      -o-transform 0.2s ease-in;
  -ms-transition:     -ms-transform 0.2s ease-in;
  transition:         transform 0.2s ease-in;
  top: 50%;
  margin-top: -1px;
}
.subheader-menu-toggle::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.subheader-menu-toggle.rotate::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.subheader-menu-toggle.rotate::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.subheader-menu-toggle:hover {
  cursor: pointer;
}
*/


.nonprofit-form-section {
  max-width: 500px;
  margin: 100px auto;
}
.nonprofit-rules-section {
  padding-bottom: 50px;
}
.nonprofit-rules-section h4 {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.4;
}
.nonprofit-rules-section h5 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.nonprofit-rules-section ol,
.nonprofit-rules-section ul {
  margin-bottom: 40px;
}
.nonprofit-rules-section li {
  margin-top: 7px;
}


.subheader-menu-toggle {
  width: 26px;
  height: 19px;
  display: inline-block;
  position: relative;
  bottom: -3px;
/*   left: -10px; */
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-top: 6px;

  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  left: 0;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.subheader-menu-toggle:hover {
  cursor: pointer;
}
.subheader-menu-toggle::before, .subheader-menu-toggle::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

  content: "";
  display: inline-block;
  position: absolute;
  background-color: transparent;
  width: 3px;
  height: 10px;
  border-bottom: 12px solid white;
  top: 0;
  left: 11px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.subheader-menu-toggle::after {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.subheader-menu-toggle::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.subheader-menu-toggle.rotate {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
  transform: translate(0, -6px);
}
.subheader-menu-toggle.rotate:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.subheader-menu-toggle.rotate:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}


.subheader-menu {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 7px 0 19px;
  list-style: none;
  text-align: left;
  line-height: 1.1;
  
  display: none;
}
.subheader-menu li {
  padding: 10px 20px;
}
.subheader-menu li a {
  text-decoration: none;
  color: #f6f6f6;
  font-size: 1.6rem;
  font-weight: 300;
}
.subheader-menu li a:hover,
.subheader-menu li a.denoted {
  color: #ccc;
}
.subheader-menu li a.denoted {
  pointer-events: none;
}


.company.about img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 60px auto 40px;
}

.company-team {
  margin-left: -10px;
}
.company-team-person {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-left: 10px;
  margin-bottom: 30px;
   text-align: center;
}
.company-team-person-photo {
  max-width: 133px;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.company-team-person-name {
  font-size: 1.4rem;
  margin-top: 4px;
  line-height: 1.8rem;
}

.company-team-person-position {
  color: #4c4c4c;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.contacts-container {
  margin-top: 20px;
  margin-bottom: 70px;
}
.contacts-container h3 {
  margin-top: 20px;
  margin-bottom: 0;
}
.contacts-container p {
  margin-bottom: 30px;
  margin-top: 10px;
}
.social-media {
  font-size: 0;  
  margin-left: -2px;
}
.social-media a {
  display: inline-block;
  margin: 6px 2px 0 2px;  
}
.social-media a img {
  position: relative;
}
.social-media a:hover img {
  top: -1px;
  -webkit-filter: grayscale(1);
}

.contact-form {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.contact-form-wrapper {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.contact-form-wrapper h2 {
  font-size: 2.3rem;
}

.contact-form-wrapper .error-message {
  color: #c8000f;
  padding-top: 30px;
  font-size: 20px;
}
.contact-form-wrapper .error-title {
  color: #c8000f;
}
.contact-form-wrapper h2 {
  margin-top: 60px;
  color: #555;
}
.contact-form-wrapper p {
  margin-bottom: 100px;
  color: #555;
}

.news-subscribe {
  display: none;
}
.newsarchive h2 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 18px; 
  font-weight: bold;
  color:#262626;
  margin-top: 50px;
  margin-bottom: 20px;
}

.news-month {
  margin-bottom: 22px;
}
.news-date {
  font-size: 11px;
  color: #666;
  line-height: 23px;
  margin-top: 6px;
  margin-bottom: -3px;  
}

.subscribe-form {
  width: 350px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.subscribe-form .form-section {
  margin-bottom: 10px;
}
.subscribe-form label.error {
  position: absolute;
  
}
#checkboxes-error {
  margin-top: -15px;
  left: 0;
}
#iemail-error {
  right: 0;
  top: 18px;
}
.subscribe-form label[for=email] {
  font-size: 12px;
  display: inline-block;
  margin-top: 15px;
}
.subscribe-form .form-button-submit {
  margin-top: 20px;
}
/* @end */

/* @group STORE PRODUCT PAGES */

/* !STORE PRODUCT PAGES */

.store-upgrade-section .section-wrapper {
  padding-top: 18px;
  padding-bottom: 28px;
}
.purchase-option-row {
  border-bottom: 1px solid #e9e9ea;
  padding-bottom: 19px;
  margin-top: 30px;
}
.purchase-option-row:first-child {
 margin-top: 0;
}
.purchase-option-row:last-child {
 border-bottom: none;
 padding-bottom: 0;
}
.purchase-option-cell {
  margin-bottom: 20px;
}
.purchase-option-name {
  font-size: 12px; 
  line-height: 17px;
}
.purchase-option-name strong {
  font-size: 16px; 
  color:#262626;
  font-weight: bold;
}
.purchase-option-button {
  margin-bottom: 5px;
}
.purchase-option-cell .button {
  margin: inherit;
  display: inline-block;
}
.purchase-option-cell .select {
  width: 100%;
}
.purchase-option-details {
  font-size: 12px;
  color: #595959;
  line-height: 20px;
  margin-top: 11px;
}
.purchase-option-details .family {
  display: none;
}
.form-handler .start-section {
  min-height: 300px; 
}
.storepage.liveinterior.standard .start-section,
.storepage.concealer .start-section,
.storepage.arttext.win .start-section {
  min-height: 300px; 
}

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








/* SUPPORT */
.support-list-wrapper {
  margin-top: 24px;
  margin-bottom: 42px;
}  
.support-list {
  max-width: 390px;
  margin: 0 auto;
}
.support-item-title {
  position: relative;
  padding: 9px 0 11px;
  letter-spacing: -.5rem;
  line-height: 98px;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: middle;
}
.support-item.active .support-item-title {
  border-color: #e8e8e8;
}
.support-list:last-child .support-item:last-child .support-item-title {
  border: none;
}

.support-item-title-expand::after {
  content: '';
  display: block;
  position: absolute;
  width: .9rem;
  height: .9rem;
  top: 50%;
  margin-top: -.3rem;
  right: .4rem;
  border-bottom: .2rem solid #04b3ee;
  border-right: .2rem solid #04b3ee;
  -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%;
}
.support-item.active .support-item-title-expand::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);    
} 
.support-item-title:hover {
  color: #20b4eb;
  cursor: pointer;
}
 
.support-item-title-icon {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}
.support-item-title-name {
  display: inline-block;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  padding-left: 30px;
  padding-right: 20px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 3.3rem;
  letter-spacing: normal;
  color: #262626;
  vertical-align: middle;
}
.support-item:hover .support-item-title-name,
.support-item.active .support-item-title-name {
  color: #20b4eb;
}

.support-item-title a[href='//www.livehome3d.com/support/'] {
  display: block;
}
.support-item-outgo a:hover {
  text-decoration: none;
}
  
.support-item-content {
  display: none;
  padding: 15px 0 16px 28px;
  font-size: 16px;
  line-height: 30px;
  background: #e8e8e8;
  list-style: none;
  margin: 0;
  border-radius: 0 0 10px 10px;
}
.support-item-content a {
  position: relative;
  padding-left: 30px;
  color: #000000;
}
.support-item-content a:hover { 
  color: #04b3ee;
}
.support-item-content a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
	background: url(/support/img/support-icons-upd.png) no-repeat;
	background-size: 50px 150px;
}
.support-item-content a.support-video::before {
  width: 24px;
  height: 24px;
  margin-top: -12px;  
  background-position: 0 0;
}
.support-item-content a.support-form::before {
  width: 23px;
  height: 19px;  
  left: 1px;
  margin-top: -9px;  
  background-position: 0 -100px;
}
.support-item-content a.support-forum::before {
  width: 24px;
  height: 22px;  
  margin-top: -11px;  
  background-position: 0 -50px;
}
.support-item-content a.support-docs::before {
  width: 20px;
  height: 22px;  
  left: 3px;
  margin-top: -11px;  
  background-position: 0 -25px;
}
.support-item-content a.support-help::before {
  width: 24px;
  height: 24px;  
  margin-top: -12px;  
  background-position: 0 -75px;
}
.support-item-content a.support-download::before {
  width: 23px;
  height: 23px;  
  margin-top: -11px;  
  background-position: 0 -125px;
}
.support-item-content a.support-video:hover::before {
  background-position: -25px 0;
}
.support-item-content a.support-form:hover::before {
  background-position: -25px -100px;
}
.support-item-content a.support-forum:hover::before {
  background-position: -25px -50px;
}
.support-item-content a.support-docs:hover::before {
  background-position: -25px -25px;
}
.support-item-content a.support-help:hover::before {
  background-position: -25px -75px;
}
.support-item-content a.support-download:hover::before {
  background-position: -25px -125px;
}

.support-form,
.registration-form,
.nonprofit-form {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.support-form-wrapper,
.registration-form-wrapper,
.nonprofit-form-wrapper {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.support-form-wrapper h2 {
  font-size: 2.3rem;
}

.support-form-wrapper .error-message,
.registration-form-wrapper .error-message {
  color: #c8000f;
  padding-top: 30px;
  font-size: 20px;
}
.support-form-wrapper .error-title,
.registration-form-wrapper .error-title {
  color: #c8000f;
}
.registration-form-wrapper fieldset,
.nonprofit-form fieldset{
  margin-bottom: 30px;
}
.nonprofit-form fieldset {
  position: relative;
}
.registration-form-wrapper legend,
.nonprofit-form legend {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #666;
}
select  { padding: 60px;}
/* @end */



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




/* @group POP-UP WINDOW */

/*  POP-UP WINDOW */
#window {
  display: none;
}
#window-2 {
  display: none;
}
.subscribe-window {
	max-width: 400px;
	padding: 42px 20px 46px;
	border-radius: 5px;
  text-align: center;
  position: relative;
  background: #ffffff;
}
.subscribe-window-title {
  color: #04b3ee;
  font-size: 18px;
  line-height: 25px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 14px;
}
.subscribe-window-title strong {
  font-size: 40px;
}
.subscribe-window-text {
  line-height: 20px;
  font-size: 14px;
  color: #595959;
  margin-top: 13px;
  margin-bottom: 10px;
}
.subscribe-window  p.post {
  font-size: 15px;
  font-weight: bold;
}
.subscribe-window form {
  margin: 0 -5px;
}
.subscribe-window input {
  display: inline-block;
  border-radius: 5px;
  font-size: 13px;
  height: 35px;
  vertical-align: top;
  margin: 5px;
}
.subscribe-window input[type="email"] {
  width: 200px;
  background: #eeeeee;
  border: 1px solid transparent;
  border: none;
  outline: none;
  color: #9d9d9d;
  padding-left: 14px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.19);
}
.subscribe-window input[type="email"].error, 
.subscribe-window input[type="email"]:focus.error {
	box-shadow: 0 0 0 1px #973d3d, inset 0 1px 2px rgba(0, 0, 0, 0.19); 
}
.subscribe-window input[type="email"]:focus {
	box-shadow: inset 0 1px 2px 0 rgba(180,180,180,1), 0 0 4px #6faee4, 0 0 0 1px #6faee4;
}

.subscribe-window input[type="submit"] {
  width: 110px;
  outline: none;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  background: #04b3ee;
  position: relative;
  letter-spacing: 1.6px;
  position: relative;
  box-shadow: none;
}

.subscribe-window input[type="submit"]:hover {
  background: #09a9e2;
}
.subscribe-window input[type="submit"]:active {
  top: 1px;
}

.subscribe-window-section-privacy {
  font-size: 13px;
  line-height: 1;
  position: relative;
  margin-top: 3px;
}
.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: 1px solid #b8b8b8;
  height: 21px;
  width: 21px;
  top: 5px;
}
.subscribe-window-checkbox::before {
  content: '';
  display: none;

  position: absolute;
  top: 3px;
  left: 4px;
  width: 12px;
  height: 9px;
  border: solid #04b3ee;
  border-width: 0 0 2px 2px;
  -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.error2 .subscribe-window-checkbox {
  border-color: #c8000f;
}
.subscribe-window-checkbox-label.error2 {
  color: #c8000f;
}




.subscribe-window-close { 
  width: 21px; 
  height: 21px;
  position: absolute; 
  top: 20px; 
  right: 20px;
  background: transparent url(/share/scripts/subscribe-deal/subscribe_window_close@2x.png) no-repeat;
  background-size: 21px 21px;
  text-indent: -999999em;
}
#close_x:hover {
  opacity: 0.6;
}


.response-window {
  display: none;
	max-width: 420px;
	min-height: 200px;
	padding: 42px 30px 46px;
	border-radius: 5px;
  text-align: center;
  position: relative;
  background: #ffffff;
}
.response-window-title {
  font-size: 2.2rem;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #04b3ee;
}
.response-window p {
  font-size: 1.6rem;
}
.response-window p em {
  color: #666;
}
.response-window .error-message-title {
  color: #c8000f;
  font-size: 2.6rem;
}


/* @end */

/* @group OTHER */

/* OTHER */
.liveinterior.objects3d p {
  margin-top: 25px;
}
.liveinterior.objects3d p > a {
  font-weight: bold;
  font-size: 16px;
}
.liveinterior.partners h3 {
  margin-top: 27px;
  font-size: 1.6rem;
}

.articles h2 {
  margin-top: 40px;
}
.articles h3 {
  margin-top: 35px;
}
.articles img {
  max-width: 100%;
  height: auto;
}
.articles.liveinterior .responsibilities ul {
  width: 233px;
  margin-left: 0;
  float: left;
}
.articles.labelsaddresses .content-wrapper {
  text-align: center;
}
.articles.labelsaddresses h4 {
  margin-top: 50px;
}
.articles.labelsaddresses .content-wrapper img {
  margin-top: 50px;
}
.articles.labelsaddresses .content-wrapper .table-small {
  margin: 0 auto;
}
.articles.labelsaddresses .table-big {
  margin: 30px auto;
  font-size: 12px;
  max-width: 750px;
  width: 100%;
}
.articles.labelsaddresses .table-big th,
.articles.labelsaddresses .table-big td {
  font-size: 12px;
}
.articles.labelsaddresses.label-printers .table td:first-child {
  font-weight: bold;
}
.articles.labelsaddresses.label-printers .table {
  width: 100%;
  max-width: 820px;
  margin: 33px auto 0;
}
.articles.labelsaddresses.label-printers .table-column-3 th:first-child,
.articles.labelsaddresses.label-printers .table-column-3 td:first-child {
  width: 26%;
  vertical-align: top;
}
.articles.labelsaddresses.label-printers .table-column-3 th:nth-child(2),
.articles.labelsaddresses.label-printers .table-column-3 td:nth-child(2),
.articles.labelsaddresses.label-printers .table-column-3 th:last-child,
.articles.labelsaddresses.label-printers .table-column-3 td:last-child  {
  width: 37%;
  vertical-align: top;
}

.articles.labelsaddresses.label-printers .table-column-4 th:first-child,
.articles.labelsaddresses.label-printers .table-column-4 td:first-child {
  width: 31%;
  vertical-align: top;
}
.articles.labelsaddresses.label-printers .table-column-3 th:not(:first-child),
.articles.labelsaddresses.label-printers .table-column-3 td:not(:first-child) {
  width: 23%;
  vertical-align: top;
}

.articles.backup-popular .enumeration,
.articles.getbackup-vs-timemachine .enumeration,
.articles.databackup .enumeration,
.articles.paper-sizes .enumeration {
  list-style: none;
  padding-left: 10px;
}

.articles.databackup .enumeration ul {
  list-style: disc;
  padding-left: 40px;
}

.title-wrap {
  background: lightblue;
}
.articles.backup-popular h2 {
  padding-left: 100px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 70px;
}
.articles.backup-popular h2 img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cloud-storage .video-wrapper {
  text-align: center;
}
.cloud-storage video {
  max-width: 512px;
  width: 100%;
  height: auto;
  margin: 40px auto;
}
.getbackup.articles code {
  color: #666;
}

.right-align {
  float: right;
}
.left-align {
  float: left;
}
.articles .right-align {
  display: block;
  margin-left: 30px;
}
.articles .left-align {
  display: block;
  margin-right: 30px;
}
.articles .center-align {
  display: block;
  margin: 30px auto;
}
.torn-paper-effect .just-a-list,
.torn-paper-effect ol {
  margin-left: -20px;
}
.torn-paper-effect ol li {
  margin-top: 20px;
}


/* BUTTONS BEGIN*/
.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 16px 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  border: 1px solid transparent;
  border-radius: 4px;

  -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;

/* white-space: nowrap; */
}
.button:hover {
  text-decoration: none;
}
.button:active {
  top: 1px;
}
.button-default {
  color: #7d7d7b;
  background-color: #fff;
  border-color: #bebebd;
}
.button-default:hover {
  color: #09a9e2;
  border-color: #09a9e2;
}
.button-primary {
  color: #ffffff;
  background-color: #04b3ee;
  border-color: #04b3ee;
}
.button-primary:hover {
  background-color: #09a9e2;
  border-color: #09a9e2;
}
.button-secondry {
  color: #ffffff;
  border-color: #ffffff;
}

.button-secondry:hover {
  color: #09a9e2;
  border-color: #09a9e2;
}
.button-alt-default {
  background-color: transparent;
  color: #ff8f51;
  border-color: #ff8f51;
}
.button-alt-default:hover {
  color: #e58049;
  border-color: #e58049;
}
.button-alt-primary {
  color: #ffffff;
  border-color: #ff8f51;
  background-color: #ff8f51;
}
.button-alt-primary:hover {
  border-color: #e58049;
  background-color: #e58049;
}


.button-small {
  max-width: 160px;
  width: 100%;
  padding: 8px 0;
}
.button-flexible {
  padding-left: 29px;
  padding-right: 29px;
}
.button-wrapper-intro {
  margin: 20px -20px 10px;
  text-align: center;
  font-size: 0;
}
/*
.fontkit .button-wrapper-intro {
  margin: 0;
}
*/
.button-wrapper-intro-aside {
  margin: 20px -20px 10px;
  text-align: center;
  font-size: 0;
}
.button-wrapper-intro .button,
.button-wrapper-intro-aside .button,
.button-wrapper-downloads .button {
  margin: 10px 20px;
  max-width: 250px;
  width: 100%;
}
.getbackup .button-wrapper-intro .button,
.getbackup .button-wrapper-intro-aside .button {
/*   max-width: 260px;  */
}

.button-upgrade {
  max-width: 250px;
  width: 100%;
  background: none;
}


.button-wrapper-bottom {
  text-align: center;
  font-size: 0;
  margin: 15px -25px 0;
}

.pro-version-section .button-wrapper-bottom {
  margin: 15px -20px 0;
}

.button-wrapper-bottom .button {
  margin: 10px 25px;
  max-width: 270px;
  width: 100%;
}
.button-wrapper-downloads {
  margin: 20px 0px 10px -20px;
  text-align: center;
  font-size: 0;
}
.edition .button-wrapper-downloads {
  margin-bottom: 25px;
}
.form-handler .button {
  margin-top: 30px;
}
.printworks.form-handler .button {
  margin-bottom: 20px;
}

.service-link-wrapper,
.service-link-wrapper-aside {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 0;
  margin-left: -20px;
  margin-right: -20px;
}
.service-link-shell {
  display: inline-block;
  vertical-align: middle;
}

.service-link-wrapper .service-link-shell,
.service-link-wrapper-aside .service-link-shell {
  margin: 5px 20px;
  max-width: 250px;
  width: 100%;
  line-height: 2.4rem;
}
.service-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  position: relative;
  padding-left: 32px;
  vertical-align: middle;
/*   color: #2778dc; */
  color: #1881c4;
  -webkit-font-smoothing: antialiased;
}
.service-link-shell .service-link {
  vertical-align: top;
}

.service-link::before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: url(/share/img/icons_links@2x.png) no-repeat 0 0;
  background-size: 24px 72px;
}


.service-link-download::before {
  background-position: 0 0;
}
.service-link-upgrade::before {
  background-position: 0 -24px;
}
.service-link-info::before {
  background-position: 0 -48px;
}
.button-wrapper-downloads .service-link {
  margin: 10px 20px;
}


.liveinterior.downloads .info-box-column .button {
  width: 100%;
  max-width: 250px;
  margin-top: 20px;
}
.liveinterior.downloads .info-box-column .service-link {
  margin-top: 32px;
}








/* BUTTONS END*/


/* FORM START */
.store-form {
  width: 100%;
  max-width: 480px;
  margin-top: 35px;
}

.form-section {
  margin-bottom: 20px;
  line-height: 20px;
  position: relative;
}
.subscribe-form .form-section {
  position: relative;
}
.form-label, .form-input {
  vertical-align: top;
  display: inline-block;
}
/* LABELS */
.form-label {
  font-size: 12px;
  color: #262626;
  line-height: 12px;
  position: relative;
}
.form-label-required::after {
  content: "*";
  color: #c8000f;
  margin-left: .3rem;
  font-weight: bold;
  font-size: 15px;
}
label.error {
  vertical-align: top;
  display: inline-block;
  float: right;
  color: #c8000f;
  font-size: 11px;
  line-height: 12px;
}
.form-section-privacy {
  margin-top: 30px;
  margin-bottom: 30px;
}
.newssubscribe .form-section-privacy {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkbox-label-privacy {
  margin-top: 7px;
}
#privacy-error {
  position: absolute;
  right: 0;
  top:0;
}
/* INPUTS */
.form-input {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid transparent;
  border: none;
  outline: none;
  font-size: 15px;
  color: #4a4a4a;
  padding-left: 14px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.19);
}
.form-textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #b8b8b8;  
  outline: none;
  font-size: 15px;
  color: #4a4a4a;
  padding: 5px;
 
}
.form-input-white-bg,
.contact-form .form-input,
.subscribe-form .form-input,
.support-form .form-input {
  box-shadow: none;
  border: 1px solid #b8b8b8;  
}
.form-input-white-bg.error,
.form-input.error, 
.form-input:focus.error {
	box-shadow: 0 0 0 1px #c8000f, inset 0 1px 2px rgba(0, 0, 0, 0.19); 
}
.form-section .form-input:focus {
	box-shadow: inset 0 1px 2px 0 rgba(180,180,180,1), 0 0 4px #6faee4, 0 0 0 1px #6faee4;
}
.form-section .form-input-white-bg:focus,
 .form-input-white-bg:focus,
.contact-form .form-input:focus,
.support-form .form-input:focus,
.support-form .form-textarea:focus,
.contact-form .form-textarea:focus,
.subscribe-form .form-input:focus {
  border-color: #04b3ee; 
  box-shadow: none;
}
.form-input-white-bg.error,
.form-input-white-bg:focus.error,
.subscribe-form .form-input.error, 
.subscribe-form .form-input:focus.error,
.contact-form .form-input.error, 
.contact-form .form-input:focus.error,
.support-form .form-input.error, 
.support-form .form-input:focus.error,
.support-form .form-textarea.error, 
.support-form .form-textarea:focus.error,
.contact-form .form-textarea.error, 
.contact-form .form-textarea:focus.error {
	box-shadow: none; 
  border-color: #c8000f;
}

.form-button-submit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 35px;
  padding: 0 18px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  background: #04b3ee;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.form-section-submit {
  text-align: center;
  padding-top: 10px;
}
.form-button-submit:hover {
  background: #09a9e2;
}
.form-button-submit:active {
  top: 1px;
}

/* SELECT */
select {
  margin: 0;
  font-size: 14px;
  outline: 0;
}
.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: 5px;
  outline: 0;
  background: #ffffff;
}
.select, .select > select {
  position: relative;
  vertical-align: top;
  border: 1px solid #b8b8b8;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #000000;
  outline: 0;
  height: 35px;
  width: 100%;
  *zoom: 1;
  outline: none;
}
.select {
  border: 0;
  z-index: 10;
}
.select > select {
  display: block;
  padding: 2px 10px 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  text-indent: .01px;
  text-overflow: '';
  z-index: 10;
  margin: 0;
  outline: none;
}
.select>select::-ms-expand {
  display: none;
}
.select:before, 
.select:after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 15;
}
.select:before {
  top: 0;
  right: 0;
  width: 26px;
  bottom: 0;
  border-radius: 0 5px 5px 0;
}
.select .select-arrow {
  position: absolute;
  top: 9px;
  right: 7px;
  width: 20px;
  height: 17px;
  color: #ffffff;
  pointer-events: none;
  z-index: 16;
  
  width: 26px;
  height: 100%;
  right: 0;
  top: 0;
  -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(/share/img/form_select_arrows.png) no-repeat center center;
  background-size: 10px 21px;
}
.select > select:hover {
  border-color: #04b3ee;
}
.select>select:hover+.select-arrow {
  background-color: #04b3ee;
}
.select > select:focus {
  border-color: #09a9e2;
  color: #3c3c3c;
  outline: none;
}
.select > select:focus {
  z-index: 10;
  z-index: 20\9;
  outline: none;
}
.select > select:focus + .select-arrow {
  background-color: #09a9e2;
}
.select > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* .select.error,  */.select > select.error {
  border-color: #c8000f;
}
.select>select.error+.select-arrow {
  background-color: #c8000f;
}

/* CHECKBOX */

.checkbox-label,
.radio-label {
  font-size:14px;
  position: relative;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.checkbox-label > input,
.radio-label > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.checkbox,
.radio {
  -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;
}
.checkbox::before {
  content: '';
  display: none;

  position: absolute;
  top: 3px;
  left: 4px;
  width: 10px;
  height: 7px;
  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 + .checkbox {
  border-color: #c8000f;
}
.radio {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}
.radio:before {
     content: '';
    display: none;

   margin: 5px;
    width: 7px;
    height: 7px;
    background: #04b3ee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.checkbox-label > input:checked + .checkbox::before,
.radio-label > input:checked + .radio::before {
  display: block;
}

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

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


/* INPUT NUMBER*/
.number-input-group {
  letter-spacing: -.5rem;
  width: 120px;
  position: relative;
  z-index: 2;
  float: right;
}
.input-group-control-button,
.input-number-field {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  position: relative;
}
.input-group-control-button {
  z-index: 2;
}
.input-number-field {
  width: 50px;
  height: 35px;
  background: #ffffff;
  border: none;
  outline: none;
  font-size: 15px;
  color: #4a4a4a;
  border: 1px solid #b8b8b8;  
  text-align: center;
  z-index: 1;
  border-right: none;
  border-left: none;
}
.input-number-field:focus {
  border-color: #09a9e2;
}
.input-number-field.error {
  border-color: #c8000f;
}
.number-control-button {
  -webkit-appearance: button;
  color: #333;
  background-color: #b8b8b8;
  padding: 0 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -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;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
  width: 35px;
  font-weight: bold;
  color: #ffffff;
}
.number-control-button:disabled {
  opacity: .5;
}
.number-control-button:active,
.number-control-button:focus:active {
  background-image: none;
  outline: 0;
  background-color: #09a9e2;
}
.number-control-button:focus {
  outline: none;
  border-color: #04b3ee;
  background-color: #04b3ee;
}
.input-group-control-button:first-child .number-control-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px;

}
.input-group-control-button:last-child .number-control-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

label[for=productquantity] {
  position: absolute;
  right: 0;
  top: 2rem;
}

.number-input-label-wrapper {
  max-width: 160px;
  line-height: 3rem;
  vertical-align: middle;
  display: inline-block;

}
.number-input-label-wrapper label {
   line-height: 1;
  display: inline-block;
  vertical-align: middle;
}




.captcha-wrapper img {
  display: inline-block;
  vertical-align: middle;
}
.form-input-captcha {
  width: -webkit-calc(100% - 175px);
  width: -moz-calc(100% - 175px);
  width: calc(100% - 175px);
}
.captcha-wrapper .refresh-button {
  width: 16px;
  height: 16px;
  margin-right: 39px;
}
.captcha-wrapper .refresh-button:hover {
  cursor: pointer;
}
.captcha-wrapper .captcha-image {
  margin-right:15px;
  border-radius: 5px;
  width: 105px;
  height: 34px;
}



/* discontinued PRODUCTS */
.discontinued h1 {
  
}
.discontinued-item {
  margin-bottom: 20px;
  text-align: right;
}
.discontinued-item:first-of-type {
  margin-top: 40px;
}
.discontinued-item-img {
/*   float: left;   */
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  text-align: left;
}
.discontinued-item p {
/*   margin-left: 110px; */
  display: inline-block;
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
  vertical-align: middle;
  text-align: left;
  }

.discontinued-form-container {
  margin-top: 60px;
}
.discontinued-form-container p {
  text-align: center;
}
.discontinued-form {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}







.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 33px;
    table-layout: fixed;
}
.liveinterior.comparison .table {
  margin-bottom: 40px;
}
.table tr:hover  {
	background: #f3f3f3;
}
.table th:first-child {
	border-top-left-radius: 5px;
}
.table th:last-child {
	border-top-right-radius: 5px;
}
.nonprofit-table,
.non-profit-note {
  max-width: 680px;
  margin: 30px auto 40px;
}
.roxio-table thead,
.nonprofit-table thead {
  background: #ececed;
}
.roxio-table th,
.nonprofit-table th {
  color: #333;
  font-size: 14px;
  padding: 7px 0 7px;
  vertical-align: top;

}
.roxio-table td,
.nonprofit-table td {
  border-bottom: 1px solid #f3f3f3;
  padding: 6px 0 6px;
  font-size: 13px;
  color: #595959;
}
.roxio-table th:first-child, 
.roxio-table td:first-child,
.nonprofit-table th:first-child, 
.nonprofit-table td:first-child {
  width: 50%;
  text-align: left;
/*   padding-left: 10px; */
}
.nonprofit-table th:first-child, 
.nonprofit-table td:first-child {
  padding-left: 20px;
}
.roxio-table .features-title {
  font-weight: bold;
}
.roxio-table th:nth-child(n+2),
.roxio-table td:nth-child(n+2),
.nonprofit-table  th:nth-child(n+2),
.nonprofit-table td:nth-child(n+2) {
  width: 25%;
  text-align: center;
}

  .printworks.comparison .site-footer,
  .printworks.comparison .site-header,
  .printworks.comparison .start-section,
  .printworks.comparison .section-wrapper{
    
    min-width: 768px;
  }

/*   .printworks.comparison table, */
  .printworks.comparison .section-wrapper {
    width: 100%;
    min-width: 768px;
    box-shadow: none;
    width: 100%;
    max-width: 960px;
    box-shadow: none;
  }
.printworks.comparison th:first-child, 
.printworks.comparison td:first-child {
  width: 35%;
  text-align: left;
/*   padding-left: 10px; */
}
.roxio-table .features-title {
  font-weight: bold;
}
  .printworks.comparison th:nth-child(n+2),
  .printworks.comparison td:nth-child(n+2) {
  width: 15%;
  text-align: center;
}
.printworks.comparison .table-body tr:last-child td {
  border-bottom: none;
}
.printworks.comparison .table-caption {
  width: 100%;
  box-shadow: -20px 0 0 #04b3ee, 20px 0 0 #04b3ee;
  margin-top: 0;
}
.printworks.comparison .table-caption th {
  background: #04b3ee;  
  color: #fff;
  height: 70px;
  padding-top: 10px;
  padding-bottom: 0;
  vertical-align: top;  
  border-radius: 0;
}
.printworks.comparison .table-wrapper {
  position: relative;
  width: 100%;
  padding-top: 7rem;
  margin-top: 33px;
  margin-bottom: 40px;
}
.table-caption-wrapper {
  position: absolute;
  top:0;
  width: 100%;
  min-width: 728px;
}
.printworks.comparison .caption-fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  margin-left: 20px;
  min-width: 728px;
}





.resources-container {
  margin-left: -120px;
}
.resources-container-column { 
  padding-left: 120px;
}
.resources-page h2 {
  margin-top: 21px;
}
.resources-page img {
  margin-top: 43px;
}
.resources-container + .resources-container-backup {
  margin-top: 30px;  
  border-top: 2px solid #bbb;
}
.resources-container-backup .resources-container {
  margin-top: -17px;
}

.articles.labelsaddresses .table-small {
  max-width: 300px;
  width: 100%;
} 

.articles.labelsaddresses .table-small th,
.articles.labelsaddresses .table-small td {
  text-align: center;
}
.articles.labelsaddresses .table-small th:first-child,
.articles.labelsaddresses .table-small td:first-child {
  width: 33.33%;
}
.articles.labelsaddresses .table-small th:last-child,
.articles.labelsaddresses .table-small td:last-child {
  width: 66.67%;
}

.articles.labelsaddresses .table-big th:first-child,
.articles.labelsaddresses .table-big td:first-child {
  width: 13.3333%;
  vertical-align: top;
}
.articles.labelsaddresses .table-big th:last-child,
.articles.labelsaddresses .table-big td:last-child {
  width: 46.6667%;
  text-align: left;
  padding-left: 10px;
  vertical-align: top;
}
.articles.labelsaddresses .table-big th:nth-child(2),
.articles.labelsaddresses .table-big td:nth-child(2),
.articles.labelsaddresses .table-big th:nth-child(3),
.articles.labelsaddresses .table-big td:nth-child(3) {
  width: 20%;
  vertical-align: top;
}



  .article-incut {
    display: none;
    border: solid #bfbfbf;
    border-width: 1px 0 1px 0;
    margin: 50px 0;
  }
  .article-incut-item {
    display: table;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 0;
  }
  .article-incut-item-icon,
  .article-incut-item-text,
  .article-incut-item-button {
    display: inline-block;
    vertical-align: middle;
  }

  .article-incut-item-icon {
    width: 130px;
    text-align: left;
  }
  
  .article-incut-item-text {
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    padding-left: 20px;
  }
  .article-incut-item-title {
    font-size: 3.1rem;
    font-weight: bold;
    margin-bottom: 1px;
    color: #595959;
  }
  .article-incut-item-tagline {
    font-size: 1.5rem;
    color: #5f6060;
  }
  .article-incut-item-desc {
    font-size: 1.4rem;
    line-height: 1.35;
    margin-top: 11px;
  }
  .article-incut-item-button {
   width: 100%;
   text-align: center;
   margin-top: 20px;
   margin-bottom: 15px;
  }
  .article-incut-button {
    padding: 13px 0 12px;
    width: 100%;
    max-width: 235px;
    margin: 0 20px;
  }



.paper-sizes .abcseries {
  margin-left: -5.20833333%;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -10px;
}
.paper-sizes .table thead {
  background: #ececed;
  font-size: 1.4rem;
}
.paper-sizes th {
  padding: 7px 0 7px;
  vertical-align: top;
}
.paper-sizes .table td {
  border-bottom: 1px solid #f3f3f3;
  padding: 6px 0 6px;
  font-size: 1.3rem;
  color: #595959;
  text-align: center;
}

.paper-sizes .table caption {
  margin-bottom: 10px;
  font-weight: bold;
}
.paper-sizes .abcseries .table-small-x {
/*   width: 28.125%; */
  width: 100%;
  max-width: 300px;
  display: inline-table;
  vertical-align: top;
/*   float: left; */
  margin-left: 5.20833333%;
  table-layout: fixed;
  margin-top: 30px;
}
.abcseries .table-small-x td:first-child,
.abcseries .table-small-x th:first-child {
  width: 20%;
}
.abcseries th,
.abcseries td {
  font-size: 1.2rem;
  text-align: center;
}
.abcseries th {
  line-height: 1.2;
  padding: 10px 5px;
}
.paper-sizes .table tbody tr {
  background: #fcfcfc;
}
.abcseries .table-small-x td:not(:first-child),
.abcseries .table-small-x th:not(:first-child) {
  width: 35%;
}

.table-american-size {
  max-width: 560px;
  margin: 30px auto 40px;
}
.table-ansi-formats {
  max-width: 720px;
  margin: 30px auto 40px;
}
.table-ansi-formats th:first-child,
.table-ansi-formats td:first-child,
.table-american-size th:first-child,
.table-american-size td:first-child {
  text-align: left;
  padding-left: 20px;
}



    
.table-paper-size, .table-paper-size thead, .table-paper-size tbody, .table-paper-size th, .table-paper-size td, .table-paper-size tr {
  display: block;
}
.table-paper-size {
  position: relative; 
  padding-bottom: 0;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  margin: 30px auto 50px;
}
.table-paper-size thead {
  float: left;
  white-space: nowrap;
  background: #ececed;
  font-size: 0;
}
.table-paper-size th {
  text-align: center;
  position: relative;
  width: 76px;
}
.table-paper-size th:first-child::before {
  content: "From";
  display: block;
  width: 100%;
  height: 50%;
  text-align: right;
  position: absolute;
  top: 0px;
  right: 8px;
}
.table-paper-size th:first-child::after {
  content: "To";
  display: block;
  width: 100%;
  height: 50%;
  text-align: left;
  position: absolute;
  bottom: 6px;
  left: 8px;
}
/*
.table-paper-size th:first-child {
  background: -moz-linear-gradient(to right top, #ececed 50%, #fcfcfc 50%);
  background: -webkit-linear-gradient(to right top, #ececed 50%, #fcfcfc 50%);
  background: linear-gradient(to right top, #ececed 50%, #fcfcfc 50%);
}  
*/
.table-paper-size td, .table-paper-size th {
  vertical-align: middle;
  font-size: 13px;
  padding: 6px 8px 6px 8px;
  border-bottom: 1px solid #f3f3f3;

}

.table-paper-size tbody {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  white-space: nowrap;
  font-size: 0;
}
.table-paper-size tr {
  display: inline-block;
  vertical-align: top;
}
.table-paper-size td {
  background: #fcfcfc;
  text-align: center;
  min-width: 73px;
}
.table-paper-size td:first-child {
   background: #ececed;
   position: relative;
   font-weight: bold;
}

.clipart-gallery {
  font-size: 0;
}
.clipart-gallery a {
  display: inline-block;
  width: 42px;
  height: 42px;
  vertical-align: top;
  margin: 5px;
}
.clipart.articles h3 {
  margin-top: 35px;
}

.clipart-gallery.agriculture a {
  background: url(/products/resources/img/additionalclipart/agriculture/agriculture.jpg) no-repeat 0 0;
  background-size: 689px 132px;
}
.clipart-gallery.animals a {
  background: url(/products/resources/img/additionalclipart/animals/animals.jpg) no-repeat 0 0;
  background-size: 689px 261px;
}
.clipart-gallery.architecture a {
  background: url(/products/resources/img/additionalclipart/architecture/architecture.jpg) no-repeat 0 0;
  background-size: 689px 132px;
}
.clipart-gallery.art-culture a {
  background: url(/products/resources/img/additionalclipart/art_culture/art_culture.jpg) no-repeat 0 0;
  background-size: 689px 132px;
}
.clipart-gallery.backgrounds a {
  background: url(/products/resources/img/additionalclipart/backgrounds/backgrounds.jpg) no-repeat 0 0;
  background-size: 689px 89px;
}
.clipart-gallery.borders a {
  background: url(/products/resources/img/additionalclipart/borders/borders.jpg) no-repeat 0 0;
  background-size: 689px 44px;
}
.clipart-gallery.business-office a {
  background: url(/products/resources/img/additionalclipart/business_office/business-office.jpg) no-repeat 0 0;
  background-size: 689px 261px;
}
.clipart-gallery.cinema-media a {
  background: url(/products/resources/img/additionalclipart/cinema_media/cinema_media.jpg) no-repeat 0 0;
  background-size: 689px 89px;
}
.clipart-gallery.computers a {
  background: url(/products/resources/img/additionalclipart/computers/computers.jpg) no-repeat 0 0;
  background-size: 689px 132px;
}
.clipart-gallery.education-schools a {
  background: url(/products/resources/img/additionalclipart/education_schools/education_schools.jpg) no-repeat 0 0;
  background-size: 689px 132px;
}
.clipart-gallery.flora a {
  background: url(/products/resources/img/additionalclipart/flora/flora.jpg) no-repeat 0 0;
  background-size: 689px 132px;
}
.clipart-gallery.food a {
  background: url(/products/resources/img/additionalclipart/food/food.jpg) no-repeat 0 0;
  background-size: 689px 261px;
}
.clipart-gallery.fun a {
  background: url(/products/resources/img/additionalclipart/fun/fun.jpg) no-repeat 0 0;
  background-size: 689px 44px;
}
.clipart-gallery.health-medical a {
  background: url(/products/resources/img/additionalclipart/health_medical/health_medical.jpg) no-repeat 0 0;
  background-size: 689px 89px;
}
.clipart-gallery.holidays-celebrations a {
  background: url(/products/resources/img/additionalclipart/holidays_celebrations/holidays_celebrations.jpg) no-repeat 0 0;
  background-size: 689px 132px;
}
.clipart-gallery.house-home a {
  background: url(/products/resources/img/additionalclipart/house_home/house-home.jpg) no-repeat 0 0;
  background-size: 689px 261px;
}
.clipart-gallery.industry a {
  background: url(/products/resources/img/additionalclipart/industry/industry.jpg) no-repeat 0 0;
  background-size: 689px 89px;
}
.clipart-gallery.kids a {
  background: url(/products/resources/img/additionalclipart/kids/kids.jpg) no-repeat 0 0;
  background-size: 689px 89px;
}
.clipart-gallery.maps-flags a {
  background: url(/products/resources/img/additionalclipart/maps_flags/maps_flags.jpg) no-repeat 0 0;
  background-size: 689px 44px;
}
.clipart-gallery.military a {
  background: url(/products/resources/img/additionalclipart/military/military.jpg) no-repeat 0 0;
  background-size: 689px 89px;
}
.clipart-gallery.music a {
  background: url(/products/resources/img/additionalclipart/music/music.jpg) no-repeat 0 0;
  background-size: 689px 132px;
}
.clipart-gallery.nature a {
  background: url(/products/resources/img/additionalclipart/nature/nature.jpg) no-repeat 0 0;
  background-size: 689px 132px;
}
.clipart-gallery.ornament a {
  background: url(/products/resources/img/additionalclipart/ornament/ornament.jpg) no-repeat 0 0;
  background-size: 689px 44px;
}
.clipart-gallery.people a {
  background: url(/products/resources/img/additionalclipart/people/people.jpg) no-repeat 0 0;
  background-size: 689px 261px;
}
.clipart-gallery.pets a {
  background: url(/products/resources/img/additionalclipart/pets/pets.jpg) no-repeat 0 0;
  background-size: 689px 89px;
}
.clipart-gallery.religion-myth a {
  background: url(/products/resources/img/additionalclipart/religion_myth/religion_myth.jpg) no-repeat 0 0;
  background-size: 689px 44px;
}
.clipart-gallery.science-technology a {
  background: url(/products/resources/img/additionalclipart/science_technology/science-technology.jpg) no-repeat 0 0;
  background-size: 689px 132px;
}
.clipart-gallery.sport-fitness a {
  background: url(/products/resources/img/additionalclipart/sport_fitness/sport_fitness.jpg) no-repeat 0 0;
  background-size: 689px 175px;
}
.clipart-gallery.symbols a {
  background: url(/products/resources/img/additionalclipart/symbols/symbols.jpg) no-repeat 0 0;
  background-size: 689px 89px;
}
.clipart-gallery.things a {
  background: url(/products/resources/img/additionalclipart/things/things.jpg) no-repeat 0 0;
  background-size: 689px 132px;
}
.clipart-gallery.tools-hardware a {
  background: url(/products/resources/img/additionalclipart/tools_hardware/tools_hardware.jpg) no-repeat 0 0;
  background-size: 689px 89px;
}
.clipart-gallery.transportation a {
  background: url(/products/resources/img/additionalclipart/transportation/transportation.jpg) no-repeat 0 0;
  background-size: 689px 132px;
}
.clipart-gallery.travel-leisure a {
  background: url(/products/resources/img/additionalclipart/travel_leisure/travel_leisure.jpg) no-repeat 0 0;
  background-size: 689px 175px;
}

.clipart-gallery a:nth-child(1) {
  background-position: -1px -3px;
}
.clipart-gallery a:nth-child(2) {
  background-position: -44px -3px;
}
.clipart-gallery a:nth-child(3) {
  background-position: -87px -3px;
}
.clipart-gallery a:nth-child(4) {
  background-position: -130px -3px;
}
.clipart-gallery a:nth-child(5) {
  background-position: -173px -3px;
}
.clipart-gallery a:nth-child(6) {
  background-position: -216px -3px;
}
.clipart-gallery a:nth-child(7) {
  background-position: -259px -3px;
}
.clipart-gallery a:nth-child(8) {
  background-position: -302px -3px;
}
.clipart-gallery a:nth-child(9) {
  background-position: -345px -3px;
}
.clipart-gallery a:nth-child(10) {
  background-position: -388px -3px;
}
.clipart-gallery a:nth-child(11) {
  background-position: -431px -3px;
}
.clipart-gallery a:nth-child(12) {
  background-position: -474px -3px;
}
.clipart-gallery a:nth-child(13) {
  background-position: -517px -3px;
}
.clipart-gallery a:nth-child(14) {
  background-position: -560px -3px;
}
.clipart-gallery a:nth-child(15) {
  background-position: -603px -3px;
}
.clipart-gallery a:nth-child(16) {
  background-position: -646px -3px;
}
.clipart-gallery a:nth-child(17) {
  background-position: -1px -46px;
}
.clipart-gallery a:nth-child(18) {
  background-position: -44px -46px;
}
.clipart-gallery a:nth-child(19) {
  background-position: -87px -46px;
}
.clipart-gallery a:nth-child(20) {
  background-position: -130px -46px;
}
.clipart-gallery a:nth-child(21) {
  background-position: -173px -46px;
}
.clipart-gallery a:nth-child(22) {
  background-position: -216px -46px;
}
.clipart-gallery a:nth-child(23) {
  background-position: -259px -46px;
}
.clipart-gallery a:nth-child(24) {
  background-position: -302px -46px;
}
.clipart-gallery a:nth-child(25) {
  background-position: -345px -46px;
}
.clipart-gallery a:nth-child(26) {
  background-position: -388px -46px;
}
.clipart-gallery a:nth-child(27) {
  background-position: -431px -46px;
}
.clipart-gallery a:nth-child(28) {
  background-position: -474px -46px;
}
.clipart-gallery a:nth-child(29) {
  background-position: -517px -46px;
}
.clipart-gallery a:nth-child(30) {
  background-position: -560px -46px;
}
.clipart-gallery a:nth-child(31) {
  background-position: -603px -46px;
}
.clipart-gallery a:nth-child(32) {
  background-position: -646px -46px;
}
.clipart-gallery a:nth-child(33) {
  background-position: -1px -89px;
}
.clipart-gallery a:nth-child(34) {
  background-position: -44px -89px;
}
.clipart-gallery a:nth-child(35) {
  background-position: -87px -89px;
}
.clipart-gallery a:nth-child(36) {
  background-position: -130px -89px;
}
.clipart-gallery a:nth-child(37) {
  background-position: -173px -89px;
}
.clipart-gallery a:nth-child(38) {
  background-position: -216px -89px;
}
.clipart-gallery a:nth-child(39) {
  background-position: -259px -89px;
}
.clipart-gallery a:nth-child(40) {
  background-position: -302px -89px;
}
.clipart-gallery a:nth-child(41) {
  background-position: -345px -89px;
}
.clipart-gallery a:nth-child(42) {
  background-position: -388px -89px;
}
.clipart-gallery a:nth-child(43) {
  background-position: -431px -89px;
}
.clipart-gallery a:nth-child(44) {
  background-position: -474px -89px;
}
.clipart-gallery a:nth-child(45) {
  background-position: -517px -89px;
}
.clipart-gallery a:nth-child(46) {
  background-position: -560px -89px;
}
.clipart-gallery a:nth-child(47) {
  background-position: -603px -89px;
}
.clipart-gallery a:nth-child(48) {
  background-position: -646px -89px;
}
.clipart-gallery a:nth-child(49) {
  background-position: -1px -132px;
}
.clipart-gallery a:nth-child(50) {
  background-position: -44px -132px;
}
.clipart-gallery a:nth-child(51) {
  background-position: -87px -132px;
}
.clipart-gallery a:nth-child(52) {
  background-position: -130px -132px;
}
.clipart-gallery a:nth-child(53) {
  background-position: -173px -132px;
}
.clipart-gallery a:nth-child(54) {
  background-position: -216px -132px;
}
.clipart-gallery a:nth-child(55) {
  background-position: -259px -132px;
}
.clipart-gallery a:nth-child(56) {
  background-position: -302px -132px;
}
.clipart-gallery a:nth-child(57) {
  background-position: -345px -132px;
}
.clipart-gallery a:nth-child(58) {
  background-position: -388px -132px;
}
.clipart-gallery a:nth-child(59) {
  background-position: -431px -132px;
}
.clipart-gallery a:nth-child(60) {
  background-position: -474px -132px;
}
.clipart-gallery a:nth-child(61) {
  background-position: -517px -132px;
}
.clipart-gallery a:nth-child(62) {
  background-position: -560px -132px;
}
.clipart-gallery a:nth-child(63) {
  background-position: -603px -132px;
}
.clipart-gallery a:nth-child(64) {
  background-position: -646px -132px;
}
.clipart-gallery a:nth-child(65) {
  background-position: -1px -175px;
}
.clipart-gallery a:nth-child(66) {
  background-position: -44px -175px;
}
.clipart-gallery a:nth-child(67) {
  background-position: -87px -175px;
}
.clipart-gallery a:nth-child(68) {
  background-position: -130px -175px;
}
.clipart-gallery a:nth-child(69) {
  background-position: -173px -175px;
}
.clipart-gallery a:nth-child(70) {
  background-position: -216px -175px;
}
.clipart-gallery a:nth-child(71) {
  background-position: -259px -175px;
}
.clipart-gallery a:nth-child(72) {
  background-position: -302px -175px;
}
.clipart-gallery a:nth-child(73) {
  background-position: -345px -175px;
}
.clipart-gallery a:nth-child(74) {
  background-position: -388px -175px;
}
.clipart-gallery a:nth-child(75) {
  background-position: -431px -175px;
}
.clipart-gallery a:nth-child(76) {
  background-position: -474px -175px;
}
.clipart-gallery a:nth-child(77) {
  background-position: -517px -175px;
}
.clipart-gallery a:nth-child(78) {
  background-position: -560px -175px;
}
.clipart-gallery a:nth-child(79) {
  background-position: -603px -175px;
}
.clipart-gallery a:nth-child(80) {
  background-position: -646px -175px;
}
.clipart-gallery a:nth-child(81) {
  background-position: -1px -218px;
}
.clipart-gallery a:nth-child(82) {
  background-position: -44px -218px;
}
.clipart-gallery a:nth-child(83) {
  background-position: -87px -218px;
}
.clipart-gallery a:nth-child(84) {
  background-position: -130px -218px;
}
.clipart-gallery a:nth-child(85) {
  background-position: -173px -218px;
}
.clipart-gallery a:nth-child(86) {
  background-position: -216px -218px;
}
.clipart-gallery a:nth-child(87) {
  background-position: -259px -218px;
}
.clipart-gallery a:nth-child(88) {
  background-position: -302px -218px;
}
.clipart-gallery a:nth-child(89) {
  background-position: -345px -218px;
}
.clipart-gallery a:nth-child(90) {
  background-position: -388px -218px;
}
.clipart-gallery a:nth-child(91) {
  background-position: -431px -218px;
}
.clipart-gallery a:nth-child(92) {
  background-position: -474px -218px;
}
.clipart-gallery a:nth-child(93) {
  background-position: -517px -218px;
}
.clipart-gallery a:nth-child(94) {
  background-position: -560px -218px;
}
.clipart-gallery a:nth-child(95) {
  background-position: -603px -218px;
}
.clipart-gallery a:nth-child(96) {
  background-position: -646px -218px;
}


.articles .nick-gallery {
  letter-spacing: -.5rem;
  margin-top: 50px;
}
.articles .nick-gallery a {
 display: inline-block;
  width: 50%;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 10px;
}
.articles .nick-gallery figure {
  margin: 0;
}
.articles .nick-gallery img {
  max-width: 100%;
  height: auto;
}

.nick-gallery-item-name {
  color: #333;
  text-align: center;
  margin: 10px 0 0;
  font-size: 1.3rem;
  line-height: 1.2;
}
.articles .nick-gallery a:hover .nick-gallery-item-name {
  color: #2778dc;
}


.articles.swiftpublisher .product-header-wrapper {
  max-width: 696px;
  width: 100%;
  margin: 0 auto;
  padding: 31px 28px 10px;
  text-align: center;
}
.articles.swiftpublisher .product-header-wrapper > a {
  display: inline-block;
}
.articles.swiftpublisher .product-header-app-icon {
  display: inline-block;
  width: 131px;
  height: 130px;
  background: url(//cdn.belightsoft.com/assets/img/swiftpublisher/product-header-app-icon@2x.png) no-repeat center top;
  background-size: contain;
  vertical-align: middle;
}
.articles.swiftpublisher .product-header-title {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1;
  vertical-align: middle;
  width: 100%;
  letter-spacing: normal;
  color: #464a3c;
  text-decoration: none;
  margin-top: 10px;
}
@media only screen and (min-width: 568px) {
 .articles.swiftpublisher  .product-header-title {
    font-size: 6.5rem;
    margin-left: 25px;
    width: auto;
  }
}









@media all and (min-width: 700px) {

  .table-paper-size {
    display: table;
/*     overflow: visible; */
    box-shadow: 0 1px 0 #f3f3f3;
  
  }

  .table-paper-size th {
    text-align: left;
    display: table-header-group;
    padding: 7px 0;
  }


 .table-paper-size th,  .table-paper-size td {
   width: 11.1111111%;
 }  
/*
 .table-paper-size th:first-child ,  .table-paper-size td:first-child  {
   width: 20%;
 }  
*/
/*
.table-paper-size th:first-child {
  background: -moz-linear-gradient(to right top, #fcfcfc 50%, #ececed 50%);
  background: -webkit-linear-gradient(to right top, #fcfcfc 50%, #ececed 50%);
  background: linear-gradient(to right top, #fcfcfc 50%, #ececed 50%);
}  
*/

  .table-paper-size thead {
    font-weight: bold;
    color: #333;
    display: table-header-group;
    float: none;
    white-space: normal;
  }

  .table-paper-size tbody {
    display: table-row-group;
  }
  
  .table-paper-size tr {
      display: table-row;
    }

  .table-paper-size td, .table-paper-size th {
    display: table-cell;
    text-align: center;
  }
  
  .table-paper-size td {
/*     border-bottom: 1px solid red; */
  }
}














 .plus, .minus {
  text-indent: -9999em;
  background: transparent url(/share/img/table_signs@2x.png) no-repeat;
  background-size: 24px 12px;
  width: 12px;
  height: 12px;
  margin: 0 auto;
}
.plus {
  background-position: 0 0;
}
.minus {
  background-position: right 0;
}


/* @end */


.related-links-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ebebeb;
}
.related-links-title {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding-left: 4.2rem;
  font-size: 1.8rem;
  line-height: 1.36363636;
  font-weight: 400;
  color: #111111;
}
.related-links-title::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2rem;
  background: url(/products/resources/img/backup-mac/icon-article.svg) no-repeat left top / 4rem 4rem;
}
.related-links-list {
  margin-top: 6px;
  padding-left: 4.2rem;
  list-style: none;
}
.related-links-list li {
  margin-bottom: 12px;
}
.related-links-list a {
  position: relative;
  color: #111111;
  text-decoration: underline;
}
.related-links-last-word {
  display: inline-block;
  text-decoration: underline;
}
.related-links-last-word::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  right: -1rem;
  top: .2rem;
  background: url(/products/resources/img/backup-mac/icon-link-arrow.svg) no-repeat left top / contain;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 400px) {


.basic-traits-item {
  width: 33%;
}

  .subscribe-window {
  	padding: 42px 40px 46px;
  }
  .news-date {
    float: left;
  }
  .news-content {
    margin-left: 90px;  
  }
  .news-month {
    margin-bottom: 32px;
  }
  .news-date {
    margin-top: 1px;
    margin-bottom: 0;  
  }
  

}

@media only screen and (min-width: 480px) {
  .subheader-menu {
    display: block !important;
    padding-bottom: 9px;
    text-align: right;
  }
  #subheader-menu-toggle {
    display: none;
  }
  .subheader-menu li {
    display: inline-block;
    text-align: center;
    padding: 0;
  }
  .subheader-menu li a {
    font-size: 1.35rem;
    padding: 0 25px;
  }
  .subheader-menu li:last-child a {
    padding-right: 15px;
  }

  
  .fontkit-mas-list {
  }
  .fontkit-mas-item {
    text-align: left;
    max-width: 420px;
  }
  .fontkit-mas-item-img {
    width: 75px;
    float: left;
  }
  .fontkit-mas-item-title,
  .fontkit-mas-item-desc,
  .fontkit-mas-item-link {
    padding-left: 100px;
  }
  .fontkit-mas-item-title {
  margin-top: 0;
  }

  .related-links-section {
    padding-top: 43px;
    padding-bottom: 50px;
  }
  .related-links-title {
    font-size: 2.4rem;
    padding-left: 4.7rem;
  }
  .related-links-list {
    padding-left: 4.7rem;
    font-size: 1.7rem;
    line-height: 3rem;
  }
  .related-links-list li {
    margin-bottom: 0;
  }
  
  .related-links-list a,
  .related-links-last-word {
    text-decoration: none;
  }
  .related-links-list a:hover,
  .related-links-list a:hover .related-links-last-word {
    text-decoration: underline;
  }

}


@media only screen and (min-width: 500px) { /* 480px */

.main-products-list-item img {
  
  float: left;
  margin-right: 10px;
  clear: both;
}


  .site-header-menu.desktop {
    float: right;
  }
  .site-header-menu.desktop > ul > li {
    float: left;
  }
  .site-header-menu.desktop > ul > li > a {
  	line-height: 6rem;
  	text-align: center;
  }
  .site-header-menu .site-header-drop-down {
  	position: absolute;
  	z-index: 999999999999;
  	min-width: 290px;
  	padding: 9px 0px 23px;
  	left: 0; 
    background: rgba(86,89,92,.95);
  	border-bottom-left-radius: 4px;
  	border-bottom-right-radius: 4px;
  	-webkit-font-smoothing: subpixel-antialiased;
  	line-height: 25px;
  }
  .site-header-drop-down li {
  	position: relative;
  	float: none;
  	margin-left: 0;
  	padding-bottom: 0;
  }
  .site-header-drop-down li a {
    	padding: 0 20px;
  }
  .site-header-drop-down .devider {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #6d7173;
  }

  .product-header-app {
    margin-top: 30px;
  }
  .product-header-icon {
    vertical-align: middle;
    margin-bottom: 0;
  }
  .product-header-name {
    width: auto;
    vertical-align: middle;
    margin-left: 10px;
    text-align: left;
    font-size: 4rem;
   }

 .storepage .product-header-name {
    line-height: 15px;
  } 


  .composer.storepage .product-header-name {
  font-size: 3rem;
  margin-top: 20px;
  line-height: 1;
}

  .storepage .product-header-name span {
    top: 6px;
  }
  .composer.storepage .product-header-name span {
    top: -9px;
  }

  .product-header-submenu-point {
    padding: 0 55px;
    width: auto;
    max-width: inherit;
  }
  .product-header-store-banner {
    margin-top: 20px;
  }
  .product-header-store-banner a {
    margin: 5px 8px;
  }
  .tutorial-item-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tutorial-item {
    width: 33.3333%;
  }

  .tutorial-item:nth-child(3n+1) {
    text-align: left;
  }
  .tutorial-item:nth-child(3n+2) {
    text-align: center;
  }
  .tutorial-item:nth-child(3n+3) {
    text-align: right;
  }
  .info-box-column {
    width: 50%;
  }

  .purchase-option-list,
  .purchase-option-button {
    display: inline-block;
    vertical-align: top
  }
  .purchase-option-list {
    width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: calc(100% - 210px);
  }
  .purchase-option-button {
    width: 210px;
    text-align: right;
  }



  .disccover .roxio-table td:first-child{
    padding-left: 50px;
  }
  .roxio-table th:first-child, 
  .roxio-table td:first-child,
  .roxio-table td:first-child.features-title {
    padding-left: 30px;
  }

  .product-os-nav-point {
    font-size: 1.4rem;
    padding: 0 14px;
  }
  .product-category-item,
  .store-category-item {
    width: 33.3333%;
  }
  
  .company-team-person {
    width: 33.3333%;
  }



  .info-box-free-graphic {
    width: 100%;
  }

  .rails-store-badges {
      margin-left: -40px;
      margin-bottom: 100px;
  }
  .rails-store-badges-item {
    float: left;
  margin-left: 40px;
  }


}



@media only screen and (min-width: 545px) { 
  .promo-video-poster h2 {
    text-align: center;
    position: relative;
    z-index: 30;  
    display: block;
  }

  .pro-sample-gallery-item {
    width: 33.3333%;
  }

  .articles .nick-gallery a {
    width: 33.33333%;
  }
}



@media only screen and (min-width: 580px) { 
  .samples-slider-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  
  .hero-section {
      background: #1c9e9e url(/share/img/hero-sp5-bg.png) no-repeat center center;
      background-size: 1753px 1023px;
  }
  .hero-icon {
    width: 182px;
    height: 175px;
  }
  
    .hero-container {
      padding: 47px 20px 52px;
    }
  .hero-title {
    font-size: 6.5rem;
    margin-bottom: 30px;
    margin-top: 6px;
  }
  .hero-text {
    font-size: 3rem;
    line-height: 3.3rem;
    margin-bottom: 45px;
  }
.hero-button {
  font-size: 1.7rem;
  padding: 11px 0 12px;
  max-width: 190px;
}
  .contacts-container {
    margin-left: -30px;
  }
  .contacts-column {
    width: 50%;
    float: left;
    padding-left: 30px;
  }

  .button-wrapper-downloads {
    text-align: left;
  }
  

}



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

  .site-footer-column-wrapper {
    margin-left: -75px;
  }

  .site-footer-column {
    width: 33.3333%;
    margin-bottom: 0;
    padding-left: 75px;
    text-align: left;
  }
  .product-header-submenu {
    margin-left: 0;
    margin-right: 0;
  }

.liveinterior.win .new-features-item {
    width: 25%;
    padding-left: 0;
    background-position: 0 0;
}  
.basic-traits-item {
  width: 20%;
}
  
  .main-features-item {
    width: 50%;
  }
  .dc-result .img-wrapper img {
    padding-top: 4.615384615384615%;
  }

  .dc-integration .img-wrapper img {
    padding-top: 14.146341463415%;
  }

  .bcc-apple-contacts .img-wrapper  {
    padding-top: 7.3076925%;
    padding-bottom: 7.3076925%;
  }
  .bcc-google-maps .img-wrapper  {
  }
  .bcc-printing .img-wrapper  {
    padding-left: 8.4615385%;
  }
 .la-mailing-tool.img-wrapper img {
    padding-top: 2px;
  }
  .la-barcodes .img-wrapper img {
/*
    padding-top: 20px;
    padding-bottom: 16px;
*/
    padding-top: 6.2307692%;
    padding-bottom: 3%;
  }

  .li-result .img-wrapper img {
/*
    margin-top: 20px;
    padding-top: 15.384615%;
*/  
/*     padding-top: 20.512820512821%; */
    
    padding-bottom:40px;
    padding-top: 10.25641025641%;
  }
  .li-rendering .img-wrapper img {
    padding-top: 12.820512820513%;
  }
  
  .li-furniture .img-wrapper {
    height: 0;
    padding-bottom: 69.230769%;
  }
  .pw-arsenal .img-wrapper {
    padding: 4.131868131868% 10.786516853933% 4% 0;
  }
  
  .pw-print .img-wrapper {
    padding: 20px 46px 12px 20px;
  }
  .customer-comment-list {
    display: table;
    table-layout: fixed;
    border-spacing: 30px 0;
    margin: 0 -30px 75px;
  }
  
  .customer-comment {
    vertical-align: top;
    display: table-cell;
    height: 100%;
    width: 33.3333%;
  }

  .key-features-item {
    width: 50%;
    margin-bottom: 23px;
  }
  .key-features-item:nth-last-child(-n+2) {
    margin-bottom: 12px;
  }

  .li3d-pro .key-features-item:nth-last-child(-n+2) {
    margin-bottom: 2px;
  }

  .all-features-column {
    width: 50%;
    }
  .roxio-form-section,
  .roxio-result-section {
    width: 50%;
    padding-right: 30px;
  }

  .company-team-person {
    width: 25%;
  }
  .main-features-chess-item {
/*     display: table; */
  }
  .main-features-chess-img,
  .main-features-chess-text {
      display: table-cell;
      vertical-align: middle;
  }
  .main-features-chess-img {
    width: 40.625%;
  }
  .main-features-chess-text {
    width: 59.375%;
   direction: ltr;
   padding-left: 5.2083333%;
  }
  .main-features-chess-item.reverse-order {
   direction: rtl;
  } 
  .main-features-chess-item.reverse-order .main-features-chess-text {
   padding-right: 5.2083333%;
   padding-left: 0;
  } 



}

@media only screen and (min-width: 668px) {
  .article-incut {
    display: block;
  }
  .font-preview-item {
    width: 50%;
  }


  .resources-container-column { 
    width: 50%;
    float: left;
  }
  .resources-container-column p {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }

}

@media only screen and (min-width: 700px) {
.main-products-list-item {
  width: 33.3333%;
}

  .purchase-option-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    }
  .purchase-option-cell {
    margin-bottom: 0;
  }
  .purchase-option-cell {
    display: table-cell; 
  }
  .purchase-option-name {
    width: 250px;
  }
  .purchase-option-list {
    width: 100%;
  }

  .liveinterior.partners h3 {
    margin-bottom: -13px;
  }
  .liveinterior.partners h3 + a img {
    float: right;
    margin-top: 8px;
  }
  .liveinterior.partners h3 + a + p {
    margin-right: 180px;
  }

  .articles.labelsaddresses .content-wrapper {
    max-width: 680px;
    width: 100%;
    margin: 40px auto ;
  }
  .articles.labelsaddresses .content-wrapper img {
    float: right;
    margin-top: 10px;
  }
  .articles.labelsaddresses .content-wrapper .table-small {
    float: left;
  }

  .product-category-item,
  .store-category-item {
    width: 25%;
  }


}



@media only screen and (min-width: 768px) {
   .mobile {
    display: none;
  }
  .desktop {
    display: inline-block;
  }
  .site-header-menu.desktop > ul > li > a {
    padding: 0 24px;
    font-size: 1.5rem;
  }

  .product-header-submenu {
    margin-top: 30px;
  }

  
  .belight-products-section .section-wrapper {
    padding: 0 50px;
  }
  
  .product-header .section-wrapper {
    text-align: left;
  }
  .storepage .product-header .section-wrapper {
    text-align: center;
  }

  .gb-product-header .section-wrapper,
  .alt-product-header .section-wrapper {
    text-align: left;
  }
  .gb-product-header-icon,
  .alt-product-header-icon {
    vertical-align: middle;
    margin-bottom: 0;
  }
  .alt-product-header-icon {
    margin-left: 3px;
  }
  .gb-product-header-name {
    width: auto;
    text-align: left;
    margin-left: 25px;
  }
  .alt-product-header-name {
    width: auto;
    text-align: left;
    margin-left: 32px;
  }
  
  .product-header-social {
    float: right;
    width: auto;
    margin-top: 65px;
    margin-right: -5px;
  }
 .intro-text, .intro-aside {
    display: table-cell;
    vertical-align: top;
  }

  .new-features-section {
    text-align: left;
  }



  .liveinterior.win .new-features-list {
    margin-left: 0;
    overflow: hidden;
  }
  .new-features-aside {
    padding-top: 12px;
  }

  .intro-aside {
    width: 270px;
    padding-left: 20px;
  }
  
  .disccover .intro-aside {
    padding-left: 0;
  }
  .labelsaddresses .intro-aside,
  .fontkit .intro-aside {
    width: 310px;
  }

  .review-citation {
    font-size: 28px;
  }  
  .intro-text {
    padding-right: 40px;
  }
  .intro-media-video {
    width: 283px;
  }
  
  
  
  
  .info-box-column {
    width: 33.3333%;
    margin-bottom: 0;
  }
  
  
  .info-box-free-graphic {
    text-align: right;
  }
  .free-graphic-inclusion { 
    margin-top: -65%;
    margin-bottom: 10px;
  }
  .arttext .free-graphic-inclusion {
    margin-top: -89% ;
  }


  


  .liveinterior.downloads .info-box-req {
    margin-top: 55px;
  }
  .liveinterior.downloads .info-box-column-pro {
    position: relative;
  }
  .liveinterior.downloads .info-box-column-pro:after {
    content: "";
    display: block;
    width: 1px;
    background: #e0e0e0;
    position: absolute;  
    top: 18.8rem;
    bottom: -10px;
    right: -35px;
  }

  .company-team-person {
    width: 20%;
  }

  .button-wrapper-intro-aside,
  .service-link-wrapper-aside {
    text-align: left;
  }
  .button-wrapper-intro-aside {
    margin-top: -10px;
  }

/*   .arttext-plugin .button-wrapper-intro, */
  .fontkit .button-wrapper-intro {
    text-align: left;
  }
  
  .new-features-section .button {
    margin: 0 auto;
    float: none;
  }

  .liveinterior.downloads .info-box-column:last-child {
    padding-top: 6.8564rem;
  }
  .liveinterior.downloads .info-box-column .service-link {
    margin-top: 35px;
  }

  .news-subscribe {
    display: block;
    float: right;
    width: 200px;
    padding: 0px 20px 24px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin: 36px 0 20px 20px;
  }
  .news-subscribe-title {
    font-size: 14px; 
    line-height: 18px;
    margin-bottom: 6px; 
    color:#262626;
  }
  .news-subscribe-text {
    font-size: 1.2rem; 
    line-height: 20px; 
  }
  .button-news-subscribe {
    font-size: 12px;
    display: inline-block;
    background: #9c9c9c;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 1px;
    margin-top: 12px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .button-news-subscribe:hover {
    background: #828282;
    text-decoration: none;
  }
  .button-news-subscribe:active {
    top: 1px;
  }


  .support-list-wrapper {
    letter-spacing: -.5rem;
  }
  .support-list {
    display: inline-block;
    width: 40.625%;
    vertical-align: top;
    letter-spacing: normal;
  }
  .support-list:last-child {
    margin-left: 18.75%;
  }
  .support-list .support-item:last-child .support-item-title {
    border: none;
  }

  .pro-sample-gallery-item {
    width: 25%;
  }

  .paper-sizes .abcseries .table-small-x {
    width: 28.125%;
  }
  .article-incut-item-text {
    width: -moz-calc(100% - 375px);
    width: -webkit-calc(100% - 375px);
    width: calc(100% - 375px);
    padding: 0 3.143% 0 20px;
  }
  .article-incut-item-button {
    max-width: 245px;
    margin: 0;
  }
  .article-incut-button {
    margin: 0;
  }
  .article-incut-button:first-child {
    margin-bottom: 15px;
  }



  .arttext.win .main-features-section .section-wrapper {
    padding-top: 80px;
  }


  .fontkit-mas-list {
    text-align: left;
    margin-left: -6.25%;
  }
  .fontkit-mas-item {
    width: 50%;
    max-width: none;
    padding-left: 5.8823529%;
  }

  .alt-start-section {
    padding-top: 84px;
  }
  .swiftpublisher .alt-start-section {
    padding-bottom: 84px;
    
  }
  .printworks .alt-start-section {
    padding-bottom: 84px;
    
  }
  .storepage.swiftpublisher .alt-product-header-name {
    font-size: 4.6rem;
  line-height: 17px;
  }
  .storepage.swiftpublisher .alt-product-header-name span {
    top: 4px;
  }
  .storepage.printworks .alt-product-header-name {
    font-size: 4.6rem;
  line-height: 17px;
  }
  .storepage.printworks .alt-product-header-name span {
    top: 4px;
  }
  .alt-product-header-store-banner {
    float: right;
    width: auto;
    margin-top: 66px;
    margin-right: -5px;
  }
  .swiftpublisher .alt-product-header-store-banner {
    float: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .printworks .alt-product-header-store-banner {
    float: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
  }


  .articles .nick-gallery a {
    width: 20%;
  }

}



@media only screen and (min-width: 808px) {
  .liveinterior.win .new-features-aside {
    float: right;
    clear: both;
    margin-left: 0;
  }
  .liveinterior.win .pop-up-media.new-version-video {
    margin-top: -59px;
  }

  .tutorial-item-list {
    margin-right: -49px;
    margin-left: -50px;
  }
  .printworks .tutorial-item-list {
    margin-right: -16px;
    margin-left: -16px;
  }
  .tutorial-item {
    width: 25%;
    text-align: center;
  }
  .tutorial-item:nth-child(n) {
    text-align: center;
    padding: 0 49px;
  }
  .printworks .tutorial-item,
  .labelsaddresses .tutorial-item {
    width: 20%;
  }
  .printworks .tutorial-item:nth-child(n),
  .labelsaddresses .tutorial-item:nth-child(n) {
    padding: 0 16px;
  }

 
}
@media only screen and (min-width: 845px) {
  .storepage .product-header .section-wrapper {
    text-align: left;
  }

  .storepage:not(.labelsaddresses):not(.composer) .product-header-store-banner {
    float: right;
    width: auto;
    margin-top: 59px;
    margin-right: -5px;
  }

}

@media only screen and (min-width: 858px) {
  .button-wrapper-intro {
    float: left;
    width: 580px;
    margin-top: 10px;
  }
  .service-link-wrapper {
    display: block;
    float: right;
    text-align: left;
    margin-top: 6px;
    margin-right: 59px;
    position: relative;
  }
  .labelsaddresses .service-link-wrapper,
  .composer  .service-link-wrapper,
  .disccover .service-link-wrapper {
    top: 1.7rem;
  }
  .imagetricks .service-link-wrapper {
    top: 1.7rem;
  }
  
  .service-link-wrapper .service-link-shell {
    display: block;
    margin: 10px 0;
    position: relative;
  }
  .downloads .button-upgrade {
    float: right;
  }
  .printworks.downloads .button-upgrade {
    margin-top: 20px;
  }
  .upgrade-text {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 870px) {
  .li-furniture .img-wrapper {
    height: 270px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 940px) {
/*
  .storepage.liveinterior .product-header .section-wrapper {
    text-align: left;
  }
  .liveinterior .product-header-store-banner {
    float: right;
    width: auto;
    margin-top: 59px;
    margin-right: -5px;
  }
*/
}

@media only screen and (min-width: 960px) {
    .liveinterior.win .new-features-aside {
    margin-left: 48px;
  }
  .storepage.labelsaddresses .product-header-store-banner {
    float: right;
    width: auto;
    margin-top: 59px;
    margin-right: -5px;
  }
  .storepage.composer .product-header-store-banner {
    float: right;
    width: auto;
    margin-top: 59px;
    margin-right: -5px;
  }
  .roxio-table th:first-child, 
  .roxio-table td:first-child {
    padding-left: 10px;
  }
  .printworks.comparison .table-caption {
    width: 100%;
    max-width: 920px;
    box-shadow: none;
  }
.printworks.comparison .caption-fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);


  left: auto !important;
  margin-left: 0;
}

  .company-team-person {
    width: 16.6666667%;
  }
  .contact-form-wrapper {
    min-height: 539px;
  }
  .registration-form-wrapper {
    min-height: 139px;
  }
  .imagetricks .samples-slider-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

 .swiftpublisher .alt-product-header-store-banner {
    float: right;
    width: auto;
    margin-top: 66px;
    margin-right: -5px;

  }
 .printworks .alt-product-header-store-banner {
    float: right;
    width: auto;
    margin-top: 66px;
    margin-right: -5px;

  }

}





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

}

@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) {
  .product-header-social a {
    background: url(/share/img/header_social_icons@2x.png) no-repeat 0 0;
    background-size: 153px 50px;
  }
  a.product-header-facebook {
    background-position: 0 0;
  }
  a.product-header-twitter {
    background-position: -51px 0;
  }
  a.product-header-google {
    background-position: -102px 0;
  }

  @media only screen and (min-width: 580px) {
    .hero-section {
      background: #1c9e9e url(/share/img/hero-sp5-bg@2x.png) no-repeat center center;
      background-size: 1753px 1023px;
    }
  }

  .hero-icon {
    background: url(/share/img/hero-sp5-icon@2x.png) no-repeat center top;
    background-size: contain;
  }
  
  .arttext .alt-product-header-icon {
    background:  url(/art-text/img/at-product-icon@2x.png) no-repeat left top;
    background-size: 121px 133px;
  }

  .disccover .product-header-icon {
    background: url(/products/disccover/img/dc_product_icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
  }
  .liveinterior.mac .product-header-icon {
    background: url(/products/liveinterior/img/li_product_icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
  }
  .liveinterior.proversion.mac .product-header-icon {
    background: url(/products/liveinterior/img/lipro_product_icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
  }
  .liveinterior.win .product-header-icon {
    background: url(/products/liveinterior/win/img/lipro_product_icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
  }
  .printworks .product-header-icon {
    background: url(/products/printworks/img/pw_product_icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
  }
  .concealer .product-header-icon {
    background: url(/products/concealer/img/cc_product_icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
  }
  .composer .product-header-icon {
    background: url(/products/composer/img/bcc_product_icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
  }
  .labelsaddresses .product-header-icon {
    background: url(/products/labelsaddresses/img/la_product_icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
  }
 .imagetricks .product-header-icon {
    background: url(/products/imagetricks/img/it_product_icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
 } 
  .arttext.win .product-header-icon {
    background: url(/art-text/win/img/atwin_product_icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
  }
 .fontkit .product-header-icon {
    background: url(/products/fontkit/img/fk_product_icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
 } 
   .rails .product-header-icon {
    background: url(/store/img/rl-header-icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
  }
  .swiftpublisher .alt-product-header-icon {
    background:  url(/store/img/sp-header-icon@2x.png) no-repeat left top;
    background-size: 128px 127px;
  }
  .printworks .alt-product-header-icon {
    background:  url(/store/img/pw-header-icon@2x.png) no-repeat left top;
    background-size: 128px 128px;
  }

  
  .new-features-records-video {
    background: url(/products/liveinterior/win/img/new_features_records_video@2x.png) no-repeat 25px 0;
  }
  .new-features-walkthrough-mode {
    background: url(/products/liveinterior/win/img/new_features_walkthrough_mode@2x.png) no-repeat 25px 0;
  }
  .new-features-object-editing {
    background: url(/products/liveinterior/win/img/new_features_object_editing@2x.png) no-repeat 25px 0;
  }
  .new-features-export-import {
    background: url(/products/liveinterior/win/img/new_features_export_import@2x.png) no-repeat 25px 0;
  }

  .support-item-content a::before {
  	background: url(/support/img/support-icons-upd@2x.png) no-repeat;
  	background-size: 50px 150px;
  }

  
}

@media only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 600px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 600px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 600px), 
only screen and (min-device-pixel-ratio: 2) and (min-width: 600px) {

}



/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
