body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    padding-top: 60px;
}

a, a:hover {
    color: #000;
    text-decoration: none;
}

h1 {
    font-size: 20px;
    line-height: normal;
    color: #bbb;
    font-weight: 300;
    font-family: 'Bree Serif', sans-serif;
}

h2{
    font-size:18px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 auto 20px auto;
    padding: 0;
    font-family: 'Bree Serif', sans-serif;
}

h3{
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
}

.custom-font{
    font-family: 'Bree Serif', serif;
}

.btn, .button {
    text-transform: uppercase;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
}

.btn:hover, .btn:focus, .btn.focus{
    color: #fff;
}

.btn a{
    text-decoration: none;
    color: #fff !important;
}

.btn a:hover, .btn a:focus{
    text-decoration: none;
    color: #ddd !important;
}

.btn .icon{
    margin-left: 10px;
    font-size: 16px !important;
}

.btn .icon.icon-chevron-with-circle-left{
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.btn .icon.icon-text-document, .btn .icon.icon-download{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.btn:hover, .btn a:hover {
    color: #fff !important;
    box-shadow: 0 0 12px rgba(65, 65, 65, 0.67);
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    tecolor: #ffffff !important;
}

.glyphicon.glyphicon-chevron-up {
    color: #ffffff;
}

span.phone-icon {
    margin-left: 5px;
}

/* - - - - - - - - - - DEFAULT OVERRIDES  - - - - - - - - - - */
.product-grid .short_desc {
    max-height: 0;
    min-height: 0;
}

.product-grid{
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    background: #f2f2f2;
    padding-bottom: 20px;
}

.product-grid .img {
    width: 100% !important;
    padding: 20px 0;
    margin: 0 auto 20px auto !important;
    height: 190px !important;
    line-height: 145px !important;
    background: #fff;
    overflow: hidden;
}

.margin-cart{
    margin-top: 10px;
}

.product-grid .title{
    margin: 0 10% 20px 10%;
    max-width: 80%;
}

/* - - - - - TOP NAV - - - - - */
.top .navbar{
    background: #333;
}

.top .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 19px;
}

.top ul.nav.navbar-nav {
    width: auto !important;
    justify-content: space-between;
    display: flex;
}

.top .navbar-brand {
    color: #999 !important;
}

.top .navbar-brand, .top .navbar-nav > li > a, .top .nav > li > a {
    text-shadow: 0 0 0 rgba(0,0,0,.0);
    color: #ccc !important ;
}

.top .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #333;
    color:#ccc;
}

.top .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #333;
    border-color: #337ab7;
}

.top .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ffe8e8efff8', GradientType=0);
    background-repeat: repeat-x;
}

.top .navbar-toggle {
    background-color: transparent;
    border: 1px solid #ccc;
}

.top .navbar-right{
    padding: 15px 20px;
    background: #ccc;
}

.top .icon-bar{
    background: #ccc;
}

.top .icon-facebook {
    margin: 0 10px;
}

.top .icon-facebook::before, .top .icon-twitter::before{
    top:5px;
}

.top .icon-info-with-circle {
    margin: 0;
}

.top .cart {
    float: right;
}

.top .account {
    float: left;
    margin: 0 20px 0 0;
}

.top .icon-shopping-bag::before {
    font-size: 20px;
    margin: 0 10px 0 20px;
    top: 0;
}

.top .background {
    margin: 0 10px 0 0;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    width: 25px;
    height: 25px;
}

.search{
    margin-top: 20px;
}

.search form{
    height: 50px;
    overflow: hidden;
}

.search button{
    height: 50px;
    background: #ddd;
    border:1px solid #ddd;
    margin: 0;
    padding: 0 15px;
}

.search input{
    border: 1px solid #ddd;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
}

.language{
    margin-left: 20px;
}

/* - - - - - NAVBAR - - - - - */
#menu {
    background: #fff !important;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0;
    margin-top: 5px;
}

#menu .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #333;
    background-image: inherit;
    background-color: inherit;
    -webkit-box-shadow: inherit;
}

#menu .navbar-static{
    background: #fff !important;
}

.dropdown-menu-large .dropdown-header h3{
    margin-bottom: 15px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.navbar-toggle{
    background: #ccc;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
    color: #333;
}

@media (max-width: 992px) {
    .navbar{
        font-size: 12px;
    }

    .navbar .icon{
        display: none;
    }

    .nav > li > a {
        padding: 15px 10px;
    }
}

/* - - - - - - - - - - BREADCRUMBS STYLING - - - - - - - - - - */
.breadcrumbs {
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: hidden;
    width: 100%;
}

.breadcrumb-line {
    border-bottom: 1px solid #ddd;
}

.breadcrumbs-cart{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: hidden;
    width: 100%;
}

.breadcrumbs a, .breadcrumbs-cart a {
    color: #555;
    text-decoration: none;
}

.breadcrumbs .icon, .breadcrumbs-cart .icon {
    color: #bbb;
}

/* - - - - - CONTENT - - - - - */

.banner img{
    width: 100%;
}

.openinghours table, .contact table{
    width: 100%;
}

.openinghours table td, .contact table td{
    width: 50%;
    padding: 5px 0 0 0;
}

.icon-chat{
    font-size:140px;
    margin: 20px 0 0 0;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.panel-collapse{
    margin-bottom: 20px;
}

.product-detail .img {
    margin: 40px auto;
    height: 300px;
    overflow: hidden;
    line-height: 300px;
}

.product-detail .img img, .price-request .img img {
    max-height: 300px;
    max-width: 80%;
}

.product-detail .thumb img {
    max-height: 75px;
    width: 75px;
    margin: 0 5px;
}

.nav-pills > li {
    float: none;
    display: inline-block;
}

.nav-pills > li > a {
    border-radius: 0 !important;
    padding: 0 !important;
}

.nav-pills > li + li {
    margin-left: 0 !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background-color: transparent !important;
}
/* - - - - - FOOTER - - - - - */
footer{
    font-size: 14px;
    margin: 40px 0 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 2px solid #ddd;
    text-align: center;
}

footer .icon{
    font-size:50px;
}