
* {
    margin: 0px;
    padding: 0px;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.header_wrap {
    width: 100%;
    height: 280px;
    position: relative;
    background: #ededeb;
    /*margin-bottom: 0px;
    padding-bottom: 0px;*/
}

.main_wrap {
    width: 100%;
    height: 100%;
    /*background: #ededeb;*/
    /*padding-top: 0px;
    margin-top: 0px;*/
}

.footer_wrap {
    width: 100%;
    height: 180px;
    background-color: #2f93c7;
    bottom: 0px;
}

.main {
    width: 960px;
    /*height: 100%;*/
    /*background: blue;*/
    margin: auto;
}

footer {
    width: 960px;
    height: 100%;
    background-color: #2f93c7;
    margin: auto;
}

.header_top_wrap {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 13px;
    left: 0px;
    background-color: #CCCCCC;
}

.header_bottom_wrap {
    width: 100%;
    height: 63px;
    /*background-image: url(bgline.png);*/
    background-color: #2f93c7;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*height: 100%;*/
    margin: auto;
}

.header_top {
    width: 960px;
    height: 100%;
    margin: auto;
}

.header_bottom {
    width: 960px;
    height: 100%;
    margin: auto;
}

.header_middle_wrap {
    width: 100%;
    height: 153px;
    position: absolute;
    top: 62px;
    left: 0px;
}

.header_middle {
    width: 960px;
    height: 100%;
    margin: auto;
}

.bottom_menu > li {
    display: inline-block;
}

.bottom_menu > a {
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
}

.bottom_menu > li > a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*text-shadow: 1px 1px #1268b1;*/
    margin-top: 7px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*background-image: url('bgline-black.jpg');*/
}

.bottom_menu > li:hover ul {
    display: block;
}

.bottom_menu > li:hover > a {
    background: #ededeb;
    color: #151716;
    /*background-image: url('bgline.png');*/
}



.submenu {
    position: absolute;
    width: 175px;
    /*height: 24px;*/
    background: #ededeb;
    list-style-type: none;
    /*border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/
    border-bottom-left-radius: 10px;
    display: none;
    /*overflow: hidden;*/
}

    .submenu > li {
        position: relative;
    }

        .submenu > li > a {
            display: block;
            width: 88%;
            height: 62px;
            line-height: 58px;
            color: #151716; /*border: 1px dashed #000000;*/
            text-decoration: none;
            padding-left: 29px;
            background: #ededeb;
        }

            .submenu > li > a:hover {
                color: #FFFFFF;
                background-color: #2f93c7;
            }

        .submenu > li:hover > a {
            color: #FFFFFF;
            background-color: #2f93c7;
        }

        .submenu > li:hover Ul {
            display: block !important;
        }

.n_submenu {
    display: none !important;
    top: 0px;
    right: -183px;
    overflow: hidden;
    border-radius: 10px;
}

.ww {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.shoes {
    border-top-right-radius: 10px;
}

.srcfrm {
    border: 2px solid #D1D1CF;
    margin-top: 6px;
    width: 230px;
    line-height: 35px;
    border-radius: 10px;
    height: 35px;
}

.serch {
    border: none;
    width: 160px;
    height: 35px;
    padding-left: 20px;
    font-style: italic;
    font-weight: bold;
    float: left;
    background: none;
}

.serchbtn {
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    padding-left: 10px;
    background-image: url('search.png');
    border: none;
    background-color: #CCCCCC;
}






/*.srcfrm input {
        border: none;
    }*/

/*.srcfrm input [type=text] {
            width: 160px;
            height: 30px;
            padding-left: 20px;
            font-style: italic;
            font-weight: bold;
            background: none;
        }*/

/*.srcfrm input [type=submit] {
            width: 35px;
            height: 35px;
            background-image: url('search.png');
            cursor: pointer;
            background-repeat: no-repeat;
        }*/

.header_top_menu {
    position: absolute;
    top: 6px;
    right: 50px;
}

    .header_top_menu > li {
        display: inline-block;
    }

        .header_top_menu > li > a {
            display: block;
            padding: 0px 4px;
            height: 30px;
            font-size: .8em;
            line-height: 30px;
            color: #434343;
            text-decoration: none;
        }


a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }




h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}





.col-lg-3, .col-sm-6, .col-xs-12, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-12 {
    float: left;
    box-sizing: border-box;
}

.col-xs-12 {
    width: 100%;
}


@media (min-width:768px) {
    .col-sm-6 {
        float: left;
        box-sizing: border-box;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width:992px) {
    .col-md-12 {
        float: left;
        box-sizing: border-box;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .col-lg-3 {
        float: left;
        box-sizing: border-box;
    }


    .col-lg-3 {
        width: 25%;
    }
}
