/****
    *
    *   TABLE OF CONTENTS
    *
    *************************
    *
    *   --- Override Framework7 Styles
    *   - General
    *   - Typography
    *   - Containers
    *   - Navbar
    *   - Panel
    *   - List Block
    *   - Form
    *   - Notifications
    *   - Popover
    *
    *
    *
    *   --- Custom CSS Styles
    *   - Helpers
    *   - Navbar
    *   - Slider Captions
    *   - Header Search
    *   - Colors
    *   - Background Colors
    *   - Icon Info Box
    *   - Title 1
    *   - Testimonials Carousel
    *   - Filters
    *   - Isotope
    *   - Grid Showcase
    *   - Footer
    *   - Icon Balls
    *   - Menu List
    *   - Panel Contact Information
    *   - Progress Bar
    *   - Loading Screen
    *   - Spinner
    *   - User Card
    *   - 404
    *   - Backgrounds
    *   - Countdown
    *   - Forms
    *   - Dividers
    *   - Contact Map
    *   - Blog
    *   - Blog Sidebar
    *   - Sidebar Recent Projects
    *   - Pagination
    *   - Responsive Embed
    *   - Comment List
    *   - Product Category
    *   - Product List
    *   - Swiper Pagination
    *   - Size Radio
    *   - Color Radio
    *   - Cart Items
    *   - Alert
    *   - Author Info
    *
    *
    *************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}


html {
    line-height: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

em, i{
    font-style: italic;
}

/* === Grid === */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.row:not(.no-gutter) {
    margin-left: -15px;
    margin-right: -15px;
}

.row:not(.no-gutter) > [class*="col-"] {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.row.margin-bottom-30 {
    margin-bottom: 30px;
}

.row .col-auto {
    width: 100%;
}

.row .col-100 {
    width: 100%;
    width: -webkit-calc((100% - 16px * 0) / 1);
    width: calc((100% - 16px * 0) / 1);
}

.row.no-gutter .col-100 {
    width: 100%;
}

.row .col-95 {
    width: 95%;
    width: -webkit-calc((100% - 16px * 0.05263157894736836) / 1.0526315789473684);
    width: calc((100% - 16px * 0.05263157894736836) / 1.0526315789473684);
}

.row.no-gutter .col-95 {
    width: 95%;
}

.row .col-90 {
    width: 90%;
    width: -webkit-calc((100% - 16px * 0.11111111111111116) / 1.1111111111111112);
    width: calc((100% - 16px * 0.11111111111111116) / 1.1111111111111112);
}

.row.no-gutter .col-90 {
    width: 90%;
}

.row .col-85 {
    width: 85%;
    width: -webkit-calc((100% - 16px * 0.17647058823529416) / 1.1764705882352942);
    width: calc((100% - 16px * 0.17647058823529416) / 1.1764705882352942);
}


.row.no-gutter .col-85 {
    width: 85%;
}


.row .col-80 {
    width: 80%;
    width: -webkit-calc((100% - 16px * 0.25) / 1.25);
    width: calc((100% - 16px * 0.25) / 1.25);
}


.row.no-gutter .col-80 {
    width: 80%;
}


.row .col-75 {
    width: 75%;
    width: -webkit-calc((100% - 16px * 0.33333333333333326) / 1.3333333333333333);
    width: calc((100% - 16px * 0.33333333333333326) / 1.3333333333333333);
}


.row.no-gutter .col-75 {
    width: 75%;
}


.row .col-66 {
    width: 66.66666666666666%;
    width: -webkit-calc((100% - 16px * 0.5000000000000002) / 1.5000000000000002);
    width: calc((100% - 16px * 0.5000000000000002) / 1.5000000000000002);
}


.row.no-gutter .col-66 {
    width: 66.66666666666666%;
}


.row .col-60 {
    width: 60%;
    width: -webkit-calc((100% - 16px * 0.6666666666666667) / 1.6666666666666667);
    width: calc((100% - 16px * 0.6666666666666667) / 1.6666666666666667);
}


.row.no-gutter .col-60 {
    width: 60%;
}


.row .col-50 {
    width: 50%;
    width: -webkit-calc((100% - 16px * 1) / 2);
    width: calc((100% - 16px * 1) / 2);
}


.row.no-gutter .col-50 {
    width: 50%;
}


.row .col-40 {
    width: 40%;
    width: -webkit-calc((100% - 16px * 1.5) / 2.5);
    width: calc((100% - 16px * 1.5) / 2.5);
}


.row.no-gutter .col-40 {
    width: 40%;
}


.row .col-33 {
    width: 33.333333333333336%;
    width: -webkit-calc((100% - 16px * 2) / 3);
    width: calc((100% - 16px * 2) / 3);
}


.row.no-gutter .col-33 {
    width: 33.333333333333336%;
}


.row .col-25 {
    width: 25%;
    width: -webkit-calc((100% - 16px * 3) / 4);
    width: calc((100% - 16px * 3) / 4);
}


.row.no-gutter .col-25 {
    width: 25%;
}


.row .col-20 {
    width: 20%;
    width: -webkit-calc((100% - 16px * 4) / 5);
    width: calc((100% - 16px * 4) / 5);
}


.row.no-gutter .col-20 {
    width: 20%;
}


.row .col-15 {
    width: 15%;
    width: -webkit-calc((100% - 16px * 5.666666666666667) / 6.666666666666667);
    width: calc((100% - 16px * 5.666666666666667) / 6.666666666666667);
}


.row.no-gutter .col-15 {
    width: 15%;
}


.row .col-10 {
    width: 10%;
    width: -webkit-calc((100% - 16px * 9) / 10);
    width: calc((100% - 16px * 9) / 10);
}


.row.no-gutter .col-10 {
    width: 10%;
}


.row .col-5 {
    width: 5%;
    width: -webkit-calc((100% - 16px * 19) / 20);
    width: calc((100% - 16px * 19) / 20);
}


.row.no-gutter .col-5 {
    width: 5%;
}


.row .col-auto:nth-last-child(1),
.row .col-auto:nth-last-child(1) ~ .col-auto {
    width: 100%;
    width: -webkit-calc((100% - 16px * 0) / 1);
    width: calc((100% - 16px * 0) / 1);
}


.row.no-gutter .col-auto:nth-last-child(1),
.row.no-gutter .col-auto:nth-last-child(1) ~ .col-auto {
    width: 100%;
}


.row .col-auto:nth-last-child(2),
.row .col-auto:nth-last-child(2) ~ .col-auto {
    width: 50%;
    width: -webkit-calc((100% - 16px * 1) / 2);
    width: calc((100% - 16px * 1) / 2);
}


.row.no-gutter .col-auto:nth-last-child(2),
.row.no-gutter .col-auto:nth-last-child(2) ~ .col-auto {
    width: 50%;
}


.row .col-auto:nth-last-child(3),
.row .col-auto:nth-last-child(3) ~ .col-auto {
    width: 33.33333333%;
    width: -webkit-calc((100% - 16px * 2) / 3);
    width: calc((100% - 16px * 2) / 3);
}


.row.no-gutter .col-auto:nth-last-child(3),
.row.no-gutter .col-auto:nth-last-child(3) ~ .col-auto {
    width: 33.33333333%;
}


.row .col-auto:nth-last-child(4),
.row .col-auto:nth-last-child(4) ~ .col-auto {
    width: 25%;
    width: -webkit-calc((100% - 16px * 3) / 4);
    width: calc((100% - 16px * 3) / 4);
}


.row.no-gutter .col-auto:nth-last-child(4),
.row.no-gutter .col-auto:nth-last-child(4) ~ .col-auto {
    width: 25%;
}


.row .col-auto:nth-last-child(5),
.row .col-auto:nth-last-child(5) ~ .col-auto {
    width: 20%;
    width: -webkit-calc((100% - 16px * 4) / 5);
    width: calc((100% - 16px * 4) / 5);
}


.row.no-gutter .col-auto:nth-last-child(5),
.row.no-gutter .col-auto:nth-last-child(5) ~ .col-auto {
    width: 20%;
}


.row .col-auto:nth-last-child(6),
.row .col-auto:nth-last-child(6) ~ .col-auto {
    width: 16.66666667%;
    width: -webkit-calc((100% - 16px * 5) / 6);
    width: calc((100% - 16px * 5) / 6);
}


.row.no-gutter .col-auto:nth-last-child(6),
.row.no-gutter .col-auto:nth-last-child(6) ~ .col-auto {
    width: 16.66666667%;
}


.row .col-auto:nth-last-child(7),
.row .col-auto:nth-last-child(7) ~ .col-auto {
    width: 14.28571429%;
    width: -webkit-calc((100% - 16px * 6) / 7);
    width: calc((100% - 16px * 6) / 7);
}


.row.no-gutter .col-auto:nth-last-child(7),
.row.no-gutter .col-auto:nth-last-child(7) ~ .col-auto {
    width: 14.28571429%;
}


.row .col-auto:nth-last-child(8),
.row .col-auto:nth-last-child(8) ~ .col-auto {
    width: 12.5%;
    width: -webkit-calc((100% - 16px * 7) / 8);
    width: calc((100% - 16px * 7) / 8);
}


.row.no-gutter .col-auto:nth-last-child(8),
.row.no-gutter .col-auto:nth-last-child(8) ~ .col-auto {
    width: 12.5%;
}


.row .col-auto:nth-last-child(9),
.row .col-auto:nth-last-child(9) ~ .col-auto {
    width: 11.11111111%;
    width: -webkit-calc((100% - 16px * 8) / 9);
    width: calc((100% - 16px * 8) / 9);
}


.row.no-gutter .col-auto:nth-last-child(9),
.row.no-gutter .col-auto:nth-last-child(9) ~ .col-auto {
    width: 11.11111111%;
}


.row .col-auto:nth-last-child(10),
.row .col-auto:nth-last-child(10) ~ .col-auto {
    width: 10%;
    width: -webkit-calc((100% - 16px * 9) / 10);
    width: calc((100% - 16px * 9) / 10);
}


.row.no-gutter .col-auto:nth-last-child(10),
.row.no-gutter .col-auto:nth-last-child(10) ~ .col-auto {
    width: 10%;
}


.row .col-auto:nth-last-child(11),
.row .col-auto:nth-last-child(11) ~ .col-auto {
    width: 9.09090909%;
    width: -webkit-calc((100% - 16px * 10) / 11);
    width: calc((100% - 16px * 10) / 11);
}


.row.no-gutter .col-auto:nth-last-child(11),
.row.no-gutter .col-auto:nth-last-child(11) ~ .col-auto {
    width: 9.09090909%;
}


.row .col-auto:nth-last-child(12),
.row .col-auto:nth-last-child(12) ~ .col-auto {
    width: 8.33333333%;
    width: -webkit-calc((100% - 16px * 11) / 12);
    width: calc((100% - 16px * 11) / 12);
}


.row.no-gutter .col-auto:nth-last-child(12),
.row.no-gutter .col-auto:nth-last-child(12) ~ .col-auto {
    width: 8.33333333%;
}


.row .col-auto:nth-last-child(13),
.row .col-auto:nth-last-child(13) ~ .col-auto {
    width: 7.69230769%;
    width: -webkit-calc((100% - 16px * 12) / 13);
    width: calc((100% - 16px * 12) / 13);
}


.row.no-gutter .col-auto:nth-last-child(13),
.row.no-gutter .col-auto:nth-last-child(13) ~ .col-auto {
    width: 7.69230769%;
}


.row .col-auto:nth-last-child(14),
.row .col-auto:nth-last-child(14) ~ .col-auto {
    width: 7.14285714%;
    width: -webkit-calc((100% - 16px * 13) / 14);
    width: calc((100% - 16px * 13) / 14);
}


.row.no-gutter .col-auto:nth-last-child(14),
.row.no-gutter .col-auto:nth-last-child(14) ~ .col-auto {
    width: 7.14285714%;
}


.row .col-auto:nth-last-child(15),
.row .col-auto:nth-last-child(15) ~ .col-auto {
    width: 6.66666667%;
    width: -webkit-calc((100% - 16px * 14) / 15);
    width: calc((100% - 16px * 14) / 15);
}


.row.no-gutter .col-auto:nth-last-child(15),
.row.no-gutter .col-auto:nth-last-child(15) ~ .col-auto {
    width: 6.66666667%;
}

@media all and (min-width: 768px) {

    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row:after {
        clear: both;
    }

    .row > [class*="tablet-"] {
        float: left;
    }

    .row .tablet-100 {
        width: 100%;
        width: -webkit-calc((100% - 16px * 0) / 1);
        width: calc((100% - 16px * 0) / 1);
    }


    .row.no-gutter .tablet-100 {
        width: 100%;
    }


    .row .tablet-95 {
        width: 95%;
        width: -webkit-calc((100% - 16px * 0.05263157894736836) / 1.0526315789473684);
        width: calc((100% - 16px * 0.05263157894736836) / 1.0526315789473684);
    }


    .row.no-gutter .tablet-95 {
        width: 95%;
    }


    .row .tablet-90 {
        width: 90%;
        width: -webkit-calc((100% - 16px * 0.11111111111111116) / 1.1111111111111112);
        width: calc((100% - 16px * 0.11111111111111116) / 1.1111111111111112);
    }


    .row.no-gutter .tablet-90 {
        width: 90%;
    }


    .row .tablet-85 {
        width: 85%;
        width: -webkit-calc((100% - 16px * 0.17647058823529416) / 1.1764705882352942);
        width: calc((100% - 16px * 0.17647058823529416) / 1.1764705882352942);
    }


    .row.no-gutter .tablet-85 {
        width: 85%;
    }


    .row .tablet-80 {
        width: 80%;
        width: -webkit-calc((100% - 16px * 0.25) / 1.25);
        width: calc((100% - 16px * 0.25) / 1.25);
    }


    .row.no-gutter .tablet-80 {
        width: 80%;
    }


    .row .tablet-75 {
        width: 75%;
        width: -webkit-calc((100% - 16px * 0.33333333333333326) / 1.3333333333333333);
        width: calc((100% - 16px * 0.33333333333333326) / 1.3333333333333333);
    }


    .row.no-gutter .tablet-75 {
        width: 75%;
    }


    .row .tablet-66 {
        width: 66.66666666666666%;
        width: -webkit-calc((100% - 16px * 0.5000000000000002) / 1.5000000000000002);
        width: calc((100% - 16px * 0.5000000000000002) / 1.5000000000000002);
    }


    .row.no-gutter .tablet-66 {
        width: 66.66666666666666%;
    }


    .row .tablet-60 {
        width: 60%;
        width: -webkit-calc((100% - 16px * 0.6666666666666667) / 1.6666666666666667);
        width: calc((100% - 16px * 0.6666666666666667) / 1.6666666666666667);
    }


    .row.no-gutter .tablet-60 {
        width: 60%;
    }


    .row .tablet-50 {
        width: 50%;
        width: -webkit-calc((100% - 16px * 1) / 2);
        width: calc((100% - 16px * 1) / 2);
    }


    .row.no-gutter .tablet-50 {
        width: 50%;
    }


    .row .tablet-40 {
        width: 40%;
        width: -webkit-calc((100% - 16px * 1.5) / 2.5);
        width: calc((100% - 16px * 1.5) / 2.5);
    }


    .row.no-gutter .tablet-40 {
        width: 40%;
    }


    .row .tablet-33 {
        width: 33.333333333333336%;
        width: -webkit-calc((100% - 16px * 2) / 3);
        width: calc((100% - 16px * 2) / 3);
    }


    .row.no-gutter .tablet-33 {
        width: 33.333333333333336%;
    }


    .row .tablet-25 {
        width: 25%;
        width: -webkit-calc((100% - 16px * 3) / 4);
        width: calc((100% - 16px * 3) / 4);
    }


    .row.no-gutter .tablet-25 {
        width: 25%;
    }


    .row .tablet-20 {
        width: 20%;
        width: -webkit-calc((100% - 16px * 4) / 5);
        width: calc((100% - 16px * 4) / 5);
    }


    .row.no-gutter .tablet-20 {
        width: 20%;
    }


    .row .tablet-15 {
        width: 15%;
        width: -webkit-calc((100% - 16px * 5.666666666666667) / 6.666666666666667);
        width: calc((100% - 16px * 5.666666666666667) / 6.666666666666667);
    }


    .row.no-gutter .tablet-15 {
        width: 15%;
    }


    .row .tablet-10 {
        width: 10%;
        width: -webkit-calc((100% - 16px * 9) / 10);
        width: calc((100% - 16px * 9) / 10);
    }


    .row.no-gutter .tablet-10 {
        width: 10%;
    }


    .row .tablet-5 {
        width: 5%;
        width: -webkit-calc((100% - 16px * 19) / 20);
        width: calc((100% - 16px * 19) / 20);
    }


    .row.no-gutter .tablet-5 {
        width: 5%;
    }


    .row .tablet-auto:nth-last-child(1),
    .row .tablet-auto:nth-last-child(1) ~ .col-auto {
        width: 100%;
        width: -webkit-calc((100% - 16px * 0) / 1);
        width: calc((100% - 16px * 0) / 1);
    }


    .row.no-gutter .tablet-auto:nth-last-child(1),
    .row.no-gutter .tablet-auto:nth-last-child(1) ~ .tablet-auto {
        width: 100%;
    }


    .row .tablet-auto:nth-last-child(2),
    .row .tablet-auto:nth-last-child(2) ~ .col-auto {
        width: 50%;
        width: -webkit-calc((100% - 16px * 1) / 2);
        width: calc((100% - 16px * 1) / 2);
    }


    .row.no-gutter .tablet-auto:nth-last-child(2),
    .row.no-gutter .tablet-auto:nth-last-child(2) ~ .tablet-auto {
        width: 50%;
    }


    .row .tablet-auto:nth-last-child(3),
    .row .tablet-auto:nth-last-child(3) ~ .col-auto {
        width: 33.33333333%;
        width: -webkit-calc((100% - 16px * 2) / 3);
        width: calc((100% - 16px * 2) / 3);
    }


    .row.no-gutter .tablet-auto:nth-last-child(3),
    .row.no-gutter .tablet-auto:nth-last-child(3) ~ .tablet-auto {
        width: 33.33333333%;
    }


    .row .tablet-auto:nth-last-child(4),
    .row .tablet-auto:nth-last-child(4) ~ .col-auto {
        width: 25%;
        width: -webkit-calc((100% - 16px * 3) / 4);
        width: calc((100% - 16px * 3) / 4);
    }


    .row.no-gutter .tablet-auto:nth-last-child(4),
    .row.no-gutter .tablet-auto:nth-last-child(4) ~ .tablet-auto {
        width: 25%;
    }


    .row .tablet-auto:nth-last-child(5),
    .row .tablet-auto:nth-last-child(5) ~ .col-auto {
        width: 20%;
        width: -webkit-calc((100% - 16px * 4) / 5);
        width: calc((100% - 16px * 4) / 5);
    }


    .row.no-gutter .tablet-auto:nth-last-child(5),
    .row.no-gutter .tablet-auto:nth-last-child(5) ~ .tablet-auto {
        width: 20%;
    }


    .row .tablet-auto:nth-last-child(6),
    .row .tablet-auto:nth-last-child(6) ~ .col-auto {
        width: 16.66666667%;
        width: -webkit-calc((100% - 16px * 5) / 6);
        width: calc((100% - 16px * 5) / 6);
    }


    .row.no-gutter .tablet-auto:nth-last-child(6),
    .row.no-gutter .tablet-auto:nth-last-child(6) ~ .tablet-auto {
        width: 16.66666667%;
    }


    .row .tablet-auto:nth-last-child(7),
    .row .tablet-auto:nth-last-child(7) ~ .col-auto {
        width: 14.28571429%;
        width: -webkit-calc((100% - 16px * 6) / 7);
        width: calc((100% - 16px * 6) / 7);
    }


    .row.no-gutter .tablet-auto:nth-last-child(7),
    .row.no-gutter .tablet-auto:nth-last-child(7) ~ .tablet-auto {
        width: 14.28571429%;
    }


    .row .tablet-auto:nth-last-child(8),
    .row .tablet-auto:nth-last-child(8) ~ .col-auto {
        width: 12.5%;
        width: -webkit-calc((100% - 16px * 7) / 8);
        width: calc((100% - 16px * 7) / 8);
    }


    .row.no-gutter .tablet-auto:nth-last-child(8),
    .row.no-gutter .tablet-auto:nth-last-child(8) ~ .tablet-auto {
        width: 12.5%;
    }


    .row .tablet-auto:nth-last-child(9),
    .row .tablet-auto:nth-last-child(9) ~ .col-auto {
        width: 11.11111111%;
        width: -webkit-calc((100% - 16px * 8) / 9);
        width: calc((100% - 16px * 8) / 9);
    }


    .row.no-gutter .tablet-auto:nth-last-child(9),
    .row.no-gutter .tablet-auto:nth-last-child(9) ~ .tablet-auto {
        width: 11.11111111%;
    }


    .row .tablet-auto:nth-last-child(10),
    .row .tablet-auto:nth-last-child(10) ~ .col-auto {
        width: 10%;
        width: -webkit-calc((100% - 16px * 9) / 10);
        width: calc((100% - 16px * 9) / 10);
    }


    .row.no-gutter .tablet-auto:nth-last-child(10),
    .row.no-gutter .tablet-auto:nth-last-child(10) ~ .tablet-auto {
        width: 10%;
    }


    .row .tablet-auto:nth-last-child(11),
    .row .tablet-auto:nth-last-child(11) ~ .col-auto {
        width: 9.09090909%;
        width: -webkit-calc((100% - 16px * 10) / 11);
        width: calc((100% - 16px * 10) / 11);
    }


    .row.no-gutter .tablet-auto:nth-last-child(11),
    .row.no-gutter .tablet-auto:nth-last-child(11) ~ .tablet-auto {
        width: 9.09090909%;
    }


    .row .tablet-auto:nth-last-child(12),
    .row .tablet-auto:nth-last-child(12) ~ .col-auto {
        width: 8.33333333%;
        width: -webkit-calc((100% - 16px * 11) / 12);
        width: calc((100% - 16px * 11) / 12);
    }


    .row.no-gutter .tablet-auto:nth-last-child(12),
    .row.no-gutter .tablet-auto:nth-last-child(12) ~ .tablet-auto {
        width: 8.33333333%;
    }


    .row .tablet-auto:nth-last-child(13),
    .row .tablet-auto:nth-last-child(13) ~ .col-auto {
        width: 7.69230769%;
        width: -webkit-calc((100% - 16px * 12) / 13);
        width: calc((100% - 16px * 12) / 13);
    }


    .row.no-gutter .tablet-auto:nth-last-child(13),
    .row.no-gutter .tablet-auto:nth-last-child(13) ~ .tablet-auto {
        width: 7.69230769%;
    }


    .row .tablet-auto:nth-last-child(14),
    .row .tablet-auto:nth-last-child(14) ~ .col-auto {
        width: 7.14285714%;
        width: -webkit-calc((100% - 16px * 13) / 14);
        width: calc((100% - 16px * 13) / 14);
    }


    .row.no-gutter .tablet-auto:nth-last-child(14),
    .row.no-gutter .tablet-auto:nth-last-child(14) ~ .tablet-auto {
        width: 7.14285714%;
    }


    .row .tablet-auto:nth-last-child(15),
    .row .tablet-auto:nth-last-child(15) ~ .col-auto {
        width: 6.66666667%;
        width: -webkit-calc((100% - 16px * 14) / 15);
        width: calc((100% - 16px * 14) / 15);
    }


    .row.no-gutter .tablet-auto:nth-last-child(15),
    .row.no-gutter .tablet-auto:nth-last-child(15) ~ .tablet-auto {
        width: 6.66666667%;
    }
}

/*
 *  General
 *
 *  - General color variables set here to manage easier
 */

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 *  Coloring Variables
 *
 *  - General color variables set here to manage easier
 */
/*
 *  Helpers
 *
 *  - Useful classes for general purposes
 */
.position-left {
    left: 0;
}

.position-right {
    right: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.valign-middle{
    vertical-align: middle;
}

.d-flex{
    display: flex;
}

.space-between{
    justify-content: space-between;
}

.align-center{
    align-items: center;
}

.mt-1{
    margin-top: 1rem !important;;
}

.mt-2{
    margin-top: 2rem !important;;
}

.mt-3{
    margin-top: 3rem !important;;
}

.mt-4{
    margin-top: 4rem !important;;
}

.mt-5{
    margin-top: 5rem !important;;
}

.d-block{
    display: block !important;;
}

.d-inline-block{
    display: inline-block !important;
}

.d-inline{
    display: inline !important;
}


/*
 *  Typography
 *
 *  - General color variables set here to manage easier
 */

body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.9;
}


p {
    margin: 10px 0;
}


a {
    color: #2196F3;
    text-decoration: none;
}


small {
    font-size: 80%;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.87);
}


h1 {
    font-size: 60px;
    line-height: 60px;
}


h2 {
    font-size: 24px;
    line-height: 44px;
}


h3 {
    font-size: 20px;
    line-height: 28px;
}


h4 {
    font-size: 16px;
    line-height: 22px;
}


h5 {
    font-size: 11px;
    line-height: 16px;
}


h6 {
    font-size: 10px;
    line-height: 12px;
}

/*
 *  Main Structure
 *
 *  - Panels and page containers
 */

.ms-panel {
    width: 260px;
    z-index: 50;
    overflow: hidden;
    background-color: #171616;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    position: absolute;
    top: 0;
    bottom: 0;
}


.tc-page {
    z-index: 0;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
}


.inner {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.inner::-webkit-scrollbar {
    /*display: none*/
}


.content-inner {
    padding: 15px 0;
}

.navbar.navbar-fixed ~ .inner > .container .content-inner {
    padding-top: 0;
}

/*
 *  Navbar and Toolbar
 *
 *  - Navigation bar and tool bar
 */

.navbar,
.toolbar {
    position: relative;
    z-index: 25;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
}


.navbar {
    height: 50px;
    background-color: #171616;
}

.navbar.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
}

.navbar.navbar-fixed.colored {
    background-color: #171616;
}

.navbar.hidden {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


.toolbar {
    height: 50px;
    background-color: rgba(23, 22, 22, 0.12);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.toolbar.hidden {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}


body .toolbar + .inner {
    padding-bottom: 50px;
}

body .navbar ~ .inner {
    position: absolute;
    top: 0;
    padding-top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}

body .navbar.navbar-fixed ~ .inner {
    padding-top: 0;
    position: static;
}

/*
 *  Overlay
 *
 *  - Complete overlay to hide content partially
 */

.overlay {
    opacity: 0;
    visibility: hidden;
    z-index: 35;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    position: fixed;
}


.ms-panel-left .overlay,
.ms-panel-right .overlay {
    opacity: 1;
    visibility: visible;
}

/*
 *  Panels
 *
 *  - Complete overlay to hide content partially
 */

body:not(.logged-in) {
    -moz-perspective: 1100px;
    -webkit-perspective: 1100px;
    perspective: 1100px;
    overflow: hidden;
}


.tc-page {
    /*-moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;*/
    will-change: transform;
    overflow: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}


.ms-panel.position-left {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-transform: translate3d(-260px, 0, 0);
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
}

.ms-panel.position-right {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-transform: translate3d(260px, 0, 0);
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
}


/*
 *  3d Panels
 *
 */
.ms-panel-left.ms-panels-3d:not(.logged-in) .tc-page {
    -moz-transform: translate3d(260px, 0, 0) rotateY(-30deg);
    -ms-transform: translate3d(260px, 0, 0) rotateY(-30deg);
    -webkit-transform: translate3d(260px, 0, 0) rotateY(-30deg);
    transform: translate3d(260px, 0, 0) rotateY(-30deg);
}

.ms-panel-left.ms-panels-3d .position-left {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ms-panel-right.ms-panels-3d:not(.logged-in) .tc-page {
    -moz-transform: translate3d(-260px, 0, 0) rotateY(30deg);
    -ms-transform: translate3d(-260px, 0, 0) rotateY(30deg);
    -webkit-transform: translate3d(-260px, 0, 0) rotateY(30deg);
    transform: translate3d(-260px, 0, 0) rotateY(30deg);
}

.ms-panel-right.ms-panels-3d .position-right {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*
 *  Blur Panels
 *
 */

.ms-panel-left.ms-panels-blur .tc-page {
    -webkit-filter: blur(5px);
    filter: blur(5px);

    -webkit-transform: translate3d(260px, 0, 0) scale(.9);
    transform: translate3d(260px, 0, 0) scale(.9);
    transform-origin: center center;
}

.ms-panel-left.ms-panels-blur .position-left {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.ms-panel-right.ms-panels-blur .tc-page {
    -webkit-filter: blur(5px);
    filter: blur(5px);

    -webkit-transform: translate3d(-260px, 0, 0) scale(.9);
    transform: translate3d(-260px, 0, 0) scale(.9);
    transform-origin: center center;
}

.ms-panel-right.ms-panels-blur .position-right {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/**---------------------
  *
  * Slider
  *
  *---------------------**/
.wpb_revslider_element {
    margin-left: -15px;
    margin-right: -15px;
}
/*
.tc-slider {
    width: auto !important;
    position: relative;
}*/

/*

.tc-slider .item {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}*/

.tc-slider .item img {
    display: block;
}
/*
.tc-slider:not(.owl-loaded) .item:not(:first-child) {
    position: absolute;
    top: 0;
}*/

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    height: 0;
    -webkit-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;

    -webkit-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
}

.owl-controls,
.owl-nav {
    position: static;
}

.owl-prev,
.owl-next {
    width: 30px;
    height: 30px;
    line-height: 29px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    text-align: center;
    border-radius: 50%;
    opacity: .87;
    background-color: transparent;
    z-index: 1;

    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.owl-prev i,
.owl-next i {
    font-size: 15px;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .12);
}

.owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/**---------------------
  *
  * Responsive Embed
  *
  *---------------------**/
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/**---------------------
  *
  * Recent Posts
  *
  *---------------------**/
.tc-recent-post {
    position: relative;
}

.tc-recent-post .preview {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.tc-recent-post .preview img {
    display: block;
}

.tc-recent-post .details {
    line-height: 1;
}

.tc-recent-post .preview + .details {
    margin-left: 55px;
}

.tc-recent-post:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.tc-recent-post .title h3 {
    font-size: 17px;
    margin: 0;
}

.tc-recent-post {
    padding-bottom: 20px;
}

.tc-recent-post:not(:last-child) {
    margin-bottom: 20px;
}

.tc-recent-post small {
    margin-top: 9px;
    display: block;
}

.tc-recent-post .link {
    display: block;
    position: absolute;
    font-size: 8px;
    right: 0;
    top: 34%;
    color: inherit;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/**---------------------
  *
  * Flickr Feed
  *
  *---------------------**/
.flickr-feed {
    margin: -2.5px;
    list-style: none;
}

.flickr-feed li {
    padding: 2.5px !important;
    display: block;
    float: left;
    width: 25%;
}

.flickr-feed a,
.flickr-feed img {
    display: block;
    width: 100%;
}


/**---------------------
  *
  * Inputs
  *
  *--------------------**/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
    border: none;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    outline: none;

    -webkit-transition: border .20s;
    transition: border .20s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-bottom-color: #2196F3;
}


/**---------------------
  *
  * Buttons
  *
  *--------------------**/
.button:not(.checkout-button):not(.wc-backward):not([name="update_cart"]),
input[type="submit"] {
    color: #2196f3;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 2px;
    line-height: 36px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    margin: 0 auto;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    min-width: 80px;
    padding: 0 8px;
    position: relative;
    border: none;
    overflow: hidden;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.button.bg-blue {
    background-color: #2196f3;
    color: #fff;
}

.button.bg-green,
input[type="submit"] {
    background: #4caf50 !important;
    color: #fff;
}


/**---------------------
  *
  * Comments
  *
  *--------------------**/
.comment-list,
.comment-list .children {
    list-style: none;
}

.comment-list {
    padding-left: 0;
}

.comment-list .avatar {
    border-radius: 50%;
    float: left;
}

.comment-list .fn {
    vertical-align: top;
    line-height: 1.3;
    display: inline-block;
    margin-left: 14px;
}

.comment-list .comment-metadata {
    margin-left: 55px;
    font-size: 80%;
    margin-top: -25px;
}

.comment-list .comment-body {
    position: relative;
    padding: 5px 0;
}

.comment-list .reply {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 80%;
}

.comment-list .comment-content {
    margin-top: 10px;
}

.comments-title {
    margin-bottom: 25px;
}

.vc_tta-panel-title {
    font-size: 14px;
}


/**---------------------
  *
  * General
  *
  *---------------------**/
body {
    color: rgba(0, 0, 0, .6);
    background-size: cover;
    background-position: center center;
}


/**---------------------
  *
  * Typography
  *
  *---------------------**/
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-top: 0;
    color: rgba(0, 0, 0, .87);
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}


/**---------------------
  *
  * Containers
  *
  *---------------------**/
.content-block {
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-block-inner {
    padding-top: 15px;
    padding-bottom: 15px;
    width: auto;
    margin-right: -16px;
}

.content-block-inner:before,
.content-block-inner:after {
    display: none;
}

.content-block-title {
    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.tc-logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 50px;

    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.tc-navbar-brand {
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
}

.tc-logo img {
    display: block;
    height: 15px;
}

.ms-page-loading .tc-logo {
    top: 30px;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}


/**---------------------
  *
  * Navbar
  *
  *---------------------**/
.navbar {
    -webkit-font-smoothing: antialiased;
    padding: 0 15px;
}

.navbar .icon-only {
    line-height: 50px;
    height: 50px;
    color: rgba(255, 255, 255, 0.87);
}

.navbar .icon-only.pull-left {
    padding-right: 7px;
    margin-left: -15px;
    padding-left: 15px;
}

.navbar .icon-only.pull-right {
    padding-left: 7px;
}

.navbar .icon-only.pull-right.uiicon-menu19 {
    margin-right: -15px;
    padding-right: 15px;
}

.icon-only.uiicon-menu19 {
    overflow: hidden;
}

.icon-only.uiicon-menu19:before {
    display: block;

    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    transform-origin: center center;
}


/**---------------------
  *
  * Panel
  *
  *---------------------**/
.ms-panel {
    color: rgba(255, 255, 255, .54);
    font-size: 12px;
}

.ms-panel .content-inner {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}


/**---------------------
  *
  * List Block
  *
  *---------------------**/
.list-block:not(.media-list) .item-media {
    min-width: 25px;
    opacity: .54;
}

.list-block .item-media i {
    font-size: 24px;
}

.list-block {
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit;
}

.list-block ul:before {
    display: none;
}

.list-block .item-content {
    padding-left: 0;
}

.list-block .item-subtitle {
    line-height: 1;
    margin-bottom: 5px;,
}

.list-block .accordion-item .content-block {
    padding-left: 0;
    padding-right: 0;
}

.list-block:not(.media-list) .item-link .item-inner {
    background: none !important;
    position: relative;
}

.list-block:not(.media-list) .item-link .item-inner:before {
    content: '+';
    position: absolute;
    right: 16px;
    top: 36%;
    font-size: 15px;
    opacity: .54;
    display: block;
    font-weight: 800;
    line-height: 1;

    -webkit-transition: all .25s;
    transition: all .25s;
}

.list-block:not(.media-list) .accordion-item-expanded:not(.media-item) .accordion-item-toggle .item-inner:before,
.list-block:not(.media-list) .accordion-item-expanded:not(.media-item) > .item-link .item-inner:before,
.list-block.media-list .accordion-item-expanded .accordion-item-toggle .item-title-row:before,
.list-block.media-list .accordion-item-expanded > .item-link .item-title-row:before,
.list-block .accordion-item-expanded.media-item .accordion-item-toggle .item-title-row:before,
.list-block .accordion-item-expanded.media-item > .item-link .item-title-row:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    color: #F00;
}

.item-media img {
    width: auto;
    height: auto;
    max-width: 40px;
    border-radius: 50%;
}

.list-block.media-list .item-subtitle,
.list-block.media-list .item-title {
    line-height: 1.5;
    margin-bottom: 8px;
}

.list-block.media-list .item-subtitle {
    font-size: 90%;
}


/**---------------------
  *
  * Form
  *
  *---------------------**/
.list-block input[type="text"],
.list-block input[type="password"],
.list-block input[type="search"],
.list-block input[type="email"],
.list-block input[type="tel"],
.list-block input[type="url"],
.list-block input[type="date"],
.list-block input[type="datetime-local"],
.list-block input[type="time"],
.list-block input[type="number"],
.list-block select,
.list-block textarea {
    font-size: 14px;
}

html.pixel-ratio-2 .item-input-field:after,
html.pixel-ratio-2 .input-field:after {
    backface-visibility: hidden;
}


/**---------------------
  *
  * Notifications
  *
  *---------------------**/
.notifications .item-inner {
    padding-left: 24px;
}


/**---------------------
  *
  * Popover
  *
  *---------------------**/
.popover.popover-links {
    width: 200px;
}


/**---------------------
  *
  * Swiper Slider
  *
  *---------------------**/
.swiper-container img {
    width: 100%;
    display: block;
}

.swiper-prev,
.swiper-next {
    width: 30px;
    height: 30px;
    line-height: 29px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    text-align: center;
    border-radius: 50%;
    opacity: .54;
    background-color: transparent;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.swiper-prev i,
.swiper-next i {
    font-size: 15px;
}

.swiper-prev {
    left: 20px;

    -webkit-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
}

.swiper-next {
    right: 20px;

    -webkit-transform: translateY(-50%) translateZ(0) rotate(180deg);
    -ms-transform: translateY(-50%) translateZ(0) rotate(180deg);
    transform: translateY(-50%) translateZ(0) rotate(180deg);
}


/**---------------------
  *
  * Helpers
  *
  *---------------------**/
*, *:before, *:after {
    box-sizing: border-box;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.circle {
    border-radius: 50%;
}

.opacity-1 {
    opacity: .87 !important;
}

.hide {
    display: none;
}

.clearfix {
    *zoom: 1;
}

.top-0 {
    top: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.responsive-image {
    max-width: 100%;
    height: auto;
}

div.responsive-image {
    background: #aaa;
    background-size: cover;
    height: 300px;
    height: 60vw;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vh-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.clearfix:before,
.clearfix:after,
.comment-author.vcard {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after,
.comment-author.vcard {
    clear: both;
}


i.rotate-180 {
    display: inline-block;
}


/**---------------------
  *
  * Navbar
  *
  *---------------------**/
.header-shop-icon {
    position: relative;
}

.header-shop-icon span {
    position: absolute;
    top: 27px;
    left: 0px;
    background-color: #D32F2F;
    color: #ffFFFF;
    border-radius: 5px;
    font-size: 9px;
    line-height: 1.5;
    padding: 0 4px;
    font-weight: bold;
}

.navbar.primary-bg + .page-content {
    padding-top: 53px;
}


/**---------------------
  *
  * Slider Captions
  *
  *---------------------**/
.tc-slider-caption-1 {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 50px;
    width: 80%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc-slider-caption-1 h1,
.tc-slider-caption-1 h2,
.tc-slider-caption-1 p {
    color: #FFF;
    margin: 0;
    line-height: 1.2;
}

.tc-slider-caption-1 h1,
.tc-slider-caption-1 h2 {
    font-weight: 100;
}

.tc-slider-caption-1 h1 {
    font-size: 70px;
}

.tc-slider-caption-1 h2 {
    font-size: 27px;
}

.tc-slider-caption-1 p {
    line-height: 1.7;
    margin-top: 15px;
}

.tc-slider-caption-1 .size-50 {
    font-size: 50px;
}

.tc-slider-caption-1 .weight-400 {
    font-weight: 400;
}

.tc-slider-caption-1 .weight-300 {
    font-weight: 300;
}

.tc-slider-caption-1.padding {
    padding: 20px 30px;
}

.tc-slider-caption-1.borders {
    border: 1px solid rgba(255, 255, 255, .54);
}

.tc-slider-caption-1 .shadows {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .87);
}


/**---------------------
  *
  * Header Search
  *
  *---------------------**/
.tc-header-search {
    position: absolute;
    right: 70px;
    top: 9.5px;
    width: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    background: transparent;
    padding: 0;
    height: 34px;

    transition: ease .25s;
}

.tc-header-search.show {
    width: 130px;
    opacity: 1;
    visibility: visible;

    transition: ease .25s;
}

.tc-header-search .item-input {
    margin: 0;
}

.tc-header-search input {
    position: relative;
    z-index: 0;
    height: 34px !important;
    padding: 9px 0 !important;
    font-size: 13px !important;
    color: rgba(255, 255, 255, .87) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
}

.tc-header-search button {
    display: none;
}

.tc-header-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .54) !important;
}

.tc-header-search input:-moz-placeholder {
    color: rgba(255, 255, 255, .54) !important;
}

.tc-header-search input::-moz-placeholder {
    color: rgba(255, 255, 255, .54) !important;
}

.tc-header-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .54) !important;
}


/**---------------------
  *
  * Colors
  *
  *---------------------**/
.primary-color {
    color: #171616;
}

.primary-bg {
    background-color: #171616 !important;
}

.primary-bg-temporary {
    background-color: #171616 !important;
}

.primary-dark-color {
    color: #E64A19;
}

.primary-dark-bg {
    background-color: #E64A19 !important;
}

.secondary-color {
    color: #FFC107;
}

.secondary-bg {
    background-color: #FFC107;
}

.cyan-color {
    color: #0097A7 !important;
}

.red-color {
    color: #D32F2F !important;
}

.purple-color {
    color: #9C27B0 !important;
}

.deep-purple-color {
    color: #673AB7 !important;
}

.indigo-color {
    color: #3F51B5 !important;
}

.teal-color {
    color: #009688 !important;
}

.green-color {
    color: #4CAF50 !important;
}

.amber-color {
    color: #FFC107 !important;
}

.brown-color {
    color: #795548 !important;
}

.blue-grey-color {
    color: #607D8B !important;
}


/**---------------------
  *
  * Background Colors
  *
  *---------------------**/
.cyan {
    background-color: #00BCD4 !important;
    color: #ffFFFF !important;
}

.red {
    background-color: #F44336 !important;
    color: #ffFFFF !important;
}

.purple {
    background-color: #9C27B0 !important;
    color: #ffFFFF !important;
}

.deep-purple {
    background-color: #673AB7 !important;
    color: #ffFFFF !important;
}

.indigo {
    background-color: #3F51B5 !important;
    color: #ffFFFF !important;
}

.teal {
    background-color: #009688 !important;
    color: #ffFFFF !important;
}

.green {
    background-color: #4CAF50 !important;
    color: #ffFFFF !important;
}

.amber {
    background-color: #FFC107 !important;
    color: #212121 !important;
}

.brown {
    background-color: #795548 !important;
    color: #ffFFFF !important;
}

.blue-grey {
    background-color: #607D8B !important;
    color: #ffFFFF !important;
}

.android-color {
    background-color: #97C024 !important;
    color: #ffFFFF !important;
}

.color-facebook {
    background-color: #3C599F !important;
    color: #fff !important;
}

.color-google {
    background-color: #DF4B38 !important;
    color: #fff !important;
}

.color-twitter {
    background-color: #659FCB !important;
    color: #fff !important;
}

.color-dribbble {
    background-color: #E24D87 !important;
    color: #fff !important;
}

.color-pinterest {
    background-color: #CB2027 !important;
    color: #fff !important;
}

.color-500px {
    background-color: #222222 !important;
    color: #fff !important;
}

.color-51 {
    background-color: #0A468E !important;
    color: #fff !important;
}

.color-56 {
    background-color: #84B74F !important;
    color: #fff !important;
}

.color-ads {
    background-color: #000000 !important;
    color: #fff !important;
}

.color-arte10 {
    background-color: #CCFF00 !important;
    color: #fff !important;
}

.color-ashley {
    background-color: #B42378 !important;
    color: #fff !important;
}

.color-asmallworld {
    background-color: #262626 !important;
    color: #fff !important;
}

.color-badoo {
    background-color: #FF7F01 !important;
    color: #fff !important;
}

.color-baidu {
    background-color: #E10601 !important;
    color: #fff !important;
}

.color-bananity {
    background-color: #FFBC00 !important;
    color: #000 !important;
}

.color-bandcamp {
    background-color: #629AA9 !important;
    color: #fff !important;
}

.color-bebo {
    background-color: #E04646 !important;
    color: #fff !important;
}

.color-behance {
    background-color: #222222 !important;
    color: #fff !important;
}


/**---------------------
  *
  * Icon Info Box
  *
  *---------------------**/
.tc-icon-info-box i {
    font-size: 30px;
    line-height: 1;
    color: rgba(0, 0, 0, .54);

    position: absolute;
    top: 50%;
    left: 20px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tc-icon-info-box i:last-child {
    left: auto;
    right: 20px;
}

.tc-icon-info-box div {
    margin-left: 50px;
}

.tc-icon-info-box h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.tc-icon-info-box div:first-child {
    margin-left: 0;
    margin-right: 40px;
}

.tc-icon-info-box p {
    margin: 0;
}


/**---------------------
  *
  * Title 1
  *
  *---------------------**/
.tc-title-1 {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    margin: 0 -15px;
    padding: 0 15px 15px;
}

.tc-title-1 .title span,
.tc-title-1 .sub-title {
    line-height: 1.4;
}

.tc-title-1 .title {
    margin: 0;
    line-height: 1.4;
}

.tc-title-1 .sub-title {
    opacity: .54;
    margin: 0;
}


/**---------------------
  *
  * Footer
  *
  *---------------------**/
.ms-footer {
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, .87);
    padding: 10px 15px;
    margin-bottom: 0;
    margin-top: 30px;
    background-color: rgb(23, 22, 22);
    text-align: center;
}

.ms-footer .tc-icon-ball {
    margin-bottom: 0;
    margin-top: 15px;
}


/**---------------------
  *
  * Icon Balls
  *
  *---------------------**/
.tc-icon-ball {
    font-size: 15px;
    line-height: 33px;
    height: 34px;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px 10px 0;
    display: inline-block;
    background-color: #222222;
    color: #FFF;
}

.ms-panel .tc-icon-ball {
    font-size: 10px;
    line-height: 24px;
    height: 25px;
    width: 25px;
}


/**---------------------
  *
  * Menu List
  *
  *---------------------**/
.menu-list {
    margin: 15px 0;
}

.menu-list,
.menu-list .sub-menu {
    list-style: none;
    padding: 0;
}

.menu-list .sub-menu {
    padding-left: 10px;
}

.menu-list a,
.menu-list li {
    font-family: inherit;
    position: relative;
}

.menu-list a {
}

.menu-list li:before {
    font-family: UIIcon;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    top: 3px;
    opacity: .54;
    display: block;
}

.menu-list a {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2.3px;
    line-height: 40px;
    display: block;
}

.menu-list .sub-menu a {
    opacity: .54;
}

.menu-list .menu-pill {
    display: inline-block;
    border-radius: 15px;
    background-color: #FFF;
    color: #171616;
    margin-left: 10px;
    font-size: 11px;
    line-height: 1.5;
    padding: 0 8px;
    position: relative;
    letter-spacing: normal;
    top: -1px;
}

.menu-list .menu-arrow {
    display: inline-block;
    width: 11px;
    padding-right: 12px;
    box-sizing: content-box;
}

.menu-list .menu-arrow svg{
    transform-origin: center center;
    transition: all .3s ease;
}

.menu-list .open .menu-arrow svg{
    transform: rotate(90deg);
}


/**---------------------
  *
  * Panel Contact Information
  *
  *---------------------**/
.contact-information p i {
    font-size: 18px;
    color: rgba(255, 255, 255, .54);
    display: block;
    float: left;
}

.contact-information p span {
    margin-left: 30px;
    display: block;
}


/**---------------------
  *
  * Progress Bar
  *
  *---------------------**/
.tc-progress-bar strong {
    font-size: 13px;
}

.tc-progress-bar i {
    float: right;
    font-size: 12px;
}

.tc-progress-bar {
    margin-bottom: 15px;
}

.tc-progress-bar.round div {
    border-radius: 25px;
}

.tc-progress-bar > div {
    margin-top: 5px;
    padding: 0;
    background-color: rgba(0, 0, 0, .05);
}

.tc-progress-bar > div div {
    height: 4px;
}


/**---------------------
  *
  * Loading Screen
  *
  *---------------------**/
.tc-loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .87);
    text-align: center;
    z-index: 9999;
    color: #FFF;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all .25s;
    transition: all .25s;
}

.tc-loading-screen.on {
    opacity: 1;
    visibility: visible;
}

.tc-loading-screen .big {
    font-size: 24px;
    font-weight: 500;
    opacity: .87;
}

.tc-loading-screen .small {
    font-size: 12px;
    margin: 10px 0 20px;
    opacity: .54;
}


/**---------------------
  *
  * Spinner
  *
  *---------------------**/
.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
}

.preloader-wrapper.small {
    width: 36px;
    height: 36px;
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px;
}

.preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        transform: rotate(360deg);
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a;
}

.spinner-blue, .spinner-blue-only {
    border-color: #4285f4;
}

.spinner-red, .spinner-red-only {
    border-color: #db4437;
}

.spinner-yellow, .spinner-yellow-only {
    border-color: #f4b400;
}

.spinner-green, .spinner-green-only {
    border-color: #0f9d58;
}

.active .spinner-layer.spinner-blue {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer, .active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only {
    /* durations: 4 * ARCTIME */
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@keyframes red-fade-in-out {
    from {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes green-fade-in-out {
    from {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.gap-patch .circle {
    width: 1000%;
    left: -450%;
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
    /* duration: ARCTIME */
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
    /* duration: ARCTIME */
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
    }

    to {
        transform: rotate(-130deg);
    }
}

#spinnerContainer.cooldown {
    /* duration: SHRINK_TIME */
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.slider {
    position: relative;
    height: 400px;
    width: 100%;
}

.slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider.fullscreen ul.slides {
    height: 100%;
}

.slider.fullscreen ul.indicators {
    z-index: 2;
    bottom: 30px;
}

.slider .slides {
    background-color: #9e9e9e;
    margin: 0;
    height: 400px;
}

.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden;
}

.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    opacity: 0;
}

.slider .slides li .caption p {
    color: #e0e0e0;
}

.slider .slides li.active {
    z-index: 2;
}

.slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 12px;
    background-color: #e0e0e0;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}

.slider .indicators .indicator-item.active {
    background-color: #4CAF50;
}


/**---------------------
  *
  * Backgrounds
  *
  *---------------------**/
.bg-1 {
    background: url(../photos/background-cover-1.jpg) no-repeat center;
    background-size: cover;
}

.bg-2 {
    background: url(../photos/background-cover-2.jpg) no-repeat center;
    background-size: cover;
}

.bg-3 {
    background: url(../photos/background-cover-3.jpg) no-repeat center;
    background-size: cover;
}

.page[class*="bg-"] .page-content {
    color: #FFF;
}

.page[class*="bg-"] .page-content .content-block {
    padding-top: 53px;
    padding-bottom: 53px;
}

@media screen and (max-height: 400px) {
    .page[class*="bg-"] .page-content.vh-center {
        display: block;
    }
}

.page[class*="bg-"] .page-content h1,
.page[class*="bg-"] .page-content h2,
.page[class*="bg-"] .page-content h3,
.page[class*="bg-"] .page-content h4,
.page[class*="bg-"] .page-content h5,
.page[class*="bg-"] .page-content h6 {
    color: rgba(255, 255, 255, .87);
    font-weight: 600;
}

.page[class*="bg-"] .page-content h1 + h6,
.page[class*="bg-"] .page-content h2 + h6,
.page[class*="bg-"] .page-content h1 + h5,
.page[class*="bg-"] .page-content h2 + h5 {
    opacity: .54;
    margin-top: -20px;
}

.page[class*="bg-"] .page-content .list-block {
    margin: 0;
}

.page-content.vh-center .content-block {
    width: 100%;
}

.page[class*="bg-"] .page-content a {
    color: rgba(255, 255, 255, .54);
    text-transform: capitalize;
}

.page[class*="bg-"] .page-content a i {
    line-height: 1;
    position: relative;
    bottom: -3px;
    margin-right: 7px;
}


/**---------------------
  *
  * Forms
  *
  *---------------------**/
button {
    border: none;
}

.page[class*="bg-"] .page-content .list-block .input-item .floating-label,
.page[class*="bg-"] .page-content .list-block.inputs-list .floating-label,
.page[class*="bg-"] .page-content .list-block input[type="text"],
.page[class*="bg-"] .page-content .list-block input[type="password"],
.page[class*="bg-"] .page-content .list-block input[type="search"],
.page[class*="bg-"] .page-content .list-block input[type="email"],
.page[class*="bg-"] .page-content .list-block input[type="tel"],
.page[class*="bg-"] .page-content .list-block input[type="url"],
.page[class*="bg-"] .page-content .list-block input[type="date"],
.page[class*="bg-"] .page-content .list-block input[type="datetime-local"],
.page[class*="bg-"] .page-content .list-block input[type="time"],
.page[class*="bg-"] .page-content .list-block input[type="number"],
.page[class*="bg-"] .page-content .list-block select,
.page[class*="bg-"] .page-content .list-block textarea {
    color: rgba(255, 255, 255, .54);
    font-size: 14px;
}

.page[class*="bg-"] .page-content input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .54);
}

.page[class*="bg-"] .page-content input:-moz-placeholder {
    color: rgba(255, 255, 255, .54);
}

.page[class*="bg-"] .page-content input::-moz-placeholder {
    color: rgba(255, 255, 255, .54);
}

.page[class*="bg-"] .page-content input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .54);
}

.page[class*="bg-"] .page-content textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .54);
}

.page[class*="bg-"] .page-content textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .54);
}

.page[class*="bg-"] .page-content textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .54);
}

.page[class*="bg-"] .page-content textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .54);
}

.page[class*="bg-"] .page-content .item-input-field:after,
.page[class*="bg-"] .page-content .input-field:after {
    background-color: rgba(255, 255, 255, 0.12);
}


/**---------------------
  *
  * Dividers
  *
  *---------------------**/
.tc-divider {
    margin: 30px 0;
    height: 1px;
    opacity: .12;
    background-color: #FFF;
}

.tc-divider.thick {
    height: 3px;
}

.tc-divider.dark {
    background-color: #000;
}


/**---------------------
  *
  * Responsive Embed
  *
  *---------------------**/
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/**---------------------
  *
  * Swiper Pagination
  *
  *---------------------**/
.swiper-pagination.light .swiper-pagination-bullet {
    background: #fff;
    opacity: .87;
}

.swiper-pagination.light .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2196f3;
}


/**---------------------
  *
  * Icon List
  *
  *---------------------**/
.tc-icon-list li {
    text-align: center;
}

.tc-icon-list li i {
    font-size: 30px;
}

.tc-icon-list li span {
    display: block;
    font-size: 10px;
    line-height: 1.5;
    margin: 5px 0 10px;
}


/**---------------------
  *
  * Activity Item
  *
  *---------------------**/
.ms-activity-item {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.ms-activity-item .head > img {
    float: left;
    width: 40px;
    border-radius: 50%;
    display: block;
}

.ms-activity-item .details {
    margin-left: 55px;
}

.ms-activity-item .details h4 {
    margin: 0;
}

.ms-activity-item .details .sub-text {
    font-size: 11px;
    opacity: .54;
    line-height: 1;
}

.ms-activity-item .details .sub-text i {
    position: relative;
    bottom: -2px;
    margin-right: 5px;
    font-size: 14px;
}

.ms-activity-item .content {
    display: none;
    padding-top: 15px;
}

.ms-activity-item .content p:only-child {
    margin: 0;
}

.ms-activity-item .uiicon-add63 {
    color: #f00;
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 9px;
    opacity: .54;
    line-height: 1;

    -webkit-transition: all .3s;
    transition: all .3s;
}

.ms-activity-item.open .uiicon-add63 {
    color: #0f0;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/**---------------------
  *
  * Notification Box
  *
  *---------------------**/
.ms-notification-box {
    padding: 20px;
    border-radius: 2.5px;
    position: relative;
}

.ms-notification-box .content {
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
}

.ms-notification-box .content:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    content: '';
    display: block;
    background-color: currentColor;
    opacity: .12;
}

.ms-notification-box .head i {
    position: relative;
    bottom: -2px;
    margin-right: 10px;
    font-size: 17px;
}

.ms-notification-box .head span {
    font-weight: 300;
}

.ms-notification-box .dismiss {
    font-size: 10px;
    position: absolute;
    top: 20px;
    right: 20px;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/**---------------------
  *
  * Image Gallery
  *
  *---------------------**/
.ms-gallery-isotope > a,
.ms-gallery-isotope > a img {
    display: block;
}

.ms-gallery-isotope > a {
    float: left;
}

.ms-gallery-isotope > a img {
    width: 100%;
    border: none;
}


/**---------------------
  *
  * MS Loading
  *
  *---------------------**/
.ms-page-loading {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;

    background-color: #171616;

    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.ms-page-loading.opacity-0 {
    opacity: 0;
    visibility: hidden;
}

.ms-page-loading.show-always {
    opacity: 1 !important;
    visibility: visible !important;
}

.ms-page-loading .sub-text {
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
    color: #ffFFFF;
    opacity: .54;
    font-size: 12px;
}

.ms-loading-1 {
    width: 40px;
    height: 40px;
    background-color: #fff;

    -webkit-animation: ms-loading-1 1.2s infinite ease-in-out;
    animation: ms-loading-1 1.2s infinite ease-in-out;
}

@-webkit-keyframes ms-loading-1 {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes ms-loading-1 {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.ms-loading-2 {
    width: 40px;
    height: 40px;
    position: relative;
}

.ms-loading-2 .double-bounce1,
.ms-loading-2 .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: ms-loading-2 2.0s infinite ease-in-out;
    animation: ms-loading-2 2.0s infinite ease-in-out;
}

.ms-loading-2 .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes ms-loading-2 {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes ms-loading-2 {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.ms-loading-3 {
    width: 43px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

.ms-loading-3 > div {
    background-color: #fff;
    height: 100%;
    width: 7px;
    display: block;
    float: left;

    -webkit-animation: ms-loading-3 1.2s infinite ease-in-out;
    animation: ms-loading-3 1.2s infinite ease-in-out;
}

.ms-loading-3 > div:not(:last-child) {
    margin-right: 2px;
}

.ms-loading-3 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.ms-loading-3 .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.ms-loading-3 .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.ms-loading-3 .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes ms-loading-3 {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes ms-loading-3 {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.ms-loading-4 {
    width: 40px;
    height: 40px;
    position: relative;
}

.ms-loading-4 .cube1,
.ms-loading-4 .cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: ms-loading-4 1.8s infinite ease-in-out;
    animation: ms-loading-4 1.8s infinite ease-in-out;
}

.ms-loading-4 .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes ms-loading-4 {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes ms-loading-4 {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.ms-loading-5 {
    width: 40px;
    height: 40px;
    background-color: #fff;

    border-radius: 100%;
    -webkit-animation: ms-loading-5 1.0s infinite ease-in-out;
    animation: ms-loading-5 1.0s infinite ease-in-out;
}

@-webkit-keyframes ms-loading-5 {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes ms-loading-5 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.ms-loading-6 {
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;

    -webkit-animation: ms-loading-6-sk-rotate 2.0s infinite linear;
    animation: ms-loading-6-sk-rotate 2.0s infinite linear;
}

.ms-loading-6 .dot1,
.ms-loading-6 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;

    -webkit-animation: ms-loading-6-sk-bounce 2.0s infinite ease-in-out;
    animation: ms-loading-6-sk-bounce 2.0s infinite ease-in-out;
}

.ms-loading-6 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes ms-loading-6-sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes ms-loading-6-sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes ms-loading-6-sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes ms-loading-6-sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.ms-loading-7 {
    width: 70px;
    text-align: center;
}

.ms-loading-7 > div {
    width: 18px;
    height: 18px;
    background-color: #fff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: ms-loading-7 1.4s infinite ease-in-out both;
    animation: ms-loading-7 1.4s infinite ease-in-out both;
}

.ms-loading-7 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.ms-loading-7 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes ms-loading-7 {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes ms-loading-7 {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.ms-loading-8 {
    width: 60px;
    height: 60px;
    position: relative;
}

.ms-loading-8 .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ms-loading-8 .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.ms-loading-8 .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.ms-loading-8 .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.ms-loading-8 .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ms-loading-8 .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.ms-loading-8 .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.ms-loading-8 .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ms-loading-8 .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.ms-loading-8 .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.ms-loading-8 .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ms-loading-8 .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.ms-loading-8 .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.ms-loading-8 .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.ms-loading-8 .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.ms-loading-8 .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.ms-loading-8 .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.ms-loading-8 .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.ms-loading-8 .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.ms-loading-8 .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.ms-loading-8 .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.ms-loading-8 .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.ms-loading-8 .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.ms-loading-8 .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ms-loading-9 {
    width: 60px;
    height: 60px;
}

.ms-loading-9 .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: ms-loading-9 1.3s infinite ease-in-out;
    animation: ms-loading-9 1.3s infinite ease-in-out;
}

.ms-loading-9 .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ms-loading-9 .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.ms-loading-9 .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ms-loading-9 .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.ms-loading-9 .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ms-loading-9 .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.ms-loading-9 .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.ms-loading-9 .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.ms-loading-9 .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes ms-loading-9 {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes ms-loading-9 {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.ms-loading-10 {
    width: 60px;
    height: 60px;
    position: relative;
}

.ms-loading-10 .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ms-loading-10 .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: ms-loading-10 1.2s infinite ease-in-out both;
    animation: ms-loading-10 1.2s infinite ease-in-out both;
}

.ms-loading-10 .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.ms-loading-10 .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.ms-loading-10 .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ms-loading-10 .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.ms-loading-10 .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.ms-loading-10 .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ms-loading-10 .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.ms-loading-10 .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.ms-loading-10 .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ms-loading-10 .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.ms-loading-10 .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.ms-loading-10 .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.ms-loading-10 .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.ms-loading-10 .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.ms-loading-10 .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.ms-loading-10 .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.ms-loading-10 .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.ms-loading-10 .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.ms-loading-10 .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.ms-loading-10 .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.ms-loading-10 .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.ms-loading-10 .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes ms-loading-10 {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes ms-loading-10 {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

.ms-loading-11 {
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.ms-loading-11 .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ms-loading-11 .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: ms-loading-11 2.4s infinite linear both;
    animation: ms-loading-11 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.ms-loading-11 .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.ms-loading-11 .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.ms-loading-11 .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.ms-loading-11 .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.ms-loading-11 .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ms-loading-11 .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes ms-loading-11 {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes ms-loading-11 {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.ms-loading-12 {
    width: 72px;
    height: 40px;
}

.ms-loading-12 span {
    display: block;
    background: #fff;
    width: 3px;
    height: 10%;
    border-radius: 14px;
    margin-right: 5px;
    float: left;
    margin-top: 25%;
}

.ms-loading-12 span:last-child {
    margin-right: 0;
}

.ms-loading-12 span:nth-child(1) {
    animation: ms-loading-12 1.1s 0.8s infinite linear;
}

.ms-loading-12 span:nth-child(2) {
    animation: ms-loading-12 1.1s 0.6s infinite linear;
}

.ms-loading-12 span:nth-child(3) {
    animation: ms-loading-12 1.1s 0.4s infinite linear;
}

.ms-loading-12 span:nth-child(4) {
    animation: ms-loading-12 1.1s 0.2s infinite linear;
}

.ms-loading-12 span:nth-child(5) {
    animation: ms-loading-12 1.1s 0s infinite linear;
}

.ms-loading-12 span:nth-child(6) {
    animation: ms-loading-12 1.1s 0.2s infinite linear;
}

.ms-loading-12 span:nth-child(7) {
    animation: ms-loading-12 1.1s 0.4s infinite linear;
}

.ms-loading-12 span:nth-child(8) {
    animation: ms-loading-12 1.1s 0.6s infinite linear;
}

.ms-loading-12 span:nth-child(9) {
    animation: ms-loading-12 1.1s 0.8s infinite linear;
}

@keyframes ms-loading-12 {
    0% {
        margin-top: 25%;
        height: 10%;
    }
    50% {
        height: 100%;
        margin-top: 0%;
    }
    100% {
        height: 10%;
        margin-top: 25%;
    }
}

.rev_slider_wrapper {
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

/**---------------------
  *
  * Shop
  *
  *---------------------**/
.ms-shop > .page-title {
    margin: 5px -15px 20px;
    padding: 0 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    font-size: 22px;
    line-height: 1;
}

.woocommerce .button,
.woocommerce input[type="submit"] {
    -webkit-transform: none;
    transform: none;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: middle;
}

.woocommerce-result-count {
    font-size: 12px;
}

.woocommerce span.onsale {
    top: 0;
    right: 0;
    left: auto;
    border-radius: 0;
    line-height: 20px;
    min-height: 20px;
}

.woocommerce div.product .product_title {
    font-size: 22px;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del {
    display: inline-block;
}

.woocommerce div.product p.price del span,
.woocommerce ul.products li.product .price del span {
    font-size: 13px;
}

.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
}

.woocommerce .quantity .qty {
    height: 32px;
    background: none;
    border: 1px solid rgba(0, 0, 0, .06);
}

.woocommerce #reviews #comments h2,
.related.products h2 {
    font-size: 20px;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce p.stars a {
    font-size: 12px;
}

.woocommerce input.button,
.woocommerce #respond input#submit {
    color: #FFF;
}

@media (max-width: 480px) {
    .woocommerce table.shop_table {
        font-size: 10px;
    }
}

.checkout_coupon input,
.woocommerce-billing-fields input {
    line-height: 1.9 !important;
}

.reset_variations {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.woocommerce.widget img {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.woocommerce.widget .product_list_widget li {
    padding: 10px 0;
}

.woocommerce.widget .product_list_widget li a {
    display: block;
    line-height: 1.5;
}

.woocommerce.widget .product_list_widget li ins {
    background-color: transparent;
}

.ms-panel .woocommerce.widget .product_list_widget .star-rating {
    display: inline-block;
    margin-right: 4px;
}

.ms-panel .tagcloud a {
    background-color: rgba(255, 255, 255, .12);
}

.ms-panel .woocommerce .widget_shopping_cart .cart_list li a.remove,
.ms-panel .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 4px;
    left: -17px;
}

.ms-panel .woocommerce ul.cart_list li dl dd,
.ms-panel .woocommerce ul.product_list_widget li dl dd {
    line-height: 23px;
}


/**---------------------
  *
  * Pagination
  *
  *---------------------**/
.woocommerce nav.woocommerce-pagination {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: inline-block;
    margin: 0;
    border-radius: 50%;
    color: #212121;
    padding: 0 11px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #FFF;
    background-color: #2196f3;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}


/**---------------------
  *
  * Add to Homepage
  *
  *---------------------**/
.ms-addtohome-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 30px;
    color: #FFF;

    will-change: opacity, -webkit-transform, -ms-transform, transform;

    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);

    -webkit-transition: all ease .7s;
    -ms-transition: all ease .7s;
    transition: all ease .7s;
}

.ms-addtohome-wrap.ms-addtohome-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ms-addtohome {
    position: relative;
    color: #212121;
    background-color: #f1f1f1;
    border-radius: 3px;
    border: 3px solid #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .24);
    padding: 15px;
    max-width: 270px;
    margin: 0 15px 0 auto;
}

.ms-addtohome-wrap.ios {
    bottom: 30px;
    top: auto;
}

.logged-in.admin-bar .ms-addtohome-wrap.ios {
    bottom: 90px;
}

.ms-addtohome-wrap.ios .ms-addtohome {
    margin: 0 auto;
}

.ms-addtohome-arrow {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    color: inherit;
    line-height: 1;
}

.ms-addtohome-arrow:after {
    content: '';
    margin: 0 30px 0 auto;
    display: block;
    color: inherit;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #efefef transparent;
}

.ms-addtohome-wrap.ios .ms-addtohome-arrow {
    bottom: auto;
    top: 100%;
}

.ms-addtohome-wrap.ios .ms-addtohome-arrow:after {
    margin: 0 auto;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #efefef transparent transparent transparent;

}

.ms-addtohome-dismiss {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    width: 30px;
    padding-left: 7px;
    text-align: center;
    color: inherit;
    background-color: #fff;
    border-radius: 0 0 0 30px;
}

