.category_shortcut {
    border-radius: 10px;
    width: 90%;
    height: auto;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    overflow: hidden;
    padding: 20px;
    position: relative;
    margin: auto;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 49%);
}

.category_shortcut > span {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0px;
    height: 35px;
    background: #183eb5;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding-top: 5px;
}

.category_shortcut > img {
    max-width: 90px;
    margin: auto;
    max-height: 90px;
}

.category_shortcut_container {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 15px;
}

.data_slider {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
}

.data_slider a > img {
    min-height: 220px;
    float: left;
    width: 100%;
    max-height: 220px;
}

.data_slider > a {
    display: block;
    float: left;
    width: 100%;
    text-decoration: none;
    color: #000;
    text-align: center;
    padding-bottom: 5px;
    background: #fff;
    box-shadow: 0 0px 5px 0 #0000003b;
    border-radius: 3px;
}

.data_slider > a > h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

.data_slider_container {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.data_slider:hover > a {
    box-shadow: 0 0px 9px 0 #00000073;
}

.carousel-form {
    position: absolute;
    top: 50px;
    left: 20%;
    background: #ffffff;
    padding: 5px 15px;
    max-width: 500px;
    width: 100%;
    height: 100%;
    max-height: 400px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    border-top: 2px solid #60b0f4;
    border-radius: 0px 0px 6px 6px;
}

.carousel-form-group {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 5px;
    border: 0px solid #252525;
    border-radius: 0px;
    background: #ffffff;
    color: #000;
    font-weight: bold;
}

.carousel-form-group > input,.carousel-form-group > textarea {
    width: 100%;
    padding: 15px 10px;
    border-radius: 2px;
    background: transparent;
    outline: none;
    resize: none;
    border: 1px solid #ddd;
}

.carousel-form-submit {
    width: 50%;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #60b0f4;
    margin-top: 15px;
    background: #60b0f4;
    outline: none;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 0px 2px 0 #00000066;
    color: #fff;
}

.carousel-form-group>label {
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
}

.data_slider_container .view_more_btn {
    display: inline-block;
    font-weight: bold;
    color: #337ab7;
    margin-top: 10px;
    border-bottom: 2px solid #337ab7;
}

.footer_bottom {
    background: #131212;
    padding-top: 45px;
    padding-bottom: 45px;
}

footer.footer_upper {
    background: #252525;
    padding-bottom: 35px;
    padding-top: 35px;
}

footer .nav-tabs>li.active>a,footer .nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #006838;
    cursor: default;
}

footer .nav-tabs>li.active>a,footer .nav-tabs>li.active>a:focus,footer .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    border-bottom: 2px solid #ff6161;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}

footer .nav-tabs>li>a {
    color: #fff;
    padding: 10px 30px;
}

footer .nav-tabs>li {
    float: none;
    margin: auto;
    display: inline-block;
}

footer .nav.nav-tabs {
    text-align: center;
}

footer .nav-tabs>li>a:hover {
    border-color: #ff6161;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid;
}

.footer_bottom .links h4,.footer_upper .links h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 100%;
    float: left;
    display: block;
    color: #fff;
}

.footer_bottom .links ul,.footer_upper .links ul {
    line-height: normal;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    display: block;
    float: left;
    width: 100%;
}

.footer_bottom .links ul li a,.footer_upper .links ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #868686;
    font-weight: bold;
}

.footer_upper .links ul li a {
    color: #fff;
    font-size: 14px;
}

.footer_bottom .links ul > li,.footer_upper .links ul > li {
    display: block;
    float: left;
    width: 100%;
    padding: 4px 5px;
}

.footer_bottom .links h4:before,.footer_upper .links h4:before {
    width: 60px;
    height: 3px;
    background: #454444;
    float: left;
    margin: 0px 0 16px;
    border: none;
    content: "";
    position: absolute;
    bottom: -22px;
}

.footer_logo {
    width: 100%;
    float: left;
}

.footer_logo > img {
    max-width: 100%;
    height: auto;
}

.footer_social {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.footer_social > ul {
    list-style: none;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.footer_social > ul > li {
    display: inline-block;
    width: 50px;
}

.footer_social > ul > li > a {
    width: 100%;
    float: left;
    display: block;
}

.footer_social > ul > li > a > img {
    width: 45px;
    height: 45px;
}
