﻿/*
Theme Name: BAM Advertising
Version: 1.0.0
*/
body {
    background-color: #eee;
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    font-size: 16px;
    color: #333;
}

h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 1.75em;
}
h3 {
    font-size: 1.5em;
}
hr {
    background: #d8d8d8;
    border: 0;
    clear: both;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 20px 0;
    position: relative;
}

/**
 * Layout styles
 */
.btn-responsive {
  white-space: normal !important;
  word-wrap: break-word;
}
a {
    cursor: pointer;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #2794b5 !important;
    text-decoration: none;
}
.recentcomments,
.slider-button,
.slide-prev,
.slide-next,
h3.accordion-title,
h3.toggle,
h3.comments,
#comments h3 {
    background-image: url('img/sprite-obsidian.png');
}
h3.toggle {
    background-repeat: no-repeat;
    background-position: -250px -134px;
    padding: 0 0 10px 23px;
    margin: 0;
    cursor: pointer;
    color: #333;
}
h3.toggle a {
    color: #333;
}
.widget {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 4px solid #ddd;
}
.sc-divider.curved {
    background: url('img/dividers-light.png') no-repeat;
    background-position: center -50px;
    border: 0;
    height: 50px;
    margin-bottom: 40px;
}
.dropcap2 {
    display: block;
    position: relative;
    float: left;
    font-size: 38px;
    line-height: 38px;
    margin: 4px 10px 0 0;
    padding: 6px 12px;
    text-align: center;
    background: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.dropcap4 {
    display: block;
    position: relative;
    float: left;
    font-size: 50px;
    line-height: 38px;
    margin: 4px 10px 0 0;
    padding: 6px 12px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.dropcap5 {
    display: block;
    position: relative;
    float: left;
    font-size: 38px;
    line-height: 38px;
    margin: 4px 10px 0 0;
    padding: 6px 12px;
    text-align: center;
    color: #999;
    background: #404040;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.teal.sc-button:hover {
    background: #23444b;
}
.teal.sc-button {
    border: 1px solid #0c2e35;
    background-color: #366a7b;
    background-image: -moz-linear-gradient(#366a7b,#23444b);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#366a7b),to(#23444b));
    background-image: -webkit-linear-gradient(#366a7b,#23444b);
    background-image: -o-linear-gradient(#366a7b,#23444b);
    background-image: -ms-linear-gradient(#366a7b,#23444b);
    -pie-background: linear-gradient(#366a7b,#23444b);
}
.sc-button,
.sc-button:hover {
    position: relative;
    max-width: 100%;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 12px;
    border-top-width: 1px;
    border-style: solid;
    display: inline-block;
    margin: 5px;
    font-weight: bold;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    text-decoration: none;
}
.video-responsive {
    display: none;
}

/**
 * Header styles
 */
#header {}
#header .container {
}
#header .logo {
    display: block;
    margin: 20px 0 0 0;
}

.navbar-brand {
    display: none;
}

.main-nav .navbar-collapse {
    margin: 20px 0;
    border-radius: 0;
    background: transparent;
}
.main-nav .navbar-nav li {
    border: 0;
}
.main-nav .navbar-nav li a {
    font-size: 1.5em;
    color: #000;
    border: 0;
    padding: 15px 20px;
}
.main-nav .navbar-nav li a:hover,
.main-nav .navbar-nav li.active a {
    background-color: transparent;
    color: #666;
}
.main-nav .navbar-header {
    margin: 20px 0;
    border-radius: 4px;
    background: #fff;
}
.main-nav .navbar-header button {
    border: 1px solid #999;
}
.main-nav .navbar-header button .icon-bar {
    background-color: #666;
}

/**
 * Footer styles
 */
#footer {
    margin: 20px 0 0 0;
}
#footer .top {
    padding: 20px 20px 0 20px;
    min-height: 250px;
    background: #d7d7d7 url('img/footer-container-light.png') repeat-x;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
#footer .top h2 {
    margin: 0 0 20px 0;
}
#footer .top ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#footer .top ul li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    background-position: -385px 17px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 10px 0 10px 20px;
    font-size: 1.25em;
    background-image: url('img/sprite-obsidian.png');
}
#footer .top ul li:first-child {
    border-top: 0;
}
#footer .top ul li:last-child {
    border-bottom: 0;
}
#footer .top ul.sc-list li {
    border: 0;
    background-position: -385px 12px;
}
#footer .top .footer-widget-outer {
    margin: 0 0 20px;
}
#footer .bottom {
    padding: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin: 20px 0;
    color: #999;
    background-color: rgba(0, 0, 0, 0.7);
}
#footer .bottom a {
    color: #fff;
}
#footer .bottom p {
    margin-bottom: 1em;
}
#footer .bottom p:last-child {
    margin-bottom: 0;
}

/**
 * Content styles
 */
#content .content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}
#content .content .post-content {
    padding: 20px;
}
#content .content .post-content h1 {
    margin: 0 0 20px 0;
}
#content .content .post-content h2 {
    margin-bottom: 20px;
}
#content .content .post-content p {
    margin: 0 0 1.5em 0;
    line-height: 1.5em;
}
#content .content .post-content .bamnote {
    border-radius: 10px;
    background-color: rgba(0,256,256,0.2);
    margin: 20px;
    padding: 20px;
    font-style: italic;
}
#content .content .post-content .bamnote p:last-child {
    margin-bottom: 0;
}
#content .content .post-content p a {
    font-weight: bold;
}
#content .content .post-content ul {

}
#content .content .post-content ul li {
    line-height: 1.5em;
}
#content .content .sidebar {
    background-color: #f9f9f9;
    border-left: 1px solid #ccc;
    padding: 20px;
    position: relative;
    margin-bottom: -5000px;
    padding-bottom: 5000px;
}
#content .content .sidebar h2 {
    margin: 0 0 20px 0;
}
#content .content .sidebar .text-box {
    font-size: 0.9em;
    line-height: 1.5em;
}
#content .content .sidebar h3 {
    margin: 0 0 20px 0;
}
#content .content .post-thumbnail {
    float: left;
    margin: 0 20px 10px 0;
    display: inline-block;
}

#content .post-list
    border-bottom: 1px solid #ddd;
}
#content .post-list .post-thumbnail,
#content .post-loop .post-thumbnail {
    float: left;
    margin: 0 20px 10px 0;
    display: inline-block;
}
#content .post-list h2 a,
#content .post-loop h2 a {
    color: #000;
}
#content .post-loop h2 {
    margin: 0 0 10px 0;
}

/**
 * Post comments
 */
#comments {
    padding: 20px;
}
#comments h3 {
    padding: 0 0 20px 30px;
    background-position: -347px -32px;
    background-repeat: no-repeat;
}
#commentlist,
#commentlist li {
    list-style: none;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}
#commentlist .comment-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #d8d8d8;
}
#commentlist .comment-body {
    padding: 0 0 0 10px;
    overflow: hidden;
}
#commentlist .comment-author {
    font-size: 1em;
    padding-bottom: 5px;
}
#commentlist .comment-date {
    color: #999;
    font-size: 0.8em;
}
#commentlist .comment-text {
    padding: 10px 0 0 0;
}

/**
 * Call to action
 */
#content .call-to-action {
    box-shadow: 0 0 5px #888;
    padding: 20px;
    margin: 20px;
    border-radius: 4px;
    background: rgba(226,226,255,1);
    background: -moz-linear-gradient(left, rgba(226,226,255,1) 0%, rgba(226,226,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,255,1)), color-stop(100%, rgba(226,226,255,0)));
    background: -webkit-linear-gradient(left, rgba(226,226,255,1) 0%, rgba(226,226,255,0) 100%);
    background: -o-linear-gradient(left, rgba(226,226,255,1) 0%, rgba(226,226,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(226,226,255,1) 0%, rgba(226,226,255,0) 100%);
    background: linear-gradient(to right, rgba(226,226,255,1) 0%, rgba(226,226,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2ff', endColorstr='#e2e2ff', GradientType=1 );
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
#content .call-to-action img {
    margin: 0 0 10px 0;
}
#content .call-to-action form {
    margin-top: 5px;
}
#content .call-to-action form label {
    margin: 0 0 5px 0;
}
#content .call-to-action p {
    margin: 0 0 5px 0;
}
#content .call-to-action ul {}
#content .call-to-action ul li {
    margin: 0 0 5px 0;
}

/**
 * About page
 */
.about-president {
    box-shadow: 0 0 5px #888;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    background-color: #fff;
    background-image: -moz-linear-gradient(#fff,#f8f8f8);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#f8f8f8));
    background-image: -webkit-linear-gradient(#fff,#f8f8f8);
    background-image: -o-linear-gradient(#fff,#f8f8f8);
    background-image: -ms-linear-gradient(#fff,#f8f8f8);
    margin-top: 20px;
    clear: both;
    overflow: hidden;
}

/**
 * Content styles
 */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.blockquote-left {
    width: 30%;
    font-size: 0.9em;
    opacity: 0.8;
    line-height: 1.5em;
    padding: 10px 0 5px 25px;
    float: left;
    margin: 10px 20px 20px 0;
    background: url('img/quote-left.png') no-repeat;
}
.blockquote-right {
    width: 30%;
    font-size: 14px;
    font-size: 0.9em;
    opacity: 0.8;
    line-height: 1.5em;
    padding: 10px 0 5px 25px;
    float: right;
    margin: 10px 0 20px 20px;
    background: url('img/quote-left.png') no-repeat;
}

/**
 * Products accordion
 */
.accordion .panel {
    position: relative;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    background-image: -moz-linear-gradient(#fff,#f8f8f8);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#f8f8f8));
    background-image: -webkit-linear-gradient(#fff,#f8f8f8);
    background-image: -o-linear-gradient(#fff,#f8f8f8);
    background-image: -ms-linear-gradient(#fff,#f8f8f8);
    -pie-background: linear-gradient(#fff,#f8f8f8);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.accordion .panel h3.accordion-title {
    background-position: -240px -123px;
    font-size: 1.5em;
    margin: 0 0 10px 0;
    padding: 10px 0 0 30px;
    background-position: -240px -123px;
    background-repeat: no-repeat;
}
.accordion .panel h3.ui-state-active.accordion-title {
    background-position: -205px -157px;
}
.accordion .panel h3.accordion-title a {
    color: #000;
    cursor: pointer;
}
.accordion .panel .panel-content {
    padding: 20px;
    font-size: 0.9em;
}
.accordion .panel .panel-content .two.separate {
    width: 49%;
}
.accordion .panel .panel-content .separate {
    margin-right: 2%;
    float: left;
}
.accordion .panel .panel-content .separate > div {
    position: relative;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    float: left;
}
.accordion .panel .panel-content .clear {
    content: "";
    clear: both;
    line-height: 0;
    padding: 0;
    margin: 0;
    height: 0;
    display: block;
    font-size: 0;
    width: 100%;
}
.accordion .panel .panel-content .last {
    clear: right;
    margin-right: 0;
}
.accordion .panel .panel-content .sc-divider.curved {
    height: 0;
    margin: 0 0 30px 0;
}

/**
 * "First contact" pages
 */
.first-contact {}
.first-contact h1 {
    text-align: center;
    margin: 0 0 40px 0 !important;
}
.first-contact .intro {
    box-shadow: 0 0 5px #888;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e2e2ff 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e2e2ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #ffffff 0%,#e2e2ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.first-contact .intro-sidebar {
    padding: 20px;
    background: #eee;
    box-shadow: 0 0 5px #888;
    border-radius: 4px;
}
.first-contact .intro-sidebar h2 {
    margin: 0 0 20px 0;
}
.first-contact .intro-sidebar ul {
    font-size: 0.9em;
}
.first-contact .bottom-list {
    background: url('img/law-of-attraction-meditation.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
    height: 650px;
    border-radius: 4px;
}
.first-contact .bottom-list .block {
    margin: 100px 0 0 0;
    padding: 20px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
}
.first-contact .bottom-list .block h2 {
    margin: 0 0 20px 0;
    text-align: center;
}
.first-contact .bottom-list .block ul {
    font-size: 0.9em;
    padding: 0 0 0 30px;
}


/**
 * Homepage styles
 */
.homepage {}
.homepage h1 {
    text-align: center;
    margin: 0 0 40px 0 !important;
}

.homepage .intro {
    box-shadow: 0 0 5px #888;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    background-color: #fff;
    background-image: -moz-linear-gradient(#fff,#f8f8f8);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#f8f8f8));
    background-image: -webkit-linear-gradient(#fff,#f8f8f8);
    background-image: -o-linear-gradient(#fff,#f8f8f8);
    background-image: -ms-linear-gradient(#fff,#f8f8f8);
}
.homepage .intro-sidebar {
    padding: 20px;
    background: #eee;
    box-shadow: 0 0 5px #888;
    border-radius: 4px;
}
.homepage .intro-sidebar h2 {
    margin: 0 0 20px 0;
}
.homepage .intro-sidebar ul {
    padding-left: 20px;
    list-style-type: none;
}
.homepage .intro-sidebar ul li {
    margin: 10px 0;
    background-image: url('img/sprite-obsidian.png');
    background-position: -385px 12px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 10px 0 10px 20px;
}
.homepage .bottom-signup {
    box-shadow: 0 0 5px #888;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    background-image: -moz-linear-gradient(#fff,#f8f8f8);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#f8f8f8));
    background-image: -webkit-linear-gradient(#fff,#f8f8f8);
    background-image: -o-linear-gradient(#fff,#f8f8f8);
    background-image: -ms-linear-gradient(#fff,#f8f8f8);
    margin: 20px 0 0 0;
}
.homepage .bottom-signup h2 {
    margin: 0 0 20px 0;
    text-align: center;
}
.homepage .bottom-signup ul {
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
}
.homepage .bottom-signup ul li {
    margin: 10px 0;
}
.homepage .bottom-signup form {
    margin: 0 auto;
}
.home-block {
    padding: 30px;
}
.home-block h2 {
    margin: 0 0 20px 0;
    font-size: 2em;
}
.home-block p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.home-block ul {}
.home-block ul li {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 5px 0;
}
.home-block1 {
    background: url('/wp-content/uploads/girl-autumn.jpg') no-repeat scroll;
    background-size: cover;
    padding: 80px 50px 10px 530px;
    width: 100%;
    min-height: 750px;
}
.home-block1 h2 {
    font-size: 2em;
    margin-bottom: 20px;
}
.home-block1 .box {
    padding: 30px 40px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
}
.home-block2 {
    padding: 60px 30px 30px 30px;
    margin-top: 40px;
    background: url('/wp-content/uploads/space.jpg') no-repeat scroll;
    background-size: cover;
    width: 100%;
}
.home-block2 h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #fff;
    text-align:center;
}
.home-block2 .quote {
    background: rgba(0, 0, 0, 0.8);
    padding: 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 1.5em;
    overflow: hidden;
    max-width: 700px;
}
.home-block2 .quote p {}
.home-block2 .quote img {
    border-radius: 4px;
}

/**
 * Top content/cover image
 */
.top-content {}
.top-content .cover-image {
    background-image: url(/wp-content/uploads/beachgirlpanaroma.jpg);
    width: 100%;
    height: 320px;
    background-size: cover;
    padding: 40px 20px;
}
.top-content .cover-image h1 {
    color: #00ABE0;
    font-size: 3.5em;
    font-weight: bold;
    text-shadow: 0px -1px 0px #000;
    filter: dropshadow(color=#000,offX=0,offY=1);
    padding: 20px 0px 0px 40px;
    margin-bottom: 10px;
}
.top-content .cover-image h2 {
    color: #15537E;
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 0px -1px 0px #fff;
    filter: dropshadow(color=#fff,offX=0,offY=1);
    padding: 20px 0px 0px 40px;
    max-width: 400px;
}


/**
 * Signup form
 */
.signup-form {
    max-width: 300px;
}
.signup-form .btn-call-to-action {
    background: orange;
    border: 1px solid #333;
    font-weight: bold;
    max-width: 300px;
    height: auto;
    white-space: normal;
}
.signup-form .btn-call-to-action:hover,
.signup-form .btn-call-to-action:focus {
    opacity: 0.8;
}
.signup-form .terms {
    font-size: 0.8em;
    color: #666;
    margin: 5px 0 0 0;
}
.signup-form label {
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
    color: #666;
}


/**
 * Product pages
 */
#footer_spage {
    background-color: #FFFFFF;
    clear: both;
    padding: 100px 5px 5px;
    text-align: center;
}

#spage #footer_spage p{
    color: #666666;
    font-size: 10px;
    text-align: center;
}

#spage  h1{
    color: #20659F;
    font-size: 2em;
    font-weight: bold;
    font-family: Georgia;
    text-align: center;
}

#spage  h2 {
    color: #000000;
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia;
    text-align: center;
    padding-left: 4em;
    padding-right: 4em;
}

#spage  p{
    color: #000000;
    font-size: 1em;
    font-family: Georgia!important;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    text-indent: 0em;
}

#spage p.indent{
    text-indent: 2em;
}

#spage div.benefits{
    text-align: left;
    width: 94%;
    padding: 20px;
    td { padding: 10px; }
    valign: top;
    background: #fff;
    border: 3px solid #555;
    -moz-box-shadow: 2px 5px 10px #777;
    box-shadow: 2px 5px 10px #777;
    -webkit-box-shadow: 2px 5px 10px #777;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;


}

#spage div.promise{
    font-family: Georgia;
    font-size: 14px;
    text-align: left;
    width: 94%;
    padding: 10px;
    td { padding: 10px; }
    valign: top;
/*  background: rgba(256,256,0,0.5);
*/  background: #C6D4E1;
    border: 0px solid #555;
/*  -moz-box-shadow: 2px 5px 10px #777;
    -webkit-box-shadow: 2px 5px 10px #777;
*/
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;

}
#spage div.testimon {
    font-style: italic;
    text-align: left;
    width: 85%;
    padding: 10px;
    valign: top;
/*  background: rgba(256,256,0,0.5);
*/  background: #C6D4E1;
    border: 0px solid #555;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    align: center;
    margin:0 auto;
}

#spage div.testimon p{
}

#spage span.testimon{
    font-size: 20px;
    color: #20659F;
    font-weight: bold;
}
#spage p.signa{
    text-align: right;
}
#spage div.priceright {
    float: right;
    width: 50%;
    padding: 10px;
    valign: top;
    background: #fff;
    border: none ;
}

#spage table.priceright td{
        border: none;
}
#spage table.priceright td{
    text-align: center;
}

#spage table.priceleft{
    float: left;
    width: 30%;
    padding-right: 30px;
    padding-left: 30px;
    td { padding: 10px; }
    valign: top;
    background: #fff;
    border: none;
}
#spage table.priceleft td{
    border: none;
}
#spage p.prd_img{
    text-align: center;
    text-indent: 0em;
}

#spage img{
    border: 0px solid #8B4500;
/*  -moz-box-shadow: 2px 5px 10px #8B4500;
    box-shadow: 2px 5px 10px #8B4500;
    -webkit-box-shadow: 2px 5px 10px #8B4500;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#333333')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#333333');
*/  -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


#spage img.bonus{
    border: none;
    border-radius: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        /* For IE 8 */
        -ms-filter: none;
        /* For IE 5.5 - 7 */
        filter: none;
    float: left;
    padding-right: 15px;


}

#spage img.released{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-radius: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        /* For IE 8 */
        -ms-filter: none;
        /* For IE 5.5 - 7 */
        filter: none;
    padding-right: 15px;


}

#spage img.noborder{
    border: none;
    border-radius: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        /* For IE 8 */
        -ms-filter: none;
        /* For IE 5.5 - 7 */
        filter: none;
    float: left;
    padding-right: 15px;


}

#spage img.noborder2{
    border: none;
    border-radius: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        /* For IE 8 */
        -ms-filter: none;
        /* For IE 5.5 - 7 */
        filter: none;
    float: left;

}

#spage img.nobordercenter{
    border: none;
    border-radius: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        /* For IE 8 */
        -ms-filter: none;
        /* For IE 5.5 - 7 */
        filter: none;

}

#spage div.bbutton{
    border: none;
    width: 275px;
    height: 35px;
    margin-top: 10px;
}

#spage span.ps{
    color: #20659F;
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia;

}

#spage div.bbutton form{
}

#spage div.bbutton a{
}

#spage div.bbutton button{
/*  background: url("/images/shim.png") rgba(0,0,0,0.2);
*/  background: url("/images/shim.png") #CCCCCC;
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
/*  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
*/  box-shadow: 0 1px 3px #EEEEEE;
    padding: 2px 8px;
}

#spage div.bbutton button:hover{
/*  background: rgba(0,0,0,0.1);
*/  background: #EEEEEE;
}

#spage img.sublim{
    border: 5px solid #8B4500;
    -moz-box-shadow: 2px 5px 10px #8B4500;
    box-shadow: 2px 5px 10px #8B4500;
    -webkit-box-shadow: 2px 5px 10px #8B4500;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#333333')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#333333');
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#spage ul li{

/*  background: url("/images/chkmrk.png") no-repeat scroll 0 4px transparent;
*/  padding-left: 24px;
    line-height:1.5em;
    margin-bottom:1em;
    color: #000;
}


#spage ul{

    list-style:none outside ;

}

#spage  ul.bullet li {
/*        background: url("/images/blt12.png") no-repeat 0 4px;
 */       padding-left: 24px;
    color: #000;
    font-family: Georgia;
    font-size: 14px;
}

#nav {display:none;}

.frame.fullwidth #content{width:600px!important;}
.frame.fullwidth #content-wrapper{width:680px!important;margin-left:120px;}

#spage strong{font-family:Georgia!important;}
#spage em{font-family:Georgia!important;}
div#header-top{display:none;}
#spage div.testimon{margin-bottom:20px;}
#spage div.benefits{margin-bottom:20px;}

#spage u{font-family: Georgia;}

/**
 * Columns
 */
.columns {
float: left;
position: relative;
line-height: 19px;
}

/* Blank Columns */
.blank {
margin-right: 2%;
}
.one.blank {
width: 100%;
}
.two.blank {
width: 49%;
}
.three.blank {
width: 32%;
}
.four.blank {
width: 23.5%;
}
.five {
width: 18.4%;
}
.onethird.blank {
width: 32%;
}
.twothirds.blank {
width: 66%;
}
.onefourth.blank {
width: 23.5%;
}
.threefourths.blank {
width: 74.5%;
}

/* Separate Columns */
.separate > div {
position: relative;
padding: 20px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.separate {
margin-right: 2%;
}
.one.separate {
width: 100%;
}
.two.separate {
width: 49%;
}
.three.separate {
width: 32%;
}
.four.separate {
width: 23.5%;
}
.five {
width: 18.4%;
}
.onethird.separate {
width: 32%;
}
.twothirds.separate {
width: 66%;
}
.onefourth.separate {
width: 23.5%;
}
.threefourths.separate {
width: 74.5%;
}

/**
 * Sitelock seal
 */
.sitelock {
  margin: 25px 0 0 0;
}

/**
 * WooCommerce styles
 */
.woocommerce-MyAccount-navigation {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
    border: 0;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #eee;
}

/**
 * Product page - simpler style
 */
.page-template-product-page .btn-success:hover {
  color: #fff !important;
  text-decoration: underline;
}
.page-template-product-page #header {
  margin: 20px 0 40px 0;
}
.page-template-product-page #footer .container {
  max-width: 730px;
}
.page-template-product-page #footer .bottom {
  padding: 20px;
  height: auto;
}
.page-template-product-page #footer .bottom p {
  margin: 0 0 5px 0;
}
.page-template-product-page header .container {
  max-width: 700px;
}
.page-template-product-page .content {
  max-width: 700px;
  margin: 0 auto;
}
.page-template-product-page h2:first-child {
  margin: 0 0 10px 0;
}
.page-template-product-page h2 {
  text-align: center;
  margin: 40px 0;
  font-size: 2.5em;
}
.page-template-product-page h3 {
  margin: 20px 0;
}
.page-template-product-page ol {
  margin: 5px 0;
}
.page-template-product-page li {
  line-height: 1.5em;
  margin: 10px 0;
}
.page-template-product-page .center {
  text-align: center;
}
.page-template-product-page .feature-box {
  border: 2px solid #ccc;
  padding: 40px;
  margin: 40px 0;
}
.page-template-product-page .feature-box h2 {
  margin: 0 0 30px 0;
}
.page-template-product-page .warranty-box {
    border: 2px dashed #ccc;
    padding: 40px;
    margin: 40px 0;
    background: #fbf8cf;
}
.page-template-product-page .warranty-box .warranty-seal {
    margin: 20px 20px 0px 0;
}
.page-template-product-page blockquote {
  background: #c4c9fe;
  border: 1px dotted #ccc;
  padding: 20px;
  margin: 20px 0;
}
.page-template-product-page blockquote.gray {
  background: #f9f9f9;
}
.page-template-product-page blockquote p {

}
.page-template-product-page blockquote p:last-child {
  margin: 0;
}
.page-template-product-page blockquote cite {
  font-size: 0.9em;
  color: #666;
}
.page-template-product-page .citations {
  background: #c4c9fe;
  border: 1px dotted #ccc;
  padding: 20px;
  margin: 20px 0;
}


/**
 * Hotsite styles
 */
.page-template-product-hotsite-page #header {
  margin: 20px 0 40px 0;
}
.page-template-product-hotsite-page header .container {
  max-width: 1000px;
}
.page-template-product-hotsite-page #footer .container {
  max-width: 1010px;
}
.page-template-product-hotsite-page #footer .bottom {
  padding: 20px;
  height: auto;
}
.page-template-product-hotsite-page #footer .bottom p {
  margin: 0 0 5px 0;
}
.product-hotsite {
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.product-hotsite .center {
    text-align: center;
}
.product-hotsite .post-content {
    padding: 0 !important;
}
.product-hotsite .btn {
  white-space: normal;
}
.product-hotsite h2 {
    font-size: 2.5em;
    margin: 0 0 20px 0;
}
.product-hotsite h3 {
    font-size: 1.75em;
    color: #666;
    margin: 0 0 20px 0;
}
.product-hotsite ul {
    list-style: square;
}
.product-hotsite ul li {
    line-height: 1.5em;
    margin: 0.75em 0;
}
.product-hotsite .price {
    color: #188200;
    font-weight: bold;
    font-size: 3em;
    display: block;
    text-align: center;
    margin: 0 0 20px 0 !important;
}
.product-hotsite .security {
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    color: #999;
    margin: 10px 0 !important;
    font-weight: bold;
}
.product-hotsite .security img {
    margin: 0 5px 0 0;
}
.product-hotsite .testimonial {
    color: #333;
    background: #FFDB58;
    color: #333;
    padding: 20px;
    border-radius: 4px;
    font-size: 0.9em;
    margin: 0 0 30px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.product-hotsite .testimonial p {
    margin: 0 0 1em 0 !important;
}
.product-hotsite .testimonial p:last-child {
    margin: 0 !important;
}
.product-hotsite .featured {
    width: 700px;
    margin: 0 auto 60px;
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 40px;
}
.product-hotsite .featured .heart {
    font-size: 150px;
    color: #cc3c3c;
}
.product-hotsite .featured h2 {
    font-size: 2em;
    text-align: center;
    margin: 0 0 30px 0;
}

/**
 * Hotsite - AUL styles
 */
.product-hotsite .aul-block {
    padding: 30px;
}
.product-hotsite .aul-block1 {
    height: 400px;
    padding: 40px;
    background: url(/wp-content/uploads/girlartheader.jpg);
}
.product-hotsite .aul-block1 h2 {
    color: #fff;
    font-size: 2em;
    max-width: 50%;
    line-height: 1.4em;
    text-align: center;
    margin: 0;
}
.product-hotsite .aul-block1 .stars {
    margin: 40px 30px 20px 30px;
}
.product-hotsite .aul-block1 h3 {
    display: block;
    background: #336699;
    color: #fff;
    font-size: 2em;
    padding: 10px 20px 15px;
    text-align: center;
}
.product-hotsite .aul-block2 {
    padding: 30px;
    background: #000;
    color: #eee;
}
.product-hotsite .aul-block2 h2 {
    margin: 0 0 20px 0;
}
.product-hotsite .aul-block3 {
    padding: 30px;
    background: #85ADC6;
}
.product-hotsite .aul-block3 .quote {
    padding: 30px;
    font-weight: bold;
    color: #fff;
    width: 800px;
    margin: 0 auto;
    font-size: 1.2em;
}
.product-hotsite .aul-block3 .quote img {
    float: left;
    clear: left;
    margin: 0 30px 0 0;
}
.product-hotsite .aul-block3 .quote .cite {
    font-size: 1em;
}
.product-hotsite .aul-block4 {
    padding: 30px;
    background: #85ADC6;
    background-image:url('/wp-content/uploads/quietmind.jpg');
    background-repeat: no-repeat;
    height: 283px;
    color: #fff;
}
.product-hotsite .aul-block4 h2 {
    margin: 0 0 20px 0;
}
.product-hotsite .aul-block4 p {
    max-width: 500px;
}
.product-hotsite .aul-block5 {
    padding: 30px 150px 30px 30px;
    background: #85ADC6;
    background-image:url('/wp-content/uploads/brightfuture.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}
.product-hotsite .aul-block6 {
    padding: 30px;
    background: #000;
    background-image:url('/wp-content/uploads/stories.jpg');
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
}
.product-hotsite .aul-block6 p {
    max-width: 600px;
}
.product-hotsite .aul-block7 {
    padding: 30px;
    background: #fff;
    background-image:url('/wp-content/uploads/ipadsection2.jpg');
    background-repeat: no-repeat;
    height: 1300px;
    padding-top: 750px;
}
.product-hotsite .aul-block7 p {
    max-width: 400px;
}
.product-hotsite .aul-block8 {
    padding: 30px;
    background: #B8C2CE;
}
.product-hotsite .aul-block8 .warranty {
    border-radius: 4px;
    background-image: linear-gradient(#52A5CD, #336699);
    border: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    color: #fff;
    font-size: 0.9em;
    height: 415px;
}
.product-hotsite .aul-block8 .warranty h4 {
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0 0 15px 0;
}

/**
 * Hotsite - PLT styles
 */
.product-hotsite .plt-block {
    padding: 30px;
}
.product-hotsite .plt-block1 {
    height: 400px;
    padding: 40px;
    background: url('/wp-content/uploads/meditation-ocean2.jpg');
}
.product-hotsite .plt-block1 h2 {
    color: #003366;
    font-size: 2em;
    max-width: 60%;
    line-height: 1.4em;
    text-align: center;
    margin: 0 0 0 40% !important;
    text-shadow: 1px 1px #ccc;
}
.product-hotsite .plt-block1 .stars {
    margin: 10px 130px 90px 0;
    float: right;
}
.product-hotsite .plt-block1 h3 {
    display: block;
    background: #111;
    color: #0099ee;
    font-size: 2em;
    padding: 10px 20px 15px;
    text-align: center;
    clear: both;
}
.product-hotsite .plt-block2 {
    padding: 30px;
    background: #000019;
    background-image: url('/wp-content/uploads/brain.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    color: #eee;
}
.product-hotsite .plt-block2 h2 {
    margin: 0 0 20px 0;
}
.product-hotsite .thinker-quote {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    background: url('/wp-content/uploads/bkg_2.jpg');
    max-width: 330px;
    height: 360px;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
}
.product-hotsite .thinker-quote h4 {
    font-weight: bold;
    color: #666;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.product-hotsite .thinker-quote p {
    font-weight: bold;
}
.product-hotsite .plt-block3 {
    padding: 30px;
    background: #333;
}
.product-hotsite .plt-block4 {
    padding: 30px;
    background: url('/wp-content/uploads/unleash-power.png');
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 0px 5px 5px #ccc;
    padding: 30px 30px 0 30px;
}
.product-hotsite .plt-block5 {
    padding: 30px;
    background: url('/wp-content/uploads/intuition2.jpg');
    background-repeat: no-repeat;
    background-position: 120% center;
    background-size: contain;
    box-shadow: 0px 0px 5px 5px #ccc;
}
.product-hotsite .plt-block6 {
    padding: 30px;
    background: url('/wp-content/uploads/bluebutterflies2.jpg');
    height: 590px;
    color: #fff;
}
.product-hotsite .plt-block7 {
    padding: 20px 30px 30px 30px;
    background: url('/wp-content/uploads/iphonelisten3.png');
    height: 480px;
    background-repeat: no-repeat;
}
.product-hotsite .plt-block8 {
    padding: 30px;
    background: #B8C2CE;
}
.product-hotsite .plt-block8 .warranty {
    border-radius: 4px;
    background-image: linear-gradient(#52A5CD, #336699);
    border: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    color: #fff;
    font-size: 0.9em;
    height: 320px;
}
.product-hotsite .plt-block8 .warranty h4 {
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0 0 15px 0;
}
.product-hotsite .plt-block9 {
    padding: 30px;
    background: url('/wp-content/uploads/theset4-pt.jpg');
    background-repeat: no-repeat;
    background-position-y: 80px;
}
.product-hotsite .plt-block10 {
    padding: 30px;
    background: #f9f9f9;
}
.product-hotsite .plt-block10 .discount-question {
    background: #024e68;
    color: #fff;
    font-size: 2em;
    padding: 20px;
    border-radius: 4px;
    line-height: 1.25em;
    text-align: center;
    max-width: 350px;
    margin: 35px auto 0;
}
.product-hotsite .price-table {
    width: 692px;
    margin: 0 auto;
    background: #e8f2f7;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    height: 675px;
}
.product-hotsite .price-table-row {
    width: 230px;
    float: left;
    border-right: 1px solid #ccc;
    height: 100%;
}
.product-hotsite .price-table-row h4 {
    display: block;
    padding: 20px 10px;
    font-size: 2.5em;
    color: #fff;
    text-shadow: 0 1px #666;
    background: #67c7d7;
    background: linear-gradient(to bottom, #9fecf5 0%,#41b7d2 100%);
}
.product-hotsite .price-table-row .intro {
    display: block;
    background: #fff;
    padding: 30px 0;
}
.product-hotsite .price-table-row .amount {
    font-size: 2.5em;
    display: block;
}
.product-hotsite .price-table-row .old-amount {
    font-size: 1.5em;
    display: block;
    text-decoration: line-through;
    line-height: 0;
    color: #999;
}
.product-hotsite .price-table-row .amount .currency,
.product-hotsite .price-table-row .old-amount .currency {
    font-size: 0.75em;
    opacity: 0.5;
}
.product-hotsite .price-table-row .installments {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    margin: 3px 0 10px 0;
    display: inline-block;
}
.product-hotsite .price-table-row .remark {
    font-size: 0.8em;
    font-style: italic;
    margin: 0;
    display: block;
    color: #999;
}
.product-hotsite .price-table-row ul.items {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    list-style: none;
    border-top: 1px solid #ccc;
}
.product-hotsite .price-table-row ul.items li {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 10px 0;
    color: #333;
}
.product-hotsite .price-table-row .payment {
    background: #fff;
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
}
.product-hotsite .price-table-row .payment .payment-methods {
    margin: 20px 0;
}
.product-hotsite .price-platinum {
    border: 0;
}
.product-hotsite .price-platinum h4 {
    background: #fa9925;
    background: linear-gradient(to bottom, #ffef6b 0%,#fa9925 100%);
}
.product-hotsite .price-platinum .remark {
    color: #333;
}
.product-hotsite .price-table-row .btn {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.product-hotsite .price-table-row .btn:hover,
.product-hotsite .price-table-row .btn:focus {
    color: #fff;
}
.product-hotsite .price-table-row .btn:hover {
    color: #fff !important;
}


.plt-slide {
    padding: 40px;
    border: 2px solid #eee;
}
.plt-slide h2 {
    text-align: center;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}
.plt-slide h3 {
    text-align: center;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    color: #3399cc;
}
.plt-slide img {
    text-align: center;
    display: inline-block;
}
.plt-slide .number {
    font-size: 2em;
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 15px 20px;
    position: absolute;
    border-radius: 50px;
    left: -20px;
    top: -35px;
    opacity: 0.2;
}
.plt-slide-rms {
    background: url('/wp-content/uploads/kissart.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.plt-slide-rms h2 {
    color: #eff017;
    text-shadow: 1px 1px #333;
}
.plt-slide-rms .number {
    opacity: 0.5;
}
.plt-slide-rms .box {
    padding: 30px 40px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
}
.plt-slide-quantum {
    background: url('/wp-content/uploads/galaxy2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.plt-slide-quantum p,
.plt-slide-quantum h2,
.plt-slide-quantum h3,
.plt-slide-quantum li {
    color: #fff !important;
}
.plt-slide-quantum .number {
    background: #fff;
    color: #000;
    opacity: 0.5;
}

/**
 * Hotsite - AMS styles
 */
.product-hotsite .ams-block {
    padding: 30px;
}
.product-hotsite .ams-block-dark {
    padding: 30px;
    background: #111;
}
.product-hotsite .ams-block .center img {
    margin: auto;
}
.product-hotsite .ams-block1 {
    padding: 40px;
    background: url('/wp-content/uploads/deeprelax2.jpg');
    background-repeat: no-repeat;
}
.product-hotsite .ams-block1 .box {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
    border-radius: 4px;
}
.product-hotsite .ams-block2 {
    padding: 40px;
    background: #000;
    color: #fff;
}
.product-hotsite .ams-block2 img {
    margin: auto;
}
.product-hotsite .ams-block2 .testimonial {
    background: -webkit-linear-gradient(top,rgba(0,51,102,0.8),rgba(0,51,102,1));
    border: 1px solid rgba(255,255,255,0.1);
    color: #eee;
}
.product-hotsite .ams-block3 {
    padding: 40px;
    background: url(/wp-content/uploads/receiving-471x400.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 500px center;
}
.product-hotsite .ams-block4 {
    padding: 40px;
    background: url(/wp-content/uploads/answers-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.product-hotsite .ams-block4 h2 {
    margin: auto;
    max-width: 700px;
    text-align: center;
}
.product-hotsite .ams-block4 .box {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 30px;
    border-radius: 4px;
    color: #fff;
}
.product-hotsite .ams-block4 .box h3 {
    color: #fff;
}
.product-hotsite .ams-block5 {
    padding: 40px;
    background: url(/wp-content/uploads/lights-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    box-shadow: 0px 0px 20px 20px #000000 inset;
}
.product-hotsite .ams-block5 h3 {
    color: #3399cc;
}
.product-hotsite .ams-block5 img {
    margin: auto;
}
.product-hotsite .ams-block6 {
    padding: 40px;
    background: #000;
}
.product-hotsite .ams-block6 .testimonial {
    background: -webkit-linear-gradient(top,rgba(0,51,102,0.8),rgba(0,51,102,1));
    border: 1px solid rgba(255,255,255,0.1);
    color: #eee;
}
.product-hotsite .ams-block7 {
    padding: 40px;
    background: url(/wp-content/uploads/amsiphone_arr.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 470px center;
    box-shadow: 0px 2px 20px 5px #eee;
    border-bottom: 1px solid #ddd;
}
.product-hotsite .ams-block8 {
    padding: 30px;
    background: #B8C2CE;
}
.product-hotsite .ams-block8 .warranty {
    border-radius: 4px;
    background-image: linear-gradient(#52A5CD, #336699);
    border: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    color: #fff;
    font-size: 0.9em;
}
.product-hotsite .ams-block8 .warranty h4 {
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0 0 15px 0;
}
.product-hotsite .ams-block9 {
    padding: 40px;
    margin: 0 150px;
    background-color: #f5e8e7;
    background-image: linear-gradient(#fff,#f8f8f8);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #d8d8d8;
}
.product-hotsite .ams-block .summary {
    max-width: 600px;
    text-align: center;
    padding: 20px;
    background: #eee;
    border-radius: 4px;
    margin: auto;
}
.product-hotsite .ams-block .summary p {
    margin: 0 !important;
}
.product-hotsite .ams-block h4 {
    font-size: 1.5em;
    margin: 0 0 1em 0;
}
.product-hotsite .step-number {
    display: block;
    position: relative;
    float: left;
    font-size: 38px;
    line-height: 38px;
    margin: 15px 10px 0 0;
    padding: 6px 12px;
    text-align: center;
    color: #999;
    background: #404040;
    border-radius: 25px;
}

.product-answers-page .btn,
.product-answers-page .btn:hover {
    font-weight: bold;
    color: #fff !important;
}

/**
 * Blank page template
 */
.page-template-blank-page #header {
    margin-bottom: 20px;
}

/**
 * Woocommerce
 */
#customer_details input[type=text],
#customer_details input[type=password],
#customer_details input[type=email],
#customer_details select,
#customer_login input[type=text],
#customer_login input[type=password],
#customer_login input[type=email] {
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 1em;
    height: auto;
    outline: none;
    border: 1px solid #ccc;
}
#customer_details input[type=text]:focus,
#customer_details input[type=password]:focus,
#customer_details input[type=email]:focus,
#customer_details select:focus,
#customer_login input[type=text]:focus,
#customer_login input[type=password]:focus,
#customer_login input[type=email]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.cart-totals h2 {
    margin: 0 0 10px 0;
}
.woocommerce-breadcrumb {
    display: none;
}
.single-product #container {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
}
.post-type-archive-product #container {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
}
.post-type-archive-product .woocommerce-result-count {
    display: none;
}
.post-type-archive-product ul.products {}
.post-type-archive-product ul.products li {
    text-align: center;
}
.post-type-archive-product ul.products li img {
    max-height: 150px;
    width: auto !important;
    margin: 0 auto !important;
}
.post-type-archive-product ul.products li h3 {
    font-size: 1.5em !important;
    color: #333;
}
.post-type-archive-product ul.products li:hover h3 {
    text-decoration: underline;
}
.post-type-archive-product ul.products li .add_to_cart_button {
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    background: #32cd32;
    margin: 10px 0 0 0;
}
.post-type-archive-product ul.products li .add_to_cart_button:hover {
    color: #fff !important;
    background: #1bab1b;
}
.post-type-archive-product ul.products li .price {
    font-size: 1.25em !important;
    color: #666;
}
.woocommerce-ordering {
    display: none;
}

/**
 * Lessons navigation
 */
.lessons-navigation {}
.lessons-navigation ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
.lessons-navigation ol li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 5px;
}
.lessons-navigation ol li:last-child {
    border: 0;
}
.lessons-navigation ol li.current {
    font-weight: bold;
}
.lessons-navigation ol li a {
    display: block;
    line-height: 1.5em;
}
.lessons-navigation ol li a:hover {
    text-decoration: underline;
}

/**
 * Accordion/Panels
 */
.accordion .panel p {
    font-size: 1.1em;
}
.accordion .panel ul li {
    line-height: 1.5em;
    margin-bottom: 1em;
}

/**
 * Contact form
 */
.wpcf7-form {
    max-width: 400px;
}

/**
 * Platinum package cart upsell
 */
.platinum-upsell {
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    padding: 20px;
    margin: 0 0 20px 0;
    background: url(/wp-content/uploads/theset4-pt.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #eee;
}
.platinum-upsell .offer {
    overflow: hidden;
    margin: 0 0 0 340px;
}
.platinum-upsell .offer h2 {
    margin: 0 0 10px 0;
    font-size: 2em;
}
.platinum-upsell .offer p {
    margin: 0 0 10px 0 !important;
    font-size: 0.9em;
}
.platinum-upsell .offer ul {
    margin: 0 0 15px 0;
    font-size: 0.9em;
}
.platinum-upsell .offer ul li {
    margin: 0 0 5px 0;
}
.platinum-upsell .offer .btn {
    font-weight: bold;
}
.platinum-upsell .offer .btn-success:hover {
    color: #fff !important;
}
.platinum-upsell .offer .btn-default,
.platinum-upsell .offer .btn-default:hover {
    color: #666 !important;
}

/**
 * Mobile fixes
 */
@media only screen
  and (max-device-width: 720px) {
    /* Header */
    .main-nav {
        background: #fff;
    }
    .main-nav .navbar-collapse {
        margin: -20px 0 20px 0;
        border-top: 1px solid #ccc;
    }
    #menu-header-nav {
        float: none !important;
    }
    .navbar-brand {
        display: block;
        color: #333 !important;
    }
    .main-nav ul.nav {
        width: 100%;
        margin: 0;
    }
    .main-nav ul.nav li {
        border-bottom: 1px solid #eee;
    }
    .main-nav ul.nav li:last-child {
        border: none;
    }

    /* Footer */
    #footer .bottom {
        height: auto;
        padding: 20px;
    }

    .center-mobile {
        text-align: center;
    }

    /* Homepage */
    .top-content {
        height: auto !important;
        background: #f0f1ff !important;
    }

    .top-content .cover-image {
        height: auto;
    }
    .top-content .cover-image h1,
    .top-content .cover-image h2 {
        padding: 20px;
        margin: 0;
    }

    /* Woocommerce */
    ul.wc_payment_methods li label {
        display: inline;
    }
    ul.wc_payment_methods li label img {
        display: block;
    }
    .woocommerce-MyAccount-navigation {
        margin: 0 0 20px 0;
    }
    .woocommerce-MyAccount-navigation ul {
        padding: 0 !important;
    }
    table.woocommerce-MyAccount-orders tbody tr td {
        padding: 10px !important;
    }
    .woocommerce-MyAccount-content h2 {
        margin: 10px 0 20px 0;
    }

    /* Cart upsell */
    .platinum-upsell .offer {
        margin: 320px 0 0 0;
    }

    /* Posts */
    #content .post-list h2 a,
    #content .post-loop h2 a {
        display: block;
        clear: both;
    }
    #content .content .post-content p a.read-more {
        display: block;
    }
    #content .post-content .post-thumbnail {
        margin-right: 0;
        float: none !important;
    }
    #content .post-content .post-thumbnail img {
        max-width: 100%;
    }
    #content .post-content.blog img {
        display: block;
        clear: both;
        float: none !important;
    }
    #content .content .post-content .bamnote {
        margin-right: 0;
        margin-left: 0;
    }

    /* Product pages */
    .page-template-product-page .feature-box,
    .page-template-product-page .warranty-box {
      padding: 20px;
    }
    .page-template-product-page .feature-box ul {
        padding-left: 20px;
    }

    /* Product hotsite - AMS */
    .product-hotsite .ams-block1 {
        padding: 20px;
    }
    .product-hotsite .ams-block9 {
        margin: 0;
        border-left: 0;
        border-right: 0;
    }

    .product-hotsite .plt-block1 {
        background: #71c7de;
        padding: 20px;
        height: auto;
    }
    .product-hotsite .plt-block1 h2 {
        max-width: 100%;
        margin: auto !important;
    }
    .product-hotsite .plt-block1 .stars {
        margin: 0 auto;
        float: none;
    }
    .product-hotsite .plt-block2 {
        background-position: 0px 20px;
        padding-top: 350px;
    }
    .product-hotsite .plt-block2 h2 {
        margin-bottom: 250px;
    }
    .product-hotsite .plt-block4 {
        background: #f9f9f9;
    }
    .product-hotsite .plt-block5 {
        background-position: bottom right;
        padding-bottom: 200px;
    }
    .product-hotsite .plt-block6 {
        height: auto;
    }
    .plt-slide .number {
        left: -35px;
        top: -70px;
        opacity: 0.2;
        color: #000;
        background: transparent;
    }
    .product-hotsite .plt-block7 {
        padding-top: 220px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .product-hotsite .plt-block9 {
        background-size: contain;
        background-position-y: 170px;
    }
    .product-hotsite .plt-block9 h2 {
        margin-bottom: 400px;
    }
    .product-hotsite .plt-block9 .package-details {
        margin-top: 400px;
    }
    .product-hotsite .price-table {
        width: auto;
        height: auto;
    }
    .product-hotsite .price-table-row {
        width: auto;
        height: auto;
        float: none;
    }

    .product-hotsite .aul-block1 {
        height: auto;
        background: #000;
    }
    .product-hotsite .aul-block1 h2 {
        max-width: 100%;
    }
    .product-hotsite .aul-block1 .stars {
        margin: 20px auto;
    }
    .product-hotsite .featured {
        width: auto;
        border-left: none;
        border-right: none;
        border-bottom: 0;
        margin: auto
    }
    .product-hotsite .aul-block3 .quote {
        width: auto;
    }
    .product-hotsite .aul-block3 .quote img {
        float: none;
        clear: none;
        margin: auto;
    }
    .product-hotsite .aul-block4 {
        background-size: cover;
        height: auto;
    }
    .product-hotsite .aul-block5 {
        background: #85ADC6;
        padding: 30px;
    }
    .product-hotsite .aul-block7 {
        display: none;
    }
    .product-hotsite .aul-block .img-responsive,
    .product-hotsite .aul-block1 .img-responsive,
    .product-hotsite .aul-block2 .img-responsive,
    .product-hotsite .aul-block3 .img-responsive,
    .product-hotsite .aul-block4 .img-responsive,
    .product-hotsite .aul-block5 .img-responsive,
    .product-hotsite .aul-block6 .img-responsive,
    .product-hotsite .aul-block7 .img-responsive,
    .product-hotsite .aul-block8 .img-responsive {
        margin-bottom: 20px;
    }

    .home-block {
        padding: 10px;
    }
    .home-block1 {
        background-size: inherit;
        padding: 280px 0 10px 0;
        min-height: auto;
        background-position: -90px 0;
    }
    .home-block1 .box {
        padding: 30px 10px 0 10px
        border-radius: 0;
    }
    .home-block2 {
        background: #2c2d61;
    }
    .home-block2 .quote {
        font-size: 1.2em;
        padding: 20px;
    }
    .home-block2 .quote img {
        margin-bottom: 20px;
    }
}