﻿body {
}

/* ============================= */
/*     Headings and colours      */
/* ============================= */


/* Standard headings */

.main h1,
.main h2 {
    font-size: 36px;
}

.footer .widget .widget-title,
.accordion .panel .panel-heading .panel-title a {
    font-size: 28px;
}



.sub-heading,
.product-panel .product-title {
    font-size: 16px;
}

.text-strike {
    text-decoration: line-through;
}

/* ============================= */


/* ============================= */
/*              Tabs             */
/* ============================= */

.nav-tabs {
    margin-bottom: 0;
}

.tab-content {
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    padding: 15px 10px;
}

@media (min-width: 768px) {
    .tab-content {
        padding: 35px;
    }
}

/* ============================= */


/* ============================= */
/*           Product List        */
/* ============================= */

.product.product-list .product-content {
    display: block;
    padding-right: 10px;
}

.product-list .product-title {
    font-size: 18px;
}

.product-list .inner-content .product-title,
.product-list .inner-content .product-content {
    margin-left: 20px;
    margin-right: 20px;
}

.product-text {
    color: #777;
}

@media (min-width: 768px) {
    .product-list.relative > .btn {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 768px) {
    .product-list.relative > .btn {
        display: none;
    }

    .product-list .product-title {
        margin: 15px 10px;
    }

    .product.product-list .product-content {
        padding: 10px;
    }
}

/* ============================= */


/* ============================= */
/*        Product Container      */
/* ============================= */

.product-panel .product-title {
    margin: 15px 0;
}

.product-panel .product-title > a {
    color: white;
}

/* ============================= */


/* ============================= */
/*            Portfolio          */
/* ============================= */

.portfolio-text {
    font-size: 12px;
    color: #9e9e9e;
}

#portfolio-filter li a,
.portfolio-filter li a {
    text-transform: none;
}

/* ============================= */


/* ============================= */
/*            Services           */
/* ============================= */

.service.service-box.service-icon-top {
    margin-top: 25px;
}

.service.service-box.service-icon-top {
    background-color: white;
    color: #333;
}

.service.service-box.service-icon-top .service-title {
    color: #333;
}

.service.service-border .icon-bg {
    background-color: #ddd;
}

.service-box.service-icon-top:hover,
.service-box.service-icon-top:hover .service-title,
.service-box.service-icon-top:hover .service-title > a {
    color: white;
}

/* ============================= */
/*             Bg Image          */
/* ============================= */

.page-part .bg-image:not(.has-caption) {
    min-height: 300px;
}

.page-part .bg-image .caption {
    background-color: rgba(0, 0, 0, .5);
    padding: 50px 30px;
}

.page-part .bg-image .caption,
.page-part .bg-image h3 {
    color: #fff;
}

/*.page-part .bg-image .title-border {
    border-color: #fff;
}*/

.callout {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .page-part .bg-image .caption {
        max-width: 500px;
    }

    .page-part .bg-image.has-height > .container {
    }

        .page-part .bg-image.has-height > .container > .caption {
        }
}

/* ============================= */

/* ============================= */
/* ============================= */
/*            Member          */
/* ============================= */
.member > p {
    margin-bottom: 8px;
}

.member .member-title small {
    color: #888;
    float: none;
    display: block;
    padding-top: 5px;
    padding-left: 0;
}

/* ============================= */


/* ============================= */
/*             Contact           */
/* ============================= */

.contact-box {
    position: relative
}

.contact-box > .cta {
    margin-bottom: 0;
}

.contact-box-coords {
    margin-bottom: 15px;
}

/* ============================= */


/* ============================= */
/*           Thumbnails          */
/* ============================= */

.thumbnail > .caption > p:last-child,
.well p:last-child {
    margin-bottom: 0;
}

/* ============================= */


/* ============================= */
/*             Wells             */
/* ============================= */

.well {
    border-radius: 0;
    border: 0;
}

.well.dark {
    color: #fff;
    background-color: #171717;
}

.well.custom,
.well.custom h3,
.well.custom h3 > a {
    color: #fff !important;
}

/* ============================= */


/* ============================= */
/*          Typography           */
/* ============================= */

.bg-dark blockquote p,
.bg-medium-dark blockquote p {
    color: #333;
}

.pagepart-content ul {
    list-style-type: square;
}

.pagepart-content ol {
    list-style-type: upper-roman;
}

.pagepart-content ul > li,
.pagepart-content ol > li {
    margin-left: 20px;
}

/* ============================= */
/* ============================= */
/*            Search             */
/* ============================= */
.search {
}
.search + .search {
    border-top: 1px solid #ddd;
    margin-top: 25px;
    padding-top: 25px;
}

.calc-price {
    background-color: #00adef;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    font-weight: bold;
}

.term {
    background-color: yellow;
}