﻿body {
    color: #4e4e50; 
}

.navbar {
    margin-bottom: 0;
}

nav .navbar-nav {
    letter-spacing: 1px;
}

    nav .navbar-nav li a {
        font-weight: 600;
    }

.section.grey {
    background-color: #FFF;
    padding-bottom: 20px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

#sidebar h2 {
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
}

#sidebar ul li {
    line-height: 1.6em;
}

#main .block header h2 {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase; 
    padding-bottom: 0.2em;
}

#main .block header h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #14326E;
    padding-bottom: 0.2em;
}

.fill {
    width: 100%;
}

.avatar {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.03);
    background-color: #fff;
}

.price {
    color: #C7000B;
} 

.bot-list {
    padding-top: 1em;
}

    .bot-list .bot {
        margin-bottom: 1em;
        min-height: 7em;
    }

        .bot-list .bot h2 {
            font-size: 16px;
            font-weight: 600;
            margin-top: 0;
            margin-bottom: 0.25em;
            color: #14326E;
            font-family:Arial;
        }

            .bot-list .bot h2 a {
                color: #14326E;
                font-family:Arial;
            }

        .bot-list .bot p.category {
            color: #595957;
            font-size: 14px;
            font-family:Arial;
        }

footer {
    background-color: #ccc; 
}

   footer, footer a, footer h4 a {
        color:#898989;
    }

    footer .no-border {
        border: none;
    }

.copyright {
    margin-top:10px;
    text-align: center;
    line-height: 35px;
    background: #666666;
    font-weight: 500; 
    color: #222; text-shadow: 0px 2px 3px #555;
}

#u-footer h4 {
    font-size: .9em !important;
    font-weight: 500;
}

.footer-links {
    margin: 20px 0 10px;
    padding-left: 0;
}

    .footer-links li {
        list-style: none;
    }

    .footer-links a {
        color: #8c909e !important;
        font-size: 13px;
        font-weight: 100;
        text-decoration: none;
    }

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-15 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-10 {
    margin-top: 10px;
}


/* Carousel base class */
.carousel {
    height: 500px;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    height: 500px;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}

.carousel-control.right, 
.carousel-control.left{
    background-image:none !important;
}

/*import*/
.im .im-motto div {
    text-align: right;
    padding-bottom: 15px;
}

    .im .im-motto div em {
        color: #14326e;
        font-family: Arial;
        font-weight: bold;
    }

.im .im-tel {
    text-align: right;
}

    .im .im-tel span {
        color: #14326E;
        font-weight: bold;
        font-size: 16px;
    }

.about {
    width: 100%;
    max-width: 1600px;
}

/*detail*/
#detail header h4 {
    font-size: 18px;
    color: #14326E;
    margin-top: 0px;
}

#detail h6 {
    font-size: 14px;
    color: #14326E;
    margin-top: 10px;
}

#detail ul {
    margin-bottom: 20px;
}

    #detail ul li {
        padding-top: 5px;
        padding-right: 0px;
    }

.li-item {
    padding-right: 5px;
}

.order h3 {
    color: #14326E;
}

.service-h1 { 
    font-weight:600;
}

.service-h2 { 
    font-weight:500;
}

.service-h3 { 
    font-size:16px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #99CCFF !important;
}

.dropdown-menu {
    background-color: #14326e !important;
}

    .dropdown-menu li a {
        color: #ffffff !important;
    }

    .dropdown-menu > .active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #99CCFF !important;
    }

.box {
    border: 1px #ccc solid; 
    overflow: hidden;
    text-align: center;
    display: table;
    width: 220px;
    height: 220px;
}

    .box a {
        display: table-cell;
        vertical-align: middle;
        
    }

        .box a img { 
            margin: 0 auto;
            max-width: 218px;
            max-height: 218px;
        }

    * + html .box a {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        height: auto;
    }

        * + html .box a img {
            position: relative;
            top: -50%;
            left: -50%;
        }

        .footer-nav { 
           text-shadow: 0px 1px 0px #e5e5ee;
        }

        .footer-nav > h4 {
            padding-bottom: 35px;
        }

        .footer-nav > h4 > a{
            margin-left:2px;
            margin-right:16px;
        }

.product {
    font-family: Arial;
}
.product > .thumbnail > .caption{
    text-align:center;
    background:#f5f5f5;
    font-size:14px; 
}

.product > .thumbnail > .caption > h4 > a{
    font-size:17px;
    font-weight:700;
    color:#14326E;
}
 
.breadcrumb li a {
    color:#999;
}
.breadcrumb > .active{
    color:#999 !important;
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before
 {
    color:#14326E !important;
}
.carousel-indicators li {
    border: 1px solid #14326E;
}
.carousel-indicators .active {
    background-color: #14326E;
}

.required:after {
    position: absolute;
    top: 5px;
    display: inline-block;
    font-size: 18px;
    color: #d2322d;
    content: '*';
}