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

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

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

}

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


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



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

}



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


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


.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: 280px;
  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 {
  max-width: 320px;
  padding: 0;
  margin: 24px auto 42px;
  list-style: none;
}
.support-item {
  position: relative;
}
.support-item-title,
.support-item-outgo {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 5px;
  font-size: 18px;
  font-weight: normal;
  line-height: 4.6rem;
  color: #262626;
  border-bottom: 1px solid #d8d8d8;
}
.support-item-outgo a {
  display: block;
  color: #262626;
}
.support-item-outgo a:hover {
  text-decoration: none;
}
.support-item.active .support-item-title {
  color: #04b3ee;
  border-color: #04b3ee;
}
  
.support-expand-arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: transform ease .5s;
  -moz-transition: transform ease .5s;
  -o-transition: transform ease .5s;
  transition: transform ease .5s;
}
.support-expand-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 6px;
  top: 50%;
  margin-top: -5px;
  border-width: 0 2px 2px 0;
  border-color: #04b3ee;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);    
}
.support-item.active .support-expand-arrow {
  background: #04b3ee;
  border-color: #ffffff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);    
}  
.support-item.active .support-expand-arrow::after {
  border-color: #ffffff;
}
.support-item-title:hover,
.support-item-outgo:hover a {
  color: #04b3ee;
  cursor: pointer;
}
.support-item-content {
  display: none;
  padding: 11px 0 15px 25px;
  font-size: 16px;
  line-height: 30px;
  background: #e8e8e8;
  list-style: none;
}
.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.png) no-repeat;
	background-size: 50px 125px;
}
.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-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-form,
.registration-form {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.support-form-wrapper,
.registration-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 {
  margin-bottom: 30px;
}
.registration-form-wrapper legend {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #666;
}
select  { padding: 60px;}
/* @end */

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

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

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





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

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



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

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


}


@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: 999999;
  	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%;
  }



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


}



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



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

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

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

@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;
  }
  .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,
  .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: -94% ;
  }


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

  .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 {
    margin-left: 0;
  }
  .support-item-title,
   .support-item-outgo {
    padding-left: 10px;
  }
  .support-item.active .support-item-title {
    border-color: #d8d8d8;
  }
 .support-item-content {
    position: absolute;
    top: -1px; 
    left: 100%;
    margin-left: 10px;
    border-radius: 10px;
    width: 280px;
    padding-right: 15px;
  }
  .support-item:first-child .support-item-content {
    top: 0;
  }
  .support-item:last-child .support-item-content {
    top: auto;
    bottom: 0;
  }
  .support-item.active .support-expand-arrow {
    -webkit-transform: none;
    -moz-transform: none;
    transform: 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%;
  }


}



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

}





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

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

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



/* ==========================================================================
   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;
    }
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   - c o n t e n t   a . s u p p o r t - h e l p : h o v e r : : b e f o r e   { 
     b a c k g r o u n d - p o s i t i o n :   - 2 5 p x   - 7 5 p x ; 
 } 
 
 . s u p p o r t - f o r m , 
 . r e g i s t r a t i o n - f o r m   { 
     m a x - w i d t h :   4 8 0 p x ; 
     w i d t h :   1 0 0 % ; 
     m a r g i n :   0   a u t o ; 
     t e x t - a l i g n :   l e f t ; 
 } 
 . s u p p o r t - f o r m - w r a p p e r , 
 . r e g i s t r a t i o n - f o r m - w r a p p e r   { 
     t e x t - a l i g n :   c e n t e r ; 
     m a r g i n - t o p :   6 0 p x ; 
     m a r g i n - b o t t o m :   5 0 p x ; 
 } 
 . s u p p o r t - f o r m - w r a p p e r   h 2   { 
     f o n t - s i z e :   2 . 3 r e m ; 
 } 
 
 . s u p p o r t - f o r m - w r a p p e r   . e r r o r - m e s s a g e , 
 . r e g i s t r a t i o n - f o r m - w r a p p e r   . e r r o r - m e s s a g e   { 
     c o l o r :   # c 8 0 0 0 f ; 
     p a d d i n g - t o p :   3 0 p x ; 
     f o n t - s i z e :   2 0 p x ; 
 } 
 . s u p p o r t - f o r m - w r a p p e r   . e r r o r - t i t l e , 
 . r e g i s t r a t i o n - f o r m - w r a p p e r   . e r r o r - t i t l e   { 
     c o l o r :   # c 8 0 0 0 f ; 
 } 
 . r e g i s t r a t i o n - f o r m - w r a p p e r   f i e l d s e t   { 
     m a r g i n - b o t t o m :   3 0 p x ; 
 } 
 . r e g i s t r a t i o n - f o r m - w r a p p e r   l e g e n d   { 
     m a r g i n - b o t t o m :   1 5 p x ; 
     f o n t - s i z e :   1 . 8 r e m ; 
     c o l o r :   # 6 6 6 ; 
 } 
 s e l e c t     {   p a d d i n g :   6 0 p x ; } 
 / *   @ e n d   * / 
 
 / *   @ g r o u p   P O P - U P   W I N D O W   * / 
 
 / *     P O P - U P   W I N D O W   * / 
 # w i n d o w   { 
     d i s p l a y :   n o n e ; 
 } 
 . s u b s c r i b e - w i n d o w   { 
 	 m a x - w i d t h :   4 0 0 p x ; 
 	 p a d d i n g :   4 2 p x   2 0 p x   4 6 p x ; 
 	 b o r d e r - r a d i u s :   5 p x ; 
     t e x t - a l i g n :   c e n t e r ; 
     p o s i t i o n :   r e l a t i v e ; 
     b a c k g r o u n d :   # f f f f f f ; 
 } 
 . s u b s c r i b e - w i n d o w - t i t l e   { 
     c o l o r :   # 0 4 b 3 e e ; 
     f o n t - s i z e :   1 8 p x ; 
     l i n e - h e i g h t :   2 5 p x ; 
     b o r d e r - b o t t o m :   1 p x   s o l i d   # d b d b d b ; 
     p a d d i n g - b o t t o m :   1 4 p x ; 
 } 
 . s u b s c r i b e - w i n d o w - t i t l e   s t r o n g   { 
     f o n t - s i z e :   4 0 p x ; 
 } 
 
 
 
 
 
 
 
 
 
 . s u b s c r i b e - w i n d o w - t e x t   { 
     l i n e - h e i g h t :   2 0 p x ; 
     f o n t - s i z e :   1 4 p x ; 
     c o l o r :   # 5 9 5 9 5 9 ; 
     m a r g i n - t o p :   1 3 p x ; 
     m a r g i n - b o t t o m :   1 0 p x ; 
 } 
 . s u b s c r i b e - w i n d o w     p . p o s t   { 
     f o n t - s i z e :   1 5 p x ; 
     f o n t - w e i g h t :   b o l d ; 
 } 
 . s u b s c r i b e - w i n d o w   f o r m   { 
     m a r g i n :   0   - 5 p x ; 
 } 
 . s u b s c r i b e - w i n d o w   i n p u t   { 
     d i s p l a y :   i n l i n e - b l o c k ; 
     b o r d e r - r a d i u s :   5 p x ; 
     f o n t - s i z e :   1 3 p x ; 
     h e i g h t :   3 5 p x ; 
     v e r t i c a l - a l i g n :   t o p ; 
     m a r g i n :   5 p x ; 
 } 
 . s u b s c r i b e - w i n d o w   i n p u t [ t y p e = " e m a i l " ]   { 
     w i d t h :   2 0 0 p x ; 
     b a c k g r o u n d :   # e e e e e e ; 
     b o r d e r :   1 p x   s o l i d   t r a n s p a r e n t ; 
     b o r d e r :   n o n e ; 
     o u t l i n e :   n o n e ; 
     c o l o r :   # 9 d 9 d 9 d ; 
     p a d d i n g - l e f t :   1 4 p x ; 
     b o x - s h a d o w :   i n s e t   0   1 p x   2 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 9 ) ; 
 } 
 . s u b s c r i b e - w i n d o w   i n p u t [ t y p e = " e m a i l " ] . e r r o r ,   
 . s u b s c r i b e - w i n d o w   i n p u t [ t y p e = " e m a i l " ] : f o c u s . e r r o r   { 
 	 b o x - s h a d o w :   0   0   0   1 p x   # 9 7 3 d 3 d ,   i n s e t   0   1 p x   2 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 9 ) ;   
 } 
 . s u b s c r i b e - w i n d o w   i n p u t [ t y p e = " e m a i l " ] : f o c u s   { 
 	 b o x - s h a d o w :   i n s e t   0   1 p x   2 p x   0   r g b a ( 1 8 0 , 1 8 0 , 1 8 0 , 1 ) ,   0   0   4 p x   # 6 f a e e 4 ,   0   0   0   1 p x   # 6 f a e e 4 ; 
 } 
 
 . s u b s c r i b e - w i n d o w   i n p u t [ t y p e = " s u b m i t " ]   { 
     w i d t h :   1 1 0 p x ; 
     o u t l i n e :   n o n e ; 
     b o r d e r :   n o n e ; 
     c o l o r :   # f f f f f f ; 
     t e x t - t r a n s f o r m :   u p p e r c a s e ; 
     b a c k g r o u n d :   # 0 4 b 3 e e ; 
     p o s i t i o n :   r e l a t i v e ; 
     l e t t e r - s p a c i n g :   1 . 6 p x ; 
     p o s i t i o n :   r e l a t i v e ; 
     b o x - s h a d o w :   n o n e ; 
 } 
 
 . s u b s c r i b e - w i n d o w   i n p u t [ t y p e = " s u b m i t " ] : h o v e r   { 
     b a c k g r o u n d :   # 0 9 a 9 e 2 ; 
 } 
 . s u b s c r i b e - w i n d o w   i n p u t [ t y p e = " s u b m i t " ] : a c t i v e   { 
     t o p :   1 p x ; 
 } 
 . s u b s c r i b e - w i n d o w - c l o s e   {   
     w i d t h :   2 1 p x ;   
     h e i g h t :   2 1 p x ; 
     p o s i t i o n :   a b s o l u t e ;   
     t o p :   2 0 p x ;   
     r i g h t :   2 0 p x ; 
     b a c k g r o u n d :   t r a n s p a r e n t   u r l ( / s h a r e / s c r i p t s / s u b s c r i b e - d e a l / s u b s c r i b e _ w i n d o w _ c l o s e @ 2 x . p n g )   n o - r e p e a t ; 
     b a c k g r o u n d - s i z e :   2 1 p x   2 1 p x ; 
     t e x t - i n d e n t :   - 9 9 9 9 9 9 e m ; 
 } 
 # c l o s e _ x : h o v e r   { 
     o p a c i t y :   0 . 6 ; 
 } 
 
 / *   @ e n d   * / 
 
 / *   @ g r o u p   O T H E R   * / 
 
 / *   O T H E R   * / 
 . l i v e i n t e r i o r . o b j e c t s 3 d   p   { 
     m a r g i n - t o p :   2 5 p x ; 
 } 
 . l i v e i n t e r i o r . o b j e c t s 3 d   p   >   a   { 
     f o n t - w e i g h t :   b o l d ; 
     f o n t - s i z e :   1 6 p x ; 
 } 
 . l i v e i n t e r i o r . p a r t n e r s   h 3   { 
     m a r g i n - t o p :   2 7 p x ; 
     f o n t - s i z e :   1 . 6 r e m ; 
 } 
 
 . a r t i c l e s   h 2   { 
     m a r g i n - t o p :   4 0 p x ; 
 } 
 . a r t i c l e s   h 3   { 
     m a r g i n - t o p :   3 5 p x ; 
 } 
 . a r t i c l e s   i m g   { 
     m a x - w i d t h :   1 0 0 % ; 
     h e i g h t :   a u t o ; 
 } 
 . a r t i c l e s . l i v e i n t e r i o r   . r e s p o n s i b i l i t i e s   u l   { 
     w i d t h :   2 3 3 p x ; 
     m a r g i n - l e f t :   0 ; 
     f l o a t :   l e f t ; 
 } 
 . a r t i c l e s . l a b e l s a d d r e s s e s   . c o n t e n t - w r a p p e r   { 
     t e x t - a l i g n :   c e n t e r ; 
 } 
 . a r t i c l e s . l a b e l s a d d r e s s e s   h 4   { 
     m a r g i n - t o p :   5 0 p x ; 
 } 
 . a r t i c l e s . l a b e l s a d d r e s s e s   . c o n t e n t - w r a p p e r   i m g   { 
     m a r g i n - t o p :   5 0 p x ; 
 } 
 . a r t i c l e s . l a b e l s a d d r e s s e s   . c o n t e n t - w r a p p e r   . t a b l e - s m a l l   { 
     m a r g i n :   0   a u t o ; 
 } 
 . a r t i c l e s . l a b e l s a d d r e s s e s   . t a b l e - b i g   { 
     m a r g i n :   3 0 p x   a u t o ; 
     f o n t - s i z e :   1 2 p x ; 
     m a x - w i d t h :   7 5 0 p x ; 
     w i d t h :   1 0 0 % ; 
 } 
 . a r t i c l e s . l a b e l s a d d r e s s e s   . t a b l e - b i g   t h , 
 . a r t i c l e s . l a b e l s a d d r e s s e s   . t a b l e - b i g   t d   { 
     f o n t - s i z e :   1 2 p x ; 
 } 
 . a r t i c l e s . l a b e l s a d d r e s s e s . l a b e l - p r i n t e r s   . t a b l e   t d : f i r s t - c h i l d   { 
     f o n t - w e i g h t :   b o l d ; 
 } 
 . a r t i c l e s . l a b e l s a d d r e s s e s . l a b e l - p r i n t e r s   . t a b l e   { 
     w i d t h :   1 0 0 % ; 
     m a x - w i d t h :   8 2 0 p x ; 
     m a r g i n :   3 3 p x   a u t o   0 ; 
 } 
 . a r t i c l e s . l a b e l s a d d r e s s e s . l a b e l - p r i n t e r s   . t a b l e - c o l u m n - 3   t h : f i r s t - c h i l d , 
 . a r t i c l e s . l a b e l s a d d r e s s e s . l a b e l - p r i n t e r s   . t a b l e - c o l u m n - 3   t d : f i r s t - c h i l d   { 
     w i d t h :   2 6 % ; 
     v e r t i c a l - a l i g n :   t o p ; 
 } 
 . a r t i c l e s . l a b e l s a d d r e s s e s . l a b e l - p r i n t e r s   . t a b l e - c o l u m n - 3   t h : n t h - c h i l d ( 2 ) , 
 . a r t i c l e s . l a b e l s a d d r e s s e s . l a b e l - p r i n t e r s   . t a b l e - c o l u m n - 3   t d : n t h - c h i l d ( 2 ) , 
 . a r t i c l e s . l a b e l s a d d r e s s e s . l a b e l - p r i n t e r s   . t a b l e - c o l u m n - 3   t h : l a s t - c h i l d , 
 . a r t i c l e s . l a b e l s a d d r e s s e s . l a b e l - p r i n t e r s   . t a b l e - c o l u m n - 3   t d : l a s t - c h i l d     { 
     w i d t h :   3 7 % ; 
     v e r t i c a l - a l i g n :   t o p ; 
 } 
 
 . a r t i c l e s . l a b e l s a d d r e s s e s . l a b e l - p r i n t e r s   . t a b l e - c o l u m n - 4   t h : f i r s t - c h i l d , 
 . a r t i c l e s . l a b e l s a d d r e s s e s . l a b e l - p r i n t e r s   . t a b l e - c o l u m n - 4   t d : f i r s t - c h i l d   { 
     w i d t h :   3 1 % ; 
     v e r t i c a l - a l i g n :   t o p ; 
 } 
 . a r t i c l e s . l a b e l s a d d r e s s e s . l a b e l - p r i n t e r s   . t a b l e - c o l u m n - 3   t h : n o t ( : f i r s t - c h i l d ) , 
 . a r t i c l e s . l a b e l s a d d r e s s e s . l a b e l - p r i n t e r s   . t a b l e - c o l u m n - 3   t d : n o t ( : f i r s t - c h i l d )   { 
     w i d t h :   2 3 % ; 
     v e r t i c a l - a l i g n :   t o p ; 
 } 
 
 . a r t i c l e s . b a c k u p - p o p u l a r   . e n u m e r a t i o n , 
 . a r t i c l e s . g e t b a c k u p - v s - t i m e m a c h i n e   . e n u m e r a t i o n , 
 . a r t i c l e s . d a t a b a c k u p   . e n u m e r a t i o n   { 
     l i s t - s t y l e :   n o n e ; 
     p a d d i n g - l e f t :   1 0 p x ; 
 } 
 
 . a r t i c l e s . d a t a b a c k u p   . e n u m e r a t i o n   u l   { 
     l i s t - s t y l e :   d i s c ; 
     p a d d i n g - l e f t :   4 0 p x ; 
 } 
 
 . t i t l e - w r a p   { 
     b a c k g r o u n d :   l i g h t b l u e ; 
 } 
 . a r t i c l e s . b a c k u p - p o p u l a r   h 2   { 
     p a d d i n g - l e f t :   1 0 0 p x ; 
     p o s i t i o n :   r e l a t i v e ; 
     m a r g i n - b o t t o m :   4 0 p x ; 
     m a r g i n - t o p :   7 0 p x ; 
 } 
 . a r t i c l e s . b a c k u p - p o p u l a r   h 2   i m g   { 
     d i s p l a y :   i n l i n e - b l o c k ; 
     p o s i t i o n :   a b s o l u t e ; 
     l e f t :   0 ; 
     t o p :   5 0 % ; 
     - w e b k i t - t r a n s f o r m :   t r a n s l a t e Y ( - 5 0 % ) ; 
     - m o z - t r a n s f o r m :   t r a n s l a t e Y ( - 5 0 % ) ; 
     t r a n s f o r m :   t r a n s l a t e Y ( - 5 0 % ) ; 
 } 
 
 . c l o u d - s t o r a g e   . v i d e o - w r a p p e r   { 
     t e x t - a l i g n :   c e n t e r ; 
 } 
 . c l o u d - s t o r a g e   v i d e o   { 
     m a x - w i d t h :   5 1 2 p x ; 
     w i d t h :   1 0 0 % ; 
     h e i g h t :   a u t o ; 
     m a r g i n :   4 0 p x   a u t o ; 
 } 
 . g e t b a c k u p . a r t i c l e s   c o d e   { 
     c o l o r :   # 6 6 6 ; 
 } 
 
 . r i g h t - a l i g n   { 
     f l o a t :   r i g h t ; 
 } 
 . l e f t - a l i g n   { 
     f l o a t :   l e f t ; 
 } 
 . a r t i c l e s   . r i g h t - a l i g n   { 
     d i s p l a y :   b l o c k ; 
     m a r g i n - l e f t :   3 0 p x ; 
 } 
 . a r t i c l e s   . l e f t - a l i g n   { 
     d i s p l a y :   b l o c k ; 
     m a r g i n - r i g h t :   3 0 p x ; 
 } 
 . a r t i c l e s   . c e n t e r - a l i g n   { 
     d i s p l a y :   b l o c k ; 
     m a r g i n :   3 0 p x   a u t o ; 
 } 
 
 
 
 
 / *   B U T T O N S   B E G I N * / 
 . b u t t o n   { 
     d i s p l a y :   i n l i n e - b l o c k ; 
     p o s i t i o n :   r e l a t i v e ; 
     v e r t i c a l - a l i g n :   m i d d l e ; 
     p a d d i n g :   1 6 p x   0   1 5 p x ; 
     t e x t - a l i g n :   c e n t e r ; 
     t e x t - t r a n s f o r m :   u p p e r c a s e ; 
     f o n t - s i z e :   1 . 7 r e m ; 
     f o n t - w e i g h t :   4 0 0 ; 
     l i n e - h e i g h t :   1 ; 
     l e t t e r - s p a c i n g :   2 p x ; 
     b o r d e r :   1 p x   s o l i d   t r a n s p a r e n t ; 
     b o r d e r - r a d i u s :   4 p x ; 
 
     - w e b k i t - t r a n s i t i o n :   c o l o r   0 . 3 s   e a s e ,   b o r d e r - c o l o r   0 . 3 s   e a s e ,   b a c k g r o u n d - c o l o r   0 . 3 s   e a s e ; 
     - m o z - t r a n s i t i o n :   c o l o r   0 . 3 s   e a s e ,   b o r d e r - c o l o r   0 . 3 s   e a s e ,   b a c k g r o u n d - c o l o r   0 . 3 s   e a s e ; 
     t r a n s i t i o n :   c o l o r   0 . 3 s   e a s e ,   b o r d e r - c o l o r   0 . 3 s   e a s e ,   b a c k g r o u n d - c o l o r   0 . 3 s   e a s e ; 
     - w e b k i t - f o n t - s m o o t h i n g :   a n t i a l i a s e d ; 
 
 
     - m s - t o u c h - a c t i o n :   m a n i p u l a t i o n ; 
     t o u c h - a c t i o n :   m a n i p u l a t i o n ; 
     c u r s o r :   p o i n t e r ; 
     - w e b k i t - u s e r - s e l e c t :   n o n e ; 
     - m o z - u s e r - s e l e c t :   n o n e ; 
     - m s - u s e r - s e l e c t :   n o n e ; 
     u s e r - s e l e c t :   n o n e ; 
     b a c k g r o u n d - i m a g e :   n o n e ; 
 
 / *   w h i t e - s p a c e :   n o w r a p ;   * / 
 } 
 . b u t t o n : h o v e r   { 
     t e x t - d e c o r a t i o n :   n o n e ; 
 } 
 . b u t t o n : a c t i v e   { 
     t o p :   1 p x ; 
 } 
 . b u t t o n - d e f a u l t   { 
     c o l o r :   # 7 d 7 d 7 b ; 
     b a c k g r o u n d - c o l o r :   # f f f ; 
     b o r d e r - c o l o r :   # b e b e b d ; 
 } 
 . b u t t o n - d e f a u l t : h o v e r   { 
     c o l o r :   # 0 9 a 9 e 2 ; 
     b o r d e r - c o l o r :   # 0 9 a 9 e 2 ; 
 } 
 . b u t t o n - p r i m a r y   { 
     c o l o r :   # f f f f f f ; 
     b a c k g r o u n d - c o l o r :   # 0 4 b 3 e e ; 
     b o r d e r - c o l o r :   # 0 4 b 3 e e ; 
 } 
 . b u t t o n - p r i m a r y : h o v e r   { 
     b a c k g r o u n d - c o l o r :   # 0 9 a 9 e 2 ; 
     b o r d e r - c o l o r :   # 0 9 a 9 e 2 ; 
 } 
 . b u t t o n - s e c o n d r y   { 
     c o l o r :   # f f f f f f ; 
     b o r d e r - c o l o r :   # f f f f f f ; 
 } 
 
 . b u t t o n - s e c o n d r y : h o v e r   { 
     c o l o r :   # 0 9 a 9 e 2 ; 
     b o r d e r - c o l o r :   # 0 9 a 9 e 2 ; 
 } 
 . b u t t o n - a l t - d e f a u l t   { 
     b a c k g r o u n d - c o l o r :   t r a n s p a r e n t ; 
     c o l o r :   # f f 8 f 5 1 ; 
     b o r d e r - c o l o r :   # f f 8 f 5 1 ; 
 } 
 . b u t t o n - a l t - d e f a u l t : h o v e r   { 
     c o l o r :   # e 5 8 0 4 9 ; 
     b o r d e r - c o l o r :   # e 5 8 0 4 9 ; 
 } 
 . b u t t o n - a l t - p r i m a r y   { 
     c o l o r :   # f f f f f f ; 
     b o r d e r - c o l o r :   # f f 8 f 5 1 ; 
     b a c k g r o u n d - c o l o r :   # f f 8 f 5 1 ; 
 } 
 . b u t t o n - a l t - p r i m a r y : h o v e r   { 
     b o r d e r - c o l o r :   # e 5 8 0 4 9 ; 
     b a c k g r o u n d - c o l o r :   # e 5 8 0 4 9 ; 
 } 
 
 
 . b u t t o n - s m a l l   { 
     m a x - w i d t h :   1 6 0 p x ; 
     w i d t h :   1 0 0 % ; 
     p a d d i n g :   8 p x   0 ; 
 } 
 . b u t t o n - f l e x i b l e   { 
     p a d d i n g - l e f t :   2 9 p x ; 
     p a d d i n g - r i g h t :   2 9 p x ; 
 } 
 . b u t t o n - w r a p p e r - i n t r o   { 
     m a r g i n :   2 0 p x   - 2 0 p x   1 0 p x ; 
     t e x t - a l i g n :   c e n t e r ; 
     f o n t - s i z e :   0 ; 
 } 
 . b u t t o n - w r a p p e r - i n t r o - a s i d e   { 
     m a r g i n :   2 0 p x   - 2 0 p x   1 0 p x ; 
     t e x t - a l i g n :   c e n t e r ; 
     f o n t - s i z e :   0 ; 
 } 
 . b u t t o n - w r a p p e r - i n t r o   . b u t t o n , 
 . b u t t o n - w r a p p e r - i n t r o - a s i d e   . b u t t o n , 
 . b u t t o n - w r a p p e r - d o w n l o a d s   . b u t t o n   { 
     m a r g i n :   1 0 p x   2 0 p x ; 
     m a x - w i d t h :   2 5 0 p x ; 
     w i d t h :   1 0 0 % ; 
 } 
 . g e t b a c k u p   . b u t t o n - w r a p p e r - i n t r o   . b u t t o n , 
 . g e t b a c k u p   . b u t t o n - w r a p p e r - i n t r o - a s i d e   . b u t t o n   { 
 / *       m a x - w i d t h :   2 6 0 p x ;     * / 
 } 
 
 . b u t t o n - u p g r a d e   { 
     m a x - w i d t h :   2 5 0 p x ; 
     w i d t h :   1 0 0 % ; 
     b a c k g r o u n d :   n o n e ; 
 } 
 
 . b u t t o n - w r a p p e r - b o t t o m   { 
     t e x t - a l i g n :   c e n t e r ; 
     f o n t - s i z e :   0 ; 
     m a r g i n :   1 5 p x   - 2 5 p x   0 ; 
 } 
 
 . p r o - v e r s i o n - s e c t i o n   . b u t t o n - w r a p p e r - b o t t o m   { 
     m a r g i n :   1 5 p x   - 2 0 p x   0 ; 
 } 
 
 . b u t t o n - w r a p p e r - b o t t o m   . b u t t o n   { 
     m a r g i n :   1 0 p x   2 5 p x ; 
     m a x - w i d t h :   2 7 0 p x ; 
     w i d t h :   1 0 0 % ; 
 } 
 . b u t t o n - w r a p p e r - d o w n l o a d s   { 
     m a r g i n :   2 0 p x   0 p x   1 0 p x   - 2 0 p x ; 
     t e x t - a l i g n :   c e n t e r ; 
     f o n t - s i z e :   0 ; 
 } 
 . e d i t i o n   . b u t t o n - w r a p p e r - d o w n l o a d s   { 
     m a r g i n - b o t t o m :   2 5 p x ; 
 } 
 . f o r m - h a n d l e r   . b u t t o n   { 
     m a r g i n - t o p :   3 0 p x ; 
 } 
 . p r i n t w o r k s . f o r m - h a n d l e r   . b u t t o n   { 
     m a r g i n - b o t t o m :   2 0 p x ; 
 } 
 
 . s e r v i c e - l i n k - w r a p p e r , 
 . s e r v i c e - l i n k - w r a p p e r - a s i d e   { 
     t e x t - a l i g n :   c e n t e r ; 
     m a r g i n - t o p :   - 5 p x ; 
     m a r g i n - b o t t o m :   5 p x ; 
     f o n t - s i z e :   0 ; 
     m a r g i n - l e f t :   - 2 0 p x ; 
     m a r g i n - r i g h t :   - 2 0 p x ; 
 } 
 . s e r v i c e - l i n k - s h e l l   { 
     d i s p l a y :   i n l i n e - b l o c k ; 
     v e r t i c a l - a l i g n :   m i d d l e ; 
 } 
 
 . s e r v i c e - l i n k - w r a p p e r   . s e r v i c e - l i n k - s h e l l , 
 . s e r v i c e - l i n k - w r a p p e r - a s i d e   . s e r v i c e - l i n k - s h e l l   { 
     m a r g i n :   5 p x   2 0 p x ; 
     m a x - w i d t h :   2 5 0 p x ; 
     w i d t h :   1 0 0 % ; 
     l i n e - h e i g h t :   2 . 4 r e m ; 
 } 
 . s e r v i c e - l i n k   { 
     d i s p l a y :   i n l i n e - b l o c k ; 
     t e x t - t r a n s f o r m :   u p p e r c a s e ; 
     f o n t - s i z e :   1 . 6 r e m ; 
     l i n e - h e i g h t :   2 . 4 r e m ; 
     l e t t e r - s p a c i n g :   1 p x ; 
     p o s i t i o n :   r e l a t i v e ; 
     p a d d i n g - l e f t :   3 2 p x ; 
     v e r t i c a l - a l i g n :   m i d d l e ; 
 / *       c o l o r :   # 2 7 7 8 d c ;   * / 
     c o l o r :   # 1 8 8 1 c 4 ; 
     - w e b k i t - f o n t - s m o o t h i n g :   a n t i a l i a s e d ; 
 } 
 . s e r v i c e - l i n k - s h e l l   . s e r v i c e - l i n k   { 
     v e r t i c a l - a l i g n :   t o p ; 
 } 
 
 . s e r v i c e - l i n k : : b e f o r e   { 
     c o n t e n t :   ' ' ; 
     d i s p l a y :   b l o c k ; 
     p o s i t i o n :   a b s o l u t e ; 
     w i d t h :   2 4 p x ; 
     h e i g h t :   2 4 p x ; 
     l e f t :   0 ; 
     t o p :   5 0 % ; 
     m a r g i n - t o p :   - 1 2 p x ; 
     b a c k g r o u n d :   u r l ( / s h a r e / i m g / i c o n s _ l i n k s @ 2 x . p n g )   n o - r e p e a t   0   0 ; 
     b a c k g r o u n d - s i z e :   2 4 p x   7 2 p x ; 
 } 
 
 
 . s e r v i c e - l i n k - d o w n l o a d : : b e f o r e   { 
     b a c k g r o u n d - p o s i t i o n :   0   0 ; 
 } 
 . s e r v i c e - l i n k - u p g r a d e : : b e f o r e   { 
     b a c k g r o u n d - p o s i t i o n :   0   - 2 4 p x ; 
 } 
 . s e r v i c e - l i n k - i n f o : : b e f o r e   { 
     b a c k g r o u n d - p o s i t i o n :   0   - 4 8 p x ; 
 } 
 . b u t t o n - w r a p p e r - d o w n l o a d s   . s e r v i c e - l i n k   { 
     m a r g i n :   1 0 p x   2 0 p x ; 
 } 
 
 
 . l i v e i n t e r i o r . d o w n l o a d s   . i n f o - b o x - c o l u m n   . b u t t o n   { 
     w i d t h :   1 0 0 % ; 
     m a x - w i d t h :   2 5 0 p x ; 
     m a r g i n - t o p :   2 0 p x ; 
 } 
 . l i v e i n t e r i o r . d o w n l o a d s   . i n f o - b o x - c o l u m n   . s e r v i c e - l i n k   { 
     m a r g i n - t o p :   3 2 p x ; 
 } 
 
 
 
 
 
 
 
 
 / *   B U T T O N S   E N D * / 
 
 
 / *   F O R M   S T A R T   * / 
 . s t o r e - f o r m   { 
     w i d t h :   1 0 0 % ; 
     m a x - w i d t h :   4 8 0 p x ; 
     m a r g i n - t o p :   3 5 p x ; 
 } 
 
 . f o r m - s e c t i o n   { 
     m a r g i n - b o t t o m :   2 0 p x ; 
     l i n e - h e i g h t :   2 0 p x ; 
 } 
 . s u b s c r i b e - f o r m   . f o r m - s e c t i o n   { 
     p o s i t i o n :   r e l a t i v e ; 
 } 
 . f o r m - l a b e l ,   . f o r m - i n p u t   { 
     v e r t i c a l - a l i g n :   t o p ; 
     d i s p l a y :   i n l i n e - b l o c k ; 
 } 
 / *   L A B E L S   * / 
 . f o r m - l a b e l   { 
     f o n t - s i z e :   1 2 p x ; 
     c o l o r :   # 2 6 2 6 2 6 ; 
     l i n e - h e i g h t :   1 2 p x ; 
     p o s i t i o n :   r e l a t i v e ; 
 } 
 . f o r m - l a b e l - r e q u i r e d : : a f t e r   { 
     c o n t e n t :   " * " ; 
     c o l o r :   # c 8 0 0 0 f ; 
     m a r g i n - l e f t :   . 3 r e m ; 
     f o n t - w e i g h t :   b o l d ; 
     f o n t - s i z e :   1 5 p x ; 
 } 
 l a b e l . e r r o r   { 
     v e r t i c a l - a l i g n :   t o p ; 
     d i s p l a y :   i n l i n e - b l o c k ; 
     f l o a t :   r i g h t ; 
     c o l o r :   # c 8 0 0 0 f ; 
     f o n t - s i z e :   1 1 p x ; 
     l i n e - h e i g h t :   1 2 p x ; 
 } 
 
 / *   I N P U T S   * / 
 . f o r m - i n p u t   { 
     w i d t h :   1 0 0 % ; 
     h e i g h t :   3 5 p x ; 
     b o r d e r - r a d i u s :   5 p x ; 
     b a c k g r o u n d :   # f f f f f f ; 
     b o r d e r :   1 p x   s o l i d   t r a n s p a r e n t ; 
     b o r d e r :   n o n e ; 
     o u t l i n e :   n o n e ; 
     f o n t - s i z e :   1 5 p x ; 
     c o l o r :   # 4 a 4 a 4 a ; 
     p a d d i n g - l e f t :   1 4 p x ; 
     b o x - s h a d o w :   i n s e t   0   1 p x   2 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 9 ) ; 
 } 
 . f o r m - t e x t a r e a   { 
     w i d t h :   1 0 0 % ; 
     h e i g h t :   1 5 0 p x ; 
     b o r d e r - r a d i u s :   5 p x ; 
     b a c k g r o u n d :   # f f f f f f ; 
     b o r d e r :   1 p x   s o l i d   # b 8 b 8 b 8 ;     
     o u t l i n e :   n o n e ; 
     f o n t - s i z e :   1 5 p x ; 
     c o l o r :   # 4 a 4 a 4 a ; 
     p a d d i n g :   5 p x ; 
   
 } 
 . f o r m - i n p u t - w h i t e - b g , 
 . c o n t a c t - f o r m   . f o r m - i n p u t , 
 . s u b s c r i b e - f o r m   . f o r m - i n p u t , 
 . s u p p o r t - f o r m   . f o r m - i n p u t   { 
     b o x - s h a d o w :   n o n e ; 
     b o r d e r :   1 p x   s o l i d   # b 8 b 8 b 8 ;     
 } 
 . f o r m - i n p u t - w h i t e - b g . e r r o r , 
 . f o r m - i n p u t . e r r o r ,   
 . f o r m - i n p u t : f o c u s . e r r o r   { 
 	 b o x - s h a d o w :   0   0   0   1 p x   # c 8 0 0 0 f ,   i n s e t   0   1 p x   2 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 9 ) ;   
 } 
 . f o r m - s e c t i o n   . f o r m - i n p u t : f o c u s   { 
 	 b o x - s h a d o w :   i n s e t   0   1 p x   2 p x   0   r g b a ( 1 8 0 , 1 8 0 , 1 8 0 , 1 ) ,   0   0   4 p x   # 6 f a e e 4 ,   0   0   0   1 p x   # 6 f a e e 4 ; 
 } 
 . f o r m - s e c t i o n   . f o r m - i n p u t - w h i t e - b g : f o c u s , 
   . f o r m - i n p u t - w h i t e - b g : f o c u s , 
 . c o n t a c t - f o r m   . f o r m - i n p u t : f o c u s , 
 . s u p p o r t - f o r m   . f o r m - i n p u t : f o c u s , 
 . c o n t a c t - f o r m   . f o r m - t e x t a r e a : f o c u s , 
 . s u b s c r i b e - f o r m   . f o r m - i n p u t : f o c u s   { 
     b o r d e r - c o l o r :   # 0 4 b 3 e e ;   
     b o x - s h a d o w :   n o n e ; 
 } 
 . f o r m - i n p u t - w h i t e - b g . e r r o r , 
 . f o r m - i n p u t - w h i t e - b g : f o c u s . e r r o r , 
 . s u b s c r i b e - f o r m   . f o r m - i n p u t . e r r o r ,   
 . s u b s c r i b e - f o r m   . f o r m - i n p u t : f o c u s . e r r o r , 
 . c o n t a c t - f o r m   . f o r m - i n p u t . e r r o r ,   
 . c o n t a c t - f o r m   . f o r m - i n p u t : f o c u s . e r r o r , 
 . s u p p o r t - f o r m   . f o r m - i n p u t . e r r o r ,   
 . s u p p o r t - f o r m   . f o r m - i n p u t : f o c u s . e r r o r , 
 . s u p p o r t - f o r m   . f o r m - t e x t a r e a . e r r o r ,   
 . s u p p o r t - f o r m   . f o r m - t e x t a r e a : f o c u s . e r r o r , 
 . c o n t a c t - f o r m   . f o r m - t e x t a r e a . e r r o r ,   
 . c o n t a c t - f o r m   . f o r m - t e x t a r e a : f o c u s . e r r o r   { 
 	 b o x - s h a d o w :   n o n e ;   
     b o r d e r - c o l o r :   # c 8 0 0 0 f ; 
 } 
 
 . f o r m - b u t t o n - s u b m i t   { 
     p o s i t i o n :   r e l a t i v e ; 
     d i s p l a y :   i n l i n e - b l o c k ; 
     v e r t i c a l - a l i g n :   t o p ; 
     h e i g h t :   3 5 p x ; 
     p a d d i n g :   0   1 8 p x ; 
     t e x t - a l i g n :   c e n t e r ; 
     f o n t - s i z e :   1 5 p x ; 
     l i n e - h e i g h t :   1 ; 
     l e t t e r - s p a c i n g :   2 p x ; 
     t e x t - t r a n s f o r m :   u p p e r c a s e ; 
     o u t l i n e :   0 ; 
     b o r d e r :   0 ; 
     b o r d e r - r a d i u s :   5 p x ; 
     c o l o r :   # f f f f f f ; 
     b a c k g r o u n d :   # 0 4 b 3 e e ; 
     - w e b k i t - u s e r - s e l e c t :   n o n e ; 
     - k h t m l - u s e r - s e l e c t :   n o n e ; 
     - m o z - u s e r - s e l e c t :   n o n e ; 
     - o - u s e r - s e l e c t :   n o n e ; 
     u s e r - s e l e c t :   n o n e ; 
     - w e b k i t - u s e r - d r a g :   n o n e ; 
     - w e b k i t - f o n t - s m o o t h i n g :   a n t i a l i a s e d ; 
     c u r s o r :   p o i n t e r ; 
 } 
 
 . f o r m - s e c t i o n - s u b m i t   { 
     t e x t - a l i g n :   c e n t e r ; 
     p a d d i n g - t o p :   1 0 p x ; 
 } 
 . f o r m - b u t t o n - s u b m i t : h o v e r   { 
     b a c k g r o u n d :   # 0 9 a 9 e 2 ; 
 } 
 . f o r m - b u t t o n - s u b m i t : a c t i v e   { 
     t o p :   1 p x ; 
 } 
 
 / *   S E L E C T   * / 
 s e l e c t   { 
     m a r g i n :   0 ; 
     f o n t - s i z e :   1 4 p x ; 
     o u t l i n e :   0 ; 
 } 
 . s e l e c t   >   s e l e c t   { 
     - w e b k i t - t a p - h i g h l i g h t - c o l o r :   t r a n s p a r e n t ; 
     - w e b k i t - t a p - h i g h l i g h t - c o l o r :   r g b a ( 0 ,   0 ,   0 ,   0 ) ; 
     - w e b k i t - b o r d e r - r a d i u s :   0 ; 
     b o r d e r - r a d i u s :   0 ; 
     - w e b k i t - a p p e a r a n c e :   n o n e ; 
     - m o z - a p p e a r a n c e :   n o n e ; 
     a p p e a r a n c e :   n o n e ; 
 } 
 . s e l e c t   >   s e l e c t   { 
     b o r d e r - r a d i u s :   5 p x ; 
     o u t l i n e :   0 ; 
     b a c k g r o u n d :   # f f f f f f ; 
 } 
 . s e l e c t ,   . s e l e c t   >   s e l e c t   { 
     p o s i t i o n :   r e l a t i v e ; 
     v e r t i c a l - a l i g n :   t o p ; 
     b o r d e r :   1 p x   s o l i d   # b 8 b 8 b 8 ; 
     d i s p l a y :   - m o z - i n l i n e - s t a c k ; 
     d i s p l a y :   i n l i n e - b l o c k ; 
     * d i s p l a y :   i n l i n e ; 
     c o l o r :   # 0 0 0 0 0 0 ; 
     o u t l i n e :   0 ; 
     h e i g h t :   3 5 p x ; 
     w i d t h :   1 0 0 % ; 
     * z o o m :   1 ; 
     o u t l i n e :   n o n e ; 
 } 
 . s e l e c t   { 
     b o r d e r :   0 ; 
     z - i n d e x :   1 0 ; 
 } 
 . s e l e c t   >   s e l e c t   { 
     d i s p l a y :   b l o c k ; 
     p a d d i n g :   2 p x   1 0 p x   2 p x ; 
     - w e b k i t - a p p e a r a n c e :   n o n e ; 
     - m o z - a p p e a r a n c e :   n o n e ; 
     a p p e a r a n c e :   n o n e ; 
     o u t l i n e :   0 ; 
     t e x t - i n d e n t :   . 0 1 p x ; 
     t e x t - o v e r f l o w :   ' ' ; 
     z - i n d e x :   1 0 ; 
     m a r g i n :   0 ; 
     o u t l i n e :   n o n e ; 
 } 
 . s e l e c t > s e l e c t : : - m s - e x p a n d   { 
     d i s p l a y :   n o n e ; 
 } 
 . s e l e c t : b e f o r e ,   
 . s e l e c t : a f t e r   { 
     c o n t e n t :   ' ' ; 
     p o s i t i o n :   a b s o l u t e ; 
     p o i n t e r - e v e n t s :   n o n e ; 
     z - i n d e x :   1 5 ; 
 } 
 . s e l e c t : b e f o r e   { 
     t o p :   0 ; 
     r i g h t :   0 ; 
     w i d t h :   2 6 p x ; 
     b o t t o m :   0 ; 
     b o r d e r - r a d i u s :   0   5 p x   5 p x   0 ; 
 } 
 . s e l e c t   . s e l e c t - a r r o w   { 
     p o s i t i o n :   a b s o l u t e ; 
     t o p :   9 p x ; 
     r i g h t :   7 p x ; 
     w i d t h :   2 0 p x ; 
     h e i g h t :   1 7 p x ; 
     c o l o r :   # f f f f f f ; 
     p o i n t e r - e v e n t s :   n o n e ; 
     z - i n d e x :   1 6 ; 
     
     w i d t h :   2 6 p x ; 
     h e i g h t :   1 0 0 % ; 
     r i g h t :   0 ; 
     t o p :   0 ; 
     - w e b k i t - b o r d e r - r a d i u s :   0   5 p x   5 p x   0 ; 
     - m o z - b o r d e r - r a d i u s :   0   5 p x   5 p x   0 ; 
     - o - b o r 