﻿html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
	font-family: 'myriad-pro-n4','myriad-pro',arial,sans-serif;
	font-weight: 400;
	color: #444;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-osx-font-smoothing: grayscale;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 2px;
    background-color: #eee;
    color: #444;
}
.center-small-only {
    text-align: center;
}
.center-xs-sm-only {
    text-align: center;
}
.cart {
    font-size: 17px;
}

@media screen and (min-width: 320px) {
    body {
        font-size: 16px;
        line-height: 1.5 !important;
    }
    .long-line {
        line-height: 1.6 !important;
    }
}
@media screen and (min-width: 768px) {
    body {
        font-size: 15px;
        line-height: 1.45;
    }
    .long-line {
        line-height: 1.7 !important;
    }
    .center-small-only {
        text-align: left;
    }
    .center-xs-sm-only {
        text-align: center;
    }
    .new-release-wrapper {
        height: 30px;
    }
    .new-release-heading {
         position: absolute;
         bottom: 0;
         left: 0;
    }
    .new-release-link {
         position: absolute;
         bottom: 0;
         right: 0;
    }
}
@media screen and (min-width: 992px) {
    .center-xs-sm-only {
        text-align: left;
    }
}
@media screen and (min-width: 1200px) {
    body {
        font-size: 14px;
        line-height: 1.45;
    }
    .new-release-wrapper {
        height: 40px;
    }
    .container-fluid {
        max-width: 1200px;
    }
}
@media screen and (min-width: 1300px) {
    .container {
        width: 1270px;
    }
    .container-fluid {
        max-width: 1300px;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f9ff;
}
.row {
    margin-top: 30px;
}
.spacer {
    margin-top: 10px;
}
.row:first-child, .row.row-dense {
    margin-top: 0;
}
@media screen and (min-width: 320px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 420px;
    }
    .footer {
      /* Set the fixed height of the footer here */
      height: 370px;
    }
    .footer-link-panel {
        font-size: 15px;
        line-height: 2;
    }
    .footer-right-panel {
        float: left;
    }
}
@media screen and (min-width: 480px) {
    body {
        margin-bottom: 420px;
    }
    .footer {
        height: 370px;
    }
    .footer-right-panel {
        float: left;
    }
}
@media screen and (min-width: 768px) {
    body {
        margin-bottom: 270px;
    }
    .footer {
        height: 220px;
    }
    .footer-right-panel {
        float: right;
    }
}
@media screen and (min-width: 992px) {
    body {
        margin-bottom: 270px;
    }
    .footer {
        height: 220px;
    }
    .cart-popup-spacer {
        height: 320px;
    }
}
@media screen and (min-width: 1200px) {
    body {
        margin-bottom: 280px;
    }
    .footer {
      height: 230px;
    }
}

.navbar {
    margin-bottom: 0px;
    border: none;
}
.navbar-inverse {
    background-color: #0085cc;
    border-color: #0085cc;
    margin-bottom: 20px;
}
.navbar-toggle {
    padding: 9px 2px;
    margin-top: 12px;
    margin-left: 15px;
    margin-bottom: 0px;
    border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #0085cc;
}
.navbar-inverse .navbar-toggle {
    border: none;
}
.navbar-nav {
    margin: 0px -5px;
}
.navbar-brand {
    padding: 20px 0 0 15px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
    padding: 15px 16px;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #b5e6fd;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #444;
} 
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #0085cc;
    background-color: transparent;
}
.menu-down-arrow {
    font-size: 9px;
    margin-left: 7px;
}
.dropdown-menu {
    font-size: 16px;
    border: none;
    border-radius: 0;
    background-color: #f5f9ff;
    padding: 40px 40px 30px 40px;
    min-width: 200px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .175);
}
.dropdown-menu.columns-2 {
    min-width: 440px;
}
.dropdown-menu.columns-3 {
    min-width: 620px;
}
.dropdown-menu > li > a {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
}
.dropdown-menu > li > a:hover {
    color: #0085cc;
    text-decoration: underline;
}
.multi-column-menu {
    list-style: none;
    float: left;
    padding: 0;
    height: auto;
}
.multi-column-menu > li {
    font-size: 16px;
    line-height: 30px;
    display: block;
    padding: 0;
}
.dropdown-header {
    font-size: 16px;
    color: #0085cc;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 2px;
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 0 15px;
    }
    .row {
        margin-top: 20px;
    }
    .spacer {
        margin-top: 0;
    }
    .navbar {
        min-height: 54px;
    }
    .navbar-nav {
        margin: 0px -15px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #444;
        font-size: 17px;
        font-weight: 600;
        padding: 12px 0 12px 30px;
        border-top: solid 1px #d2e1f4;
    }
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #0085cc;
    }
    .navbar-collapse {
        background-color: #f5f9ff;
        border-bottom: solid 1px #d2e1f4 !important;
    }
    .dropdown-menu {
        padding: 0px 0 15px 15px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        font-size: 16px;
        line-height: 32px;
        padding: 0 15px;
    }
    .dropdown-header {
        margin-top: 0;
        margin-bottom: 2px;
    }
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
    .dropdown > a:after {
        display: block;
        font-family: 'Glyphicons Halflings';
        content:"\e259";
        font-size: 12px;
        float: right;
        width: 0;
        height: 0;
        margin-right: 50px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0 15px;
    }    
    .navbar-brand img {
        width: 160px;
    }
    .navbar-brand {
        padding: 15px 0 0 0;
        position: absolute;
        left: 50%;
        margin-left: -85px !important;  /* 50% of your logo width */
        display: block;
    }
    .multi-column-menu > li {
        font-size: 16px;
        line-height: 32px;
        padding: 0 15px;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 12px;
    }
    .dropdown-menu {
        padding: 30px 30px 30px 30px;
        min-width: 200px;
    }
    .dropdown-menu > li > a {
        font-size: 16px;
        line-height: 30px;
        padding: 0;
    }
    .dropdown-menu.columns-2 {
        min-width: 410px;
    }
    .dropdown-menu.columns-3 {
        min-width: 600px;
    }
    .multi-column-menu > li {
        font-size: 16px;
        line-height: 30px;
    }
    .dropdown-header {
        font-size: 16px;
    }
}

.navbar-form {
    padding: 0;
    box-shadow: none;
    border: none;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #0085cc;
    background-color: #f5f9ff;
}
@media (max-width: 767px) {
    .navbar-form {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-form > .input-group {
        max-width: 300px;
        margin: 0 auto;
    }
    .navbar-inverse .navbar-nav > .open > a, 
    .navbar-inverse .navbar-nav > .open > a:hover, 
    .navbar-inverse .navbar-nav > .open > a:focus {
        border-top: solid 1px #d2e1f4;
        border-bottom: solid 1px #d2e1f4;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -5px;
    }
    .navbar-form {
        margin-top: 20px;
        margin-bottom: 16px;
        margin-right: 10px;
    }
    .navbar-form .input-group > .form-control {
        width: 220px;
    }
}
.navbar-inverse .navbar-form, .navbar-inverse .navbar-collapse {
    border: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f5f9ff;
    border-color: #f5f9ff;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    line-height: 1.45;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: #bbb !important;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.product-page {
    position: relative;
    margin-bottom: 20px;
}
.product-page .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.product-page > img {
     height: 190px;
     max-width: 480px;
     width: 100%;
}
.product-image-wrapper {
    position: relative;
    height: 190px;
}
.product-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-image > img {
    height: 200px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.product-text-wrapper {
    position: relative;
    top: 0;
}
.product-text {
    width: 100%;
    text-align: center;
}
.product-heading {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.1;
    color: #0085cc;
}    
.product-subheading {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    color: #444;
    margin-top: .5em;
    margin-bottom: 20px;
}
.makepage-heading {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.1;
    color: #0085cc;
}    
.makepage-subheading {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    color: #444;
    margin-top: .5em;
    margin-bottom: .9em;
}
.makepage-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    color: #444;
    margin-top: .3em;
}
.product-price-line {
    margin-top: .4em;
}
.product-price-line > p {
    font-size: 21px;
}
.product-price-line-slide-below {
    margin-top: .4em;
    margin-bottom: 1.5em;
}
.question-heading {
    font-size: 24px;
    line-height: 1.3;
    margin-top: .8em;
    margin-bottom: .2em;
}
.free-panel-item {
     padding-left: 0px;
     padding-right: 0px;
}
.free-item {
    font-size: 14px;
}
.pricing-panel-header-content {
    margin-left: 0px;
}
.pricing-panel-ribbon {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 84px 84px 0 0;
    border-color: #0085cc transparent transparent transparent;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.pricing-panel-ribbon h5 {
    position: absolute;
    bottom: 42px;
    left: 10;
    right: 10;
    margin: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    font-style: italic;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.details-padding {
    padding: 20px 0px 10px;
}

@media screen and (min-width: 360px) {
    .product-page > img {
        height: 210px;
    }
    .product-image-wrapper {
        height: 210px;
    }
    .product-image > img {
        height: 220px;
    }
}

@media screen and (min-width: 480px) {
    .product-page {
         margin-bottom: 20px;
    }
    .product-page > img {
         height: 240px;
         max-width: 768px;
    }
    .product-image-wrapper {
        position: relative;
        height: 240px;
    }
    .product-image > img {
        height: 250px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .product-heading {
        font-size: 38px;
    }
    .makepage-heading {
        font-size: 38px;
    }
    .free-item {
        font-size: 16px;
    }
    .table-padding-left {
        padding-left: 0;
    }
    .table-padding-right {
        padding-right: 0;
    }
}
@media screen and (min-width: 768px) {
    .product-page {
        margin-bottom: 30px;
    }
    .product-page > img {
         height: 310px;
         max-width: 992px;
    }
    .product-image-wrapper {
        height: 310px;
    }
    .product-image {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        margin-right: -40px;
    }
    .product-image > img {
        height: 310px;
        width: auto;
    }
    .application-image-margin {
        margin-right: 0px;
    }
    .industry-image-margin{
        margin-right: -50px;
    }
    .make-printad-image-margin {
        margin-right: -100px;
    }
    .product-text-wrapper {
        position: absolute;
        top: 0;
        margin-top: 20px;
    }
    .product-text {
        width: 460px;
        margin-left: 10px;
        text-align: left;
    }
    .support-text {
        margin-top: 20px;
        width: 460px;
        margin-left: 10px;
    }
    .product-heading {
        font-size: 44px;
        line-height: 1;
        color: #0085cc;
        width: 320px;
    }    
    .product-subheading {
        font-size: 20px;
        width: 280px;
        color: #444;
        margin-top: .8em;
        margin-bottom: 1.2em;
    }
    .makepage-heading {
        font-size: 44px;
        line-height: 1;
        color: #444;
        width: 360px;
    }    
    .makepage-subheading {
        font-size: 20px;
        width: 280px;
        color: #0085cc;
        margin-top: .8em;
        margin-bottom: 1.2em;
    }
    .makepage-title {
        font-size: 34px;
        line-height: 1.1;
        margin-top: 0;
    }
	.product-price-line > p {
		font-size: 22px;
	}
    .padding-left-panel {
        padding-left: 30px;
    }
    .padding-right-panel {
        padding-right: 30px;
    }
    .free-panel {
         margin-left: 20px;
    }
    .free-panel-item {
         padding-left: 15px;
         padding-right: 15px;
    }
    .free-item {
        font-size: 15px;
    }
    .pricing-panel-header-content {
        margin-left: -15px;
    }
    .table-padding-left {
        padding-left: 15px;
    }
    .table-padding-right {
        padding-right: 15px;
    }
    .details-padding {
        padding: 30px 30px 30px;
    }
}
@media screen and (min-width: 992px) {
    .product-page {
        margin-bottom: 30px;
    }
    .product-page > img {
         height: 350px;
         max-width: 1200px;
    }
    .product-image-wrapper {
        height: 350px;
    }
    .product-image {
        right: 0;
        margin-right: -20px;
    }    
    .product-image > img {
        height: 360px;
        width: auto;
    }
    .application-image-margin {
        margin-right: 10px;
    }
    .industry-image-margin {
        margin-right: -20px;
    }
    .make-printad-image-margin {
        margin-right: -80px;
    }
    .product-text-wrapper {
        margin-top: 30px;
    }
    .product-text {
        width: 510px;
        margin-left: 10px;
    }
    .support-text {
        margin-top: 10px;
    }
    .product-heading {
        font-size: 52px;
        width: 380px;
    }    
    .product-subheading {
        font-size: 21px;
        width: 400px;
    }
    .makepage-heading {
        font-size: 52px;
        width: 440px;
    }    
    .makepage-subheading {
        font-size: 21px;
        width: 380px;
    }
    .makepage-title {
        font-size: 38px;
        line-height: 1.2;
    }
	.product-price-line > p {
		font-size: 23px;
	}
    .padding-right-panel {
        padding-right: 20px;
    }
    .padding-left-panel {
        padding-left: 40px;
    }
    .free-panel {
         margin-left: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .product-page > img {
         height: 370px;
         max-width: 1400px;
    }
    .product-image-wrapper {
        height: 370px;
    }
    .product-image {
        right: 0;
        margin-right: 40px;
    }    
    .product-image > img {
        height: 380px;
    }
    .application-image-margin {
        margin-right: 50px;
    }
    .industry-image-margin{
        margin-right: 30px;
    }
    .make-printad-image-margin {
        margin-right: -20px;
    }
    .product-text {
        width: 540px;
        margin-left: 40px;
    }
    .support-text {
        margin-top: 10px;
        margin-left: 40px;
    }
    .subscription-text {
        padding-left: 40px;
    }
    .product-heading {
        font-size: 58px;
        width: 440px;
    }    
    .product-subheading {
        font-size: 23px;
        width: 440px;
    }
    .makepage-heading {
        font-size: 56px;
        width: 460px;
    }    
    .makepage-subheading {
        font-size: 23px;
        width: 440px;
    }
    .makepage-title {
        font-size: 42px;
    }
	.product-price-line > p {
		font-size: 24px;
	}
    .free-panel {
         margin-left: 0px;
    }
    .free-item {
        font-size: 14px;
    }
}
@media screen and (min-width: 1300px) {
    .product-image {
        margin-right: 50px;
    }
    .application-image-margin {
        margin-right: 70px;
    }
    .industry-image-margin{
        margin-right: 50px;
    }
    .make-printad-image-margin {
        margin-right: 0;
    }
    .product-text {
        margin-left: 50px;
    }
    .support-text {
        margin-left: 50px;
    }
    .subscription-text {
        padding-left: 70px;
    }
}

.jumbotron {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0px;
    position: relative;
}
.jumbotron .container {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
}
.jumbotron p {
    font-weight: 300;
}
.homepage {
    background: url("/images/homepage-480x275.jpg") no-repeat center;
    height: 275px;
    margin-bottom: 1em;
}
.freepage {
    background: url("/images/freepage-480x275.jpg") no-repeat center;
    height: 275px;
    margin-bottom: 1em;
}
.subscriptionpage {
    background: url("/images/subscriptionpage-480x275.jpg") no-repeat center;
    height: 275px;
}
.catalogpage {
    background: url("/images/catalogpage-480x275.jpg") no-repeat center;
    height: 275px;
}
.webtoprintpage {
    background: url("/images/webtoprintpage-480x275.jpg") no-repeat center;
    height: 275px;
    margin-bottom: .9em;
}
.businesspage {
    background: url("/images/businesspage-480x275.jpg") no-repeat center;
    height: 275px;
    margin-bottom: 1.5em;
}
.marketingpage {
    background: url("/images/marketingpage-480x275.jpg") no-repeat center;
    height: 275px;
    margin-bottom: 1.5em;
}
.designpage {
    background: url("/images/designpage-480x275.jpg") no-repeat center;
    height: 275px;
    margin-bottom: 1.5em;
}
.desktoppage {
    background: url("/images/desktoppage-480x275.jpg") no-repeat center;
    height: 275px;
    margin-bottom: 1.5em;
}
.printerpage {
    background: url("/images/printerpage-480x275.jpg") no-repeat center;
    height: 275px;
    margin-bottom: 1.5em;
}
.jumbotron .heading {
    font-size: 42px;
    line-height: 1;
    color: #0085cc;
    font-weight: 300;
    margin-bottom: .2em;
}
.jumbotron .heading-sm {
    font-size: 42px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: .3em;
}
.jumbotron .subheading {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: .8em;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
}
.jumbotron .subheading-sm {
    font-size: 20px;
    line-height: 1.3;
    color: #0085cc;
    margin-bottom: 1em;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
}
.text-block {
    margin-top: 1em;
}
.border .border-left .border-right {
    border: none;
}
@media screen and (min-width: 480px) {
    .homepage {
        background: url("/images/homepage-768x340.jpg") no-repeat center;
        height: 300px;
    }
    .freepage {
        background: url("/images/freepage-768x340-2.jpg") no-repeat center;
        height: 300px;
    }
    .subscriptionpage {
        background: url("/images/subscriptionpage-768x340.jpg") no-repeat center;
        height: 300px;
    }
    .catalogpage {
        background: url("/images/catalogpage-768x340.jpg") no-repeat center;
        height: 300px;
    }
    .webtoprintpage {
        background: url("/images/webtoprintpage-768x340.jpg") no-repeat center;
        height: 300px;
    }
    .businesspage {
        background: url("/images/businesspage-768x340.jpg") no-repeat center;
        height: 300px;
    }
    .marketingpage {
        background: url("/images/marketingpage-768x340.jpg") no-repeat center;
        height: 300px;
    }
    .designpage {
        background: url("/images/designpage-768x340.jpg") no-repeat center;
        height: 300px;
    }
    .desktoppage {
        background: url("/images/desktoppage-768x340.jpg") no-repeat center;
        height: 300px;
    }
    .printerpage {
        background: url("/images/printerpage-768x340.jpg") no-repeat center;
        height: 300px;
    }
    .jumbotron .heading {
        font-size: 54px;
        margin-left: auto;
        margin-right: auto;
        width: 450px;
    }
    .jumbotron .heading-sm {
        font-size: 44px;
    }
    .jumbotron .subheading {
        font-size: 22px;
        width: 360px;
    }
    .jumbotron .subheading-sm {
        font-size: 20px;
    }
}
@media screen and (min-width: 768px) {
    .homepage {
        background: url("/images/homepage-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 1.5em;
    }
    .freepage {
        background: url("/images/freepage-992x360-2.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 1.5em;
    }
    .subscriptionpage {
        background: url("/images/subscriptionpage-992x360.jpg") no-repeat center;
        height: 320px;
    }
    .catalogpage {
        background: url("/images/catalogpage-992x360.jpg") no-repeat center;
        height: 320px;
    }
    .howpage {
        background: url("/images/how-templates-work-image-992x360-2.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 2em;
    }
    .featurepage {
        background: url("/images/template-specifications-image-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 2em;
    }
    .faqpage {
        background: url("/images/top-10-faqs-image-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 2em;
    }
    .videopage {
        background: url("/images/how-to-videos-image-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 3em;
    }
    .helppage {
        background: url("/images/help-guide-image-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 2em;
    }
    .resourcepage {
        background: url("/images/resource-links-image-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 2em;
    }
    .testimonialpage {
        background: url("/images/creative-customers-header-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 2em;
    }
    .businesspage {
        background: url("/images/businesspage-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 2.5em;
    }
    .marketingpage {
        background: url("/images/marketingpage-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 2.5em;
    }
    .designpage {
        background: url("/images/designpage-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 2.5em;
    }
    .desktoppage {
        background: url("/images/desktoppage-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 2.5em;
    }
    .printerpage {
        background: url("/images/printerpage-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 2.5em;
    }
    .webtoprintpage {
        background: url("/images/webtoprintpage-992x360.jpg") no-repeat center;
        height: 320px;
        margin-bottom: 2em;
    }
    .jumbotron .container {
        top: 6%;
    }
    .jumbotron .heading {
        font-size: 62px;
        width: 100%;
    }
    .jumbotron .heading-sm {
        font-size: 42px;
    }
    .jumbotron .subheading {
        font-size: 23px;
        width: 420px;
    }
    .jumbotron .subheading-sm {
        font-size: 19px;
    }
    .text-block {
        margin-top: 0;
    }
    .best-value-badge {
        position: absolute; 
        right: 0; 
        z-index: 20;
        margin-top: 90px; 
    }
    .best-value-badge img {
        width: 80px; 
    }
    .best-value-badge-sm {
        position: absolute; 
        right: 0; 
        z-index: 20;
        margin-top: 280px; 
    }
    .blurb-logo {
        position: absolute; 
        right: 0; 
        z-index: 20;
        margin-top: 30px; 
    }
    .blurb-logo img {
        width: 64px; 
    }
    .border {
        border: solid 1px #ddd;
    }
    .border-left {
        border-left: solid 1px #ddd;
    }
    .border-left-blue {
        border-left: solid 1px #d2e1f4;
    }
    .border-right {
        border-right: solid 1px #ddd;
    }
    .border-right-blue {
        border-right: solid 1px #d2e1f4;
    }
}
@media screen and (min-width: 992px) {
    .homepage {
        background: url("/images/homepage-1400x420.jpg") no-repeat center;
        height: 360px;
    }
    .freepage {
        background: url("/images/freepage-1400x420-2.jpg") no-repeat center;
        height: 360px;
    }
    .subscriptionpage {
        background: url("/images/subscriptionpage-1400x420.jpg") no-repeat center;
        height: 360px;
    }
    .catalogpage {
        background: url("/images/catalogpage-1400x420.jpg") no-repeat center;
        height: 360px;
    }
    .howpage {
        background: url("/images/how-templates-work-image-1400x420-2.jpg") no-repeat center;
        height: 360px;
        margin-bottom: 2.5em;
    }
    .featurepage {
        background: url("/images/template-specifications-image-1400x420.jpg") no-repeat center;
        height: 360px;
    }
    .faqpage {
        background: url("/images/top-10-faqs-image-1400x420.jpg") no-repeat center;
        height: 360px;
    }
    .videopage {
        background: url("/images/how-to-videos-image-1400x420.jpg") no-repeat center;
        height: 360px;
    }
    .helppage {
        background: url("/images/help-guide-image-1400x420.jpg") no-repeat center;
        height: 360px;
        margin-bottom: 3em;
    }
    .resourcepage {
        background: url("/images/resource-links-image-1400x420.jpg") no-repeat center;
        height: 360px;
        margin-bottom: 3em;
    }
    .testimonialpage {
        background: url("/images/creative-customers-header-1400x420.jpg") no-repeat center;
        height: 360px;
    }
    .businesspage {
        background: url("/images/businesspage-1300x390.jpg") no-repeat center;
        height: 360px;
        margin-bottom: 3em;
    }
    .marketingpage {
        background: url("/images/marketingpage-1300x390.jpg") no-repeat center;
        height: 360px;
        margin-bottom: 3em;
    }
    .designpage {
        background: url("/images/designpage-1300x390.jpg") no-repeat center;
        height: 360px;
        margin-bottom: 3em;
    }
    .desktoppage {
        background: url("/images/desktoppage-1300x390.jpg") no-repeat center;
        height: 360px;
        margin-bottom: 3em;
    }
    .printerpage {
        background: url("/images/printerpage-1300x390.jpg") no-repeat center;
        height: 360px;
        margin-bottom: 3em;
    }
    .webtoprintpage {
        background: url("/images/webtoprintpage-1300x390.jpg") no-repeat center;
        height: 360px;
    }
    .jumbotron .container {
        top: 8%;
    }
    .jumbotron .heading {
        font-size: 68px;
        margin-bottom: .3em;
    }
    .jumbotron .heading-sm {
        font-size: 52px;
        margin-bottom: .3em;
    }
    .jumbotron .subheading {
        font-size: 23px;
        margin-bottom: 1em;
        width: 460px;
    }
    .jumbotron .subheading-sm {
        font-size: 22px;
    }
    .text-block {
        margin-top: .5em;
    }
    .best-value-badge {
        margin-top: 30px; 
    }
    .best-value-badge img {
        width: auto; 
    }
    .best-value-badge-sm {
        right: 3%;
        margin-top: 290px; 
    }
    .blurb-logo {
        margin-top: 50px; 
    }
}
@media screen and (min-width: 1200px) {
    .homepage {
        background: url("/images/homepage-1400x420.jpg") no-repeat center;
        height: 380px;
        margin-bottom: 2em;
    }
    .freepage {
        background: url("/images/freepage-1400x420-2.jpg") no-repeat center;
        height: 380px;
        margin-bottom: 2em;
    }
    .subscriptionpage {
        background: url("/images/subscriptionpage-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .catalogpage {
        background: url("/images/catalogpage-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .howpage {
        background: url("/images/how-templates-work-image-1400x420-2.jpg") no-repeat center;
        height: 380px;
    }
    .featurepage {
        background: url("/images/template-specifications-image-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .faqpage {
        background: url("/images/top-10-faqs-image-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .videopage {
        background: url("/images/how-to-videos-image-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .helppage {
        background: url("/images/help-guide-image-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .resourcepage {
        background: url("/images/resource-links-image-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .testimonialpage {
        background: url("/images/creative-customers-header-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .businesspage {
        background: url("/images/businesspage-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .marketingpage {
        background: url("/images/marketingpage-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .designpage {
        background: url("/images/designpage-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .desktoppage {
        background: url("/images/desktoppage-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .printerpage {
        background: url("/images/printerpage-1400x420.jpg") no-repeat center;
        height: 380px;
    }
    .webtoprintpage {
        background: url("/images/webtoprintpage-1400x420.jpg") no-repeat center;
        height: 380px;
        margin-bottom: 2em;
    }
    .jumbotron .container {
        top: 10%;
    }
    .best-value-badge {
        right: 7%;
    }
    .best-value-badge-sm {
        right: 11%;
    }
    .blurb-logo {
        right: 8%; 
    }
}

.btn {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    border-radius: 4px;
    padding: 5px 13px;
    height: 34px;
}
.btn-full-width {
    width: 100%;
    padding: 8px 13px;
    height: 38px;
}
@media screen and (min-width: 768px) {
    .btn {
        font-size: 16px;
        padding: 6px 13px;
        height: 34px;
    }
    .btn-full-width {
        width: auto;
        padding: 6px 13px;
        height: 34px;
    }
}
.btn-sm, .btn-group-sm > .btn {
    padding: 4px 10px;
    line-height: 1.3;
    font-size: 14px;
    border-radius: 2px;
    height: 30px;
}
.btn-arrow {
    font-size: 11px;
    margin-left: 8px;
}
.btn-space {
    margin: 0 3px;
}
.glyph-btn {
    font-size: 13px;
    font-family: 'Glyphicons Halflings';
    padding: 7px 10px;
    margin: 0 10px;
    height: 32px;
}
.pager {
    line-height: 2.5;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-no-action {
    color: #777;
    border: solid 1px #bbb;
    background: #fff;
    border-radius: 0;
    height: 34px;
}
.btn-default {
    color: #777;
    border: solid 1px #bbb;
}
.btn-default:focus,
.btn-default.focus {
  color: #0085cc;
  background-color: #fff;
  border-color: #bbb;
}
.btn-default:hover {
    color: #0085cc;
    background-color: #fff;
    border-color: #bbb;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #777;
  background-color: #fff;
  border-color: #fff;
  font-weight: 600;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #777;
  background-color: #fff;
  border-color: #bbb;
  font-weight: 600;
}
.btn-passive {
    color: #777;
    border: solid 1px #bbb;
}
.btn-passive:focus,
.btn-passive.focus, 
.btn-passive:hover, 
.btn-passive.hover, 
.btn-passive:active,
.btn-passive.active {
    color: #0085cc;
    background-color: #fff;
    border-color: #0085cc;
}
.btn-success {
    color: #fff;
    background-color: #37b34a;
    border-color: #37b34a;
}
.btn-success:hover {
    background-color: #3dc552;
    border-color: #3dc552;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #3dc552;
  border-color: #3dc552;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #3dc552;
  border-color: #3dc552;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #3dc552;
  border-color: #3dc552;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #3dc552;
  border-color: #3dc552;
}
.btn-success-link, .btn-success-link a {
    color: #37b34a;
    font-weight: 600;
}
.btn-success-link a:hover,
.btn-success-link a:focus,
.btn-success-link a:active {
    color: #37b34a;
    text-decoration: underline;
}
.bc-product-link {
    text-align: left;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h1-title, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    color: #0085cc;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
}
h4, .h4 {
    line-height: 1.2;
}
h5, h6, .h5, .h6 {
    line-height: 1.4;
}
.lead {
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: .5em;
}
.pricing-title {
    font-size: 24px;
    line-height: 1.3;
    color: #0085cc;
    font-weight: 400;
    margin-bottom: 0;
}

@media screen and (min-width: 320px) {
    h1, .h1 {
      font-size: 40px;
    }
    .h1-title {
      font-size: 34px;
    }
    h2, .h2 {
      font-size: 34px;
    }
    h3, .h3 {
      font-size: 30px;
    }
    .h3-title {
      font-size: 28px;
      color: #444;
    }
    h4, .h4 {
      font-size: 26px;
    }
    h5, .h5 {
      font-size: 19px;
    }
    .lead {
      font-size: 21px;
    }
}
@media screen and (min-width: 480px) {
    h1, .h1 {
      font-size: 48px;
    }
    .h1-title {
      font-size: 38px;
    }
    h2, .h2 {
      font-size: 38px;
    }
    h3, .h3 {
      font-size: 34px;
    }
    .h3-title {
      font-size: 28px;
    }
    h4, .h4 {
      font-size: 26px;
    }
    h5, .h5 {
      font-size: 19px;
    }
    .lead {
      font-size: 21px;
    }
}
@media screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 48px;
      line-height: 1;
    }
    .h1-title {
      font-size: 38px;
      line-height: 1; 
      margin-top: .1em;
    }
    h2, .h2 {
      font-size: 38px;
    }
    h3, .h3 {
      font-size: 32px;
    }
    .h3-title {
      font-size: 28px;
    }
    h4, .h4 {
      font-size: 26px;
    }
    h5, .h5 {
      font-size: 19px;
    }
    .lead {
      font-size: 21px;
    }
    .pricing-title {
      font-size: 22px;
    }
    .bc-product-link {
        text-align: right;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 992px) {
    h1, .h1 {
      font-size: 50px;
    }
    .h1-title {
      font-size: 42px;
    }
    h2, .h2 {
      font-size: 40px;
    }
    h3, .h3 {
      font-size: 36px;
    }
    .h3-title {
      font-size: 30px;
    }
    h4, .h4 {
      font-size: 28px;
    }
    h5, .h5 {
      font-size: 19px;
    }
    .lead {
      font-size: 21px;
    }
}
@media screen and (min-width: 1200px) {
    h1, .h1 {
      font-size: 52px;
    }
    .h1-title {
      font-size: 44px;
    }
    h2, .h2 {
      font-size: 42px;
    }
    h3, .h3 {
      font-size: 38px;
    }
    .h3-title {
      font-size: 32px;
    }
    h4, .h4 {
      font-size: 30px;
    }
    h5, .h5 {
      font-size: 20px;
    }
    .lead {
      font-size: 22px;
    }
}
b, strong {
    font-weight: 600;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover, 
a:focus,
a:active {
    color: #0085cc; 
    text-decoration: underline;
    outline: 0;
}
a:visited {
    text-decoration: none;
}
input[type="radio"], input[type="checkbox"] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top: 4px;
    margin-left: -24px;
    width: 16px;
    height: 16px;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}
.radio-inline {
    margin-right: 20px;
    padding-left: 24px;
}
.advSearch li {
    float: left;
    list-style-type: none;
    min-width: 220px;
}
hr {
	border-top: solid 1px #ddd;
	margin: 20px 0;
}
.basic-heading {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 400;
    color: #0085cc;
}
.basic-heading-lg {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
    margin-top: 1em;
    margin-bottom: .2em;
}
.small-heading {
    font-size: 17px;
    font-weight: 400;
}
.small-body, .small-body a {
    color: #777;
    font-size: 15px;
}
.small-body a:hover,
.small-body a:focus,
.small-body a:active {
    color: #0085cc;
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        margin-top: 2px;
    }
}
@media screen and (min-width: 992px) {
    hr {
        border-top: solid 1px #ddd;
        margin: 30px 0;
    }
}

.h-alt-color {
    color: #444;
}
.black {
     color: #444;
}
.blue {
     color: #0085cc;
}
.green {
     color: #37b34a;
}
.red {
    color: #ff0000;
}
.glyphicon-ok {
    color: #0085cc;
    margin-right: 10px;
}
.close {
  float: right;
  margin: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #37b34a;
  border: solid 1px #37b34a;
  padding: 2px 8px 5px;
  text-shadow: none;
  filter: none;
  opacity: 1;
}
.close:hover,
.close:focus {
  color: #37b34a;
  text-decoration: none;
  cursor: pointer;
  filter: none;
  opacity: 1;
}
.floating-popup {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 90;
}
.floating-popup-free {
    position: absolute; 
    top: 165px; 
    left: 0; 
    right: 0; 
    z-index: 90;
}
.floating-popup-catalog {
    position: absolute; 
    top: -260px; 
    left: 0; 
    right: 0; 
    z-index: 90;
}
.floating-popup-video {
    position: absolute; 
    top: 140px; 
    left: 0; 
    right: 0; 
    z-index: 90;
}
.floating-popup-account {
    position: absolute; 
    top: -140px; 
    left: 0; 
    right: 0; 
    z-index: 90;
}
.popup-panel-box {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(119,119,119,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(119,119,119,1);
    box-shadow: 0px 0px 10px 0px rgba(119,119,119,1);
    margin-bottom: 10px;
}
.popup-panel-content {
    padding: 20px;
}
.popup-panel-inside {
    background: #f5f9ff;
    padding: 15px 15px 20px;
    margin-top: 10px;
}
.checkout-cart-total-panel {
    margin-top: 5px;
}

@media screen and (min-width: 360px) {
    .floating-popup-account {
        top: -110px;
    }
    .library-panel {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (min-width: 414px) {
    .floating-popup-account {
        top: -110px;
    }
}
@media screen and (min-width: 667px) {
    .popup-panel-content {
        padding: 25px 30px 30px;
    }
    .popup-panel-inside {
        padding: 20px 30px 30px;
        margin-top: 15px;
    }
}
@media screen and (min-width: 768px) {
    .floating-popup {
        top: 0; 
    }
    .floating-popup-free {
        top: 285px; 
    }
    .floating-popup-catalog {
        top: 15px; 
    }
    .floating-popup-video {
        top: 150px;
    }
    .floating-popup-account {
        top: -240px;
    }
    .library-panel {
        max-width: 500px; 
    }
    .checkout-cart-total-panel {
        margin-top: -16px;
    }
    .account-link {
        float: right;
    }
}
@media screen and (min-width: 992px) {
    .floating-popup {
        top: 0; 
    }
    .floating-popup-free {
        top: 290px; 
    }
    .floating-popup-catalog {
        top: 0;
    }
    .floating-popup-account {
        top: -250px;
    }
    .library-panel {
        max-width: 720px;
    }
    .popup-panel-content {
        padding: 30px 40px 40px;
    }
    .popup-panel-inside {
        padding: 25px 40px 30px;
    }
    .cart-panel {
        padding-left: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .floating-popup {
        top: 0; 
    }
    .floating-popup-free {
        top: 290px; 
    }
    .library-panel {
        max-width: 920px;
    }
    .cart-panel {
        padding-left: 30px;
    }
}
@media screen and (min-width: 1300px) {
    .library-panel {
        max-width: 1020px;
    }
}

@media screen and (max-width: 767px) {
    .templates-wrapper {
      margin-top: 0;
    }
    .bestseller-wrapper {
      margin-top: 20px;
    }
    .single-column-cell>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
    .matching-cell>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
    .library-cell>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .templates-wrapper {
      margin-top: 0;
    }
    .bestseller-wrapper {
      margin-top: 20px;
    }
    .single-column-cell>.clear:nth-child(6n)::before {
      content: '';
      display: table;
      clear: both;
    }
    .matching-cell>.clear:nth-child(6n)::before {
      content: '';
      display: table;
      clear: both;
    }
    .library-cell>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .templates-wrapper {
      margin-top: 10px;
    }
    .bestseller-wrapper {
      margin-top: 30px;
    }
    .single-column-cell>.clear:nth-child(6n)::before {
      content: '';
      display: table;
      clear: both;
    }
    .matching-cell>.clear:nth-child(6n)::before {
      content: '';
      display: table;
      clear: both;
    }
    .library-cell>.clear:nth-child(6n)::before {
      content: '';
      display: table;
      clear: both;
    }
}
@media screen and (min-width: 1200px) {
    .templates-wrapper {
      margin-top: 10px;
    }
    .bestseller-wrapper {
      margin-top: 30px;
    }
    .single-column-cell>.clear:nth-child(6n)::before {
      content: '';
      display: table;
      clear: both;
    }
    .matching-cell>.clear:nth-child(8n)::before {
      content: '';
      display: table;
      clear: both;
    }
    .library-cell>.clear:nth-child(6n)::before {
      content: '';
      display: table;
      clear: both;
    }
}

.thumbnail {
    padding: 0px;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
}
.thumbnail a:hover, .thumbnail a:hover h3 {
    color: #0085cc;
    text-decoration: underline;
}
.thumbnail-lg {
    margin-bottom: 25px;
}
.thumbnail-lg a:hover, .thumbnail-lg a:hover h3 {
    color: #0085cc;
    text-decoration: underline;
}
.thumbnail-lg > a img {
    margin-bottom: .5em;
}
.thumb-caption, .thumb-caption-lg, .thumb-caption-xl {
    font-weight: 400;
    line-height: 1.45;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}
.thumb-caption, thumb-caption h3 {
    color: #666;
    font-size: 14px;
}
.thumb-caption a, thumb-caption a h3 {
    color: #666;
}
.thumb-caption-lg, .thumb-caption-lg h3 {
    color: #444;
    font-size: 15px;
}
.thumb-caption-lg a, thumb-caption-lg a h3 {
    color: #444;
}
.thumb-caption-xl, .thumb-caption-xl h3 {
    color: #444;
    font-size: 17px;
}
.thumb-caption-xl a, thumb-caption-xl a h3 {
    color: #444;
}
.thumb-caption a:hover, .thumb-caption a:hover h3, .thumb-caption-lg a:hover, .thumb-caption-lg a:hover h3,
.thumb-caption a:focus, .thumb-caption a:focus h3, .thumb-caption-lg a:focus, .thumb-caption-lg a:focus h3,
.thumb-caption a:active, .thumb-caption a:active h3, .thumb-caption-lg a:active, .thumb-caption-lg a:active h3 {
    color: #0085cc;
    text-decoration: underline;
}
.thumb-caption-price {
    font-size: 14px;
    font-weight: 600;
    color: #37b34a;
    text-align: center;
    margin-top: .2em;
}
.thumb-caption-price a {
    color: #37b34a;
}
.thumb-caption-price a:hover,
.thumb-caption-price a:focus,
.thumb-caption-price a:active {
    color: #37b34a;
    text-decoration: underline;
}
.slider-caption, slider-caption h3 {
    font-size: 16px;
    line-height: 1.45;
    color: #444;
    font-weight: 400;
    text-align: center;
}
.slider-caption a, slider-caption a h3 {
    color: #444;
}
.slider-caption a:hover, .slider-caption a:hover h3, 
.slider-caption a:focus, .slider-caption a:focus h3, 
.slider-caption a:active, slider-caption a:active h3 {
    color: #0085cc;
    text-decoration: underline;
}
.slider-caption-margin {
    margin-left: 10px;
    margin-right: 10px;
}
.slider-wide {
    margin-left: 15px;
    margin-right: 15px;
}
.slider-wide a > img {
    margin-bottom: .5em;
}
@media screen and (min-width: 768px) {
    .thumbnail {
        margin-bottom: 25px;
    }
    .thumbnail-lg {
        margin-bottom: 30px !important;
    }
    .thumb-caption-price {
        font-size: 14px;
    }
    .thumb-caption-xl, .thumb-caption-xl h3 {
        font-size: 18px;
    }
    .slider-caption-margin {
        margin-left: 0px;
        margin-right: 0px;
    }
    .solution-narrow {
        margin-left: 20px;
        margin-right: 20px;
    }
    .application-narrow {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (min-width: 992px) {
    .thumbnail-lg {
        margin-bottom: 35px !important;
    }
    .thumb-caption, .thumb-caption-lg, .thumb-caption-xl {
        margin-left: 30px;
        margin-right: 30px;
    }
    .thumb-caption-lg, .thumb-caption-lg h3 {
        font-size: 16px;
    }
    .thumb-caption-xl, .thumb-caption-xl h3 {
        font-size: 18px;
    }
    .slider-caption, slider-caption h3 {
        font-size: 17px;
    }
    .solution-narrow {
        margin-left: 30px;
        margin-right: 30px;
    }
    .application-narrow {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .thumbnail {
        margin-bottom: 30px;
    }
    .thumb-caption, .thumb-caption-lg, thumb-caption-xl {
        margin-left: 40px;
        margin-right: 40px;
    }
    .thumb-caption-xl, .thumb-caption-xl h3 {
        font-size: 18px;
    }
    .thumb-caption-price {
        font-size: 15px;
    }
}

ul.checklist {
    display: block;
    list-style-image: url(/images/checkmark.png);
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 30px;
}
li.checklist-margin {
    padding: 3px;
} 
.testimonial {
    margin: 10px 10px;
}
.medium {
    font-size: 16px;
    line-height: 1.5;
}
.form-group {
    margin-bottom: 12px;
}
.form-horizontal .control-label {
    text-align: left;
}
label {
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .testimonial {
        margin: 10px 0px;
    }
}
@media screen and (min-width: 992px) {
    .testimonial {
        margin: 10px 20px;
    }
}

.product-title {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 300;
    color: #0085cc;
}
.free-title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 300;
    color: #0085cc;
    margin-top: .3em;
}
.product-detail {
    line-height: 1.4;
    margin-top: .6em;
}
.product-price {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
}
.subscribe-price {
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
}
.subscribe {
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
}
.set-discount {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    margin-top: .3em;
    margin-bottom: 0;
}
.subscription-panel {
    margin-top: 1.5em;
}
.product-info-panel {
    margin-top: 1em;
}
.pin-container {
    position: absolute; 
    right: 0; 
    bottom: 0;
    z-index: 2;
    margin-bottom: -30px; 
    margin-right: 15px;
}
.partner-cell-wrapper {
  position: relative;
  height: 120px;
}
.partner-cell {
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0;
}

@media screen and (min-width: 768px) {
    .product-detail-panel {
        padding-left: 10px;
    }
    .product-detail {
        font-size: 14px;
    }
    .product-info-panel {
        margin-top: .8em;
    }
    .product-title {
        font-size: 36px;
        line-height: 1.1;
    }
    .free-title {
        font-size: 28px;
    }
    .subscribe {
        font-size: 26px;
    }
    .pin-container {
        bottom: auto;
        margin-bottom: 0px;
        margin-top: 10px; 
    }
    .partner-cell-wrapper {
      height: 130px;
    }
    .set-discount {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 300;
        margin-top: .4em;
    }
}
@media screen and (min-width: 992px) {
    .product-detail-panel {
        margin-top: 10px;
        padding-left: 30px;
    }
    .product-info-panel {
        margin-top: .8em;
    }
    .product-title {
        font-size: 38px;
    }
    .free-title {
        font-size: 28px;
        margin-top: 0;
    }
    .subscribe {
        font-size: 26px;
    }
    .subscription-panel {
        margin-top: 3em;
    }
    .partner-cell-wrapper {
      height: 140px;
    }
    .set-discount {
        font-size: 22px;
    }
}
@media screen and (min-width: 1200px) {
    .product-detail-panel {
        padding-left: 40px;
    }
    .product-info-panel {
        margin-top: 1em;
    }
    .product-title {
        font-size: 40px;
    }
    .free-title {
        font-size: 30px;
    }
    .pin-container {
        margin-right: 30px; 
    }
    .set-discount {
        font-size: 24px;
    }
}

/*
 * Off Canvas Library
 * --------------------------------------------------
*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -190px;
  }
  .row-offcanvas-left.active {
    left: 205px;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
  }
/*
 * Off Canvas Help Guide
 * --------------------------------------------------
*/
  .row-offcanvas-help-left {
    left: 0;
  }
  .row-offcanvas-help-left .sidebar-help-offcanvas {
    left: -70%;
  }
  .row-offcanvas-help-left.active {
    left: 78%;
  }
  .sidebar-help-offcanvas {
    position: absolute;
    top: 0;
  }
}
/*
 * Off Canvas Account
 * --------------------------------------------------
*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .row-offcanvas-account-left {
    left: 0;
  }
  .row-offcanvas-account-left .sidebar-account-offcanvas {
    left: -78%;
  }
  .row-offcanvas-account-left.active {
    left: 82%;
  }
  .sidebar-account-offcanvas {
    position: absolute;
    top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .row-offcanvas-account-left {
    left: 0;
  }
  .row-offcanvas-account-left .sidebar-account-offcanvas {
    left: -58%;
  }
  .row-offcanvas-account-left.active {
    left: 60%;
  }
  .sidebar-account-offcanvas {
    position: absolute;
    top: 0;
  }
}

 /*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

input.placeholder {
	font-size: 16px;
	color: #444;
	height: 34px;
	padding: 4px 8px;
	border: 1px solid #bbb;
	-webkit-appearance: none;
	border-radius: 0; 
	-webkit-border-radius: 0;
}
input.placeholder:focus {
    border-color: #0085cc;
    outline-color: #0085cc;
    outline-width: 0;
    outline-style:solid;
    outline-offset:unset;
}
.watermark {
	color: #aaa !important;
}
input.placeholder::-webkit-input-placeholder {
   color: #aaa;
}
input.placeholder:focus::-webkit-input-placeholder {
   color: transparent;
}
input.placeholder:-moz-placeholder { /* Firefox 18- */
   color: #444;  
}
input.placeholder::-moz-placeholder {  /* Firefox 19+ */
   color: #444;  
}
input.placeholder:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;  
}
input.placeholder:-ms-input-placeholder {  
   color: #aaa;  
}
input.placeholder:focus:-ms-input-placeholder {  
   color: transparent;  
}
.form-input {
    width: 100%;
}

 /*
 * Social media icons
 */
.facebook a {
	display : block;
	width : 32px;
	height : 32px;
	background-image:url(/images/facebook.png);
 }
.facebook a:hover {
	display : block;
	width : 32px;
	height : 32px;
	background-image:url(/images/facebook-on.png); 
}
.google a {
	display : block;
	width : 32px;
	height : 32px;
	background-image:url(/images/google.png);
 }
.google a:hover {
	display : block;
	width : 32px;
	height : 32px;
	background-image:url(/images/google-on.png); 
}
.blog a {
	display : block;
	width : 32px;
	height : 32px;
	background-image:url(/images/blog.png);
 }
.blog a:hover {
	display : block;
	width : 32px;
	height : 32px;
	background-image:url(/images/blog-on.png); 
}
.pinterest a {
	display : block;
	width : 32px;
	height : 32px;
	background-image:url(/images/pinterest.png);
 }
.pinterest a:hover {
	display : block;
	width : 32px;
	height : 32px;
	background-image:url(/images/pinterest-on.png); 
}
.twitter a {
	display : block;
	width : 32px;
	height : 32px;
	background-image:url(/images/twitter.png);
 }
.twitter a:hover {
	display : block;
	width : 32px;
	height : 32px;
	background-image:url(/images/twitter-on.png); 
}
.instagram a {
	display : block;
	width : 32px;
	height : 32px;
	background-image:url(/images/instagram.png);
 }
.instagram a:hover {
	display : block;
	width : 32px;
	height : 32px;
	background-image:url(/images/instagram-on.png); 
}
