
.product-page {
    font-family: "Open Sans", sans-serif;
}
    .product-page h1 {
        color: #70944d;
    }
    .product-page h2 {
        color: #007acc;
        font-size: 24.5px;
    }
    .product-page p {
        margin: 0px;
        font-weight: 600;
    }
.btn {
    background-image: none;
}
    .btn:hover, .btn:active, .btn:focus {
        background-color: #3395d6;
        color: white;
        background-position: 0;
    }
    .product-page .cover-image {
        
        position: relative; 
        z-index: 2;
    }
    .product-page .story .details {
        margin-bottom: 1em;
    }
    .product-page .story .details .heading {
        display: inline-block;
        width: 100px;
        font-weight: bold;
    }
    .product-page hr {
        clear: both;
        margin-left: -15%;
        width: 100%;
        border-color: rgb(0, 174, 239);
        border-top: 0;
    }
    @media only screen and (max-width: 821px) {
        .product-page hr {
            margin-left: 0%;
        }
    }
    @media only screen and (max-width: 1353px) {
        .product-page hr {
            margin-left: 0%;
        }
        .product-page .story .details {
            margin-bottom: 4.5em;
        }
    }
    .product-page .dropdown {
        display: inline-block;
        float: right;
        margin-top: -30px;
    }
    .product-page .dropdown .try-demo {
        display: inline-block;
        float: right;
        margin-top: -30px;
    }
    .product-page .dropdown .dropdown-menu {
        overflow-x:auto;
        padding:5px;
    }
.product-page .tabs-and-content {
    padding-left: 10px;
    padding-right: 10px;
}
    .product-page .tabs-and-content .nav {
        margin-bottom: 0;
        margin-left: 0;
        list-style: none;
    }
    .product-page .tabs-and-content .nav-tabs {
        border-bottom: 2px solid #00497a;
    }
    .product-page .tabs-and-content .nav-tabs > li > a {
        border: 1px solid #007acc;
        font-weight: bold;
    }
    .product-page .tabs-and-content .nav-tabs li > a.highlight {
        background-color: rgb(255, 243, 176);
        color: black;
    }
    .product-page .tabs-and-content .nav-tabs > li > a.highlight:hover {
        background-color: rgb(255, 231, 98);
    
        color: black;
}
    .product-page .tabs-and-content .nav-tabs > li.active > a,
    .product-page .tabs-and-content .nav-tabs > li.active > a:hover,
    .product-page .tabs-and-content .nav-tabs > li.active > a:focus {
        color: #fff;
        background-color: #00497a;
        border: 1px solid #007acc;
    }
    .product-page .tabs-and-content .nav-tabs li.active > a.highlight {
        background-color: gold;
        color: black;
    }
    .product-page .tabs-and-content .tab-pane {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        margin-top: -10px;
        margin-bottom: 10px;
    }
    #details.tab-pane .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }
        .embed-container iframe, .embed-container object, .embed-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    #buy.tab-pane .pledge-amount {
        margin-top: 20px;
        clear: both;
        font-size: 2em;
        line-height: 2em;
    }
    #buy.tab-pane .pledge-amount.stuck-to-top {
        display: none;
        position: fixed;
        top: 0;
        z-index: 1;
        background-color: white;
        margin: 0;
        border: 1px solid gray;
        padding-right: 1em;
    }
    #buy.tab-pane .pledge-amount input {
        font-size: 1em; 
        height: 1em;
        width: 4em;
        line-height: 1.2em;
    }
    #buy.tab-pane .pledge-amount .total {
        width: auto;
        padding: 4px 0 5px 0;
    }
    #buy.tab-pane .pledge-amount .price {
        margin-top: 15px; 
        margin-left: 0.2em;
    }
    #buy.tab-pane .pledge-amount .tier-selected {
        margin-left: 1em;
        margin-top: 5px;
        border-left: 1px solid gray;
        padding-left: 1em;
        color: rgb(184, 184, 184);
    }
    @media (max-width: 600px) {
        #buy.tab-pane .pledge-amount .tier-selected {
            
            float: left;
            margin-left: 0;
            border-left: 0;
            text-align: left;
            padding-left: 0;
            border-top: 1px solid grey;
            width: 100%;
            font-size: 12pt;
            margin: 0;
            padding: 0;
            line-height: 1em;
            padding-bottom: 1em;
            padding-top: 0.5em;
        }
    }
    #buy.tab-pane .package-list li {
        cursor: pointer;
        background-color: rgb(200,200,200);
        padding: 1em 0.9em;
        border-top: 1px solid white;
        -webkit-transition: 0.2s all;
        -moz-transition: 0.2s all;
        -ms-transition: 0.2s all;
        -o-transition: 0.2s all;
        transition: 0.2s all;
    }
    #buy.tab-pane .package-list li label {
        display: block;
        min-height: 2em;
    }
    #buy.tab-pane .package-list li.already-purchased, #buy.tab-pane .package-list li.already-purchased:hover {
        background-color: white;
        color: silver;
    }
    #buy.tab-pane .package-list li.enabled {
        background-color: #b2d7f0;
    }
    #buy.tab-pane .package-list li:hover, #buy.tab-pane .package-list li.selected {
        background-color: #a7abab;
    }
    #buy.tab-pane .package-list li.enabled:hover, #buy.tab-pane .package-list li.enabled.selected {
        background-color: #99caca;
    }
    #buy.tab-pane .package-list li input[type="radio"], #buy.tab-pane .package-list li i {
        float: left;
    }
    #buy.tab-pane .package-list li i {
        margin-right: 3px;
        vertical-align: top;
    }
    @media (max-width: 525px) {
        #buy.tab-pane .package-list li .description {
            clear: left;
            padding-top: 1em;
        }
    }
    @media (min-width: 526px) {
        #buy.tab-pane .package-list li .description {
            margin-left: 158px;
        }
    }
    #buy.tab-pane .package-price {
        width: 140px;
        float: left;
    }
    #buy.tab-pane .package-price .sale-discount {
        background-color: #3b983b;
        color: #c1f59d;
        float: left;
        font-size: 150%;
        margin: 0em 0.3em;
        padding: 0.4em;
    }
    
    #buy.tab-pane .inner-circle-heading{
        color:#007acc;
    }
    #buy.tab-pane .bottom-section {
        margin: 20px 0px;
    }
    #buy.tab-pane #checkout {
        margin: 0px;
    }
    #buy.tab-pane .bottom-section #add-to-cart {
        margin-bottom: 2em;
    }
    #buy.tab-pane .bottom-section .flags {
        font-size: small;
    }
        #buy.tab-pane .bottom-section .flags img {
            width: 3em;
        }
    #reviews.tab-pane p {
        margin: 0 0 10px;
        font-weight: normal;
    }
.header-image {
    border: 5px solid #007acc;
    display: block;
    margin: 50px auto;
    max-width: 95%;
}
#subscribe-button {
    margin: 0 0 10px 0;
}
#thumbnail-container {
    background-color: #B2B2B2;
}
    #thumbnail-container a {
        width: 23%;
        display: inline-block;
        padding-right: 1%;
    }
    #thumbnail-container .gallery-img {
        padding: 10px 10px;
        width: 100%;
    }
.time-remaining-box {
    background-color: #007acc;
    color: white;
    border: 2px solid #007a7c;
    font-size: 30pt;
    text-align: center;
}
.time-remaining-box.top-line {
    background-color: white;
    color: red;
    font-size: 12pt;
    margin-bottom: 1em;
    padding: 5px 0;
}
.time-remaining-box p {
    line-height: 1.3em;
    max-width: none;
}
.clickable {
    cursor: pointer;
}
.share {
    width: 36px;
    padding-top: 5px;
}