body {
    color:black;
}
.header .navbar-default .navbar-nav > li > a {
    color: #2c2c2c;
}
.inner-header h1 {
    font-size: 24px;
    color: #111;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 1.4;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ml-95 {
    margin-left: 95px !important;
}
.divider, .parallax {
    background-image: none;
}

.bg1 {
    background-image: url(../images/layout/bg1.jpg);
}

.bg2 {
    background-image: url(../images/layout/bg2.jpg);
}

.bg3 {
    background-image: url(../images/layout/bg3.jpg);
}

.bg4 {
    background-image: url(../images/layout/bg4.jpg);
}

.bg5 {
    background-image: url(../images/layout/bg5.jpg);
}

.bg6 {
    background-image: url(../images/layout/bg6.jpg);
}

.bg7 {
    background-image: url(../images/layout/bg7.jpg);
}

.bg8 {
    background-image: url(../images/layout/bg8-mobile.jpg);
}

.bg-beyond-the-compass {
    background-image: url(../images/layout/bg-beyond-the-compass.jpg);
}

.bg-bonbon {
    background-image: url(../images/layout/bg-bonbon.jpg);
}

.bg-pilot {
    background-image: url(../images/layout/bg-pilot.jpg);
}

.bg-black-white {
    background: url(../images/layout/bg-black-white.jpg) -1080px top;
}

.bg-funky {
    background: url(../images/layout/bg-funky.jpg);
}

.bg-the-great-grey {
    background: url(../images/layout/bg-the-great-grey.jpg);
}

.bg-hugo {
    background: url(../images/layout/bg-hugo.jpg);
}

.bg-cozy-living {
    background: url(../images/layout/bg-cozy-living.jpg);
}

.bg-victory {
    background: url(../images/layout/bg-victory.jpg);
}

.bg-arrow {
    background: url(../images/layout/bg-arrow.jpg);
}

.bg-avocado {
    background: url(../images/layout/bg-avocado.jpg);
}

.product .product-summary h1.product-title {
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: none;

}
h2 {
    font-size: 24px;
}
.product .product-summary h2 {
    letter-spacing: 2px;
    font-size: 14px;
}
 #about .lead {
    font-size: 19px;
}
.icon-box {
    margin-bottom: 20px;
}
.icon-box.left span {
    margin-right: 10px;
    padding: 0;
}
.icon-box i {
    font-size: 25px;
}
.icon-box i.text-green {
    color: green;
}
.icon-box i.text-red {
    color: red;
}
ul.life-check-list {

}
ul.life-check-list li {
    color: #111;
    font-family: 'Shadows Into Light', cursive;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: center;
}
ul.life-check-list li:after {
    background-image: url(../images/layout/checkmark.png);
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
}
ul.life-check-list li.not:after {
    background: none;
}
ul.life-check-list li i {
    font-size: 25px;
}
ul.life-check-list li i.pe-7s-check,
ul.life-check-list li i.fa-times {
    font-size: 14px;
}
ul.life-check-list li i.fa-times {
    font-size: 25px;
}
p.wait-what {
    color: #111;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 45px;
    text-align: center;
}
p.wait-what strong {
    font-size: 45px;
}
.icon-box h4 i {
    font-size: 17px;
}
.icon-box.boxed .social i {
    font-size: 20px;
}
.icon-box.boxed.social-box {
    padding-bottom: 22px;
}
.lead.text-center {
    display: block;
    margin-top: 20px;
}
.lead.text-center:after {
    left: 50%;
    margin-left: -40px;
}
.lead.text-center.text-white:after {
     background-color: #fff;
}
.lead.smaller {
    font-size: 18px;
}
blockquote.lead {
    border-left: 0;
}
.product .cart-form-wrapper {
    padding: 0;
}
#featured-clocks .section-title p {
    max-width: none;
    margin: 25px 0 0;
}
.map-canvas {
    height: 655px;
}
.contact-wrapper {
    padding: 20px 50px 50px 100px;
}
.error-message {
    color: darkred;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.overlay-darkblue {
    background-color: #1e395b;
    color: white;
}
.icon-box.boxed.dark-grey {
    background-color: #313636;
    color: white;
}
.icon-box.boxed:hover i {
    color: #111;
}
.icon-box.boxed.dark-grey:hover i {
    color: #fff;
}
#contact-and-sharing .icon-box.boxed.dark-grey i {
    color: #fff;
}
.product-thumb * {
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
}
.product-thumb:hover img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.product-thumb .hover-bottom-border {
    display: block;
    margin: auto;
    width: 30%;
    height: 2px;
    opacity: 0;
}
.product-thumb a:hover + .hover-bottom-border {
    opacity: 1;
    height: 2px;
    background-color: black;
}
p.amount {
    margin-bottom: 0;
}
ins p.amount {
    font-size: 24px;
}
#header-logo img,
#footer img.footer-logo {
    height: 80px;
}
.cart-form-wrapper .social-icons {
    float: left;
}
.contact-wrapper {
    padding: 20px 50px 50px 20px;
}
.footer {
    /*background-color: #d9d9d9;*/
    background-color: #ffffff;
}
/* HACK FOR FLEX SLIDER DIRECTION NAVIGATION*/
.flex-direction-nav {
    display: none;
}

/* SPECIFIC CLOCK RELATED STYLES */
.beyond-the-compass-wall-clock ol.breadcrumb li,
.beyond-the-compass-wall-clock ol.breadcrumb li a {
    color: black;
}
.footer .footer-widget .the-penal-dwt-instagram-feed {
}
.footer .footer-widget .the-penal-dwt-instagram-feed a.instagram-link {
    position: absolute;
    top: 50%;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    margin-top: -25px;
    left: 50%;
    margin-left: -109px;
    color: #373737;
    display: inline-block;
    padding: 8px;
    background-color: #fff;
    line-height: 35px;
}

.footer .footer-widget .the-penal-dwt-instagram-feed img {
    width: 24%;
    margin: 0.5%;
}
@media (min-width: 768px) {
    .cart-form-wrapper .social-icons {
        float: right;
    }
    .call-to-action > div {
        padding-right: 95px;
    }
    .contact-wrapper {
        padding: 20px 50px 50px 100px;
    }
    .bg-black-white {
        background-position: -830px 0;
    }
    .footer .footer-widget .the-penal-dwt-instagram-feed a.instagram-link {
        margin-top: -40px;
    }
}

@media (min-width: 992px) {
    .beyond-the-compass-wall-clock ol.breadcrumb li,
    .beyond-the-compass-wall-clock ol.breadcrumb li a {
        color: white;
    }
    .bg8 {
        background-image: url(../images/layout/bg8.jpg);
    }
    .bg-black-white {
        background-position: -510px 0;
    }
}
@media (min-width: 1200px) {
    .bg-black-white {
        background-position: right 0;
    }
}
