﻿        .footer-bg {
            /*background-image: url(../images/footer01.gif);*/
            /*background-color:#201110;*/
            /*height: 230px;*/
        }

        .footer-width {
            width: 1200px;
            margin: 0 auto;
            padding-top: 40px;
            padding-bottom:40px;
        }

                .footer-width1 {
            width: 1200px;
            margin: 0 auto;
            /*padding-top: 40px;
            padding-bottom:40px;*/
        }

        .col-sm-3 {
            width: 33.333%;
            float: left;
        }

        .col-sm-6 {
            width: 20%;
            float: left;
            text-align: center;
        }
        .col-sm-61 {
            width: 80%;
            float: left;
            text-align: center;
        }

        ul.company {
            /*padding-right: 20px;*/

        }

            ul.company li {
                color: white;
                margin-top: 7px;
                line-height: 110%;
            }

        ul.menu, .mr {
            width: 100%;
            margin: 0 auto;
        }

            ul.menu li {
                float: left;
                width: 49.9%;
            }

                ul.menu li a, ul.menu-r li a {
                    color: white;
                    padding: 10px 0;
                    display: block;
                    text-align: center;
                }

        .company .tel, .company .address, .company .mail, .company .time , .company .fax {
            /*background: url(../images/location01.png) no-repeat left top;*/
            /*padding: 2px 0 5px 35px;*/
            vertical-align: middle;
            text-align:left;
            margin:10px 0 10px 0;
        }
        .company .address {
            /*background: url(../images/location05.png) no-repeat left top;*/
        }

        .company .tel {
            /*background: url(../images/location02.png) no-repeat left top;*/
        }

        .company .mail {
            /*background: url(../images/location04.png) no-repeat left top;*/
        }
        .company .fax {
            /*background: url(../images/location03.png) no-repeat left top;*/
        }

        .bt-left {
            float: left;
            line-height:150%;
        }

        .bt-right {
            float: right;
            line-height:150%;
        }

            .bt-right a {
                margin-left: 5px;
                color: #f3eeac;
                font-size: 0.8em;
            }

        .col-mid-border {
            border-left: 1px solid #629c1f;
            border-right: 1px solid #629c1f;
        }


        @media only screen and (max-width:1280px ) {
            .footer-bg {
                /*height: auto;*/
            }

            .footer-width {
                width: 90%;
            }

                        .footer-width1 {
                width: 100%;
            }

            .col-mid-border {
                border: 0;
            }

            .col-sm-3 {
                width: 100%;
            }

            .col-xs-12 {
                width: 100%;
                float:none;
                margin-bottom:30px;
            }

            .col-xs-6 {

                /*width: 0;*/
            }
            ul.menu li a, ul.menu-r li a{
                text-align:left;
            }
            ul.menu, .mr {
                width: 100%;
                margin: 0 auto;
            }
        }
        @media only screen and (max-width:768px ) {

            .col-xxs-12{
                width:100%;
            }
            .col-sm-6{
                margin-bottom:20px;
                width:100%;
            }
            .menu-r li{
                width:50%;
                float:left;
            }
            .col-sm-6{
                text-align:left;
            }
            .col-sm-61{
                margin-bottom:20px;
                width:100%;
            }
                        .col-sm-61{
                text-align:left;
            }
        }