body{
    background-color: #ffffff;
}

.container{
    width: 1026px;
}

.header{
    margin-top: 50px;
}

.header .logo{
    margin-top: 60px;

}

.header .logo a{
    color: #8e3837;
    font-size: 28px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 3px;
}

.header .logo a:hover{
    text-decoration: underline;
}

.header .logo a span{
    font-size: 50px;
}

.header .nav-tabs > li > a {
    border: none;
    border-radius: 0px;
    color: #8b898a;
    text-transform: uppercase;
}

.header .nav-tabs {
    border-bottom: none;
}

.header .nav > li.selected > a {
    background-color: #EEEEEE;
    text-decoration: none;
}


.phone{
    color: #bfbfbf;
    text-align: right;
    padding-bottom: 0px;
}

.phone span{
    color: #606060;
    font-size: 25px;
}

.error{
    color: red;
    font-style: italic;
    font-size: 12px;
}

.banner{
    width: 894px;
    margin: 0 auto;
}

.content{
    min-height: 450px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.content p{
    text-align: justify;
}

.content h1{
    color: #ac060a;
    font-size: 30px;
}

.contuct{
    margin-bottom: 35px;
}

.contuct-form{
    width: 450px;
}

.contuct-map{}

.footer{
    background-color: #eeeeee;
    height: 195px;
    padding-top: 20px;
}

.footer .phone{
    text-align: left;
}

.footer .nav-tabs > li > a {
    border: none;
    border-radius: 0px;
    color: #8b898a;
    text-decoration: underline;
}

.footer .nav-tabs {
    border-bottom: none;
    margin-bottom: 0px;
}

.footer .nav > li.selected > a {
    text-decoration: none;
}


.footer .pull-left{
    margin: 0px 0px 0px 14px;
}
.footer .pull-right{
    width: 350px;
    color: #696969;
}

/*Gallery style*/
.gal{
    margin-left: 30px;   
    margin-top: 20px;
}

.gal-pic{
    padding: 10px;
    box-shadow: 0 0 6px rgba(0,0,0,5);
    display:block; 
    float:left;
    margin-right: 14px;
    margin-bottom: 14px;
}

.gal-pic:hover{
        box-shadow: 0 0 15px rgba(0,0,0,5);
}

.gal-photo{
    padding: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,5);    
    display:block; 
    float:left;
    margin-right: 8px;
    margin-bottom: 10px;
}

.gal-photo:hover{
    box-shadow: 0 0 5px rgba(0,0,0,5);
}
/*End ---*/