/*
vim: et sw=4 ts=4
*/
html, body {
  padding: 0;
  margin: 0;
  font-family: Lato, Verdana, sans-serif;
  font-variant: prince-opentype(pnum, lnum);
  font-variant-numeric: proportional-nums lining-nums;
  font-weight: normal;
  line-height: 1.5em;
  font-size: 16px;
  color: #666;
  background: #f2f2f2; }

html.p11 {
  font-size: 24px;
  color: #333;
  overflow-x: hidden; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: .83em; }

h6 {
  font-size: .75em; }

h5, h6 {
  font-weight: bolder; }

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
  letter-spacing: 1px;
  line-height: 2em; }

h1, h2, h3, h4 {
  font-weight: normal; }

h2.centered,
.subpages-heading,
.subpages-heading2 {
  color: #333;
  font-weight: bold; }

h2.centered,
.subpages-heading {
  text-align: center; }

.subpages-heading2 {
  text-align: left; }

body#home h1 {
  line-height: 60px; }
body#home h2 {
  font-size: 30px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #333; }
body#home h3 {
  font-size: 25px;
  line-height: 32px; }

/*
h2,
h1.subpages-heading2
{
    font-size: 30px;
    letter-spacing: 1px;
    text-align:center;
    font-weight: bold;
    line-height: 1em;
    color:#333;
    margin: 0px;
}

h1.subpages-heading,
h1.subpages-heading2
{
    margin-bottom: 50px;
}

h1.subpages-heading2 {
    text-align:left;
}

h3 {
    font-size: 25px;
    line-height: 32px;
    font-weight: normal;
    color: #333;
    margin-bottom: -10px;
}
*/
p {
  color: #4d4d4d;
  font-weight: normal;
  margin-bottom: 1em; }

p.note:before, p.tip:before, p.warning:before {
  font-weight: bold;
  display: block;
  float: left;
  margin-left: -3.5em; }

p.note:before, p.warning:before {
  content: "Note:"; }

p.tip:before {
  content: "Tip:"; }

p.warning:before {
  color: red; }

p.warning, section p.warning {
  margin-left: 3.5em;
  max-width: 43em; }

hr {
  border-top: 1px solid #ccc;
  max-width: 1150px;
  margin: 70px auto; }

a:link {
  color: #0071bc;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.self-link {
  visibility: hidden;
  opacity: 0.2; }

.self-link:after {
  content: " \B6 "; }

a[href*='//']:not([href*='princexml.com'])::after {
  content: " \21D7";
  color: lightgrey; }

h1:hover .self-link, p:hover .self-link {
  visibility: visible; }

h2:hover .self-link, p:hover .self-link {
  visibility: visible; }

h3:hover .self-link, p:hover .self-link {
  visibility: visible; }

h4:hover .self-link, p:hover .self-link {
  visibility: visible; }

h5:hover .self-link, p:hover .self-link {
  visibility: visible; }

h6:hover .self-link, p:hover .self-link {
  visibility: visible; }

strong {
  color: #4d4d4d; }

pre {
  background: #333;
  color: white;
  padding: 0px 40px;
  border-radius: 5px;
  overflow: auto; }

html.p11 ol {
  padding-left: 35px;
  margin-top: 25px; }
html.p11 ol li {
  padding: 5px 0px; }
html.p11 p + ul {
  margin-top: -25px; }

.content1150,
.header,
.subheader {
  width: 1150px;
  padding: 0px 25px;
  position: relative;
  margin: auto; }

.content1180 {
  width: 1180px;
  padding: 0px 10px;
  margin: auto; }

.content1174 {
  width: 1174px;
  padding: 0px 13px;
  margin: auto; }

.content750 {
  max-width: 750px;
  margin-bottom: 40px; }

.content850 {
  max-width: 850px;
  margin-bottom: 40px; }

/*----- header -----*/
.mobile-menu-trigger {
  display: none; }

.header {
  height: 50px; }
  .header .logo img {
    width: 65%;
    margin-top: 11px; }

.banner .header {
  padding-top: 50px; }
  .banner .header .logo img {
    margin: 0;
    width: 100%; }
.banner #small .header {
  padding-top: 30px; }

html.p11 .header .logo img {
  width: 65%;
  margin-top: 11px; }

#home .header-container.hidden {
  margin-top: -55px;
  transition: margin-top ease-in-out 300ms; }

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: margin-top ease-in-out 300ms; }

.mainheader-container {
  background-color: #7d146c;
  box-shadow: 0px 3px 0px 0px transparent; }

.shadow {
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1); }

.logo {
  float: left; }

.menu {
  float: right; }
  .menu ul {
    margin: 0;
    padding: 0; }
  .menu ul li {
    display: inline; }
  .menu a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    color: white; }
  .menu a.menu-cta {
    background-color: #ffa046;
    border-radius: 3px;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    padding: 0px 15px;
    margin-left: 10px; }
  .menu a.current {
    background: white;
    color: #333; }
  .menu a.menu-cta.current {
    background: white;
    height: 50px;
    line-height: 50px;
    border-radius: 0px; }
  .menu a:hover {
    color: #22b573; }
    .menu a:hover .menu-cta {
      background-color: #ffb464;
      color: white;
      font-size: 14px; }

.banner .header .menu a {
  font-size: 15px;
  padding: 0px 25px; }
  .banner .header .menu a .menu-cta {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px; }

.header .menu a {
  font-size: 14px;
  padding: 0px 20px; }

.subheader-container {
  background-color: white;
  position: relative;
  transition: margin-top ease-in-out 0.3s;
  z-index: -10; }

.submenu {
  float: right; }
  .submenu ul {
    margin: 0px;
    padding: 0px; }
    .submenu ul li {
      display: inline; }
      .submenu ul li a {
        display: inline-block;
        height: 40px;
        padding: 0px 17px;
        line-height: 40px;
        color: #333;
        font-size: 14px; }
      .submenu ul li a:hover {
        background: #f2f2f2;
        text-decoration: none; }
      .submenu ul li a.sub-current {
        border-bottom: 3px solid #ffa046;
        height: 37px; }

html.p11 .submenu {
  clear: both; }

/*----- banner ------*/
.mobile-menu-trigger {
  display: none; }

.banner-content {
  margin-top: 12%;
  height: 100%;
  margin-top: auto;
  padding: 6% 0px; }

#small .banner-content {
  margin-top: 10%; }

.banner {
  height: 100%; }

.banner-content h1 {
  color: white;
  margin: 40px 0px;
  font-weight: bold;
  font-size: 82px;
  line-height: 60px; }

.banner-content h2 {
  color: #ffa046;
  margin: 0px;
  text-align: left; }

#small .banner-content h2 {
  font-size: 26px;
  margin-bottom: -5px; }

.banner-content p {
  color: white;
  margin: 15px 0px 0px;
  line-height: 35px;
  font-size: 20px; }

#small .banner-content p {
  font-size: 18px;
  margin: 0px; }

.learn-more {
  color: #fff;
  font-size: 13px;
  text-align: center;
  bottom: 20px;
  position: absolute;
  width: 100%;
  line-height: 16px;
  display: none; }
  .learn-more img {
    position: relative;
    -webkit-animation: bounce 0.5s ease-in-out infinite alternate;
    -moz-animation: bounce 0.5s ease-in-out infinite alternate;
    animation: bounce 0.5s ease-in-out infinite alternate; }

@-moz-keyframes bounce {
  0% {
    bottom: -8px; }
  100% {
    bottom: -3px; } }
@-webkit-keyframes bounce {
  0% {
    bottom: -8px; }
  100% {
    bottom: -3px; } }
@keyframes bounce {
  0% {
    bottom: -8px; }
  100% {
    bottom: -3px; } }
html.p10 .banner-container {
  height: 1000px; }

.banner {
  background-color: #7d146c; }

.p10 .banner {
  position: relative;
  background-image: url(/images/banner-background.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden; }

.p11 .banner {
  background: #d87652;
  background: -moz-linear-gradient(-45deg, #d87652 0%, #7d146c 37%, #7d146c 55%, #b931a2 83%, #b931a2 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d87652), color-stop(37%, #7d146c), color-stop(55%, #7d146c), color-stop(83%, #b931a2), color-stop(100%, #b931a2));
  background: -webkit-linear-gradient(-45deg, #d87652 0%, #7d146c 37%, #7d146c 55%, #b931a2 83%, #b931a2 100%);
  background: -o-linear-gradient(-45deg, #d87652 0%, #7d146c 37%, #7d146c 55%, #b931a2 83%, #b931a2 100%);
  background: -ms-linear-gradient(-45deg, #d87652 0%, #7d146c 37%, #7d146c 55%, #b931a2 83%, #b931a2 100%);
  background: linear-gradient(135deg, #d87652 0%, #7d146c 37%, #7d146c 55%, #b931a2 83%, #b931a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d87652', endColorstr='#b931a2', GradientType=1 ); }

.banner-content-container {
  position: relative;
  z-index: 2;
  padding: 0px;
  height: 100%; }

.banner-content .prince11-image {
  float: left;
  width: 480px; }

#small .banner-content .prince10-image {
  width: 675px;
  margin-right: -273px;
  margin-top: -20px; }

.banner-cta {
  color: white;
  margin-top: 50px; }
  .banner-cta a {
    color: #ffb464; }
  .banner-cta a.green-button {
    color: inherit; }

.banner-content .content {
  margin-left: 550px;
  padding: 40px 0px; }

.banner-content .green-button {
  margin-right: 20px; }

/*----- button -----*/
a.green-button:link,
.orange-button:link,
.blue-button:link,
a.green-button:visited,
.orange-button:visited,
.blue-button:visited,
.orange-button,
.green-button,
.blue-button {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  color: white;
  font-size: 18px;
  border-radius: 4px;
  width: 200px;
  text-align: center;
  font-weight: bold; }

.orange-button:after,
.green-button:after,
.blue-button:after {
  content: none !important; }

.green-button {
  box-shadow: 0px 5px 0px #09693e;
  background-color: #22b573; }

.green-button:hover {
  background-color: #4ec48f; }

.orange-button {
  box-shadow: 0px 5px 0px #b3671f;
  background-color: #ffa046; }

.orange-button:hover {
  background-color: #ffb464; }

.blue-button {
  box-shadow: 0px 5px 0px #0067a2;
  background-color: #0089d8; }

.blue-button:hover {
  background-color: #33a1e0; }

/*-----body-----*/
.white-box {
  border-radius: 10px;
  padding: 0px 30px;
  background: white;
  position: relative; }

#license-type .white-box,
#upgrades .white-box,
#support-upgrades-type .white-box,
#samples .white-box {
  width: 500px;
  float: left;
  margin: 15px; }

.white-box-license {
  clear: both;
  padding: 30px;
  border-radius: 10px;
  background: white;
  display: inline-block;
  margin: 0px auto; }

#license-table {
  margin: 0px auto; }
  #license-table td,
  #license-table th {
    text-align: center;
    padding: 3px;
    background-color: #ddd;
    color: #000; }
  #license-table th {
    margin-bottom: -10px;
    background-color: #ddd;
    color: #000; }
    #license-table th span.col-head {
      font-size: 25px;
      line-height: 32px;
      font-weight: normal; }
    #license-table th span.row-head {
      font-size: 20px;
      line-height: 27px;
      font-weight: normal; }
  #license-table td.no,
  #license-table td.yes {
    font-weight: bold;
    font-size: 120%; }
  #license-table td.yes {
    /* This is the green from the green-button class */
    color: #22b573; }
  #license-table td.no {
    /* This read is the compliement of the above green */
    color: #b53622; }
  #license-table #header td,
  #license-table .buy-row {
    background-color: #FFF; }
  #license-table a.blue-button:link,
  #license-table a.blue-button:visited {
    margin-bottom: 0px; }

.white-box h3 {
  margin-top: 30px; }
.white-box a.blue-button {
  margin-bottom: 35px; }

#license-type .white-box h3 {
  color: #0089d8; }

#upgrades .white-box h3,
#support-upgrades-type .white-box h3 {
  color: #ffa046; }

#license-type .white-box p.disclaimer {
  margin-top: 0px;
  font-size: 15px;
  font-style: italic;
  line-height: 26px; }

#license-type .white-box .price,
#upgrades .white-box .price {
  position: absolute;
  color: #666;
  top: 0px;
  right: 30px; }

#download .download-box-container,
#download .download-wrappers-box-container {
  margin: 50px 0px; }
  #download .download-box-container .white-box,
  #download .download-wrappers-box-container .white-box {
    padding-bottom: 30px;
    margin: 30px 0px;
    padding-top: 5px; }
    #download .download-box-container .white-box h2, #download .download-box-container .white-box h3,
    #download .download-wrappers-box-container .white-box h2,
    #download .download-wrappers-box-container .white-box h3 {
      margin: 25px 0px 15px;
      color: #e34f71; }

#download .download-box-container .white-box p {
  margin: 1px 0px; }
#download .download-box-container .white-box.single h2 {
  margin-bottom: 0px; }
#download .download-wrappers-box-container .white-box p {
  margin: 15px 0px 0px; }
#download .download-wrappers-box-container .white-box h2, #download .download-wrappers-box-container .white-box h3 {
  margin-bottom: 0px; }
#download .download-wrappers-box-container .white-box:target {
  border: 1px solid lightgrey; }
#download .download-box-container .white-box a.download-link,
#download .download-wrappers-box-container .white-box a.download-link {
  float: right;
  display: inline-block;
  width: 60%; }
#download .download-box-container .white-box a.download-link {
  margin-top: -25px; }
#download .download-box-container .white-box.single a.download-link {
  margin-top: 10px; }
#download .download-wrappers-box-container .white-box a.download-link {
  margin-top: -33px; }

.tablebox {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-bottom: 5px; }

html.p10 .tablebox {
  background: #ddd;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px; }

html.p11 .tablebox {
  width: 350px;
  background: #ffe0e7; }

.tablebox table {
  border: 0px;
  border-collapse: collapse;
  width: 100%;
  text-align: center; }
  .tablebox table th {
    color: white;
    font-weight: normal;
    padding: 10px; }
  .tablebox table td {
    padding: 3px 8px; }

html.p10 .tablebox table th {
  background-color: #7D146C; }
html.p10 .tablebox table td {
  background-color: #ddd; }

html.p11 .tablebox table th {
  background-color: #ff6386; }
html.p11 .tablebox table td {
  background-color: #ffe0e7; }

#upgrades,
#support-upgrades-type {
  margin-bottom: 70px; }
  #upgrades h2,
  #support-upgrades-type h2 {
    margin-top: 70px;
    margin-bottom: 40px; }
  #upgrades p.intro,
  #support-upgrades-type p.intro {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }

.companies {
  background: url(/images/companies.jpg) no-repeat center center;
  display: block;
  width: 1200px;
  height: 280px; }
  .companies h2 {
    margin-top: 20px;
    margin-bottom: 60px; }

img.prince-box {
  float: right;
  margin-right: 100px; }

.body-container {
  margin-top: 150px; }

.prince-overview {
  margin: 100px auto; }
  .prince-overview h3 {
    color: #7d146c; }
  .prince-overview p {
    font-size: 19px;
    line-height: 36px; }

.white-container {
  background: white;
  padding: 100px 0px; }

.half-box {
  width: 44%;
  padding: 0px 3%;
  float: left; }

.athird-box {
  float: left;
  width: 27.2%;
  padding: 0px 3%; }

.key-features .athird-box {
  margin-top: 30px;
  padding-top: 165px;
  background-image: url(/images/key-features-icons.png);
  background-repeat: no-repeat; }

#powerful-layout {
  background-position: 90px 0px; }

#web-standards {
  background-position: -345px 0px; }

#pdf-output {
  background-position: -785px 0px; }

#easy-integration {
  background-position: -1225px 0px; }

#fonts-unicode {
  background-position: -1655px 0px; }

#friendly-support {
  background-position: -2090px 0px; }

.key-features h3 {
  color: #0089d8;
  text-align: center;
  margin-bottom: 10px; }
.key-features ul {
  display: inline;
  margin: 0px;
  padding: 0px; }
  .key-features ul li {
    text-align: center;
    list-style: none;
    padding: 3px 0px; }

body#home .purple-container {
  background: #7a3068;
  padding: 100px 0px; }
  body#home .purple-container h2 {
    color: white; }

#companies-container {
  padding: 60px 0px; }

.testimonials .testimonial-box {
  max-width: 850px;
  margin: 60px auto 0px; }

.testimonials p {
  color: white;
  text-align: center;
  margin-top: 0px; }
.testimonials p.kind-words {
  font-size: 22px;
  line-height: 45px;
  margin-bottom: 10px; }

.home-end-cta {
  padding: 80px 0px 0px;
  text-align: center; }
  .home-end-cta .blue-button {
    margin: 40px auto 20px; }

form#contact-us-form p {
  margin-bottom: 0px; }
form#contact-us-form input[type="text"],
form#contact-us-form textarea {
  padding: 5px 15px;
  width: 500px;
  line-height: 28px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.4px;
  border-radius: 3px;
  border: 1px solid #ccc; }
form#contact-us-form input[type="submit"] {
  border: 0px;
  margin-top: 25px;
  cursor: pointer; }

html.p10 form#contact-us-form input[type="text"],
html.p10 form#contact-us-form textarea {
  font-family: "Lato", Arial, sans-serif;
  color: #666; }

html.p11 form#contact-us-form input[type="text"],
html.p11 form#contact-us-form textarea {
  font-family: "Lato", "Gothic", Arial, Sans-Serif;
  color: #333; }

.always-show {
  margin-top: 0px; }

table.grid {
  border-collapse: collapse;
  width: 100% !important;
  table-layout: fixed; }
  table.grid td {
    padding: 10px 15px !important;
    background-color: #e5f6ee;
    border: 1px solid #22b573;
    vertical-align: top; }
  table.grid th {
    background-color: #22b573;
    border: 1px solid white;
    border-top: 1px solid #22b573;
    border-bottom: 1px solid #22b573;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
    color: white; }
    table.grid th code a {
      color: white; }
  table.grid th:first-child {
    border-left: 1px solid #22b573; }
  table.grid th:last-child {
    border-right: 1px solid #22b573; }

/*----- Footer -----*/
.footer {
  border-top: 1px solid #ccc;
  padding: 40px 0px 80px;
  margin-top: 100px; }

.footer-logo,
.footer-copyright {
  float: left;
  font-size: 14px; }

ul.footer-menu {
  padding: 0px;
  margin: 0px;
  float: right; }
  ul.footer-menu li {
    display: inline; }
    ul.footer-menu li a {
      display: inline-block;
      color: #666;
      height: 30px;
      line-height: 30px;
      padding: 0px 7px; }

@media all and (max-width: 1200px) {
  html.p11 #license-type .white-box h3 {
    max-width: 300px; }

  .companies {
    background-size: contain;
    width: 1000px;
    height: 250px; }

  .content1150,
  .header,
  .subheader {
    width: 950px; }

  #small .banner-content h2,
  .banner-content h2 {
    font-size: 22px;
    margin-bottom: -5px; }
  #small .banner-content p,
  .banner-content p {
    font-size: 18px;
    margin: 0px; }
  #small .banner-content .prince10-image,
  .banner-content .prince10-image {
    width: 620px;
    margin-right: -273px;
    margin-top: -20px; }

  .banner-cta {
    margin-top: 30px; }

  .prince-overview img {
    width: 350px;
    margin: auto;
    display: block; }

  .athird-box {
    width: 44%; }

  .content1150.key-features {
    width: 700px; }

  #powerful-layout {
    background-position: 80px 0px; }

  #web-standards {
    background-position: -355px 0px; }

  #pdf-output {
    background-position: -795px 0px; }

  #easy-integration {
    background-position: -1235px 0px; }

  #fonts-unicode {
    background-position: -1665px 0px; }

  #friendly-support {
    background-position: -2100px 0px; }

  .content1150.companies img {
    width: 100%; }

  html.p10 .banner-container {
    height: 650px; }

  img.prince-box {
    margin: 0px 30px 30px; }

  .content1180 {
    width: 980px; }

  #license-type .white-box,
  #upgrades .white-box,
  #support-upgrades-type .white-box,
  #samples .white-box {
    width: 400px; }

  .content1174 {
    width: 974px; }

  .banner .header .menu a:link,
  .banner .header .menu a:visited {
    padding: 0px 17px; }

  html.p11 .banner a.green-button:link {
    display: block;
    margin-bottom: 20px; } }
@media all and (max-width: 1000px) {
  html.p11 .banner a.green-button:link {
    margin: 0px auto 20px; }
  html.p11 #license-type .white-box h3 {
    max-width: none; }

  h1.subpages-heading2 {
    text-align: center; }

  .menu ul {
    position: absolute;
    background: white;
    left: 0px;
    z-index: -1;
    padding-top: 50px;
    width: 818px;
    margin-left: -25px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
    margin-top: -340px;
    transition: margin-top ease-in-out 0.5s; }

  .banner .mobile-menu-trigger {
    position: absolute;
    right: 30px;
    top: 55px;
    display: block; }

  .content1150,
  .header, .subheader {
    width: 675px; }

  html.p10 .banner-container {
    height: 900px; }

  .banner-content .prince10-image {
    float: none;
    margin-bottom: -240px;
    margin-top: 10px; }
  .banner-content .prince11-image {
    float: none; }
  .banner-content h2 {
    text-align: center; }
  .banner-content .content {
    margin-left: 0px;
    padding-top: 0; }

  #small .banner-content,
  .banner-content {
    text-align: center; }

  .half-box {
    width: 96%;
    text-align: center;
    margin-bottom: 50px; }

  .content1180 {
    width: 710px; }

  hr {
    max-width: 680px; }

  #license-type .white-box,
  #upgrades .white-box,
  #support-upgrades-type .white-box,
  #samples .white-box {
    width: 620px; }

  .content1174 {
    width: 702px; }

  #small .banner-content, .banner-content {
    margin-top: 0; }

  .banner {
    background-attachment: initial; }

  .mobile-menu-trigger {
    display: block;
    right: 25px;
    position: absolute;
    top: 8px; }

  .menu ul.show-mobile-menu {
    margin-top: 0px;
    transition: margin-top ease-in-out 0.5s; }

  .banner .menu ul.show-mobile-menu {
    display: none; }

  .submenu ul li a {
    font-size: 13px;
    padding: 0px 13px; }

  .header .menu a:link,
  .header .menu a:visited {
    border-top: 1px solid #eee;
    color: #4d4d4d;
    width: auto;
    display: block;
    padding: 0px 50px; }

  .menu a.menu-cta {
    background: none;
    line-height: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px 50px; } }
@media all and (max-width: 760px) {
  html.p11 .user-guides-code-box ul {
    padding-left: 15px; }

  .menu ul {
    padding-top: 40px; }

  .content1150,
  .header,
  .subheader,
  .content1150.key-features {
    width: auto; }

  .banner .mobile-menu-trigger {
    top: 25px;
    right: 20px; }

  .mobile-menu-trigger {
    right: 20px;
    top: 4px; }

  .banner {
    background-size: 150%;
    background-position: center top; }
    .banner .header .logo img {
      width: 70%; }

  #small .banner-content h1,
  .banner-content h1 {
    line-height: 42px;
    font-size: 56px; }

  .banner-cta .green-button {
    margin: 25px 0px 0px; }

  #small .banner-content h2, .banner-content h2 {
    font-size: 18px;
    margin-bottom: -5px; }

  .banner .header {
    padding-top: 25px; }

  .content1150.key-features {
    padding: 0px; }

  .key-features .athird-box {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  #powerful-layout {
    background-position: 70px 0px; }

  #web-standards {
    background-position: -365px 0px; }

  #pdf-output {
    background-position: -805px 0px; }

  #easy-integration {
    background-position: -1245px 0px; }

  #fonts-unicode {
    background-position: -1675px 0px; }

  #friendly-support {
    background-position: -2110px 0px; }

  #small .banner-content .prince10-image,
  .banner-content .prince10-image {
    width: 380px;
    margin-right: -180px;
    margin-bottom: -150px; }

  .prince-overview img {
    width: 250px; }

  .footer-logo {
    float: none;
    font-size: 12px;
    text-align: center; }

  ul.footer-menu {
    float: none;
    text-align: center;
    margin-top: 15px; }
    ul.footer-menu li a {
      font-size: 13px; }

  #small .banner-content p,
  .banner-content p {
    margin-top: 40px; }

  .banner-cta {
    margin-top: 45px; }

  .testimonial-box p {
    font-size: 14px; }

  .testimonials p.kind-words {
    font-size: 18px;
    line-height: 36px; }

  #home .header-container.hidden {
    margin-top: -42px; }

  .menu ul li {
    display: block; }

  .submenu ul {
    text-align: center; }

  img.prince-box {
    float: none;
    margin: 0px auto 30px;
    display: block; }

  h1.subpages-heading,
  h1.subpage-heading2 {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px; }

  .header .logo img {
    width: 45%; }

  .header {
    height: 40px; }

  .shadow {
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1); }

  .subheader {
    padding: 0px; }

  .submenu {
    float: none; }

  .content1180 {
    width: auto; }

  #license-type .white-box,
  #upgrades .white-box,
  #support-upgrades-type .white-box,
  #samples .white-box {
    width: auto; }

  #license-type .white-box .price,
  #upgrades .white-box .price
  #support-upgrades-type .white-box .price {
    position: static; }

  .tablebox {
    width: auto; }

  .tablebox table th {
    font-size: 12px;
    padding: 10px 0px; }

  .white-box {
    padding: 0px 20px; }

  hr {
    max-width: none;
    width: auto;
    margin-left: 20px;
    margin-right: 20px; }

  .content1174 {
    width: auto; }

  #download .download-box-container .white-box a.download-link,
  #download .download-wrappers-box-container .white-box a.download-link {
    float: none;
    width: auto;
    margin: 5px 0px 15px; }

  .body-container {
    margin-top: 100px; }

  .subheader-container.hide-onscroll {
    margin-top: -80px;
    z-index: -10;
    transition: margin-top ease-in-out 0.3s; }

  .companies {
    background-image: url(/images/companies-mobile.jpg);
    width: auto;
    height: 320px; }

  .banner-content .prince11-image {
    width: 70%; } }
