/* Minification failed. Returning unminified contents.
(1575,20): run-time error CSS1038: Expected hex color, found '#fff0'
(1584,20): run-time error CSS1038: Expected hex color, found '#fff0'
(19472,1): run-time error CSS1019: Unexpected token, found '}'
(19704,1): run-time error CSS1019: Unexpected token, found '}'
(20893,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(20894,10): run-time error CSS1035: Expected colon, found '{'
(23723,1673): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(23723,1700): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(23723,1729): run-time error CSS1019: Unexpected token, found '@keyframes'
(23723,1748): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(24059,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(24060,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(24069,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(24070,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(24079,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(24080,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* Spacing */

.add_top_10 {
    margin-top: 10px;
}

.add_top_15 {
    margin-top: 15px;
}

.add_top_20 {
    margin-top: 20px;
}

.add_top_25 {
    margin-top: 25px;
}

.add_top_30 {
    margin-top: 30px;
}

.add_top_35 {
    margin-top: 35px;
}

.add_top_40 {
    margin-top: 40px;
}

.add_top_45 {
    margin-top: 45px;
}

.add_top_50 {
    margin-top: 50px;
}

.add_top_55 {
    margin-top: 55px;
}

.add_top_60 {
    margin-top: 60px;
}

.add_top_65 {
    margin-top: 65px;
}

.add_top_70 {
    margin-top: 70px;
}

.add_top_75 {
    margin-top: 75px;
}

.add_top_80 {
    margin-top: 80px;
}

.add_top_85 {
    margin-top: 85px;
}

.add_bottom_10 {
    margin-bottom: 10px;
}

.add_bottom_15 {
    margin-bottom: 15px;
}

.add_bottom_20 {
    margin-bottom: 20px;
}

.add_bottom_25 {
    margin-bottom: 25px;
}

.add_bottom_30 {
    margin-bottom: 30px;
}

.add_bottom_35 {
    margin-bottom: 35px;
}

.add_bottom_40 {
    margin-bottom: 40px;
}

.add_bottom_45 {
    margin-bottom: 45px;
}

.add_bottom_50 {
    margin-bottom: 50px;
}

.add_bottom_55 {
    margin-bottom: 55px;
}

.add_bottom_60 {
    margin-bottom: 60px;
}

.add_bottom_65 {
    margin-bottom: 65px;
}

.add_bottom_70 {
    margin-bottom: 70px;
}

.add_bottom_75 {
    margin-bottom: 75px;
}

/* Spacing Responsive*/

@media only screen and (max-width: 320px) {
    .no_add_mobile {
        margin: 0px !important;
    }
}

/* Dividers */

.divider-light-down {
    top: 0;
    right: -400px;
    bottom: 0;
    left: -400px;
    position: absolute;
    margin-top: 535px;
    background: url(../images/header/background_header.png) !important;
}

/* Dividers Responsive*/

@media only screen and (max-width: 320px) {
    .divider-light-down {
        top: -40px;
        right: -400px;
        bottom: 0;
        left: -400px;
        position: absolute;
        margin-top: 535px;
        background: url(../images/header/background_header.png) !important;
    }
}

/* Global */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
    background: #fff;
}

.white {
    color: #fff;
}

sub,
sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -20px;
    margin-left: -2px;
}

body {
    margin: 5px;
    background: #000 !important;
    border: 23px solid;
    border-image: url(../images/border.png) 40 round;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
}

.content {
    position: relative;
    z-index: 1040;
}

a:hover,
a:focus {
    color: #e4022d;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.float_right_sub {
    float: right;
    transition-duration: 0.4s;
}

.title_page {
    margin-top: 20px;
    margin-bottom: -25px;
    font-family: rosewood-std, sans-serif;
    font-size: 75px;
    line-height: normal;
    color: #bb1818;
}

/* Global Responsive*/

@media only screen and (max-width: 480px) {
    .title_page {
        margin-top: 20px;
        margin-bottom: -25px;
        font-family: rosewood-std, sans-serif;
        font-size: 38px;
        line-height: normal;
        color: #bb1818;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        width: 100%;
    }

    .hide_mobile {
        display: none;
    }
}

/* Breadcrumbs */

.breadcrumb_home {
    padding: 250px 0 250px 0 !important;
    color: #fff;
    background: url(../images/header/breadcrumb_home.jpg) !important;
    border: 0px solid !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.breadcrumbs .breadcrumb-links > li {
    display: inline-block;
}

.back {
    cursor: pointer;
}

.breadcrumb_faq, .breadcrumb_contact, .breadcrumb_tickets,
.breadcrumb_history, .breadcrumb_in_the_area, .breadcrumb_products {
    color: #fff;
    margin-bottom: 30px;
    border: 0px solid !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .breadcrumb_faq h1, .breadcrumb_contact h1, .breadcrumb_tickets h1,
    .breadcrumb_history h1, .breadcrumb_in_the_area h1, .breadcrumb_products h1 {
        font-family: rosewood-std, sans-serif;
        font-size: 100px;
        text-shadow: 2px 2px 2px #222222;
    }

    .breadcrumb_faq h2, .breadcrumb_contact h2, .breadcrumb_tickets h2,
    .breadcrumb_history h2, .breadcrumb_in_the_area h2, .breadcrumb_products h2 {
        font-family: rosewood-std, sans-serif;
        font-size: 100px;
        text-shadow: 2px 2px 2px #222222;
    }




.breadcrumbs-center {
    text-align: center;
    padding: 75px 0 100px 0;
    z-index: 1;
}

.breadcrumbs .breadcrumb-links {
    font-family: 'signpainter_housebrush_regular';
    font-size: 20px;
}

    .breadcrumbs .breadcrumb-links li.arrow:before {
        content: "\f30b";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 14px;
        top: -13px;
        color: #fff;
    }

    .breadcrumbs .breadcrumb-links > li + li:before {
        content: "\f105";
        font-family: FontAwesome;
        padding: 0 15px 0 12px;
        font-size: 34px;
        top: -13px;
        color: #fff;
    }

    .breadcrumbs .breadcrumb-links li a {
        text-decoration: none;
        color: #ffffff6b !important;
    }


/* Breadcrumbs Responsive */

@media only screen and (max-width: 1024px) {
    .breadcrumbs-center {
        padding: 35px;
    }

    .breadcrumb_faq h1, .breadcrumb_contact h1, .breadcrumb_tickets h1,
    .breadcrumb_history h1, .breadcrumb_in_the_area h1, .breadcrumb_products h1 {
        font-family: rosewood-std, sans-serif;
        font-size: 50px;
        text-shadow: 2px 2px 2px #222222;
    }

    .breadcrumb_faq h2, .breadcrumb_contact h2, .breadcrumb_tickets h2,
    .breadcrumb_history h2, .breadcrumb_in_the_area h2, .breadcrumb_products h2 {
        font-family: rosewood-std, sans-serif;
        font-size: 50px;
        text-shadow: 2px 2px 2px #222222;
    }

    .breadcrumb_tickets {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .breadcrumbs-center {
        padding: 35px;
    }

    .breadcrumb_faq h1, .breadcrumb_contact h1, .breadcrumb_tickets h1,
    .breadcrumb_history h1, .breadcrumb_in_the_area h1, .breadcrumb_products h1 {
        font-family: rosewood-std, sans-serif;
        font-size: 40px;
        text-shadow: 2px 2px 2px #222222;
    }

    .breadcrumb_faq h2, .breadcrumb_contact h2, .breadcrumb_tickets h2,
    .breadcrumb_history h2, .breadcrumb_in_the_area h2, .breadcrumb_products h2 {
        font-family: rosewood-std, sans-serif;
        font-size: 40px;
        text-shadow: 2px 2px 2px #222222;
    }

    .breadcrumb_tickets {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 425px) {
    .breadcrumbs-center {
        padding: 35px;
    }

    .breadcrumb_faq h1, .breadcrumb_contact h1, .breadcrumb_tickets h1,
    .breadcrumb_history h1, .breadcrumb_in_the_area h1, .breadcrumb_products h1 {
        font-family: rosewood-std, sans-serif;
        font-size: 30px;
        text-shadow: 2px 2px 2px #222222;
    }

    .breadcrumb_faq h2, .breadcrumb_contact h2, .breadcrumb_tickets h2,
    .breadcrumb_history h2, .breadcrumb_in_the_area h2, .breadcrumb_products h2 {
        font-family: rosewood-std, sans-serif;
        font-size: 30px;
        text-shadow: 2px 2px 2px #222222;
    }

    .breadcrumb_tickets {
        margin-top: 0px;
    }

    .breadcrumb_home {
        padding: 150px 0 150px 0 !important;
    }
}

@media only screen and (max-width: 375px) {
    .breadcrumbs-center {
        padding: 35px;
    }

    .breadcrumb_faq h1, .breadcrumb_contact h1, .breadcrumb_tickets h1,
    .breadcrumb_history h1, .breadcrumb_in_the_area h1, .breadcrumb_products h1 {
        font-family: rosewood-std, sans-serif;
        font-size: 28px;
        text-shadow: 2px 2px 2px #222222;
    }

    .breadcrumb_faq h2, .breadcrumb_contact h2, .breadcrumb_tickets h2,
    .breadcrumb_history h2, .breadcrumb_in_the_area h2, .breadcrumb_products h2 {
        font-family: rosewood-std, sans-serif;
        font-size: 28px;
        text-shadow: 2px 2px 2px #222222;
    }

    .breadcrumb_tickets {
        margin-top: 0px;
    }

    .breadcrumb_home {
        padding: 100px 0 100px 0 !important;
    }
}

@media only screen and (max-width: 320px) {
    .breadcrumbs-center {
        padding: 35px;
    }

    .breadcrumb_faq h1, .breadcrumb_contact h1, .breadcrumb_tickets h1,
    .breadcrumb_history h1, .breadcrumb_in_the_area h1, .breadcrumb_products h1 {
        font-family: rosewood-std, sans-serif;
        font-size: 24px;
        text-shadow: 2px 2px 2px #222222;
    }

    .breadcrumb_faq h2, .breadcrumb_contact h2, .breadcrumb_tickets h2,
    .breadcrumb_history h2, .breadcrumb_in_the_area h2, .breadcrumb_products h2 {
        font-family: rosewood-std, sans-serif;
        font-size: 24px;
        text-shadow: 2px 2px 2px #222222;
    }

    .breadcrumb_tickets {
        margin-top: 0px;
    }

    .breadcrumb_home {
        padding: 100px 0 100px 0 !important;
    }
}

/* Buttons */

.button {
    font-family: 'Raleway', sans-serif;
    background: #bb1818;
    border: none;
    color: white;
    font-weight: 700;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    outline: none;
    border: 2px solid #bb1818;
    border-radius: 5px;
}

    .button:hover {
        background-color: #000;
        border: 2px solid #000;
    }

.product_page {
    background-color: #4CAF50;
    color: #fff !important;
    border: 2px solid #4CAF50;
}

.green {
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50;
}

    .green:hover {
        background-color: #ffffff00;
        color: white;
    }

.top {
    background-color: #4CAF50;
    color: white;
    border: none;
}

    .top:hover {
        background-color: #fff;
        color: #bb1818;
        border: none;
    }

.outline {
    background-color: #ffffff00;
    color: #bb1818;
    border: 2px solid #bb1818;
}

    .outline:hover {
        background-color: #bb1818;
        color: #fff;
        border: 2px solid #bb1818;
    }

.no {
    background: #ddd;
    cursor: default;
    border: 2px solid #ddd;
}

    .no:hover {
        background: #ddd;
        cursor: default;
        border: 2px solid #ddd;
    }

.side_bar {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #4CAF50;
    color: white;
    border: none;
}

    .side_bar:hover {
        background-color: #fff;
        color: #bb1818;
        border: none;
    }

.language-btn {
    background-color: #000;
    color: #bb1818;
    border: none;
    font-weight: 300;
}

    .language-btn:hover {
        background-color: #fff;
        color: #bb1818;
        border: none;
        font-weight: 300;
    }

/* Button Responsive */

@media only screen and (max-width: 1241px) {
    .top {
        display: none;
    }

    .btn-menu {
        position: absolute;
        text-align: left;
        box-sizing: border-box;
        cursor: pointer;
        top: 45px;
        right: 45px;
        display: block;
        background: #4CAF50;
        padding: 10px 13px 10px 12px;
    }
}

@media only screen and (max-width: 1024px) {
    .top {
        display: none;
    }

    .btn-menu {
        position: absolute;
        text-align: left;
        box-sizing: border-box;
        cursor: pointer;
        top: 45px;
        display: block;
        background: #4CAF50;
        margin-left: 60px;
        padding: 10px 13px 10px 12px;
    }
}

@media only screen and (max-width: 768px) {
    .top {
        display: none;
    }

    .btn-menu {
        position: absolute;
        text-align: left;
        box-sizing: border-box;
        cursor: pointer;
        top: 45px;
        display: block;
        background: #4CAF50;
        margin-left: 60px;
        padding: 10px 13px 10px 12px;
    }
}

@media only screen and (max-width: 425px) {
    .top {
        display: none;
    }

    .btn-menu {
        position: absolute;
        text-align: left;
        box-sizing: border-box;
        cursor: pointer;
        top: 36px;
        display: block;
        background: #4CAF50;
        margin-left: 60px;
        padding: 10px 13px 10px 12px;
    }
}

@media only screen and (max-width: 375px) {
    .top {
        display: none;
    }

    .btn-menu {
        position: absolute;
        text-align: left;
        box-sizing: border-box;
        cursor: pointer;
        font-size: 10px;
        top: 40px;
        display: block;
        background: #4CAF50;
        margin-left: 60px;
        padding: 10px 13px 10px 12px;
    }
}

@media only screen and (max-width: 320px) {
    .top {
        display: none;
    }

    .button {
        padding: 14px 20px;
    }

    .side_bar {
        margin-top: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .language-btn {
        padding: 12px 12px;
    }

    .btn-menu {
        position: absolute;
        text-align: left;
        box-sizing: border-box;
        cursor: pointer;
        font-size: 10px;
        top: 40px;
        display: block;
        background: #4CAF50;
        margin-left: 60px;
        padding: 10px 13px 10px 12px;
    }
}

/* Style scroll top */
.btn-top {
    background-image: url("../images/icons/scroll_top.png");
    background-repeat: no-repeat;
    border: medium none;
    bottom: 30px;
    cursor: pointer;
    display: none;
    height: 70px;
    outline: medium none;
    padding: 0;
    position: fixed;
    right: 37px;
    width: 65px;
    z-index: 9999;
}

    .btn-top:hover {
        background-image: url("../images/icons/scroll_top_hover.png");
    }

    .btn-top.position {
        position: absolute;
        right: 15px;
        bottom: 300px;
    }

/* Button top Responsive */

@media only screen and (min-width: 320px) and (max-width: 1025px) {
    .btn-top {
        display: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .full_width_btn {
        width: 100%;
    }
}

/* Video Header */

.video-hero {
    padding: 200px 0;
    background: #000 url(https://c.radikal.ru/c06/1809/60/ed3ac1815a4b.png);
    overflow: hidden;
    position: relative;
}

.about-title {
    font-family: sans-serif;
    font-size: 70px;
    text-align: center;
    position: relative;
    opacity: .5;
}

    .about-title a {
        text-decoration: none;
        color: #fff;
    }

/* VIDEO */
.video-hero .video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    transform: translate(-50%, -50%);
}

/* Video Header Responsive*/

@media (max-width: 1024px) {
    .video-hero {
        padding: 175px 0;
    }
}

@media (max-width: 768px) {
    .video-hero {
        padding: 100px 0;
    }
}

@media (max-width: 480px) {
    .about-title {
        font-size: 40px;
    }

    .video-hero .video {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 0;
        width: 150%;
        transform: translate(-50%, -50%);
    }

    .video-hero {
        padding: 50px;
    }
}

/* Header */

.cart-v2 {
    left: -227px;
    top: 174%;
}

.full-width {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.shop_action {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 10px;
    display: inline-block;
}

    .shop_action ul {
        list-style: none;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 0;
    }

#header.header-v2 {
    padding: 0;
    margin: 0;
    background: #000;
}

    #header.header-v2 .container .top-bar {
        list-style: none;
        background: #bb1818;
        padding-bottom: 20px;
    }

        #header.header-v2 .container .top-bar .nav_top {
            float: left;
            width: 50%;
            padding-top: 20px;
            padding-left: 20px;
        }

            #header.header-v2 .container .top-bar .nav_top ul {
                padding-left: 0px;
                line-height: 45px;
                list-style: none;
                width: 100%;
                display: inline;
            }

                #header.header-v2 .container .top-bar .nav_top ul li {
                    text-decoration: none;
                    font-family: 'signpainter_housebrush_regular';
                    font-size: 20px;
                    color: #fff;
                    display: inline;
                }

                    #header.header-v2 .container .top-bar .nav_top ul li:hover {
                        color: #bb1818;
                    }

                    #header.header-v2 .container .top-bar .nav_top ul li span.color_usd {
                        color: #bb1818;
                    }

                    #header.header-v2 .container .top-bar .nav_top ul li.currency {
                        padding-right: 0px;
                    }

                    #header.header-v2 .container .top-bar .nav_top ul li:after {
                        content: "";
                        display: inline-block;
                        background: url("../images/icons/down.png") no-repeat;
                        height: 8px;
                        width: 10px;
                    }

                        #header.header-v2 .container .top-bar .nav_top ul li:after:hover,
                        #header.header-v2 .container .top-bar .nav_top ul li:after:active {
                            background: url("../images/icon/down_hover.png") no-repeat;
                        }

.logo_center {
    text-align: center;
}

    .logo_center img {
        margin-top: -65px;
    }

#header.header-v2 .container .navigation_v2 {
    line-height: 90px;
    text-align: center;
}

    #header.header-v2 .container .navigation_v2 ul {
        margin: -10px 0px -20px 0px;
        padding: 0px;
        list-style: none;
    }

        #header.header-v2 .container .navigation_v2 ul li .menu-menu ul li.lever-02 {
            padding-right: 0px !important;
        }

        #header.header-v2 .container .navigation_v2 ul li a {
            font-family: 'signpainter_housebrush_regular';
            padding-bottom: 10px;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 19px;
            color: #fff;
            cursor: pointer;
            transition: all .3s ease-in-out;
        }

            #header.header-v2 .container .navigation_v2 ul li a:hover {
                color: #bb1818;
                /*background: url(../images/header/line_under_nav.png) repeat-x scroll 0 33px;*/
                background-position-y: 30px;
                padding-bottom: 35px;
                transition: all .3s ease-in-out;
            }

            #header.header-v2 .container .navigation_v2 ul li a span.more_pages {
                color: #e4022d;
            }

        #header.header-v2 .container .navigation_v2 ul li.active a {
            /*background: url(../images/header/line_under_nav.png) repeat-x scroll 0 100%;*/
            background-position-y: 30px;
            background-position-x: 50%;
            padding-bottom: 35px;
            color: #bb1818;
        }

.navigation_v2 ul li.active a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f005";
    font-size: 14px;
    color: #bb1818;
    margin-right: 5px;
}

.navigation_v2 ul li a:hover:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f005";
    font-size: 14px;
    color: #bb1818;
    margin-right: 5px;
    transition: all .3s ease-in-out;
}

.navigation_v2 ul li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f005";
    font-size: 14px;
    margin-right: 5px;
}

.navigation_v2 ul li a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f005";
    font-size: 14px;
    margin-left: 5px;
}

.navigation_v2 ul li a:hover:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f005";
    font-size: 14px;
    color: #bb1818;
    margin-left: 5px;
    transition: all .3s ease-in-out;
}

#header.header-v2 .top-bar .nav_top ul.block_level1 {
    position: relative;
}

    #header.header-v2 .top-bar .nav_top ul.block_level1 li {
        cursor: pointer;
    }

        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account {
            width: 120px;
            height: auto;
            top: 38px;
            left: -15px;
            padding-top: 20px;
            padding-bottom: 0px;
        }

            #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account li {
                padding-left: 20px;
                padding-right: 20px;
                display: inline-block;
                width: 100%;
            }

                #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account li:after {
                    display: none;
                }

                #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account li a {
                    color: #384551;
                    text-align: left;
                    text-decoration: none;
                    float: left;
                }

                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account li a:hover,
                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account li a:active,
                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account li a:focus {
                        color: #e4022d;
                    }

        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language {
            width: 120px;
            left: 6px;
            top: 35px;
            padding-bottom: 10px;
            padding-top: 10px;
        }

            #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language li {
                float: left;
                width: 100%;
                text-align: center;
                padding-right: 0px;
            }

                #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language li:after {
                    display: none;
                }

                #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language li a {
                    color: #384551;
                    text-align: left;
                    text-decoration: none;
                }

                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language li a:hover,
                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language li a:focus,
                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language li a:active {
                        color: #e4022d;
                    }

        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency {
            width: 80px;
            left: 275px;
            top: 38px;
            padding-bottom: 20px;
            padding-top: 10px;
        }

            #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency li {
                float: left;
                width: 100%;
                padding-left: 20px;
                padding-right: 20px;
                text-align: left;
            }

                #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency li:after {
                    display: none;
                }

                #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency li a {
                    color: #384551;
                    text-decoration: none;
                }

                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency li a:hover,
                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency li a:focus,
                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency li a:active {
                        color: #e4022d;
                    }

        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.block_level2 {
            transform: translate(0, 20px);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            z-index: 1445;
            background: #fff;
        }

        #header.header-v2 .top-bar .nav_top ul.block_level1 li:hover ul.block_level2 {
            transform: translate(0, 0px);
            opacity: 1;
            display: block;
            visibility: inherit;
            box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.1);
        }

.mobile-logo {
    display: none;
}

/* Header Responsive */
@media only screen and (max-width: 1241px) {
    #header.header-v2 .container .navigation_v2 {
        display: none;
    }

    #header.header-v2 .container .top-bar .shop_action {
        display: none;
    }
}

@media only screen and (max-width: 1241px) {

    #header.header-v2 .container .top-bar {
        min-height: 75px;
        list-style: none;
        background: #bb1818;
        padding-bottom: 16px;
    }

        #header.header-v2 .container .top-bar .nav_top {
            float: right;
            width: 50%;
            padding-top: 17px;
            padding-right: 10px;
            text-align: right;
            margin-right: 10px;
        }

    .handle_v2 .fa-navicon:before,
    .handle_v2 .fa-reorder:before,
    .handle_v2 .fa-bars:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 44px;
        top: 18px;
        left: 20px;
        background: url("../images/icons/open_menu.png") no-repeat !important;
        background-size: 100%;
        z-index: 100000;
    }

    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before,
    .showing_handle_v2 .fa-bars:before {
        content: "" !important;
        position: absolute;
        width: 39px;
        height: 40px;
        top: 42px;
        left: 47px;
        background: url("../images/icons/close_menu.png") no-repeat !important;
        background-size: 100% 100%;
        z-index: 100000;
    }

    .mobile-logo {
        display: inherit;
    }

    .navigation_res .nav_res li a:hover,
    .navigation_res .nav_res li a:focus,
    .navigation_res .nav_res li a:active {
        color: #e1be64;
    }

    .navigation_res .nav_res li a {
        font-size: 26px;
        line-height: 10px;
        font-family: 'signpainter_housebrush_regular';
        color: #fff;
    }

    #header.header-v2 .container .top-bar .nav_top ul li {
        padding-right: 25px;
        font-size: 20px;
    }

    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language {
        width: 130px;
        left: 0px;
        top: 38px;
        padding-bottom: 0px;
        padding-top: 0px;
        text-align: center;
    }

    .logo_center {
        text-align: center;
    }

        .logo_center img {
            width: 7%;
            margin-top: -97px;
        }

    .navigation_res .nav_res li {
        display: block;
        float: left;
        padding: 30px;
        padding-left: 15px !important;
        background: url(../images/header/line_megamenu.png) repeat-x scroll 0 100%;
        width: 100%;
        background-size: 100% 4px;
    }

    .navigation_res .nav_res {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        text-align: left;
        top: -30px;
        width: 450px;
        position: absolute;
        transition: all 0.8s ease;
        transform: translate3d(-500px, 0px, 0px);
        left: 0px;
        padding-left: 30px;
        padding-right: 30px;
        background: #bb1818;
        z-index: 1041;
        margin-top: 150px;
        height: calc(100vh - 110px);
        position: fixed;
    }

    #header.header-v2 {
        min-height: 80px;
        margin-bottom: -21px;
    }
}

@media only screen and (min-width: 651px) and (max-width: 768px) {

    .handle_v2 .fa-navicon:before,
    .handle_v2 .fa-reorder:before,
    .handle_v2 .fa-bars:before {
        top: 18px !important;
    }
}

@media only screen and (max-width: 768px) {

    #header.header-v2 .container .top-bar {
        min-height: 75px;
        list-style: none;
        background: #bb1818;
        padding-bottom: 15px;
    }

        #header.header-v2 .container .top-bar .nav_top {
            float: right;
            width: 50%;
            padding-top: 17px;
            padding-right: 10px;
            text-align: right;
            margin-right: 10px;
        }

    .handle_v2 .fa-navicon:before,
    .handle_v2 .fa-reorder:before,
    .handle_v2 .fa-bars:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 44px;
        top: 3px;
        left: 20px;
        background: url("../images/icons/open_menu.png") no-repeat !important;
        background-size: 100%;
        z-index: 100000;
    }

    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before,
    .showing_handle_v2 .fa-bars:before {
        content: "" !important;
        position: absolute;
        width: 39px;
        height: 40px;
        top: 42px;
        left: 47px;
        background: url("../images/icons/close_menu.png") no-repeat !important;
        background-size: 100% 100%;
        z-index: 100000;
    }

    .mobile-logo {
        display: inherit;
    }

    .navigation_res .nav_res li a:hover,
    .navigation_res .nav_res li a:focus,
    .navigation_res .nav_res li a:active {
        color: #e1be64;
    }

    .navigation_res .nav_res li a {
        font-size: 26px;
        line-height: 10px;
        font-family: 'signpainter_housebrush_regular';
        color: #fff;
    }

    #header.header-v2 .container .top-bar .nav_top ul li {
        padding-right: 25px;
        font-size: 20px;
    }

    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language {
        width: 130px;
        left: 0px;
        top: 38px;
        padding-bottom: 0px;
        padding-top: 0px;
        text-align: center;
    }

    .logo_center {
        text-align: center;
    }

        .logo_center img {
            width: 10%;
            margin-top: -97px;
        }

    .navigation_res .nav_res li {
        display: block;
        float: left;
        padding: 30px;
        padding-left: 15px !important;
        background: url(../images/header/line_megamenu.png) repeat-x scroll 0 100%;
        width: 100%;
        background-size: 100% 4px;
    }

    .navigation_res .nav_res {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        text-align: left;
        top: -30px;
        width: 450px;
        position: absolute;
        transition: all 0.8s ease;
        transform: translate3d(-500px, 0px, 0px);
        left: 0px;
        padding-left: 30px;
        padding-right: 30px;
        background: #bb1818;
        z-index: 1041;
        margin-top: 150px;
        height: calc(100vh - 110px);
        position: fixed;
    }

    #header.header-v2 {
        min-height: 80px;
        margin-bottom: -21px;
    }
}

@media only screen and (max-width: 425px) {

    #header.header-v2 .container .top-bar {
        min-height: 60px;
        list-style: none;
        background: #bb1818;
        padding-bottom: 7px;
    }

        #header.header-v2 .container .top-bar .nav_top {
            float: right;
            width: 50%;
            padding-top: 7px;
            text-align: right;
            margin-right: 0px;
        }

    .handle_v2 .fa-navicon:before,
    .handle_v2 .fa-reorder:before,
    .handle_v2 .fa-bars:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 44px;
        top: -8px;
        left: 20px;
        background: url("../images/icons/open_menu.png") no-repeat !important;
        background-size: 100%;
        z-index: 100000;
    }

    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before,
    .showing_handle_v2 .fa-bars:before {
        content: "" !important;
        position: absolute;
        width: 39px;
        height: 40px;
        top: 42px;
        left: 47px;
        background: url("../images/icons/close_menu.png") no-repeat !important;
        background-size: 100% 100%;
        z-index: 100000;
    }

    .mobile-logo {
        display: inherit;
    }

    .navigation_res .nav_res li a:hover,
    .navigation_res .nav_res li a:focus,
    .navigation_res .nav_res li a:active {
        color: #000;
    }

    .navigation_res .nav_res li a {
        font-size: 26px;
        line-height: 10px;
        font-family: 'signpainter_housebrush_regular';
        color: #fff;
    }

    #header.header-v2 .container .top-bar .nav_top ul li {
        padding-right: 10px;
        font-size: 15px;
    }

    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language {
        width: 98px;
        left: 0px;
        top: 38px;
        padding-bottom: 0px;
        padding-top: 0px;
        text-align: center;
    }

    .logo_center {
        text-align: center;
    }

        .logo_center img {
            width: 15%;
            margin-top: -76px;
        }

    .navigation_res .nav_res li {
        display: block;
        float: left;
        padding: 30px;
        padding-left: 15px !important;
        background: url(../images/header/line_megamenu.png) repeat-x scroll 0 100%;
        width: 100%;
        background-size: 100% 4px;
    }

    .navigation_res .nav_res {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        text-align: left;
        top: -30px;
        width: 450px;
        position: absolute;
        transition: all 0.8s ease;
        transform: translate3d(-500px, 0px, 0px);
        left: 0px;
        padding-left: 30px;
        padding-right: 30px;
        background: #bb1818;
        z-index: 1041;
        margin-top: 150px;
        height: calc(100vh - 110px);
        position: fixed;
    }

    #header.header-v2 {
        min-height: 80px;
        margin-bottom: -21px;
    }
}


@media only screen and (max-width: 320px) {
    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language {
        width: 80px;
        left: 0px;
        top: 38px;
        padding-bottom: 0px;
        padding-top: 0px;
        text-align: center;
    }
}

/* Sticky Header */

.navigation ul li {
    display: inline-block;
    padding-right: 7px;
    padding-left: 7px;
}

.sticky_logo {
    margin-top: 65px;
    margin-bottom: -50px;
}

#navbar {
    background-color: #000;
    position: fixed;
    top: -200px;
    width: 100%;
    display: block;
    transition: top 0.3s;
    left: 0;
    z-index: 2000;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(34, 34, 34, 1);
    -moz-box-shadow: 0px 0px 35px 0px rgba(34, 34, 34, 1);
    box-shadow: 0px 0px 35px 0px rgba(34, 34, 34, 1);
}

.navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: -25px;
    margin-top: -25px;
}

    .navigation ul li a {
        text-decoration: none;
        line-height: 120px;
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        padding-bottom: 12px;
        font-family: 'signpainter_housebrush_regular';
        transition: all .3s ease-in-out;
    }

        .navigation ul li a:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f005";
            font-size: 14px;
            color: #fff0;
            margin-right: 5px;
        }

        .navigation ul li a:after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f005";
            font-size: 14px;
            color: #fff0;
            margin-left: 5px;
        }

        .navigation ul li a:hover:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f005";
            font-size: 14px;
            color: #bb1818;
            margin-right: 5px;
            transition: all .3s ease-in-out;
        }

        .navigation ul li a:hover:after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f005";
            font-size: 14px;
            color: #bb1818;
            margin-left: 5px;
            transition: all .3s ease-in-out;
        }


        .navigation ul li a:hover,
        .navigation ul li a:active {
            /*background: url(../images/header/line_under_nav.png) repeat-x;*/
            background-position: 0px 23px;
        }

    .navigation ul li.active a {
        background-position-y: 23px;
        padding-bottom: 35px;
        color: #bb1818;
    }

        .navigation ul li.active a:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f005";
            font-size: 14px;
            color: #bb1818;
            margin-right: 5px;
        }

        .navigation ul li.active a:after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f005";
            font-size: 14px;
            color: #bb1818;
            margin-left: 5px;
        }

#navbar a:hover {
    color: #bb1818;
}

.menu-left {
}

/* Sticky Header Responsive */

@media only screen and (max-width: 1024px) {
    .navigation ul {
        display: none;
    }

    .navigation_mobile_v2 .nav_res {
        padding-top: 140px !important;
    }

    #navbar {
        display: none;
    }
}

/* Mini Cart */

.shop-item .caption .meta a {
    color: #d5d5d5;
    float: right;
    transition-duration: 0.4s;
}

    .shop-item .caption .meta a.remove i:hover,
    .shop-item .caption .meta a.remove i:focus,
    .shop-item .caption .meta a.remove i:active {
        color: #bb1818;
        transition-duration: 0.4s;
    }

.shop-item .caption .meta h3 a:hover,
.shop-item .caption .meta h3 a:focus,
.shop-item .caption .meta h3 a:active {
    color: #bb1818;
    transition-duration: 0.4s;
}

.shop-item .caption .meta .price .amount_new {
    color: #bb1818;
    font-family: 'MouseMemoirsRegular';
    font-size: 25px;
}

.shop-item .caption .meta .price .amount_old {
    color: #384551;
    opacity: 0.5;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

.shop-item .caption .meta h3 a {
    color: #888888;
    font-family: 'signpainter_housebrush_regular';
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 23px;
}

.shop-item .caption .meta .p-qty {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #888888;
}

#header.header-v2 .container .top-bar .shop_action ul li.cart span.badge {
    position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px 7px;
    top: -3px;
    right: -18px;
}

.shop-item .widget_shopping_cart_content p.total strong {
    padding-top: 15px;
    display: inline-block;
    padding-left: 20px;
    font-family: 'MouseMemoirsRegular';
    font-size: 20px;
    color: #384551;
    text-transform: uppercase;
    font-weight: 400;
}

.shop-item .widget_shopping_cart_content p.total span.amount {
    color: #bb1818;
    font-family: 'MouseMemoirsRegular';
    float: right;
    padding-top: 3px;
    padding-right: 18px;
    font-size: 35px;
}

/* Page */

.pagination_shopgrid .pager li a {
    border: none !important;
    padding: 5px 1px !important;
    font-family: 'MouseMemoirsRegular';
    font-size: 24px;
    color: #384551;
}

.p-padding {
    padding-left: 50px;
    padding-right: 50px;
}

.title {
    font-family: 'MouseMemoirsRegular';
    font-size: 30px;
    background: url(../images/products/line_all_category.png) repeat-x scroll 0 100%;
    background-position-y: 50px;
    padding-bottom: 35px;
    color: #e1be64;
}

.page-title {
    padding-top: 32px;
    font-family: 'signpainter_housebrush_regular';
    font-size: 50px;
    line-height: normal;
    color: #bb1818;
}

.post_blogsingle .content_blog1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    padding-bottom: 30px;
}

.post_blogsingle .content_blog2 {
    padding-top: 30px;
    padding-bottom: 92px !important;
}

/* Page Responsive*/

@media only screen and (max-width: 1024px) {
    .image-header {
        width: 100%;
        margin: 0;
        height: auto;
    }

    .p-padding {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/* Side-Bar Global */

.body_text_side {
    color: #fff;
    margin-bottom: -10px;
}

.price_side {
    font-family: 'MouseMemoirsRegular';
    font-size: 60px;
    color: #fff;
    margin-left: -40px;
}

.title_header_side {
    font-family: 'MouseMemoirsRegular';
    font-size: 35px;
    color: #384551;
    line-height: 60px;
    background: url(../images/tools/line_all_category.png) no-repeat scroll 0 50px;
    background-position-y: 48px;
}

/* Side-Bar Global Responsive*/

@media only screen and (max-width: 768px) {
    .price_side {
        float: right;
        margin-top: -40px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .price_side {
        font-size: 45px;
        margin-top: -65px;
    }
}

/* USP */
.usp-background {
    line-height: 32px !important;
    padding: 30px 35px 25px 35px;
    font-family: 'MouseMemoirsRegular';
    font-size: 35px;
    color: #fff;
    line-height: 60px;
    background: #bb1818;
    margin-top: -100px;
    border-radius: 7px;
}

.usp {
    padding-top: 20px;
    list-style: none;
}

    .usp li {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        font-weight: 400;
        cursor: default;
    }

        .usp li a {
            text-decoration: none;
            color: #384551;
        }

/* USP Responsive*/

@media only screen and (max-width: 1024px) {
    .usp-background {
        margin-top: -45px;
    }
}

/* FAQ */

.toggle-content h3 {
    color: #bb1818;
    padding-left: 15px;
    font-family: 'signpainter_housebrush_regular';
    font-size: 36px;
}

.toggle-content p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
}

.toggle {
    margin-top: 15px;
}

    .toggle ul {
        list-style: none;
        margin-bottom: 95px;
    }

        .toggle ul li {
            position: relative;
        }

            .toggle ul li:active .toggle-content {
                display: block;
            }

            .toggle ul li:before {
                position: absolute;
                content: "\f128";
                font-size: 22px;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                color: #FFCC00;
                left: 30px;
                top: 7px;
            }

            .toggle ul li a {
                font-family: 'Raleway', sans-serif;
                font-size: 16px !important;
                font-weight: 300;
                color: #888888;
                padding: 13px;
                text-decoration: none;
                border-bottom: 1px solid #FFCC00;
                border-right: 1px solid #FFCC00;
                margin-left: 50px;
                display: block;
            }

                .toggle ul li a.a_end {
                    border-bottom: none !important;
                }

                .toggle ul li a.active {
                    color: #bb1818;
                    font-weight: 800 !important;
                }

/* Review */
.review_title {
    line-height: 25px;
    margin-top: 15px;
    padding-left: 16px;
    font-size: 20px;
    font-family: 'signpainter_housebrush_regular';
}

    .review_title a {
        color: #222222;
    }

        .review_title a:hover {
            color: #bb1818;
        }

    .review_title i {
        color: #e1be64;
        font-size: 14px;
    }

        .review_title i.star_end {
            color: #b5b5b5;
        }

.review_product {
    padding-bottom: 5px;
    display: inline-flex;
}

/* Language */

.language .title_all_category {
    padding-bottom: 20px;
}

.language ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    max-width: 282px;
}

    .language ul li {
        float: left;
        padding-right: 8px;
        padding-bottom: 8px;
        width: 15%;
        margin-top: 15px;
    }

        .language ul li a img {
            max-width: 100%;
            height: auto;
        }

/* Client's Thoughts */

.thoughts-header {
    font-family: rosewood-std, sans-serif;
    font-size: 80px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: -85px;
    color: #fff;
}

.thoughts {
    background: url(../images/backgrounds/background_testimodial1.jpg) no-repeat;
    height: 650px;
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .thoughts .caption {
        padding-top: 100px;
        padding-left: 26%;
        padding-right: 26%;
        text-align: center;
    }

        .thoughts .caption .img_client_testimodial {
            position: relative;
            height: 135px;
        }

            .thoughts .caption .img_client_testimodial .img_client {
                position: absolute;
                margin: auto;
                left: 1px;
                right: 4px;
                top: 4px;
                width: 125px !important;
                height: 125px !important;
                border-radius: 50%;
            }

            .thoughts .caption .img_client_testimodial .border_images {
                position: absolute;
                margin: auto;
                left: 0;
                right: 0;
                top: 0;
            }

        .thoughts .caption img {
            margin-left: auto;
            margin-right: auto;
        }

        .thoughts .caption h4 {
            mix-blend-mode: multiply;
            color: #fff;
            padding-top: 10px;
            padding-bottom: 30px;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 25px;
            background: url(../images/tools/line_client.png);
            background-repeat: no-repeat;
            background-position: center 94%;
        }

        .thoughts .caption .name_client {
            line-height: 0px;
            font-size: 55px;
            font-family: rosewood-std, sans-serif;
            color: #fff;
        }

        .thoughts .caption .country {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            margin-top: -20px;
            margin-bottom: 10px;
        }

    .thoughts .owl-dots {
        text-align: center;
        padding-left: 48.3%;
        display: inline-flex;
    }

        .thoughts .owl-dots .owl-dot {
            margin-right: 8px;
            width: 10px;
            height: 10px;
            border: 1px solid #fff;
            border-radius: 10px;
        }

        .thoughts .owl-dots .active {
            background: url(../images/tools/background_dot.png);
        }

/* Client's Thoughts Responsive */

@media only screen and (min-width: 1661px) {
    .thoughts {
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 780px) {


    .thoughts .caption {
        padding-left: 10%;
        padding-right: 10%;
    }

    .thoughts .owl-dots {
        padding-left: 47%;
    }
}

@media only screen and (max-width: 641px) {
    .thoughts .owl-carousel .owl-stage {
        width: 4573px !important;
    }

    .thoughts .owl-dots {
        padding-left: 48%;
    }
}

@media only screen and (max-width: 610px) {
    .thoughts .caption h4 {
        font-size: 14px;
    }

    .thoughts .caption .name_client {
        font-size: 30px;
    }

    .thoughts .caption .country {
        font-size: 8px;
    }
}

@media only screen and (max-width: 440px) {
    .thoughts {
        margin-top: 60px;
    }

        .thoughts .caption {
            padding-left: 6%;
            padding-right: 6%;
        }

        .thoughts .owl-carousel .owl-dots {
            padding-left: 46%;
        }
}

/* Tickets */

.payment_methods ul .paypal-method .checkbox img {
    display: inline-block;
    height: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.payment_methods ul .paypal-method p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 0px;
}

.billing_block2 {
    border: 5px solid #ebebeb;
    padding: 0px 25px 25px 25px;
}

.payment_methods ul li .checkbox input:checked + label:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #212121;
    position: absolute;
    top: 20%;
    left: 2px;
}

.billing_block2 .input-field label {
    font-family: 'MouseMemoirsRegular';
    font-size: 24px;
    padding-top: 22px;
}

.billing_block2 .input-field p {
    line-height: 0px;
    padding-top: 25px;
}

.header-cart {
    color: #384551;
    font-size: 30px;
    font-family: 'MouseMemoirsRegular';
    text-transform: uppercase;
}

    .header-cart h2 {
        border-bottom: 1px solid #ebebeb !important;
    }

td,
th {
    padding: 10px;
}

.sub-header-cart {
    font-family: 'signpainter_housebrush_regular';
    font-size: 20px;
    font-weight: 300;
    color: #bb1818;
}

.text-cart {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888888;
}

.billing_block2 .price_order_color {
    color: #bb1818;
    font-size: 30px;
    float: right;
    padding-right: 10px;
    margin-top: -7px;
}

.no_margin {
    margin: 0px !important;
}

.price {
    font-size: 25px;
    font-family: 'MouseMemoirsRegular';
    color: #bb1818;
}

.product-remove a {
    color: #d5d5d5;
    transition-duration: 0.4s;
}

    .product-remove a:hover {
        color: #bb1818;
        transition-duration: 0.4s;
    }

.quantity_product_15 .product_15 .quantity input {
    width: 75px;
    height: 30px;
}

.main_content_checkout .billing-fields .input-field input {
    border: 1px solid #b5b5b5;
    padding: 8px 15px;
    color: #757575;
    border-radius: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 38px;
    width: 100%;
    margin-bottom: 15px;
}

.quantity {
    color: #0b0606;
}

.form-checkbox {
    display: block;
    line-height: 25px;
    margin: 0.2rem 0;
    min-height: 1.4rem;
    padding: 0px 0px 0px 30px;
    position: relative;
    font-family: 'MouseMemoirsRegular';
    font-size: 20px;
    color: #384551;
    font-weight: 400;
}

    .form-checkbox input {
        clip: rect(0, 0, 0, 0);
        height: .063rem;
        margin: -.063rem;
        overflow: hidden;
        position: absolute;
        width: .063rem;
    }

        .form-checkbox input:checked + .form-icon {
            background: #bb1818;
            border-color: #bb1818;
        }

    .form-checkbox .form-icon {
        border: 0.05rem solid #bcc3ce;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
    }

    .form-checkbox .form-icon {
        background: #fff;
        height: 20px;
        left: 0;
        top: 0.3rem;
        width: 20px;
    }

    .form-checkbox input:active + .form-icon {
        background: #eef0f3;
    }

    .form-checkbox .form-icon {
        border-radius: 0.125rem;
    }

    .form-checkbox input:checked + .form-icon::before {
        background-clip: padding-box;
        border: 0.125rem solid #fff;
        border-left-width: 0;
        border-top-width: 0;
        content: "";
        height: .75rem;
        left: 50%;
        margin-left: -0.188rem;
        margin-top: -0.375rem;
        position: absolute;
        top: 40%;
        transform: rotate(40deg);
        width: 0.375rem;
    }

/* Tickets Responsive*/

@media only screen and (min-width: 800px) and (max-width: 1199px) {
    .cart-actions form .coupon .cart-input input {
        width: 260px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .cart-actions form .input-submit {
        margin-top: 8px;
    }

        .cart-actions form .input-submit a {
            padding-bottom: 20px !important;
        }
}


@media only screen and (min-width: 730px) and (max-width: 770px) {

    #main-container .cart-form .table-responsive table tbody tr .product-name a span {
        font-size: 17px;
    }

    #main-container .cart-form .table-responsive table tbody tr .product-price {
        font-size: 26px;
    }

    #main-container .cart-form .table-responsive table tbody tr .product-subtotal {
        font-size: 26px;
    }
}

@media only screen and (min-width: 630px) and (max-width: 775px) {
    #main-container .cart-form .table-responsive table thead tr th {
        font-size: 22px;
    }

    #main-container .cart-form .table-responsive table tbody tr .product-name a span {
        font-size: 13px;
    }

    #main-container .cart-form .table-responsive table tbody tr .product-price {
        font-size: 18px;
    }

    #main-container .cart-form .table-responsive table tbody tr .product-subtotal {
        font-size: 18px;
    }

    .quantity input {
        width: 90px !important;
    }

    .quantity_product_15 .product_15 {
        margin-top: 46px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 639px) {

    .text-cart {
        line-height: 65px;
    }

    .billing_block2 {
        border: 5px solid #ebebeb;
        padding: 0px 5px 5px 5px;
    }
}

/* Product Page */

.caption_v2_product_detail .size_product .text_size {
    font-family: 'MouseMemoirsRegular';
    font-size: 24px;
    color: #384551;
    float: left;
    text-transform: uppercase;
    width: 135px;
}

.caption_v2_product_detail .size_product ul li.text_diferent a {
    left: 9px;
    top: 5px;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

    .preview-thumbnail.nav-tabs li {
        width: 18%;
        margin-right: 2.5%;
    }

        .preview-thumbnail.nav-tabs li img {
            max-width: 100%;
            display: block;
        }

        .preview-thumbnail.nav-tabs li a {
            padding: 0;
            margin: 0;
        }

        .preview-thumbnail.nav-tabs li:last-of-type {
            margin-right: 0;
        }

.tab-content {
    overflow: hidden;
}

    .tab-content img {
        width: 100%;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }

.card {
    margin-top: 50px;
    background: #eee;
    padding: 3em;
    line-height: 1.5em;
}

.margin-date {
    margin-left: 25px;
}

.time {
    padding-top: 35px;
}

    .time .selectbox select {
        color: #888888;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-size: 14px;
        width: 210px;
        height: 40px;
        margin-left: 40px;
        text-indent: 22px;
        border-radius: 5px;
        border: 1px solid #b5b5b5;
        outline: 0px;
    }


.title_bestseller .text_tittle {
    font-family: 'MouseMemoirsRegular';
    font-size: 50px;
    color: #384551;
    background: url(../images/products/line_best_v3.png) no-repeat scroll 320px 40px;
    line-height: 47px;
    background-position-x: 240px;
    background-position-y: 30px;
}

.products_best_v3 .owl-nav .owl-prev {
    background: url(../images/tools/prev_v3.png) no-repeat;
    margin-right: 22px;
    width: 70px;
    height: 60px;
    margin-top: -88px;
    font-size: 0px;
}

    .products_best_v3 .owl-nav .owl-prev:hover {
        opacity: 0.5;
    }

.products_best_v3 .owl-nav .owl-next {
    background: url(../images/tools/next_v3.png) no-repeat;
    width: 70px;
    height: 60px;
    margin-top: -88px;
    font-size: 0px;
}

.tabs_product_detail .tab-content .tab-pane .shipping {
    color: #384551;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.tabs_product_detail .tab-content .tab-pane p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
}

.hover_li ul li:hover {
    background-color: #bb1818;
}

.caption_v2_product_detail .size_product ul li {
    position: relative;
    height: 36px;
    width: 36px;
    border: 1px solid #bb1818;
    border-radius: 36px;
    margin-right: 8px;
}

    .caption_v2_product_detail .size_product ul li a {
        position: absolute;
        text-decoration: none;
        color: #000;
        font-family: 'signpainter_housebrush_regular';
        font-size: 18px;
        text-transform: uppercase;
        left: 6px;
        top: 5px;
    }


.contact_product_09 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
}

.filter_bar .default_sorting a:after {
    content: "\f0d7 ";
    font-family: FontAwesome;
    padding-left: 10px;
    font-size: 16px;
    color: #bb1818;
}

.filter_bar .default_sorting a {
    font-family: 'MouseMemoirsRegular';
    float: left;
    font-size: 20px;
    color: #bb1818;
    padding-top: 16px;
    padding-left: 30px;
    position: relative;
    text-decoration: none;
}

.filter_bar {
    background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    height: 60px;
    position: relative;
}

.product .fullwidth {
    width: 100% !important;
}

.product .product_interactive {
    position: relative;
    overflow: hidden;
}

    .product .product_interactive .img-product {
        transition: all 0.3s ease;
    }

    .product .product_interactive a img.img-product {
        width: 100%;
    }

    .product .product_interactive .product_fashion {
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 20px;
    }

    .product .product_interactive .action {
        position: absolute;
        bottom: 0px;
        text-align: center;
        width: 100%;
        opacity: 10;
        cursor: pointer;
        transition: all 0.5s ease;
    }

        .product .product_interactive .action .img_default {
            opacity: 0;
        }

            .product .product_interactive .action .img_default a {
                margin-bottom: 12px;
                position: relative;
                display: inline-block;
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

                .product .product_interactive .action .img_default a:hover {
                    bottom: 30px;
                }

                .product .product_interactive .action .img_default a.img_quickview {
                    margin-right: 0px;
                }

                .product .product_interactive .action .img_default a img {
                    transform: translate(0px, 70px);
                }

                    .product .product_interactive .action .img_default a img.img_end {
                        margin-right: 0px;
                    }

                    .product .product_interactive .action .img_default a img.cart_default {
                        position: relative;
                        z-index: 10;
                        bottom: 0px;
                        transition: all 0.2s ease;
                        backface-visibility: hidden;
                        transition: all 0.2s ease;
                    }

                    .product .product_interactive .action .img_default a img.cart_hover {
                        position: absolute;
                        bottom: 0px;
                        z-index: 5;
                        left: 0px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        backface-visibility: hidden;
                        -webkit-transform: rotateY(-180deg);
                        -moz-transform: rotateY(-180deg);
                        transform: rotateY(-180deg);
                        -webkit-transition: all .2s;
                        -moz-transition: all .2s;
                        transition: all 0.2s ease;
                    }

                    .product .product_interactive .action .img_default a img.wishlist_default {
                        position: relative;
                        z-index: 10;
                        backface-visibility: hidden;
                        bottom: 0px;
                        -webkit-transition: all .4s ease;
                        -moz-transition: all .4s ease;
                        transition: all 0.4s ease;
                    }

                    .product .product_interactive .action .img_default a img.wishlist_hover {
                        position: absolute;
                        bottom: 0px;
                        z-index: 5;
                        left: 0px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        backface-visibility: hidden;
                        -webkit-transform: rotateY(-180deg);
                        -moz-transform: rotateY(-180deg);
                        transform: rotateY(-180deg);
                        -webkit-transition: all 0.2s ease;
                        -moz-transition: all 0.2s ease;
                        transition: all 0.2s ease;
                    }

                    .product .product_interactive .action .img_default a img.quickview_default {
                        position: relative;
                        z-index: 10;
                        backface-visibility: hidden;
                        -webkit-transition: all .5s ease;
                        -moz-transition: all .5s ease;
                        bottom: 0px;
                        transition: all 0.5s ease;
                    }

                    .product .product_interactive .action .img_default a img.quickview_hover {
                        position: absolute;
                        bottom: 0px;
                        z-index: 5;
                        left: 0px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        backface-visibility: hidden;
                        -webkit-transform: rotateY(-180deg);
                        -moz-transform: rotateY(-180deg);
                        transform: rotateY(-180deg);
                        -webkit-transition: all 0.2s ease;
                        -moz-transition: all 0.2s ease;
                        transition: all 0.2s ease;
                    }

                .product .product_interactive .action .img_default a:hover {
                    text-decoration: inherit !important;
                }

            .product .product_interactive .action .img_default .img_cart:hover .cart_default {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

            .product .product_interactive .action .img_default .img_cart:hover .cart_hover {
                -webkit-transform: rotateY(0);
                -moz-transform: rotateY(0);
                transform: rotateY(0);
            }

            .product .product_interactive .action .img_default .img_wishlist:hover .wishlist_default {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

            .product .product_interactive .action .img_default .img_wishlist:hover .wishlist_hover {
                -webkit-transform: rotateY(0);
                -moz-transform: rotateY(0);
                transform: rotateY(0);
            }

            .product .product_interactive .action .img_default .img_quickview:hover .quickview_default {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

            .product .product_interactive .action .img_default .img_quickview:hover .quickview_hover {
                -webkit-transform: rotateY(0);
                -moz-transform: rotateY(0);
                transform: rotateY(0);
            }

        .product .product_interactive .action .img_hover {
            opacity: 0;
        }

.product:hover {
    box-shadow: 0 0px 25px 1px rgba(0, 0, 0, 0.1);
}

    .product:hover .product_interactive {
        background: url("../images/products/background_blog.jpg");
    }

        .product:hover .product_interactive .img-product {
            transform: scale3d(0.95, 0.95, 1);
        }

        .product:hover .product_interactive .action {
            height: 35px;
            opacity: 11;
        }

            .product:hover .product_interactive .action .img_default {
                opacity: 1;
            }

                .product:hover .product_interactive .action .img_default a {
                    bottom: 30px;
                }

                    .product:hover .product_interactive .action .img_default a img.cart_default {
                        opacity: 1;
                        transform: translate(0px, 0px);
                    }

                    .product:hover .product_interactive .action .img_default a img.wishlist_default {
                        opacity: 1;
                        transform: translate(0px, 0px);
                    }

                    .product:hover .product_interactive .action .img_default a img.quickview_default {
                        opacity: 1;
                        transform: translate(0px, 0px);
                    }

.product .caption {
    margin-top: 17px;
}

    .product .caption i {
        color: #384551;
    }

        .product .caption i.star_end {
            color: #b5b5b5;
        }

    .product .caption .title_product a {
        text-decoration: none;
        color: #000;
        font-family: 'signpainter_housebrush_regular';
        font-size: 20px;
    }

        .product .caption .title_product a:hover {
            color: #bb1818;
        }

    .product .caption .price .price_new {
        font-size: 36px;
        color: #bb1818;
    }

    .product .caption .price .price_old {
        font-size: 24px;
        color: #b4b7ba;
        text-decoration: line-through;
    }

.product_v3 .tab-content .product .fullwidth {
    width: 100% !important;
}

.product_v3 .tab-content .product .product_interactive {
    position: relative;
    overflow: hidden;
}

    .product_v3 .tab-content .product .product_interactive .img-product {
        transition: all 0.3s ease;
    }

    .product_v3 .tab-content .product .product_interactive a img.img-product {
        width: 100%;
    }

    .product_v3 .tab-content .product .product_interactive .product_fashion {
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 20px;
    }

    .product_v3 .tab-content .product .product_interactive .action {
        position: absolute;
        bottom: 0px;
        text-align: center;
        width: 100%;
        opacity: 10;
        cursor: pointer;
        transition: all 0.5s ease;
    }

        .product_v3 .tab-content .product .product_interactive .action .img_default {
            opacity: 0;
        }

            .product_v3 .tab-content .product .product_interactive .action .img_default a {
                margin-right: 10px;
                margin-bottom: 0px;
                position: relative;
                display: inline-block;
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

                .product_v3 .tab-content .product .product_interactive .action .img_default a.img_quickview {
                    margin-right: 0px;
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.img_end {
                    margin-right: 0px;
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.cart_default {
                    position: relative;
                    z-index: 10;
                    bottom: 0px;
                    transition: all 0.2s ease;
                    backface-visibility: hidden;
                    transition: all 0.2s ease;
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.cart_hover {
                    position: absolute;
                    bottom: 0px;
                    z-index: 5;
                    left: 0px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    backface-visibility: hidden;
                    -webkit-transform: rotateY(-180deg);
                    -moz-transform: rotateY(-180deg);
                    transform: rotateY(-180deg);
                    -webkit-transition: all .2s;
                    -moz-transition: all .2s;
                    transition: all 0.2s ease;
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.wishlist_default {
                    position: relative;
                    z-index: 10;
                    backface-visibility: hidden;
                    bottom: 0px;
                    -webkit-transition: all .4s ease;
                    -moz-transition: all .4s ease;
                    transition: all 0.4s ease;
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.wishlist_hover {
                    position: absolute;
                    bottom: 0px;
                    z-index: 5;
                    left: 0px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    backface-visibility: hidden;
                    -webkit-transform: rotateY(-180deg);
                    -moz-transform: rotateY(-180deg);
                    transform: rotateY(-180deg);
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.quickview_default {
                    position: relative;
                    z-index: 10;
                    backface-visibility: hidden;
                    -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    bottom: 0px;
                    transition: all 0.5s ease;
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.quickview_hover {
                    position: absolute;
                    bottom: 0px;
                    z-index: 5;
                    left: 0px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    backface-visibility: hidden;
                    -webkit-transform: rotateY(-180deg);
                    -moz-transform: rotateY(-180deg);
                    transform: rotateY(-180deg);
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a:hover {
                    text-decoration: inherit !important;
                }

            .product_v3 .tab-content .product .product_interactive .action .img_default .img_cart:hover .cart_default {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

            .product_v3 .tab-content .product .product_interactive .action .img_default .img_cart:hover .cart_hover {
                -webkit-transform: rotateY(0);
                -moz-transform: rotateY(0);
                transform: rotateY(0);
            }

            .product_v3 .tab-content .product .product_interactive .action .img_default .img_wishlist:hover .wishlist_default {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

            .product_v3 .tab-content .product .product_interactive .action .img_default .img_wishlist:hover .wishlist_hover {
                -webkit-transform: rotateY(0);
                -moz-transform: rotateY(0);
                transform: rotateY(0);
            }

            .product_v3 .tab-content .product .product_interactive .action .img_default .img_quickview:hover .quickview_default {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

            .product_v3 .tab-content .product .product_interactive .action .img_default .img_quickview:hover .quickview_hover {
                -webkit-transform: rotateY(0);
                -moz-transform: rotateY(0);
                transform: rotateY(0);
            }

        .product_v3 .tab-content .product .product_interactive .action .img_hover {
            opacity: 0;
        }

.product_v3 .tab-content .product:hover {
    box-shadow: 0 0px 25px 1px rgba(0, 0, 0, 0.1);
}

    .product_v3 .tab-content .product:hover .product_interactive {
        background: url("../images/products/background_blog.jpg");
    }

        .product_v3 .tab-content .product:hover .product_interactive .img-product {
            transform: scale3d(0.95, 0.95, 1);
        }

        .product_v3 .tab-content .product:hover .product_interactive .action {
            height: 10px;
            opacity: 11;
        }

            .product_v3 .tab-content .product:hover .product_interactive .action .img_default {
                opacity: 1;
            }

                .product_v3 .tab-content .product:hover .product_interactive .action .img_default a img.cart_default {
                    opacity: 1;
                }

                .product_v3 .tab-content .product:hover .product_interactive .action .img_default a img.wishlist_default {
                    opacity: 1;
                }

                .product_v3 .tab-content .product:hover .product_interactive .action .img_default a img.quickview_default {
                    opacity: 1;
                }

.filter_product {
    padding-bottom: 30px;
    display: inline-flex;
}

    .filter_product .img_filter {
        float: left;
    }

    .filter_product .caption_v2 i.star_end {
        color: #b5b5b5;
    }

    .filter_product .caption_v2 .price .price_new {
        color: #bb1818;
        font-size: 36px;
    }

    .filter_product .caption_v2 .price .price_old {
        color: #aeb1b5;
        font-size: 24px;
        text-decoration: line-through;
    }

.mega-dropdown-menu-sales-v3 .product:hover .product_interactive {
    background: url("../images/products/background_blog.jpg");
}

    .mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action {
        height: 50px;
        opacity: 11;
    }

        .mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default {
            opacity: 1;
        }

            .mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default a img.cart_default {
                opacity: 1;
            }

            .mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default a img.wishlist_default {
                opacity: 1;
            }

            .mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default a img.quickview_default {
                opacity: 1;
            }

            .mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default a img.cart_hover {
                bottom: 10px;
            }

            .mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default a img.wishlist_hover {
                bottom: 10px;
            }

            .mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default a img.quickview_hover {
                bottom: 10px;
            }

.mega-dropdown-menu-sales-v3 .product .caption {
    margin-top: 17px;
}

    .mega-dropdown-menu-sales-v3 .product .caption i {
        color: #384551;
    }

        .mega-dropdown-menu-sales-v3 .product .caption i.star_end {
            color: #b5b5b5;
        }

    .mega-dropdown-menu-sales-v3 .product .caption .title_product a {
        text-decoration: none;
        color: #333333;
        font-family: 'BellGothicStdBold';
        font-size: 20px;
    }

        .mega-dropdown-menu-sales-v3 .product .caption .title_product a:hover {
            color: #e4022d;
        }

    .mega-dropdown-menu-sales-v3 .product .caption .price {
        font-family: 'KingCoolKC';
        font-size: 36px;
        color: #e4022d;
    }

        .mega-dropdown-menu-sales-v3 .product .caption .price .price_old {
            font-family: 'KingCoolKC';
            font-size: 24px;
            color: #b4b7ba;
            text-decoration: line-through;
        }

.navigation_v2 ul li .product:hover .product_interactive {
    background: url("../images/products/background_blog.jpg");
}

    .navigation_v2 ul li .product:hover .product_interactive .action {
        height: 50px;
        opacity: 11;
    }

        .navigation_v2 ul li .product:hover .product_interactive .action .img_default {
            opacity: 1;
        }

            .navigation_v2 ul li .product:hover .product_interactive .action .img_default a img.cart_default {
                opacity: 1;
            }

            .navigation_v2 ul li .product:hover .product_interactive .action .img_default a img.wishlist_default {
                opacity: 1;
            }

            .navigation_v2 ul li .product:hover .product_interactive .action .img_default a img.quickview_default {
                opacity: 1;
            }

            .navigation_v2 ul li .product:hover .product_interactive .action .img_default a img.cart_hover {
                bottom: 10px;
            }

            .navigation_v2 ul li .product:hover .product_interactive .action .img_default a img.wishlist_hover {
                bottom: 10px;
            }

            .navigation_v2 ul li .product:hover .product_interactive .action .img_default a img.quickview_hover {
                bottom: 10px;
            }

.navigation_v2 ul li .product .caption {
    margin-top: 17px;
}

    .navigation_v2 ul li .product .caption i {
        color: #384551;
    }

        .navigation_v2 ul li .product .caption i.star_end {
            color: #b5b5b5;
        }

    .navigation_v2 ul li .product .caption .title_product a {
        text-decoration: none;
        color: #333333;
        font-family: 'BellGothicStdBold';
        font-size: 20px;
    }

        .navigation_v2 ul li .product .caption .title_product a:hover {
            color: #e4022d;
        }

    .navigation_v2 ul li .product .caption .price .price_new {
        font-family: 'KingCoolKC';
        font-size: 36px;
        color: #e4022d;
    }

    .navigation_v2 ul li .product .caption .price .price_old {
        font-family: 'KingCoolKC';
        font-size: 24px;
        color: #b4b7ba;
        text-decoration: line-through;
    }

.caption_v2_product_detail .size_product ul {
    padding-left: 0px;
}

.time .selectbox select {
    margin-left: 0px;
}

.margin-date {
    margin-left: -12px;
}


/* Product Page Responsive */

@media only screen and (max-width: 768px) {
    .caption_v2_product_detail .size_product ul {
        padding-left: 20px;
    }

    .caption_v2_product_detail .size_product .text_size {
        font-size: 18px;
    }

    .time .selectbox select {
        margin-left: 7px;
    }

    .margin-date {
        margin-left: 62px;
    }

    .quantity_product .product-signle-options {
        padding-left: 60px;
    }

    .hide_gallery {
        display: none;
    }
}


@media only screen and (max-width: 425px) {

    .hide_gallery {
        display: none;
    }

    .time .selectbox select {
        margin-left: 0px;
    }

    .margin-date {
        margin-left: 0px;
    }

    .best_seller_v3 .title_bestseller .text_tittle {
        font-size: 45px;
    }
}

@media only screen and (max-width: 375px) {

    .hide_gallery {
        display: none;
    }

    .time .selectbox select {
        margin-left: 0px;
    }

    .margin-date {
        margin-left: 0px;
    }

    .best_seller_v3 .title_bestseller .text_tittle {
        font-size: 35px;
    }
}

@media only screen and (max-width: 320px) {
    .time .selectbox select {
        margin-left: 0px;
        width: 100%;
    }

    .margin-date {
        margin-left: 0px;
    }

    .caption_v2_product_detail .size_product ul li a {
        left: 3px;
        top: 3px;
    }

    .filter_pro_11 .caption_v2_product_detail .size_product ul li.text_diferent a {
        left: 6px;
        top: 3px;
    }

    .hide_gallery {
        display: none;
    }

    .best_seller_v3 .title_bestseller .text_tittle {
        font-size: 25px;
    }
}

/* History */

.contact .title-contact {
    color: #384551;
    font: 400 48px "MouseMemoirsRegular";
    text-align: center;
    padding-bottom: 50px;
    background: url("../images/tools/line_all_category.png") no-repeat scroll center 62px;
}

.side_sub_text {
    padding-top: 20px;
    list-style: none;
    padding-left: 0;
}

    .side_sub_text li {
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #888888;
        padding-bottom: 10px;
        padding-top: 16px;
        border-top: 1px solid #e1e1e1;
    }

    .side_sub_text a {
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #888888;
        padding-bottom: 10px;
        padding-top: 16px;
    }

        .side_sub_text a:hover {
            font-weight: 800;
        }

.active_category {
    font-weight: 800;
}

.start {
    padding-top: 0px !important;
    border: none !important;
}


/* In the area */

.title_product {
    text-decoration: none;
    color: #000;
    font-family: 'signpainter_housebrush_regular';
    font-size: 35px;
}

    .title_product a {
        text-decoration: none;
        color: #5d5d5d;
        font-family: 'signpainter_housebrush_regular';
        font-size: 25px;
    }

.pagination_shopgrid .pager {
    margin: 0px !important;
}

    .pagination_shopgrid .pager ul {
        margin-bottom: 0px !important;
    }

    .pagination_shopgrid .pager li {
        line-height: 60px;
        color: #384551;
    }

        .pagination_shopgrid .pager li.active a {
            color: #e41d2e;
            text-decoration: underline;
        }

        .pagination_shopgrid .pager li.click a {
            float: none !important;
            width: 70px;
            font-size: 0px;
            height: 60px;
        }

        .pagination_shopgrid .pager li.click.previous a {
            margin-right: 90px;
            background: url(../images/tools/prev_v3.png) no-repeat;
            transition: all 0.2s ease-out;
        }

            .pagination_shopgrid .pager li.click.previous a:hover {
                opacity: 0.5;
            }

        .pagination_shopgrid .pager li.click.next a {
            margin-left: 90px !important;
            background: url(../images/tools/next_v3.png) no-repeat;
            transition: all 0.2s ease-out;
        }

            .pagination_shopgrid .pager li.click.next a:hover {
                opacity: 0.5;
            }


/* In the area Responsive*/

@media only screen and (max-width: 480px) {

    .shoplist_09 .filter_pro_09 .caption_v9 .title_product a {
        font-size: 20px !important;
    }

    .title_product {
        font-size: 28px;
    }

    .pagination_shopgrid .pager li.click.previous a {
        margin-right: 0px;
        background: url(../images/tools/prev_v3.jpg) no-repeat;
        transition: all 0.2s ease-out;
    }

    .pagination_shopgrid .pager li.click.previous a {
        margin-left: 0px !important;
        float: left !important;
        padding: 0px !important;
        width: 55px;
        background-size: 100% 80%;
    }

    .pagination_shopgrid .pager li.click.next a {
        margin-left: 0px !important;
        float: right !important;
        padding: 0px !important;
        width: 55px;
        background-size: 100% 80%;
    }
}

/* Contact */

.contact_text {
    padding-top: 20px;
    list-style: none;
    padding-left: 0;
}

    .contact_text li {
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #888888;
        padding-bottom: 10px;
        padding-top: 16px;
        border-top: 1px solid #e1e1e1;
    }

.contact .contact-form .input-field input {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact .contact-form textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px solid #b5b5b5;
}

/* Footer*/

.title_header_footer_right {
    font-family: 'MouseMemoirsRegular';
    font-size: 35px;
    color: #fff;
    line-height: 60px;
    background: url(../images/tools/line_footer.png) no-repeat scroll 0 50px;
    background-position-y: 55px;
    background-position-x: right;
}

.title_header_footer_left {
    font-family: 'MouseMemoirsRegular';
    font-size: 35px;
    color: #fff;
    line-height: 60px;
    background: url(../images/tools/line_footer.png) no-repeat scroll 0 50px;
    background-position-y: 55px;
    background-position-x: left;
}

.footer_text li {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 16px;
    border-top: 1px solid #6f1010;
    margin-left: 0px;
}

#footer {
    background: #bb1818;
    z-index: 1040;
    padding-top: 30px;
}

.footer-right {
    text-align: right !important;
}

.footer-logo {
    text-align: center;
    position: relative;
}

.footer-copyright {
    font-size: 20px;
    padding: 25px 0px 15px 0px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'signpainter_housebrush_regular';
    background: url(../images/footer/line_footer.png);
    position: relative;
    background-repeat: repeat-x;
    background-position: 25% 0%;
}

#footer h1 {
    font-family: 'MouseMemoirsRegular';
    padding-bottom: 12px;
    color: #000;
}

/* Footer Responsive */

@media only screen and (max-width: 320px) {
    .footer-copyright {
        font-size: 15px;
        margin-top: 5px;
    }

    .footer-logo {
        margin-top: 40px;
    }

    .title_header_footer_right {
        text-align: center !important;
        background: url(../images/tools/line_footer.png) no-repeat scroll 0 50px;
        background-position-y: 55px;
        background-position-x: center;
    }

    .title_header_footer_left {
        text-align: center !important;
        background: url(../images/tools/line_footer.png) no-repeat scroll 0 50px;
        background-position-y: 55px;
        background-position-x: center;
    }

    #footer .container .information-diferent {
        padding-bottom: 20px;
    }
}

/* Footer Header */

.sub-footer-header {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

/* Footer Social */

.footer-social-icon {
    overflow: hidden;
    display: inline-block;
    margin-left: 12px;
    margin-top: 10px;
    text-decoration: none;
}

    .footer-social-icon a {
        width: 35px;
        height: 35px;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        margin-right: 5px;
        text-align: center;
        overflow: hidden;
        float: left;
        display: block;
        text-decoration: none;
    }

        .footer-social-icon a i {
            position: relative;
            display: block;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .footer-social-icon a.facebook:hover {
            color: #000;
            text-decoration: none;
        }

        .footer-social-icon a.instagram:hover {
            color: #000;
            text-decoration: none;
        }


/* Custom Fonts */

@font-face {
    font-family: 'BellGothicStdBlack';
    src: url("../vendor/fonts/BellGothicStdBlack.eot");
    src: url("../vendor/fonts/BellGothicStdBlack.eot") format("embedded-opentype"), url("../vendor/fonts/BellGothicStdBlack.woff2") format("woff2"), url("../vendor/fonts/BellGothicStdBlack.woff") format("woff"), url("../vendor/fonts/BellGothicStdBlack.ttf") format("truetype"), url("../vendor/fonts/BellGothicStdBlack.svg#BellGothicStdBlack") format("svg");
}

@font-face {
    font-family: 'BellGothicStdBold';
    src: url("../vendor/fonts/BellGothicStdBold.eot");
    src: url("../vendor/fonts/BellGothicStdBold.eot") format("embedded-opentype"), url("../vendor/fonts/BellGothicStdBold.woff2") format("woff2"), url("../vendor/fonts/BellGothicStdBold.woff") format("woff"), url("../vendor/fonts/BellGothicStdBold.ttf") format("truetype"), url("../vendor/fonts/BellGothicStdBold.svg#BellGothicStdBold") format("svg");
}

@font-face {
    font-family: 'BellGothicStdLight';
    src: url("../vendor/fonts/BellGothicStdLight.eot");
    src: url("../vendor/fonts/BellGothicStdLight.eot") format("embedded-opentype"), url("../vendor/fonts/BellGothicStdLight.woff2") format("woff2"), url("../vendor/fonts/BellGothicStdLight.woff") format("woff"), url("../vendor/fonts/BellGothicStdLight.ttf") format("truetype"), url("../vendor/fonts/BellGothicStdLight.svg#BellGothicStdLight") format("svg");
}

@font-face {
    font-family: 'KingCoolKC';
    src: url("../vendor/fonts/KingCoolKC.eot");
    src: url("../vendor/fonts/KingCoolKC.eot") format("embedded-opentype"), url("../vendor/fonts/KingCoolKC.woff2") format("woff2"), url("../vendor/fonts/KingCoolKC.woff") format("woff"), url("../vendor/fonts/KingCoolKC.ttf") format("truetype"), url("../vendor/fonts/KingCoolKC.svg#KingCoolKC") format("svg");
}

@font-face {
    font-family: 'MouseMemoirsRegular';
    src: url("../vendor/fonts/MouseMemoirsRegular.eot");
    src: url("../vendor/fonts/MouseMemoirsRegular.eot") format("embedded-opentype"), url("../vendor/fonts/MouseMemoirsRegular.woff2") format("woff2"), url("../vendor/fonts/MouseMemoirsRegular.woff") format("woff"), url("../vendor/fonts/MouseMemoirsRegular.ttf") format("truetype"), url("../vendor/fonts/MouseMemoirsRegular.svg#MouseMemoirsRegular") format("svg");
}

@font-face {
    font-family: 'signpainter_housebrush_regular';
    src: url("../vendor/fonts/signpainter_housebrush_regular.eot");
    src: url("../vendor/fonts/signpainter_housebrush_regular.eot") format("embedded-opentype"), url("../vendor/fonts/signpainter_housebrush_regular.woff2") format("woff2"), url("../vendor/fonts/signpainter_housebrush_regular.woff") format("woff"), url("../vendor/fonts/signpainter_housebrush_regular.ttf") format("truetype"), url("../vendor/fonts/signpainter_housebrush_regular.svg#signpainter_housebrush_regular") format("svg");
}


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

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 {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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;
        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;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " ("attr(href) ")";
        }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #62788d;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #e4022d;
    text-decoration: none;
}

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ebebeb;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

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,
    h1 .small,
    h2 small,
    h2 .small,
    h3 small,
    h3 .small,
    h4 small,
    h4 .small,
    h5 small,
    h5 .small,
    h6 small,
    h6 .small,
    .h1 small,
    .h1 .small,
    .h2 small,
    .h2 .small,
    .h3 small,
    .h3 .small,
    .h4 small,
    .h4 .small,
    .h5 small,
    .h5 .small,
    .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #afbcc8;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h1 .small,
    .h1 small,
    .h1 .small,
    h2 small,
    h2 .small,
    .h2 small,
    .h2 .small,
    h3 small,
    h3 .small,
    .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h4 .small,
    .h4 small,
    .h4 .small,
    h5 small,
    h5 .small,
    .h5 small,
    .h5 .small,
    h6 small,
    h6 .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;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #afbcc8;
}

.text-primary {
    color: #e4022d;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #b10223;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #e4022d;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #b10223;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid white;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #afbcc8;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid white;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #afbcc8;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid white;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #62788d;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .container:before,
    .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }


.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before,
    .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #afbcc8;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {

    .table-responsive > .table {
        margin-bottom: 0;
    }

        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
        }

    .table-responsive > .table-bordered {
        border: 0;
    }

        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0;
        }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #62788d;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #879bac;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #879bac;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: white;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg,
    .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn,
    .form-control-static.input-sm,
    .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #aab8c4;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn.focus,
    .btn:active:focus,
    .btn:active.focus,
    .btn.active:focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default:active:focus,
        .btn-default:active.focus,
        .btn-default.active:hover,
        .btn-default.active:focus,
        .btn-default.active.focus,
        .open > .btn-default.dropdown-toggle:hover,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default.disabled:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled]:hover,
    .btn-default[disabled]:focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #e4022d;
    border-color: #cb0228;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #b10223;
        border-color: #4c010f;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #b10223;
        border-color: #8e011c;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #b10223;
        border-color: #8e011c;
    }

        .btn-primary:active:hover,
        .btn-primary:active:focus,
        .btn-primary:active.focus,
        .btn-primary.active:hover,
        .btn-primary.active:focus,
        .btn-primary.active.focus,
        .open > .btn-primary.dropdown-toggle:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #8e011c;
            border-color: #4c010f;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #e4022d;
        border-color: #cb0228;
    }

    .btn-primary .badge {
        color: #e4022d;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success:active:focus,
        .btn-success:active.focus,
        .btn-success.active:hover,
        .btn-success.active:focus,
        .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success.disabled:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled]:hover,
    .btn-success[disabled]:focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info:active:focus,
        .btn-info:active.focus,
        .btn-info.active:hover,
        .btn-info.active:focus,
        .btn-info.active.focus,
        .open > .btn-info.dropdown-toggle:hover,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info.disabled:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled]:hover,
    .btn-info[disabled]:focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning:active:focus,
        .btn-warning:active.focus,
        .btn-warning.active:hover,
        .btn-warning.active:focus,
        .btn-warning.active.focus,
        .open > .btn-warning.dropdown-toggle:hover,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning.disabled:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled]:hover,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger:active:focus,
        .btn-danger:active.focus,
        .btn-danger.active:hover,
        .btn-danger.active:focus,
        .btn-danger.active.focus,
        .open > .btn-danger.dropdown-toggle:hover,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled:hover,
    .btn-danger.disabled:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled]:hover,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #e4022d;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #e4022d;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:hover,
            fieldset[disabled] .btn-link:focus {
                color: #afbcc8;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #62788d;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #576c7e;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #e4022d;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #afbcc8;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #afbcc8;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before,
    .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #879bac;
    text-align: center;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before,
    .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: white;
            }

        .nav > li.disabled > a {
            color: #afbcc8;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #afbcc8;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: white;
        border-color: #e4022d;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: white white #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #879bac;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #e4022d;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a,
        .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {

    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a,
        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {

    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before,
    .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before,
    .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {

    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm,
    .btn-group-sm > .navbar-btn.btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs,
    .btn-group-xs > .navbar-btn.btn {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #dde2e7;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #dde2e7;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #dde2e7;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #dde2e7;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #dde2e7;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #dde2e7;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #afbcc8;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #e4022d;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 2;
            color: #e4022d;
            background-color: white;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > a:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #e4022d;
        border-color: #e4022d;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #afbcc8;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before,
    .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: white;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #afbcc8;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #afbcc8;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #91a3b3;
    }

.label-primary {
    background-color: #e4022d;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #b10223;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #afbcc8;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #e4022d;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: white;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #ffcccc;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #62788d;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #e4022d;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #e4022d;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:hover,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: white;
    color: #afbcc8;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #afbcc8;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #e4022d;
    border-color: #e4022d;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #feb4c2;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus,
    button.list-group-item-success:hover,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus,
    button.list-group-item-success.active,
    button.list-group-item-success.active:hover,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:hover,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    button.list-group-item-info.active,
    button.list-group-item-info.active:hover,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus,
    button.list-group-item-warning:hover,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus,
    button.list-group-item-danger:hover,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before,
    .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #62788d;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #62788d;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #e4022d;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #e4022d;
        border-color: #e4022d;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #e4022d;
        }

        .panel-primary > .panel-heading .badge {
            color: #e4022d;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #e4022d;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header:before,
    .modal-header:after {
        content: " ";
        display: table;
    }

    .modal-header:after {
        clear: both;
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before,
    .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/** 2. Reset **/
/** 2.1. Reset **/
/** 2.2. Default base **/
.input_v1:focus {
    outline: none !important;
    box-shadow: none !important;
}

.input_v1::-webkit-input-placeholder {
    color: #fff !important;
    font-family: 'KingCoolKC';
    font-size: 18px;
}

.input_v1:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
    font-family: 'KingCoolKC';
    font-size: 18px;
}

.input_v1::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    font-family: 'KingCoolKC';
    font-size: 18px;
}

.input_v1:-ms-input-placeholder {
    color: #fff !important;
    font-family: 'KingCoolKC';
    font-size: 18px;
}

@media (max-width: 450px) {
    .order .input-group .form-control {
        padding: 17px 12px;
        padding-top: 4% !important;
    }

    .order .input-group .input_v1::-webkit-input-placeholder {
        font-size: 12px;
    }

    .order .input-group .input_v1:-moz-placeholder {
        /* Firefox 18- */
        font-size: 12px;
    }

    .order .input-group .input_v1::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px;
    }

    .order .input-group .input_v1:-ms-input-placeholder {
        font-size: 12px;
    }

    .order .input-group span button.btn {
        font-size: 12px !important;
        position: absolute;
        top: -8px;
        right: -8px;
    }
}

.input_v2:focus {
    outline: none !important;
    box-shadow: none !important;
}

.input_v2::-webkit-input-placeholder {
    color: #fff !important;
}

.input_v2:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

.input_v2::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

.input_v2:-ms-input-placeholder {
    color: #fff !important;
}

.input_v3:focus {
    outline: none !important;
    box-shadow: none !important;
}

.input_v3::-webkit-input-placeholder {
    color: #384551 !important;
    font-family: 'KingCoolKC' !important;
}

.input_v3:-moz-placeholder {
    /* Firefox 18- */
    color: #384551 !important;
    font-family: 'KingCoolKC' !important;
}

.input_v3::-moz-placeholder {
    /* Firefox 19+ */
    color: #384551 !important;
    font-family: 'KingCoolKC' !important;
    font-size: 17px !important;
}

.input_v3:-ms-input-placeholder {
    color: #384551 !important;
    font-family: 'KingCoolKC' !important;
}

.input2_v3:focus {
    outline: none !important;
    box-shadow: none !important;
}

.input2_v3::-webkit-input-placeholder {
    color: #fff !important;
    font-family: 'KingCoolKC';
}

.input2_v3:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
    font-family: 'KingCoolKC';
}

.input2_v3::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    font-family: 'KingCoolKC';
}

.input2_v3:-ms-input-placeholder {
    color: #fff !important;
    font-family: 'KingCoolKC';
}

/** 2.2.1.	Button **/
.btn {
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
}

    .btn.btn-primary {
        color: #e4022d;
    }

.input_404_pages:focus {
    outline: none !important;
    box-shadow: none !important;
}

.input_404_pages::-webkit-input-placeholder {
    color: #384551 !important;
    opacity: 0.5;
    font-family: 'KingCoolKC';
    font-size: 18.35px;
}

.input_404_pages:-moz-placeholder {
    /* Firefox 18- */
    color: #384551 !important;
    opacity: 0.5;
    font-family: 'KingCoolKC';
    font-size: 18.35px;
}

.input_404_pages::-moz-placeholder {
    /* Firefox 19+ */
    color: #384551 !important;
    opacity: 0.5;
    font-family: 'KingCoolKC';
    font-size: 18.35px;
}

.input_404_pages:-ms-input-placeholder {
    color: #384551 !important;
    opacity: 0.5;
    font-family: 'KingCoolKC';
    font-size: 18.35px;
}

/** 3. Mixins **/
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/** Loadding **/
@-webkit-keyframes engoloaddingmini {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes engoloaddingmini {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/* effect-v1 */
.effect-v1 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v1:before {
        border: 1px solid #ffffff;
        bottom: 20px;
        content: "";
        left: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        z-index: 1;
    }

    .effect-v1 img {
        -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
        -o-transform: scale(1.12);
        transform: scale(1.12);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v1 .action {
        -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
        -o-transform: scale(1.12);
        transform: scale(1.12);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v1:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .effect-v1:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .effect-v1:hover .action {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }

/* effect-v2*/
.effect-v2 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v2:before {
        border: 1px solid #ffffff;
        bottom: 20px;
        content: "";
        left: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transform: translate3d(-20px, 0px, 0px);
        transform: translate3d(-20px, 0px, 0px);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        z-index: 1;
    }

    .effect-v2 img {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v2 .action {
        -webkit-transform: translate3d(-10px, 0px, 0px);
        transform: translate3d(-10px, 0px, 0px);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v2:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    .effect-v2:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transform: scale(1.2, 1);
        -ms-transform: scale(1.2, 1);
        -o-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }

    .effect-v2:hover .action {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        filter: alpha(opacity=100);
    }

/* effect-v3*/
.effect-v3 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v3:before,
    .effect-v3:after {
        bottom: 20px;
        content: "";
        left: 20px;
        opacity: 0;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        z-index: 1;
    }

    .effect-v3:before {
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    .effect-v3:after {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    .effect-v3 img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
    }

    .effect-v3 .banner-title {
        -webkit-transform: translate3d(0px, -20px, 0px);
        transform: translate3d(0px, -20px, 0px);
        -webkit-transition: transform 0.35s ease 0s;
        -o-transition: transform 0.35s ease 0s;
        transition: transform 0.35s ease 0s;
    }

    .effect-v3 .action {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0px, 40px, 0px);
        transform: translate3d(0px, 40px, 0px);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v3:hover:before,
    .effect-v3:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .effect-v3:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .effect-v3:hover .banner-title,
    .effect-v3:hover .action {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

/* effect-v4*/
.effect-v4 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v4:before {
        border: 2px solid #ffffff;
        bottom: 20px;
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
        content: "";
        left: 20px;
        opacity: 0;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        z-index: 1;
    }

    .effect-v4 img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
    }

    .effect-v4 .banner-title {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform 0.35s ease 0s;
        -o-transition: transform 0.35s ease 0s;
        transition: transform 0.35s ease 0s;
    }

    .effect-v4 .action {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v4:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .effect-v4:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .effect-v4:hover .banner-title {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }

    .effect-v4:hover .action {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

/* effect-v5*/
.effect-v5 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v5 img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
        -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
        transition: opacity 1s ease 0s, transform 1s ease 0s;
    }

    .effect-v5 .action {
        transform: translate3d(-150%, 0px, 0px);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

        .effect-v5 .action:first-child {
            -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
        }

        .effect-v5 .action:nth-of-type(2) {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .effect-v5 .action:nth-of-type(3) {
            -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
        }

    .effect-v5:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
        transform: scale3d(1.1, 1.1, 1);
    }

    .effect-v5:hover .action {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale3d(1.1, 1.1, 1);
        transform: translate3d(0px, 0px, 0px);
    }

        .effect-v5:hover .action:first-child {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

        .effect-v5:hover .action:nth-of-type(2) {
            -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
        }

        .effect-v5:hover .action:nth-of-type(3) {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

/* effect-v6*/
.effect-v6 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v6 img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
    }

    .effect-v6 .action {
        transform: translate3d(0px, -100px, 0px);
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        opacity: 0;
    }

    .effect-v6:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .effect-v6:hover .action {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }

/* effect-v7*/
.effect-v7 {
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v7:before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        z-index: 1;
        border: 200px double transparent;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .effect-v7:hover:before {
        opacity: 0;
        filter: alpha(opacity=0);
        border: 0 double rgba(255, 255, 255, 0.7);
        visibility: hidden;
    }

/* effect-v8*/
.effect-v8 {
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v8:before {
        border-bottom: 50px solid rgba(255, 255, 255, 0.4);
        border-top: 50px solid rgba(255, 255, 255, 0.4);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transform-origin: 50% 50% 0;
        width: 100%;
    }

    .effect-v8:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    }

/* effect-v9*/
.effect-v9 {
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v9:before {
        border: 50px solid transparent;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        top: 0;
        content: "";
        opacity: 1;
        filter: alpha(opacity=100);
        width: 100px;
        height: 100px;
        -webkit-transform: scale(7);
        -ms-transform: scale(7);
        -o-transform: scale(7);
        transform: scale(7);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        visibility: visible;
        z-index: 1;
    }

    .effect-v9:hover:before {
        border: 0 solid rgba(0, 0, 0, 0.7);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }

/* effect-v10*/
.effect-v10 {
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v10:before {
        background-color: rgba(255, 255, 255, 0.2);
        display: block;
        width: 100%;
        height: 100%;
        left: -100%;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        content: "";
        z-index: 1;
    }

    .effect-v10:hover:before {
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }

/** 4. Elements **/
/** 4.1. Accordions **/
.accordion .panel {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

.accordion .panel-heading {
    padding: 15px;
    position: relative;
}

    .accordion .panel-heading a {
        text-decoration: none;
        font-weight: bold;
    }

        .accordion .panel-heading a:before {
            content: "-";
            font-size: 22px;
            font-weight: 600;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 16px;
            display: inline-block;
            color: #fff;
            background: #e41d2e;
        }

        .accordion .panel-heading a.collapsed:before {
            content: "\f067";
            font-family: "FontAwesome";
            font-size: 15px;
            line-height: 20px;
            color: #fff;
            background: #384551;
        }

.accordion .panel-body {
    border-top-color: transparent !important;
}

.accordion.collapse-right .panel-heading a:before {
    position: absolute;
    right: 20px;
}

.rtl .accordion.collapse-right .panel-heading a:before {
    left: 20px;
    right: auto;
}

.accordion.collapse-color .panel-heading a:before {
    color: #fff;
    background: #5cb85c;
}

.accordion.noborder .panel-heading {
    padding-left: 0;
    padding-right: 0;
}

.accordion.noborder .panel,
.accordion.noborder .panel-heading,
.accordion.noborder .panel-body {
    background-color: transparent;
    border: none;
}

.accordion.nobackground .panel,
.accordion.nobackground .panel-heading,
.accordion.nobackground .panel-body {
    background-color: transparent;
}

/* accordion style version 1 */
.accordion-v1 .panel-heading a:before {
    left: -10px;
    position: absolute;
}

.rtl .accordion-v1 .panel-heading a:before {
    right: -10px;
    left: auto;
}

.accordion-v1 .panel,
.accordion-v1 .panel-heading,
.accordion-v1 .panel-body {
    border: none;
}

/* accordion style version 2 */
.accordion-v2 .panel,
.accordion-v2 .panel-heading,
.accordion-v2 .panel-body {
    border: none;
}

/* accordion style version 3 */
.accordion-v3 .panel .panel-heading {
    border-bottom: solid 1px #eee;
}

/* accordion style version 4 */
.accordion-v4 .panel-collapse {
    position: relative;
}

    .accordion-v4 .panel-collapse.in:before {
        position: absolute;
        content: "";
        background-color: #5cb85c;
        top: -51px;
        left: -1px;
        height: 3px;
        width: 100.5%;
    }

/** 4.2. Call to action **/
/** 4.3. Google maps **/
/** 4.4. News letter **/
/** 4.5. Service **/
/** 4.6 Breadcrumb **/
.heading {
    z-index: 1;
    position: relative;
    text-align: center;
}

    .heading h1,
    .heading h2,
    .heading h3,
    .heading h4,
    .heading h5,
    .heading h6 {
        text-transform: uppercase;
        margin-top: 0;
    }

    .heading .fa {
        margin-bottom: 26px;
    }

    .heading .subheading {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        margin-bottom: 0;
    }

    .heading p,
    .heading small {
        margin-bottom: 15px;
        display: inline-block;
    }

    .heading.heading-light {
        color: #eee;
    }

        .heading.heading-light h1,
        .heading.heading-light h2,
        .heading.heading-light h3,
        .heading.heading-light h4,
        .heading.heading-light h5,
        .heading.heading-light h6 {
            color: #fff;
        }

        .heading.heading-light p,
        .heading.heading-light small {
            color: #eee;
        }

    .heading.heading-v1 {
        position: relative;
        padding-bottom: 35px;
    }

        .heading.heading-v1:before,
        .heading.heading-v1:after {
            left: 50%;
            width: 80px;
            height: 5px;
            content: "";
            bottom: 30px;
            position: absolute;
        }

.rtl .heading.heading-v1:before,
.rtl .heading.heading-v1:after {
    right: 50%;
    left: auto;
}

.heading.heading-v1:before {
    margin-left: -80px;
    background: #5cb85c;
}

.rtl .heading.heading-v1:before {
    margin-right: -80px;
    margin-left: inherit;
}

.heading.heading-v1:after {
    background: #444;
}

.heading.heading-v1.heading-light:after {
    background: #fff;
}

.heading.heading-v2 {
    padding-bottom: 35px;
}

    .heading.heading-v2:after {
        left: 50%;
        width: 200px;
        height: 1px;
        z-index: 1;
        content: " ";
        bottom: 30px;
        background: #5cb85c;
        text-align: center;
        position: absolute;
        margin-left: -100px;
    }

.rtl .heading.heading-v2:after {
    right: 50%;
    left: auto;
}

.rtl .heading.heading-v2:after {
    margin-right: -100px;
    margin-left: inherit;
}

.heading.heading-v2:before {
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    content: " ";
    bottom: 25px;
    text-align: center;
    position: absolute;
    background: #fff;
    border: 1px solid #5cb85c;
}

.rtl .heading.heading-v2:before {
    right: 50%;
    left: auto;
}

.rtl .heading.heading-v2:before {
    margin-right: -6px;
    margin-left: inherit;
}

.heading.heading-v2.heading-light:after {
    background: #fff;
}

.heading.heading-v2.heading-light:before {
    background: #5cb85c;
    border: 1px solid #fff;
}

.heading.heading-v3 {
    padding-bottom: 35px;
}

    .heading.heading-v3:after {
        left: 50%;
        width: 100px;
        height: 2px;
        margin-left: -50px;
        content: " ";
        bottom: 30px;
        background: #5cb85c;
        position: absolute;
    }

.rtl .heading.heading-v3:after {
    right: 50%;
    left: auto;
}

.rtl .heading.heading-v3:after {
    margin-right: -50px;
    margin-left: inherit;
}

.heading.heading-v3 span {
    display: block;
    margin-bottom: 20px;
}

.heading.heading-v3.heading-light:after {
    background: #5cb85c;
}

.heading.heading-v4 {
    z-index: 1;
    text-align: center;
    padding-top: 70px;
    position: relative;
}

    .heading.heading-v4:before {
        left: 50%;
        z-index: -1;
        width: 50px;
        height: 50px;
        content: "";
        top: 11px;
        text-align: center;
        position: absolute;
        background-color: #5cb85c;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -25px;
    }

.rtl .heading.heading-v4:before {
    right: 50%;
    left: auto;
}

.rtl .heading.heading-v4:before {
    margin-right: -25px;
    margin-left: inherit;
}

.heading.heading-v4:after {
    left: 50%;
    z-index: -1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    content: "\f109";
    font-family: FontAwesome;
    top: 11px;
    text-align: center;
    position: absolute;
    color: #fff;
    margin-left: -25px;
    font-size: 20px;
}

.rtl .heading.heading-v4:after {
    right: 50%;
    left: auto;
}

.rtl .heading.heading-v4:after {
    margin-right: -25px;
    margin-left: inherit;
}

.heading.heading-v4.heading-light:before {
    background: #fff;
}

.heading.heading-v5 {
    padding-bottom: 20px;
    background: url("../images/dotted.png") repeat-x scroll center center;
}

    .heading.heading-v5 h1,
    .heading.heading-v5 h2,
    .heading.heading-v5 h3,
    .heading.heading-v5 h4,
    .heading.heading-v5 h5,
    .heading.heading-v5 h6 {
        padding: 0 30px;
        background: #fff;
        position: relative;
        display: inline-block;
    }

.heading.heading-v6 h1,
.heading.heading-v6 h2,
.heading.heading-v6 h3,
.heading.heading-v6 h4,
.heading.heading-v6 h5,
.heading.heading-v6 h6 {
    position: relative;
    margin-bottom: 35px;
}

    .heading.heading-v6 h1:after,
    .heading.heading-v6 h2:after,
    .heading.heading-v6 h3:after,
    .heading.heading-v6 h4:after,
    .heading.heading-v6 h5:after,
    .heading.heading-v6 h6:after {
        left: 50%;
        width: 80px;
        height: 2px;
        margin-left: -40px;
        content: " ";
        bottom: -18px;
        background: #444;
        position: absolute;
    }

.rtl .heading.heading-v6 h1:after,
.rtl .heading.heading-v6 h2:after,
.rtl .heading.heading-v6 h3:after,
.rtl .heading.heading-v6 h4:after,
.rtl .heading.heading-v6 h5:after,
.rtl .heading.heading-v6 h6:after {
    right: 50%;
    left: auto;
}

.rtl .heading.heading-v6 h1:after,
.rtl .heading.heading-v6 h2:after,
.rtl .heading.heading-v6 h3:after,
.rtl .heading.heading-v6 h4:after,
.rtl .heading.heading-v6 h5:after,
.rtl .heading.heading-v6 h6:after {
    margin-right: -40px;
    margin-left: inherit;
}

.heading.heading-v6.heading-light h1:after,
.heading.heading-v6.heading-light h2:after,
.heading.heading-v6.heading-light h3:after,
.heading.heading-v6.heading-light h4:after,
.heading.heading-v6.heading-light h5:after,
.heading.heading-v6.heading-light h6:after {
    background: #fff;
}

.heading.heading-v7 {
    padding-bottom: 40px;
}

    .heading.heading-v7:before {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 18px solid #5cb85c;
        bottom: 20px;
        content: "";
        width: 18px;
        height: 14px;
        left: 50%;
        margin-left: -18px;
        position: absolute;
    }

.rtl .heading.heading-v7:before {
    right: 50%;
    left: auto;
}

.rtl .heading.heading-v7:before {
    margin-right: -18px;
    margin-left: inherit;
}

.heading.heading-v7:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #ffffff;
    bottom: 24px;
    content: "";
    left: 50%;
    margin-left: -14px;
    position: absolute;
    width: 10px;
    height: 8px;
}

.rtl .heading.heading-v7:after {
    margin-right: -14px;
    margin-left: inherit;
}

.heading.heading-v7.heading-light:before {
    border-top: 18px solid #fff;
}

.heading.heading-v7.heading-light:after {
    border-top: 12px solid #5cb85c;
}

.heading.heading-v8 h1,
.heading.heading-v8 h2,
.heading.heading-v8 h3,
.heading.heading-v8 h4,
.heading.heading-v8 h5,
.heading.heading-v8 h6 {
    position: relative;
    padding: 20px 0 25px;
}

    .heading.heading-v8 h1:before,
    .heading.heading-v8 h1:after,
    .heading.heading-v8 h2:before,
    .heading.heading-v8 h2:after,
    .heading.heading-v8 h3:before,
    .heading.heading-v8 h3:after,
    .heading.heading-v8 h4:before,
    .heading.heading-v8 h4:after,
    .heading.heading-v8 h5:before,
    .heading.heading-v8 h5:after,
    .heading.heading-v8 h6:before,
    .heading.heading-v8 h6:after {
        content: ".";
        font-size: 22px;
        left: 50%;
        position: absolute;
        color: #c1c1c1;
        text-shadow: 10px 0 #ddd, -10px 0 #ddd;
    }

.rtl .heading.heading-v8 h1:before,
.rtl .heading.heading-v8 h1:after,
.rtl .heading.heading-v8 h2:before,
.rtl .heading.heading-v8 h2:after,
.rtl .heading.heading-v8 h3:before,
.rtl .heading.heading-v8 h3:after,
.rtl .heading.heading-v8 h4:before,
.rtl .heading.heading-v8 h4:after,
.rtl .heading.heading-v8 h5:before,
.rtl .heading.heading-v8 h5:after,
.rtl .heading.heading-v8 h6:before,
.rtl .heading.heading-v8 h6:after {
    right: 50%;
    left: auto;
}

.heading.heading-v8 h1:before,
.heading.heading-v8 h2:before,
.heading.heading-v8 h3:before,
.heading.heading-v8 h4:before,
.heading.heading-v8 h5:before,
.heading.heading-v8 h6:before {
    top: -15px;
}

.heading.heading-v8 h1:after,
.heading.heading-v8 h2:after,
.heading.heading-v8 h3:after,
.heading.heading-v8 h4:after,
.heading.heading-v8 h5:after,
.heading.heading-v8 h6:after {
    bottom: 0;
}

.heading.heading-v9 {
    text-align: left;
}

.rtl .heading.heading-v9 {
    text-align: right;
}

.heading.heading-v9 h1,
.heading.heading-v9 h2,
.heading.heading-v9 h3,
.heading.heading-v9 h4,
.heading.heading-v9 h5,
.heading.heading-v9 h6 {
    position: relative;
    margin-bottom: 30px;
}

    .heading.heading-v9 h1:after,
    .heading.heading-v9 h2:after,
    .heading.heading-v9 h3:after,
    .heading.heading-v9 h4:after,
    .heading.heading-v9 h5:after,
    .heading.heading-v9 h6:after {
        left: 0;
        width: 30px;
        height: 2px;
        content: " ";
        bottom: -15px;
        right: inherit;
        background-color: #5cb85c;
        position: absolute;
    }

.rtl .heading.heading-v9 h1:after,
.rtl .heading.heading-v9 h2:after,
.rtl .heading.heading-v9 h3:after,
.rtl .heading.heading-v9 h4:after,
.rtl .heading.heading-v9 h5:after,
.rtl .heading.heading-v9 h6:after {
    right: 0;
    left: auto;
}

.heading.heading-v9.heading-light h1:after,
.heading.heading-v9.heading-light h2:after,
.heading.heading-v9.heading-light h3:after,
.heading.heading-v9.heading-light h4:after,
.heading.heading-v9.heading-light h5:after,
.heading.heading-v9.heading-light h6:after {
    background-color: #fff;
}

.heading.heading-v10,
.heading.heading-v11 {
    padding-bottom: 35px;
}

    .heading.heading-v10 h2,
    .heading.heading-v11 h2 {
        font-size: 45px;
    }

    .heading.heading-v10:after,
    .heading.heading-v11:after {
        left: 50%;
        width: 100px;
        height: 2px;
        margin-left: -50px;
        content: " ";
        bottom: 30px;
        background: #5cb85c;
        position: absolute;
    }

.rtl .heading.heading-v10:after,
.rtl .heading.heading-v11:after {
    right: 50%;
    left: auto;
}

.rtl .heading.heading-v10:after,
.rtl .heading.heading-v11:after {
    margin-right: -50px;
    margin-left: inherit;
}

.heading.heading-v10.heading-light:after,
.heading.heading-light.heading-v11:after {
    background: #5cb85c;
}

.heading.heading-v11 h2 {
    font-size: 30px;
}

.breadcrumbs h2 {
    margin: 0;
    float: left;
    font-weight: 400;
    position: relative;
}

.rtl .breadcrumbs h2 {
    float: right;
}

.breadcrumbs .breadcrumb-links {
    margin: 6px 0 0;
    position: relative;
    text-align: right;
}

.rtl .breadcrumbs .breadcrumb-links {
    text-align: left;
}

.breadcrumbs.light-style {
    color: #fff;
    border: 0px;
}

    .breadcrumbs.light-style h2 {
        color: #fff;
    }

    .breadcrumbs.light-style .breadcrumb-links > li a {
        color: #e4e3e3;
    }

    .breadcrumbs.light-style .breadcrumb-links > li + li:before {
        color: #e4e3e3;
    }

    .breadcrumbs.light-style .breadcrumb-links > .active span {
        color: #fff;
        text-decoration: underline;
    }

.breadcrumbs-center h2 {
    float: none;
}

.breadcrumbs-center .breadcrumb-links {
    text-align: center;
    vertical-align: middle;
}

.breadcrumbs-left h2 {
    float: none;
    text-align: left;
}

.rtl .breadcrumbs-left h2 {
    text-align: right;
}

.breadcrumbs-left .breadcrumb-links {
    text-align: left;
}

.rtl .breadcrumbs-left .breadcrumb-links {
    text-align: right;
}

.breadcrumbs-right h2 {
    float: none;
    text-align: right;
}

.rtl .breadcrumbs-right h2 {
    text-align: left;
}

.breadcrumbs-right .breadcrumb-links {
    text-align: right;
}

.rtl .breadcrumbs-right .breadcrumb-links {
    text-align: left;
}

.breadcrumb_2blog h2 {
    margin-top: 22px;
}

.breadcrumb_2blog ul {
    margin-bottom: 26px !important;
}

.breadcrumb_15 ul {
    margin-top: 15px !important;
    margin-bottom: 8px !important;
    padding-top: 20px;
}

    .breadcrumb_15 ul li {
        position: relative;
        width: 24%;
        height: 90px;
        margin-right: 7%;
        text-shadow: 2px 2px 2px #ca8bed;
        letter-spacing: 1px;
    }

        .breadcrumb_15 ul li .number_breadcrumb {
            font-family: 'MouseMemoirsRegular';
            font-size: 60px;
            position: absolute;
        }

        .breadcrumb_15 ul li .title_breadcrumb {
            text-align: start;
            font-family: 'MouseMemoirsRegular';
            font-size: 36px;
            text-transform: uppercase;
            line-height: 15px;
            position: absolute;
            left: 54px;
            top: 20px;
        }

        .breadcrumb_15 ul li .items_list {
            font-family: 'BellGothicStdBlack';
            font-size: 14px;
            position: absolute;
            left: 54px;
            top: 44px;
        }

        .breadcrumb_15 ul li .number_breadcrumb {
            font-family: 'MouseMemoirsRegular';
            font-size: 60px;
        }

        .breadcrumb_15 ul li .title_breadcrumb {
            text-align: start;
            font-family: 'MouseMemoirsRegular';
            font-size: 36px;
            text-transform: uppercase;
            line-height: 15px;
        }

        .breadcrumb_15 ul li .items_list {
            font-family: 'BellGothicStdBlack';
            font-size: 14px;
        }

        .breadcrumb_15 ul li.order_breadcrumb {
            margin-right: 0px !important;
        }

            .breadcrumb_15 ul li.order_breadcrumb .number_breadcrumb {
                padding-right: 15px;
            }

            .breadcrumb_15 ul li.order_breadcrumb:before {
                color: #e4e3e3 !important;
            }

        .breadcrumb_15 ul li:before {
            position: absolute;
            margin-left: -145px;
            margin-top: 30px;
            left: 62px;
            font-size: 34px;
        }

/*********************************************************/
/*********************************************************/
.breadcrumb_about_us {
    background: url("../images/header/banner_breadcumb.jpg") scroll center;
    border: none;
}

    .breadcrumb_about_us h2 {
        color: #e41d2e;
        font: 400 60px "MouseMemoirsRegular";
    }

    .breadcrumb_about_us p {
        color: #384551;
        font: 400 18px "BellGothicStdBlack";
    }

/**********************************************************/
/*********** Responsive Breadcrumb 15 shopping cart *******/
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .breadcrumb_15 ul li .title_breadcrumb {
        font-size: 26px;
    }

    .breadcrumb_15 ul li .items_list {
        font-size: 11px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 730px) {
    .breadcrumb_15 ul {
        padding-left: 31%;
    }
}

@media only screen and (max-width: 480px) {
    .breadcrumb_15 ul {
        padding-left: 20%;
        padding-top: 10px;
    }

        .breadcrumb_15 ul li {
            height: 70px;
        }

            .breadcrumb_15 ul li .number_breadcrumb {
                font-size: 54px;
            }

            .breadcrumb_15 ul li .title_breadcrumb {
                font-size: 24px;
                line-height: 7px;
                left: 50px;
            }

            .breadcrumb_15 ul li .items_list {
                font-size: 12px;
                left: 50px;
                top: 38px;
            }
}

@media only screen and (max-width: 361px) {
    .breadcrumb_15 ul {
        padding-left: 12%;
    }

        .breadcrumb_15 ul li {
            height: 70px;
        }

            .breadcrumb_15 ul li .number_breadcrumb {
                font-size: 50px;
            }

            .breadcrumb_15 ul li .title_breadcrumb {
                font-size: 26px;
                left: 50px;
                top: 14px;
            }

            .breadcrumb_15 ul li .items_list {
                font-size: 12px;
                left: 50px;
                top: 36px;
            }
}

/*********************************************************/
/**************** Responsive 25 About Us ***************/
@media only screen and (max-width: 730px) {
    .breadcrumb_about_us {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .breadcrumb_about_us h2 {
            font-size: 46px;
        }

        .breadcrumb_about_us p {
            font-size: 15px;
        }
}

@media only screen and (max-width: 450px) {
    .breadcrumb_about_us h2 {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .breadcrumb_about_us p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 376px) {
    .breadcrumb_about_us {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .breadcrumb_about_us h2 {
            font-size: 34px;
            margin-bottom: 5px;
        }

        .breadcrumb_about_us p {
            font-size: 11px;
        }
}

/** 4.7 Tabs **/
/* tabs style 1 */
.tab-v1 .nav-tabs {
    border-bottom: none;
}

    .tab-v1 .nav-tabs > li > a {
        color: #FFFFFF;
        border: none;
        border-radius: 0;
        padding: 10px 20px;
        background: #5cb85c;
    }

    .tab-v1 .nav-tabs > li.active > a {
        color: #000000;
        border: none;
        background: #f6f6f6;
    }

.tab-v1 .tab-content {
    padding: 15px 20px;
    background: #f6f6f6;
}

/* tabs style 2 */
.tab-v2 .tab-content {
    overflow: hidden;
    padding: 15px 20px;
    background: #f6f6f6;
}

.tab-v2 > .nav-tabs {
    border-bottom: none;
}

    .tab-v2 > .nav-tabs > li {
        float: none;
    }

        .tab-v2 > .nav-tabs > li > a {
            color: #FFFFFF;
            border: none;
            min-width: 75px;
            border-radius: 0;
            margin: 0 0 2px 0;
            padding: 10px 20px;
            background: #5cb85c;
        }

        .tab-v2 > .nav-tabs > li.active > a {
            color: #000000;
            border: none;
            background: #f6f6f6;
        }

.tab-v2.tabs-left > .nav-tabs {
    float: left;
}

.tab-v2.tabs-right > .nav-tabs {
    float: right;
}

/*Tab v3
------------------------------------*/
/*Tab v4
------------------------------------*/
.tab-v4 .nav-tabs {
    border-bottom: none;
}

    .tab-v4 .nav-tabs > li > a {
        color: #FFFFFF;
        border: none;
        border-radius: 0;
        padding: 10px 20px;
        background: #5cb85c;
    }

    .tab-v4 .nav-tabs > li.active > a {
        color: #000000;
        border: none;
        background: #f6f6f6;
    }

.tab-v4 .tab-content {
    padding: 15px 20px;
}

/*Tab v5
------------------------------------*/
.tab-v5 .nav-tabs {
    border-bottom: none;
}

    .tab-v5 .nav-tabs > li > a {
        color: #FFFFFF;
        border: none;
        border-radius: 0;
        background: #5cb85c;
        margin-right: 2px;
        padding: 10px 20px;
        border-top: 2px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }

    .tab-v5 .nav-tabs > li.active > a {
        color: #222;
        border: none;
        background: #FFFFFF;
        border-top: 2px solid #000000;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

.tab-v5 > .tab-content {
    padding: 15px 20px;
    border: 1px solid #eee;
}

/*Tab v6
------------------------------------*/
.tab-v6 .tab-heading {
    overflow: hidden;
    background: #FFFFFF;
    padding: 10px 20px;
    border-top: 2px solid #000000;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.tab-v6 h2.category {
    margin: 0;
    float: left;
    text-transform: uppercase;
}

.tab-v6 .nav-tabs {
    float: right;
    border-bottom: none;
}

    .tab-v6 .nav-tabs > li > a {
        color: #000000;
        border: none;
        border-radius: 0;
        padding: 10px 20px;
    }

    .tab-v6 .nav-tabs > li.active > a {
        color: red;
        color: #222;
    }

        .tab-v6 .nav-tabs > li.active > a:hover,
        .tab-v6 .nav-tabs > li.active > a:focus {
            color: red;
        }

        .tab-v6 .nav-tabs > li.active > a:hover,
        .tab-v6 .nav-tabs > li.active > a:focus {
            border: none;
            color: red;
        }

    .tab-v6 .nav-tabs > li > a:hover {
        background: inherit;
    }

.tab-v6 .tab-content {
    padding: 15px 20px;
    border: 1px solid #eee;
}

.tab-v8 .nav-inner {
    text-align: center;
}

.tab-v8 .nav-tabs {
    display: inline-block;
    border-bottom: solid 1px #CCC;
}

    .tab-v8 .nav-tabs li a {
        border: none;
        background: transparent;
    }

        .tab-v8 .nav-tabs li a.active,
        .tab-v8 .nav-tabs li a:focus,
        .tab-v8 .nav-tabs li a:hover {
            background: transparent;
            border-top: none;
        }

    .tab-v8 .nav-tabs li.active,
    .tab-v8 .nav-tabs li:focus,
    .tab-v8 .nav-tabs li:hover {
        background: transparent;
        border-top: none;
        border-bottom: solid 2px #5cb85c;
    }

/** 4.8 Accordions **/
.accordion .panel {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

.accordion .panel-heading {
    padding: 15px;
    position: relative;
}

    .accordion .panel-heading a {
        text-decoration: none;
        font-weight: bold;
    }

        .accordion .panel-heading a:before {
            content: "-";
            font-size: 22px;
            font-weight: 600;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 16px;
            display: inline-block;
            color: #fff;
            background: #e41d2e;
        }

        .accordion .panel-heading a.collapsed:before {
            content: "\f067";
            font-family: "FontAwesome";
            font-size: 15px;
            line-height: 20px;
            color: #fff;
            background: #384551;
        }

.accordion .panel-body {
    border-top-color: transparent !important;
}

.accordion.collapse-right .panel-heading a:before {
    position: absolute;
    right: 20px;
}

.rtl .accordion.collapse-right .panel-heading a:before {
    left: 20px;
    right: auto;
}

.accordion.collapse-color .panel-heading a:before {
    color: #fff;
    background: #5cb85c;
}

.accordion.noborder .panel-heading {
    padding-left: 0;
    padding-right: 0;
}

.accordion.noborder .panel,
.accordion.noborder .panel-heading,
.accordion.noborder .panel-body {
    background-color: transparent;
    border: none;
}

.accordion.nobackground .panel,
.accordion.nobackground .panel-heading,
.accordion.nobackground .panel-body {
    background-color: transparent;
}

/* accordion style version 1 */
.accordion-v1 .panel-heading a:before {
    left: -10px;
    position: absolute;
}

.rtl .accordion-v1 .panel-heading a:before {
    right: -10px;
    left: auto;
}

.accordion-v1 .panel,
.accordion-v1 .panel-heading,
.accordion-v1 .panel-body {
    border: none;
}

/* accordion style version 2 */
.accordion-v2 .panel,
.accordion-v2 .panel-heading,
.accordion-v2 .panel-body {
    border: none;
}

/* accordion style version 3 */
.accordion-v3 .panel .panel-heading {
    border-bottom: solid 1px #eee;
}

/* accordion style version 4 */
.accordion-v4 .panel-collapse {
    position: relative;
}

    .accordion-v4 .panel-collapse.in:before {
        position: absolute;
        content: "";
        background-color: #5cb85c;
        top: -51px;
        left: -1px;
        height: 3px;
        width: 100.5%;
    }

/** 4.9 Piechart **/
[class*="piechart-v"] .piechart-body {
    position: relative;
    display: inline-block;
}

    [class*="piechart-v"] .piechart-body .piechart-body-inner {
        top: 0;
        font-size: 35px;
        line-height: 140px;
        position: absolute;
        left: 0;
        width: 100%;
        height: 140px;
    }

.rtl [class*="piechart-v"] .piechart-body .piechart-body-inner {
    right: 0;
    left: auto;
}

[class*="piechart-v"].piechart-center {
    text-align: center;
}

[class*="piechart-v"].light-style {
    color: #fff;
}

.progress-title {
    font-size: 24px;
    color: #000;
    font-weight: 800;
    line-height: 100%;
}

    .progress-title span {
        margin-right: 10px;
    }

.rtl .progress-title span {
    margin-left: 10px;
    margin-right: inherit;
}

.progress-title small {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.progress-bar {
    box-shadow: none;
}

.progress-icon .progress-title {
    padding-left: 10px;
}

.progress-icon .bar-chart {
    padding-left: 50px;
    position: relative;
}

.progress-icon .bar-icon {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
}

.progress-box .progress-bar {
    transition: all 3s ease-in 0s;
}

.process > li:hover i,
.process > li:hover i:after {
    transition: all 0.3s ease-in-out 0s;
}

.chart {
    display: inline-block;
    width: 110px;
    margin: 40px auto 20px;
    padding: 0 10px;
}

.easyPieChart {
    position: relative;
    text-align: center;
}

    .easyPieChart canvas {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.percentage {
    font-size: 24px;
    color: #8bc34a;
    font-weight: 800;
    margin: 0 auto 0.5em;
}

.piechart-title {
    text-transform: uppercase;
    font-weight: 700;
}

.ctrl {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #c4cdcc;
    word-spacing: 5px;
}

    .ctrl span {
        cursor: pointer;
        -webkit-transition: color 0.5s ease-in-out;
        -o-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
    }

        .ctrl span:hover {
            color: #000;
        }


/**************************************************/
/********* Responsive item view template *********/
@media (max-width: 900px) {
    .product .product_interactive .action .img_default {
        opacity: 1;
    }

        .product .product_interactive .action .img_default a img {
            transform: translate(0px, 0px);
        }

            .product .product_interactive .action .img_default a img.cart_hover {
                display: none;
            }

            .product .product_interactive .action .img_default a img.wishlist_hover {
                display: none;
            }

            .product .product_interactive .action .img_default a img.quickview_hover {
                display: none;
            }

        .product .product_interactive .action .img_default a.img_cart:hover .cart_default {
            -webkit-transform: rotateY(0) !important;
            -moz-transform: rotateY(0) !important;
            transform: rotateY(0) !important;
        }

        .product .product_interactive .action .img_default a.img_wishlist:hover .wishlist_default {
            -webkit-transform: rotateY(0) !important;
            -moz-transform: rotateY(0) !important;
            transform: rotateY(0) !important;
        }

        .product .product_interactive .action .img_default a.img_quickview:hover .quickview_default {
            -webkit-transform: rotateY(0) !important;
            -moz-transform: rotateY(0) !important;
            transform: rotateY(0) !important;
        }

    .product:hover {
        box-shadow: none;
    }

        .product:hover .product_interactive {
            background: none;
        }

            .product:hover .product_interactive .img-product {
                transform: none;
            }

            .product:hover .product_interactive .action .img_default a img.cart_hover {
                display: none;
            }

            .product:hover .product_interactive .action .img_default a img.wishlist_hover {
                display: none;
            }

            .product:hover .product_interactive .action .img_default a img.quickview_hover {
                display: none;
            }

    .products .border_products {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 900px) {
    .product_v3 .tab-content .product .product_interactive .action {
        bottom: 20px;
    }

        .product_v3 .tab-content .product .product_interactive .action .img_default {
            opacity: 1;
        }

            .product_v3 .tab-content .product .product_interactive .action .img_default a img.cart_hover {
                display: none;
            }

            .product_v3 .tab-content .product .product_interactive .action .img_default a img.wishlist_hover {
                display: none;
            }

            .product_v3 .tab-content .product .product_interactive .action .img_default a img.quickview_hover {
                display: none;
            }

            .product_v3 .tab-content .product .product_interactive .action .img_default a.img_cart:hover .cart_default {
                -webkit-transform: rotateY(0) !important;
                -moz-transform: rotateY(0) !important;
                transform: rotateY(0) !important;
            }

            .product_v3 .tab-content .product .product_interactive .action .img_default a.img_wishlist:hover .wishlist_default {
                -webkit-transform: rotateY(0) !important;
                -moz-transform: rotateY(0) !important;
                transform: rotateY(0) !important;
            }

            .product_v3 .tab-content .product .product_interactive .action .img_default a.img_quickview:hover .quickview_default {
                -webkit-transform: rotateY(0) !important;
                -moz-transform: rotateY(0) !important;
                transform: rotateY(0) !important;
            }
}

/** 5.3. Shop Widget **/
/** 5.4. Shop view Pages **/
header .navigation_responsive {
    height: 0px;
}

.filter_bar:before {
    content: "";
    height: 76%;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border: 1px dashed #fff;
    border-radius: 10px;
}

.filter_bar .default_sorting {
    float: left;
}

    .filter_bar .default_sorting a:hover {
        text-decoration: none;
    }

    .filter_bar .default_sorting .dropdown-menu:before {
        border: none !important;
    }

    .filter_bar .default_sorting .dropdown-menu:after {
        border: none !important;
    }

    .filter_bar .default_sorting.open .dropdown-menu {
        opacity: 1;
        visibility: inherit;
    }

.filter_bar .nav_fillter_bar {
    float: right;
    padding-right: 28px;
    position: relative;
}

    .filter_bar .nav_fillter_bar form button.smallGrid {
        background: none;
        box-shadow: none;
        width: 35px;
        padding: 0;
        height: 60px;
        line-height: 60px;
        border: none;
    }

        .filter_bar .nav_fillter_bar form button.smallGrid i {
            color: #aeb1b6;
            font-size: 18px;
        }

            .filter_bar .nav_fillter_bar form button.smallGrid i:active,
            .filter_bar .nav_fillter_bar form button.smallGrid i.active,
            .filter_bar .nav_fillter_bar form button.smallGrid i:focus,
            .filter_bar .nav_fillter_bar form button.smallGrid i:hover {
                color: #facf09;
            }

        .filter_bar .nav_fillter_bar form button.smallGrid:active,
        .filter_bar .nav_fillter_bar form button.smallGrid.active,
        .filter_bar .nav_fillter_bar form button.smallGrid:focus,
        .filter_bar .nav_fillter_bar form button.smallGrid:hover {
            outline: 0;
        }

    .filter_bar .nav_fillter_bar form button.largeGrid {
        background: none;
        box-shadow: none;
        width: 35px;
        padding: 0;
        height: 60px;
        line-height: 60px;
        border: none;
    }

        .filter_bar .nav_fillter_bar form button.largeGrid i {
            color: #aeb1b6;
            font-size: 18px;
        }

            .filter_bar .nav_fillter_bar form button.largeGrid i:active,
            .filter_bar .nav_fillter_bar form button.largeGrid i.active,
            .filter_bar .nav_fillter_bar form button.largeGrid i:focus,
            .filter_bar .nav_fillter_bar form button.largeGrid i:hover {
                color: #facf09;
            }

        .filter_bar .nav_fillter_bar form button.largeGrid:active,
        .filter_bar .nav_fillter_bar form button.largeGrid.active,
        .filter_bar .nav_fillter_bar form button.largeGrid:focus,
        .filter_bar .nav_fillter_bar form button.largeGrid:hover {
            outline: 0;
        }

.filter_bar_04 {
    margin-left: 75px;
    margin-right: 75px;
}

.products_04_shopgrid {
    margin-top: 30px !important;
    margin-bottom: 80px !important;
}

.dropdown_shopgrid {
    width: 200px;
    padding-bottom: 30px !important;
}

    .dropdown_shopgrid li {
        line-height: 40px;
    }

        .dropdown_shopgrid li a {
            color: #384551 !important;
            font-size: 18px !important;
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .dropdown_shopgrid li a:after {
                display: none;
            }

            .dropdown_shopgrid li a:before {
                display: none;
            }

/**********************/
/* Responsive 04 *****/
@media only screen and (max-width: 800px) {
    .filter_bar_04 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .filter_bar {
        margin-top: 20px;
    }
}

@media (max-width: 450px) {
    .pagination_shopgrid .pager li.click a {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 380px) {
    .breadcrumb_04 h2 {
        font-size: 45px;
    }

    .breadcrumbs .breadcrumb-links {
        font-size: 13px;
    }
}

/********************/
/********************/
.products_05_shopgrid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/********************/
/********************/
.content_blog_06 {
    margin-bottom: 80px;
}

    .content_blog_06 .all_category .title_all_category {
        font-family: 'MouseMemoirsRegular';
        font-size: 30px;
        color: #384551;
        line-height: 60px;
        background: url(../images/products/line_all_category.png) no-repeat scroll 0 50px;
        background-position-y: 48px;
    }

    .content_blog_06 .products_06_shopgrid {
        margin-top: 30px !important;
        margin-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .content_blog_06 .list_unstyled_06 {
        padding-top: 20px;
        list-style: none;
    }

        .content_blog_06 .list_unstyled_06 li {
            font-family: 'BellGothicStdBold';
            padding-bottom: 10px;
            padding-top: 16px;
            font-size: 14px;
            border-top: 1px solid #e1e1e1;
            cursor: pointer;
        }

            .content_blog_06 .list_unstyled_06 li:hover,
            .content_blog_06 .list_unstyled_06 li:focus,
            .content_blog_06 .list_unstyled_06 li:active {
                font-family: "BellGothicStdBlack";
            }

            .content_blog_06 .list_unstyled_06 li.level_1 i {
                float: right;
            }

            .content_blog_06 .list_unstyled_06 li i {
                display: none;
            }

            .content_blog_06 .list_unstyled_06 li.has-icon i {
                display: block;
            }

            .content_blog_06 .list_unstyled_06 li.women {
                padding-top: 0px !important;
                border: none !important;
            }

            .content_blog_06 .list_unstyled_06 li.active {
                font-family: 'BellGothicStdBlack';
                font-size: 14px;
                color: #e4022d;
            }

                .content_blog_06 .list_unstyled_06 li.active i {
                    position: relative;
                    width: 20px;
                    height: 20px;
                    text-align: center;
                }

                    .content_blog_06 .list_unstyled_06 li.active i:before {
                        content: "\f0d8";
                        position: absolute;
                        right: -5px;
                        top: 0px;
                        width: 20px;
                        height: 20px;
                    }

                .content_blog_06 .list_unstyled_06 li.active:hover {
                    cursor: pointer;
                }

            .content_blog_06 .list_unstyled_06 li a {
                text-decoration: none;
                color: #384551;
            }

                .content_blog_06 .list_unstyled_06 li a i {
                    float: right;
                }

            .content_blog_06 .list_unstyled_06 li ul {
                display: none;
            }

                .content_blog_06 .list_unstyled_06 li ul.level_2 {
                    padding-left: 0px;
                    padding-top: 5px;
                    list-style: none;
                }

                    .content_blog_06 .list_unstyled_06 li ul.level_2 li {
                        border: none;
                        padding-left: 20px;
                        padding-bottom: 0px;
                    }

                        .content_blog_06 .list_unstyled_06 li ul.level_2 li a {
                            float: none;
                        }

.top_sale .pro_top_sales_06 .filter_product .caption_v2 {
    padding-left: 16px;
}

/******************/
/* Responsive 06 shop grid */
@media (max-width: 1025px) and (min-width: 1023px) {
    .top_sale .pro_top_sales_06 .filter_product .caption_v2 .title_product {
        line-height: 30px;
    }

    .content_blog_06 .filter_by_price .filter-price .filter_now a {
        background-size: 112px;
        padding-right: 23px;
        padding-top: 7px;
        padding-left: 26px;
    }
}

@media (max-width: 999px) {
    .pro_top_sales_06 .filter_product {
        display: block;
        margin-bottom: 50px;
    }
}

/********************/
/********************/
.filter_by_price {
    margin-bottom: 30px;
}

    .filter_by_price .f-price {
        display: inline-block;
        width: 100%;
    }

        .filter_by_price .f-price .ui-widget-content {
            height: 2px;
            background: #E8E6E2 none repeat scroll 0% 0%;
            position: relative;
        }

            .filter_by_price .f-price .ui-widget-content .ui-slider-range {
                height: 2px;
                background: #212121;
                position: absolute;
            }

        .filter_by_price .f-price span strong#amount {
            color: #e85059;
            font-family: 'BellGothicStdBlack';
            font-size: 14px;
            float: right;
            padding-top: 15px;
            margin-top: 18px;
        }

        .filter_by_price .f-price button.textup {
            text-transform: uppercase;
            margin-top: 18px;
            color: #fff;
            padding-top: 15px;
            padding-bottom: 20px;
            float: left;
            padding-right: 35px;
            padding-left: 35px;
            font-family: 'MouseMemoirsRegular';
            font-size: 20px;
            background: url(../images/icon/background_filter_now.png) no-repeat;
            background-size: 100% 100%;
            border: none;
        }

            .filter_by_price .f-price button.textup:focus,
            .filter_by_price .f-price button.textup:active,
            .filter_by_price .f-price button.textup:hover {
                outline: aliceblue;
                background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
                background-size: 100% 100%;
                box-shadow: none;
            }

        .filter_by_price .f-price .ui-state-default {
            width: 14px;
            height: 14px;
            position: absolute;
            top: -6px;
            transition: none 0s ease 0s;
            border-radius: 50%;
            background: #212121;
        }

    .filter_by_price .title_all_category {
        padding-bottom: 20px;
    }

.by_color {
    padding-top: 10px;
}

.by_size {
    padding-top: 10px;
}

.no_item {
    color: #373737;
    opacity: 0.3;
    font-family: 'BellGothicStdBold';
    font-size: 14px;
    padding-top: 25px;
}

.top_sale {
    padding-top: 26px;
}

    .top_sale .title_top_sales {
        padding-bottom: 30px;
    }

/********************/
/* Responsive 07 ****/
.all_category_07 {
    margin-top: 10px;
}

@media (max-width: 1000px) {
    .product_08_shopgrid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/*****************/
/* 08 shop grid */
.product_08_shopgrid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/** 5.5. Shop Single **/
.blog_20 {
    padding-bottom: 60px;
}

    .blog_20 .img_blog {
        position: relative;
        display: block;
    }

        .blog_20 .img_blog:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            left: 0;
            top: 0;
            z-index: 1;
            opacity: 0;
            filter: alpha(opacity=0);
            visibility: hidden;
            background: rgba(0, 0, 0, 0.2);
            -webkit-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
        }

    .blog_20 img {
        width: 370px;
    }

    .blog_20 a {
        text-decoration: none;
    }

        .blog_20 a:hover,
        .blog_20 a:focus,
        .blog_20 a:active {
            text-decoration: none;
        }

    .blog_20 .title_blog {
        font: 400 30px "MouseMemoirsRegular";
        color: #384551;
        padding-top: 22px;
        text-decoration: none;
    }

        .blog_20 .title_blog:hover,
        .blog_20 .title_blog:focus,
        .blog_20 .title_blog:active {
            color: #e4022d;
        }

    .blog_20 .judge {
        color: #555555;
        opacity: 0.3;
        padding-top: 15px;
        padding-bottom: 20px;
        font: 400 14px "Bell Gothic Std Light";
    }

        .blog_20 .judge .comment_blog {
            padding-left: 25px;
        }

            .blog_20 .judge .comment_blog span {
                font: 400 14px "Bell Gothic Std Light";
            }

    .blog_20 .content_blog {
        font: 400 16px "Bell Gothic Std Light";
        color: #384551;
        opacity: 0.6;
    }

    .blog_20 a.read_more {
        text-transform: uppercase;
        font: 400 20px "MouseMemoirsRegular";
        padding-top: 25px;
        text-decoration: none;
        display: block;
    }

        .blog_20 a.read_more:hover,
        .blog_20 a.read_more:active,
        .blog_20 a.read_more:focus {
            color: #384551;
        }

    .blog_20 .img_blog:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        width: 100%;
        height: 100%;
    }

.pagination_20 {
    margin-bottom: 80px;
}

/*************************************/
/******* Responsive 20 Blog *********/
@media only screen and (max-width: 767px) {
    .blog_20 {
        display: inline-block;
    }

        .blog_20 img {
            float: left;
            margin-right: 20px;
        }

        .blog_20 .title_blog {
            padding-top: 0px;
            font-size: 28px;
        }

        .blog_20 .content_blog {
            display: flex;
            font-size: 14px;
        }

        .blog_20 a {
            padding-left: 392px;
            padding-top: 8px;
            font-size: 18px;
        }

        .blog_20 .judge {
            padding-top: 4px;
            padding-bottom: 5px;
            font-size: 12px;
        }
}

@media only screen and (max-width: 480px) {
    .blog_20 a {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 320px) {
    .blog_20 .title_blog {
        font-size: 25px;
    }

    .blog_20 .judge {
        font-size: 12px;
    }

    .blog_20 .content_blog {
        font-size: 12px;
    }

    .blog_20 a {
        font-size: 16px;
    }
}

.post_blogsingle .video {
    width: 100%;
    height: 550px;
}

.post_blogsingle .audio {
    width: 100%;
    height: 450px;
}

.post_blogsingle a {
    text-decoration: none;
}

    .post_blogsingle a:hover,
    .post_blogsingle a:focus,
    .post_blogsingle a:active {
        text-decoration: none;
    }

.post_blogsingle .title_blog {
    color: #384551;
    font: 400 36px "MouseMemoirsRegular";
    padding-top: 32px;
}

    .post_blogsingle .title_blog:hover,
    .post_blogsingle .title_blog:focus,
    .post_blogsingle .title_blog:active {
        text-decoration: none;
        color: #e4022d;
    }

.post_blogsingle .judge {
    color: #555555;
    opacity: 0.5;
    font: 400 14px "Bell Gothic Std Light";
}

    .post_blogsingle .judge .comment_blog {
        padding-left: 36px;
    }

    .post_blogsingle .judge .like_blog {
        padding-left: 36px;
    }

.post_blogsingle .tag_tool {
    float: left;
}

    .post_blogsingle .tag_tool .tags {
        text-transform: uppercase;
        color: #384551;
        font: 400 24px "MouseMemoirsRegular";
    }

    .post_blogsingle .tag_tool .tool {
        font: 400 14px "BellGothicStdBold";
        color: #b5b5b5;
    }

.post_blogsingle .share {
    float: right;
}

    .post_blogsingle .share .share_this {
        text-transform: uppercase;
        color: #384551;
        font: 400 24px "MouseMemoirsRegular";
    }

    .post_blogsingle .share .img_conn a img {
        padding-left: 20px;
        transition: all 0.3s ease-out;
        transform: tramslate(0px, 0px);
        transition: all 0.3s ease;
    }

        .post_blogsingle .share .img_conn a img:hover {
            transform: translate(0px, -5px);
        }

.post_blogsingle .tag_share {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 50px;
}

.post_blogsingle .author-info {
    padding-bottom: 58px;
}

    .post_blogsingle .author-info img {
        float: left;
    }

    .post_blogsingle .author-info .author-bio {
        padding-left: 125px;
    }

        .post_blogsingle .author-info .author-bio h3 {
            color: #384551;
            font: 400 24px "MouseMemoirsRegular";
            text-transform: uppercase;
            line-height: 0px;
            padding-top: 10px;
        }

        .post_blogsingle .author-info .author-bio .job {
            color: #b5b5b5;
            font: 400 13px "BellGothicStdLight";
            padding-top: 8px;
            padding-bottom: 15px;
            display: inline-block;
        }

        .post_blogsingle .author-info .author-bio p {
            color: #888888;
            font: 400 16px "BellGothicStdLight";
        }

.post_blogsingle .comments-area h3 {
    font: 400 30px "MouseMemoirsRegular";
    color: #384551;
    background: url(../images/products/line_all_category.png) no-repeat scroll 0 40px;
    padding-bottom: 45px;
    background-position-y: 37px;
}

.post_blogsingle .comments-area ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .post_blogsingle .comments-area ol .comment ol {
        list-style: none;
        padding-left: 100px;
    }

    .post_blogsingle .comments-area ol .comment-body {
        margin-bottom: 45px;
    }

        .post_blogsingle .comments-area ol .comment-body .comment-avatar img {
            float: left;
            max-width: 60px;
            margin-right: 25px;
        }

        .post_blogsingle .comments-area ol .comment-body .comment-meta {
            border-bottom: 1px solid #eaeaea;
            margin-left: 85px;
            padding-bottom: 3px;
        }

            .post_blogsingle .comments-area ol .comment-body .comment-meta .comment-author a {
                text-decoration: none;
                color: #384551;
                font: 400 14px "BellGothicStdBlack";
                text-transform: uppercase;
                display: inline-block;
            }

            .post_blogsingle .comments-area ol .comment-body .comment-meta .action-link {
                text-transform: uppercase;
                color: #b5b5b5;
                font: 400 15px "MouseMemoirsRegular";
                float: right;
                display: block;
            }

                .post_blogsingle .comments-area ol .comment-body .comment-meta .action-link a {
                    text-decoration: none;
                }

                    .post_blogsingle .comments-area ol .comment-body .comment-meta .action-link a.comment-repost {
                        color: #b5b5b5;
                        font: 400 15px "MouseMemoirsRegular";
                    }

        .post_blogsingle .comments-area ol .comment-body .comment-content {
            padding-top: 7px;
            margin-left: 85px;
            color: #888888;
            font: 400 16px "BellGothicStdLight";
        }

.comment-respond form p input {
    height: 40px;
    width: 100%;
    padding-left: 20px;
    color: #384551;
    border: 1px solid #b5b5b5;
    font: 400 16px "BellGothicStdLight";
}

    .comment-respond form p input:focus {
        outline: aliceblue;
    }

.comment-respond form p textarea {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 20px;
    color: #384551;
    border: 1px solid #b5b5b5;
    font: 400 16px "BellGothicStdLight";
}

    .comment-respond form p textarea:focus {
        outline: aliceblue;
    }

.comment-respond form .form-submit button {
    border: 0px;
    background: url(../images/icon/background_filter_now.png) no-repeat;
    padding-left: 55px;
    padding-right: 91px;
    padding-bottom: 30px;
    padding-top: 13px;
    background-size: 233px 70px;
    transition: all 0.3s ease;
}

    .comment-respond form .form-submit button span {
        text-transform: uppercase;
        color: #fff;
        font: 400 30px "MouseMemoirsRegular";
    }

    .comment-respond form .form-submit button:hover span,
    .comment-respond form .form-submit button:focus span,
    .comment-respond form .form-submit button:active span {
        color: #000;
    }

    .comment-respond form .form-submit button:focus {
        outline: aliceblue;
    }

.blogSingle {
    margin-top: -15px;
}

    .blogSingle .title_all_category {
        line-height: 32px !important;
        padding-top: 10px !important;
        padding-bottom: 20px !important;
        font-family: 'MouseMemoirsRegular';
        font-size: 30px;
        color: #384551;
        line-height: 60px;
        background: url(../images/products/line_all_category.png) no-repeat;
    }

.recent_post ul {
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
    list-style: none;
}

    .recent_post ul li {
        display: table;
        margin-top: 30px;
    }

        .recent_post ul li a {
            text-decoration: none;
        }

            .recent_post ul li a img {
                float: left;
            }

            .recent_post ul li a p {
                color: #384551;
                font: 400 24px "MouseMemoirsRegular";
                padding-left: 110px;
            }

                .recent_post ul li a p:hover,
                .recent_post ul li a p:active {
                    color: #e4022d;
                }

        .recent_post ul li p.time_recent {
            padding-top: 10px;
            padding-left: 110px;
            color: #555555;
            opacity: 0.5;
            font: 400 14.02px "BellGothicStdLight";
        }

        .recent_post ul li.mincenas {
            margin-top: 25px !important;
        }

.tags .title_all_category {
    background-size: 34px 5% !important;
    padding-bottom: 30px;
}

.tags p {
    margin-top: -15px;
}

    .tags p span a {
        text-decoration: none;
    }

        .tags p span a:hover,
        .tags p span a:active {
            color: #e4022d;
        }

    .tags p .jacket a {
        font: 400 21.71px "MouseMemoirsRegular";
        color: #555555;
        margin: 0 5px;
    }

    .tags p .kids_store a {
        color: #212121;
        font: 400 37.21px "MouseMemoirsRegular";
        margin: 0 5px;
    }

    .tags p .boys a {
        color: #555555;
        font: 400 21.71px "MouseMemoirsRegular";
        margin: 0 5px;
    }

    .tags p .fashion a {
        color: #888888;
        font: 400 31.01px "MouseMemoirsRegular";
        margin: 0 5px;
    }

    .tags p .style a {
        color: #555555;
        font: 400 21.71px "MouseMemoirsRegular";
        margin: 0 5px;
    }

    .tags p .jean a {
        color: #555555;
        font: 400 27.91px "MouseMemoirsRegular";
        margin: 0 5px;
    }

    .tags p .footwaer a {
        color: #555555;
        font: 400 27.91px "MouseMemoirsRegular";
        margin: 0 5px;
    }

    .tags p .t_shirt a {
        color: #555555;
        font: 400 27.91px "MouseMemoirsRegular";
        margin: 0 5px;
    }

    .tags p .shoes a {
        color: #555555;
        font: 400 18.61px "MouseMemoirsRegular";
        margin: 0 5px;
    }

    .tags p .summer a {
        color: #888888;
        font: 400 34.11px "MouseMemoirsRegular";
        margin: 0 5px;
    }

    .tags p .dress a {
        color: #555555;
        font: 400 21.71px "MouseMemoirsRegular";
        margin: 0 5px;
    }

    .tags p .collection a {
        color: #212121;
        font: 400 37.21px "MouseMemoirsRegular";
        margin: 0 5px;
    }

    .tags p .cool_boy a {
        color: #555555;
        font: 400 27.91px "MouseMemoirsRegular";
        margin: 0 5px;
    }

.gallery .title_all_category {
    padding-bottom: 20px;
}

.gallery ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    max-width: 282px;
}

    .gallery ul li {
        float: left;
        padding-right: 8px;
        padding-bottom: 8px;
        width: 33.3333%;
    }

        .gallery ul li a img {
            max-width: 100%;
            height: auto;
        }

.distance_blog {
    padding-top: 20px;
}

/******************************************/
/******* Responsive 21 Blog Single *******/
@media only screen and (max-width: 992px) {
    .post_blogsingle .comments-area {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 735px) {
    .post_blogsingle .tag_share {
        padding-bottom: 95px;
    }

    .post_blogsingle .tag_tool {
        width: 100%;
    }

    .post_blogsingle .share {
        width: 100%;
        margin-top: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .post_blogsingle .author-info {
        padding-bottom: 30px;
    }

    .post_blogsingle .comments-area ol .comment ol {
        padding-left: 50px;
    }

    .post_blogsingle .comments-area ol .comment-body .comment-meta {
        padding-bottom: 22px;
    }

        .post_blogsingle .comments-area ol .comment-body .comment-meta .action-link {
            width: 100%;
            font-size: 11px;
        }

            .post_blogsingle .comments-area ol .comment-body .comment-meta .action-link a.comment-repost {
                font-size: 11px;
            }
}

@media only screen and (max-width: 480px) {
    .post_blogsingle .title_blog {
        font-size: 30px;
        padding-top: 10px;
    }

    .post_blogsingle .judge {
        font-size: 11px;
    }

    .post_blogsingle .content_blog1 {
        font-size: 13px;
    }

    .post_blogsingle .content_blog2 {
        padding-top: 15px;
    }

    .post_blogsingle .tag_tool {
        font-size: 22px;
    }

        .post_blogsingle .tag_tool .tool {
            font-size: 12px;
        }

    .post_blogsingle .share .share_this {
        font-size: 22px;
    }

    .post_blogsingle .share .img_conn a img {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .post_blogsingle .share .img_conn a img {
        height: 26px;
        width: 32px;
    }

    .post_blogsingle .author-info .author-bio h3 {
        font-size: 22px !important;
        font: 400 22px "MouseMemoirsRegular";
        margin-bottom: 0px;
    }

    .post_blogsingle .author-info .author-bio .job {
        font-size: 11px;
        padding-top: 0px;
    }

    .post_blogsingle .author-info .author-bio p {
        font-size: 13px;
    }
}

/*******************************************/
/********* Responsive 22 Blog Single ******/
@media only screen and (max-width: 480px) {
    .post_blogsingle .video {
        height: 250px;
    }
}

@media only screen and (max-width: 320px) {
    .post_blogsingle .video {
        height: 180px;
    }
}

/******************************************/
/******** Responsive 24 Blog single ******/
@media only screen and (max-width: 480px) {
    .post_blogsingle .audio {
        height: 200px;
    }
}

/** 5.6. Shop Cart **/
#main-container .cart-form .table-responsive table {
    color: #384551;
}

    #main-container .cart-form .table-responsive table thead tr th {
        font-family: 'MouseMemoirsRegular';
        font-size: 30px;
        text-transform: uppercase;
        border: none !important;
        background: url(../images/products/line_thead.jpg) repeat-x 0 90%;
        background-position-y: 72px;
        padding-bottom: 24px;
        line-height: 60px;
        font-weight: 400 !important;
    }

        #main-container .cart-form .table-responsive table thead tr th.th_quatity {
            text-align: center;
        }

    #main-container .cart-form .table-responsive table tbody tr td {
        background: url(../images/products/line_tbody.jpg) repeat-x 0 100%;
        border: none !important;
        font-weight: 400 !important;
        background-position-y: 150px;
        padding-bottom: 20px;
    }

    #main-container .cart-form .table-responsive table tbody tr .product-subtotal {
        vertical-align: middle;
        color: #e41d2e;
        font-family: 'KingCoolKC';
        font-size: 30px;
    }

    #main-container .cart-form .table-responsive table tbody tr .product-price {
        vertical-align: middle;
        border: none;
        color: #384551;
        font-family: 'KingCoolKC';
        font-size: 30px;
    }

    #main-container .cart-form .table-responsive table tbody tr .product-remove {
        vertical-align: middle;
    }

        #main-container .cart-form .table-responsive table tbody tr .product-remove a {
            color: #b5b5b5;
        }

            #main-container .cart-form .table-responsive table tbody tr .product-remove a i:hover,
            #main-container .cart-form .table-responsive table tbody tr .product-remove a i:focus,
            #main-container .cart-form .table-responsive table tbody tr .product-remove a i:active {
                color: #e4022d;
            }

    #main-container .cart-form .table-responsive table tbody tr .product-name a {
        text-decoration: none;
    }

        #main-container .cart-form .table-responsive table tbody tr .product-name a span {
            color: #384551;
            font-family: 'BellGothicStdBold';
            font-size: 24px;
        }

            #main-container .cart-form .table-responsive table tbody tr .product-name a span:hover,
            #main-container .cart-form .table-responsive table tbody tr .product-name a span:focus,
            #main-container .cart-form .table-responsive table tbody tr .product-name a span:active {
                color: #e4022d;
            }

    #main-container .cart-form .table-responsive table tbody tr .product-name img {
        width: 90px;
        height: 126px;
    }

.quantity_product_15 {
    background: none !important;
    text-align: center;
    margin-top: -40px;
}

    .quantity_product_15 .product_15 {
        padding-left: 0px !important;
        margin-top: 40px;
        background: none !important;
    }

        .quantity_product_15 .product_15 .quantity input:focus {
            outline: none;
        }

        .quantity_product_15 .product_15 .quantity .fa {
            color: #fff;
            padding-left: 6px;
            padding-right: 8px;
            height: 25px;
            width: 25px;
            background: #bcbcbc;
            padding-top: 5px;
            border: 1px solid #bcbcbc;
            border-radius: 36px;
        }

            .quantity_product_15 .product_15 .quantity .fa:hover,
            .quantity_product_15 .product_15 .quantity .fa:active,
            .quantity_product_15 .product_15 .quantity .fa:focus {
                color: #e4022d;
            }

.cart-collaterals .cal-shipping {
    margin-top: 30px;
}

    .cart-collaterals .cal-shipping h3 {
        color: #384551;
        font-family: 'MouseMemoirsRegular';
        font-size: 36px;
        text-transform: uppercase;
    }

    .cart-collaterals .cal-shipping form {
        margin-top: 30px;
    }

        .cart-collaterals .cal-shipping form .selectbox {
            position: relative;
            height: 40px;
        }

            .cart-collaterals .cal-shipping form .selectbox select {
                color: #b5b5b5;
                font-family: 'BellGothicStdBold';
                font-size: 14px;
                width: 100%;
                height: 100%;
                text-indent: 22px;
                border: 1px solid #b5b5b5;
                outline: 0px;
            }

        .cart-collaterals .cal-shipping form .input-text input {
            outline: 0px;
            font-family: 'BellGothicStdBold';
            border: 1px solid #b5b5b5;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: #757575;
            border-radius: 0px;
            width: 100%;
            text-indent: 20px;
        }

        .cart-collaterals .cal-shipping form .cart-input {
            margin-bottom: 25px;
        }

        .cart-collaterals .cal-shipping form .input-submit a {
            color: #fff;
            font-family: 'MouseMemoirsRegular';
            font-size: 24px;
            text-decoration: none;
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            padding-left: 30px;
            padding-right: 37px;
            padding-top: 12px;
            padding-bottom: 15px;
            background-size: 150px 55px;
            text-transform: uppercase;
            transition: all 0.3s ease-out;
        }

            .cart-collaterals .cal-shipping form .input-submit a:hover,
            .cart-collaterals .cal-shipping form .input-submit a:focus,
            .cart-collaterals .cal-shipping form .input-submit a:active {
                background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                background-size: 150px 55px;
            }

.cal-shipping table {
    width: 100%;
}

    .cal-shipping table tr {
        margin-top: 23px;
    }

        .cal-shipping table tr.cart-subtotal {
            height: 40px;
            border-bottom: 1px solid #b5b5b5;
            width: 100%;
            display: block;
        }

            .cal-shipping table tr.cart-subtotal th {
                color: #384551;
                font-family: 'MouseMemoirsRegular';
                font-size: 24px;
                float: left;
                padding-left: 20px;
                padding-bottom: 20px;
                text-transform: uppercase;
                font-weight: 400 !important;
            }

            .cal-shipping table tr.cart-subtotal td {
                text-align: right;
                line-height: 44px;
                float: right;
                padding-right: 20px;
            }

                .cal-shipping table tr.cart-subtotal td .amount {
                    color: #e41d2e;
                    font-family: 'KingCoolKC';
                    font-size: 30px;
                    font-weight: 400 !important;
                }

        .cal-shipping table tr.shipping td {
            color: #384551;
            font-size: 18px;
            font-family: 'BellGothicStdBold';
        }

        .cal-shipping table tr.order-total {
            background: #384551;
        }

            .cal-shipping table tr.order-total .black-bg {
                color: #ffffff !important;
                font-size: 24px;
                font-family: 'MouseMemoirsRegular';
                padding-top: 3px;
            }

                .cal-shipping table tr.order-total .black-bg .amount {
                    font-family: 'KingCoolKC';
                    font-size: 30px;
                    color: #ffffff;
                    font-weight: 400 !important;
                }

            .cal-shipping table tr.order-total .price strong span {
                color: #fff;
            }

.cart-actions {
    margin-top: 56px;
    margin-bottom: 80px;
}

    .cart-actions form .coupon {
        margin-top: 4px;
    }

        .cart-actions form .coupon .cart-input input {
            width: 340px;
            height: 40px;
            text-indent: 20px;
            border: 1px solid #b5b5b5;
            outline: none;
        }

        .cart-actions form .coupon .input-submit a {
            margin-left: 25px;
            color: #fff;
            font-family: 'MouseMemoirsRegular';
            font-size: 24px;
            text-decoration: none;
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            padding-left: 30px;
            padding-right: 37px;
            padding-top: 12px;
            padding-bottom: 15px;
            background-size: 150px 55px;
            text-transform: uppercase;
            transition: all 0.3s ease-out;
        }

            .cart-actions form .coupon .input-submit a:hover {
                background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                background-size: 150px 55px;
            }

.cc .updatecart {
    float: left;
}

    .cc .updatecart a {
        color: #fff;
        font-family: 'MouseMemoirsRegular';
        font-size: 30px;
        text-decoration: none;
        background: url(../images/products/product_detail/background_add_card.png) no-repeat;
        padding-left: 55px;
        padding-right: 78px;
        padding-top: 12px;
        padding-bottom: 20px;
        background-size: 225px 65px;
        text-transform: uppercase;
        transition: all 0.3s ease-out;
    }

        .cc .updatecart a:hover {
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            background-size: 225px 65px;
        }

.cc .processcheck {
    float: right;
}

    .cc .processcheck a {
        color: #fff;
        font-family: 'MouseMemoirsRegular';
        font-size: 30px;
        text-decoration: none;
        background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
        padding-left: 32px;
        padding-right: 90px;
        padding-top: 13px;
        padding-bottom: 28px;
        text-transform: uppercase;
        background-size: 260px 65px;
        transition: all 0.3s ease-out;
    }

        .cc .processcheck a:hover {
            background: url(../images/products/product_detail/background_add_card.png) no-repeat;
            background-size: 260px 65px;
        }


/** 5.7. Shop Checkout **/

.main_content_checkout ul {
    list-style: none;
}

.main_content_checkout p.return {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .main_content_checkout p.return span {
        font-family: 'BellGothicStdBold';
        font-size: 15px;
        color: #384551;
    }

    .main_content_checkout p.return u a {
        color: #e41d2e;
        font-size: 15px;
        font-family: 'BellGothicStdBlack' !important;
    }

.main_content_checkout .billing-fields-1 h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.main_content_checkout .billing-fields h2 {
    color: #384551;
    font-size: 30px;
    font-family: 'MouseMemoirsRegular';
    text-transform: uppercase;
}

.main_content_checkout .billing-fields .input-field label {
    font-family: 'MouseMemoirsRegular';
    font-size: 20px;
    color: #384551;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
}

.main_content_checkout .billing-fields .input-field .start_checkout {
    color: #e41d2e;
}

.main_content_checkout .billing-fields .input-field .selectbox select {
    background: url("../images/icon/bg-select.jpg") no-repeat;
    background-position: center right;
    padding-right: 40px;
    padding-left: 15px;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: medium none;
    color: #B5B5B5;
    letter-spacing: 0.5px;
    height: 38px;
    font-weight: normal;
    font-family: 'BellGothicStdBold';
    font-size: 14px;
    -webkit-appearance: none;
}

    .main_content_checkout .billing-fields .input-field .selectbox select option {
        padding: 5px 10px;
        border: medium none;
        text-align: left;
    }

.main_content_checkout .billing-fields .input-field {
    margin-bottom: 15px;
}

    .main_content_checkout .billing-fields .input-field input:focus {
        outline-offset: 0px;
        box-sizing: none;
        outline: aliceblue;
    }

    .main_content_checkout .billing-fields .input-field textarea {
        width: 100%;
        font: 400 14px "BellGothicStdBold";
        padding-left: 22px;
        color: #0f0f0f;
    }

        .main_content_checkout .billing-fields .input-field textarea:focus {
            outline: aliceblue;
        }

.billing_block2 h2 {
    border-bottom: 1px solid #ebebeb;
}

.billing_block2 .input-field label .country {
    float: left;
}

.billing_block2 .input-field label .totals {
    float: right;
    padding-right: 15px;
}

.billing_block2 .input-field p span {
    font-size: 18px;
    font-family: 'BellGothicStdBold';
    color: #384551;
}

    .billing_block2 .input-field p span.navy {
        float: left;
    }

        .billing_block2 .input-field p span.navy .number_navy {
            color: #e41d2e;
        }

    .billing_block2 .input-field p span.price_navy {
        float: right;
        padding-right: 15px;
        font-family: 'KingCoolKC';
        font-size: 30px;
    }

.billing_block2 .input-field p.p_border {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 35px;
}

.billing_block2 .price_totals {
    font-family: 'KingCoolKC';
    font-size: 30px;
    float: right;
    padding-right: 15px;
}

.billing_block2 .free_shiping {
    font-size: 17.99px;
    font-family: 'BellGothicStdBold';
    text-transform: capitalize !important;
    float: right;
}

.deffirent_address label {
    font: 400 30px "MouseMemoirsRegular";
    color: #384551;
}

.payment_methods a {
    width: 200px;
}

    .payment_methods a.place_order {
        font: 400 24px "MouseMemoirsRegular";
        text-transform: uppercase;
        background: url(../images/products/product_detail/background_add_card.png) no-repeat;
        height: 58px;
        color: #fff;
        text-decoration: none;
        padding-right: 92px;
        padding-bottom: 44px;
        padding-left: 38px;
        padding-top: 14px;
        margin-bottom: 40px;
        background-size: 160px 60px;
    }

        .payment_methods a.place_order:hover,
        .payment_methods a.place_order:focus,
        .payment_methods a.place_order:active {
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            background-size: 160px 60px;
        }

.payment_methods ul {
    margin: 0px;
    padding: 0px;
}

    .payment_methods ul li .checkbox input {
        display: none;
    }

    .payment_methods ul li .checkbox label {
        width: 100%;
        position: relative;
        color: #384551;
        font-size: 24px;
        font-family: 'MouseMemoirsRegular';
        padding-left: 30px;
        margin-bottom: 7px;
    }

        .payment_methods ul li .checkbox label:before {
            display: block;
            width: 18px;
            height: 18px;
            border: 1px solid #B5B5B5;
            content: "";
            position: absolute;
            left: 1px;
            top: 50%;
            transform: translateY(-50%);
        }

    .payment_methods ul li .payment-box p {
        color: #384551;
        font-size: 16px;
        font-family: 'BellGothicStdLight';
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 29px;
        margin-bottom: 30px;
    }

    .payment_methods ul .paypal-method .checkbox a {
        font-family: 'MouseMemoirsRegular';
        color: #e41d2e;
    }

.checkbox_acount input {
    margin-left: 0px !important;
    display: none;
}

    .checkbox_acount input:checked + label:after {
        content: "\f00c";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px;
        color: #212121;
        position: absolute;
        top: 15%;
        left: 2px;
    }

.checkbox_acount label {
    font: 400 14px "BellGothicStdBold";
    color: #384551;
    padding-left: 30px;
}

    .checkbox_acount label:before {
        display: block;
        width: 18px;
        height: 18px;
        border: 1px solid #B5B5B5;
        content: "";
        position: absolute;
        left: 1px;
        top: 50%;
        transform: translateY(-50%);
    }

.deffirent_address {
    margin-top: 50px !important;
    margin-bottom: 45px !important;
}

    .deffirent_address.checkbox_acount input {
        display: none;
    }

        .deffirent_address.checkbox_acount input:checked + label:after {
            content: "\f00c";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 16px;
            color: #212121;
            position: absolute;
            top: 25%;
            left: 266px;
        }

    .deffirent_address label {
        padding-left: 0px !important;
        font: 400 30px "MouseMemoirsRegular";
        text-transform: uppercase;
    }

        .deffirent_address label:before {
            display: block;
            width: 18px;
            height: 18px;
            border: 1px solid #B5B5B5;
            content: "";
            position: absolute;
            left: 265px;
            top: 50%;
            transform: translateY(-50%);
        }

@media only screen and (max-width: 480px) {
    .billing_block2 .input-field p span {
        font-size: 16px;
    }

        .billing_block2 .input-field p span.price_navy {
            font-size: 26px;
        }

    .main_content_checkout .billing-fields .input-field textarea {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 376px) {
    .billing_block2 .input-field p span {
        font-size: 14px;
    }

        .billing_block2 .input-field p span.price_navy {
            font-size: 23px;
        }
}

@media only screen and (max-width: 320px) {
    .billing_block2 .input-field p span {
        font-size: 12px;
    }

        .billing_block2 .input-field p span.price_navy {
            font-size: 18px;
        }
}

/** 5.8. Shop Wishlist **/
.wishlist {
    margin-bottom: 60px;
}

    .wishlist table thead tr th.stock_status {
        text-align: center;
    }

    .wishlist table tbody tr .stock {
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        padding-top: 46px;
        color: #e41d2e;
        font: 400 24px "BellGothicStdBold";
    }

    .wishlist table tbody tr td.add_to_cart .add_cart {
        font: 400 24px "MouseMemoirsRegular";
        cursor: pointer;
        background: url(../images/icon/background_filter_now.png) no-repeat;
        text-decoration: none;
        color: #fff;
        padding-left: 30px;
        padding-right: 55px;
        padding-top: 13px;
        padding-bottom: 27px;
        text-transform: uppercase;
        background-size: 150px;
        float: right;
        margin-top: 40px;
        transition: all 0.3s ease;
    }

        .wishlist table tbody tr td.add_to_cart .add_cart:hover,
        .wishlist table tbody tr td.add_to_cart .add_cart:focus,
        .wishlist table tbody tr td.add_to_cart .add_cart:active {
            color: #384551;
        }

/**************************************/
/***** Responsive 18 Wishlist ********/
@media only screen and (max-width: 775px) and (min-width: 667px) {
    #main-container form.wishlist .table-responsive table tbody tr .product-name a span {
        font-size: 16px;
    }

    .wishlist table tbody tr .stock {
        font-size: 14px;
        padding-top: 52px;
    }

    .wishlist table tbody tr td.add_to_cart .add_cart {
        font: 400 20px "MouseMemoirsRegular";
        margin-bottom: 30px;
        background-size: 143px;
        padding-left: 33px;
    }
}

@media only screen and (max-width: 668px) and (min-width: 568px) {
    #main-container form.wishlist .table-responsive table tbody tr .product-name a span {
        font-size: 13px;
    }

    .wishlist table tbody tr .stock {
        font-size: 13px;
        padding-top: 52px;
    }

    .wishlist table tbody tr td.add_to_cart .add_cart {
        font: 400 18px "MouseMemoirsRegular";
        margin-bottom: 30px;
        background-size: 115px;
        padding-left: 25px;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 569px) {
    .wishlist table tbody tr .stock {
        position: absolute;
        left: 120px;
        padding-top: 35px;
        font: 400 14px "BellGothicStdBold";
    }

    .wishlist table tbody tr td.add_to_cart .add_cart {
        position: absolute;
        left: 120px;
        top: 30px;
        font-size: 15px;
        background-size: 100px;
        padding-top: 9px;
        padding-left: 24px;
    }
}

@media only screen and (max-width: 320px) {
    #main-container form.wishlist .table-responsive table tbody tr .stock {
        font-size: 12px;
    }

    #main-container form.wishlist .table-responsive table tbody tr .product-name a span {
        position: absolute;
        left: 92px;
    }

    .wishlist table tbody tr .stock {
        position: absolute;
        left: 112px;
    }

    .wishlist table tbody tr td.add_to_cart .add_cart {
        left: 112px;
        top: 32px;
    }
}

/** 5.9. Track Order **/
.track_order {
    margin-top: 77px;
    margin-bottom: 77px;
    text-align: center;
}

    .track_order .page-title {
        margin-bottom: 50px;
    }

        .track_order .page-title p {
            font: 400 18px "BellGothicStdLight";
            color: #384551;
        }

    .track_order .track-order .input-field label {
        display: inherit;
        max-width: 100%;
        color: #384551;
        font: 400 24px "MouseMemoirsRegular";
        text-transform: uppercase;
    }

    .track_order .track-order .input-field input {
        width: 430px;
        height: 40px;
        border: 1px solid #b5b5b5;
        margin-bottom: 22px;
        color: #384551;
    }

        .track_order .track-order .input-field input:focus {
            outline: aliceblue;
        }

    .track_order .track-order .input-field .submit {
        background: url(../images/products/product_detail/background_add_card.png) no-repeat;
        border: none;
        text-transform: uppercase;
        font: 400 24px "MouseMemoirsRegular";
        padding-left: 30px;
        padding-right: 46px;
        padding-top: 15px;
        padding-bottom: 17px;
        background-size: 150px 58px;
        color: #fff;
    }

        .track_order .track-order .input-field .submit:hover,
        .track_order .track-order .input-field .submit:active,
        .track_order .track-order .input-field .submit:focus {
            color: #384551;
        }

        .track_order .track-order .input-field .submit:focus {
            outline: aliceblue;
        }

/**************************************/
/**** Responsive Track Order *********/
@media only screen and (max-width: 774px) {
    .track_order .page-title {
        margin-bottom: 22px;
    }

        .track_order .page-title p {
            font: 400 15px "BellGothicStdLight";
            color: #384551;
        }

    .track_order .input-field label {
        font: 400 20px "MouseMemoirsRegular";
    }
}

@media only screen and (max-width: 641px) {
    .track_order .page-title p {
        font: 400 12px "BellGothicStdLight";
        color: #384551;
    }

    .track_order .input-field label {
        font: 400 16px "MouseMemoirsRegular" !important;
    }

    .track_order .track-order .input-field .submit {
        font: 400 20px "MouseMemoirsRegular";
        padding-left: 35px;
        padding-top: 14px;
        background-size: 144px 55px;
    }
}

@media only screen and (max-width: 480px) {
    .track_order {
        margin-top: 45px;
        margin-bottom: 50px;
    }

        .track_order .page-title p {
            font: 400 11px "BellGothicStdLight";
            color: #384551;
        }

        .track_order .input-field input {
            width: 100% !important;
            height: 35px !important;
        }

        .track_order .input-field label {
            font: 400 14px "MouseMemoirsRegular" !important;
        }

        .track_order .track-order .input-field .submit {
            font: 400 20px "MouseMemoirsRegular";
            padding-left: 35px;
            padding-top: 14px;
            background-size: 144px 55px;
        }
}

/** 6.1 Order Complete **/
.main_content_order {
    text-align: center;
}

    .main_content_order .bag {
        display: inline-block !important;
    }

    .main_content_order img {
        margin-top: 55px;
    }

    .main_content_order p.thank {
        font: 400 36px "MouseMemoirsRegular";
        color: #384551;
        margin-top: 50px;
        margin-bottom: 55px;
    }

    .main_content_order .buttons {
        text-transform: uppercase;
        margin-bottom: 136px;
    }

        .main_content_order .buttons .home {
            text-decoration: none;
            color: #fff;
        }

            .main_content_order .buttons .home span {
                font: 400 30px "MouseMemoirsRegular";
                background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
                background-size: 230px 70px;
                padding-top: 15px;
                padding-bottom: 30px;
                padding-right: 120px;
                padding-left: 65px;
            }

                .main_content_order .buttons .home span:hover,
                .main_content_order .buttons .home span:focus,
                .main_content_order .buttons .home span:active {
                    background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                    background-size: 230px 70px;
                }

        .main_content_order .buttons .shopping {
            text-decoration: none;
        }

            .main_content_order .buttons .shopping span {
                background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                color: #fff;
                font: 400 30px "MouseMemoirsRegular";
                background-size: 252px 70px;
                padding-left: 40px;
                padding-right: 65px;
                padding-bottom: 84px;
                padding-top: 15px;
            }

                .main_content_order .buttons .shopping span:hover,
                .main_content_order .buttons .shopping span:focus,
                .main_content_order .buttons .shopping span:active {
                    background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
                    background-size: 252px 70px;
                }

/****************************************/
/***** Responsive 17 order complete ****/
@media only screen and (min-width: 480px) and (max-width: 600px) {
    .main_content_order p.thank {
        font: 400 28px "MouseMemoirsRegular" !important;
    }

    .main_content_order .buttons .home span {
        font: 400 25px "MouseMemoirsRegular";
        background-size: 175px 62px;
        padding-top: 15px;
        padding-left: 46px;
    }

        .main_content_order .buttons .home span:hover,
        .main_content_order .buttons .home span:focus,
        .main_content_order .buttons .home span:active {
            background-size: 175px 62px;
        }

    .main_content_order .buttons .shopping span {
        font: 400 25px "MouseMemoirsRegular";
        background-size: 203px 62px;
        padding-left: 30px;
        padding-right: 34px;
    }

        .main_content_order .buttons .shopping span:hover,
        .main_content_order .buttons .shopping span:focus,
        .main_content_order .buttons .shopping span:active {
            background-size: 203px 62px;
        }
}

@media only screen and (min-width: 359px) and (max-width: 480px) {
    .main_content_order p.thank {
        font: 400 24px "MouseMemoirsRegular" !important;
    }

    .main_content_order .buttons .home span {
        font: 400 22px "MouseMemoirsRegular";
        background-size: 138px 65px;
        padding-top: 17px;
        padding-left: 35px;
        padding-right: 55px;
    }

        .main_content_order .buttons .home span:hover,
        .main_content_order .buttons .home span:focus,
        .main_content_order .buttons .home span:active {
            background-size: 138px 65px;
        }

    .main_content_order .buttons .shopping span {
        font: 400 22px "MouseMemoirsRegular";
        background-size: 164px 62px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .main_content_order .buttons .shopping span:hover,
        .main_content_order .buttons .shopping span:focus,
        .main_content_order .buttons .shopping span:active {
            background-size: 164px 62px;
        }
}

@media only screen and (max-width: 320px) {
    .main_content_order p.thank {
        font: 400 24px "MouseMemoirsRegular" !important;
    }

    .main_content_order .buttons .home span {
        font: 400 22px "MouseMemoirsRegular";
        background-size: 165px 60px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        width: 100%;
        background-position-x: 62px;
        margin-bottom: 30px;
    }

        .main_content_order .buttons .home span:hover,
        .main_content_order .buttons .home span:focus,
        .main_content_order .buttons .home span:active {
            background-size: 165px 60px;
        }

    .main_content_order .buttons .shopping span {
        font: 400 22px "MouseMemoirsRegular";
        background-size: 164px 62px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .main_content_order .buttons .shopping span:hover,
        .main_content_order .buttons .shopping span:focus,
        .main_content_order .buttons .shopping span:active {
            background-size: 164px 62px;
        }
}

/** 6.2 About Us **/
.content_main_aboutus {
    margin-bottom: 70px;
}

.about_info {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

    .about_info p {
        line-height: 24px;
        color: #888888;
        font: 400 16px "BellGothicStdLight";
    }

        .about_info p.topiary {
            padding-top: 30px;
        }

        .about_info p.share {
            padding-top: 70px;
        }

        .about_info p .share_this {
            padding-top: 160px;
            color: #384551;
            font: 400 24px "MouseMemoirsRegular";
            text-transform: uppercase;
        }

        .about_info p .img_conn a img {
            padding-left: 25px;
            transform: translate(0px, 0px);
            transition: all 0.3s ease;
        }

            .about_info p .img_conn a img:hover,
            .about_info p .img_conn a img:active,
            .about_info p .img_conn a img:focus {
                transform: translate(0px, 5px);
            }

.service_about ul li {
    border: 1px solid #ecf0f1;
}

    .service_about ul li h3 {
        color: #384551;
        font: 400 30px "MouseMemoirsRegular";
    }

    .service_about ul li p {
        color: #888888;
        font: 400 16px "BellGothicStdLight";
        padding-bottom: 40px;
    }

    .service_about ul li:hover {
        background: #f9f9f9;
    }

    .service_about ul li .icon-wrap-icon {
        padding-top: 45px;
        height: 20px;
        padding-bottom: 70px;
    }

.about_us h2 {
    color: #384551;
    font: 400 48px "MouseMemoirsRegular";
    padding-bottom: 22px;
}

.about_us .accordion .panel-group .panel-heading {
    background: none;
    border-bottom: 1px solid #e9e9ea;
    padding-left: 0px !important;
}

    .about_us .accordion .panel-group .panel-heading h4 a {
        font: 400 24px "MouseMemoirsRegular";
        color: #384551;
    }

.about_us .accordion .panel-group .panel-collapse .panel-body {
    color: #888888;
    font: 400 16px "BellGothicStdLight";
}

.about_our {
    margin-top: 60px;
    margin-bottom: 80px;
}

.out_skill h2 {
    color: #384551;
    font: 400 48px "MouseMemoirsRegular";
    padding-bottom: 30px;
}

.out_skill .bar-chart .progress-title small {
    color: #384551;
    text-transform: capitalize;
    font: 400 14px "BellGothicStdBold";
}

.out_skill .bar-chart .progress-title .text-success {
    float: right;
    color: #384551;
    font: 400 14px "BellGothicStdBold";
}

.title-member h3 {
    color: #384551;
    font: 400 48px "MouseMemoirsRegular";
    text-align: center;
    background: url(../images/products/line_all_category.png) no-repeat scroll center 32px;
    text-transform: uppercase;
    background-position-y: 35px;
    line-height: 0px;
    padding-bottom: 70px;
    background-position-x: 50%;
}

.team-members .merber {
    height: 465px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .team-members .merber .social-member {
        height: 58px;
        text-align: center;
    }

        .team-members .merber .social-member ul {
            display: block;
            margin-left: 0px;
            padding-left: 0px;
            text-align: center;
        }

            .team-members .merber .social-member ul li {
                display: inline-block;
            }

                .team-members .merber .social-member ul li a {
                    font-size: 20px;
                    margin: 0 10px;
                    line-height: 56px;
                    color: #212121;
                }

                    .team-members .merber .social-member ul li a.twitter i {
                        font-size: 28px;
                    }

                        .team-members .merber .social-member ul li a.twitter i:hover,
                        .team-members .merber .social-member ul li a.twitter i:active,
                        .team-members .merber .social-member ul li a.twitter i:focus {
                            color: #337ab7;
                        }

                    .team-members .merber .social-member ul li a.facebook i {
                        font-size: 28px;
                    }

                        .team-members .merber .social-member ul li a.facebook i:hover,
                        .team-members .merber .social-member ul li a.facebook i:active,
                        .team-members .merber .social-member ul li a.facebook i:focus {
                            color: #337ab7;
                        }

                    .team-members .merber .social-member ul li a.pinterest i {
                        font-size: 28px;
                    }

                        .team-members .merber .social-member ul li a.pinterest i:hover,
                        .team-members .merber .social-member ul li a.pinterest i:active,
                        .team-members .merber .social-member ul li a.pinterest i:focus {
                            color: #c71806;
                        }

                    .team-members .merber .social-member ul li a.behance i {
                        font-size: 28px;
                    }

                        .team-members .merber .social-member ul li a.behance i:hover,
                        .team-members .merber .social-member ul li a.behance i:active,
                        .team-members .merber .social-member ul li a.behance i:focus {
                            color: #115efa;
                        }

                    .team-members .merber .social-member ul li a.dribbble i {
                        font-size: 28px;
                    }

                        .team-members .merber .social-member ul li a.dribbble i:hover,
                        .team-members .merber .social-member ul li a.dribbble i:active,
                        .team-members .merber .social-member ul li a.dribbble i:focus {
                            color: #ec4a89;
                        }

    .team-members .merber .title-merber {
        height: 60px;
        text-align: center;
        display: block;
    }

        .team-members .merber .title-merber .name {
            color: #384551;
            font: 400 24px "MouseMemoirsRegular";
            margin-bottom: 3px;
            margin-top: 22px;
        }

        .team-members .merber .title-merber .job {
            color: #e41d2e;
            font: 400 14px "BellGothicStdBold";
        }

    .team-members .merber .social-member {
        transform: translate3d(0px, -58px, 0px);
        transition: all 0.5s ease-out;
    }

    .team-members .merber .images-merber {
        transform: translate3d(0px, -58px, 0px);
        transition: all 0.5s ease-out;
    }

        .team-members .merber .images-merber img {
            min-width: 100%;
        }

    .team-members .merber .title-merber {
        transform: translate3d(0px, -75px, 0px);
        transition: all 0.5s ease-out;
    }

    .team-members .merber:hover .social-member {
        transform: translate3d(0px, 0px, 0px);
    }

    .team-members .merber:hover .images-merber {
        transform: translate3d(0px, 0px, 0px);
    }

    .team-members .merber:hover .title-merber {
        transform: translate3d(0px, 0px, 0px);
    }

/*************************************************/
/************ Responsive 25 About Us ************/
@media only screen and (max-width: 775px) {
    .title-member h3 {
        padding-bottom: 100px;
        font-size: 40px;
    }

    .team-members .merber {
        text-align: center;
        height: auto;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .service_about {
        margin-left: 30px;
        margin-right: 30px;
    }

        .service_about ul li {
            width: 100%;
            margin-bottom: 20px;
        }
}

@media only screen and (max-width: 434px) {
    .about_info {
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .about_info p {
            font-size: 13px;
        }

            .about_info p .img_conn a img {
                padding-left: 10px;
                height: 27px;
                width: 35px;
            }
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: none;
    background-color: none !important;
    background: #e41e2e !important;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #e41e2e, #e56c4a) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #e41e2e, #e56c4a) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #e41e2e, #e56c4a) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #e41e2e, #e56c4a) !important;
    /* Standard syntax */
}

.progress-bar-success {
    background-color: none !important;
}

.progress {
    height: 15px !important;
    border-radius: 0px !important;
}

/** 6.3 Login Register **/
@media only screen and (min-width: 1199px) {
    .signin {
        padding-left: 30px;
    }
}

.signin h2.heading-title {
    color: #384551;
    font: 400 36px "MouseMemoirsRegular";
    background: transparent url("../images/products/line_all_category.png") no-repeat scroll 0 78%;
    background-position-y: 46px;
    padding-bottom: 22px;
    text-transform: uppercase;
}

.signin p {
    color: #888888;
    font: 400 15px "BellGothicStdLight";
}

.signin .social-signin {
    margin-top: 40px;
    margin-bottom: 50px;
}

    .signin .social-signin a {
        padding: 14px 32px 14px 32px;
        color: #fff;
        font: 400 14px "BellGothicStdBold";
        text-decoration: none;
    }

        .signin .social-signin a.facebook {
            background-color: #3b5998;
        }

            .signin .social-signin a.facebook:hover,
            .signin .social-signin a.facebook:active,
            .signin .social-signin a.facebook:focus {
                background: #55acee;
            }

        .signin .social-signin a.twitter {
            margin-left: 5px;
            background-color: #55acee;
        }

            .signin .social-signin a.twitter:hover,
            .signin .social-signin a.twitter:active,
            .signin .social-signin a.twitter:focus {
                background: #3b5998;
            }

.signin .input-field label {
    color: #384551;
    font: 400 18px "MouseMemoirsRegular";
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 4px;
}

    .signin .input-field label span.star {
        color: red;
    }

.signin .input-field input.input-text {
    border: 1px solid #b5b5b5;
    font: 400 14px "BellGothicStdLight";
    padding-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    color: #384551;
}

    .signin .input-field input.input-text:focus {
        outline: aliceblue;
    }

.signin .input-field .checkbox {
    display: inline-block;
}

    .signin .input-field .checkbox label {
        color: #888888;
        font: 400 14px "BellGothicStdLight";
        text-transform: capitalize;
        position: relative;
        padding-left: 30px;
    }

        .signin .input-field .checkbox label:before {
            content: "";
            width: 20px;
            height: 20px;
            border: 1px solid #B5B5B5;
            display: block;
            position: absolute;
            left: 0px;
        }

    .signin .input-field .checkbox input {
        display: none;
    }

        .signin .input-field .checkbox input:checked + label:before {
            content: "\f00c";
            display: inline-block;
            font: 400 16px "FontAwesome";
            color: #384551;
        }

.signin .input-field a {
    text-decoration: none;
}

    .signin .input-field a.fogot {
        float: right;
        font: 400 14px "BellGothicStdLight";
        color: #e41d2e;
        line-height: 1.2;
        text-align: left;
        padding-top: 15px;
    }

        .signin .input-field a.fogot:hover {
            color: #384551;
        }

.signin .input-field .input-submit {
    margin-top: 30px;
}

    .signin .input-field .input-submit a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font: 400 24px "MouseMemoirsRegular";
        background: url(../images/products/product_detail/background_add_card.png) no-repeat;
        padding-left: 38px;
        padding-bottom: 20px;
        padding-right: 40px;
        padding-top: 15px;
        background-size: 150px 60px;
    }

        .signin .input-field .input-submit a:hover,
        .signin .input-field .input-submit a:focus,
        .signin .input-field .input-submit a:active {
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            background-size: 150px 60px;
        }

.register {
    margin-bottom: 148px;
    padding-right: 30px;
}

    .register p {
        padding-bottom: 15px;
    }

    .register input:checked + label:before {
        color: #e41d2e !important;
    }

    .register .input-submit {
        margin-bottom: 40px;
        margin-top: 10px !important;
    }

        .register .input-submit a {
            padding-left: 50px !important;
            padding-right: 50px !important;
        }

    .register .signup-today .input-field .checkbox label {
        color: #384551;
        font: 400 14px "BellGothicStdBlack";
    }

@media only screen and (max-width: 480px) {
    .signin {
        padding-left: 0px;
    }

        .signin h2.heading-title {
            font-size: 28px;
            background-position-y: 32px;
        }

        .signin .social-signin a {
            width: 100%;
            display: block;
            text-align: center;
            margin-bottom: 20px;
        }

            .signin .social-signin a.twitter {
                margin-left: 0px;
            }
}

@media only screen and (max-width: 900px) {
    .signin h2.heading-title {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 361px) {
    .signin h2.heading-title {
        font-size: 25px;
        background-position-y: 35px;
    }
}

/** 6.4 404_Pages **/
.main_content_404 {
    text-align: center;
}

    .main_content_404 .p404 {
        margin-top: 65px;
        color: #e41d2e;
        font: 400 250px "MouseMemoirsRegular";
        line-height: 185px;
    }

    .main_content_404 p.note {
        color: #384551;
        font: 400 48px "KingCoolKC";
    }

    .main_content_404 p.solution {
        padding-top: 45px;
        padding-bottom: 45px;
    }

        .main_content_404 p.solution .please {
            color: #e41d2e;
            font: 400 18px "BellGothicStdLight";
            padding-right: 24px;
        }

        .main_content_404 p.solution .home_page a {
            color: #ffffff;
            font: 400 24px "MouseMemoirsRegular";
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            padding-left: 38px;
            padding-right: 45px;
            padding-top: 15px;
            padding-bottom: 20px;
            background-size: 156px 60px;
            text-decoration: none;
            border: 0px;
        }

            .main_content_404 p.solution .home_page a:focus,
            .main_content_404 p.solution .home_page a:active,
            .main_content_404 p.solution .home_page a:hover {
                background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                color: #384551;
                background-size: 156px 60px;
            }

    .main_content_404 .input-group {
        width: 65%;
        margin-left: 18%;
        height: 55px;
        margin-bottom: 130px;
        background: url("../images/blog/background_input_404.png") no-repeat;
        background-size: 100%;
    }

        .main_content_404 .input-group input {
            background: none;
            border: none;
            padding-top: 34px;
            box-shadow: none;
            font: 400 18.35px "KingCoolKC";
            padding-left: 20px;
            color: #384551;
            padding-bottom: 10px;
            opacity: 0.5;
        }

        .main_content_404 .input-group span button {
            margin-left: -1px;
            padding-top: 12px;
            padding-left: 77px;
            padding-right: 55px;
            padding-bottom: 15px;
            background: none;
            border: none;
            color: #ffffff;
            font: 400 26px "MouseMemoirsRegular";
            text-transform: uppercase;
        }

            .main_content_404 .input-group span button:hover,
            .main_content_404 .input-group span button:active,
            .main_content_404 .input-group span button:focus {
                box-shadow: none;
                outline: none;
                background: none;
                color: #384551;
            }

/*******************************************/
/********* Respinsive 404 pages ***********/
@media only screen and (max-width: 1190px) {
    .main_content_404 .input-group span button {
        padding-top: 4px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .main_content_404 .p404 {
        font-size: 220px;
    }

    .main_content_404 p.note {
        font-size: 38px;
    }

    .main_content_404 .input-group {
        background-size: 100% 52px;
    }

        .main_content_404 .input-group input {
            padding-top: 30px;
        }

        .main_content_404 .input-group span button {
            padding-right: 25px;
            font-size: 22px;
        }
}

@media only screen and (max-width: 600px) {
    .main_content_404 .p404 {
        margin-top: 0px;
        font-size: 220px;
    }

    .main_content_404 p.note {
        font-size: 30px;
    }

    .main_content_404 .input-group {
        background-size: 100% 52px;
        margin-left: 10%;
        width: 80%;
        margin-bottom: 80px;
    }

        .main_content_404 .input-group span button {
            font-size: 20px;
        }
}

@media only screen and (max-width: 480px) {
    .main_content_404 .p404 {
        font-size: 200px;
    }

    .main_content_404 p.note {
        font-size: 24px;
    }

    .main_content_404 p.solution {
        padding-top: 15px;
        padding-bottom: 60px;
    }

        .main_content_404 p.solution span.home_page {
            display: block;
            margin-top: 25px;
        }

    .main_content_404 .input-group {
        background-size: 100% 50px;
        margin-left: 2%;
        width: 98%;
    }

        .main_content_404 .input-group span button {
            font-size: 18px;
            padding-right: 18%;
        }
}

@media only screen and (max-width: 361px) {
    .main_content_404 p.note {
        font-size: 22px;
    }

    .main_content_404 p.solution .please {
        font-size: 16px;
    }

    .main_content_404 p.solution .home_page a {
        font-size: 22px;
        background-size: 140px 60px;
        width: 100%;
        padding-left: 38px;
        padding-right: 36px;
        text-align: center;
    }

    .main_content_404 .input-group {
        background-size: 100% 45px;
    }

        .main_content_404 .input-group input {
            padding-top: 26px;
        }

        .main_content_404 .input-group span button {
            padding-top: 0px;
            padding-right: 13%;
        }
}

@media only screen and (max-width: 320px) {
    .main_content_404 .p404 {
        font-size: 170px;
        line-height: 150px;
    }

    .main_content_404 p.note {
        font-size: 20px;
    }

    .main_content_404 p.solution .please {
        font-size: 14px;
    }

    .main_content_404 p.solution .home_page a {
        font-size: 20px;
        background-size: 125px 55px;
        width: 100%;
        padding-left: 34px;
        padding-right: 28px;
        text-align: center;
    }

    .main_content_404 .input-group {
        background-size: 100% 45px;
    }

        .main_content_404 .input-group input {
            padding-top: 26px;
        }

        .main_content_404 .input-group span button {
            padding-top: 0px;
            padding-right: 12%;
            font-size: 15px;
        }
}

/** 6.5 404_Pages **/



/***************************************************/
/***************** Responsive FQA *****************/
@media only screen and (min-width: 600px) and (max-width: 1199px) {
    .toggle ul {
        margin-bottom: 80px;
    }

        .toggle ul li:before {
            top: 22px;
        }
}

@media only screen and (max-width: 991px) {
    .toggle ul li:before {
        top: 22px;
    }

    .toggle ul li a {
        line-height: 18px;
        padding: 20px;
    }

        .toggle ul li a.active {
            line-height: 18px;
            padding: 20px;
        }
}

@media only screen and (max-width: 767px) {
    .toggle {
        min-height: 900px;
        margin-bottom: 10px;
    }

        .toggle ul {
            padding-left: 0px;
            margin-bottom: 0px;
        }

    .toggle-content {
        padding: 20px 15px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .toggle {
        min-height: 1241px;
    }
}

@media only screen and (max-width: 361px) {
    .toggle-content h3 {
        font-size: 34px;
    }

    .toggle {
        min-height: 1200px;
    }
}

/** 6.6 Slider **/
.color_text {
    color: #ffffff;
}

.we_ship {
    font: 400 73.07px "KingCoolKC";
    text-shadow: 2px 2px 2px #e49dc7;
    line-height: 0px;
}

.globally {
    font: 400 224.74px "KingCoolKC";
    text-shadow: 2px 2px 2px #e49dc7;
    line-height: 270px;
}

.now_to {
    color: #fff;
    font: 400 71.17px "KingCoolKC";
    text-shadow: 2px 2px 2px #e49dc7;
    line-height: 75px;
}

    .now_to .number_contries {
        color: #00b5b5 !important;
        text-shadow: 2px 2px 2px #e49dc7;
    }

.free_shipping {
    color: #ffffff;
    font: 400 25px "BellGothicStdBlack";
    text-shadow: 2px 2px 2px #e49dc7;
    line-height: 20px;
}

.entire_site {
    color: #ffffff;
    font: 400 120.42px "KingCoolKC";
    text-shadow: 2px 2px 2px #e49dc7;
    line-height: 100px;
}

.up_to {
    font: 400 36px "KingCoolKC";
    color: #ffffff;
    text-shadow: 2px 2px 2px #e49dc7;
    line-height: 12px;
}

.number_off {
    color: #ffffff;
    font: 400 28px "KingCoolKC";
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #e49dc7;
    line-height: 25px;
}

/******************** Slider V2****************************/
.slide_v2 .coats {
    line-height: 0px;
}

.slide_v2 .and {
    color: #384551;
    font: 400 83.92px "BellGothicStdBold";
    text-shadow: 2px 2px 2px #fadcca;
    line-height: 75px;
}

.slide_v2 .note_slide2 {
    line-height: 40px !important;
}

.slide_v2 .shop_now {
    color: #384551;
    font: 400 30px "KingCoolKC";
    text-shadow: 2px 2px 2px #fadcca;
    line-height: 30px;
}

.slide_v2 .jackets {
    color: #384551;
    font: 400 163px "MouseMemoirsRegular";
    text-shadow: 2px 2px 2px #fadcca;
    line-height: 150px;
}

.slide_v2 .note_slide2 {
    color: #e41d2e;
    font: 400 37.95px "KingCoolKC";
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px #fadcca;
}

.slide_v2 .look_to {
    color: #fff;
    font: 400 68.33px "KingCoolKC";
    text-shadow: 2px 2px 2px #7fbdde;
    line-height: 57px;
}

.slide_v2 .girls {
    color: #fff;
    font: 272.92px "MouseMemoirsRegular";
    text-shadow: 8px 8px 8px #011fb9;
    line-height: 0px;
}

.slide_v2 .note_slide1 {
    color: #fff;
    font: 400 28.09px "BellGothicStdBold";
    letter-spacing: 2px;
    text-transform: 2px 2px 2px #67b9e6;
}

    .slide_v2 .note_slide1 .font_diferent {
        font: 400 28.09px "BellGothicStdBlack";
    }

.slide_v2 .line_slide {
    box-shadow: 8px 8px 8px #81bee6;
    line-height: 0px;
}

/*********************************/
/******** Slide 3 ***************/
.slide-v3 .coats {
    line-height: 0px;
}

.slide-v3 .and {
    color: #384551;
    font: 400 83.92px "BellGothicStdBold";
    text-shadow: 2px 2px 2px #fadcca;
    line-height: 75px;
}

.slide-v3 .jackets {
    color: #384551;
    font: 400 163px "MouseMemoirsRegular";
    text-shadow: 2px 2px 2px #fadcca;
    line-height: 150px;
}

.slide-v3 .note_slide2 {
    color: #e41d2e;
    font: 400 37.95px "KingCoolKC";
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px #fadcca;
    line-height: 55px !important;
}

/** 6.7. Product Detail **/
/****************/
/****************/
.product-img-box img {
    width: 100%;
}

.product-img-box .product-thumb .thumb-content {
    margin-top: 20px;
    width: 100%;
    list-style: none;
    padding-left: 0px;
    text-align: center;
}

    .product-img-box .product-thumb .thumb-content li.thumb {
        display: inline-block;
        width: 20%;
        float: left;
        padding-right: 15px;
        margin-bottom: 20px;
    }

        .product-img-box .product-thumb .thumb-content li.thumb a {
            display: inline-block;
        }

            .product-img-box .product-thumb .thumb-content li.thumb a img {
                width: 100%;
            }

    .product-img-box .product-thumb .thumb-content li:nth-child(4n+1) {
        padding-left: 0px;
        padding-right: 15px;
    }

    .product-img-box .product-thumb .thumb-content li:nth-child(4n+2) {
        padding-left: 5px;
        padding-right: 10px;
    }

    .product-img-box .product-thumb .thumb-content li:nth-child(4n+3) {
        padding-left: 5px;
        padding-right: 10px;
    }

    .product-img-box .product-thumb .thumb-content li:nth-child(4n+4) {
        padding-left: 10px;
        padding-right: 5px;
    }

    .product-img-box .product-thumb .thumb-content li:nth-child(4n+5) {
        padding-left: 15px;
        padding-right: 0px;
    }

.caption_v2_product_detail .size_product ul {
    display: inline-flex;
    list-style: none;
    margin-bottom: 35px !important;
}

.hover_li ul li:hover a {
    color: #ffffff;
}

.img_thumb {
    width: 18%;
    height: 100%;
}

.color_pro ul li {
    position: relative;
}

    .color_pro ul li:before {
        position: absolute;
        content: "\f00c";
        font-family: FontAwesome;
        top: 8px;
        left: 11px;
        color: #fff;
        opacity: 0;
    }

    .color_pro ul li.blue {
        background-color: #384551;
        border-color: #384551;
    }

    .color_pro ul li.black {
        background-color: #353438;
        border-color: #353438;
    }

    .color_pro ul li.brown {
        background-color: #692a3b;
        border-color: #692a3b;
    }

    .color_pro ul li.green {
        background-color: #6f750a;
        border-color: #6f750a;
    }

    .color_pro ul li.pink {
        background-color: #f56060;
        border-color: #f56060;
    }

    .color_pro ul li.yellow {
        background-color: #f5cd60;
        border-color: #f5cd60;
    }

    .color_pro ul li.violet {
        background-color: #b160f5;
        border-color: #b160f5;
    }

    .color_pro ul li:hover:before,
    .color_pro ul li:hover:active {
        opacity: 1;
    }

.quantity_product ul .reduces {
    background-color: #bcbcbc;
    position: relative;
}

    .quantity_product ul .reduces i {
        position: absolute;
        color: #fff !important;
        top: 10px;
        left: 11px;
    }

.quantity_product ul .increase {
    background-color: #bcbcbc;
    margin-left: 89px !important;
}

    .quantity_product ul .increase i {
        position: absolute;
        color: #fff !important;
        top: 10px;
        left: 11px;
    }

.quantity_product .fa {
    color: #384551;
    padding-left: 11px;
    padding-right: 8px;
    height: 36px;
    width: 36px;
    background: #bcbcbc;
    padding-top: 11px;
    border: 1px solid #bcbcbc;
    border-radius: 36px;
}

.quantity_product .minus {
    margin-right: 3px;
    cursor: pointer;
}

.quantity_product .plus {
    margin-left: 3px;
    cursor: pointer;
}

.quantity input {
    color: #888888;
    width: 123px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #b5b5b5;
    border-radius: 18px;
    text-align: center;
}

.quantity .number_product {
    border: none !important;
}

.glat1_quantity {
    margin-top: 55px;
}

    .glat1_quantity a:hover,
    .glat1_quantity a:focus {
        text-decoration: none !important;
    }

.share_this .img_conn a img {
    margin-right: 28px;
}

.customer_buy_add {
    margin-top: 57px;
}

    .customer_buy_add ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .customer_buy_add ul li {
            float: left;
            color: #fff;
            font-family: 'MouseMemoirsRegular';
            font-size: 30px;
            text-transform: uppercase;
            height: 73px;
            padding-top: 10px;
            text-align: center;
        }

            .customer_buy_add ul li.add_cart {
                background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                width: 175px;
                margin-right: 20px;
            }

                .customer_buy_add ul li.add_cart a {
                    text-decoration: none;
                    color: #fff;
                }

                .customer_buy_add ul li.add_cart:hover {
                    background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
                    background-size: 100% 73px;
                }

            .customer_buy_add ul li.add_wishlist {
                background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
                width: 200px;
            }

                .customer_buy_add ul li.add_wishlist a {
                    text-decoration: none;
                    color: #fff;
                }

                .customer_buy_add ul li.add_wishlist:hover {
                    background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                    background-size: 100% 73px;
                }


.filter_pro_11 #gallery_01 img {
    border: 1px solid white;
}

.filter_pro_11 .active img {
    border: 1px solid #9ba2a8 !important;
}

.filter_pro_11 .thumb_11_product_detail {
    margin-top: 5px;
}

.related_products_11 {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .related_products_11 .related_product_11 {
        background: url(../images/products/product_detail/line_thwart.jpg) no-repeat;
        padding-top: 70px;
    }

.tabs_product_detail {
    padding-top: 35px;
    margin-bottom: 70px;
}

    .tabs_product_detail ul li {
        color: #384551 !important;
    }

        .tabs_product_detail ul li a {
            background: none !important;
            font-family: 'MouseMemoirsRegular';
            font-size: 30px;
            color: #384551 !important;
            line-height: 35px;
            padding-left: 22px;
        }

            .tabs_product_detail ul li a:hover,
            .tabs_product_detail ul li a:active,
            .tabs_product_detail ul li a:focus {
                color: #e41d2e !important;
            }

        .tabs_product_detail ul li.action {
            color: #e41d2e !important;
        }

        .tabs_product_detail ul li.active a {
            color: #e4022d !important;
        }

    .tabs_product_detail .tab-content {
        background: #fff;
        color: red;
        padding-top: 25px;
        padding-left: 168px !important;
        background: url(../images/line_vertical.jpg) repeat-y;
        background-position-x: 90px;
    }

        .tabs_product_detail .tab-content .tab-pane h2 {
            color: #e41d2e;
            font-family: 'MouseMemoirsRegular';
            font-size: 24px;
            padding-bottom: 20px;
        }

.tabs_left_2 img {
    padding-top: 65px;
}

.tabs_left_3 .review-content ul {
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .tabs_left_3 .review-content ul li {
        margin-bottom: 60px;
    }

        .tabs_left_3 .review-content ul li .images {
            display: block;
            width: 60px;
            height: 60px;
            margin-right: 24px;
            float: left;
        }

        .tabs_left_3 .review-content ul li.blog_end_tabs3 {
            margin-bottom: 0px !important;
        }

        .tabs_left_3 .review-content ul li .name_client {
            position: relative;
            background: url(../images/products/product_detail/line_name_client.png) repeat-x scroll 0 80%;
            margin-left: 84px;
            background-position-y: 28px;
            padding-bottom: 13px;
        }

            .tabs_left_3 .review-content ul li .name_client .name {
                font-family: 'BellGothicStdBlack';
                font-size: 16px;
                text-transform: uppercase;
                margin: 0 25px 0 0;
                display: inline-block;
            }

            .tabs_left_3 .review-content ul li .name_client .rating {
                margin-left: 28px;
                font-size: 14px;
            }

                .tabs_left_3 .review-content ul li .name_client .rating .fa_start_end {
                    color: #b5b5b5;
                }

            .tabs_left_3 .review-content ul li .name_client .time {
                position: absolute;
                font-family: 'MouseMemoirsRegular';
                font-size: 15px;
                color: #b5b5b5 !important;
                right: 0px;
                bottom: 20px;
                height: 20px;
            }

                .tabs_left_3 .review-content ul li .name_client .time a {
                    font-family: 'MouseMemoirsRegular' !important;
                    font-size: 15px !important;
                    padding-left: 0px;
                    margin-left: 0px !important;
                    color: #e41d2e !important;
                    text-decoration: none;
                    text-transform: uppercase;
                }

        .tabs_left_3 .review-content ul li .des-rev {
            margin-left: 84px;
            font-family: 'BellGothicStdLight';
            font-size: 16px;
            color: #212121;
        }

.write_a_review {
    margin-top: 30px;
    display: inline-block;
    color: #e41d2e;
    font-size: 18px;
    font-family: 'MouseMemoirsRegular';
    cursor: pointer;
}

.form-review {
    display: none;
}

    .form-review h3 {
        font-family: 'MouseMemoirsRegular';
        font-size: 30px;
        color: #384551;
    }

    .form-review form input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #b5b5b5;
        margin-bottom: 30px;
        text-indent: 18px;
    }

    .form-review form textarea {
        padding: 10px 0 10px 18px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 30px;
    }

    .form-review .submit .rating-rev {
        width: 200px;
        height: 40px;
        line-height: 40px;
        display: block;
        float: left;
        text-align: center;
        border: 1px solid #b5b5b5;
        overflow: hidden;
        position: relative;
    }

        .form-review .submit .rating-rev input {
            position: absolute;
            left: -9999px;
        }

        .form-review .submit .rating-rev .rating-star {
            width: 112px;
            margin: 0 auto;
            display: block;
        }

            .form-review .submit .rating-rev .rating-star .fa {
                color: #3c3c3c;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                transition: all 0.2s ease-out;
            }

                .form-review .submit .rating-rev .rating-star .fa:hover {
                    color: #e38d13;
                }

    .form-review .submit .subreview {
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        float: right;
        color: #fff !important;
        border-radius: 20px;
        background-color: red;
        transition: all 0.5s ease-out;
    }

        .form-review .submit .subreview a {
            font-family: 'MouseMemoirsRegular';
            font-size: 20px;
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            z-index: 9;
        }

        .form-review .submit .subreview:hover {
            background: #0f0f0f;
        }

.pp_gallery ul {
    display: none !important;
}

.pp_hoverContainer {
    position: relative;
}

    .pp_hoverContainer a.pp_next {
        background: url(../images/products/product_detail/next_product_detail.png) no-repeat !important;
        position: absolute;
        width: 5% !important;
        right: 0px;
        top: 50%;
    }

    .pp_hoverContainer a.pp_previous {
        background: url(../images/products/product_detail/prev_product_detail.png) no-repeat !important;
        position: absolute;
        width: 10% !important;
        top: 50%;
        left: 10px;
    }

#pp_full_res #fullResImage {
    height: 100% !important;
    width: 100% !important;
}

div.pp_default .pp_details {
    position: absolute !important;
    top: 0px;
}

.pp_fade {
    position: relative;
}

    .pp_fade .pp_details {
        position: absolute !important;
        top: 0px;
    }

        .pp_fade .pp_details .pp_close {
            display: block;
            position: absolute;
            background: url(../images/products/product_detail/pp_close.png) no-repeat !important;
            top: 0px;
            z-index: 30000;
            padding-right: 35px;
            padding-bottom: 35px;
        }

.text_title_related {
    background-position-x: 325px !important;
}

.filter_pro_11 .caption_v2 .title_product a {
    font: 400 36px "BellGothicStdBold";
}

.filter_pro_11 .caption_v2 .price {
    padding-top: 7px;
    padding-bottom: 7px;
}

/**********************************************/
/********** Responsive product detail ********/
@media only screen and (max-width: 1440px) {
    .pp_hoverContainer a.pp_next {
        right: 8px;
    }
}

@media only screen and (max-width: 1024px) {
    .zoomContainer {
        display: none !important;
    }
}

@media only screen and (max-width: 900px) {
    .filter_pro_11 {
        padding-bottom: 0px;
    }

    .contact_product_detail_11 {
        background-position-y: 155px;
    }

    .caption_v2_product_detail .size_product .text_size {
        width: auto;
    }

    .share_this .img_conn a img {
        margin-left: 15px;
        margin-right: 5px;
    }

    .customer_buy_add ul li.add_cart {
        width: 140px;
        font-size: 24px;
        background-size: 100% 60px;
    }

        .customer_buy_add ul li.add_cart:hover,
        .customer_buy_add ul li.add_cart:focus,
        .customer_buy_add ul li.add_cart:active {
            background-size: 100% 60px;
        }

    .customer_buy_add ul li.add_wishlist {
        font-size: 24px;
        width: 180px;
        background-size: 100% 60px;
    }

        .customer_buy_add ul li.add_wishlist:hover,
        .customer_buy_add ul li.add_wishlist:focus,
        .customer_buy_add ul li.add_wishlist:active {
            background-size: 100% 60px;
        }

    .tabs_left_3 .review-content ul li .name_client {
        background: none;
    }

        .tabs_left_3 .review-content ul li .name_client .name {
            width: 100%;
        }

        .tabs_left_3 .review-content ul li .name_client .time {
            bottom: 40px;
        }

        .tabs_left_3 .review-content ul li .name_client .rating {
            margin-left: 0px;
        }

    .form-review .submit .rating-rev {
        width: 100%;
        margin-bottom: 30px;
    }

    .pp_hoverContainer a.pp_next {
        width: 4% !important;
    }
}

@media only screen and (max-width: 497px) {
    .tabs_product_detail ul {
        width: 100%;
        padding-left: 0px;
    }

    .tabs_product_detail .tab-content {
        padding-left: 0px !important;
        background: none;
    }

    .tabs_product_detail ul li {
        background: #f1f1f1;
        margin-bottom: 10px;
    }

        .tabs_product_detail ul li.active a {
            color: #e4022d !important;
        }

        .tabs_product_detail ul li a {
            text-align: center;
        }

    .pp_hoverContainer a.pp_next {
        width: 6% !important;
    }
}

@media only screen and (max-width: 480px) {
    .filter_pro_11 {
        background: none;
    }

        .filter_pro_11 .caption_v2 {
            padding-left: 0px;
            margin-right: 15px;
        }

            .filter_pro_11 .caption_v2 .price .price_new {
                font-size: 46px;
            }

            .filter_pro_11 .caption_v2 .price .price_old {
                font-size: 30px;
            }

        .filter_pro_11 .caption_v2_product_detail .size_product ul {
            padding-left: 0px;
            margin-top: 15px;
            text-align: center;
        }

        .filter_pro_11 .caption_v2_product_detail .size_product .text_size {
            width: 100%;
        }

        .filter_pro_11 .caption_v2_product_detail .size_product .product-signle-options .selector-wrapper {
            margin-top: 50px;
        }

        .filter_pro_11 .caption_v2_product_detail .title_product a {
            font-size: 26px;
        }

    .review-content ul.review li {
        background: none;
    }

    .contact_product_detail_11 {
        font-size: 12px;
        background-position-y: 188px;
    }

    .quantity_product {
        background-position-y: 115px;
    }

        .quantity_product .product-signle-options {
            padding-left: 0px;
        }

    .share_this .img_conn a img {
        margin-right: 20px;
        margin-top: 15px;
    }

    .customer_buy_add {
        margin-top: 35px;
    }

        .customer_buy_add ul li.add_cart {
            width: 145px;
            background-size: 100%;
            height: 60px;
            font-size: 22px;
            padding-top: 11px;
            float: left;
            margin-right: 10px;
        }

        .customer_buy_add ul li.add_wishlist {
            width: auto;
            float: left;
            font-size: 22px;
            height: 60px;
            padding-top: 11px;
            background-size: 100%;
            padding-left: 22px;
            padding-right: 23px;
        }

    .zoomWrapper img {
        width: 91% !important;
    }

    .img_filter #gal1 a img {
        width: 19%;
    }

    .tabs_product_detail .tab-content .tab-pane h2 {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .tabs_product_detail .tab-content .tab-pane p {
        font-size: 13px;
    }

    .tabs_left_3 .review-content ul li .name_client {
        background: none;
    }

        .tabs_left_3 .review-content ul li .name_client .name {
            width: 100%;
        }

        .tabs_left_3 .review-content ul li .name_client .rating {
            margin-left: 0px;
        }
}

@media only screen and (max-width: 436px) {
    .zoomWrapper img {
        width: 93% !important;
    }
}

@media only screen and (max-width: 376px) {
    .zoomWrapper img {
        width: 92% !important;
    }

    .pp_hoverContainer a.pp_next {
        width: 8% !important;
    }
}

@media only screen and (max-width: 320px) {
    .filter_pro_11 .caption_v2_product_detail .size_product ul {
        padding-left: 0px;
        margin-top: 15px;
    }

        .filter_pro_11 .caption_v2_product_detail .size_product ul li.text_large a {
            left: 9px;
        }

    .filter_pro_11 .caption_v2_product_detail .size_product .text_size {
        width: 100%;
    }

    .filter_pro_11 .caption_v2_product_detail .size_product .product-signle-options .selector-wrapper {
        margin-top: 50px;
    }

    .filter_pro_11 .caption_v2_product_detail .title_product a {
        font-size: 26px;
    }

    .img_filter #gal1 a img {
        width: 18%;
    }

    .contact_product_detail_11 {
        font-size: 12px;
        background-position-y: 210px;
    }

    .caption_v2_product_detail .size_product ul li {
        height: 32px;
        width: 32px;
    }

    .color_pro ul li:before {
        top: 6px;
        left: 8px;
    }

    .customer_buy_add ul li.add_cart {
        width: 125px;
        background-size: 100%;
        height: 60px;
        font-size: 20px;
        padding-top: 9px;
        float: left;
        margin-right: 10px;
    }

    .customer_buy_add ul li.add_wishlist {
        width: auto;
        float: left;
        font-size: 20px;
        height: 60px;
        padding-top: 9px;
        background-size: 100%;
        padding-left: 20px;
        padding-right: 22px;
    }

    .zoomWrapper img {
        width: 90% !important;
    }

    .pp_hoverContainer a.pp_next {
        right: 10px;
        width: 10% !important;
    }
}

/** 6.8. Contact Us **/
.google_map {
    width: 100%;
    height: 670px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.content-contact {
    text-align: center;
}

    .content-contact .item-contact {
        margin-bottom: 80px;
    }

    .content-contact h2 {
        color: #384551;
        font: 400 24px "MouseMemoirsRegular";
    }

    .content-contact h4 {
        color: #888888;
        font: 400 16px "BellGothicStdLight";
    }

.contact .contact-form .input-field input:focus {
    outline: aliceblue;
}

.contact .contact-form textarea:focus {
    outline: aliceblue;
}

.contact .contact-form .button {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 80px;
}

    .contact .contact-form .button a {
        text-decoration: none;
    }

        .contact .contact-form .button a span {
            color: #fff;
            text-transform: uppercase;
            background: url("../images/products/product_detail/background_add_card.png") no-repeat;
            text-align: center;
            font: 400 30px "MouseMemoirsRegular";
            padding-top: 10px;
            padding-left: 70px;
            padding-right: 72px;
            padding-bottom: 26px;
            background-size: 230px 55px;
        }

            .contact .contact-form .button a span:hover {
                background: url("../images/products/product_detail/background_add_wishlist.png") no-repeat;
                background-size: 230px 55px;
            }

/***********************************/
/****** Responsive Contact Us *****/
@media only screen and (max-width: 480px) {
    .google_map {
        height: 300px;
    }
}

@media only screen and (max-width: 750px) {
    .google_map {
        height: 400px;
    }
}

/** 7.0 Popup Newletter **/
.linhnguyen-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10050;
    display: none;
    top: 0;
    left: 0;
}

.linhnguyen-modal {
    visibility: hidden;
    text-align: center;
    top: 230px;
    left: 42%;
    margin-left: -300px;
    width: 900px;
    background: #ffffff;
    position: absolute;
    z-index: 10052;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

    .linhnguyen-modal img {
        width: 100%;
    }

    .linhnguyen-modal .close-linhnguyen-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
        font-weight: bold;
        cursor: pointer;
    }

        .linhnguyen-modal .close-linhnguyen-modal i {
            font-size: 28px;
        }

            .linhnguyen-modal .close-linhnguyen-modal i:hover,
            .linhnguyen-modal .close-linhnguyen-modal i:focus,
            .linhnguyen-modal .close-linhnguyen-modal i:active {
                color: #e4022d;
            }

.big-link {
    display: block;
    margin-top: 100px;
    text-align: center;
    font-size: 70px;
    color: #06f;
}

#myModal h3 {
    color: #e41d2e;
    font: 400 60px "MouseMemoirsRegular";
    padding-top: 60px;
    padding-bottom: 10px;
}

#myModal .contact_popup {
    color: #888888;
    font: 400 16px "BellGothicStdLight";
    padding-bottom: 20px;
}

#myModal .input-group {
    border: none;
    background: url("../images/newletter/input_popup.png") no-repeat;
    height: 57px;
    width: 665px;
    background-size: 100% 57px;
    left: 16%;
    margin-bottom: 20px;
}

    #myModal .input-group input {
        background: none;
        background-color: none;
        border: none;
        box-shadow: none;
        font: 400 18.35px "KingCoolKC";
        padding-top: 14px;
        height: 57px;
        text-transform: uppercase;
        color: #384551;
    }

    #myModal .input-group span {
        padding-left: 35px;
        padding-right: 32px;
    }

        #myModal .input-group span button {
            border: none;
            background: none;
            background-color: none;
            box-shadow: none;
            padding-top: 0px;
            color: #fff;
            font: 400 26px "MouseMemoirsRegular";
            outline: aliceblue;
        }

            #myModal .input-group span button:hover,
            #myModal .input-group span button:focus,
            #myModal .input-group span button:active {
                color: #384551;
            }

#myModal .checkbox_popup input {
    display: none;
    border: none;
}

    #myModal .checkbox_popup input:checked + label:after {
        content: "\f00c";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px;
        color: #212121;
        position: absolute;
        top: 15%;
        left: 38%;
    }

#myModal .checkbox_popup label {
    color: #888888;
    font: 400 15px "BellGothicStdLight";
    padding-left: 30px;
}

    #myModal .checkbox_popup label:before {
        display: block;
        width: 18px;
        height: 18px;
        left: 38%;
        border: 1px solid #B5B5B5;
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

/**********************************************/
/*********** Responsive popup newletter********/
@media only screen and (max-width: 1440px) {
    .linhnguyen-modal {
        top: 60px;
    }
}

@media only screen and (max-width: 800px) {
    .linhnguyen-modal {
        width: 600px;
        margin-left: -31%;
        top: 150px;
    }

    #myModal h3 {
        padding-bottom: 0px;
        padding-top: 35px;
    }

    #myModal .contact_popup {
        font-size: 13px;
    }

    #myModal .input-group {
        left: 12%;
        width: 460px;
        background-size: 100% 50px;
    }

        #myModal .input-group input {
            width: 350px;
            font-size: 16px;
            padding-top: 8px;
        }

        #myModal .input-group span {
            padding-left: 10px;
            padding-right: 10px;
        }

            #myModal .input-group span button {
                font-size: 18px;
                left: -10px;
                top: -3px;
            }

    #myModal .checkbox_popup label:before {
        left: 33%;
    }
}

@media only screen and (max-width: 737px) {
    .linhnguyen-modal {
        margin-left: -238px;
    }
}

@media only screen and (max-width: 650px) {
    .linhnguyen-modal {
        margin-left: -250px;
    }
}

@media only screen and (max-width: 732px) {
    .linhnguyen-modal {
        margin-left: -245px;
    }
}

@media only screen and (max-width: 600px) {
    .linhnguyen-modal {
        width: 400px;
        margin-left: -166px;
        top: 150px;
    }

    #myModal h3 {
        padding-bottom: 0px;
        padding-top: 35px;
    }

    #myModal .contact_popup {
        font-size: 13px;
    }

    #myModal .input-group {
        left: 3%;
        width: 375px;
        background-size: 100% 50px;
    }

        #myModal .input-group input {
            width: 285px;
            font-size: 16px;
            padding-top: 8px;
        }

        #myModal .input-group span {
            padding-left: 10px;
            padding-right: 10px;
        }

            #myModal .input-group span button {
                font-size: 18px;
                left: -3px;
                top: -3px;
            }

    #myModal .checkbox_popup label:before {
        left: 24%;
    }
}

@media only screen and (max-width: 430px) {
    .linhnguyen-modal {
        width: 300px;
        margin-left: -120px;
        top: 60px;
    }

    #myModal h3 {
        padding-bottom: 0px;
        padding-top: 35px;
    }

    #myModal .contact_popup {
        font-size: 13px;
    }

    #myModal .input-group {
        left: 3%;
        width: 280px;
        background-size: 100% 50px;
    }

        #myModal .input-group input {
            width: 190px;
            font-size: 16px;
            padding-top: 8px;
        }

        #myModal .input-group span {
            padding-left: 10px;
            padding-right: 10px;
        }

            #myModal .input-group span button {
                font-size: 16px;
                left: 8px;
                top: -3px;
            }

    #myModal .checkbox_popup label:before {
        left: 17%;
    }
}

@media only screen and (max-width: 415px) {
    .linhnguyen-modal {
        margin-left: -115px;
    }
}

@media only screen and (max-width: 320px) {
    .linhnguyen-modal {
        margin-left: -124px;
    }
}

/** 6. Templates Layout **/
/** 6.1. General **/
/** 6.2. Header **/
/** 6.2.1. General **/
.header-v1 {
    font-family: 'KingCoolKC';
}

.fix_header {
    margin-left: 0px;
    margin-right: 0px;
}

/** 6.2.2. Header version 1 **/
#header.header-v1 .header_shop {
    min-height: 132px;
    position: relative;
    background: url(../images/header/background_header1.png) repeat-x;
    z-index: 1045;
}

.header_shop {
    padding-left: 15px;
    padding-right: 15px;
}

    .header_shop .logo {
        float: left;
        padding-top: 7px;
    }

.shop_action_v1 ul {
    padding-top: 45px;
}

.shop_action ul li {
    display: inline-block;
    padding-left: 32px;
}

    .shop_action ul li.line {
        padding-right: 32px;
        position: relative;
        cursor: pointer;
    }

        .shop_action ul li.line:after {
            content: "";
            position: absolute;
            height: 20px;
            border-right: 2px #e4022d solid;
            display: block;
            height: 28px;
            top: 10px;
            right: -5px;
        }

    .shop_action ul li.line_search_v1:after {
        top: 0px !important;
    }

    .shop_action ul li.cart {
        position: relative;
    }

        .shop_action ul li.cart span.badge {
            position: absolute;
            font-family: 'BellGothicStdBold';
            top: -15px;
            right: 5px;
            padding: 4px 7px;
            display: inline !important;
            background-color: #e4022d !important;
            -webkit-top: -15px;
            -moz-top: 32px;
        }

.navigation {
    text-align: right;
    display: inline;
}

    .navigation ul li .pages_more {
        color: #e4002b;
    }

    .navigation ul li.action a {
        color: #e4022d;
        background: url(../images/header/line_under_nav.png) repeat-x;
        background-position: 0px 30px;
    }



/** 6.2.4. Header version 3 **/
#header.header-v2 .container .top_bar_v3 {
    background: none;
}

    #header.header-v2 .container .top_bar_v3 .topbar {
        display: inline-block;
    }

    #header.header-v2 .container .top_bar_v3 .connect {
        padding-top: 20px;
        float: right;
    }

        #header.header-v2 .container .top_bar_v3 .connect ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            #header.header-v2 .container .top_bar_v3 .connect ul li {
                padding-left: 24px;
                float: right;
            }

                #header.header-v2 .container .top_bar_v3 .connect ul li a img {
                    transform: translate(0px, 0px);
                    transition: all 0.2s ese;
                }

                    #header.header-v2 .container .top_bar_v3 .connect ul li a img:hover {
                        transform: translate(0px, 3px);
                    }

.shop_action_v3 {
    margin-bottom: 30px;
}

    .shop_action_v3 .connect_phone {
        float: left;
        display: flex;
        margin-top: 26px;
    }

        .shop_action_v3 .connect_phone .number_phone {
            padding-top: 10px;
            padding-left: 15px;
            color: #384551;
            font-family: 'MouseMemoirsRegular';
            font-size: 34px;
            margin-top: -20px;
            text-shadow: 2px 2px 2px #e6e6e6;
        }

        .shop_action_v3 .connect_phone .icon_phone {
            margin-left: 15px;
        }

.search_v3 {
    float: right;
    margin-top: 26px;
}

    .search_v3 .input-group {
        background: url(../images/header/background_input_v3.png) no-repeat;
        background-position-y: -2px;
        background-size: 100%;
    }

        .search_v3 .input-group .input_v3 {
            background-position-y: -2px;
            border: none;
            padding-top: 15px;
            height: 40px;
            color: #384551;
            box-shadow: none;
            font: 600 17px "KingCoolKC";
            background: none;
            text-transform: uppercase;
            padding-right: 30px;
        }

            .search_v3 .input-group .input_v3:hover,
            .search_v3 .input-group .input_v3:focus,
            .search_v3 .input-group .input_v3:active {
                box-shadow: none;
                transition: none;
            }

        .search_v3 .input-group span .btn_v3 {
            border: none;
            box-shadow: none !important;
            margin-right: 25px;
            margin-top: -2px;
            color: #fff;
            font-family: 'MouseMemoirsRegular';
            font-size: 20px;
            border-radius: 0px;
            background: none;
        }

            .search_v3 .input-group span .btn_v3:hover,
            .search_v3 .input-group span .btn_v3:focus,
            .search_v3 .input-group span .btn_v3:active {
                color: #384551;
                outline: 0px;
                box-shadow: none;
                transition: none;
            }

.navigation_v3 {
    background: #384551;
    border: 1px solid 384551;
    border-radius: 10px;
    line-height: 60px;
    position: relative;
}

    .navigation_v3:before {
        content: "";
        position: absolute;
        width: 98%;
        height: 47px;
        border: 1px dashed #fff;
        left: 12px;
        top: 8px;
        border-radius: 10px;
    }

    .navigation_v3 .all_categories {
        position: relative;
    }

        .navigation_v3 .all_categories a {
            text-decoration: none;
            color: #facf09;
            float: left;
            text-transform: uppercase;
            font-family: 'MouseMemoirsRegular';
            font-size: 30px;
            padding-left: 53px;
            position: relative;
        }

            .navigation_v3 .all_categories a.dropdown-toggle_v3:before {
                content: "";
                position: absolute;
                top: 30px;
                right: -18px;
                background: url("../images/header/down_categories.png") no-repeat;
                width: 10px;
                height: 8px;
            }

        .navigation_v3 .all_categories:before {
            content: "";
            background: url("../images/header/border_line_v3.png") no-repeat;
            position: absolute;
            width: 10px;
            height: 38px;
            top: 13px;
            right: 0px;
        }

    .navigation_v3 .all_navigation_v3 ul {
        list-style: none;
        padding-left: 0px;
        margin-left: 0px;
    }

        .navigation_v3 .all_navigation_v3 ul li {
            padding-left: 10px;
            padding-right: 0px;
            text-transform: uppercase;
            float: left;
            margin-right: 37px;
        }

            .navigation_v3 .all_navigation_v3 ul li a {
                text-decoration: none;
                font-family: 'MouseMemoirsRegular';
                font-size: 24px;
                line-height: 60px;
                color: #fff;
                background: none;
            }

                .navigation_v3 .all_navigation_v3 ul li a:hover,
                .navigation_v3 .all_navigation_v3 ul li a:active {
                    color: #e4022d;
                    text-decoration: none;
                }

            .navigation_v3 .all_navigation_v3 ul li.action a {
                color: #e4022d;
            }

    .navigation_v3 .card_v3 {
        position: relative;
        float: right;
        text-align: right;
        padding-right: 56px;
    }

        .navigation_v3 .card_v3 .cart-v2 {
            top: 70px;
        }

        .navigation_v3 .card_v3 .badge {
            background-color: #facf09;
            color: #384551;
            font: 400 12px "BellGothicStdBold";
            position: absolute;
            top: 20px;
            right: 37px;
        }

.border_nav_v3 {
    display: -webkit-box;
    margin: 8px;
    border: 1px dashed #f1f1f1;
    border-radius: 10px;
}

.navigation_v3 .open ul.dropdown-menu {
    border: 1px dashed #c3c7ca;
    display: block;
    opacity: 1;
    top: 128%;
    left: 16px;
    border: none;
    width: 312px;
    border-radius: 10px;
}

    .navigation_v3 .open ul.dropdown-menu:before {
        content: "";
        position: absolute;
        width: 95%;
        height: 97%;
        border: 1px dashed #c6c7cb !important;
        left: 8px;
        top: 8px;
        border-radius: 10px;
    }

    .navigation_v3 .open ul.dropdown-menu:after {
        border: none;
    }

    .navigation_v3 .open ul.dropdown-menu li {
        padding-left: 32px;
    }

.mega_menu {
    width: 945px;
}

.cart-v1 {
    left: -246px !important;
}

.pages {
    position: relative;
}

.dropdown-menu.menu-distance {
    padding-top: 35px;
    padding-bottom: 30px;
}

.dropdown-menu {
    background: #FFF none repeat scroll 0% 0%;
    border: medium none;
    border-radius: 0px;
    position: absolute;
    opacity: 0;
    display: block;
    left: auto;
    top: 90%;
    -moz-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    visibility: hidden;
    z-index: 999;
    margin-top: 0px;
    padding: 0px;
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.1);
}

    .dropdown-menu img.img_banner1 {
        padding-left: 48px;
        padding-bottom: 10px;
    }

    .dropdown-menu img.img_banner_v3 {
        margin-top: 30px;
        padding-right: 25px;
    }

    .dropdown-menu ul {
        display: block;
    }

    .dropdown-menu .menu-menu {
        margin-bottom: 20px;
    }

        .dropdown-menu .menu-menu .title {
            font: 400 30px "MouseMemoirsRegular";
            color: #e41d2e;
            text-transform: uppercase;
            text-align: left;
            padding-left: 30px;
        }

        .dropdown-menu .menu-menu ul {
            text-align: left;
            padding: 0px;
            margin-left: 0px;
            margin-top: 10px;
        }

            .dropdown-menu .menu-menu ul li {
                display: block;
                padding-left: 30px;
            }

                .dropdown-menu .menu-menu ul li a {
                    font: 400 16px/32px "BellGothicStdBold";
                    color: #384551;
                    text-transform: capitalize;
                    padding-left: 12px;
                    position: relative;
                    -webkit-transition: all 0.1s ease;
                    transition: all 0.1s ease;
                    -moz-transition: all 0.1s ease;
                    -ms-transition: all 0.1s ease;
                    -o-transition: all 0.1s ease;
                }

                    .dropdown-menu .menu-menu ul li a:before {
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome;
                        font-size: inherit;
                        text-rendering: auto;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        content: '\f0c8';
                        font-size: 5px;
                        height: 6px;
                        width: 6px;
                        position: absolute;
                        top: 40%;
                        margin-top: -3px;
                        left: 0;
                    }

                    .dropdown-menu .menu-menu ul li a:hover {
                        padding-left: 15px;
                        color: #e4022d;
                        background: none;
                    }

.mega_menu_pages {
    width: 1200px;
    right: auto;
}

.mega-dropdown-menu-shop-v1 {
    right: -290px;
}

    .mega-dropdown-menu-shop-v1:before {
        zoom: 1;
        left: 60%;
        top: -11px;
        margin-left: 2%;
    }

    .mega-dropdown-menu-shop-v1:after {
        zoom: 1;
        left: 60%;
        top: -10px;
        margin-left: 2%;
    }

.mega-dropdown-menu-news-v1 {
    right: -698px;
    top: 115px;
    z-index: 1045;
}

    .mega-dropdown-menu-news-v1:before {
        top: -11px;
        left: 74%;
        margin-left: -38%;
    }

    .mega-dropdown-menu-news-v1:after {
        top: -10px;
        left: 74%;
        margin-left: -38%;
    }

.mega-dropdown-menu-pages-v1 {
    right: -410px;
}

    .mega-dropdown-menu-pages-v1:before {
        top: -11px;
        left: 97%;
        margin-left: -38%;
    }

    .mega-dropdown-menu-pages-v1:after {
        zoom: 1;
        left: 97%;
        top: -10px;
        margin-left: -38%;
    }

.navigation ul li.pages:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.showing_handle {
    position: fixed !important;
}

.handle {
    width: 30px;
    position: absolute;
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    display: none;
    top: 40px;
    z-index: 1045;
}

.fixed #header.header-v1 .header_shop {
    position: fixed;
    min-height: 132px;
    width: 100%;
}

.close_megamenu {
    position: absolute;
    display: block;
    color: #384551;
    padding-top: 68px;
    padding-left: 10px;
}

ul.nav_res li ul {
    display: none;
}

#header.header-v2 .container .navigation_v2 ul li .dropdown-menu.menu-distance {
    padding-top: 35px;
    padding-bottom: 30px;
}

#header.header-v2 .container .navigation_v2 ul li .dropdown-menu {
    background: #FFF none repeat scroll 0% 0%;
    border: medium none;
    border-radius: 0px;
    position: absolute;
    opacity: 0;
    display: block;
    left: auto;
    top: 90%;
    -moz-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    visibility: hidden;
    z-index: 99999;
    margin-top: 0px;
    padding: 0px;
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.1);
}

    #header.header-v2 .container .navigation_v2 ul li .dropdown-menu img.img_banner1 {
        padding-left: 48px;
        padding-bottom: 10px;
    }

    #header.header-v2 .container .navigation_v2 ul li .dropdown-menu img.img_banner_v3 {
        margin-top: 30px;
        padding-right: 25px;
    }

    #header.header-v2 .container .navigation_v2 ul li .dropdown-menu ul {
        display: block;
    }

    #header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu {
        margin-bottom: 20px;
    }

        #header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu .title {
            font: 400 30px "MouseMemoirsRegular";
            color: #e41d2e;
            text-transform: uppercase;
            text-align: left;
            padding-left: 30px;
        }

        #header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu ul {
            text-align: left;
            padding: 0px;
            margin-left: 0px;
            margin-top: 10px;
        }

            #header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu ul li {
                display: block;
                padding-left: 30px;
            }

                #header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu ul li a {
                    font: 400 16px/32px "BellGothicStdBold";
                    color: #384551;
                    text-transform: capitalize;
                    padding-left: 12px;
                    position: relative;
                    -webkit-transition: all 0.1s ease;
                    transition: all 0.1s ease;
                    -moz-transition: all 0.1s ease;
                    -ms-transition: all 0.1s ease;
                    -o-transition: all 0.1s ease;
                }

                    #header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu ul li a:before {
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome;
                        font-size: inherit;
                        text-rendering: auto;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        content: '\f0c8';
                        font-size: 5px;
                        height: 6px;
                        width: 6px;
                        position: absolute;
                        top: 40%;
                        margin-top: -3px;
                        left: 0;
                    }

                    #header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu ul li a:hover {
                        padding-left: 15px;
                        color: #e4022d;
                        background: none;
                    }

#header.header-v2 .container .navigation_v2 ul li .mega_menu_pages {
    width: 1200px;
    right: auto;
}

#header.header-v2 .container .navigation_v2 ul li:hover .dropdown-menu {
    opacity: 1;
    transform: translate(0, 0px);
    visibility: inherit;
}

#header.header-v2 .container .navigation_v2 ul li.pages a {
    line-height: 0px !important;
}

    #header.header-v2 .container .navigation_v2 ul li.pages a:hover {
        background: none;
    }

#header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-shop-v2 {
    right: -725px;
    min-width: 220px;
    z-index: 1050;
    top: 70px;
}

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-shop-v2 .menu-menu .title {
        margin-bottom: 25px;
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-shop-v2:before {
        zoom: 1;
        left: 60%;
        top: -11px;
        margin-left: 2%;
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-shop-v2:after {
        zoom: 1;
        left: 60%;
        top: -10px;
        margin-left: 2%;
    }

#header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-pages-v2 {
    right: -600px;
    z-index: 1050;
    top: 70px;
    min-width: 220px;
}

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-pages-v2 .menu-menu .title {
        margin-bottom: 25px;
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-pages-v2:before {
        zoom: 1;
        left: 89%;
        top: -11px;
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-pages-v2:after {
        zoom: 1;
        left: 89%;
        top: -10px;
    }

#header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-news-v2 {
    right: -228px;
    z-index: 1050;
    top: 70px;
}

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-news-v2 .menu-menu .title {
        margin-bottom: 25px;
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-news-v2:before {
        zoom: 1;
        left: 120%;
        top: -11px;
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-news-v2:after {
        zoom: 1;
        left: 120%;
        top: -10px;
    }

#header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 {
    right: -640%;
    left: auto;
    width: 1903px;
    z-index: 1050;
    top: 70px;
    line-height: 1.42857;
}

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2:before {
        zoom: 1;
        left: 106%;
        top: -11px;
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2:after {
        zoom: 1;
        left: 106%;
        top: -10px;
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 .mega_menu_sales {
        float: right;
    }

        #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 .mega_menu_sales .products {
            margin-bottom: 0px;
        }

            #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 .mega_menu_sales .products .border_products .product .product_interactive .action .img_default a img {
                margin-right: 0px;
            }

            #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 .mega_menu_sales .products .border_products .product .caption {
                margin-top: 10px;
                line-height: 1.42857;
            }

                #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 .mega_menu_sales .products .border_products .product .caption .title_product {
                    margin-top: 20px;
                }

                    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 .mega_menu_sales .products .border_products .product .caption .title_product a {
                        font-size: 20px;
                        font-family: "BellGothicStdBold";
                        text-transform: capitalize;
                    }

#header.header-v2 .container .navigation_v2 ul li .dropdown-menu:before {
    margin-left: -47%;
}

#header.header-v2 .container .navigation_v2 ul li .dropdown-menu:after {
    margin-left: -47%;
}

#header.header-v2 .container .navigation_v2 ul li ul li {
    margin-bottom: 30px;
}

.mega_menu_v3 {
    width: 1255px;
}

.menu-menu {
    display: inline-block;
}

    .menu-menu ul li {
        width: 100%;
    }

.mega-dropdown-menu-pages-v3 {
    right: -702px;
    top: 95px;
}

    .mega-dropdown-menu-pages-v3:before {
        top: -11px;
        left: 76%;
        margin-left: -38%;
    }

    .mega-dropdown-menu-pages-v3:after {
        top: -10px;
        left: 76%;
        margin-left: -38%;
    }

#header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3 {
    right: -1408%;
    top: 95px;
}

    #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3:before {
        top: -11px;
        left: 87%;
        margin-left: -38%;
    }

    #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3:after {
        top: -10px;
        left: 87%;
        margin-left: -38%;
    }

    #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3 .mega_menu_sales .products {
        margin-bottom: 0px;
    }

        #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3 .mega_menu_sales .products .border_products .product .product_interactive a {
            padding-right: 0px;
            padding-left: 0px;
            line-height: 0px;
        }

        #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3 .mega_menu_sales .products .border_products .product .caption {
            margin-top: 25px;
            line-height: 15px;
            line-height: 1.42857;
        }

            #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3 .mega_menu_sales .products .border_products .product .caption .title_product a {
                color: #384551;
                font-size: 20px;
                text-transform: capitalize;
                font-family: "BellGothicStdBold";
            }

                #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3 .mega_menu_sales .products .border_products .product .caption .title_product a:hover {
                    color: #e4022d;
                }

.mega-dropdown-menu-shop-v3 {
    right: -525px;
    top: 95px;
}

    .mega-dropdown-menu-shop-v3:before {
        top: -11px;
        left: 93%;
        margin-left: -38%;
    }

    .mega-dropdown-menu-shop-v3:after {
        top: -10px;
        left: 93%;
        margin-left: -38%;
    }

.all_categories:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.navigation_v3 .all_categories ul {
    margin-left: 0px;
    padding-left: 10px;
    border: 1px solid;
    list-style: none;
    display: none;
}

    .navigation_v3 .all_categories ul li {
        display: block;
        vertical-align: middle;
    }

        .navigation_v3 .all_categories ul li a {
            color: #384551;
            font: 400 16px "BellGothicStdBold";
            line-height: 60px;
            padding-left: 0px;
            padding-right: 0px;
            text-transform: inherit;
            width: 100%;
            background: url(../images/header/line_nav1_v3.png) no-repeat;
            transition: all 0.5s ease;
        }

            .navigation_v3 .all_categories ul li a.girl_begin {
                margin-top: 10px;
                background: none;
            }

            .navigation_v3 .all_categories ul li a .star {
                color: #e41d2e;
            }

            .navigation_v3 .all_categories ul li a:hover {
                padding-left: 10px;
                color: #e4022d;
            }

.setting {
    position: relative;
    cursor: pointer;
}

    .setting:hover .setting-content {
        opacity: 1;
        visibility: visible;
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

.setting-content {
    background: #FFF none repeat scroll 0% 0%;
    border: medium none;
    border-radius: 0px;
    position: absolute;
    opacity: 0;
    display: block;
    left: auto;
    right: -12px;
    top: 260%;
    width: 324px;
    -moz-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    visibility: hidden;
    z-index: 999;
    margin-top: 0px;
    padding: 0px;
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.1);
    padding-left: 25px;
    padding-right: 18px;
}

    .setting-content .seclect-language h3 span {
        color: #384551;
        font: 400 24px "MouseMemoirsRegular";
        text-transform: uppercase;
    }

    .setting-content .seclect-language ul {
        padding-top: 10px;
        padding-bottom: 28px;
        line-height: 1.42857;
        border-bottom: 2px solid #cdcdcd;
        display: inline-table;
    }

        .setting-content .seclect-language ul li {
            padding-right: 5px;
            padding-left: 0px !important;
        }

            .setting-content .seclect-language ul li a img {
                border: 2px solid #cdcdcd;
                opacity: 0.3;
                width: 100%;
            }

            .setting-content .seclect-language ul li.active a img {
                opacity: 1;
            }

            .setting-content .seclect-language ul li:hover a img {
                opacity: 1;
            }

            .setting-content .seclect-language ul li.ensign {
                width: 23%;
            }

    .setting-content .select-currency ul {
        padding-top: 5px;
        padding-bottom: 28px;
        width: 100%;
    }

        .setting-content .select-currency ul li {
            padding-right: 10px;
        }

            .setting-content .select-currency ul li a {
                color: #5b656f;
                background: #e5e5e5;
                width: 36px;
                height: 36px;
                display: block;
                text-align: center;
                vertical-align: middle;
                padding-top: 12px;
            }

            .setting-content .select-currency ul li.active a,
            .setting-content .select-currency ul li:hover a {
                color: #fff;
                background: #e41d2e;
            }

    .setting-content .select-page ul {
        margin-bottom: 35px;
        padding-top: 32px;
        line-height: 1.42857;
        padding-left: 0px;
        margin-left: 0px;
    }

        .setting-content .select-page ul li {
            display: block;
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 0px !important;
        }

            .setting-content .select-page ul li a {
                padding-left: 0px;
                color: #384551;
                font: 400 12px "BellGothicStdBold";
                text-decoration: none;
                transition: all 0.5s ease;
                text-transform: uppercase;
            }

                .setting-content .select-page ul li a i {
                    padding-right: 15px;
                }

                .setting-content .select-page ul li a:hover {
                    color: #e41d2e;
                    padding-left: 10px;
                }

.shop-item {
    background: #FFF none repeat scroll 0% 0%;
    border: medium none;
    width: 310px;
    border-radius: 0px;
    position: absolute;
    opacity: 0;
    display: block;
    transform: translate(0, 20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    visibility: hidden;
    z-index: 1043;
    margin-top: 0px;
    padding: 0px;
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.1);
}

    .shop-item .widget_shopping_cart_content ul {
        line-height: 1.42857 !important;
    }

        .shop-item .widget_shopping_cart_content ul.engo-w-products-list {
            padding: 0;
            margin: 0;
        }

            .shop-item .widget_shopping_cart_content ul.engo-w-products-list li {
                padding: 15px;
                border-bottom: 1px solid;
                display: inherit;
                border-bottom: 1px solid #f6f6f6;
            }

    .shop-item .widget_shopping_cart_content p.total {
        display: inline-block;
        width: 100%;
    }

        .shop-item .widget_shopping_cart_content p.total strong.subtotal {
            float: left;
        }

        .shop-item .widget_shopping_cart_content p.total span {
            margin-bottom: 15px;
        }

    .shop-item .widget_shopping_cart_content p.buttons {
        margin-bottom: 30px;
        line-height: 60px !important;
    }

        .shop-item .widget_shopping_cart_content p.buttons a.cart-button {
            color: #ffffff;
            font: 400 24px "MouseMemoirsRegular";
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 15px;
            padding-bottom: 17px;
            background-size: 128px 60px;
            text-decoration: none;
            margin-left: 15px;
            text-transform: uppercase;
        }

            .shop-item .widget_shopping_cart_content p.buttons a.cart-button:hover {
                background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                padding-left: 30px;
                padding-right: 30px;
                padding-top: 15px;
                padding-bottom: 17px;
                background-size: 128px 60px;
            }

        .shop-item .widget_shopping_cart_content p.buttons a.dark {
            color: #ffffff;
            font: 400 24px "MouseMemoirsRegular";
            background: url(../images/products/product_detail/background_add_card.png) no-repeat;
            padding-left: 25px;
            padding-right: 35px;
            padding-top: 15px;
            padding-bottom: 18px;
            background-size: 118px 60px;
            text-transform: uppercase;
            text-decoration: none;
            margin-left: 30px;
        }

            .shop-item .widget_shopping_cart_content p.buttons a.dark:hover {
                background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
                padding-left: 25px;
                padding-right: 35px;
                padding-top: 15px;
                padding-bottom: 18px;
                background-size: 118px 60px;
            }

    .shop-item .pull-left .product-image img {
        float: left;
        width: 100%;
    }

    .shop-item .caption {
        text-align: left;
        margin-top: 10px;
        padding-left: 90px;
    }

        .shop-item .caption .meta h3 {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .shop-item .caption .meta .price del {
            color: #384551;
            opacity: 0.5;
        }

.cart-v1 {
    top: 258%;
    left: -250px;
}

.cart {
    cursor: pointer;
}

    .cart:hover .shop-item {
        opacity: 1;
        visibility: visible;
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

.wapper_v1 {
    z-index: 1042;
}

.shop_action .modal-backdrop {
    z-index: 1043 !important;
}

.shop_action .modal-content {
    border: none;
    border-radius: 0px;
    margin-top: 300px;
}

    .shop_action .modal-content .close:hover,
    .shop_action .modal-content .close:focus {
        box-shadow: none;
        outline: aliceblue;
    }

.shop_action .modal-header {
    border-bottom: none;
}

.shop_action .modal-body .input-group {
    margin-left: 85px;
    margin-right: 85px;
    background: url(../images/header/line_search.jpg) no-repeat scroll 0 40%;
    background-position-y: 35px;
    padding-bottom: 60px;
}

.shop_action .modal-body .control-search {
    border: none;
    font: 400 16px "BellGothicStdLight";
    box-shadow: none;
    color: #384551;
    background: none;
    padding: 0px;
}

    .shop_action .modal-body .control-search:focus,
    .shop_action .modal-body .control-search:hover {
        outline: aliceblue;
        box-shadow: none;
    }

.shop_action .modal-body .button_search {
    height: 34px;
    border: none;
    background: url(../images/header/search.png) no-repeat;
    box-shadow: none;
    width: 28px;
    padding: 0px;
    background-color: #fff;
}

    .shop_action .modal-body .button_search:hover,
    .shop_action .modal-body .button_search:focus {
        background-color: none;
        outline: aliceblue;
        box-shadow: none;
    }

/********************************************/
/******* header shop grid *****************/
.navigation_v2 ul li .mega-dropdown-menu-shop-v4 {
    top: 102%;
}

.menu-menu ul li.lever-02 {
    line-height: 15px;
}

.mega-dropdown-menu-news-v4 {
    right: -365px;
}

    .mega-dropdown-menu-news-v4:before {
        zoom: 1;
        left: 111%;
        top: -10px;
        margin-left: 2%;
    }

    .mega-dropdown-menu-news-v4:after {
        zoom: 1;
        left: 111%;
        top: -11px;
        margin-left: 2%;
    }

/***************************************/
/******** Responsive header v1 ********/
@media only screen and (min-width: 1241px) {
    .navigation_res {
        display: none;
    }
}

@media only screen and (max-width: 1241px) {
    #header.header-v1 .navigation_res ul {
        display: none;
    }

    #header .header_shop .navigation {
        display: none;
    }

    .block-level2 {
        padding-left: 10px;
        margin-top: 25px;
    }

        .block-level2 img {
            width: 100%;
            margin-bottom: 20px;
        }

        .block-level2 li {
            padding: 20px;
            background: none;
        }

            .block-level2 li a {
                font: 400 24px "KingCoolKC";
            }

            .block-level2 li i {
                float: right;
                padding-right: 15px;
            }

    .block-level3 {
        padding-left: 10px;
        margin-top: 20px;
    }

        .block-level3 li {
            background: none;
            padding: 22px;
        }

            .block-level3 li a {
                font: 400 20px "KingCoolKC";
            }

            .block-level3 li i {
                display: none;
            }

    .navigation_res {
        overflow-x: hidden;
    }

        .navigation_res .nav_res li.action a {
            color: #e4022d;
        }

    .logo a img {
        margin-left: 85px;
    }

    .navigation_res {
        max-height: 0;
    }

        .navigation_res .nav_res li.home {
            padding-top: 80px;
        }

        .navigation_res .nav_res li.shop {
            background: none;
        }

        .navigation_res .nav_res li i {
            color: #384551;
        }

            .navigation_res .nav_res li i.active:before {
                content: "\f068";
                height: 5px;
                width: 5px;
            }

        .navigation_res .nav_res li.sales .menu-level-1 .level2 .product {
            position: relative;
        }

            .navigation_res .nav_res li.sales .menu-level-1 .level2 .product.blog {
                padding-bottom: 0px;
            }

            .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .product_interactive a {
                max-height: 600px;
            }

            .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .product_interactive .action_nav_res {
                position: absolute;
                bottom: 10px;
                width: 100%;
            }

                .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .product_interactive .action_nav_res .img_default_res a {
                    margin-left: 10%;
                }

            .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption {
                margin-top: 0px;
            }

                .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption i {
                    display: block;
                }

                .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product a {
                    color: #384551;
                    font-size: 20px;
                    text-transform: capitalize;
                    font-family: "BellGothicStdBold";
                }

                .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product i {
                    display: none;
                }

                .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .review {
                    height: 30px;
                    float: left;
                    margin-left: 30%;
                }

                    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .review i {
                        padding-left: 3px;
                        padding-right: 3px;
                    }

                .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product {
                    margin-left: 14%;
                    height: 55px;
                }

        .navigation_res .nav_res li.sales i {
            padding-left: 45px;
        }

        .navigation_res .nav_res li.pages i {
            padding-left: 58px;
        }

        .navigation_res .nav_res li.news i {
            padding-left: 50px;
        }

        .navigation_res .nav_res li.shop i {
            padding-left: 48px;
        }

        .navigation_res .showing {
            display: block;
            overflow: inherit;
            transform: translate3d(0px, 0px, 0px);
        }

            .navigation_res .showing .fa-bars:before {
                content: "";
                position: absolute;
                background: url(../images/icon/close_menu.png) no-repeat;
                top: 10px;
                width: 60px;
                height: 44px;
                left: 25px;
            }

    .handle {
        display: block;
        color: #384551;
    }

    .navigation.open {
        display: block;
    }

    .shop_action ul {
        padding-top: 52px;
    }
}

@media only screen and (max-width: 750px) {
    .shop_action .modal-body .input-group {
        margin-left: 30px;
        margin-right: 30px;
    }

    .logo {
        width: 142px;
    }

        .logo a img {
            margin-left: 52px;
            width: 75%;
            padding-top: 20px;
        }

    .shop_action_v1 .cart-v2 {
        left: -272px;
        top: 35px;
    }

    .shop_action_v1 .cart-v1 {
        left: -272px !important;
    }

    .shop_action_v1 ul {
        padding-top: 55px;
    }

        .shop_action_v1 ul li {
            padding-left: 16px;
        }

            .shop_action_v1 ul li img {
                width: 24px;
            }

            .shop_action_v1 ul li.line:after {
                height: 24px;
                right: 6px;
            }

            .shop_action_v1 ul li.cart span.badge {
                padding: 2px 5px;
                top: -13px;
                right: 1px;
            }

    .setting-content {
        right: -42px;
    }

        .setting-content:before {
            margin-left: -95px;
        }

        .setting-content:after {
            margin-left: -95px;
        }
}

@media only screen and (max-width: 737px) {

    .showing_handle .fa-navicon:before,
    .showing_handle .fa-reorder:before,
    .showing_handle .fa-bars:before {
        width: 35px;
        height: 35px;
        background-size: 100% 100%;
        top: 2px;
        left: 15px;
    }
}

@media only screen and (max-width: 650px) {
    .handle {
        top: 55px;
    }
}

}

@media only screen and (max-width: 435px) {
    .handle {
        top: 48px;
    }
}

@media only screen and (max-width: 376px) {
    .logo {
        width: 142px;
    }

        .logo a img {
            margin-left: 48px;
            width: 70%;
            padding-top: 20px;
        }

    .shop_action_v1 ul li.wishlist {
        display: none;
    }
}

@media only screen and (max-width: 361px) {
    .logo {
        width: 142px;
    }

        .logo a img {
            margin-left: 55px;
            width: 75%;
            padding-top: 14px;
        }

    .shop_action_v1 ul li.setting {
        max-width: 0px;
        display: none;
    }

    .shop_action_v1 ul li.wishlist {
        max-width: 0px;
        display: none;
    }

    .shop_action_v1 ul li.line:after {
        height: 30px;
        right: 2px;
    }

    .shop_action_v1 ul li.cart span.badge {
        right: 4px;
    }

    .shop_action_v1 ul li img {
        width: 25px;
    }
}

@media only screen and (max-width: 320px) {
    .shop_action_v1 .cart-v1 {
        left: -260px !important;
    }

    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product {
        margin-left: 4%;
    }

    .level1 .block-level2 li a {
        font-size: 22px !important;
    }

    .level2 .block-level3 li a {
        font-size: 16px !important;
    }
}

/*********************************************/
/********* Responsive header v2 ***********/
.showing_handle_v2 i:before {
    position: fixed !important;
}

.navigation_res .menu-mobile li a.active {
    color: #e4022d;
}

@media only screen and (max-width: 1441px) {
    .navigation_v2 ul li .mega-dropdown-menu-sales-v2 {
        right: -378%;
    }

        .navigation_v2 ul li .mega-dropdown-menu-sales-v2:before {
            left: 121%;
        }

        .navigation_v2 ul li .mega-dropdown-menu-sales-v2:after {
            left: 121%;
        }
}

@media only screen and (max-width: 1241px) {
    .ver2 .navigation_mobile_v2 .nav_res {
        height: calc(100vh + 40px);
        position: fixed;
        padding-top: 245px;
        margin-top: 0px;
    }

    .bg-opacity {
        position: relative;
    }

        .bg-opacity:before {
            position: absolute;
            content: "";
            background: #4c5762;
            z-index: 1041;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            opacity: 0.6;
        }

    #header.header-v2 .container .navigation_v2 ul li {
        padding-right: 15px;
        padding-left: 15px;
    }

        #header.header-v2 .container .navigation_v2 ul li a {
            font-size: 26px;
        }
}

@media only screen and (min-width: 1241px) {
    .navigation_v2_res {
        display: none;
    }

    .handle_v2 {
        display: none;
    }
}

@media only screen and (max-width: 600px) {

    #header.header-v2 .container .logo_v2 img {
        width: 48%;
        position: absolute;
        top: 65px;
        left: 102px;
    }

    #header.header-v2 .container .top-bar .shop_action {
        top: 115px;
        position: absolute;
    }

        #header.header-v2 .container .top-bar .shop_action ul li {
            padding-left: 20px;
            padding-right: 20px;
        }

            #header.header-v2 .container .top-bar .shop_action ul li.cart {
                padding-right: 0px !important;
            }

                #header.header-v2 .container .top-bar .shop_action ul li.cart span.badge {
                    top: -14px;
                    right: 5px;
                }

    .navigation_v2_res {
        top: 0px;
    }

        .navigation_v2_res .showing {
            width: 100%;
        }
}

@media only screen and (max-width: 481px) {

    #header.header-v2 .container .top-bar .shop_action ul {
        padding-top: 0px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 436px) {

    #header.header-v2 .container .top-bar .shop_action {
        top: 100px;
    }

        #header.header-v2 .container .top-bar .shop_action ul li img {
            width: 18px;
        }

        #header.header-v2 .container .top-bar .shop_action ul li.line:after {
            height: 20px;
        }

        #header.header-v2 .container .top-bar .shop_action ul li.cart span.badge {
            top: -16px;
            right: 0px;
        }

        #header.header-v2 .container .top-bar .shop_action a img {
            width: 18px;
        }

    .showing_handle_v2 {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 800px) {
    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .product_interactive .action_nav_res .img_default_res a {
        margin-left: 12%;
    }
}

#header.header-v2 .container .top-bar .shop_action {
    top: 90px;
}

.navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product {
    margin-left: 18px;
}

}

@media only screen and (max-width: 361px) {
    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 320px) {
    .action_nav_res .img_default_res a .cart_default {
        width: 35px;
    }

    .action_nav_res .img_default_res a .wishlist_default {
        width: 35px;
    }

    .action_nav_res .img_default_res a .quickview_default {
        width: 35px;
    }

    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product {
        margin-left: 0px;
    }

        .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product a {
            font-size: 18px !important;
        }

    #header.header-v2 .container .top-bar .shop_action {
        top: 70px;
    }
}

/****************************************/
/******** Responsive header v3 ********/
@media only screen and (max-width: 1441px) {
    .mega-dropdown-menu-sales-v3 {
        right: -977%;
    }

        .mega-dropdown-menu-sales-v3:before {
            left: 85%;
        }

        .mega-dropdown-menu-sales-v3:after {
            left: 85%;
        }

    .card_v3 .cart-v2 {
        left: -265px;
    }
}

@media only screen and (max-width: 1241px) and (min-width: 980px) {
    .navigation_v3 .card_v3 .badge {
        top: 5px;
        right: 40px;
    }

    .search_v3 .input-group span .btn_v3 {
        margin-right: 10px;
        margin-top: -10px;
    }

    .search_v3 .input-group .input_v3 {
        padding-top: 2px;
    }
}

@media only screen and (min-width: 1241px) {
    .search_v3 .line {
        display: none;
    }

    .card_v3 .screen_small {
        display: none;
    }
}

@media only screen and (max-width: 1241px) {
    .shop_action_v3 {
        margin-bottom: 60px;
    }

        .shop_action_v3 .connect_phone {
            max-width: 0;
            max-height: 0;
            display: none;
        }

    .top_bar_v3 {
        background: url(../images/header/line_topbar.png) no-repeat scroll 0 40px !important;
    }

    .logo_v3 {
        padding-left: 30% !important;
        top: 20px;
    }

    .search_v3 .input-screen-large {
        display: none;
    }

    .search_v3 .line {
        display: block;
        position: absolute;
        top: 30px;
        right: 108px;
    }

    .search_v3 .modal-header {
        border-bottom: none;
    }

    .search_v3 .modal-content {
        margin-top: 200px;
    }

    .search_v3 .modal-body .input-screen-small {
        margin-left: 30px;
        margin-right: 30px;
        background: url(../images/header/line_search.jpg) no-repeat scroll 0 40%;
        background-position-y: 35px;
        padding-bottom: 60px;
    }

        .search_v3 .modal-body .input-screen-small input {
            font: 400 16px "BellGothicStdLight";
            box-shadow: none;
            color: #384551;
            background: none;
            padding: 0px;
            border: none;
        }

    .search_v3 .modal-body .button_search {
        height: 34px;
        border: none;
        background: url(../images/header/search.png) no-repeat;
        box-shadow: none;
        width: 28px;
        padding: 0px !important;
        background-color: #fff !important;
    }

    .card_v3 .cart-v2 {
        left: -255px;
        top: 112%;
    }

    .navigation_v3:before {
        height: 64px !important;
        width: 96%;
    }

    .navigation_v3 .all_categories a {
        padding-left: 35px;
        font: 400 36px "MouseMemoirsRegular";
        letter-spacing: 5px;
        line-height: 80px;
    }

        .navigation_v3 .all_categories a.dropdown-toggle_v3:before {
            top: 40px;
        }

    .navigation_v3 .all_categories:before {
        background: none;
    }

    .navigation_v3 .navigation {
        display: none;
    }

    .navigation_v3 .all_categories ul li a {
        letter-spacing: 0px !important;
    }

    .products_best_v3 .owl-nav .owl-prev {
        margin-top: -77px !important;
    }

    .products_best_v3 .owl-nav .owl-next {
        margin-top: -77px !important;
    }

    .top_bar_v3 .connect {
        display: none;
    }

    .navigation_v3 .card_v3 {
        position: absolute;
        right: 0px;
        top: -105px;
        padding-right: 0px;
        width: 50px;
    }

        .navigation_v3 .card_v3:before {
            content: "";
            position: absolute;
            border-right: 2px #e4022d solid;
            display: block;
            height: 40px;
            top: 8px;
            left: -8px;
        }

        .navigation_v3 .card_v3 .badge {
            top: 3px;
            right: 5px;
            background-color: #e4022d !important;
            color: #fff;
        }

        .navigation_v3 .card_v3 .screen_large {
            display: none;
        }

    .all_navigation_v3 ul {
        z-index: 9999;
        top: -172px;
        left: -42px;
    }

        .all_navigation_v3 ul.showing {
            background: #fff !important;
            padding-bottom: 70px;
        }

            .all_navigation_v3 ul.showing li {
                margin-left: 48px;
                padding-top: 25px;
                padding-bottom: 45px;
            }

                .all_navigation_v3 ul.showing li a {
                    font: 400 30px "KingCoolKC" !important;
                    color: #384551 !important;
                }

                .all_navigation_v3 ul.showing li.home {
                    padding-top: 246px;
                }

                .all_navigation_v3 ul.showing li.contact_us {
                    background: none;
                }

    .all_navigation_v3.navigation {
        position: absolute;
    }

        .all_navigation_v3.navigation .showing .fa-bars:before {
            top: -132px;
        }
}

@media only screen and (max-width: 1025px) {
    .navigation_v3:before {
        width: 98%;
        left: 10px;
    }

    .logo_v3 {
        padding-left: 35% !important;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1025px) {
    .navigation_v3 .all_categories {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .logo_v3 {
        padding-left: 32% !important;
    }
}

@media only screen and (max-width: 733px) {

    .navigation_v3 .open ul.dropdown-menu {
        margin-top: 100px;
    }

    .shop_action_v3 {
        margin-bottom: 30px;
    }

    .search_v3 .line {
        top: -50px;
    }

    .navigation_v3 .card_v3 {
        top: -98px;
    }

    .logo_v3 {
        padding-left: 30% !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 665px) {

    .logo_v3 {
        top: 36px;
        left: -3%;
    }

    .search_v3 .line {
        top: -50px;
        padding-top: 18px;
        right: 100px;
    }

    .navigation_v3 .card_v3 {
        top: -110px;
    }

    .navigation_v3 .open ul.dropdown-menu {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 600px) {
    .navigation_v3:before {
        width: 96%;
    }

    .navigation_v3 .all_categories a {
        font-size: 26px;
    }

    .shop_action_v3 {
        margin-bottom: 40px;
    }

    .logo_v3 {
        padding-left: 20% !important;
        top: 30px;
    }

        .logo_v3 img {
            width: 62%;
        }

    .badge {
        padding: 1px 5px;
    }

    .search_v3 .line {
        top: -28px;
        right: 73px;
    }

        .search_v3 .line img {
            width: 20px;
        }

    .navigation_v3 .card_v3 {
        top: -88px;
    }

        .navigation_v3 .card_v3 .badge {
            top: 9px;
            right: 2px;
        }

        .navigation_v3 .card_v3 .screen_small {
            width: 20px;
        }

        .navigation_v3 .card_v3:before {
            top: 8px;
            left: 13px;
            height: 33px;
        }
}



@media only screen and (max-width: 436px) {
    .navigation_v3:before {
        left: 8px;
    }

    .all_navigation_v3 ul {
        top: -241px;
    }
}


@media only screen and (max-width: 380px) {


    .logo_v3 {
        top: 8px;
    }

        .logo_v3 img {
            width: 58%;
        }

    #header.header-v2 .container .top-bar .shop_action ul {
        margin-top: 0px;
    }

    .search_v3 .line {
        top: -48px;
    }

    .navigation_v3 .card_v3 {
        top: -73px;
    }

    .navigation_v3 .all_categories a {
        padding-left: 30px;
    }

    .shop_action_v3 {
        margin-bottom: 6px;
    }

    .navigation_v3 .open ul.dropdown-menu {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 320px) {

    .logo_v3 {
        margin-top: 0px;
    }

    .search_v3 .input-group {
        background-size: 100% 42px;
    }

        .search_v3 .input-group .input_v3 {
            padding-top: 8px;
        }

        .search_v3 .input-group span .btn_v3 {
            margin-right: 14px;
            margin-top: -5px;
        }

    .shop_action_v3 {
        margin-bottom: 15px;
    }

    .navigation_v3 {
        margin-top: -15px;
    }

        .navigation_v3:before {
            width: 95%;
        }

        .navigation_v3 .all_categories a {
            font-size: 22px;
        }

        .navigation_v3 .open ul.dropdown-menu {
            width: 288px;
        }

        .navigation_v3 .card_v3 {
            top: -67px;
        }

            .navigation_v3 .card_v3 .screen_small {
                width: 16px;
            }

            .navigation_v3 .card_v3:before {
                top: 12px;
                left: 16px;
                height: 26px;
            }

    .search_v3 .line {
        right: 65px;
    }

        .search_v3 .line img {
            width: 16px;
        }

    .badge {
        padding: 0px 4px;
        font-size: 10px;
        top: 11px;
    }
}

/** 6.3. Sidebar **/
/** 6.4. Contents **/
/** 6.4.1. CMS default **/
/** 6.4.2. Blog **/
/** 6.5. Footers **/
/** 6.5.1. General **/
/** 6.5.2. Footer Version 1 **/


#footer .container .SignUp {
    position: relative;
    z-index: 1;
    background: url(../images/footer/background_conn_03.jpg);
    padding-left: 30px;
    padding-right: 30px;
}

    #footer .container .SignUp .connect {
        padding-top: 75px;
        display: inline-flex;
    }

        #footer .container .SignUp .connect .title_conn {
            font-family: 'MouseMemoirsRegular';
            font-size: 28.89px;
            color: #e4022d;
            padding-right: 39px;
        }

        #footer .container .SignUp .connect .img_conn {
            padding-top: 5px;
        }

            #footer .container .SignUp .connect .img_conn img {
                padding-right: 25px;
                transform: translate3d(0, 0, 0);
                transition: all 0.2s ease;
            }

                #footer .container .SignUp .connect .img_conn img:hover {
                    transform: translate3d(0, -6px, 0);
                }

            #footer .container .SignUp .connect .img_conn.img_last {
                padding-right: 0px;
            }


#footer .container .information-diferent .about_us {
    padding-bottom: 20px;
}

    #footer .container .information-diferent .about_us ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        #footer .container .information-diferent .about_us ul li a {
            text-decoration: none;
            color: #fff;
            font-family: 'BellGothicStdBold';
            font-size: 18px;
            padding-bottom: 10px;
            line-height: 43px;
            transition: all 0.3s ease;
        }

            #footer .container .information-diferent .about_us ul li a:hover {
                padding-left: 3px;
                color: #e4022d;
            }

#footer .container .information-diferent .our_instogram a u {
    font: 400 14px "BellGothicStdBold";
}

#footer .container .information-diferent .our_instogram .img_info_client {
    float: left;
    padding-bottom: 15px;
    width: 100%;
    display: block;
}

    #footer .container .information-diferent .our_instogram .img_info_client a {
        display: block;
        float: left;
    }

        #footer .container .information-diferent .our_instogram .img_info_client a img {
            margin-right: 15px;
        }

            #footer .container .information-diferent .our_instogram .img_info_client a img.img_end {
                margin-right: 0px;
            }

#footer .container .information-diferent .our_instogram a {
    color: #fff;
}

    #footer .container .information-diferent .our_instogram a:hover {
        color: #e4022d;
    }

#footer .container .pay_cart {
    padding-bottom: 44px;
}

    #footer .container .pay_cart .source {
        font-family: 'BellGothicStdBold';
        font-size: 16px;
        color: #fff;
    }

    #footer .container .pay_cart .cart {
        cursor: auto;
    }

        #footer .container .pay_cart .cart img {
            float: right;
            transition: all 0.3s ease;
        }

.order {
    padding-top: 37px;
}

    .order p.order-post-title {
        line-height: 15px;
        font-family: 'MouseMemoirsRegular';
        font-size: 30px;
        color: #e4022d;
    }

    .order p.order-contact {
        color: #333333;
        font-family: 'BellGothicStdLight';
        font-size: 18px;
    }

    .order .input-group {
        padding-bottom: 35px;
        width: 85%;
        background: url(../images/footer/background_input.png) no-repeat;
        background-size: 100%;
    }

        .order .input-group input.form-control {
            text-transform: uppercase;
            font: 400 18px "KingCoolKC";
            padding-top: 3%;
            height: 60px;
            border: none !important;
            box-shadow: none !important;
            background: none !important;
            color: #fff;
        }

        .order .input-group span button {
            text-transform: uppercase;
            font-family: 'KingCoolKC';
            font-size: 24px;
            padding-left: 45px;
            color: #fff;
            height: 47px;
            top: -6px;
            border: none;
        }

            .order .input-group span button.btn {
                padding-right: 40px;
                background: none !important;
                padding-bottom: 0px;
            }

                .order .input-group span button.btn:focus,
                .order .input-group span button.btn:hover,
                .order .input-group span button.btn:active {
                    outline: none !important;
                    box-shadow: none !important;
                    color: #384551;
                }

.btn_v1:hover,
.btn_v1:active {
    background: url(../images/footer/background_submit.png) no-repeat !important;
    border-color: none !important;
}

/** 6.5.3. Footer Version 2 **/
.footer_v2 {
    background: #384551 !important;
}

    .footer_v2:before {
        background: #384551 !important;
    }

.footer_v3 {
    background: url(../images/footer/background_footer_v3.jpg) !important;
}

.about_us ul li .img_place {
    float: left;
    display: block;
}

.about_us ul li .text_place {
    display: -webkit-box;
    padding-left: 15px;
    line-height: 25px;
}

.about_us_v3 ul li:hover,
.about_us_v3 ul li:active {
    padding-left: 3px;
}

.about_us_v3 ul li .img_place {
    margin-top: -10px;
}

.about_us_v3 ul li a:hover,
.about_us_v3 ul li a:active {
    color: red;
    padding-left: 0px !important;
    margin-top: 10px;
}

.about_us_v3 ul.connect_about_us li {
    float: left;
    padding-right: 25px;
}

    .about_us_v3 ul.connect_about_us li a img {
        transition: all 0.3s ease;
        transform: translate(0px, 0px);
        transition: all 0.3s ease;
    }

    .about_us_v3 ul.connect_about_us li:hover {
        padding-left: 0px !important;
    }

        .about_us_v3 ul.connect_about_us li:hover a img {
            transform: translate(0px, -5px);
        }

@media only screen and (min-width: 900px) and (max-width: 1025px) {
    .btn-top {
        display: none !important;
    }

    .footer_v3 .about_us:nth-child(4) {
        clear: both;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1025px) {
    #footer .container .SignUp .connect {
        padding-top: 22px;
    }

        #footer .container .SignUp .connect .img_conn {
            display: block;
            padding-top: 15px;
        }

    #footer .container .SignUp .order .input-group span button.btn {
        position: absolute;
        top: -6px;
        left: -122px !important;
        font-size: 22px !important;
    }

    #footer .container .SignUp .order .input-group input.form-control {
        padding-top: 0px;
        width: 70%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 990px) {
    #footer .container .SignUp {
        text-align: center;
    }

        #footer .container .SignUp .order .input-group {
            margin-left: 50px;
            margin-bottom: 20px;
        }

            #footer .container .SignUp .order .input-group input.form-control {
                padding-top: 5%;
                width: 94%;
            }

            #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
                top: 0px;
                left: -15px;
            }

    #footer .container .information-diferent {
        background-position: 25% 96%;
    }
}

@media only screen and (max-width: 770px) {
    #footer .container .SignUp {
        text-align: center;
    }

        #footer .container .SignUp .connect {
            padding-left: 19%;
            padding-top: 40px;
        }
}

@media only screen and (min-width: 665px) and (max-width: 770px) {
    #footer .container .SignUp {
        text-align: center;
    }

        #footer .container .SignUp .connect {
            padding-left: 17%;
        }

        #footer .container .SignUp .order .input-group {
            margin-left: 50px;
            margin-bottom: 20px;
        }

            #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
                top: -1px;
                left: -10px;
            }

    #footer .container .pay_cart {
        padding-bottom: 30px;
        text-align: center;
    }

        #footer .container .pay_cart .source {
            padding-top: 15px;
        }

        #footer .container .pay_cart .cart {
            margin-top: 15px;
        }

            #footer .container .pay_cart .cart img {
                float: none !important;
                padding-left: 25px;
                padding-right: 25px;
                display: inline-block;
            }
}

@media only screen and (max-width: 630px) {
    #footer .container .SignUp .order .input-group {
        width: 100%;
    }

        #footer .container .SignUp .order .input-group input.form-control {
            padding-top: 6%;
        }

        #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
            top: -6px;
            left: -5px;
        }
}

@media only screen and (max-width: 650px) {
    #footer .container .SignUp .connect {
        padding-left: 15%;
    }

    #footer .container .SignUp .order .input-group {
        margin-left: 50px;
    }

        #footer .container .SignUp .order .input-group span button.btn {
            position: absolute;
            top: 1px;
            left: -140px;
        }

        #footer .container .SignUp .order .input-group input.form-control {
            width: 70%;
        }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    #footer .container .information-diferent .about_us {
        width: 50%;
    }

    #footer .container .information-diferent .about_us2_v3 {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 650px) {
    #footer .container .information-diferent .about_us {
        width: 50%;
    }

    #footer .container .pay_cart {
        padding-bottom: 30px;
    }

        #footer .container .pay_cart .source {
            padding-top: 10px;
            width: 100%;
            text-align: center;
        }

        #footer .container .pay_cart .cart {
            width: 100%;
            text-align: center;
            margin-top: 15px;
        }

            #footer .container .pay_cart .cart img {
                float: none;
                padding-left: 20px;
                padding-right: 20px;
                display: inline-block;
            }
}

@media only screen and (max-width: 600px) {
    #footer .container .SignUp {
        text-align: center;
    }

        #footer .container .SignUp .order .input-group {
            width: 100%;
            margin-top: 20px;
            margin-bottom: 10px;
            margin-left: 0px;
        }

            #footer .container .SignUp .order .input-group input.form-control {
                padding-top: 3%;
                width: 70%;
            }

            #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
                position: absolute;
                top: 1px;
                left: -140px;
            }

        #footer .container .SignUp .connect {
            padding-left: 15px;
            display: block;
        }

            #footer .container .SignUp .connect .title_conn {
                padding-left: 0px;
                padding-right: 0px;
            }

            #footer .container .SignUp .connect .img_conn img.img_last {
                padding-right: 0px;
            }

    #footer .container .pay_cart {
        text-align: center;
        width: 100%;
        padding-bottom: 30px;
    }

        #footer .container .pay_cart .cart {
            margin-top: 20px;
            text-align: center;
        }

            #footer .container .pay_cart .cart img {
                float: none;
                padding-left: 30px;
                padding-right: 30px;
                display: inline-block;
            }
}

@media only screen and (max-width: 450px) {
    #footer .container .SignUp .order .input-group {
        background-size: 100% 55px;
    }

        #footer .container .SignUp .order .input-group input.form-control {
            padding-top: 6% !important;
            width: 70%;
        }

        #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
            position: absolute;
            top: 0px;
            left: -116px;
            font-size: 20px !important;
        }
}

@media only screen and (max-width: 436px) {
    #footer .container .SignUp {
        text-align: center;
    }

        #footer .container .SignUp .connect {
            padding-top: 30px;
        }

            #footer .container .SignUp .connect .title_conn {
                padding-right: 0px;
            }

            #footer .container .SignUp .connect .img_conn {
                display: block;
                text-align: center;
            }

                #footer .container .SignUp .connect .img_conn img {
                    padding-top: 12px;
                    display: inline-flex;
                    padding-right: 22px;
                }

        #footer .container .SignUp .order .input-group {
            width: 100%;
        }

    #footer .container .pay_cart .source {
        text-align: center;
    }

    #footer .container .pay_cart .cart {
        text-align: center;
    }

        #footer .container .pay_cart .cart img {
            float: none;
            padding: 0 10px 0 10px;
            padding-left: 10px !important;
            padding-right: 10px !important;
        }
}

@media only screen and (max-width: 375px) {
    #footer .container .SignUp .connect .title_conn {
        font-size: 26px;
    }

    #footer .container .SignUp .connect .img_conn img {
        padding-right: 12px;
    }

    #footer .container .SignUp .order p.order-post-title {
        font-size: 26px;
        line-height: 18px;
    }

    #footer .container .SignUp .order p.order-contact {
        font-size: 14px;
    }
}

@media only screen and (max-width: 361px) {
    #footer .container .SignUp .order .input-group input.form-control {
        padding-top: 6% !important;
        width: 70%;
    }

    #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
        position: absolute;
        top: 0px;
        left: -108px;
        font-size: 18px !important;
    }

    #footer .container .information-diferent .our_instogram a u {
        font: 400 14px "BellGothicStdBold";
    }
}

@media only screen and (max-width: 320px) {
    #footer .container .pay_cart {
        text-align: center;
        width: 100%;
    }

        #footer .container .pay_cart .cart {
            text-align: center;
        }

            #footer .container .pay_cart .cart img {
                float: none;
                padding-left: 5px !important;
                padding-right: 5px !important;
            }

    #footer .container .SignUp .order .input-group {
        background-size: 100% 40px;
    }

        #footer .container .SignUp .order .input-group input.form-control {
            padding-top: 4px !important;
            font-size: 12px;
        }

        #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
            position: absolute;
            top: -7px;
            left: -97px;
            font-size: 15px !important;
        }
}

/*********************************/
/*******Responsive v3************/
/********************************/
@media only screen and (max-width: 600px) and (min-width: 560px) {
    #footer .container .pay_cart {
        text-align: center;
    }

        #footer .container .pay_cart .cart {
            margin-top: 15px;
        }

            #footer .container .pay_cart .cart img {
                float: none;
                padding-left: 25px;
                padding-right: 25px;
            }
}

/** 6.6. Home pages **/
/** 6.6.0 Home default **/
a:focus {
    outline: none;
}

body {
    overflow-x: hidden;
}

/** 6.6.1 Home page 1 **/

.content .slider {
    overflow: hidden;
    font-family: 'KingCoolKC';
}

    .content .slider .slide_main {
        position: relative;
        z-index: 0;
    }

        .content .slider .slide_main .item img {
            position: relative;
            z-index: 0;
        }

        .content .slider .slide_main .item .content_slide1 {
            transition: All 1s ease;
            position: absolute;
            z-index: 1;
            top: 112px;
            right: 445px;
            text-align: center;
            animation: content_slide1 1s ease-out;
        }

            .content .slider .slide_main .item .content_slide1 img {
                transition: all 0.3s ease-out;
                display: inline;
                text-align: center;
            }

            .content .slider .slide_main .item .content_slide1 .now_to img {
                padding: 25px 0px 25px 0px;
            }

            .content .slider .slide_main .item .content_slide1:active {
                padding-top: 10px;
            }

@-webkit-keyframes content_slide1 {
    from {
        right: 100px;
        top: 112px;
    }

    to {
        right: 400px;
        top: 112px;
    }
}

.content .slider .slide_main .item .content_slide2 {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 70px;
    left: 445px;
}

    .content .slider .slide_main .item .content_slide2 .free {
        font-family: 'BellGothicStdBlack';
        font-size: 25px;
        line-height: 42px;
        opacity: 1;
        animation: move_right 5s infinite;
    }

    .content .slider .slide_main .item .content_slide2 .entire {
        font-family: 'KingCoolKC';
        font-size: 120.42px;
        line-height: 120px;
    }

    .content .slider .slide_main .item .content_slide2 .up_to {
        font-family: 'KingCoolKC';
        font-size: 36px;
        line-height: 40px;
        float: left;
        padding-left: 100px;
    }

        .content .slider .slide_main .item .content_slide2 .up_to span {
            padding-left: 22px;
            padding-right: 22px;
        }

        .content .slider .slide_main .item .content_slide2 .up_to img {
            display: inline;
        }

    .content .slider .slide_main .item .content_slide2 .number {
        display: inline-flex;
        float: left;
        font-family: 'MouseMemoirsRegular';
        line-height: 260px;
        color: #34a5dd;
    }

        .content .slider .slide_main .item .content_slide2 .number .number_first {
            font-size: 380.4px;
            padding-left: 30px;
        }

        .content .slider .slide_main .item .content_slide2 .number .number_end {
            font-size: 274.08px;
            display: inline;
            margin-top: -26px;
        }

    .content .slider .slide_main .item .content_slide2 .unit {
        font-family: 'MouseMemoirsRegular';
        font-size: 148.98px;
        color: #34a5dd;
        line-height: 116px;
        padding-top: 40px;
        padding-right: 45px;
    }

    .content .slider .slide_main .item .content_slide2 .off {
        text-transform: uppercase;
        font-family: 'MouseMemoirsRegular';
        font-size: 101.02px;
        color: #34a5dd;
        padding-right: 45px;
        margin-top: -20px;
    }

    .content .slider .slide_main .item .content_slide2 .favorable {
        font-family: 'MouseMemoirsRegular';
        font-size: 28px;
        float: left;
        padding-left: 100px;
        display: inline;
        margin-top: -30px;
    }

.content .slider .slide_main .owl-nav .owl-prev {
    overflow: hidden;
    width: 50px;
    height: 200px;
    z-index: 1;
    left: 30px;
    position: absolute;
    top: 272px;
    background: url(../images/slides/prev.png) no-repeat;
    font-size: 0px;
    display: block;
}

.content .slider .slide_main .owl-nav .owl-next {
    overflow: hidden;
    height: 200px;
    width: 50px;
    z-index: 1;
    right: 30px;
    float: right;
    position: absolute;
    top: 272px;
    background: url(../images/slides/next.png) no-repeat;
    font-size: 0px;
    display: block;
}

.content .slider .panel-body {
    padding: 0px !important;
}

    .content .slider .panel-body .carousel a {
        background-image: none;
    }

        .content .slider .panel-body .carousel a span img {
            padding-top: 270px;
        }

.conection {
    margin-top: 30px;
}

    .conection .boys {
        float: left;
        width: 34%;
        margin-left: -19px;
    }

    .conection .girls {
        float: left;
        width: 34%;
    }

    .conection .boy_girl {
        float: left;
        width: 32%;
    }

    .conection img {
        float: left;
        transition: opacity 0.3s ease 0s, transform 0.4s ease 0s;
    }

        .conection img:hover {
            transform: scale3d(1.05, 1.05, 1);
        }

.featured_product {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

    .featured_product .tab-v8 .nav-inner {
        text-align: center;
    }

    .featured_product .tab-v8 .nav-tabs {
        border: none;
        display: inline-block;
    }

        .featured_product .tab-v8 .nav-tabs li {
            border-bottom: none !important;
        }

            .featured_product .tab-v8 .nav-tabs li a {
                font-size: 24px;
                font-family: 'BellGothicStdBold';
                padding: 0px 0px 0px 0px;
                color: #545f6a;
                border: none;
                background: transparent;
            }

                .featured_product .tab-v8 .nav-tabs li a img {
                    padding-left: 20px;
                    padding-right: 20px;
                }

                .featured_product .tab-v8 .nav-tabs li a.active,
                .featured_product .tab-v8 .nav-tabs li a:focus,
                .featured_product .tab-v8 .nav-tabs li a:hover {
                    background: transparent;
                    color: #e62945;
                }

            .featured_product .tab-v8 .nav-tabs li.active,
            .featured_product .tab-v8 .nav-tabs li:focus,
            .featured_product .tab-v8 .nav-tabs li:hover {
                background: transparent;
            }

    .featured_product .header_featured_pr .header_featured {
        font-family: 'MouseMemoirsRegular';
        line-height: 68px;
        color: #384551;
        font-size: 60px;
    }

    .featured_product .header_featured_pr p {
        font-size: 24px;
        font-family: 'BellGothicStdBold';
    }

    .featured_product .most_want {
        background: url("../images/icon/x.png") no-repeat;
        background-position: 176px 10px;
        color: #545f6a;
    }

    .featured_product .new_arrival {
        background-position: 165px 10px;
        color: #545f6a;
    }

    .featured_product .best_seller {
        color: #545f6a;
    }

.products {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 120px;
}

.border_products {
    padding-left: 45px;
    padding-right: 45px;
}

    .border_products .row_2 {
        padding-top: 50px;
    }

.blog {
    margin-bottom: 50px;
}

.counter {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

    .counter .time {
        position: relative;
        z-index: 0;
        padding-left: 45px;
        padding-right: 45px;
    }

        .counter .time .border_counter {
            border: 5px solid #e5e5e5;
        }

        .counter .time .header_counter {
            font-family: 'MouseMemoirsRegular';
            font-size: 90.05px;
        }

            .counter .time .header_counter b {
                color: #e4022d;
                padding-bottom: 25px;
                background: url(../images/counter/line_counter.png) no-repeat center center;
                background-position: center 95%;
            }

        .counter .time .text_1_counter {
            font-family: 'KingCoolKC';
            color: #333333;
            font-size: 35.02px;
            padding-top: 32px;
        }

        .counter .time .text_2_counter {
            font-family: 'BellGothicStdLight';
            font-size: 18.01px;
            color: #333333;
        }

            .counter .time .text_2_counter span {
                font-family: 'BellGothicStdBold';
            }

        .counter .time .countdow {
            float: left;
            padding-bottom: 52px;
            background: url(../images/counter/background_coutdow.jpg) no-repeat;
            background-position: 3px -1px;
        }

            .counter .time .countdow .number_time {
                font-family: 'BellGothicStdBold';
                font-size: 32.02px;
                color: e4022d;
                line-height: 52px;
            }

            .counter .time .countdow .day_times {
                line-height: 0px;
                color: #333333;
                font-family: 'BellGothicStdBold';
                font-size: 12.01px;
            }

        .counter .time .img-girls img {
            position: absolute;
            left: -126px;
            z-index: 1;
            bottom: -92px;
        }

        .counter .time .img-boys img {
            position: absolute;
            right: 0px;
            z-index: 1;
            bottom: -125px;
        }

.countdown-times {
    display: inline-flex;
}

    .countdown-times .day {
        display: inline-block;
    }

    .countdown-times .distance {
        background: url(../images/counter/background_coutdow.jpg) no-repeat;
        background-size: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 8px;
        margin-right: 8px;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-bottom: 52px;
    }

    .countdown-times .number {
        color: #e4022d;
        font-family: 'BellGothicStdBold';
        font-size: 32.02px;
        line-height: 30px;
    }

    .countdown-times .text {
        color: #333333;
        font-family: 'BellGothicStdLight';
        font-size: 12.01px;
    }

.testimodial_v1 {
    margin-bottom: 30px;
    margin-top: 186px;
    background: url(../images/banner/background_testimodial1.jpg) no-repeat;
    height: 600px;
    display: inline-block;
    width: 100%;
}

    .testimodial_v1 .caption {
        padding-top: 104px;
        padding-left: 26%;
        padding-right: 26%;
        text-align: center;
    }

        .testimodial_v1 .caption .img_client_testimodial {
            position: relative;
            height: 135px;
        }

            .testimodial_v1 .caption .img_client_testimodial .img_client {
                position: absolute;
                margin: auto;
                left: 0;
                right: 0;
                top: 0;
                border-radius: 50%;
            }

            .testimodial_v1 .caption .img_client_testimodial .border_images {
                position: absolute;
                margin: auto;
                left: 0;
                right: 0;
                top: 0;
            }

        .testimodial_v1 .caption img {
            margin-left: auto;
            margin-right: auto;
        }

        .testimodial_v1 .caption h4 {
            mix-blend-mode: multiply;
            color: #fff;
            opacity: 20%;
            padding-top: 17px;
            padding-bottom: 30px;
            font: 400 18px "BellGothicStdBlack";
            background: url(../images/banner/line_client.png);
            background-repeat: no-repeat;
            background-position: center 94%;
            text-shadow: 2px 2px 2px #c9a714;
        }

        .testimodial_v1 .caption .name_client {
            padding-top: 10px;
            line-height: 40px;
            font-size: 48px;
            font-family: 'MouseMemoirsRegular';
            color: #e4022d;
            text-shadow: 2px 2px 2px #c9a714;
        }

        .testimodial_v1 .caption .ceo {
            font-family: 'BellGothicStdBold';
            font-size: 14px;
            color: #fff;
            text-shadow: 2px 2px 2px #c9a714;
        }

    .testimodial_v1 .owl-dots {
        text-align: center;
        padding-left: 49%;
        display: inline-flex;
        padding-top: 20px;
    }

        .testimodial_v1 .owl-dots .owl-dot {
            margin-right: 8px;
            width: 10px;
            height: 10px;
            border: 1px solid #fff;
            border-radius: 10px;
        }

        .testimodial_v1 .owl-dots .active {
            background: url(../images/header/background_dot.png);
        }

.banner {
    padding-left: 15px;
    padding-right: 15px;
}

    .banner .effect-v5 {
        background-color: #fff !important;
    }

        .banner .effect-v5 img {
            width: 100%;
        }

.interactive-banner {
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .interactive-banner .interactive-banner-profile {
        position: absolute;
        z-index: 2;
        margin: auto;
        content: "";
    }

        .interactive-banner .interactive-banner-profile h2 {
            text-transform: uppercase;
            margin: 10px 0 15px;
        }

        .interactive-banner .interactive-banner-profile small {
            text-transform: uppercase;
        }

    .interactive-banner .mask-link {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }

    .interactive-banner .banner-title h2,
    .interactive-banner .banner-title h3,
    .interactive-banner .banner-title h4,
    .interactive-banner .banner-title h5,
    .interactive-banner .banner-title h6 {
        color: #fff;
    }

    .interactive-banner .action .icons:hover {
        background-color: #5cb85c !important;
        border: #5cb85c !important;
    }

    .interactive-banner.left .interactive-banner-profile {
        left: 20px;
    }

    .interactive-banner.right .interactive-banner-profile {
        right: 20px;
    }

    .interactive-banner.center .interactive-banner-profile {
        right: 0;
        left: 0;
    }

.interactive-banner-v2 .interactive-banner-profile {
    top: 40px;
    width: 55%;
    height: 120px;
}

    .interactive-banner-v2 .interactive-banner-profile .action {
        padding: 5px 15px;
        margin-bottom: 3px;
        background-color: #fff;
        color: #333;
    }

.interactive-banner-v2.left .interactive-banner-profile {
    left: 60px;
}

.interactive-banner-v2.right .interactive-banner-profile {
    right: 60px;
}

.interactive-banner-v2.center .interactive-banner-profile {
    right: 0;
    left: 0;
}

.customer_label {
    margin-top: 60px;
    margin-bottom: 80px;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.latest_news .title_latest {
    font-family: 'MouseMemoirsRegular';
    font-size: 60px;
    color: #384551;
    text-align: center;
    background: url("../images/latest_new/line_LatestNews.png");
    background-repeat: no-repeat;
    background-position: 48% 78px;
    padding-bottom: 74px;
}

.latest_news .owl-carousel.owl-loaded .owl-stage-outer {
    max-height: 450px;
}

.latest_news .latest-posts-body {
    margin-bottom: 80px;
}

    .latest_news .latest-posts-body .latest-posts-image {
        margin-right: 10px;
    }

.rtl .latest_news .latest-posts-body .latest-posts-image {
    margin-left: 10px;
    margin-right: inherit;
}

.latest_news .latest-posts-body .latest-posts-image img {
    width: 100px !important;
    height: auto !important;
}

.latest_news .latest-posts-body .latest-posts-meta {
    padding-top: 12px;
}

    .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile {
        padding-bottom: 25px;
    }

        .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile .created {
            padding-bottom: 20px;
            font-family: 'BellGothicStdBlack';
            font-size: 12px;
            color: #b5b5b5;
            background: url(../images/latest_new/line_title_latest.png);
            background-repeat: repeat-x;
            background-position: 20px 25px;
        }

            .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile .created .number {
                font-size: 14px;
            }

    .latest_news .latest-posts-body .latest-posts-meta .latest-posts-title a {
        text-decoration: none;
        line-height: 35px;
        font-family: 'MouseMemoirsRegular';
        font-size: 36px;
        color: #384551;
    }

        .latest_news .latest-posts-body .latest-posts-meta .latest-posts-title a:hover {
            color: #e4022d;
        }

    .latest_news .latest-posts-body .latest-posts-meta .more {
        padding-top: 10px;
    }

        .latest_news .latest-posts-body .latest-posts-meta .more a {
            text-decoration: none;
            font-family: 'MouseMemoirsRegular';
            color: #e63946;
            font-size: 18px;
        }

            .latest_news .latest-posts-body .latest-posts-meta .more a:hover {
                color: #384551;
            }

    .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile > span {
        margin-right: 10px;
    }

.rtl .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile > span {
    margin-left: 10px;
    margin-right: inherit;
}

.featured_product .tab-v8 .nav-tabs li.active a,
.featured_product .tab-v8 .nav-tabs li:focus a,
.featured_product .tab-v8 .nav-tabs li:hover a {
    color: #e4022d !important;
}

/** 6.6.2 Home page 2 **/
.banner-v2 {
    margin-top: 30px;
}

.slider .slide1_v2 {
    left: 375px !important;
    right: 1241px !important;
}

    .slider .slide1_v2 .look_to {
        font-family: 'KingCoolKC';
        font-size: 68.33px;
        line-height: 60px;
    }

        .slider .slide1_v2 .look_to img {
            padding-left: 15px;
            padding-right: 15px;
        }

    .slider .slide1_v2 .girls {
        font-family: 'MouseMemoirsRegular';
        font-size: 272.92px;
        line-height: 235px;
    }

    .slider .slide1_v2 .when_it {
        font-family: 'BellGothicStdBold';
        font-size: 28.09px;
    }

        .slider .slide1_v2 .when_it .font_sl_diferent {
            font-family: 'BellGothicStdBlack';
        }

.slider .slide2_v2 {
    left: 792px !important;
    right: 696px;
}

    .slider .slide2_v2 .coats {
        padding-left: 30px;
    }

    .slider .slide2_v2 .and {
        float: left;
        padding-top: 10px;
        padding-left: 12px;
    }

    .slider .slide2_v2 .jacket {
        padding-top: 10px;
    }

    .slider .slide2_v2 .dont_let {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .slider .slide2_v2 .shop_now {
        padding-left: 145px;
    }

.product_girls {
    margin-top: 0px;
    margin-bottom: 170px;
}

    .product_girls .img_girls {
        margin-top: 60px;
    }

        .product_girls .img_girls img {
            width: 100%;
        }

    .product_girls .featured_product {
        margin-top: 60px;
        margin-bottom: 0px;
    }

        .product_girls .featured_product .tab-v8 {
            background: transparent url("../images/products/border_header_girls.jpg") no-repeat scroll 0 4%;
            background-repeat: no-repeat;
            background-position-y: 48px;
        }

            .product_girls .featured_product .tab-v8 .nav-inner {
                float: left;
            }

    .product_girls .header_featured_pr {
        padding-bottom: 48px;
    }

        .product_girls .header_featured_pr a span {
            font-size: 23.87px;
            float: left;
            padding: 0px 50px 0px 0px;
        }

            .product_girls .header_featured_pr a span:hover {
                color: red;
            }

            .product_girls .header_featured_pr a span.most_want {
                background-position: 155px 12px;
            }

                .product_girls .header_featured_pr a span.most_want:active {
                    color: red;
                }

            .product_girls .header_featured_pr a span.new_arrival {
                background-position: 144px 12px;
            }

                .product_girls .header_featured_pr a span.new_arrival:active {
                    color: red;
                }

            .product_girls .header_featured_pr a span.best_seller:active {
                color: red;
            }

    .product_girls .grid {
        padding-top: 50px;
    }

.product_boys {
    margin-top: 186px;
    margin-bottom: 60px;
}

.testimonial_v2 {
    margin-top: 0px !important;
}

.filter_products .new_in .title_new {
    font-size: 59.91px;
    font-family: 'MouseMemoirsRegular';
    color: #384551;
    padding-right: 25px;
    background: url(../images/products/border_header_girls_1.jpg) no-repeat scroll 130px 70%;
    background-position-y: 67px;
    line-height: 104px;
    background-position-x: 130px;
}

.filter_products .new_in .top_rate {
    background-position-x: 155px !important;
    background: url(../images/products/border_header_girls_1.jpg) no-repeat scroll 158px 70%;
}

.latest_v2 {
    margin-top: 50px;
    padding-bottom: 92px;
}

.latest_news .latest-posts-body .latest-posts-image a img {
    width: 100% !important;
}

.latest_news .latest-posts-body .latest_posts_v2 .created {
    font-size: 12.01px !important;
}

.latest_news .latest-posts-body .latest_posts_v2 .latest-posts-title a {
    font-size: 30px !important;
    font-family: "MouseMemoirsRegular" !important;
    line-height: 45px;
}

.latest_news .latest-posts-body .latest_posts_v2 .summary {
    color: #949494;
    font-family: 'BellGothicStdLight';
    font-size: 16.01px;
}

.SingUp_v2 {
    background: #fff;
    text-align: center;
    color: red;
}

    .SingUp_v2 .order_v2 .order-post-title {
        font: 400 60px "MouseMemoirsRegular";
        color: #e4022d;
        position: relative;
    }

        .SingUp_v2 .order_v2 .order-post-title:before {
            content: "";
            display: inline-block;
            background: url(../images/latest_new/line_latest_new.png) no-repeat;
            position: absolute;
            width: 100%;
            left: 0px;
            height: 5px;
            top: -60px;
        }

    .SingUp_v2 .order_v2 p.order-contact {
        font: 400 24px "BellGothicStdLight";
        color: #333333;
        line-height: 15px;
        padding-bottom: 25px;
    }

    .SingUp_v2 .order_v2 .form-control {
        height: 70px;
        padding: 23px 20px 0;
        width: 94%;
    }

.input-group_v2 {
    height: 64px;
    margin-top: 20px;
    width: 71%;
    padding-bottom: 14px;
    background: url(../images/footer/background_input_v2.png) no-repeat;
    margin-left: 16%;
}

    .input-group_v2 input {
        background: none;
        border: 0px;
        box-shadow: none;
        color: #fff;
        font: 400 25.27px "KingCoolKC";
        text-transform: uppercase;
    }

    .input-group_v2 span button {
        height: 64px;
        color: #fff;
        font: 400 33.69px "KingCoolKC";
        background: none;
        border: 0px;
        width: 213px;
        margin-top: 3px;
        margin-right: 42px;
        box-shadow: none;
        text-transform: uppercase;
    }

        .input-group_v2 span button:hover {
            color: #384551;
        }

    .input-group_v2 span .btn:focus,
    .input-group_v2 span .btn.focus,
    .input-group_v2 span .btn:active:focus,
    .input-group_v2 span .btn:active.focus,
    .input-group_v2 span .btn.active:focus,
    .input-group_v2 span .btn.active.focus {
        outline: 0px;
        outline-offset: 0px;
    }

/* Homepage v3*/
.slider_v3 {
    margin-top: 30px;
    margin-bottom: 60px;
}

    .slider_v3 .tp-banner-container {
        width: 100% !important;
        left: 0px !important;
    }

.title_bestseller {
    position: relative;
    padding-bottom: 27px;
}

    .title_bestseller .click {
        float: right;
    }

        .title_bestseller .click .next_bestseller {
            float: right;
            transition: all 0.2s ease-out;
        }

        .title_bestseller .click .prev_bestseller {
            padding-left: 10px;
            transition: all 0.2s ease-out;
        }

            .title_bestseller .click .prev_bestseller:hover {
                opacity: 0.5;
            }

.caption {
    text-align: center;
}

.products_best_v3 .product_interactive .img_product {
    width: 100% !important;
}

.products_best_v3 .owl-carousel .owl-item img {
    display: inline-block;
}

.products_best_v3 .owl-nav {
    display: flex;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .products_best_v3 .owl-nav .owl-next:hover {
        opacity: 0.5;
    }

.order_v3 {
    background: #facf09;
    border: 1px solid #facf09;
    border-radius: 10px;
    position: relative;
}

    .order_v3:after {
        content: "";
        position: absolute;
        border: 1px dashed #fff;
        border-radius: 10px;
        top: 8px;
        bottom: 8px;
        right: 8px;
        left: 8px;
        height: 94%;
    }

    .order_v3 .search_v3 input .input2_v3 {
        width: 370px;
    }

    .order_v3 .order {
        padding-top: 68px !important;
    }

        .order_v3 .order .order-post-title {
            text-align: center;
            color: #fff;
            font-family: 'MouseMemoirsRegular';
            font-size: 45px;
            line-height: 55px;
        }

        .order_v3 .order .order-contact {
            text-align: center;
            font-family: 'BellGothicStdLight';
            font-size: 18px;
            padding-bottom: 68px !important;
        }

.input_group_v3 {
    padding-top: 74px;
}

    .input_group_v3 .input-group {
        width: 100%;
        height: 60px;
        background: url(../images/banner/background_input2_v3.png) no-repeat;
        text-transform: uppercase;
    }

        .input_group_v3 .input-group .input2_v3 {
            background: transparent none repeat scroll 0 0;
            border: 0 none;
            box-shadow: none;
            color: #fff !important;
            font: 400 18.35px/50px "KingCoolKC";
            height: 50px;
            padding-left: 15px;
            padding-right: 40px;
            padding-top: 20px;
            text-transform: uppercase;
        }

            .input_group_v3 .input-group .input2_v3 :focus {
                outline: none;
            }

        .input_group_v3 .input-group .button2_v3 {
            background-size: 100% !important;
            background: none;
            border: 0px;
            margin-right: 86px;
            margin-top: -10px !important;
            text-transform: uppercase;
            font-family: 'MouseMemoirsRegular';
            font-size: 26px !important;
            padding-top: 6px;
            padding-bottom: 7px;
            outline: none;
            box-shadow: none;
            color: #fff;
        }

            .input_group_v3 .input-group .button2_v3:hover,
            .input_group_v3 .input-group .button2_v3:focus,
            .input_group_v3 .input-group .button2_v3:active {
                color: #384551;
                outline: none;
            }

.border_order_v3 {
    padding: 2px;
    border: 1px solid #fff;
}

.pro_hot_sale {
    margin-bottom: 60px;
}

    .pro_hot_sale .tab-content {
        display: inline-block;
    }

    .pro_hot_sale .featured_product .tab-v8 {
        background-repeat: repeat-x !important;
    }

        .pro_hot_sale .featured_product .tab-v8 .tab-content .tab-pane .product {
            margin-bottom: 50px;
        }

            .pro_hot_sale .featured_product .tab-v8 .tab-content .tab-pane .product .product_interactive .product_fashion {
                top: 8px;
                left: 8px;
            }

            .pro_hot_sale .featured_product .tab-v8 .tab-content .tab-pane .product .product_interactive .action a img {
                width: 36px;
            }

            .pro_hot_sale .featured_product .tab-v8 .tab-content .tab-pane .product:hover .product_interactive .action {
                bottom: 15px;
            }

.countdown-hot_sales {
    position: relative;
    margin-top: 60px;
}

    .countdown-hot_sales .pro_bestseller {
        padding-bottom: 19px;
    }

    .countdown-hot_sales .countdown-times .distance {
        margin-bottom: 0px;
    }

    .countdown-hot_sales .owl-carousel .owl-stage .owl-item .product {
        padding-bottom: 20px;
    }

.title_hot_sales {
    padding-top: 12px;
}

    .title_hot_sales .text_tittle {
        float: left;
        font-size: 48px !important;
        background: transparent url("../images/products/line_hot_sales.png") no-repeat scroll 150px 88%;
        background-position-x: 145px;
        background-position-y: 30px;
    }

    .title_hot_sales .click {
        float: right;
    }

        .title_hot_sales .click .prev_bestseller {
            float: left;
            padding-right: 10px;
        }

        .title_hot_sales .click img {
            float: right;
            background: url(../images/products/next_v3.png);
        }

.product_best .owl-nav .owl-prev {
    position: absolute;
    top: -78px;
    width: 62px;
    height: 50px;
    left: 242px;
    font-size: 0px;
    background: url(../images/products/prev_hot.jpg) no-repeat;
    transition: all 0.2s ease-out;
}

    .product_best .owl-nav .owl-prev:hover {
        opacity: 0.5;
    }

.product_best .owl-nav .owl-next {
    position: absolute;
    top: -78px;
    width: 62px;
    height: 50px;
    left: 305px;
    font-size: 0px;
    background: url(../images/products/next_hot.png) no-repeat;
    transition: all 0.2s ease-out;
}

    .product_best .owl-nav .owl-next:hover {
        opacity: 0.5;
    }

.promotion a {
    outline: none;
}

    .promotion a:hover,
    .promotion a:focus {
        text-decoration: none !important;
    }

.promotion .free_ship {
    text-align: center;
    background: #e60056;
    border: 1px solid #e60056;
    border-radius: 10px;
    position: relative;
    margin-bottom: 60px;
}

    .promotion .free_ship:after {
        content: "";
        position: absolute;
        height: 93%;
        border: 1px dashed #fff;
        border-radius: 10px;
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px;
    }

    .promotion .free_ship .icon_promotion {
        padding-top: 50px;
    }

    .promotion .free_ship .text_promotion {
        text-transform: uppercase;
        font-family: 'KingCoolKC';
        font-size: 24px;
        padding-top: 15px;
        padding-bottom: 13px;
        color: #fff;
    }

    .promotion .free_ship .time_promotion {
        font-family: 'BellGothicStdBold';
        font-size: 13px;
        color: #f17a13;
        padding-bottom: 50px;
    }

.promotion .customer_service {
    background: #7bba0b !important;
    border-color: #7bba0b !important;
}

.promotion .money_back_guarate {
    background: #1d89ba !important;
    border-color: #1d89ba !important;
}

.testimonial_v3 .testimonials-heading {
    margin-bottom: 38px;
}

    .testimonial_v3 .testimonials-heading h2 {
        font: 400 48px "MouseMemoirsRegular";
        color: #384551;
    }

.testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption {
    text-align: left;
}

    .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption img {
        float: left;
        margin-left: 15px;
    }

    .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .name_client {
        font: 400 30px "MouseMemoirsRegular";
        color: #e4022d;
        padding-left: 200px;
        padding-bottom: 30px;
        position: relative;
    }

        .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .name_client:before {
            content: "";
            position: absolute;
            display: inline-block;
            background: url("../images/latest_new/line_jonathan.png") no-repeat;
            height: 8px;
            width: 100%;
            bottom: 10px;
        }

        .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .name_client .engotheme {
            font: 400 18px "BellGothicStdBold";
            color: #384551;
            padding-left: 10px;
        }

    .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .client_think {
        padding-left: 198px;
        font: 400 18px "BellGothicStdBold";
    }

        .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .client_think img {
            float: none !important;
            display: inline-block;
        }

.testimonial_v3 .owl-carousel .owl-dots {
    display: inline-flex;
    padding-left: 200px;
}

    .testimonial_v3 .owl-carousel .owl-dots .active {
        background: url(../images/icon/background_dots_03.png) !important;
    }

    .testimonial_v3 .owl-carousel .owl-dots .owl-dot {
        margin-right: 8px;
        width: 12px;
        height: 12px;
        border: 1px solid #9da4a9;
        border-radius: 10px;
    }

.testimonial_v3 .carousel ul.carousel-indicators {
    bottom: -75px !important;
    margin-left: -51% !important;
}

    .testimonial_v3 .carousel ul.carousel-indicators li {
        border-color: #9da4a9 !important;
    }

        .testimonial_v3 .carousel ul.carousel-indicators li.active {
            background: url(../images/icon/background_dots_03.png) !important;
        }

.latest_news_v3 .latest_title_v3 h2 {
    font-family: 'MouseMemoirsRegular';
    font-size: 48px;
    color: #384551;
    background: transparent url("../images/latest_new/line_latest_v3.png") no-repeat scroll 176px 76%;
    background-position-y: 30px;
    background-position-x: 175px;
}

.latest_news_v3 .latest-posts-item {
    margin-top: 30px;
}

    .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 .latest-posts-profile {
        margin-top: 10px;
        margin-bottom: 12px;
    }

    .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 span {
        font-family: 'BellGothicStdBlack';
        font-size: 18px;
        color: #b5b5b5;
        background: transparent url("../images/latest_new/line_title_latest.png") repeat-x scroll 0 50%;
        line-height: 0px;
        padding-bottom: 35px;
        background-position-y: 25px;
    }

    .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 p a {
        text-decoration: none;
        color: #384551;
        font-family: 'MouseMemoirsRegular';
        font-size: 30px;
        line-height: 30px;
    }

        .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 p a:hover,
        .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 p a:focus,
        .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 p a:active {
            color: #e4022d;
        }

.customer_logo_v3 {
    margin-bottom: 60px !important;
}

.banner_v3 {
    margin-bottom: 30px;
}

    .banner_v3 .interactive-banner-body img {
        width: 100%;
    }

@media only screen and (min-width: 1820px) {
    .col-fs-2 {
        width: 16.66666667%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1661px) {
    .testimodial_v1 {
        background-size: 100% auto;
    }
}

@media only screen and (min-width: 1200px) {
    .container_conn {
        width: 1202px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1025px) {
    .customer_logo {
        margin-bottom: 0px;
    }

        .customer_logo .owl-carousel.owl-drag .owl-item {
            margin-right: 13px !important;
        }

    .border_products {
        padding-left: 0px;
        padding-right: 0px;
    }

    .order .input-group span button.btn {
        position: absolute;
        top: -5px;
        left: -90px;
    }
}

@media only screen and (max-width: 775px) {
    .banner .interactive-banner-body {
        margin-bottom: 20px;
    }

        .banner .interactive-banner-body img {
            width: 100%;
        }

    .banner .interactive-banner {
        background-color: #fff !important;
    }

    .testimodial_v1 {
        margin-top: 100px;
    }

        .testimodial_v1 .caption {
            padding-left: 10%;
            padding-right: 10%;
        }

        .testimodial_v1 .owl-dots {
            padding-left: 47%;
        }

    .featured_product {
        margin-bottom: 30px;
    }

        .featured_product .products {
            margin-bottom: 0px;
        }

    .customer_logo {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 732px) {
    .customer_logo {
        margin-bottom: -90px;
    }

        .customer_logo .owl-carousel.owl-drag .owl-item {
            margin-right: 12px !important;
        }

    .latest_news .latest-posts-body .latest-posts-meta .latest-posts-title a {
        font-size: 28px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 641px) {
    .testimodial_v1 .owl-carousel .owl-stage {
        width: 4573px !important;
    }

    .testimodial_v1 .owl-dots {
        padding-left: 48%;
    }

    .customer_logo {
        margin-top: 20px;
        margin-bottom: -90px;
    }

    .latest_news .title_latest {
        padding-bottom: 50px;
    }

    .latest_news .owl-carousel.owl-loaded .owl-stage-outer {
        max-height: 390px;
    }
}

@media only screen and (max-width: 610px) {
    .testimodial_v1 .caption h4 {
        font-size: 14px;
    }

    .testimodial_v1 .caption .name_client {
        font-size: 30px;
    }

    .testimodial_v1 .caption .ceo {
        font-size: 8px;
    }
}

@media only screen and (max-width: 600px) {
    .customer_logo {
        margin-top: 0px;
        margin-bottom: 30px;
    }

        .customer_logo .owl-carousel.owl-drag .owl-item {
            margin-right: 10px !important;
        }

    .latest_news .owl-carousel.owl-loaded .owl-stage-outer {
        max-height: 260px;
    }
}

@media only screen and (max-width: 540px) {
    .counter .time {
        position: relative;
        z-index: 0;
        padding-left: 45px;
        padding-right: 45px;
    }

        .counter .time .border_counter {
            border: 5px solid #e5e5e5;
        }

        .counter .time .header_counter {
            margin-top: 20px;
            font-size: 40px;
        }

            .counter .time .header_counter b {
                color: #e4022d;
                background-position: center 98%;
                padding-bottom: 10px;
            }

        .counter .time .text_1_counter {
            font-size: 20px;
            padding-top: 0px;
        }

        .counter .time .text_2_counter {
            font-size: 12px;
            color: #333333;
        }

        .counter .time .countdow {
            float: left;
            padding-bottom: 52px;
            background: url(../images/counter/background_coutdow.jpg) no-repeat;
            background-position: 3px -1px;
        }

            .counter .time .countdow .number_time {
                font-family: 'BellGothicStdBold';
                font-size: 32.02px;
                color: e4022d;
                line-height: 52px;
            }

            .counter .time .countdow .day_times {
                line-height: 0px;
                color: #333333;
                font-family: 'BellGothicStdBold';
                font-size: 12.01px;
            }

    .countdown-times .distance {
        width: 60px;
        background: #e5e5e5;
        padding-left: 10px;
        padding-right: 12px;
        padding-top: 7px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .countdown-times .number {
        font-size: 18px;
    }

    .countdown-times .text {
        font-size: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .col-mb-12 {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 440px) {
    .conection .container div {
        width: 100%;
        margin-bottom: 10px;
    }

        .conection .container div.boys {
            margin-left: 0px;
        }

        .conection .container div a img {
            float: left;
            width: 100%;
        }

    .tab-v8 .nav-inner .nav-tabs li {
        display: block;
        float: left;
        width: 100%;
        background: #f1f1f1;
        margin-bottom: 10px;
        height: 50px;
    }

        .tab-v8 .nav-inner .nav-tabs li a {
            padding-top: 10px;
        }

            .tab-v8 .nav-inner .nav-tabs li a img {
                display: none;
            }

    .featured_product .tab-v8 .nav-tabs li.active,
    .featured_product .tab-v8 .nav-tabs li:focus,
    .featured_product .tab-v8 .nav-tabs li:hover {
        background: #e8e8e8;
    }

        .featured_product .tab-v8 .nav-tabs li.active a,
        .featured_product .tab-v8 .nav-tabs li:focus a,
        .featured_product .tab-v8 .nav-tabs li:hover a {
            color: #fff;
        }

    .featured_product {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .tab-pane .products {
        margin-bottom: 0px;
    }

        .tab-pane .products .border_products {
            padding-left: 0px;
            padding-right: 0px;
        }

            .tab-pane .products .border_products .product {
                padding-left: 0px;
                padding-right: 0px;
            }

    .counter .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .counter .time {
        padding-left: 0px;
        padding-right: 0px;
    }

    .testimodial_v1 {
        margin-top: 60px;
    }

        .testimodial_v1 .caption {
            padding-left: 6%;
            padding-right: 6%;
        }

        .testimodial_v1 .owl-carousel .owl-dots {
            padding-left: 46%;
        }

    .banner {
        padding-left: 0px;
        padding-right: 0px;
    }

        .banner .interactive-banner {
            margin-bottom: 20px;
        }

    .latest_news .title_latest {
        padding-bottom: 50px;
    }

    .latest_news .latest-posts-body .latest-posts-image {
        margin-right: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .latest_news .latest-posts-body .latest-posts-meta .more {
        padding-top: 0px;
    }

    .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile {
        padding-bottom: 18px;
    }

        .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile .created {
            padding-bottom: 14px;
            background-position: 18px 16px;
        }
}

@media only screen and (max-width: 415px) {
    .customer_logo {
        margin-bottom: -90px;
    }

        .customer_logo .owl-carousel.owl-drag .owl-item {
            margin-right: 11px !important;
        }

    .latest_news .owl-carousel.owl-loaded .owl-stage-outer {
        max-height: 455px;
    }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group {
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width: 376px) {
    .customer_logo {
        margin-bottom: 30px;
    }

        .customer_logo .owl-carousel.owl-drag .owl-item {
            margin-right: 10px !important;
        }

    .featured_product .tab-v8 .nav-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .featured_product .header_featured_pr .header_featured {
        font-size: 55px;
    }

    .latest_news .owl-carousel.owl-loaded {
        max-height: 400px;
    }

        .latest_news .owl-carousel.owl-loaded .owl-stage-outer {
            max-height: 400px;
        }
}

@media only screen and (max-width: 320px) {
    .customer_logo .owl-carousel.owl-drag .owl-item {
        margin-right: 9px !important;
    }

    .countdown-times .distance {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 4px;
        margin-right: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .client_active .testimonial_v3 .owl-carousel .owl-dots {
        margin-left: 41%;
    }
}

/*********************************/
/*******Responsive homepages v2************/
/********************************/
@media only screen and (max-width: 774px) {
    .product_girls {
        margin-bottom: 15px;
    }

        .product_girls .featured_product {
            margin-top: 10px;
        }

        .product_girls .header_featured_pr {
            padding-bottom: 15px;
            padding-top: 20px;
        }

        .product_girls .product_girl .tab-v8 {
            background-repeat: repeat-x;
            background-position-y: 60px;
        }

            .product_girls .product_girl .tab-v8 .nav-inner {
                text-align: center;
                padding-bottom: 40px;
                float: none;
            }

    .product_boys {
        margin-top: 50px;
    }

        .product_boys .img_boys {
            margin-top: 10px !important;
        }

            .product_boys .img_boys img {
                margin-bottom: 60px !important;
            }

    .filter_products .new_in .title_new {
        font-size: 45px;
        background-position-x: 105px;
        background-position-y: 64px;
    }

    .filter_products .new_in .top_rate {
        background-position-x: 125px !important;
    }

    .filter_products .new_in .filter_product .caption_v2 .title_product {
        margin-bottom: 10px;
    }

        .filter_products .new_in .filter_product .caption_v2 .title_product a {
            line-height: 25px;
        }

    .SingUp_v2 .order_v2 .order-post-title {
        font-size: 40px;
    }

    .SingUp_v2 .order_v2 p.order-contact {
        font: 400 22px "BellGothicStdLight";
    }

    .SingUp_v2 .order_v2 .input-group_v2 {
        width: 100%;
        margin-left: 0px;
        background-size: 100%;
    }

        .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
            padding-top: 10px;
        }

        .SingUp_v2 .order_v2 .input-group_v2 span button {
            top: -2px;
            width: 110%;
            width: 217px;
            margin-right: 0px;
        }

    .latest_v2 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 740px) {
    .filter_products .new_in .filter_product {
        width: 100%;
    }
}

@media only screen and (max-width: 732px) {
    .SingUp_v2 .order_v2 .input-group_v2 {
        width: 100%;
        margin-left: 0px;
        background-size: 100%;
    }

        .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
            padding-top: 6px;
        }

        .SingUp_v2 .order_v2 .input-group_v2 span button {
            top: -6px;
            width: 182px;
            margin-right: 0px;
        }
}

@media only screen and (max-width: 641px) {
    .SingUp_v2 .order_v2 .input-group_v2 {
        width: 100%;
        margin-left: 0px;
        background-size: 100%;
    }

        .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
            padding-top: 6px;
        }

        .SingUp_v2 .order_v2 .input-group_v2 span button {
            top: -6px;
            width: 182px;
            margin-right: 0px;
        }
}

@media only screen and (max-width: 569px) {
    .SingUp_v2 .order_v2 .input-group_v2 {
        width: 100%;
        margin-left: 0px;
        background-size: 100%;
    }

        .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
            padding-top: 6px;
            height: 56px;
            width: 102%;
            font-size: 18px;
        }

        .SingUp_v2 .order_v2 .input-group_v2 span button {
            top: -10px;
            width: 160px;
            margin-right: 0px;
            font-size: 26px;
        }
}

@media only screen and (max-width: 480px) {
    .product_girls .product_girl .tab-v8 {
        background: none !important;
    }

    .SingUp_v2 .order_v2 .order-post-title {
        font-size: 30px;
    }

    .SingUp_v2 .order_v2 p.order-contact {
        font: 400 16px "BellGothicStdLight";
        padding-bottom: 0px;
    }

    .SingUp_v2 .order_v2 .input-group_v2 {
        width: 100%;
        margin-left: 0px;
        background-size: 100% 45px !important;
    }

        .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
            padding-top: 8px;
            font-size: 16px;
            height: 45px;
        }

        .SingUp_v2 .order_v2 .input-group_v2 span button {
            font-size: 18px;
            padding-top: 0px;
            padding-right: 22px;
            margin-top: 4px;
            width: 106px;
        }
}

@media only screen and (max-width: 436px) {
    .SingUp_v2 .order_v2 .input-group_v2 span button {
        margin-right: 0px;
        margin-top: 2px;
    }
}

@media only screen and (max-width: 412px) {
    .SingUp_v2 .order_v2 .input-group_v2 span button {
        margin-right: -2px;
    }
}

@media only screen and (max-width: 361px) {
    .SingUp_v2 .order_v2 .input-group_v2 span button {
        height: 25px;
        top: 0px;
        margin-top: 0px;
        margin-right: -10px;
    }

    .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
        padding-top: 10 !important;
    }
}

@media only screen and (max-width: 320px) {
    .SingUp_v2 .order_v2 .input-group_v2 span button {
        padding-top: 0px;
        padding-right: 12px;
        height: 32px;
        top: 0px;
    }

    .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
        width: 106%;
        height: 42px;
        padding-top: 12px !important;
    }
}

/**************************************/
/********* Responsive hompages V3**************/
/************************************/
@media only screen and (max-width: 1440px) {
    .input_group_v3 .input-group .button2_v3 {
        margin-right: 80px;
    }
}

@media only screen and (max-width: 1025px) {
    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item img {
        display: inline-block;
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive {
        text-align: center;
    }

        .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive .product_fashion {
            display: inline-block !important;
            text-align: center;
        }

            .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive .product_fashion a img {
                text-align: center;
                display: inline-block !important;
            }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_fashion {
        padding-left: 23%;
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .countdown {
        text-align: center;
    }

    .pro_hot_sale .product .title_hot_sales .text_tittle {
        background: none !important;
    }

    .pro_hot_sale .product_girl .tab-v8 .tab-content .tab-pane .product .product_interactive .action a img {
        width: 44px;
        height: 43px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .product_best .owl-nav .owl-next {
        width: 50px;
        height: 42px;
        background-size: 50px;
        left: auto;
        right: 0px;
    }

    .product_best .owl-nav .owl-prev {
        width: 50px;
        height: 42px;
        background-size: 50px;
        left: auto;
        right: 60px;
    }

    .input_group_v3 {
        padding-right: 30px;
    }

        .input_group_v3 .input-group .button2_v3 {
            margin-right: -5px;
        }
}

@media only screen and (max-width: 800px) and (min-width: 560px) {
    .latest_news_v3 .latest-posts-item .latest-posts-body {
        width: 50%;
        float: left;
    }

        .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 span {
            font-size: 13px;
            background-position-y: 22px;
        }

        .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 p a {
            font-size: 24px;
        }

        .latest_news_v3 .latest-posts-item .latest-posts-body.blog1_v3 {
            padding-right: 10px;
        }

        .latest_news_v3 .latest-posts-item .latest-posts-body.blog2_v3 {
            padding-left: 10px;
        }
}

@media only screen and (max-width: 800px) and (min-width: 750px) {
    .countdown-hot_sales {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 775px) {
    .blog_order_v3 .order_v3 .order {
        padding-top: 45px !important;
    }

        .blog_order_v3 .order_v3 .order .order-contact {
            padding-bottom: 0px !important;
        }

    .blog_order_v3 .order_v3 .input_group_v3 {
        padding-top: 40px;
    }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group {
            margin-bottom: 45px;
            background-size: 100% 60px;
            height: 74px;
            width: 85%;
            margin-left: 52px;
        }

            .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
                padding-left: 15px;
                padding-right: 60px;
                padding-top: 20px;
                font-family: 'KingCoolKC';
                font: 18px;
                width: 100%;
            }

            .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
                padding-top: 0px;
                margin-right: 48px;
            }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item img {
        display: inline-block;
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive {
        text-align: center;
    }

        .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive .product_fashion {
            display: inline-block !important;
            text-align: center;
        }

            .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive .product_fashion a img {
                text-align: center;
                display: inline-block !important;
            }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_fashion {
        padding-left: 23%;
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .countdown {
        text-align: center;
    }

    .pro_hot_sale .product .title_hot_sales .text_tittle {
        background: none !important;
    }

    .pro_hot_sale .product_girl .tab-v8 .tab-content .tab-pane .product .product_interactive .action a img {
        width: 44px;
        height: 43px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .product_best .owl-nav .owl-next {
        width: 50px;
        height: 42px;
        background-size: 50px;
        left: auto;
        right: 0px;
    }

    .product_best .owl-nav .owl-prev {
        width: 50px;
        height: 42px;
        background-size: 50px;
        left: auto;
        right: 60px;
    }

    .latest_news .latest-posts-body .latest-posts-image {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .best_seller_v3 .products_best_v3 .owl-stage {
        overflow: hidden;
        height: 735px;
    }

    .best_seller_v3 .owl-nav .owl-next {
        margin-top: -70px;
        width: 50px;
        height: 42px;
        background-size: 50px;
    }

    .best_seller_v3 .owl-nav .owl-prev {
        margin-top: -70px;
        width: 50px;
        height: 42px;
        background-size: 50px;
        margin-right: 10px;
    }

    .blog_order_v3 .order_v3 .order {
        padding-top: 40px !important;
    }

        .blog_order_v3 .order_v3 .order .order-post-title {
            font-size: 30px;
            line-height: 25px;
        }

        .blog_order_v3 .order_v3 .order .order-contact {
            padding-bottom: 15px !important;
            font-size: 15px;
        }

    .blog_order_v3 .order_v3 .input_group_v3 {
        padding-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group {
            padding-left: 10px;
            background-size: 92% 70%;
        }

            .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
                padding-top: 13px !important;
                padding-right: 60px;
            }

            .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
                margin-right: 96px;
                font-size: 22px !important;
                margin-top: -22px !important;
                padding-right: 0px;
            }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item img {
        display: inline-block;
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive {
        text-align: center;
    }

        .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive .product_fashion {
            display: inline-block !important;
            text-align: center;
        }

            .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive .product_fashion a img {
                text-align: center;
                display: inline-block !important;
            }

    .pro_hot_sale .product .title_hot_sales .text_tittle {
        background: none !important;
    }

    .pro_hot_sale .product_girl .tab-v8 .tab-content .tab-pane .product .product_interactive .action a img {
        width: 44px;
        height: 43px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .countdown-hot_sales {
        margin-top: 10px;
    }

        .countdown-hot_sales .owl-carousel .owl-stage {
            overflow: hidden;
            height: 900px;
        }

            .countdown-hot_sales .owl-carousel .owl-stage .owl-item .item .countdown {
                text-align: center;
            }

    .product_best .owl-nav .owl-next {
        width: 50px;
        height: 42px;
        background-size: 50px;
        left: auto;
        right: 0px;
    }

    .product_best .owl-nav .owl-prev {
        width: 50px;
        height: 42px;
        background-size: 50px;
        left: auto;
        right: 60px;
    }
}

@media only screen and (max-width: 800px) and (min-width: 567px) {
    .testimodial_v3 .owl-carousel .owl-stage-outer {
        max-height: 260px !important;
    }
}

@media only screen and (max-width: 600px) and (min-width: 560px) {
    .pro_hot_sale .product_girl .tab-v8 .tab-content .tab-pane .product .product_interactive .action a img {
        margin-left: 12px;
        margin-right: 12px;
    }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
        padding-top: 16px !important;
        padding-right: 40px;
    }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
        padding-right: 10px;
        margin-right: 67px;
    }
}

@media only screen and (max-width: 561px) {
    .blog_order_v3 .order_v3 .input_group_v3 .input-group {
        margin-left: 40px;
    }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
            padding-left: 10px;
            width: 100%;
            padding-right: 15px;
            padding-top: 10px !important;
        }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
            margin-right: 48px;
        }

    .client_active .testimonial_v3 {
        margin-bottom: 50px;
    }

        .client_active .testimonial_v3 .owl-carousel .owl-stage .owl-item {
            margin-right: 10px !important;
        }

            .client_active .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption {
                text-align: center;
            }

                .client_active .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .img_client {
                    display: block;
                    width: 100%;
                    padding-left: 26%;
                    margin-bottom: 20px;
                }

                .client_active .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .name_client {
                    padding-left: 0px;
                    display: inline-block;
                }

                .client_active .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .client_think {
                    font: 400 16px "BellGothicStdBold";
                    padding-left: 0px;
                    text-align: justify;
                }

                    .client_active .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .client_think img {
                        padding-left: 0px;
                    }

        .client_active .testimonial_v3 .owl-carousel .owl-dots {
            padding-left: 45%;
        }
}

@media only screen and (max-width: 441px) {
    .latest_news_v3 {
        margin-bottom: 30px;
    }

    .best_seller_v3 .products_best_v3 .owl-stage {
        height: 800px;
    }
}

@media only screen and (max-width: 376px) {
    .pomotion_v3 {
        margin-top: 100px;
    }

    .best_seller_v3 .products_best_v3 .owl-stage {
        height: 730px;
    }

    .countdown-hot_sales {
        margin-top: 10px;
    }

        .countdown-hot_sales .owl-carousel .owl-stage {
            height: 760px;
        }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group {
        margin-left: 40px;
    }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
            padding-left: 10px;
            width: 100%;
            padding-right: 15px;
            padding-top: 10px !important;
            font-size: 15.35px;
        }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
            margin-right: 46px;
            font-size: 18px !important;
        }
}

@media only screen and (max-width: 365px) {
    .best_seller_v3 .products_best_v3 .owl-stage {
        height: 700px;
    }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group {
        margin-bottom: 20px;
    }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
            padding-right: 10px;
        }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
            font-size: 20px !important;
            margin-right: 40px;
        }
}

@media only screen and (max-width: 361px) {
    .best_seller_v3 .products_best_v3 .owl-stage {
        height: 700px;
    }

    .blog_order_v3 .order_v3 .order .order-post-title {
        font-size: 26px;
    }

    .blog_order_v3 .order_v3 .order .order-contact {
        font-size: 11px;
    }
}

@media only screen and (max-width: 320px) {
    .best_seller_v3 .products_best_v3 .owl-stage {
        height: 630px;
    }

    .countdown-hot_sales {
        margin-top: 10px;
    }

        .countdown-hot_sales .owl-carousel .owl-stage {
            height: 690px;
        }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group {
        margin-bottom: 10px;
    }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
            padding-left: 3px;
            padding-top: 13px !important;
            padding-right: 0px;
        }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
            width: 118px !important;
            margin-right: 0px !important;
        }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group {
        margin-left: 32px;
        margin-bottom: 0pxs;
    }

    .client_active .testimonial_v3 .owl-carousel .owl-dots {
        padding-left: 0px;
    }
}

/**************************************************/
/************ Responsive container ***************/

@media only screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 1820px) {
    .container-extra {
        width: 1800px !important;
    }
}

/** 6.7. Pages **/
/********************
********************/


.filter_pro_09 .caption_v9 .price {
    line-height: 72px !important;
}

.filter_pro_09 .caption_v9 .action_v9 {
    bottom: 0px;
    width: 100%;
    opacity: 10;
    cursor: pointer;
    margin-top: 20px;
    bottom: 0px;
    transition: all 0.5s ease;
}

    .filter_pro_09 .caption_v9 .action_v9 a {
        margin-right: 20px;
        text-decoration: none;
        position: relative;
    }

        .filter_pro_09 .caption_v9 .action_v9 a:hover {
            text-decoration: none;
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_cart .cart_default {
            position: relative;
            z-index: 10;
            transition: all 0.5s ease;
            backface-visibility: hidden;
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_cart .cart_hover {
            position: absolute;
            z-index: 5;
            left: 0px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            backface-visibility: hidden;
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_cart:hover .cart_default {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_cart:hover .cart_hover {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            transform: rotateY(0);
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_wishlist .wishlist_default {
            position: relative;
            z-index: 10;
            transition: all 0.5s ease;
            backface-visibility: hidden;
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_wishlist .wishlist_hover {
            position: absolute;
            z-index: 5;
            left: 0px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            backface-visibility: hidden;
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_wishlist:hover .wishlist_default {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_wishlist:hover .wishlist_hover {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            transform: rotateY(0);
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_quickview .quickview_default {
            position: relative;
            z-index: 10;
            transition: all 0.5s ease;
            backface-visibility: hidden;
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_quickview .quickview_hover {
            position: absolute;
            z-index: 5;
            left: 0px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            backface-visibility: hidden;
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_quickview:hover .quickview_default {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_quickview:hover .quickview_hover {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            transform: rotateY(0);
        }

.filter_pro_09 .hover_buy {
    margin-top: 40px;
    margin-right: 20px;
    border: 1px solid #0f0f0f;
    border: 1px solid #0f0f0f;
    padding-right: 22px;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    padding-top: 14px;
    padding-left: 13px;
}

    .filter_pro_09 .hover_buy:hover {
        color: red;
        border-color: #e4022d;
    }

.filter_pro_09 .img_filter img.img-product {
    width: 100%;
}

.filter_bar_09 {
    margin-bottom: 30px;
}

.pagination_09 {
    padding-top: 30px;
}

/************************************/
/******* Responsive 09 Shoplist ****/
@media only screen and (max-width: 990px) {
    .filter_pro_09 .caption_v9 .action_v9 a.img_quickview .quickview_hover {
        display: none;
    }

    .filter_pro_09 .caption_v9 .action_v9 a.img_wishlist .wishlist_hover {
        display: none;
    }

    .filter_pro_09 .caption_v9 .action_v9 a.img_cart .cart_hover {
        display: none;
    }

    .filter_pro_09 .caption_v9 .action_v9 a.img_quickview:hover .quickview_default {
        -webkit-transform: rotateY(0) !important;
        -moz-transform: rotateY(0) !important;
        transform: rotateY(0) !important;
    }

    .filter_pro_09 .caption_v9 .action_v9 a.img_wishlist:hover .wishlist_default {
        -webkit-transform: rotateY(0) !important;
        -moz-transform: rotateY(0) !important;
        transform: rotateY(0) !important;
    }

    .filter_pro_09 .caption_v9 .action_v9 a.img_cart:hover .cart_default {
        -webkit-transform: rotateY(0) !important;
        -moz-transform: rotateY(0) !important;
        transform: rotateY(0) !important;
    }
}


@media only screen and (min-width: 767px) and (max-width: 980px) {
    .shoplist_09 .filter_pro_09 .img_filter a img.img_product {
        min-width: 100%;
    }

    .shoplist_09 .filter_pro_09 .caption_v9 a img {
        height: 50px;
        width: 50px;
    }

    .shoplist_09 .filter_pro_09 .caption_v9 .title_product a {
        font-size: 28px !important;
    }

    .shoplist_09 .filter_pro_09 .caption_v9 .price {
        line-height: 50px !important;
    }

    .shoplist_09 .filter_pro_09 .caption_v9 .contact_product_09 {
        font-size: 13px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 600px) {
    .shoplist_09 .filter_pro_09 .img_filter a img.img_product {
        min-width: 100%;
    }

    .shoplist_09 .filter_pro_09 .caption_v9 .action_v9 {
        margin-top: 16px;
    }

    .shoplist_09 .filter_pro_09 .caption_v9 a img {
        height: 35px;
        width: 35px;
    }

    .shoplist_09 .filter_pro_09 .caption_v9 .title_product {
        padding-top: 16px;
    }

        .shoplist_09 .filter_pro_09 .caption_v9 .title_product a {
            font-size: 20px !important;
        }

    .shoplist_09 .filter_pro_09 .caption_v9 .price {
        line-height: 32px !important;
    }

        .shoplist_09 .filter_pro_09 .caption_v9 .price .price_new {
            font-size: 25px;
        }

        .shoplist_09 .filter_pro_09 .caption_v9 .price .price_old {
            font-size: 15px;
        }

    .shoplist_09 .filter_pro_09 .caption_v9 .contact_product_09 {
        font-size: 10px;
        line-height: 16px;
    }
}

/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{padding-left:13px}
div.pp_default .pp_content_container .pp_right{padding-right:13px}
div.pp_default .pp_next:hover{cursor:pointer}
div.pp_default .pp_previous:hover{cursor:pointer}
div.pp_default .pp_expand{cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{cursor:pointer}
div.pp_default .pp_contract{cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{cursor:pointer}
div.light_rounded .pp_expand:hover{cursor:pointer}
div.light_rounded .pp_contract{cursor:pointer}
div.light_rounded .pp_contract:hover{cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;cursor:pointer}
div.light_rounded .pp_nav .pp_play{height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{height:15px;width:14px}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{cursor:pointer}
div.dark_rounded .pp_expand:hover{cursor:pointer}
div.dark_rounded .pp_contract{cursor:pointer}
div.dark_rounded .pp_contract:hover{cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{height:15px;width:14px}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{height:15px;width:14px}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{cursor:pointer}
div.light_square .pp_expand:hover{cursor:pointer}
div.light_square .pp_contract{cursor:pointer}
div.light_square .pp_contract:hover{cursor:pointer}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{cursor:pointer}
div.facebook .pp_expand:hover{cursor:pointer}
div.facebook .pp_contract{cursor:pointer}
div.facebook .pp_contract:hover{cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{height:22px;width:22px}
div.facebook .pp_nav .pp_pause{height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(187, 24, 24, 1) 1.5em 0 0 0, rgba(187, 24, 24, 1) 1.1em 1.1em 0 0, rgba(187, 24, 24, 1) 0 1.5em 0 0, rgba(187, 24, 24, 1) -1.1em 1.1em 0 0, rgba(187, 24, 24, 1) -1.5em 0 0 0, rgba(187, 24, 24, 1) -1.1em -1.1em 0 0, rgba(187, 24, 24, 1) 0 -1.5em 0 0, rgba(187, 24, 24, 1) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(187, 24, 24, 1) 1.5em 0 0 0, rgba(187, 24, 24, 1) 1.1em 1.1em 0 0, rgba(187, 24, 24, 1) 0 1.5em 0 0, rgba(187, 24, 24, 1) -1.1em 1.1em 0 0, rgba(187, 24, 24, 1) -1.5em 0 0 0, rgba(187, 24, 24, 1) -1.1em -1.1em 0 0, rgba(187, 24, 24, 1) 0 -1.5em 0 0, rgba(187, 24, 24, 1) 1.1em -1.1em 0 0;
  box-shadow: rgba(187, 24, 24, 1) 1.5em 0 0 0, rgba(187, 24, 24, 1) 1.1em 1.1em 0 0, rgba(187, 24, 24, 1) 0 1.5em 0 0, rgba(187, 24, 24, 1) -1.1em 1.1em 0 0, rgba(187, 24, 24, 1) -1.5em 0 0 0, rgba(187, 24, 24, 1) -1.1em -1.1em 0 0, rgba(187, 24, 24, 1) 0 -1.5em 0 0, rgba(187, 24, 24, 1) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}
/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  direction: ltr;
}
.datepicker-inline {
  width: 290px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  border-collapse: separate;
  border-spacing: 1px;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.datepicker table tr th {
    font-weight: bold;
}
.datepicker .prev {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjZBRDAzQzRFQjg0MTFFNDgzOTE4M0EyMEY0MENDNEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjZBRDAzQzVFQjg0MTFFNDgzOTE4M0EyMEY0MENDNEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMkU0Q0Y3RkVCNzExMUU0ODM5MTgzQTIwRjQwQ0M0QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMkU0Q0Y4MEVCNzExMUU0ODM5MTgzQTIwRjQwQ0M0QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnTclZ8AAABISURBVHjalJDBDgAwBEN1///PXSwiURzmQHiNFJA0DQBeeDbg6WygQAUJJ/DmUburgCNohr7X2iaA9PUUeR+aoU2QbifBFWAAgLYWE5OWvTwAAAAASUVORK5CYII=') /*../images/date-arrow-prev.png*/ no-repeat center #e5e5e5;
}
.datepicker .next {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjZBRDAzQzhFQjg0MTFFNDgzOTE4M0EyMEY0MENDNEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjZBRDAzQzlFQjg0MTFFNDgzOTE4M0EyMEY0MENDNEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNkFEMDNDNkVCODQxMUU0ODM5MTgzQTIwRjQwQ0M0QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNkFEMDNDN0VCODQxMUU0ODM5MTgzQTIwRjQwQ0M0QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt7NBYkAAABASURBVHjalI/BCgAwCEK1//9nB2OXYsrmJeJZGQAIRnWqErwaavRKsBnKZNkGvqT9hnSQbpJuLd1NIj09tQQYAIjwCBXzYhEIAAAAAElFTkSuQmCC') /*../images/date-arrow-next.png*/ no-repeat center #e5e5e5;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #a3c514;
  cursor: pointer;
}
.datepicker table tr td span.month,
.datepicker table tr td span.month:hover,
.datepicker table tr td span.month.focused {
  background: #a3c514;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #e6001f;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #e6001f;
  border-color: #e6001f;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 235px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0 5px;
}

body::-webkit-scrollbar,.overlay-hugeinc::-webkit-scrollbar{width:.5em;}body::-webkit-scrollbar-track,.overlay-hugeinc::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);}body::-webkit-scrollbar-thumb,.overlay-hugeinc::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:1px solid #708090;}.cc_container{background:rgba(0,0,0,.8) !important;line-height:30px !important;text-align:center !important;border:none !important;}.cc_container .cc_message{margin-top:.8em !important;color:#fff !important;}.cc_btn_accept_all{background:#4caf50 !important;color:#fff !important;}a#more-cookie-info{color:#bb1818 !important;font-weight:600;}span.help-block,span.field-validation-error{color:#bb1818 !important;font-weight:600;}div#map-canvas{width:100% !important;height:366px !important;}div.quantity input.qty::-webkit-inner-spin-button,div.quantity input.qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}ul.list_ok{padding-inline-start:10px;font-size:12px;}.button:disabled{cursor:not-allowed !important;}ul.usp li i{min-width:20px;text-align:center;}.datepicker-inline{font-family:'MouseMemoirsRegular' !important;font-size:16px;text-transform:uppercase;color:#000;}.datepicker .day:not(.disabled){background:none;color:#000;font-weight:bold;cursor:pointer;}.datepicker table thead tr{line-height:30px;}.datepicker table tr td.day.disabled{cursor:not-allowed;color:#888;}.datepicker table tr td.day:hover:not(.disabled),.datepicker table tr td.day.focused:not(.disabled),.datepicker table tr td.day.active{background-color:#bb1818 !important;color:#fff;font-size:20px;}.datepicker table tr td,.datepicker table tr th{width:14% !important;text-align:center !important;}.datepicker.dropdown-menu th,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.datepicker-inline td{padding:8px;transition:all .3s;}.datepicker th.prev,.datepicker th.next{width:30px;background-size:20px !important;cursor:pointer;}.datepicker th.next{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiBoZWlnaHQ9IjUwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjUwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIvPjxwb2x5Z29uIHBvaW50cz0iMTUsMi43NSAxMi45MTQsNC44MzYgMzMuMDc4LDI1IDEyLjkxNCw0NS4xNjQgMTUsNDcuMjUgMzcuMjUsMjUgIi8+PC9zdmc+") no-repeat center;}.datepicker th.prev{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiBoZWlnaHQ9IjUwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjUwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIvPjxwb2x5Z29uIHBvaW50cz0iMzUsNDcuMjUgMzcuMDg2LDQ1LjE2NCAxNi45MjIsMjUgMzcuMDg2LDQuODM2IDM1LDIuNzUgMTIuNzUsMjUgIi8+PHJlY3QgZmlsbD0ibm9uZSIgaGVpZ2h0PSI1MCIgd2lkdGg9IjUwIi8+PC9zdmc+") no-repeat center;}.datepicker .datepicker-switch{font-size:18px;}.info{margin:0;padding:1rem;list-style:none;display:block !important;margin-bottom:0 !important;}.info li{position:relative !important;width:auto !important;height:auto !important;border:none !important;padding-left:25px !important;display:inline-block;margin:5px;line-height:20px;color:#888;}.info li:before{content:'' !important;}.info li:after{background:#000;font-size:20px;height:20px;width:20px;position:absolute;left:0;top:0;content:'';}.info li.booked:after{background:#999;}.info li.selected:after{background:#bb1818;}.primary-color{color:#bb1818 !important;}table.cart-table{width:100%;}footer a{color:#fff !important;}.promotional-panel{background:#bb1818;color:#fff;z-index:4;position:relative;font-family:'signpainter_housebrush_regular';font-size:18px;text-align:center;cursor:pointer;}.promotional-panel p{font-family:'signpainter_housebrush_regular';font-size:18px;color:#fff;margin:0;padding:5px;}@media(max-width:768px){.promotional-panel{font-size:14px;}}@media(max-width:1241px){.promotional-panel{background-color:#000;}}footer div.payment-methods{padding-bottom:10px;}footer div.payment-methods img{height:20px;}.birth-day-controls input.input-text{width:auto !important;display:inline;text-align:center;padding:0;margin-right:8px;}.birth-day-controls input[type=number]::-webkit-inner-spin-button,.birth-day-controls input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;}.has-error.has-danger .input-text{border:solid 1px #bb1818 !important;}button.spin.btn.btn-default{height:38px;}.input-field .input-group-btn{vertical-align:top;}strong.extra-field-title{color:#bb1818 !important;}.billing-fields input[type=text],.billing-fields input[type=tel],.billing-fields input[type=email]{display:block;margin-bottom:5px !important;}.billing-fields input.ng-touched.ng-valid{border-color:#008000 !important;}.billing-fields input.ng-touched.ng-invalid-required,.billing-fields input.ng-touched.ng-invalid-pattern{border-color:#bb1818 !important;}.billing-fields span{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;color:#384551;margin-top:.5rem;display:inline-block;}.billing-fields span.validation-error{color:#bb1818;}.billing-fields span.success{display:inline-block;width:24px;height:24px;background:url('/images/check.png') no-repeat;float:right;margin-right:8px;margin-top:-36px;}.billing-fields span.mandatory{color:#bb1818;display:inline;}.billing-fields a.tooltip-info sup{font-weight:600;color:#fff;background-color:#000;padding:1px 6px;border-radius:20px;text-decoration:none;text-transform:initial;}@media(max-width:768px){.stickyButton{width:100%;position:fixed;bottom:0;background:#fff;left:0;padding:15px 0;box-shadow:0 -2px 7px rgba(0,0,0,.08);z-index:999;}.stickyButton button{width:60%;margin:0 auto;}}
