.content-home {

    margin-top: -25px;

}

#footer {
    padding: 10px;
}

#content {
    padding: 0 40px;
}
.lead {
    color:#3870C2;
    font-size: 18px;
}
#content_wrapper {
    padding: 25px 0;
    min-height: 700px;
}

#site-wrapper
{
    max-width: 1000px;
    background-color: #ffffff;
}



.welcome-area {
    margin: 0 -25px;
}

.welcome-text{
    padding:40px 40px 0 0;
}
.welcome-text h1{
    color: #3870C2;
}
.welcome-text p {
    padding-left:20px;

}


.table .glyphicon-ok {
    color: #5CB85C;
}
.table .glyphicon-remove {
    color: #D9534F


}
.table .btn-popover {
    cursor: pointer;
    color: lightgray;
}
.table .btn-popover:hover {
    color: inherit;
}



#nav {
    width: 100%;
    padding: 0;

    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#nav > li {
    float: left;
}
#nav > li > a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: bold;
    color: #069;
    border-right: 1px solid #ccc;
}
#nav li a:hover {
    color: #c00;
    background-color: #fff;
}







#footer {
    background-color: #E8E8E8;
    padding-bottom: 20px;

}

body {
    background: url("/images/background.jpg") no-repeat fixed center top #D6D6D6;

}







.dropdown-menu > li {
    float: none;
}

#nav .nav-view-cart {
    border-left: 1px solid #cccccc;
    font-weight: normal;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
#navigation .dropdown-menu {
    margin-top: 0;
}

.disabled-link,
.disabled-link:hover
{
    color: #A0A0A0 !important;
    background-color: transparent !important;
    cursor: default;
    cursor: default;

}

#t .simpleCart_items > div {
    display: table;

    width:440px;
}

#t .itemRow {

    border-top: 1px solid lightgray;

    padding: 10px 0;
}

#t .itemRow div {
    display: table-cell;

    height: 20px;
    padding: 0 5px;
}

#t #cartData {
    background: none repeat 0 0;
}
#t .item-name {
    width:100%;
}
#t .item-total {

    text-align: right;
}

#t {
    padding: 10px;
}

#t .row-0
{
    padding-top: 0 !important;
    border-top: none !important;
}

#t .cart-section{
    padding-top: 15px;
    border-bottom: 1px solid gray;
}
#t h3 {
    margin-top: 0;
}
#t .no_items {
    padding-bottom: 5px;
    content: "You can add items at <a href='/shop'>here</a>";
}
.checkout-button-wrapper {
    text-align: center;
    padding-top: 10px;
}

.checkout-button-wrapper input {
    width: 50%;
}

.dropdown.nav-view-cart.pull-right small {
    font-weight: normal;
}
.emphasise{
    color: #3870C2;
}

.pad-height {
    padding-top: 20px;
}

nav {max-height: 100%; overflow: scroll; display: none;}
#site_wrapper {margin:0;}
#site-banner {

    background: none no-repeat scroll right center transparent;
}
.shadowed {
    box-shadow: 0 2px 4px -1px hsla(0, 0%, 0%, 0.2), 0 4px 5px 0 hsla(0, 0%, 0%, 0.14), 0 1px 10px 0 hsla(0, 0%, 0%, 0.12);
}
.toggle-container {
    height: 100px;
    position: fixed;
    right: 0;
    top:0;
    width: 70px;
    z-index: 999;
    transition: all 0.2s linear 0s;
    background-color: rgba(240,240,240,0.9);
}
.toggle-container.off-top {height:70px;}
#nav-toggle {
    cursor: pointer;
    position: absolute;
    right: 1em;
    padding:1em 0;
    top: 50%;
    margin-top:-2em;
}
#nav-toggle:before {
    content: "MENU";
    position: relative;
    top: -1em;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    background: none repeat scroll 0 0 #333;
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: block;
    height: 5px;
    position: absolute;
    width: 35px;
    z-index: 9999;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out 0s;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    top: 10px;
    transform: translateY(-10px) rotate(-45deg);
}
nav {
    list-style: none;
    position: fixed;
    top:0;
     padding:1em;
    width:100%;

}
nav ul {padding:0;}

nav {background-color:#f0f0f0; z-index:1;}
@media screen and (max-width:960px){
    nav .dropdown-menu{
        background-color: transparent;
        box-shadow: none;
        border:0;
    }
}
.dropdown-menu {text-transform: none;}
nav > ul > li {
    width:100%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
}
nav > ul > li > a {

    font-weight: bold;
    display: inline-block;
    padding: 1rem;

    text-decoration: none;
}nav > ul > li > a.current {
     color: #3870CC;
     text-decoration: underline;
 }
 .custom {padding:0;}

 .stripes p {
        line-height: 27px;

    }

 .alert {margin-top:1em;}
    .stripes h3 + h2 {
        padding-bottom: 20px;
    }

    .stripes > h3 {
        text-transform: uppercase;
    }

@media screen and (min-width: 960px){
    #site-wrapper {margin:auto;}
    #site-banner { background-image: url("/images/banner_background.jpg"); }
    .toggle-container {display: none;}
    nav { position: relative; overflow: visible; display: block !important; padding:0;}
    nav > ul {height: auto;}
    nav > ul > li {width:auto;}
    nav > ul > li > a {
        transition: transform 0.3s ease 0s;
    }



    nav > ul > li:hover > a{
        box-shadow: 0 1px #337AC9;
        text-decoration: none;
    }


    nav li.dropdown:hover > ul.dropdown-menu {
        display: block;



    }
    .dropdown-menu.list-group {

        width: 400px;
        padding:0;
        border:none;
    }
    .dropdown-menu.list-group p {

        margin-bottom:10px;
    }
    .dropdown-menu.list-group a {
        display: inline;
        color: #428BCA;
        padding: 0;
    }


    .custom.dropdown-menu > li > a:hover {background-color:transparent; text-decoration: underline; color:#428bca;}
}


.image-background {
    background: url("/images/homepage/jono-3-f.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 431px;
}
.homepage-quote{

    padding: 22px 19px;
    min-height: 80px;


}



#quote-carousel .carousel-inner{
    min-height: 135px;
}
/* carousel */
#quote-carousel
{
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
    background: none;
    color: #222;

    text-shadow: none;
    margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
    left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
    right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
    background: #333333;
}
#quote-carousel img
{
    width: 250px;
    height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\e111";
    font-family: 'Glyphicons Halflings';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
        margin-top: 30px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
        z-index: 0;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.product-category {
    margin-top: 20px;
    position: relative;
    box-shadow: 0 0 8px #D3D3D3;
    background-color: #ffffff;
}

.product-category:hover {
    box-shadow: 0 0 8px #888888
}

.product-category .product-caption {

    padding: 10px 25px;
    color: #333333;
}

.product-category a span {
    background-image: url("/images/shop/empty.gif");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.product-caption {
    background-color: #ffffff;
}
.product-caption h6
{
    margin:0
}

.page-header
{
    margin: 40px 0 10px;
    padding-bottom: 0;
}


.stripe {
    background-color: #F7FAFF;
}

.stripe.hero {
    background-color: #F2F2F2;
}

.padHeight {
    padding-top: 35px;
    padding-bottom: 35px;
}

.padHeight h3 {
    color: #3870C2
}

.arrow_box { position: relative; }

.arrow_box:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;  border-top-color: #F2F2F2; border-width: 20px; margin-left: -20px; }
.thumbnail {
    margin-bottom: 20px;


}
.block-link {display: block; color:white; transition: all 0.2s ease-in-out 0s; padding:1em; font-weight: bold;}

.thumbnail .block-link {background-color:transparent; color:#333; margin: 0 -1px -1px; border-bottom: 4px solid #3870C2; position: absolute; bottom:0; left:0; right:0;}
.thumbnail:hover .block-link {background-color:#3870C2; color:#fff;}
.thumbnail:hover .block-link:hover {background-color:#428BCA;}
.thumbnails .thumbnail {padding:0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; position: relative;}
.thumbnails .thumbnail .caption {margin-bottom: 48px;}
.thumbnail > * {padding:14px;}
.thumbnails .img-circle {box-shadow: 0 0 5px lightgray; padding:1em; max-width: 100px;  }
nav > ul {margin:0;}
nav .dropdown-menu, nav .list-group-item:nth-child(1) {border:1px solid #D9D9D9; border-radius:0;}
.block-link-list .left {right:50%; left:0; margin:0 0 -1px -1px;}
.block-link-list .right {left:50%; right:0; margin: 0 -1px -1px 0}
.block-link-list li {
    list-style: none;

    text-align: center;}

@media (max-width: 767px) {
    .thumbnails .visible-xs{
        display: inline !important;
    }
    .thumbnails a {text-decoration: underline;}

    nav .dropdown-menu {float:none !important; position: static;}
}