.retrie-letter ul, .retrie-map .map-federal ul, .map-filter ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.retrie-letter {
    margin-bottom: 20px;
}

    .retrie-letter ul {
        *zoom: 1;
    }

        .retrie-letter ul:after {
            content: "";
            display: table;
            clear: both;
        }

        .retrie-letter ul.letterNav {
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 0;
            border-bottom: 2px solid #c1881e;
        }

            .retrie-letter ul.letterNav li {
                margin-right: 2.5px;
                margin-bottom: 10px;
                float: none;
            }

                .retrie-letter ul.letterNav li:first-child a {
                    background-color: #c1881e !important;
                    color: #fff !important;
                }

            .retrie-letter ul.letterNav a {
                display: block !important;
                width: 35px !important;
                height: 35px !important;
                text-align: center;
                line-height: 35px !important;
                font-size: 24px !important;
                box-shadow: none !important;
                border-color: transparent !important;
                border-width: 2px !important;
                font-family: Georgia,Arial,"Times New Roman",Time;
                color: #c1881e;
                text-decoration: none !important;
            }

                .retrie-letter ul.letterNav a:hover {
                    color: #cca876 !important;
                    border-color: #cca876 !important;
                }

    .retrie-letter .letterList .item {
        border-top: 2px solid #cca876;
        position: relative;
        padding: 15px 0 0 60px;
    }

        .retrie-letter .letterList .item:before {
            content: attr(name);
            font-size: 45px;
            text-align: center;
            color: #fff;
            width: 50px;
            z-index: 100;
            font-family: Georgia,Arial,"Times New Roman",Time;
            background-color: #cca876;
            position: absolute;
            top: -2px;
            left: 0;
            border-radius: 0 0 10px 10px;
        }

        .retrie-letter .letterList .item li {
            margin-bottom: 10px;
        }

        .retrie-letter .letterList .item .title {
            margin-bottom: 5px;
        }

            .retrie-letter .letterList .item .title a {
                margin-bottom: 10px;
                color: #333;
                font-size: 24px;
                font-weight: 400;
            }
            .retrie-letter .letterList .item .title small {
                 display:block;
                margin: 8px 0 0;
            }

        .retrie-letter .letterList .item.item-federal {
            display: none;
            border: none;
        }

            .retrie-letter .letterList .item.item-federal:before {
                display: none;
            }

    .retrie-letter .letterList a {
        font-family:  Verdana, Arial,"Times New Roman",Time;
        font-size: 14px;
        color: #666;
        display: block;
        margin-bottom: 2px;
    }
.retrie-letter .letterList a:hover{  color:#bd8621;}

    .retrie-letter .letterList > a {
        padding-top: 50px;
        margin-top: -50px;
        position: relative;
        z-index: -99999;
    }

body {
    background: #fff;
}

.banner-index {
    font-family: Georgia, Kokila, "Segoe UI", Tahoma, verdana;
    padding-top: 80px;
    background-image: url("../Images/elaw-home-banner.jpg");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: cover;
    background-color: transparent;
    height: 400px;
    color: #fff;
    margin-bottom: 20px;
}

    .banner-index h2 {
        color: #ba925a;
        text-transform: uppercase;
        margin-bottom: 40px;
        font-size: 44px;
        font-weight: 700;
    }

        .banner-index h2 span {
            font-size: 48px;
            color: #fb7878;
        }

        .banner-index h2 + p {
            max-width: 480px;
            display: inline-block;
            line-height: 32px;
            font-size: 18px;
        }

            .banner-index h2 + p .space {
                display: inline-block;
                width: 180px;
            }

    .banner-index .right img {
        position: relative;
        top: 15px;
    }

.retrie-map {
    position: relative;
    margin-bottom: 20px;
}

    .retrie-map .map-federal {
        background: #cca876;
        padding: 0 5px;
        overflow: hidden;
        width: 245px;
        margin-bottom: 15px;
        border-radius: 4px;
        *zoom: 1;
    }

        .retrie-map .map-federal:after {
            content: "";
            display: table;
            clear: both;
        }

        .retrie-map .map-federal h4 {
            text-align: center;
        }

            .retrie-map .map-federal h4 a {
                color: #fff;
            }

        .retrie-map .map-federal ul li {
            margin-bottom: 5px;
        }

            .retrie-map .map-federal ul li a {
                display: block;
                background: #fff;
                color: #333;
                padding: 5px 10px;
                font-size: 13px;
            }

                .retrie-map .map-federal ul li a:hover {
                    background: #5386bd;
                    color: #fff;
                }

        .retrie-map .map-federal.red {
            background: #db4d4d;
        }

            .retrie-map .map-federal.red a:hover {
                background: #db4d4d;
                color: #fff;
            }

    .retrie-map .map-federal-map {
        width: 100%;
    }

        .retrie-map .map-federal-map .map-svg {
            position: relative;
            padding-top: 68%;
        }

            .retrie-map .map-federal-map .map-svg svg {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
            }

.map-filter {
    text-align: center;
    position: relative;
    z-index: 100;
}

    .map-filter ul {
        text-align: left;
        display: inline-block;
        margin-bottom: 10px;
        padding-top: 10px;
    }

        .map-filter ul li {
            white-space: nowrap;
            font-size: 12px;
            color: #555;
            margin-bottom: 10px;
            margin-left: 10px;
            margin-right: 10px;
            display: inline-block;
        }

        .map-filter ul label:hover {
            color: #d55052;
        }

        .map-filter ul label .iconfont {
            background: #e5e5e5 !important;
            border: none !important;
            color: #e5e5e5 !important;
            position: relative;
            top: -1px;
        }

            .map-filter ul label .iconfont:before {
                opacity: 0;
            }

body > .letter-container {
    display: none;
}

    body > .letter-container + #letter-display {
        display: none;
    }

#container-content {
    position: relative;
}

.laws-search-box {
    margin: 50px auto 50px;
    max-width: 960px;
}

    .laws-search-box > .title {
        margin-bottom: 30px;
        color: #db4d4d;
    }

    .laws-search-box .item input, .laws-search-box .item select {
        width: 100%;
        height: 49px;
        border: #ba925a 1px solid !important;
        padding: 0 5px;
        font-size: 16px;
        color: #ba925a; border-right:none !important;
    }

        .laws-search-box .item input:focus, .laws-search-box .item select:focus {
            outline-color: #ba925a;
        }

    .laws-search-box .item.search-btn {
        width: 120px;
    }

    .laws-search-box .item.search-map a {
        font-size: 16px;
        padding: 0 20px;
        color: #c1881e;
        text-decoration: underline;
    }

        .laws-search-box .item.search-map a .iconfont {
            font-size: 18px;
        }

    .laws-search-box .item input[type="submit"] {
        height: 50px;
        background-color: #ba925a;
        color: #fff;
        font-size: 18px;
        font-family: Georgia,Arial,"Times New Roman",Time;
        text-transform: uppercase;
        position: relative;
        top: 1px;
        border-radius: 0 5px 5px 0;
        border-style: solid;
        border-width: 1px;
        border-color: #ba925a;
    }

        .laws-search-box .item input[type="submit"]:focus {
            outline-color: #ba925a;
        }

    .laws-search-box .item:first-child input {
        padding: 0 15px;
        border-radius: 5px 0 0 5px;
        border-right: none;
    }

    .laws-search-box .item:nth-child(2) select {
        border-radius: 0;
        border-left-color: #ccc;
    }

    .laws-search-box .item:nth-child(3) {
        max-width: 245px;
    }

        .laws-search-box .item:nth-child(3) select {
            border-radius: 0;
            border-left: none;
            border-right: none;
        }

.lawBlock-title {
    font-size: 30px;
    margin: 45px auto;
    font-family: Georgia,Arial,"Times New Roman",Time;
    text-transform: uppercase;
    color: #c1881e;
}

.law-update-list {
    /*margin: 0 -15px 20px;*/
}

    .law-update-list li {
        margin-bottom: 10px;  display:block; line-height:30px;
    }

    .law-update-list a {
        color: #333;
        font-size: 17px;
    }

.why-our-codify{ 
    border-top:1px solid #cfcfcf;
     background: linear-gradient(to bottom, #f9f9f9 0%,#fff 100%);
     margin:50px 0;
     padding:50px 0 20px;
} 
.index-title02{  
    color:#c1881e;
    font-size:30px;
        font-family: Georgia,Arial,"Times New Roman",Time;
}
.codify-top-text p{
    font-size:17px; 
    line-height:1.4;
    margin-top:10px;
}
.codify-block{ 
    padding:30px;
    border:1px solid #ededed; 
    border-bottom:4px solid #c18833;
    background:#fff;
    margin-top:40px;
}
.codify-block:hover{    border:1px solid #c18833; }
.codify-block h4{ font-size:26px; margin: 0 0 20px;}
.codify-block i{ font-size:60px;}
.codify-block p{ font-size:16px; margin:20px 0;}

.index-codify-form{border:1px solid #c18833; 
                   padding:30px;
                   margin-bottom:70px;
}
.index-codify-form input, .index-codify-form select{ border-radius:0 0 0 0;}
.index-codify-form h4{ font-size:20px;  margin-bottom:40px;}





/* reset bootstrap css */
.btn-primary {
    background-color: #c18833;
    border-color: #c18833;
    border-radius: 0 0 0 0;
}
/* reset bootstrap css end */

@media (min-width: 640px) {
    .retrie-letter .letterList .item li {
        min-height: 165px;
    }
}

@media (max-width: 1100px) {
    .retrie-letter .letterList .item.item-federal {
        display: block;
    }
}

@media (max-width: 992px) {
    .banner-index h2 {
        font-size: 34px;
        line-height: normal;
    }

        .banner-index h2 > span {
            font-size: 36px;
        }

        .banner-index h2 + p .space {
            width: 50px;
        }
}

@media (max-width: 968px) {
    .banner-index {
        height: 270px;
        margin-bottom: 20px;
        padding: 30px 15px 0;
    }

        .banner-index h2 + p .space {
            display: none;
        }

        .banner-index .left {
            text-align: center;
        }

        .banner-index .right {
            display: none;
        }
}

@media (max-width: 640px) {
    .retrie-letter .letterList .item li {
        width: 100%;
    }

    .letterTag .letterNav {
        display: none;
    }

    #letter-display {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background: rgba(0,0,0,0.4);
        border-radius: 5px;
        margin: -26px 0 0 -50px;
        z-index: 100;
        text-align: center;
        font-size: 40px;
        color: #fff;
        display: none;
    }

    body.menu-open > .letter-container {
        opacity: 0;
    }

    body > .letter-container {
        position: fixed;
        top: 50px;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.12);
        display: block;
        transition: all linear .2s;
    }

        body > .letter-container .dis-table {
            height: 100%;
        }

        body > .letter-container .letterNav {
            display: inline-block;
            text-align: center;
            padding: 0;
            margin: 0;
            list-style: none;
            height: auto;
        }

            body > .letter-container .letterNav li {
                display: block;
            }

            body > .letter-container .letterNav a {
                font-weight: 700;
                display: block;
                color: #555;
                padding: 2px 6px;
                text-decoration: none !important;
                -moz-transition: all .1s linear;
                -o-transition: all .1s linear;
                -webkit-transition: all .1s linear;
                transition: all .1s linear;
            }

                body > .letter-container .letterNav a.active, body > .letter-container .letterNav a.activated {
                    background-color: #999;
                    background-image: none;
                    color: #fff;
                }

        body > .letter-container.active {
            background: rgba(0,0,0,0.1);
        }

            body > .letter-container.active + #letter-display {
                display: block;
            }
}

@media (max-width: 560px) {
    .banner-index {
        height: 230px;
    }

        .banner-index h2 {
            margin-top: 0;
            font-size: 28px;
            margin-bottom: 10px;
        }

            .banner-index h2 > span {
                font-size: 28px;
            }

            .banner-index h2 + p {
                line-height: 28px;
                font-size: 16px;
            }
}

@media (max-width: 480px) {
    .banner-index h2 + p {
        line-height: 24px;
        font-size: 15px;
    }

    footer .top .media-focus a {
        display: block;
    }
}
/*# sourceMappingURL=site_index.css.map */
