/*! 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/bls_logo.png) 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;
}
.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;
}
.site-footer-column.big {
  margin-bottom: 60px;
}
.site-footer-column:nth-child(odd) {
  width: 64.435165%;
}
.site-footer-column:nth-child(even) {
  width: 32.417582%;
  margin-left: 3.1472527%;
}
.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: 1rem;
}
.site-footer-column ul + h4,
.site-footer-column h4 + h4 {
  margin-top: 60px;
}
.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 1.3rem;
  border-top: 1px solid #636669;
}

/* @end */

/* @group MAIN */

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


.hero-section {
  background: url(/share/img/livehome3d/hero-lh3d-bg.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
	font-family: "Open Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}
.hero-container {
  padding: 45px 20px 50px;
  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: 112px;
  background: url(/share/img/livehome3d/hero-lh3d-icon.png) no-repeat center top;
  background-size: contain;
}
.hero-title {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 19px;
  margin-top: 0;
  color: #f2f0eb;
  line-height: 1;
}
.hero-text {
  font-weight: 300;
  margin-bottom: 42px;
  color: #f2f0eb;
  font-size: 2rem;
  line-height: 2.8rem;
}
.hero-text:hover {
  text-decoration: none;
}
.hero-button {
  display: inline-block;
  position: relative;
  font-size: 1.7rem;
  text-decoration: none;
  color: #f2f0eb;
  background-color: #cd4a60;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0 12px;
  max-width: 180px;
  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: #c03d53;
  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;
}
.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;
}
.swiftpublisher .product-header-icon {
  background: url(/products/swiftpublisher/img/sp_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;
}

.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 span {
  font-size: 16px;
  line-height: 10px;
  font-weight: normal;
  padding-left: 4px;
  color: #606060;
  position: relative;
  top:-15px;
}
.liveinterior.storepage .product-header-name {
  font-size: 30px;
}

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

.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;
}
.arttext .alt-product-header-name {
  position: relative;
  top: 6px;
}
.storepage.arttext .alt-product-header-name {
  line-height: 17px;
}
.storepage.arttext .alt-product-header-name span {
  font-size: 16px;
  line-height: 10px;
  padding-left: 1px;
  color: #606060;
}

.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;
}
.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,
.swiftpublisher .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 {
  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;
}

.swiftpublisher .new-features-section {
  background: url(/products/swiftpublisher/img/new_features_bg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 14px;
  padding-bottom: 50px;
}
.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;
}
.swiftpublisher .new-features-section h2 {
  margin-bottom: 21px;
}
.liveinterior.win .new-features-section h2 {
  margin-bottom: 16px;
}
.new-features-list {
  font-size: 0;
  text-align: left;
  margin-bottom: 13px;
}
.swiftpublisher .new-features-list {
  margin-left: -50px;
}
.liveinterior.win .new-features-list {
/*   margin-left: -25px; */
/*   max-width: 600px; */
}
.swiftpublisher .new-features-item {
  display: inline-block;
  font-size: 15px;
  width: 50%;
  vertical-align: top;
  margin-bottom: 14px;
  padding-top: 81px;
  padding-left: 70px;
  line-height: 18px;
}
.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;
}

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

.new-features-templates {
  background: url(/products/swiftpublisher/img/new_features_templates.png) no-repeat 70px 0;
}
.new-features-clipart {
  background: url(/products/swiftpublisher/img/new_features_clipart.png) no-repeat 70px 0;
}
.new-features-dynamic-fields {
  background: url(/products/swiftpublisher/img/new_features_dynamic_fields.png) no-repeat 70px 0;
}
.new-features-circle-text {
  background: url(/products/swiftpublisher/img/new_features_circle_text.png) no-repeat 70px 0;
}
.new-features-barcodes {
  background: url(/products/swiftpublisher/img/new_features_barcodes.png) no-repeat 70px 0;
}
.new-features-export {
  background: url(/products/swiftpublisher/img/new_features_export.png) no-repeat 70px 0;
}

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

.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%;}
.swiftpublisher .screenshots-section {
  background: #5b727a;
}

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

}

/* @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; 
}
.swiftpublisher .promo-video-container {
  padding-bottom: 62%; 
}
.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%;
}
.swiftpublisher .promo-video-player-wrapper {
  position: absolute;
  width: 100%;
  max-width: 960px;
  padding-bottom: 62.5%; 
  height: 0; 
}
.swiftpublisher .promo-video-container iframe {
  position: absolute; 
  max-width: 952px; 
  max-height: 595px;
}
.printworks .promo-video-container iframe {
  position: absolute; 
  max-width: 944px; 
  max-height: 531px;
}

.promo-video-poster {
  position: absolute;
  width: 100%;
  height: 0;
}
.swiftpublisher .promo-video-poster {
   padding-bottom: 62.5%; 
   background: url(/products/swiftpublisher/img/promo_video_poster.jpg) 0 0 no-repeat;
  background-size: cover;
}
.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;
}

.basic-traits {
/*   margin: 0 -20px; */
  margin-left: -40px;
  text-align: center;
  margin-top: -13px;
  margin-bottom: 26px;
}
.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;
}

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

/* @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;
}
.swiftpublisher .customers-section .section-wrapper {
  padding-top: 3px;
}
.swiftpublisher .customers-section h2 {
  text-align: center;
}
.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-text {
  line-height: 2.2rem;
  margin-top: 0;
}
.li3d-pro .key-feature-text {
  color: #c9c9c9;
  text-align: left;
}

/* @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: #494d51;
  color: #ffffff;
}
.pro-version-section .section-wrapper {
  padding-top: 30px;
  padding-bottom: 45px;
}
.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: 27px;
  margin-bottom: 26px;
}
.pro-version-title-img {
  width: 100%;
  max-width: 390px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.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 */
.overview .info-section .section-wrapper {
  padding-top: 46px;
  padding-bottom: 50px;
}
.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;
}

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


.plugin-direction-section .section-wrapper {
  padding-top: 24px;
  padding-bottom: 30px;
}
.plugin-screen {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.plugin-direction {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.plugin-direction li {
  counter-increment: step-counter;
  margin-top: 6px;
}
.plugin-direction li::before {
  content: counter(step-counter);
  color: #1881c4;
  border-radius:50%;
  display: inline-block;
  text-align: center;
  font-size:14px;
  margin-right: 15px;
  border: 1px solid #1881c4;
  line-height: 2.2rem;
  padding: 0 .6rem 0 .7rem;
}
.restrictions-section .section-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
}
.meet-at3-section .section-wrapper {
  padding-top: 30px;
}
/* @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;
}

/* @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 {
  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;
}


/* @end */

/* @group POP-UP WINDOW */

/*  POP-UP WINDOW */
#window {
  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-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;
}

/* @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 {
  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;
}

/* @end */

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


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

  .subscribe-window {
  	padding: 42px 40px 46px;
  }
}
@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: 1001;
  	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;
} 


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

.storepage .product-header-name span {
  top: 0;
}
.composer.storepage .product-header-name span {
  top: -15px;
}

  .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;
  }
  .swiftpublisher .new-features-item {
    width: 33.333%;
  }
}



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



@media only screen and (min-width: 580px) { 
  .samples-slider-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .hero-section {
      background: url(/share/img/livehome3d/hero-lh3d-bg-bottom.png) repeat-x center bottom, url(/share/img/livehome3d/hero-lh3d-bg.jpg) no-repeat center top;
      background-size: 1088px 272px, cover;
  }
  .hero-icon {
    width: 138px;
    height: 142px;
  }
  
  .hero-container {
  }
  .hero-title {
    font-size: 6.5rem;
    margin-bottom: 29px;
  }
  .hero-text {
    font-size: 3rem;
    line-height: 3.3rem;
  }

}



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

  .site-footer-column.big {
    width: 32.1375%;
    margin-bottom: 0;
  }
  .site-footer-column.small {
    width: 20.5375%;
    margin-left: 2.0833333%;
  }
  .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;
  }
}



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


}



@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;
  }
  .swiftpublisher .new-features-aside {
    float: right;
    clear: both;
  }

  .swiftpublisher .pop-up-media.new-version-video {
    margin-top: 0;
  }

 .swiftpublisher .new-features-list {
  margin-left: 0;
    overflow: hidden;
}

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

  .intro-aside {
    width: 270px;
    padding-left: 20px;
  }
  
  .disccover .intro-aside {
    padding-left: 0;
  }
  .labelsaddresses .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;
  }
  .swiftpublisher .new-features-item:not(:nth-child(3n)) {
    width: 35.493827%;
  }
  .swiftpublisher .new-features-item:nth-child(3n) {
    width: 29.012346%;
  }


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

}



@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/*
,  
  .swiftpublisher .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;
  }
/*   .swiftpublisher .tutorial-item, */
  .printworks .tutorial-item,
  .labelsaddresses .tutorial-item {
    width: 20%;
  }
/*   .swiftpublisher .tutorial-item:nth-child(n), */
  .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: 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;
  }


}





@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) {
  .header-logo {
  	background: url(/share/img/bls_logo@2x.png) no-repeat left top;
  	background-size: 163px 40px;
  }
  .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;
  }

  .hero-section {
    background: url(/share/img/livehome3d/hero-lh3d-bg-bottom@2x.png) repeat-x center bottom, url(/share/img/livehome3d/hero-lh3d-bg@2x.jpg) no-repeat center top;
    background-size: 1088px 272px, cover;
  }
  .hero-icon {
    background: url(/share/img/livehome3d/hero-lh3d-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;
  }
  .swiftpublisher .product-header-icon {
    background: url(/products/swiftpublisher/img/sp_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;
  }
  
  .new-features-templates {
    background-image: url(/products/swiftpublisher/img/new_features_templates@2x.png);
    background-size: 75px 75px;
  }
  .new-features-clipart {
    background-image: url(/products/swiftpublisher/img/new_features_clipart@2x.png);
    background-size: 75px 75px;
  }
  .new-features-dynamic-fields {
    background-image: url(/products/swiftpublisher/img/new_features_dynamic_fields@2x.png);
    background-size: 75px 75px;
  }
  .new-features-circle-text {
    background-image: url(/products/swiftpublisher/img/new_features_circle_text@2x.png);
    background-size: 75px 75px;
  }
  .new-features-barcodes {
    background-image: url(/products/swiftpublisher/img/new_features_barcodes@2x.png);
    background-size: 75px 75px;
  }
  .new-features-export {
    background-image: url(/products/swiftpublisher/img/new_features_export@2x.png);
    background-size: 75px 75px;
  }
  
  .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;
  }
  
}

@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) {
  .swiftpublisher .promo-video-poster {
    background: url(/products/swiftpublisher/img/promo_video_poster@2x.jpg) 0 0 no-repeat;
    background-size: cover;
  }
}


/* 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;
}
.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;
}






@media only screen and (min-width: 580px) { 
  .button-wrapper-downloads {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .button-wrapper-intro-aside,
  .service-link-wrapper-aside {
    text-align: left;
  }
  .button-wrapper-intro-aside {
    margin-top: -10px;
  }

  .arttext-plugin .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;
  }


}
@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 {
    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;
  }
}


/* BUTTONS END*/


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

.form-section {
  margin-bottom: 20px;
  line-height: 20px;
}

.form-label, .form-input {
  vertical-align: top;
  display: inline-block;
}
/* LABELS */
.form-label {
  font-size: 12px;
  color: #262626;
  line-height: 12px;
}
label.error {
  vertical-align: top;
  display: inline-block;
  float: right;
  color: #c8000f;
  font-size: 11px;
  line-height: 12px;
}

/* 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-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-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-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: #fcfcfc;
}
.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;
}


.captcha-wrapper img  {
  display: inline-block;
  vertical-align: middle;
}
.form-input-captcha {
  margin-top: 10px;
}
.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;
}




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

.roxio-table thead {
  background: #ececed;
}
.roxio-table th {
    color: #333;
  font-size: 14px;
  padding: 7px 0 7px;
  vertical-align: top;

}
.roxio-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 {
  width: 50%;
  text-align: left;
/*   padding-left: 10px; */
}
.roxio-table .features-title {
  font-weight: bold;
}
.roxio-table th:nth-child(n+2),
.roxio-table td:nth-child(n+2) {
/*   background: green; */
  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;
}
.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;
}

.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;
}
@media only screen and (min-width: 500px) {
  .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;
}
.captcha-wrapper input[type="text"] {
  max-width: 305px;
  margin-top: 0;
}

}

@media only screen and (min-width: 960px) {
  .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;
}

}

/* FORM END*/



/* ==========================================================================
   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;
    }
}