.ul-reset {
    padding: 0;
    margin: 0;
    list-style: none;
}
.codify-inner-page{     
    min-height: 600px;
    font-family: Georgia;
    background: #fff;
    padding: 40px;
    font-size: 16px;
    border: 1px solid #ddd;
            color: #000;

}
.codify-inner-page h1{
    border-bottom: 1px solid #333;
    padding: 0px 0 20px;
    text-align: center;
    font-weight: bold;
}
.codify-inner-page p{
        line-height: 1.9;
    text-align: center;
}

/* locallist page */
.codification-block{
       background: url("../Images/bg-codification.jpg") center top no-repeat;
       min-height:520px;
}
.locallist-title01{ font-size:50px; font-weight:bold;
                    color:#666;  text-align:center;     margin: 1.5em 0 1em;
}
.codification-block li{ font-size:40px;
                        color:#c1881e; font-weight:bold;
                        padding:15px 0;
}
.proven-team-block{ border-top:1px solid #ddd;
                    background: linear-gradient(to bottom, #f9f9f9 0%,#fff 100%);
}
.proven-team-block h3{ 
    font-size:40px; 
    color:#c1881e; 
    font-weight:bold;
}
.proven-team-block  ul{ margin-bottom:5em;}
    .proven-team-block li {
     font-size:25px;
     color:#000;
     padding:10px 0;
    }
     .proven-team-block li:last-child{ list-style-type:none;}
      .proven-team-block li a{ border:1px solid #c1881e; color:#c1881e;  background:#fff; padding:3px 50px; text-decoration:none;}
      .proven-team-block li a:hover{color:#fff;  background:#c1881e; text-decoration:none;}
      .proven-team-block li i{font-size:25px;}

@media (max-width: 768px) {
    .codification-block{     min-height: 450px;}
    .locallist-title01{ font-size:40px;}
   .codification-block li{ font-size:20px;}
   .proven-team-block h3{ font-size:30px;}
   .proven-team-block li{ font-size:22px;}
}


/*  cited */
.cited-block{ }
.cited-block textarea{ 
       border: 0;
    resize: none;
    outline: 0;
    line-height: 1.4;
    z-index: 3;
    color: #333;
    min-height: 230px;
    background: #fff;
    width: 100%;
}
.cited-right-block{ width: 100%;
    background: #f0f0f0;
    margin: 20px 0 0;
    height: 250px;
    overflow-y: auto;
    padding: 10px;
    line-height: 1.4;}
.cited-block .btn-primary{     color: #fff;
    background-color: #ba925a;
    border-color: #ba925a; padding:6px 20px;}
#t-height{  background:#fff;  border: 1px solid #dedede; padding:10px; margin-top:20px;}

.navbar .navbar-nav > li > a span.name, .mainContent > .navbar-collapse .navbar-nav a span.name {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ /*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}
/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}
/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */

a {
    background: transparent;
}

    a:active, a:hover {
        outline: 0;
    }
/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}
/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}
/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.align-top {
    vertical-align: top;
}

.align-mid {
    vertical-align: middle;
}

.align-bot {
    vertical-align: bottom;
}

.dis-table, .dis-table-col {
    display: table;
    width: 100%;
}

    .dis-table > *, .dis-table-col > * {
        display: table-cell;
        float: none;
    }

.dis-td, .dis-tbody > *, .dis-thead > * {
    display: table-cell;
}

.dis-thead {
    display: table-header-group;
}

.dis-tbody {
    display: table-row-group;
}

.form-check label {
    cursor: pointer;
}

    .form-check label:hover input[type='checkbox'] + .iconfont, .form-check label:hover input[type='radio'] + .iconfont {
        border-color: #d55052;
        color: #eee;
        background: #f2f2f2;
    }

.form-check input[type='checkbox'], .form-check input[type='radio'] {
    display: none;
}

    .form-check input[type='checkbox'] + .iconfont, .form-check input[type='radio'] + .iconfont {
        display: inline-block;
        border: 1px solid #bcbcbc;
        color: #fff;
        font-weight: 100;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        transition: all linear .1s;
    }

    .form-check input[type='checkbox']:checked + .iconfont, .form-check input[type='radio']:checked + .iconfont {
        background: #d55052 !important;
        border-color: #d55052 !important;
        color: #fff !important;
    }

    .form-check input[type='checkbox'] + .iconfont {
        border-radius: 50%;
    }

    .form-check input[type='radio'] + .iconfont {
        border-radius: 50%;
    }

input.err, select.err, textarea.err {
    outline: -webkit-focus-ring-color auto 5px;
    outline-color: #db4d4d !important;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    -webkit-user-select: initial !important;
    -webkit-user-drag: initial !important;
}

    body.menu-open {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

body, a, ul {
    font-family: Arial,"Times New Roman","Segoe UI",Tahoma,sans-serif;
}

.navbar {
    border-radius: 0;
}

    .navbar > .container-fluid {
        max-width: 1200px;
    }

        .navbar > .container-fluid .navbar-brand {
            padding: 20px 0 0 15px;
            float: none;
            display: inline-block;
            vertical-align: top;
        }

            .navbar > .container-fluid .navbar-brand + sub {
                color: #fff;
                font-size: 12px;
                font-weight: 600;
                display: inline-block;
                -moz-transform: scale(0.9);
                -ms-transform: scale(0.9);
                -o-transform: scale(0.9);
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
            }

    .navbar .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: 18px;
        color: #555;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .navbar .navbar-nav > li > a .iconfont {
            display: inline-block;
            margin-top: -2px;
            position: relative;
            top: 1px;
        }

            .navbar .navbar-nav > li > a .iconfont.icon-portrait {
                font-size: 20px;
                margin-right: 5px;
            }

        .navbar .navbar-nav > li > a span.name {
            display: inline-block;
            max-width: 120px;
            vertical-align: top;
        }

        .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
            color: #ba925a;
            outline: none;
        }

    .navbar .navbar-nav > li.open > a {
        background-color: #f5f5f5 !important;
        color: #ba925a !important;
    }

.elaws-header {
    height: 80px;
    background-color: #fff;
}

    .elaws-header .navbar {
        background-color: #fff;
        border-color: #ddd;
    }

    .elaws-header .navbar-toggle {
        background: none !important;
        border: none !important;
        top: 0 !important;
    }

        .elaws-header .navbar-toggle:hover .icon-bar {
            background: #ba925a !important;
            opacity: 1;
        }

        .elaws-header .navbar-toggle .icon-bar {
            width: 24px;
            height: 3px;
            border-radius: 0;
            background: #333;
            opacity: .8;
            position: relative;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            transition: all .2s linear;
        }

            .elaws-header .navbar-toggle .icon-bar:first-child {
                top: 7px;
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .elaws-header .navbar-toggle .icon-bar:nth-child(2) {
                display: none;
            }

            .elaws-header .navbar-toggle .icon-bar:last-child {
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .elaws-header .navbar-toggle.collapsed .icon-bar {
            display: block;
            top: 0;
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

    .elaws-header .dropdown-menu a {
        padding: 6px 20px;
        border-bottom: 1px solid #eee;
    }

        .elaws-header .dropdown-menu a:hover {
            color: #ba925a;
        }

    .elaws-header .dropdown-menu li:last-child a {
        border-bottom: none;
    }

.mainContent {
    min-height: 100%;
    padding: 80px 0 199px;
    margin: -80px 0 -199px;
    -moz-transition: -moz-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
}

    .mainContent.slide-left {
        -moz-transform: translate3d(-240px, 0, 0);
        -ms-transform: translate3d(-240px, 0, 0);
        -o-transform: translate3d(-240px, 0, 0);
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }

    .mainContent > .cover {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.3);
        cursor: pointer;
    }

    .mainContent > .navbar-collapse {
        position: absolute;
        top: 51px;
        bottom: 0;
        left: 100%;
        width: 240px;
        background: #2e2e2e;
        overflow-y: auto;
        border: none;
        box-shadow: none;
        z-index: 100;
        -moz-transition: -moz-transform .2s linear;
        -o-transition: -o-transform .2s linear;
        -webkit-transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
    }

        .mainContent > .navbar-collapse .navbar-nav {
            margin: 0;
        }

            .mainContent > .navbar-collapse .navbar-nav a {
                text-transform: uppercase;
                color: #9d9d9d;
            }

                .mainContent > .navbar-collapse .navbar-nav a:hover, .mainContent > .navbar-collapse .navbar-nav a:focus {
                    color: #fff;
                    background: #111;
                }

                .mainContent > .navbar-collapse .navbar-nav a .iconfont {
                    display: inline-block;
                    margin-top: -2px;
                    position: relative;
                    top: 1px;
                }

                    .mainContent > .navbar-collapse .navbar-nav a .iconfont.icon-portrait {
                        font-size: 20px;
                        margin-right: 5px;
                    }

                .mainContent > .navbar-collapse .navbar-nav a span.name {
                    display: inline-block;
                    max-width: 120px;
                    vertical-align: top;
                }

            .mainContent > .navbar-collapse .navbar-nav li {
                border-bottom: 1px solid #131212;
                border-top: 1px solid #0d0d0d;
            }

                .mainContent > .navbar-collapse .navbar-nav li:last-child .iconfont {
                    top: 2px;
                }

        .mainContent > .navbar-collapse .dropdown > a {
            background: #111;
            color: #fff;
        }

        .mainContent > .navbar-collapse .dropdown-menu {
            /*display: block;*/
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
        }

            .mainContent > .navbar-collapse .dropdown-menu a {
                padding: 8px 20px 8px 43px !important;
                white-space: normal;
                line-height: 24px;
            }

footer {
    font-family: Arial,"Times New Roman","Segoe UI",Tahoma,sans-serif;
    background: #f5f5f5;
}
 footer h5 {
     font-size:16px;
    }
    footer a {
        color: #333;

        display: inline-block;
    }

        footer a:hover {
            color: #23527c !important;
        }


    footer .bot {
        background: #222;
        padding: 10px;
    }

        footer .bot a {
        color: #eee;
    padding: 15px;
    font-size: 16px;
        }

    footer .Copyright {
        padding: 5px;
        color: #999;
    }

    footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
        *zoom: 1;
    }

        footer ul:after {
            content: "";
            display: table;
            clear: both;
        }

        footer ul.qrCode {
            white-space: nowrap;
        }

            footer ul.qrCode li {
                display: inline-block;
            }

    footer hr {
        margin: 5px auto;
        border-color: #e5e5e5;
    }



    footer .top {
        padding: 15px;
    }

        footer .top .media-focus a {
            font-size: 14px;
            margin: 0 90px 10px 0;
            background: none;
            *zoom: 1;
        }

            footer .top .media-focus a:after {
                content: "";
                display: table;
                clear: both;
            }

            footer .top .media-focus a > span {
                display: inline-block;
                vertical-align: middle;
            }

            footer .top .media-focus a .iconfont {
                display: inline-block;
                font-size: 40px;
                vertical-align: middle;
                margin-right: 5px;
                line-height: 40px;
                height: 40px;
                background: #fff;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }

                footer .top .media-focus a .iconfont.icon-twitter {
                    color: #00acfa;
                }

                footer .top .media-focus a .iconfont.icon-facebook {
                    color: #1d59a0;
                }

                footer .top .media-focus a .iconfont.icon-google {
                    color: #d42427;
                }

            footer .top .media-focus a:hover {
                text-underline: none;
            }

        footer .top .media-focus .footergray {
            display: block;
            color: #595959;
        }

@media (max-width: 400px) {
    footer ul.qrCode li {
        display: block;
        margin-bottom: 10px;
    }

        footer ul.qrCode li:last-child {
            margin-bottom: 0;
        }
}
/*# sourceMappingURL=site_layout.css.map */
